Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 669158 Details for
Bug 751754
dev-libs/capnproto-0.8.0 : [TEST] FAIL: capnp-test
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
dev-libs:capnproto-0.8.0:20201029-091017.log
dev-libs:capnproto-0.8.0:20201029-091017.log (text/plain), 281.08 KB, created by
Toralf Förster
on 2020-10-29 16:04:39 UTC
(
hide
)
Description:
dev-libs:capnproto-0.8.0:20201029-091017.log
Filename:
MIME Type:
Creator:
Toralf Förster
Created:
2020-10-29 16:04:39 UTC
Size:
281.08 KB
patch
obsolete
> * Package: dev-libs/capnproto-0.8.0 > * Repository: gentoo > * Maintainer: aballier@gentoo.org > * USE: abi_x86_64 amd64 elibc_glibc kernel_linux libressl ssl test userland_GNU zlib > * FEATURES: network-sandbox preserve-libs sandbox test userpriv usersandbox >>>> Unpacking source... >>>> Unpacking capnproto-0.8.0.tar.gz to /var/tmp/portage/dev-libs/capnproto-0.8.0/work >>>> Source unpacked in /var/tmp/portage/dev-libs/capnproto-0.8.0/work >>>> Preparing source in /var/tmp/portage/dev-libs/capnproto-0.8.0/work/capnproto-0.8.0/c++ ... > * Running eautoreconf in '/var/tmp/portage/dev-libs/capnproto-0.8.0/work/capnproto-0.8.0/c++' ... > * Running libtoolize --install --copy --force --automake ... > [ ok ] > * Running aclocal -I m4 ... > [ ok ] > * Running autoconf --force ... > [ ok ] > * Running autoheader ... > [ ok ] > * Running automake --add-missing --copy --foreign --force-missing ... > [ ok ] > * Running elibtoolize in: capnproto-0.8.0/c++/ > * Running elibtoolize in: capnproto-0.8.0/c++/build-aux/ > * Applying portage/1.2.0 patch ... > * Applying sed/1.5.6 patch ... > * Applying as-needed/2.4.3 patch ... >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/dev-libs/capnproto-0.8.0/work/capnproto-0.8.0/c++ ... > * econf: updating capnproto-0.8.0/c++/build-aux/config.sub with /usr/share/gnuconfig/config.sub > * econf: updating capnproto-0.8.0/c++/build-aux/config.guess with /usr/share/gnuconfig/config.guess >./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --disable-dependency-tracking --disable-silent-rules --docdir=/usr/share/doc/capnproto-0.8.0 --htmldir=/usr/share/doc/capnproto-0.8.0/html --with-sysroot=/ --libdir=/usr/lib64 --disable-static --with-openssl --with-zlib >checking for a BSD-compatible install... /usr/lib/portage/python3.7/ebuild-helpers/xattr/install -c >checking whether build environment is sane... yes >checking for a thread-safe mkdir -p... /bin/mkdir -p >checking for gawk... gawk >checking whether make sets $(MAKE)... yes >checking whether make supports nested variables... yes >checking whether UID '250' is supported by ustar format... yes >checking whether GID '250' is supported by ustar format... yes >checking how to create a ustar tar archive... gnutar >checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc >checking whether the C compiler works... yes >checking for C compiler default output file name... a.out >checking for suffix of executables... >checking whether we are cross compiling... no >checking for suffix of object files... o >checking whether we are using the GNU C compiler... yes >checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes >checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed >checking whether x86_64-pc-linux-gnu-gcc understands -c and -o together... yes >checking whether make supports the include directive... yes (GNU style) >checking dependency style of x86_64-pc-linux-gnu-gcc... none >checking for x86_64-pc-linux-gnu-g++... x86_64-pc-linux-gnu-g++ >checking whether we are using the GNU C++ compiler... yes >checking whether x86_64-pc-linux-gnu-g++ accepts -g... yes >checking dependency style of x86_64-pc-linux-gnu-g++... none >checking whether x86_64-pc-linux-gnu-g++ supports C++14 features by default... yes >checking whether x86_64-pc-linux-gnu-g++ supports C++11 library features by default... yes >checking build system type... x86_64-pc-linux-gnu >checking host system type... x86_64-pc-linux-gnu >checking for the pthreads library -lpthreads... no >checking whether pthreads work without any flags... no >checking whether pthreads work with -Kthread... no >checking whether pthreads work with -kthread... no >checking for the pthreads library -llthread... no >checking whether pthreads work with -pthread... yes >checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE >checking if more special flags are required for pthreads... no >checking whether to check for GCC pthread/shared inconsistencies... yes >checking whether -pthread is sufficient with -shared... yes >checking whether pthread flag is sufficient with -nostdlib... no >checking whether adding -lpthread fixes that... yes >checking how to print strings... printf >checking for a sed that does not truncate output... /bin/sed >checking for grep that handles long lines and -e... /bin/grep >checking for egrep... /bin/grep -E >checking for fgrep... /bin/grep -F >checking for ld used by x86_64-pc-linux-gnu-gcc... /usr/x86_64-pc-linux-gnu/bin/ld >checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld) is GNU ld... yes >checking for BSD- or MS-compatible name lister (nm)... /usr/bin/x86_64-pc-linux-gnu-nm -B >checking the name lister (/usr/bin/x86_64-pc-linux-gnu-nm -B) interface... BSD nm >checking whether ln -s works... yes >checking the maximum length of command line arguments... 1572864 >checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop >checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop >checking for /usr/x86_64-pc-linux-gnu/bin/ld option to reload object files... -r >checking for x86_64-pc-linux-gnu-objdump... x86_64-pc-linux-gnu-objdump >checking how to recognize dependent libraries... pass_all >checking for x86_64-pc-linux-gnu-dlltool... no >checking for dlltool... no >checking how to associate runtime and link libraries... printf %s\n >checking for x86_64-pc-linux-gnu-ar... x86_64-pc-linux-gnu-ar >checking for archiver @FILE support... @ >checking for x86_64-pc-linux-gnu-strip... x86_64-pc-linux-gnu-strip >checking for x86_64-pc-linux-gnu-ranlib... x86_64-pc-linux-gnu-ranlib >checking command to parse /usr/bin/x86_64-pc-linux-gnu-nm -B output from x86_64-pc-linux-gnu-gcc object... ok >checking for sysroot... / >checking for a working dd... /bin/dd >checking how to truncate binary pipes... /bin/dd bs=4096 count=1 >checking for x86_64-pc-linux-gnu-mt... no >checking for mt... no >checking if : is a manifest tool... no >checking how to run the C preprocessor... x86_64-pc-linux-gnu-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 x86_64-pc-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no >checking for x86_64-pc-linux-gnu-gcc option to produce PIC... -fPIC -DPIC >checking if x86_64-pc-linux-gnu-gcc PIC flag -fPIC -DPIC works... yes >checking if x86_64-pc-linux-gnu-gcc static flag -static works... yes >checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o... yes >checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o... (cached) yes >checking whether the x86_64-pc-linux-gnu-gcc linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes >checking whether -lc should be explicitly linked in... no >checking dynamic linker characteristics... GNU/Linux ld.so >checking how to hardcode library paths into programs... immediate >checking whether stripping libraries is possible... yes >checking if libtool supports shared libraries... yes >checking whether to build shared libraries... yes >checking whether to build static libraries... no >checking how to run the C++ preprocessor... x86_64-pc-linux-gnu-g++ -E >checking for ld used by x86_64-pc-linux-gnu-g++... /usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64 >checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) is GNU ld... yes >checking whether the x86_64-pc-linux-gnu-g++ linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes >checking for x86_64-pc-linux-gnu-g++ option to produce PIC... -fPIC -DPIC >checking if x86_64-pc-linux-gnu-g++ PIC flag -fPIC -DPIC works... yes >checking if x86_64-pc-linux-gnu-g++ static flag -static works... yes >checking if x86_64-pc-linux-gnu-g++ supports -c -o file.o... yes >checking if x86_64-pc-linux-gnu-g++ supports -c -o file.o... (cached) yes >checking whether the x86_64-pc-linux-gnu-g++ linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes >checking dynamic linker characteristics... (cached) GNU/Linux ld.so >checking how to hardcode library paths into programs... immediate >checking for library containing sched_yield... none required >checking size of void *... 8 >checking that generated files are newer than configure... done >configure: creating ./config.status >config.status: creating Makefile >config.status: creating pkgconfig/capnp.pc >config.status: creating pkgconfig/capnp-rpc.pc >config.status: creating pkgconfig/capnp-json.pc >config.status: creating pkgconfig/kj.pc >config.status: creating pkgconfig/kj-async.pc >config.status: creating pkgconfig/kj-http.pc >config.status: creating pkgconfig/kj-gzip.pc >config.status: creating pkgconfig/kj-tls.pc >config.status: creating pkgconfig/kj-test.pc >config.status: creating cmake/CapnProtoConfig.cmake >config.status: creating cmake/CapnProtoConfigVersion.cmake >config.status: creating config.h >config.status: executing depfiles commands >config.status: executing libtool commands >>>> Source configured. >>>> Compiling source in /var/tmp/portage/dev-libs/capnproto-0.8.0/work/capnproto-0.8.0/c++ ... >make -j1 >x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR='"/usr/include"' -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c -o src/capnp/compiler/module-loader.o src/capnp/compiler/module-loader.c++ >x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR='"/usr/include"' -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c -o src/capnp/compiler/capnp.o src/capnp/compiler/capnp.c++ >/bin/sh ./libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR='"/usr/include"' -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c -o src/capnp/compiler/type-id.lo src/capnp/compiler/type-id.c++ >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR=\"/usr/include\" -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c src/capnp/compiler/type-id.c++ -fPIC -DPIC -o src/capnp/compiler/.libs/type-id.o >/bin/sh ./libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR='"/usr/include"' -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c -o src/capnp/compiler/error-reporter.lo src/capnp/compiler/error-reporter.c++ >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR=\"/usr/include\" -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c src/capnp/compiler/error-reporter.c++ -fPIC -DPIC -o src/capnp/compiler/.libs/error-reporter.o >/bin/sh ./libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR='"/usr/include"' -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c -o src/capnp/compiler/lexer.capnp.lo src/capnp/compiler/lexer.capnp.c++ >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR=\"/usr/include\" -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c src/capnp/compiler/lexer.capnp.c++ -fPIC -DPIC -o src/capnp/compiler/.libs/lexer.capnp.o >/bin/sh ./libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR='"/usr/include"' -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c -o src/capnp/compiler/lexer.lo src/capnp/compiler/lexer.c++ >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR=\"/usr/include\" -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c src/capnp/compiler/lexer.c++ -fPIC -DPIC -o src/capnp/compiler/.libs/lexer.o >/bin/sh ./libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR='"/usr/include"' -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c -o src/capnp/compiler/grammar.capnp.lo src/capnp/compiler/grammar.capnp.c++ >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR=\"/usr/include\" -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c src/capnp/compiler/grammar.capnp.c++ -fPIC -DPIC -o src/capnp/compiler/.libs/grammar.capnp.o >/bin/sh ./libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR='"/usr/include"' -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c -o src/capnp/compiler/parser.lo src/capnp/compiler/parser.c++ >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR=\"/usr/include\" -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c src/capnp/compiler/parser.c++ -fPIC -DPIC -o src/capnp/compiler/.libs/parser.o >/bin/sh ./libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR='"/usr/include"' -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c -o src/capnp/compiler/node-translator.lo src/capnp/compiler/node-translator.c++ >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR=\"/usr/include\" -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c src/capnp/compiler/node-translator.c++ -fPIC -DPIC -o src/capnp/compiler/.libs/node-translator.o >/bin/sh ./libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR='"/usr/include"' -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c -o src/capnp/compiler/compiler.lo src/capnp/compiler/compiler.c++ >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR=\"/usr/include\" -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c src/capnp/compiler/compiler.c++ -fPIC -DPIC -o src/capnp/compiler/.libs/compiler.o >/bin/sh ./libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR='"/usr/include"' -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c -o src/capnp/schema-parser.lo src/capnp/schema-parser.c++ >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR=\"/usr/include\" -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c src/capnp/schema-parser.c++ -fPIC -DPIC -o src/capnp/.libs/schema-parser.o >/bin/sh ./libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR='"/usr/include"' -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c -o src/capnp/serialize-text.lo src/capnp/serialize-text.c++ >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR=\"/usr/include\" -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c src/capnp/serialize-text.c++ -fPIC -DPIC -o src/capnp/.libs/serialize-text.o >/bin/sh ./libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR='"/usr/include"' -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c -o src/capnp/c++.capnp.lo src/capnp/c++.capnp.c++ >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR=\"/usr/include\" -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c src/capnp/c++.capnp.c++ -fPIC -DPIC -o src/capnp/.libs/c++.capnp.o >/bin/sh ./libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR='"/usr/include"' -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c -o src/capnp/blob.lo src/capnp/blob.c++ >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR=\"/usr/include\" -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c src/capnp/blob.c++ -fPIC -DPIC -o src/capnp/.libs/blob.o >/bin/sh ./libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR='"/usr/include"' -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c -o src/capnp/arena.lo src/capnp/arena.c++ >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR=\"/usr/include\" -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c src/capnp/arena.c++ -fPIC -DPIC -o src/capnp/.libs/arena.o >/bin/sh ./libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR='"/usr/include"' -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c -o src/capnp/layout.lo src/capnp/layout.c++ >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR=\"/usr/include\" -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c src/capnp/layout.c++ -fPIC -DPIC -o src/capnp/.libs/layout.o >/bin/sh ./libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR='"/usr/include"' -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c -o src/capnp/list.lo src/capnp/list.c++ >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR=\"/usr/include\" -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c src/capnp/list.c++ -fPIC -DPIC -o src/capnp/.libs/list.o >/bin/sh ./libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR='"/usr/include"' -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c -o src/capnp/any.lo src/capnp/any.c++ >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR=\"/usr/include\" -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c src/capnp/any.c++ -fPIC -DPIC -o src/capnp/.libs/any.o >/bin/sh ./libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR='"/usr/include"' -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c -o src/capnp/message.lo src/capnp/message.c++ >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR=\"/usr/include\" -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c src/capnp/message.c++ -fPIC -DPIC -o src/capnp/.libs/message.o >/bin/sh ./libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR='"/usr/include"' -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c -o src/capnp/schema.capnp.lo src/capnp/schema.capnp.c++ >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR=\"/usr/include\" -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c src/capnp/schema.capnp.c++ -fPIC -DPIC -o src/capnp/.libs/schema.capnp.o >/bin/sh ./libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR='"/usr/include"' -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c -o src/capnp/stream.capnp.lo src/capnp/stream.capnp.c++ >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR=\"/usr/include\" -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c src/capnp/stream.capnp.c++ -fPIC -DPIC -o src/capnp/.libs/stream.capnp.o >/bin/sh ./libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR='"/usr/include"' -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c -o src/capnp/serialize.lo src/capnp/serialize.c++ >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR=\"/usr/include\" -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c src/capnp/serialize.c++ -fPIC -DPIC -o src/capnp/.libs/serialize.o >/bin/sh ./libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR='"/usr/include"' -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c -o src/capnp/serialize-packed.lo src/capnp/serialize-packed.c++ >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR=\"/usr/include\" -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c src/capnp/serialize-packed.c++ -fPIC -DPIC -o src/capnp/.libs/serialize-packed.o >/bin/sh ./libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR='"/usr/include"' -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c -o src/capnp/schema.lo src/capnp/schema.c++ >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR=\"/usr/include\" -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c src/capnp/schema.c++ -fPIC -DPIC -o src/capnp/.libs/schema.o >/bin/sh ./libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR='"/usr/include"' -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c -o src/capnp/schema-loader.lo src/capnp/schema-loader.c++ >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR=\"/usr/include\" -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c src/capnp/schema-loader.c++ -fPIC -DPIC -o src/capnp/.libs/schema-loader.o >/bin/sh ./libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR='"/usr/include"' -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c -o src/capnp/dynamic.lo src/capnp/dynamic.c++ >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR=\"/usr/include\" -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c src/capnp/dynamic.c++ -fPIC -DPIC -o src/capnp/.libs/dynamic.o >/bin/sh ./libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR='"/usr/include"' -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c -o src/capnp/stringify.lo src/capnp/stringify.c++ >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR=\"/usr/include\" -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c src/capnp/stringify.c++ -fPIC -DPIC -o src/capnp/.libs/stringify.o >/bin/sh ./libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR='"/usr/include"' -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c -o src/kj/common.lo src/kj/common.c++ >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR=\"/usr/include\" -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c src/kj/common.c++ -fPIC -DPIC -o src/kj/.libs/common.o >/bin/sh ./libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR='"/usr/include"' -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c -o src/kj/units.lo src/kj/units.c++ >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR=\"/usr/include\" -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c src/kj/units.c++ -fPIC -DPIC -o src/kj/.libs/units.o >/bin/sh ./libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR='"/usr/include"' -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c -o src/kj/memory.lo src/kj/memory.c++ >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR=\"/usr/include\" -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c src/kj/memory.c++ -fPIC -DPIC -o src/kj/.libs/memory.o >/bin/sh ./libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR='"/usr/include"' -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c -o src/kj/refcount.lo src/kj/refcount.c++ >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR=\"/usr/include\" -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c src/kj/refcount.c++ -fPIC -DPIC -o src/kj/.libs/refcount.o >/bin/sh ./libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR='"/usr/include"' -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c -o src/kj/array.lo src/kj/array.c++ >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR=\"/usr/include\" -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c src/kj/array.c++ -fPIC -DPIC -o src/kj/.libs/array.o >/bin/sh ./libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR='"/usr/include"' -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c -o src/kj/string.lo src/kj/string.c++ >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR=\"/usr/include\" -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c src/kj/string.c++ -fPIC -DPIC -o src/kj/.libs/string.o >/bin/sh ./libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR='"/usr/include"' -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c -o src/kj/string-tree.lo src/kj/string-tree.c++ >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR=\"/usr/include\" -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c src/kj/string-tree.c++ -fPIC -DPIC -o src/kj/.libs/string-tree.o >/bin/sh ./libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR='"/usr/include"' -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c -o src/kj/hash.lo src/kj/hash.c++ >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR=\"/usr/include\" -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c src/kj/hash.c++ -fPIC -DPIC -o src/kj/.libs/hash.o >/bin/sh ./libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR='"/usr/include"' -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c -o src/kj/table.lo src/kj/table.c++ >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR=\"/usr/include\" -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c src/kj/table.c++ -fPIC -DPIC -o src/kj/.libs/table.o >/bin/sh ./libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR='"/usr/include"' -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c -o src/kj/encoding.lo src/kj/encoding.c++ >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR=\"/usr/include\" -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c src/kj/encoding.c++ -fPIC -DPIC -o src/kj/.libs/encoding.o >/bin/sh ./libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR='"/usr/include"' -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c -o src/kj/exception.lo src/kj/exception.c++ >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR=\"/usr/include\" -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c src/kj/exception.c++ -fPIC -DPIC -o src/kj/.libs/exception.o >/bin/sh ./libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR='"/usr/include"' -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c -o src/kj/debug.lo src/kj/debug.c++ >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR=\"/usr/include\" -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c src/kj/debug.c++ -fPIC -DPIC -o src/kj/.libs/debug.o >/bin/sh ./libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR='"/usr/include"' -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c -o src/kj/arena.lo src/kj/arena.c++ >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR=\"/usr/include\" -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c src/kj/arena.c++ -fPIC -DPIC -o src/kj/.libs/arena.o >/bin/sh ./libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR='"/usr/include"' -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c -o src/kj/io.lo src/kj/io.c++ >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR=\"/usr/include\" -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c src/kj/io.c++ -fPIC -DPIC -o src/kj/.libs/io.o >/bin/sh ./libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR='"/usr/include"' -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c -o src/kj/mutex.lo src/kj/mutex.c++ >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR=\"/usr/include\" -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c src/kj/mutex.c++ -fPIC -DPIC -o src/kj/.libs/mutex.o >/bin/sh ./libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR='"/usr/include"' -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c -o src/kj/thread.lo src/kj/thread.c++ >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR=\"/usr/include\" -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c src/kj/thread.c++ -fPIC -DPIC -o src/kj/.libs/thread.o >/bin/sh ./libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR='"/usr/include"' -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c -o src/kj/time.lo src/kj/time.c++ >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR=\"/usr/include\" -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c src/kj/time.c++ -fPIC -DPIC -o src/kj/.libs/time.o >/bin/sh ./libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR='"/usr/include"' -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c -o src/kj/filesystem.lo src/kj/filesystem.c++ >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR=\"/usr/include\" -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c src/kj/filesystem.c++ -fPIC -DPIC -o src/kj/.libs/filesystem.o >/bin/sh ./libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR='"/usr/include"' -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c -o src/kj/filesystem-disk-unix.lo src/kj/filesystem-disk-unix.c++ >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR=\"/usr/include\" -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c src/kj/filesystem-disk-unix.c++ -fPIC -DPIC -o src/kj/.libs/filesystem-disk-unix.o >/bin/sh ./libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR='"/usr/include"' -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c -o src/kj/filesystem-disk-win32.lo src/kj/filesystem-disk-win32.c++ >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR=\"/usr/include\" -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c src/kj/filesystem-disk-win32.c++ -fPIC -DPIC -o src/kj/.libs/filesystem-disk-win32.o >/bin/sh ./libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR='"/usr/include"' -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c -o src/kj/test-helpers.lo src/kj/test-helpers.c++ >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR=\"/usr/include\" -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c src/kj/test-helpers.c++ -fPIC -DPIC -o src/kj/.libs/test-helpers.o >/bin/sh ./libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR='"/usr/include"' -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c -o src/kj/main.lo src/kj/main.c++ >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR=\"/usr/include\" -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c src/kj/main.c++ -fPIC -DPIC -o src/kj/.libs/main.o >/bin/sh ./libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR='"/usr/include"' -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c -o src/kj/parse/char.lo src/kj/parse/char.c++ >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR=\"/usr/include\" -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c src/kj/parse/char.c++ -fPIC -DPIC -o src/kj/parse/.libs/char.o >/bin/sh ./libtool --tag=CXX --mode=link x86_64-pc-linux-gnu-g++ -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR='"/usr/include"' -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -release 0.8.0 -no-undefined -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -o libkj.la -rpath /usr/lib64 src/kj/common.lo src/kj/units.lo src/kj/memory.lo src/kj/refcount.lo src/kj/array.lo src/kj/string.lo src/kj/string-tree.lo src/kj/hash.lo src/kj/table.lo src/kj/encoding.lo src/kj/exception.lo src/kj/debug.lo src/kj/arena.lo src/kj/io.lo src/kj/mutex.lo src/kj/thread.lo src/kj/time.lo src/kj/filesystem.lo src/kj/filesystem-disk-unix.lo src/kj/filesystem-disk-win32.lo src/kj/test-helpers.lo src/kj/main.lo src/kj/parse/char.lo -lpthread -lpthread >libtool: link: x86_64-pc-linux-gnu-g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0/../../../../lib64/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0/crtbeginS.o src/kj/.libs/common.o src/kj/.libs/units.o src/kj/.libs/memory.o src/kj/.libs/refcount.o src/kj/.libs/array.o src/kj/.libs/string.o src/kj/.libs/string-tree.o src/kj/.libs/hash.o src/kj/.libs/table.o src/kj/.libs/encoding.o src/kj/.libs/exception.o src/kj/.libs/debug.o src/kj/.libs/arena.o src/kj/.libs/io.o src/kj/.libs/mutex.o src/kj/.libs/thread.o src/kj/.libs/time.o src/kj/.libs/filesystem.o src/kj/.libs/filesystem-disk-unix.o src/kj/.libs/filesystem-disk-win32.o src/kj/.libs/test-helpers.o src/kj/.libs/main.o src/kj/parse/.libs/char.o -Wl,--as-needed -lpthread -L/usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0 -L/usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0/../../../../x86_64-pc-linux-gnu/lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0/../../../../lib64/crtn.o -pthread -O2 -march=native -pthread -Wl,-O1 -Wl,--defsym=__gentoo_check_ldflags__=0 -pthread -Wl,-soname -Wl,libkj-0.8.0.so -o .libs/libkj-0.8.0.so >libtool: link: (cd ".libs" && rm -f "libkj.so" && ln -s "libkj-0.8.0.so" "libkj.so") >libtool: link: ( cd ".libs" && rm -f "libkj.la" && ln -s "../libkj.la" "libkj.la" ) >/bin/sh ./libtool --tag=CXX --mode=link x86_64-pc-linux-gnu-g++ -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR='"/usr/include"' -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -release 0.8.0 -no-undefined -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -o libcapnp.la -rpath /usr/lib64 src/capnp/c++.capnp.lo src/capnp/blob.lo src/capnp/arena.lo src/capnp/layout.lo src/capnp/list.lo src/capnp/any.lo src/capnp/message.lo src/capnp/schema.capnp.lo src/capnp/stream.capnp.lo src/capnp/serialize.lo src/capnp/serialize-packed.lo src/capnp/schema.lo src/capnp/schema-loader.lo src/capnp/dynamic.lo src/capnp/stringify.lo libkj.la -lpthread -lpthread >libtool: link: x86_64-pc-linux-gnu-g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0/../../../../lib64/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0/crtbeginS.o src/capnp/.libs/c++.capnp.o src/capnp/.libs/blob.o src/capnp/.libs/arena.o src/capnp/.libs/layout.o src/capnp/.libs/list.o src/capnp/.libs/any.o src/capnp/.libs/message.o src/capnp/.libs/schema.capnp.o src/capnp/.libs/stream.capnp.o src/capnp/.libs/serialize.o src/capnp/.libs/serialize-packed.o src/capnp/.libs/schema.o src/capnp/.libs/schema-loader.o src/capnp/.libs/dynamic.o src/capnp/.libs/stringify.o -Wl,-rpath -Wl,/var/tmp/portage/dev-libs/capnproto-0.8.0/work/capnproto-0.8.0/c++/.libs -Wl,--as-needed ./.libs/libkj.so -lpthread -L/usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0 -L/usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0/../../../../x86_64-pc-linux-gnu/lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0/../../../../lib64/crtn.o -pthread -O2 -march=native -pthread -Wl,-O1 -Wl,--defsym=__gentoo_check_ldflags__=0 -pthread -Wl,-soname -Wl,libcapnp-0.8.0.so -o .libs/libcapnp-0.8.0.so >libtool: link: (cd ".libs" && rm -f "libcapnp.so" && ln -s "libcapnp-0.8.0.so" "libcapnp.so") >libtool: link: ( cd ".libs" && rm -f "libcapnp.la" && ln -s "../libcapnp.la" "libcapnp.la" ) >/bin/sh ./libtool --tag=CXX --mode=link x86_64-pc-linux-gnu-g++ -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR='"/usr/include"' -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -release 0.8.0 -no-undefined -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -o libcapnpc.la -rpath /usr/lib64 src/capnp/compiler/type-id.lo src/capnp/compiler/error-reporter.lo src/capnp/compiler/lexer.capnp.lo src/capnp/compiler/lexer.lo src/capnp/compiler/grammar.capnp.lo src/capnp/compiler/parser.lo src/capnp/compiler/node-translator.lo src/capnp/compiler/compiler.lo src/capnp/schema-parser.lo src/capnp/serialize-text.lo libcapnp.la libkj.la -lpthread -lpthread >libtool: link: x86_64-pc-linux-gnu-g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0/../../../../lib64/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0/crtbeginS.o src/capnp/compiler/.libs/type-id.o src/capnp/compiler/.libs/error-reporter.o src/capnp/compiler/.libs/lexer.capnp.o src/capnp/compiler/.libs/lexer.o src/capnp/compiler/.libs/grammar.capnp.o src/capnp/compiler/.libs/parser.o src/capnp/compiler/.libs/node-translator.o src/capnp/compiler/.libs/compiler.o src/capnp/.libs/schema-parser.o src/capnp/.libs/serialize-text.o -Wl,-rpath -Wl,/var/tmp/portage/dev-libs/capnproto-0.8.0/work/capnproto-0.8.0/c++/.libs -L/var/tmp/portage/dev-libs/capnproto-0.8.0/work/capnproto-0.8.0/c++/.libs -Wl,--as-needed ./.libs/libcapnp.so /var/tmp/portage/dev-libs/capnproto-0.8.0/work/capnproto-0.8.0/c++/.libs/libkj.so ./.libs/libkj.so -lpthread -L/usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0 -L/usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0/../../../../x86_64-pc-linux-gnu/lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0/../../../../lib64/crtn.o -pthread -O2 -march=native -pthread -Wl,-O1 -Wl,--defsym=__gentoo_check_ldflags__=0 -pthread -Wl,-soname -Wl,libcapnpc-0.8.0.so -o .libs/libcapnpc-0.8.0.so >libtool: link: (cd ".libs" && rm -f "libcapnpc.so" && ln -s "libcapnpc-0.8.0.so" "libcapnpc.so") >libtool: link: ( cd ".libs" && rm -f "libcapnpc.la" && ln -s "../libcapnpc.la" "libcapnpc.la" ) >/bin/sh ./libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR='"/usr/include"' -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c -o src/capnp/compat/json.lo src/capnp/compat/json.c++ >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR=\"/usr/include\" -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c src/capnp/compat/json.c++ -fPIC -DPIC -o src/capnp/compat/.libs/json.o >/bin/sh ./libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR='"/usr/include"' -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c -o src/capnp/compat/json.capnp.lo src/capnp/compat/json.capnp.c++ >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR=\"/usr/include\" -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c src/capnp/compat/json.capnp.c++ -fPIC -DPIC -o src/capnp/compat/.libs/json.capnp.o >/bin/sh ./libtool --tag=CXX --mode=link x86_64-pc-linux-gnu-g++ -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR='"/usr/include"' -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -release 0.8.0 -no-undefined -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -o libcapnp-json.la -rpath /usr/lib64 src/capnp/compat/json.lo src/capnp/compat/json.capnp.lo libcapnp.la libkj.la -lpthread -lpthread >libtool: link: x86_64-pc-linux-gnu-g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0/../../../../lib64/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0/crtbeginS.o src/capnp/compat/.libs/json.o src/capnp/compat/.libs/json.capnp.o -Wl,-rpath -Wl,/var/tmp/portage/dev-libs/capnproto-0.8.0/work/capnproto-0.8.0/c++/.libs -L/var/tmp/portage/dev-libs/capnproto-0.8.0/work/capnproto-0.8.0/c++/.libs -Wl,--as-needed ./.libs/libcapnp.so /var/tmp/portage/dev-libs/capnproto-0.8.0/work/capnproto-0.8.0/c++/.libs/libkj.so ./.libs/libkj.so -lpthread -L/usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0 -L/usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0/../../../../x86_64-pc-linux-gnu/lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0/../../../../lib64/crtn.o -pthread -O2 -march=native -pthread -Wl,-O1 -Wl,--defsym=__gentoo_check_ldflags__=0 -pthread -Wl,-soname -Wl,libcapnp-json-0.8.0.so -o .libs/libcapnp-json-0.8.0.so >libtool: link: (cd ".libs" && rm -f "libcapnp-json.so" && ln -s "libcapnp-json-0.8.0.so" "libcapnp-json.so") >libtool: link: ( cd ".libs" && rm -f "libcapnp-json.la" && ln -s "../libcapnp-json.la" "libcapnp-json.la" ) >/bin/sh ./libtool --tag=CXX --mode=link x86_64-pc-linux-gnu-g++ -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR='"/usr/include"' -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -pthread -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -o capnp src/capnp/compiler/module-loader.o src/capnp/compiler/capnp.o libcapnpc.la libcapnp-json.la libcapnp.la libkj.la -lpthread -lpthread >libtool: link: x86_64-pc-linux-gnu-g++ -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR=\"/usr/include\" -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -pthread -Wl,-O1 -Wl,--defsym=__gentoo_check_ldflags__=0 -o .libs/capnp src/capnp/compiler/module-loader.o src/capnp/compiler/capnp.o -Wl,--as-needed ./.libs/libcapnpc.so ./.libs/libcapnp-json.so /var/tmp/portage/dev-libs/capnproto-0.8.0/work/capnproto-0.8.0/c++/.libs/libcapnp.so ./.libs/libcapnp.so /var/tmp/portage/dev-libs/capnproto-0.8.0/work/capnproto-0.8.0/c++/.libs/libkj.so ./.libs/libkj.so -lpthread -pthread >x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR='"/usr/include"' -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c -o src/capnp/compiler/capnpc-c++.o src/capnp/compiler/capnpc-c++.c++ >/bin/sh ./libtool --tag=CXX --mode=link x86_64-pc-linux-gnu-g++ -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR='"/usr/include"' -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -pthread -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -o capnpc-c++ src/capnp/compiler/capnpc-c++.o libcapnp.la libkj.la -lpthread -lpthread >libtool: link: x86_64-pc-linux-gnu-g++ -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR=\"/usr/include\" -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -pthread -Wl,-O1 -Wl,--defsym=__gentoo_check_ldflags__=0 -o .libs/capnpc-c++ src/capnp/compiler/capnpc-c++.o -Wl,--as-needed ./.libs/libcapnp.so /var/tmp/portage/dev-libs/capnproto-0.8.0/work/capnproto-0.8.0/c++/.libs/libkj.so ./.libs/libkj.so -lpthread -pthread >./capnp compile --src-prefix=./src -o./capnpc-c++:src -I./src $(for FILE in src/capnp/test.capnp src/capnp/test-import.capnp src/capnp/test-import2.capnp src/capnp/compat/json-test.capnp; do echo ./$FILE; done) >touch test_capnpc_middleman >make all-am >make[1]: Entering directory '/var/tmp/portage/dev-libs/capnproto-0.8.0/work/capnproto-0.8.0/c++' >x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR='"/usr/include"' -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c -o src/capnp/compiler/capnpc-capnp.o src/capnp/compiler/capnpc-capnp.c++ >/bin/sh ./libtool --tag=CXX --mode=link x86_64-pc-linux-gnu-g++ -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR='"/usr/include"' -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -pthread -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -o capnpc-capnp src/capnp/compiler/capnpc-capnp.o libcapnp.la libkj.la -lpthread -lpthread >libtool: link: x86_64-pc-linux-gnu-g++ -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR=\"/usr/include\" -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -pthread -Wl,-O1 -Wl,--defsym=__gentoo_check_ldflags__=0 -o .libs/capnpc-capnp src/capnp/compiler/capnpc-capnp.o -Wl,--as-needed ./.libs/libcapnp.so /var/tmp/portage/dev-libs/capnproto-0.8.0/work/capnproto-0.8.0/c++/.libs/libkj.so ./.libs/libkj.so -lpthread -pthread >/bin/sh ./libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR='"/usr/include"' -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c -o src/kj/test.lo src/kj/test.c++ >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR=\"/usr/include\" -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c src/kj/test.c++ -fPIC -DPIC -o src/kj/.libs/test.o >/bin/sh ./libtool --tag=CXX --mode=link x86_64-pc-linux-gnu-g++ -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR='"/usr/include"' -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -release 0.8.0 -no-undefined -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -o libkj-test.la -rpath /usr/lib64 src/kj/test.lo libkj.la -lpthread -lpthread >libtool: link: x86_64-pc-linux-gnu-g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0/../../../../lib64/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0/crtbeginS.o src/kj/.libs/test.o -Wl,-rpath -Wl,/var/tmp/portage/dev-libs/capnproto-0.8.0/work/capnproto-0.8.0/c++/.libs -Wl,--as-needed ./.libs/libkj.so -lpthread -L/usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0 -L/usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0/../../../../x86_64-pc-linux-gnu/lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0/../../../../lib64/crtn.o -pthread -O2 -march=native -pthread -Wl,-O1 -Wl,--defsym=__gentoo_check_ldflags__=0 -pthread -Wl,-soname -Wl,libkj-test-0.8.0.so -o .libs/libkj-test-0.8.0.so >libtool: link: (cd ".libs" && rm -f "libkj-test.so" && ln -s "libkj-test-0.8.0.so" "libkj-test.so") >libtool: link: ( cd ".libs" && rm -f "libkj-test.la" && ln -s "../libkj-test.la" "libkj-test.la" ) >/bin/sh ./libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR='"/usr/include"' -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c -o src/kj/async.lo src/kj/async.c++ >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR=\"/usr/include\" -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c src/kj/async.c++ -fPIC -DPIC -o src/kj/.libs/async.o >/bin/sh ./libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR='"/usr/include"' -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c -o src/kj/async-unix.lo src/kj/async-unix.c++ >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR=\"/usr/include\" -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c src/kj/async-unix.c++ -fPIC -DPIC -o src/kj/.libs/async-unix.o >/bin/sh ./libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR='"/usr/include"' -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c -o src/kj/async-win32.lo src/kj/async-win32.c++ >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR=\"/usr/include\" -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c src/kj/async-win32.c++ -fPIC -DPIC -o src/kj/.libs/async-win32.o >/bin/sh ./libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR='"/usr/include"' -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c -o src/kj/async-io.lo src/kj/async-io.c++ >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR=\"/usr/include\" -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c src/kj/async-io.c++ -fPIC -DPIC -o src/kj/.libs/async-io.o >/bin/sh ./libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR='"/usr/include"' -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c -o src/kj/async-io-unix.lo src/kj/async-io-unix.c++ >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR=\"/usr/include\" -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c src/kj/async-io-unix.c++ -fPIC -DPIC -o src/kj/.libs/async-io-unix.o >/bin/sh ./libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR='"/usr/include"' -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c -o src/kj/async-io-win32.lo src/kj/async-io-win32.c++ >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR=\"/usr/include\" -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c src/kj/async-io-win32.c++ -fPIC -DPIC -o src/kj/.libs/async-io-win32.o >/bin/sh ./libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR='"/usr/include"' -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c -o src/kj/timer.lo src/kj/timer.c++ >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR=\"/usr/include\" -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c src/kj/timer.c++ -fPIC -DPIC -o src/kj/.libs/timer.o >/bin/sh ./libtool --tag=CXX --mode=link x86_64-pc-linux-gnu-g++ -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR='"/usr/include"' -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -release 0.8.0 -no-undefined -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -o libkj-async.la -rpath /usr/lib64 src/kj/async.lo src/kj/async-unix.lo src/kj/async-win32.lo src/kj/async-io.lo src/kj/async-io-unix.lo src/kj/async-io-win32.lo src/kj/timer.lo libkj.la -lpthread -lpthread >libtool: link: x86_64-pc-linux-gnu-g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0/../../../../lib64/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0/crtbeginS.o src/kj/.libs/async.o src/kj/.libs/async-unix.o src/kj/.libs/async-win32.o src/kj/.libs/async-io.o src/kj/.libs/async-io-unix.o src/kj/.libs/async-io-win32.o src/kj/.libs/timer.o -Wl,-rpath -Wl,/var/tmp/portage/dev-libs/capnproto-0.8.0/work/capnproto-0.8.0/c++/.libs -Wl,--as-needed ./.libs/libkj.so -lpthread -L/usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0 -L/usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0/../../../../x86_64-pc-linux-gnu/lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0/../../../../lib64/crtn.o -pthread -O2 -march=native -pthread -Wl,-O1 -Wl,--defsym=__gentoo_check_ldflags__=0 -pthread -Wl,-soname -Wl,libkj-async-0.8.0.so -o .libs/libkj-async-0.8.0.so >libtool: link: (cd ".libs" && rm -f "libkj-async.so" && ln -s "libkj-async-0.8.0.so" "libkj-async.so") >libtool: link: ( cd ".libs" && rm -f "libkj-async.la" && ln -s "../libkj-async.la" "libkj-async.la" ) >/bin/sh ./libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR='"/usr/include"' -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c -o src/kj/compat/url.lo src/kj/compat/url.c++ >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR=\"/usr/include\" -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c src/kj/compat/url.c++ -fPIC -DPIC -o src/kj/compat/.libs/url.o >/bin/sh ./libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR='"/usr/include"' -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c -o src/kj/compat/http.lo src/kj/compat/http.c++ >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR=\"/usr/include\" -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c src/kj/compat/http.c++ -fPIC -DPIC -o src/kj/compat/.libs/http.o >/bin/sh ./libtool --tag=CXX --mode=link x86_64-pc-linux-gnu-g++ -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR='"/usr/include"' -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -release 0.8.0 -no-undefined -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -o libkj-http.la -rpath /usr/lib64 src/kj/compat/url.lo src/kj/compat/http.lo libkj-async.la libkj.la -lpthread -lpthread >libtool: link: x86_64-pc-linux-gnu-g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0/../../../../lib64/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0/crtbeginS.o src/kj/compat/.libs/url.o src/kj/compat/.libs/http.o -Wl,-rpath -Wl,/var/tmp/portage/dev-libs/capnproto-0.8.0/work/capnproto-0.8.0/c++/.libs -L/var/tmp/portage/dev-libs/capnproto-0.8.0/work/capnproto-0.8.0/c++/.libs -Wl,--as-needed ./.libs/libkj-async.so /var/tmp/portage/dev-libs/capnproto-0.8.0/work/capnproto-0.8.0/c++/.libs/libkj.so ./.libs/libkj.so -lpthread -L/usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0 -L/usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0/../../../../x86_64-pc-linux-gnu/lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0/../../../../lib64/crtn.o -pthread -O2 -march=native -pthread -Wl,-O1 -Wl,--defsym=__gentoo_check_ldflags__=0 -pthread -Wl,-soname -Wl,libkj-http-0.8.0.so -o .libs/libkj-http-0.8.0.so >libtool: link: (cd ".libs" && rm -f "libkj-http.so" && ln -s "libkj-http-0.8.0.so" "libkj-http.so") >libtool: link: ( cd ".libs" && rm -f "libkj-http.la" && ln -s "../libkj-http.la" "libkj-http.la" ) >/bin/sh ./libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR='"/usr/include"' -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c -o src/kj/compat/readiness-io.lo src/kj/compat/readiness-io.c++ >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR=\"/usr/include\" -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c src/kj/compat/readiness-io.c++ -fPIC -DPIC -o src/kj/compat/.libs/readiness-io.o >/bin/sh ./libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR='"/usr/include"' -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c -o src/kj/compat/tls.lo src/kj/compat/tls.c++ >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR=\"/usr/include\" -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c src/kj/compat/tls.c++ -fPIC -DPIC -o src/kj/compat/.libs/tls.o >/bin/sh ./libtool --tag=CXX --mode=link x86_64-pc-linux-gnu-g++ -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR='"/usr/include"' -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -release 0.8.0 -no-undefined -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -o libkj-tls.la -rpath /usr/lib64 src/kj/compat/readiness-io.lo src/kj/compat/tls.lo libkj-async.la libkj.la -lssl -lcrypto -lpthread -lpthread >libtool: link: x86_64-pc-linux-gnu-g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0/../../../../lib64/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0/crtbeginS.o src/kj/compat/.libs/readiness-io.o src/kj/compat/.libs/tls.o -Wl,-rpath -Wl,/var/tmp/portage/dev-libs/capnproto-0.8.0/work/capnproto-0.8.0/c++/.libs -L/var/tmp/portage/dev-libs/capnproto-0.8.0/work/capnproto-0.8.0/c++/.libs -Wl,--as-needed ./.libs/libkj-async.so /var/tmp/portage/dev-libs/capnproto-0.8.0/work/capnproto-0.8.0/c++/.libs/libkj.so ./.libs/libkj.so -lssl -lcrypto -lpthread -L/usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0 -L/usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0/../../../../x86_64-pc-linux-gnu/lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0/../../../../lib64/crtn.o -pthread -O2 -march=native -pthread -Wl,-O1 -Wl,--defsym=__gentoo_check_ldflags__=0 -pthread -Wl,-soname -Wl,libkj-tls-0.8.0.so -o .libs/libkj-tls-0.8.0.so >libtool: link: (cd ".libs" && rm -f "libkj-tls.so" && ln -s "libkj-tls-0.8.0.so" "libkj-tls.so") >libtool: link: ( cd ".libs" && rm -f "libkj-tls.la" && ln -s "../libkj-tls.la" "libkj-tls.la" ) >/bin/sh ./libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR='"/usr/include"' -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c -o src/kj/compat/gzip.lo src/kj/compat/gzip.c++ >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR=\"/usr/include\" -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c src/kj/compat/gzip.c++ -fPIC -DPIC -o src/kj/compat/.libs/gzip.o >/bin/sh ./libtool --tag=CXX --mode=link x86_64-pc-linux-gnu-g++ -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR='"/usr/include"' -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -release 0.8.0 -no-undefined -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -o libkj-gzip.la -rpath /usr/lib64 src/kj/compat/gzip.lo libkj-async.la libkj.la -lz -lpthread -lpthread >libtool: link: x86_64-pc-linux-gnu-g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0/../../../../lib64/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0/crtbeginS.o src/kj/compat/.libs/gzip.o -Wl,-rpath -Wl,/var/tmp/portage/dev-libs/capnproto-0.8.0/work/capnproto-0.8.0/c++/.libs -L/var/tmp/portage/dev-libs/capnproto-0.8.0/work/capnproto-0.8.0/c++/.libs -Wl,--as-needed ./.libs/libkj-async.so /var/tmp/portage/dev-libs/capnproto-0.8.0/work/capnproto-0.8.0/c++/.libs/libkj.so ./.libs/libkj.so -lz -lpthread -L/usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0 -L/usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0/../../../../x86_64-pc-linux-gnu/lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0/../../../../lib64/crtn.o -pthread -O2 -march=native -pthread -Wl,-O1 -Wl,--defsym=__gentoo_check_ldflags__=0 -pthread -Wl,-soname -Wl,libkj-gzip-0.8.0.so -o .libs/libkj-gzip-0.8.0.so >libtool: link: (cd ".libs" && rm -f "libkj-gzip.so" && ln -s "libkj-gzip-0.8.0.so" "libkj-gzip.so") >libtool: link: ( cd ".libs" && rm -f "libkj-gzip.la" && ln -s "../libkj-gzip.la" "libkj-gzip.la" ) >/bin/sh ./libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR='"/usr/include"' -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c -o src/capnp/serialize-async.lo src/capnp/serialize-async.c++ >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR=\"/usr/include\" -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c src/capnp/serialize-async.c++ -fPIC -DPIC -o src/capnp/.libs/serialize-async.o >/bin/sh ./libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR='"/usr/include"' -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c -o src/capnp/capability.lo src/capnp/capability.c++ >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR=\"/usr/include\" -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c src/capnp/capability.c++ -fPIC -DPIC -o src/capnp/.libs/capability.o >/bin/sh ./libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR='"/usr/include"' -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c -o src/capnp/membrane.lo src/capnp/membrane.c++ >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR=\"/usr/include\" -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c src/capnp/membrane.c++ -fPIC -DPIC -o src/capnp/.libs/membrane.o >/bin/sh ./libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR='"/usr/include"' -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c -o src/capnp/dynamic-capability.lo src/capnp/dynamic-capability.c++ >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR=\"/usr/include\" -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c src/capnp/dynamic-capability.c++ -fPIC -DPIC -o src/capnp/.libs/dynamic-capability.o >/bin/sh ./libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR='"/usr/include"' -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c -o src/capnp/rpc.lo src/capnp/rpc.c++ >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR=\"/usr/include\" -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c src/capnp/rpc.c++ -fPIC -DPIC -o src/capnp/.libs/rpc.o >/bin/sh ./libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR='"/usr/include"' -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c -o src/capnp/rpc.capnp.lo src/capnp/rpc.capnp.c++ >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR=\"/usr/include\" -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c src/capnp/rpc.capnp.c++ -fPIC -DPIC -o src/capnp/.libs/rpc.capnp.o >/bin/sh ./libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR='"/usr/include"' -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c -o src/capnp/rpc-twoparty.lo src/capnp/rpc-twoparty.c++ >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR=\"/usr/include\" -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c src/capnp/rpc-twoparty.c++ -fPIC -DPIC -o src/capnp/.libs/rpc-twoparty.o >/bin/sh ./libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR='"/usr/include"' -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c -o src/capnp/rpc-twoparty.capnp.lo src/capnp/rpc-twoparty.capnp.c++ >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR=\"/usr/include\" -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c src/capnp/rpc-twoparty.capnp.c++ -fPIC -DPIC -o src/capnp/.libs/rpc-twoparty.capnp.o >/bin/sh ./libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR='"/usr/include"' -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c -o src/capnp/persistent.capnp.lo src/capnp/persistent.capnp.c++ >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR=\"/usr/include\" -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c src/capnp/persistent.capnp.c++ -fPIC -DPIC -o src/capnp/.libs/persistent.capnp.o >/bin/sh ./libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR='"/usr/include"' -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c -o src/capnp/ez-rpc.lo src/capnp/ez-rpc.c++ >libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR=\"/usr/include\" -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c src/capnp/ez-rpc.c++ -fPIC -DPIC -o src/capnp/.libs/ez-rpc.o >/bin/sh ./libtool --tag=CXX --mode=link x86_64-pc-linux-gnu-g++ -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR='"/usr/include"' -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -release 0.8.0 -no-undefined -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -o libcapnp-rpc.la -rpath /usr/lib64 src/capnp/serialize-async.lo src/capnp/capability.lo src/capnp/membrane.lo src/capnp/dynamic-capability.lo src/capnp/rpc.lo src/capnp/rpc.capnp.lo src/capnp/rpc-twoparty.lo src/capnp/rpc-twoparty.capnp.lo src/capnp/persistent.capnp.lo src/capnp/ez-rpc.lo libcapnp.la libkj-async.la libkj.la -lpthread -lpthread >libtool: link: x86_64-pc-linux-gnu-g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0/../../../../lib64/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0/crtbeginS.o src/capnp/.libs/serialize-async.o src/capnp/.libs/capability.o src/capnp/.libs/membrane.o src/capnp/.libs/dynamic-capability.o src/capnp/.libs/rpc.o src/capnp/.libs/rpc.capnp.o src/capnp/.libs/rpc-twoparty.o src/capnp/.libs/rpc-twoparty.capnp.o src/capnp/.libs/persistent.capnp.o src/capnp/.libs/ez-rpc.o -Wl,-rpath -Wl,/var/tmp/portage/dev-libs/capnproto-0.8.0/work/capnproto-0.8.0/c++/.libs -L/var/tmp/portage/dev-libs/capnproto-0.8.0/work/capnproto-0.8.0/c++/.libs -Wl,--as-needed ./.libs/libcapnp.so ./.libs/libkj-async.so /var/tmp/portage/dev-libs/capnproto-0.8.0/work/capnproto-0.8.0/c++/.libs/libkj.so ./.libs/libkj.so -lpthread -L/usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0 -L/usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0/../../../../x86_64-pc-linux-gnu/lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0/../../../../lib64/crtn.o -pthread -O2 -march=native -pthread -Wl,-O1 -Wl,--defsym=__gentoo_check_ldflags__=0 -pthread -Wl,-soname -Wl,libcapnp-rpc-0.8.0.so -o .libs/libcapnp-rpc-0.8.0.so >libtool: link: (cd ".libs" && rm -f "libcapnp-rpc.so" && ln -s "libcapnp-rpc-0.8.0.so" "libcapnp-rpc.so") >libtool: link: ( cd ".libs" && rm -f "libcapnp-rpc.la" && ln -s "../libcapnp-rpc.la" "libcapnp-rpc.la" ) >make[1]: Leaving directory '/var/tmp/portage/dev-libs/capnproto-0.8.0/work/capnproto-0.8.0/c++' >>>> Source compiled. >>>> Test phase: dev-libs/capnproto-0.8.0 >make -j1 check >make check-am >make[1]: Entering directory '/var/tmp/portage/dev-libs/capnproto-0.8.0/work/capnproto-0.8.0/c++' >make capnp-test capnp-evolution-test capnp-afl-testcase libcapnp-test.a >make[2]: Entering directory '/var/tmp/portage/dev-libs/capnproto-0.8.0/work/capnproto-0.8.0/c++' >x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -Wno-deprecated-declarations -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR='"/usr/include"' -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c -o src/kj/capnp_test-common-test.o `test -f 'src/kj/common-test.c++' || echo './'`src/kj/common-test.c++ >x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -Wno-deprecated-declarations -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR='"/usr/include"' -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c -o src/kj/capnp_test-memory-test.o `test -f 'src/kj/memory-test.c++' || echo './'`src/kj/memory-test.c++ >x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -Wno-deprecated-declarations -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR='"/usr/include"' -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c -o src/kj/capnp_test-refcount-test.o `test -f 'src/kj/refcount-test.c++' || echo './'`src/kj/refcount-test.c++ >x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -Wno-deprecated-declarations -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR='"/usr/include"' -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c -o src/kj/capnp_test-array-test.o `test -f 'src/kj/array-test.c++' || echo './'`src/kj/array-test.c++ >x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -Wno-deprecated-declarations -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR='"/usr/include"' -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c -o src/kj/capnp_test-string-test.o `test -f 'src/kj/string-test.c++' || echo './'`src/kj/string-test.c++ >x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -Wno-deprecated-declarations -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR='"/usr/include"' -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c -o src/kj/capnp_test-string-tree-test.o `test -f 'src/kj/string-tree-test.c++' || echo './'`src/kj/string-tree-test.c++ >x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -Wno-deprecated-declarations -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR='"/usr/include"' -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c -o src/kj/capnp_test-table-test.o `test -f 'src/kj/table-test.c++' || echo './'`src/kj/table-test.c++ >x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -Wno-deprecated-declarations -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR='"/usr/include"' -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c -o src/kj/capnp_test-map-test.o `test -f 'src/kj/map-test.c++' || echo './'`src/kj/map-test.c++ >x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -Wno-deprecated-declarations -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR='"/usr/include"' -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c -o src/kj/capnp_test-encoding-test.o `test -f 'src/kj/encoding-test.c++' || echo './'`src/kj/encoding-test.c++ >x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -Wno-deprecated-declarations -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR='"/usr/include"' -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c -o src/kj/capnp_test-exception-test.o `test -f 'src/kj/exception-test.c++' || echo './'`src/kj/exception-test.c++ >x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -Wno-deprecated-declarations -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR='"/usr/include"' -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c -o src/kj/capnp_test-debug-test.o `test -f 'src/kj/debug-test.c++' || echo './'`src/kj/debug-test.c++ >x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -Wno-deprecated-declarations -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR='"/usr/include"' -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c -o src/kj/capnp_test-arena-test.o `test -f 'src/kj/arena-test.c++' || echo './'`src/kj/arena-test.c++ >x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -Wno-deprecated-declarations -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR='"/usr/include"' -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c -o src/kj/capnp_test-units-test.o `test -f 'src/kj/units-test.c++' || echo './'`src/kj/units-test.c++ >x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -Wno-deprecated-declarations -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR='"/usr/include"' -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c -o src/kj/capnp_test-tuple-test.o `test -f 'src/kj/tuple-test.c++' || echo './'`src/kj/tuple-test.c++ >x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -Wno-deprecated-declarations -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR='"/usr/include"' -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c -o src/kj/capnp_test-one-of-test.o `test -f 'src/kj/one-of-test.c++' || echo './'`src/kj/one-of-test.c++ >x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -Wno-deprecated-declarations -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR='"/usr/include"' -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c -o src/kj/capnp_test-function-test.o `test -f 'src/kj/function-test.c++' || echo './'`src/kj/function-test.c++ >x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -Wno-deprecated-declarations -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR='"/usr/include"' -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c -o src/kj/capnp_test-io-test.o `test -f 'src/kj/io-test.c++' || echo './'`src/kj/io-test.c++ >x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -Wno-deprecated-declarations -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR='"/usr/include"' -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c -o src/kj/capnp_test-mutex-test.o `test -f 'src/kj/mutex-test.c++' || echo './'`src/kj/mutex-test.c++ >x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -Wno-deprecated-declarations -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR='"/usr/include"' -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c -o src/kj/capnp_test-time-test.o `test -f 'src/kj/time-test.c++' || echo './'`src/kj/time-test.c++ >x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -Wno-deprecated-declarations -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR='"/usr/include"' -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c -o src/kj/capnp_test-threadlocal-test.o `test -f 'src/kj/threadlocal-test.c++' || echo './'`src/kj/threadlocal-test.c++ >x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -Wno-deprecated-declarations -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR='"/usr/include"' -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c -o src/kj/capnp_test-filesystem-test.o `test -f 'src/kj/filesystem-test.c++' || echo './'`src/kj/filesystem-test.c++ >x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -Wno-deprecated-declarations -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR='"/usr/include"' -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c -o src/kj/capnp_test-filesystem-disk-test.o `test -f 'src/kj/filesystem-disk-test.c++' || echo './'`src/kj/filesystem-disk-test.c++ >x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -Wno-deprecated-declarations -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR='"/usr/include"' -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c -o src/kj/capnp_test-test-test.o `test -f 'src/kj/test-test.c++' || echo './'`src/kj/test-test.c++ >x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -Wno-deprecated-declarations -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR='"/usr/include"' -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c -o src/capnp/capnp_test-common-test.o `test -f 'src/capnp/common-test.c++' || echo './'`src/capnp/common-test.c++ >x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -Wno-deprecated-declarations -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR='"/usr/include"' -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c -o src/capnp/capnp_test-blob-test.o `test -f 'src/capnp/blob-test.c++' || echo './'`src/capnp/blob-test.c++ >x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -Wno-deprecated-declarations -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR='"/usr/include"' -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c -o src/capnp/capnp_test-endian-test.o `test -f 'src/capnp/endian-test.c++' || echo './'`src/capnp/endian-test.c++ >x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -Wno-deprecated-declarations -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR='"/usr/include"' -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c -o src/capnp/capnp_test-endian-fallback-test.o `test -f 'src/capnp/endian-fallback-test.c++' || echo './'`src/capnp/endian-fallback-test.c++ >x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -Wno-deprecated-declarations -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR='"/usr/include"' -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c -o src/capnp/capnp_test-endian-reverse-test.o `test -f 'src/capnp/endian-reverse-test.c++' || echo './'`src/capnp/endian-reverse-test.c++ >x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -Wno-deprecated-declarations -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR='"/usr/include"' -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c -o src/capnp/capnp_test-layout-test.o `test -f 'src/capnp/layout-test.c++' || echo './'`src/capnp/layout-test.c++ >x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -Wno-deprecated-declarations -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR='"/usr/include"' -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c -o src/capnp/capnp_test-any-test.o `test -f 'src/capnp/any-test.c++' || echo './'`src/capnp/any-test.c++ >x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -Wno-deprecated-declarations -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR='"/usr/include"' -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c -o src/capnp/capnp_test-message-test.o `test -f 'src/capnp/message-test.c++' || echo './'`src/capnp/message-test.c++ >x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -Wno-deprecated-declarations -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR='"/usr/include"' -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c -o src/capnp/capnp_test-encoding-test.o `test -f 'src/capnp/encoding-test.c++' || echo './'`src/capnp/encoding-test.c++ >x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -Wno-deprecated-declarations -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR='"/usr/include"' -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c -o src/capnp/capnp_test-orphan-test.o `test -f 'src/capnp/orphan-test.c++' || echo './'`src/capnp/orphan-test.c++ >x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -Wno-deprecated-declarations -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR='"/usr/include"' -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c -o src/capnp/capnp_test-serialize-test.o `test -f 'src/capnp/serialize-test.c++' || echo './'`src/capnp/serialize-test.c++ >x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -Wno-deprecated-declarations -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR='"/usr/include"' -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c -o src/capnp/capnp_test-serialize-packed-test.o `test -f 'src/capnp/serialize-packed-test.c++' || echo './'`src/capnp/serialize-packed-test.c++ >x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -Wno-deprecated-declarations -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR='"/usr/include"' -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c -o src/capnp/capnp_test-fuzz-test.o `test -f 'src/capnp/fuzz-test.c++' || echo './'`src/capnp/fuzz-test.c++ >x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -Wno-deprecated-declarations -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR='"/usr/include"' -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c -o src/kj/capnp_test-async-test.o `test -f 'src/kj/async-test.c++' || echo './'`src/kj/async-test.c++ >x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -Wno-deprecated-declarations -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR='"/usr/include"' -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c -o src/kj/capnp_test-async-xthread-test.o `test -f 'src/kj/async-xthread-test.c++' || echo './'`src/kj/async-xthread-test.c++ >x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -Wno-deprecated-declarations -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR='"/usr/include"' -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c -o src/kj/capnp_test-async-unix-test.o `test -f 'src/kj/async-unix-test.c++' || echo './'`src/kj/async-unix-test.c++ >x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -Wno-deprecated-declarations -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR='"/usr/include"' -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c -o src/kj/capnp_test-async-unix-xthread-test.o `test -f 'src/kj/async-unix-xthread-test.c++' || echo './'`src/kj/async-unix-xthread-test.c++ >x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -Wno-deprecated-declarations -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR='"/usr/include"' -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c -o src/kj/capnp_test-async-win32-test.o `test -f 'src/kj/async-win32-test.c++' || echo './'`src/kj/async-win32-test.c++ >x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -Wno-deprecated-declarations -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR='"/usr/include"' -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c -o src/kj/capnp_test-async-win32-xthread-test.o `test -f 'src/kj/async-win32-xthread-test.c++' || echo './'`src/kj/async-win32-xthread-test.c++ >x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -Wno-deprecated-declarations -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR='"/usr/include"' -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c -o src/kj/capnp_test-async-io-test.o `test -f 'src/kj/async-io-test.c++' || echo './'`src/kj/async-io-test.c++ >x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -Wno-deprecated-declarations -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR='"/usr/include"' -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c -o src/kj/parse/capnp_test-common-test.o `test -f 'src/kj/parse/common-test.c++' || echo './'`src/kj/parse/common-test.c++ >x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -Wno-deprecated-declarations -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR='"/usr/include"' -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c -o src/kj/parse/capnp_test-char-test.o `test -f 'src/kj/parse/char-test.c++' || echo './'`src/kj/parse/char-test.c++ >x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -Wno-deprecated-declarations -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR='"/usr/include"' -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c -o src/kj/std/capnp_test-iostream-test.o `test -f 'src/kj/std/iostream-test.c++' || echo './'`src/kj/std/iostream-test.c++ >x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -Wno-deprecated-declarations -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR='"/usr/include"' -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c -o src/kj/compat/capnp_test-url-test.o `test -f 'src/kj/compat/url-test.c++' || echo './'`src/kj/compat/url-test.c++ >x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -Wno-deprecated-declarations -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR='"/usr/include"' -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c -o src/kj/compat/capnp_test-http-test.o `test -f 'src/kj/compat/http-test.c++' || echo './'`src/kj/compat/http-test.c++ >x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -Wno-deprecated-declarations -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR='"/usr/include"' -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c -o src/kj/compat/capnp_test-gzip-test.o `test -f 'src/kj/compat/gzip-test.c++' || echo './'`src/kj/compat/gzip-test.c++ >x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -Wno-deprecated-declarations -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR='"/usr/include"' -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c -o src/kj/compat/capnp_test-readiness-io-test.o `test -f 'src/kj/compat/readiness-io-test.c++' || echo './'`src/kj/compat/readiness-io-test.c++ >x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -Wno-deprecated-declarations -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR='"/usr/include"' -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c -o src/kj/compat/capnp_test-tls-test.o `test -f 'src/kj/compat/tls-test.c++' || echo './'`src/kj/compat/tls-test.c++ >x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -Wno-deprecated-declarations -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR='"/usr/include"' -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c -o src/capnp/capnp_test-canonicalize-test.o `test -f 'src/capnp/canonicalize-test.c++' || echo './'`src/capnp/canonicalize-test.c++ >x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -Wno-deprecated-declarations -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR='"/usr/include"' -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c -o src/capnp/capnp_test-capability-test.o `test -f 'src/capnp/capability-test.c++' || echo './'`src/capnp/capability-test.c++ >x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -Wno-deprecated-declarations -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR='"/usr/include"' -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c -o src/capnp/capnp_test-membrane-test.o `test -f 'src/capnp/membrane-test.c++' || echo './'`src/capnp/membrane-test.c++ >x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -Wno-deprecated-declarations -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR='"/usr/include"' -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c -o src/capnp/capnp_test-schema-test.o `test -f 'src/capnp/schema-test.c++' || echo './'`src/capnp/schema-test.c++ >x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -Wno-deprecated-declarations -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR='"/usr/include"' -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c -o src/capnp/capnp_test-schema-loader-test.o `test -f 'src/capnp/schema-loader-test.c++' || echo './'`src/capnp/schema-loader-test.c++ >x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -Wno-deprecated-declarations -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR='"/usr/include"' -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c -o src/capnp/capnp_test-schema-parser-test.o `test -f 'src/capnp/schema-parser-test.c++' || echo './'`src/capnp/schema-parser-test.c++ >x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -Wno-deprecated-declarations -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR='"/usr/include"' -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c -o src/capnp/capnp_test-dynamic-test.o `test -f 'src/capnp/dynamic-test.c++' || echo './'`src/capnp/dynamic-test.c++ >x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -Wno-deprecated-declarations -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR='"/usr/include"' -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c -o src/capnp/capnp_test-stringify-test.o `test -f 'src/capnp/stringify-test.c++' || echo './'`src/capnp/stringify-test.c++ >x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -Wno-deprecated-declarations -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR='"/usr/include"' -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c -o src/capnp/capnp_test-serialize-async-test.o `test -f 'src/capnp/serialize-async-test.c++' || echo './'`src/capnp/serialize-async-test.c++ >x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -Wno-deprecated-declarations -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR='"/usr/include"' -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c -o src/capnp/capnp_test-serialize-text-test.o `test -f 'src/capnp/serialize-text-test.c++' || echo './'`src/capnp/serialize-text-test.c++ >x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -Wno-deprecated-declarations -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR='"/usr/include"' -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c -o src/capnp/capnp_test-rpc-test.o `test -f 'src/capnp/rpc-test.c++' || echo './'`src/capnp/rpc-test.c++ >x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -Wno-deprecated-declarations -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR='"/usr/include"' -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c -o src/capnp/capnp_test-rpc-twoparty-test.o `test -f 'src/capnp/rpc-twoparty-test.c++' || echo './'`src/capnp/rpc-twoparty-test.c++ >x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -Wno-deprecated-declarations -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR='"/usr/include"' -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c -o src/capnp/capnp_test-ez-rpc-test.o `test -f 'src/capnp/ez-rpc-test.c++' || echo './'`src/capnp/ez-rpc-test.c++ >x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -Wno-deprecated-declarations -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR='"/usr/include"' -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c -o src/capnp/compat/capnp_test-json-test.o `test -f 'src/capnp/compat/json-test.c++' || echo './'`src/capnp/compat/json-test.c++ >x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -Wno-deprecated-declarations -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR='"/usr/include"' -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c -o src/capnp/compiler/capnp_test-lexer-test.o `test -f 'src/capnp/compiler/lexer-test.c++' || echo './'`src/capnp/compiler/lexer-test.c++ >x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -Wno-deprecated-declarations -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR='"/usr/include"' -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c -o src/capnp/compiler/capnp_test-type-id-test.o `test -f 'src/capnp/compiler/type-id-test.c++' || echo './'`src/capnp/compiler/type-id-test.c++ >x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR='"/usr/include"' -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c -o src/capnp/test-util.o src/capnp/test-util.c++ >x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR='"/usr/include"' -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c -o src/capnp/test.capnp.o src/capnp/test.capnp.c++ >x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR='"/usr/include"' -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c -o src/capnp/test-import.capnp.o src/capnp/test-import.capnp.c++ >x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR='"/usr/include"' -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c -o src/capnp/test-import2.capnp.o src/capnp/test-import2.capnp.c++ >x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR='"/usr/include"' -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c -o src/capnp/compat/json-test.capnp.o src/capnp/compat/json-test.capnp.c++ >rm -f libcapnp-test.a >x86_64-pc-linux-gnu-ar cru libcapnp-test.a src/capnp/test-util.o src/capnp/test.capnp.o src/capnp/test-import.capnp.o src/capnp/test-import2.capnp.o src/capnp/compat/json-test.capnp.o >x86_64-pc-linux-gnu-ranlib libcapnp-test.a >/bin/sh ./libtool --tag=CXX --mode=link x86_64-pc-linux-gnu-g++ -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR='"/usr/include"' -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -pthread -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -o capnp-test src/kj/capnp_test-common-test.o src/kj/capnp_test-memory-test.o src/kj/capnp_test-refcount-test.o src/kj/capnp_test-array-test.o src/kj/capnp_test-string-test.o src/kj/capnp_test-string-tree-test.o src/kj/capnp_test-table-test.o src/kj/capnp_test-map-test.o src/kj/capnp_test-encoding-test.o src/kj/capnp_test-exception-test.o src/kj/capnp_test-debug-test.o src/kj/capnp_test-arena-test.o src/kj/capnp_test-units-test.o src/kj/capnp_test-tuple-test.o src/kj/capnp_test-one-of-test.o src/kj/capnp_test-function-test.o src/kj/capnp_test-io-test.o src/kj/capnp_test-mutex-test.o src/kj/capnp_test-time-test.o src/kj/capnp_test-threadlocal-test.o src/kj/capnp_test-filesystem-test.o src/kj/capnp_test-filesystem-disk-test.o src/kj/capnp_test-test-test.o src/capnp/capnp_test-common-test.o src/capnp/capnp_test-blob-test.o src/capnp/capnp_test-endian-test.o src/capnp/capnp_test-endian-fallback-test.o src/capnp/capnp_test-endian-reverse-test.o src/capnp/capnp_test-layout-test.o src/capnp/capnp_test-any-test.o src/capnp/capnp_test-message-test.o src/capnp/capnp_test-encoding-test.o src/capnp/capnp_test-orphan-test.o src/capnp/capnp_test-serialize-test.o src/capnp/capnp_test-serialize-packed-test.o src/capnp/capnp_test-fuzz-test.o src/kj/capnp_test-async-test.o src/kj/capnp_test-async-xthread-test.o src/kj/capnp_test-async-unix-test.o src/kj/capnp_test-async-unix-xthread-test.o src/kj/capnp_test-async-win32-test.o src/kj/capnp_test-async-win32-xthread-test.o src/kj/capnp_test-async-io-test.o src/kj/parse/capnp_test-common-test.o src/kj/parse/capnp_test-char-test.o src/kj/std/capnp_test-iostream-test.o src/kj/compat/capnp_test-url-test.o src/kj/compat/capnp_test-http-test.o src/kj/compat/capnp_test-gzip-test.o src/kj/compat/capnp_test-readiness-io-test.o src/kj/compat/capnp_test-tls-test.o src/capnp/capnp_test-canonicalize-test.o src/capnp/capnp_test-capability-test.o src/capnp/capnp_test-membrane-test.o src/capnp/capnp_test-schema-test.o src/capnp/capnp_test-schema-loader-test.o src/capnp/capnp_test-schema-parser-test.o src/capnp/capnp_test-dynamic-test.o src/capnp/capnp_test-stringify-test.o src/capnp/capnp_test-serialize-async-test.o src/capnp/capnp_test-serialize-text-test.o src/capnp/capnp_test-rpc-test.o src/capnp/capnp_test-rpc-twoparty-test.o src/capnp/capnp_test-ez-rpc-test.o src/capnp/compat/capnp_test-json-test.o src/capnp/compiler/capnp_test-lexer-test.o src/capnp/compiler/capnp_test-type-id-test.o libcapnp-test.a libcapnpc.la libcapnp-rpc.la libcapnp-json.la libcapnp.la libkj-http.la libkj-gzip.la libkj-tls.la libkj-async.la libkj-test.la libkj.la -lpthread -lpthread >libtool: link: x86_64-pc-linux-gnu-g++ -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR=\"/usr/include\" -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -pthread -Wl,-O1 -Wl,--defsym=__gentoo_check_ldflags__=0 -o .libs/capnp-test src/kj/capnp_test-common-test.o src/kj/capnp_test-memory-test.o src/kj/capnp_test-refcount-test.o src/kj/capnp_test-array-test.o src/kj/capnp_test-string-test.o src/kj/capnp_test-string-tree-test.o src/kj/capnp_test-table-test.o src/kj/capnp_test-map-test.o src/kj/capnp_test-encoding-test.o src/kj/capnp_test-exception-test.o src/kj/capnp_test-debug-test.o src/kj/capnp_test-arena-test.o src/kj/capnp_test-units-test.o src/kj/capnp_test-tuple-test.o src/kj/capnp_test-one-of-test.o src/kj/capnp_test-function-test.o src/kj/capnp_test-io-test.o src/kj/capnp_test-mutex-test.o src/kj/capnp_test-time-test.o src/kj/capnp_test-threadlocal-test.o src/kj/capnp_test-filesystem-test.o src/kj/capnp_test-filesystem-disk-test.o src/kj/capnp_test-test-test.o src/capnp/capnp_test-common-test.o src/capnp/capnp_test-blob-test.o src/capnp/capnp_test-endian-test.o src/capnp/capnp_test-endian-fallback-test.o src/capnp/capnp_test-endian-reverse-test.o src/capnp/capnp_test-layout-test.o src/capnp/capnp_test-any-test.o src/capnp/capnp_test-message-test.o src/capnp/capnp_test-encoding-test.o src/capnp/capnp_test-orphan-test.o src/capnp/capnp_test-serialize-test.o src/capnp/capnp_test-serialize-packed-test.o src/capnp/capnp_test-fuzz-test.o src/kj/capnp_test-async-test.o src/kj/capnp_test-async-xthread-test.o src/kj/capnp_test-async-unix-test.o src/kj/capnp_test-async-unix-xthread-test.o src/kj/capnp_test-async-win32-test.o src/kj/capnp_test-async-win32-xthread-test.o src/kj/capnp_test-async-io-test.o src/kj/parse/capnp_test-common-test.o src/kj/parse/capnp_test-char-test.o src/kj/std/capnp_test-iostream-test.o src/kj/compat/capnp_test-url-test.o src/kj/compat/capnp_test-http-test.o src/kj/compat/capnp_test-gzip-test.o src/kj/compat/capnp_test-readiness-io-test.o src/kj/compat/capnp_test-tls-test.o src/capnp/capnp_test-canonicalize-test.o src/capnp/capnp_test-capability-test.o src/capnp/capnp_test-membrane-test.o src/capnp/capnp_test-schema-test.o src/capnp/capnp_test-schema-loader-test.o src/capnp/capnp_test-schema-parser-test.o src/capnp/capnp_test-dynamic-test.o src/capnp/capnp_test-stringify-test.o src/capnp/capnp_test-serialize-async-test.o src/capnp/capnp_test-serialize-text-test.o src/capnp/capnp_test-rpc-test.o src/capnp/capnp_test-rpc-twoparty-test.o src/capnp/capnp_test-ez-rpc-test.o src/capnp/compat/capnp_test-json-test.o src/capnp/compiler/capnp_test-lexer-test.o src/capnp/compiler/capnp_test-type-id-test.o -Wl,--as-needed libcapnp-test.a ./.libs/libcapnpc.so ./.libs/libcapnp-rpc.so ./.libs/libcapnp-json.so /var/tmp/portage/dev-libs/capnproto-0.8.0/work/capnproto-0.8.0/c++/.libs/libcapnp.so ./.libs/libcapnp.so ./.libs/libkj-http.so ./.libs/libkj-gzip.so -lz ./.libs/libkj-tls.so /var/tmp/portage/dev-libs/capnproto-0.8.0/work/capnproto-0.8.0/c++/.libs/libkj-async.so -lssl -lcrypto ./.libs/libkj-async.so ./.libs/libkj-test.so /var/tmp/portage/dev-libs/capnproto-0.8.0/work/capnproto-0.8.0/c++/.libs/libkj.so ./.libs/libkj.so -lpthread -pthread >x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR='"/usr/include"' -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c -o src/capnp/compiler/evolution-test.o src/capnp/compiler/evolution-test.c++ >/bin/sh ./libtool --tag=CXX --mode=link x86_64-pc-linux-gnu-g++ -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR='"/usr/include"' -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -pthread -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -o capnp-evolution-test src/capnp/compiler/evolution-test.o libcapnpc.la libcapnp.la libkj.la -lpthread >libtool: link: x86_64-pc-linux-gnu-g++ -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR=\"/usr/include\" -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -pthread -Wl,-O1 -Wl,--defsym=__gentoo_check_ldflags__=0 -o .libs/capnp-evolution-test src/capnp/compiler/evolution-test.o -Wl,--as-needed ./.libs/libcapnpc.so /var/tmp/portage/dev-libs/capnproto-0.8.0/work/capnproto-0.8.0/c++/.libs/libcapnp.so ./.libs/libcapnp.so /var/tmp/portage/dev-libs/capnproto-0.8.0/work/capnproto-0.8.0/c++/.libs/libkj.so ./.libs/libkj.so -lpthread -pthread >x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR='"/usr/include"' -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -c -o src/capnp/afl-testcase.o src/capnp/afl-testcase.c++ >/bin/sh ./libtool --tag=CXX --mode=link x86_64-pc-linux-gnu-g++ -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR='"/usr/include"' -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -pthread -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -o capnp-afl-testcase src/capnp/afl-testcase.o libcapnp-test.a libcapnp-rpc.la libcapnp.la libkj.la libkj-async.la -lpthread >libtool: link: x86_64-pc-linux-gnu-g++ -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR=\"/usr/include\" -pthread -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -pthread -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -pthread -Wl,-O1 -Wl,--defsym=__gentoo_check_ldflags__=0 -o .libs/capnp-afl-testcase src/capnp/afl-testcase.o -Wl,--as-needed libcapnp-test.a ./.libs/libcapnp-rpc.so /var/tmp/portage/dev-libs/capnproto-0.8.0/work/capnproto-0.8.0/c++/.libs/libcapnp.so /var/tmp/portage/dev-libs/capnproto-0.8.0/work/capnproto-0.8.0/c++/.libs/libkj-async.so ./.libs/libcapnp.so ./.libs/libkj.so ./.libs/libkj-async.so /var/tmp/portage/dev-libs/capnproto-0.8.0/work/capnproto-0.8.0/c++/.libs/libkj.so -lpthread -pthread >make[2]: 'libcapnp-test.a' is up to date. >make[2]: Leaving directory '/var/tmp/portage/dev-libs/capnproto-0.8.0/work/capnproto-0.8.0/c++' >make check-TESTS >make[2]: Entering directory '/var/tmp/portage/dev-libs/capnproto-0.8.0/work/capnproto-0.8.0/c++' >[0;1;34m[ TEST ][0m kj/common-test.c++:30: kj::size() on native arrays >[0;1;32m[ PASS ][0m kj/common-test.c++:30: kj::size() on native arrays (1 μs) >[0;1;34m[ TEST ][0m kj/common-test.c++:62: legacy test: Common/Maybe >[0;1;32m[ PASS ][0m kj/common-test.c++:62: legacy test: Common/Maybe (0 μs) >[0;1;34m[ TEST ][0m kj/common-test.c++:239: legacy test: Common/MaybeConstness >[0;1;32m[ PASS ][0m kj/common-test.c++:239: legacy test: Common/MaybeConstness (0 μs) >[0;1;34m[ TEST ][0m kj/common-test.c++:285: legacy test: Common/Downcast >[0;1;32m[ PASS ][0m kj/common-test.c++:285: legacy test: Common/Downcast (0 μs) >[0;1;34m[ TEST ][0m kj/common-test.c++:307: legacy test: Common/MinMax >[0;1;32m[ PASS ][0m kj/common-test.c++:307: legacy test: Common/MinMax (0 μs) >[0;1;34m[ TEST ][0m kj/common-test.c++:327: legacy test: Common/MinMaxValue >[0;1;32m[ PASS ][0m kj/common-test.c++:327: legacy test: Common/MinMaxValue (0 μs) >[0;1;34m[ TEST ][0m kj/common-test.c++:357: legacy test: Common/Defer >[0;1;32m[ PASS ][0m kj/common-test.c++:357: legacy test: Common/Defer (0 μs) >[0;1;34m[ TEST ][0m kj/common-test.c++:375: legacy test: Common/CanConvert >[0;1;32m[ PASS ][0m kj/common-test.c++:375: legacy test: Common/CanConvert (0 μs) >[0;1;34m[ TEST ][0m kj/common-test.c++:391: legacy test: Common/ArrayAsBytes >[0;1;32m[ PASS ][0m kj/common-test.c++:391: legacy test: Common/ArrayAsBytes (0 μs) >[0;1;34m[ TEST ][0m kj/common-test.c++:510: ArrayPtr operator == >[0;1;32m[ PASS ][0m kj/common-test.c++:510: ArrayPtr operator == (0 μs) >[0;1;34m[ TEST ][0m kj/common-test.c++:531: kj::range() >[0;1;32m[ PASS ][0m kj/common-test.c++:531: kj::range() (0 μs) >[0;1;34m[ TEST ][0m kj/memory-test.c++:29: legacy test: Memory/OwnConst >[0;1;32m[ PASS ][0m kj/memory-test.c++:29: legacy test: Memory/OwnConst (0 μs) >[0;1;34m[ TEST ][0m kj/memory-test.c++:40: legacy test: Memory/CanConvert >[0;1;32m[ PASS ][0m kj/memory-test.c++:40: legacy test: Memory/CanConvert (0 μs) >[0;1;34m[ TEST ][0m kj/memory-test.c++:56: legacy test: Memory/AssignNested >[0;1;32m[ PASS ][0m kj/memory-test.c++:56: legacy test: Memory/AssignNested (0 μs) >[0;1;34m[ TEST ][0m kj/memory-test.c++:79: legacy test: Memory/Attach >[0;1;32m[ PASS ][0m kj/memory-test.c++:79: legacy test: Memory/Attach (1 μs) >[0;1;34m[ TEST ][0m kj/memory-test.c++:109: legacy test: Memory/AttachNested >[0;1;32m[ PASS ][0m kj/memory-test.c++:109: legacy test: Memory/AttachNested (0 μs) >[0;1;34m[ TEST ][0m kj/memory-test.c++:139: attachRef >[0;1;32m[ PASS ][0m kj/memory-test.c++:139: attachRef (0 μs) >[0;1;34m[ TEST ][0m kj/memory-test.c++:169: attachVal >[0;1;32m[ PASS ][0m kj/memory-test.c++:169: attachVal (0 μs) >[0;1;34m[ TEST ][0m kj/memory-test.c++:246: legacy test: Memory/OwnVoid >[0;1;32m[ PASS ][0m kj/memory-test.c++:246: legacy test: Memory/OwnVoid (0 μs) >[0;1;34m[ TEST ][0m kj/memory-test.c++:300: legacy test: Memory/OwnConstVoid >[0;1;32m[ PASS ][0m kj/memory-test.c++:300: legacy test: Memory/OwnConstVoid (0 μs) >[0;1;34m[ TEST ][0m kj/memory-test.c++:370: Own<IncompleteType> >[0;1;32m[ PASS ][0m kj/memory-test.c++:370: Own<IncompleteType> (0 μs) >[0;1;34m[ TEST ][0m kj/refcount-test.c++:34: legacy test: Refcount/Basic >[0;1;32m[ PASS ][0m kj/refcount-test.c++:34: legacy test: Refcount/Basic (1 μs) >[0;1;34m[ TEST ][0m kj/array-test.c++:90: legacy test: Array/TrivialConstructor >[0;1;32m[ PASS ][0m kj/array-test.c++:90: legacy test: Array/TrivialConstructor (0 μs) >[0;1;34m[ TEST ][0m kj/array-test.c++:114: legacy test: Array/ComplexConstructor >[0;1;32m[ PASS ][0m kj/array-test.c++:114: legacy test: Array/ComplexConstructor (1 μs) >[0;1;34m[ TEST ][0m kj/array-test.c++:126: legacy test: Array/ThrowingConstructor >[0;1;32m[ PASS ][0m kj/array-test.c++:126: legacy test: Array/ThrowingConstructor (156 μs) >[0;1;34m[ TEST ][0m kj/array-test.c++:135: legacy test: Array/ThrowingDestructor >[0;1;32m[ PASS ][0m kj/array-test.c++:135: legacy test: Array/ThrowingDestructor (38 μs) >[0;1;34m[ TEST ][0m kj/array-test.c++:149: legacy test: Array/AraryBuilder >[0;1;32m[ PASS ][0m kj/array-test.c++:149: legacy test: Array/AraryBuilder (0 μs) >[0;1;34m[ TEST ][0m kj/array-test.c++:173: legacy test: Array/AraryBuilderAddAll >[0;1;32m[ PASS ][0m kj/array-test.c++:173: legacy test: Array/AraryBuilderAddAll (38 μs) >[0;1;34m[ TEST ][0m kj/array-test.c++:290: legacy test: Array/HeapCopy >[0;1;32m[ PASS ][0m kj/array-test.c++:290: legacy test: Array/HeapCopy (0 μs) >[0;1;34m[ TEST ][0m kj/array-test.c++:309: legacy test: Array/OwnConst >[0;1;32m[ PASS ][0m kj/array-test.c++:309: legacy test: Array/OwnConst (0 μs) >[0;1;34m[ TEST ][0m kj/array-test.c++:330: legacy test: Array/Map >[0;1;32m[ PASS ][0m kj/array-test.c++:330: legacy test: Array/Map (0 μs) >[0;1;34m[ TEST ][0m kj/array-test.c++:336: legacy test: Array/MapRawArray >[0;1;32m[ PASS ][0m kj/array-test.c++:336: legacy test: Array/MapRawArray (0 μs) >[0;1;34m[ TEST ][0m kj/array-test.c++:346: legacy test: Array/ReleaseAsBytesOrChars >[0;1;32m[ PASS ][0m kj/array-test.c++:346: legacy test: Array/ReleaseAsBytesOrChars (0 μs) >[0;1;34m[ TEST ][0m kj/array-test.c++:399: legacy test: Array/Attach >[0;1;32m[ PASS ][0m kj/array-test.c++:399: legacy test: Array/Attach (1 μs) >[0;1;34m[ TEST ][0m kj/array-test.c++:432: legacy test: Array/AttachNested >[0;1;32m[ PASS ][0m kj/array-test.c++:432: legacy test: Array/AttachNested (0 μs) >[0;1;34m[ TEST ][0m kj/array-test.c++:466: legacy test: Array/AttachFromArrayPtr >[0;1;32m[ PASS ][0m kj/array-test.c++:466: legacy test: Array/AttachFromArrayPtr (0 μs) >[0;1;34m[ TEST ][0m kj/string-test.c++:31: legacy test: String/Str >[0;1;32m[ PASS ][0m kj/string-test.c++:31: legacy test: String/Str (36 μs) >[0;1;34m[ TEST ][0m kj/string-test.c++:63: legacy test: String/Nullptr >[0;1;32m[ PASS ][0m kj/string-test.c++:63: legacy test: String/Nullptr (0 μs) >[0;1;34m[ TEST ][0m kj/string-test.c++:69: legacy test: String/StartsEndsWith >[0;1;32m[ PASS ][0m kj/string-test.c++:69: legacy test: String/StartsEndsWith (0 μs) >[0;1;34m[ TEST ][0m kj/string-test.c++:82: legacy test: String/parseAs >[0;1;32m[ PASS ][0m kj/string-test.c++:82: legacy test: String/parseAs (550 μs) >[0;1;34m[ TEST ][0m kj/string-test.c++:167: legacy test: String/StlInterop >[0;1;32m[ PASS ][0m kj/string-test.c++:167: legacy test: String/StlInterop (1 μs) >[0;1;34m[ TEST ][0m kj/string-test.c++:183: legacy test: String/ToString >[0;1;32m[ PASS ][0m kj/string-test.c++:183: legacy test: String/ToString (0 μs) >[0;1;34m[ TEST ][0m kj/string-test.c++:188: string literals with _kj suffix >[0;1;32m[ PASS ][0m kj/string-test.c++:188: string literals with _kj suffix (0 μs) >[0;1;34m[ TEST ][0m kj/string-test.c++:200: kj::delimited() and kj::strPreallocated() >[0;1;32m[ PASS ][0m kj/string-test.c++:200: kj::delimited() and kj::strPreallocated() (2 μs) >[0;1;34m[ TEST ][0m kj/string-test.c++:219: parsing 'nan' returns canonical NaN value >[0;1;32m[ PASS ][0m kj/string-test.c++:219: parsing 'nan' returns canonical NaN value (0 μs) >[0;1;34m[ TEST ][0m kj/string-tree-test.c++:29: legacy test: StringTree/StrTree >[0;1;32m[ PASS ][0m kj/string-tree-test.c++:29: legacy test: StringTree/StrTree (14 μs) >[0;1;34m[ TEST ][0m kj/string-tree-test.c++:47: legacy test: StringTree/DelimitedArray >[0;1;32m[ PASS ][0m kj/string-tree-test.c++:47: legacy test: StringTree/DelimitedArray (6 μs) >[0;1;34m[ TEST ][0m kj/table-test.c++:44: _::tryReserveSize() works >[0;1;32m[ PASS ][0m kj/table-test.c++:44: _::tryReserveSize() works (0 μs) >[0;1;34m[ TEST ][0m kj/table-test.c++:69: simple table >[0;1;32m[ PASS ][0m kj/table-test.c++:69: simple table (55 μs) >[0;1;34m[ TEST ][0m kj/table-test.c++:201: hash tables when hash is always same >[0;1;32m[ PASS ][0m kj/table-test.c++:201: hash tables when hash is always same (39 μs) >[0;1;34m[ TEST ][0m kj/table-test.c++:306: double-index table >[0;1;32m[ PASS ][0m kj/table-test.c++:306: double-index table (99 μs) >[0;1;34m[ TEST ][0m kj/table-test.c++:384: benchmark: kj::Table<uint, HashIndex> >[0;1;32m[ PASS ][0m kj/table-test.c++:384: benchmark: kj::Table<uint, HashIndex> (59816 μs) >[0;1;34m[ TEST ][0m kj/table-test.c++:420: benchmark: std::unordered_set<uint> >[0;1;32m[ PASS ][0m kj/table-test.c++:420: benchmark: std::unordered_set<uint> (126026 μs) >[0;1;34m[ TEST ][0m kj/table-test.c++:460: benchmark: kj::Table<StringPtr, HashIndex> >[0;1;32m[ PASS ][0m kj/table-test.c++:460: benchmark: kj::Table<StringPtr, HashIndex> (344690 μs) >[0;1;34m[ TEST ][0m kj/table-test.c++:505: benchmark: std::unordered_set<StringPtr> >[0;1;32m[ PASS ][0m kj/table-test.c++:505: benchmark: std::unordered_set<StringPtr> (517267 μs) >[0;1;34m[ TEST ][0m kj/table-test.c++:550: B-tree internals >[0;1;32m[ PASS ][0m kj/table-test.c++:550: B-tree internals (2 μs) >[0;1;34m[ TEST ][0m kj/table-test.c++:638: simple tree table >[0;1;32m[ PASS ][0m kj/table-test.c++:638: simple tree table (65 μs) >[0;1;34m[ TEST ][0m kj/table-test.c++:786: large tree table >[0;1;32m[ PASS ][0m kj/table-test.c++:786: large tree table (336409 μs) >[0;1;34m[ TEST ][0m kj/table-test.c++:840: benchmark: kj::Table<uint, TreeIndex> >[0;1;32m[ PASS ][0m kj/table-test.c++:840: benchmark: kj::Table<uint, TreeIndex> (437287 μs) >[0;1;34m[ TEST ][0m kj/table-test.c++:877: benchmark: std::set<uint> >[0;1;32m[ PASS ][0m kj/table-test.c++:877: benchmark: std::set<uint> (289089 μs) >[0;1;34m[ TEST ][0m kj/table-test.c++:917: benchmark: kj::Table<StringPtr, TreeIndex> >[0;1;32m[ PASS ][0m kj/table-test.c++:917: benchmark: kj::Table<StringPtr, TreeIndex> (830135 μs) >[0;1;34m[ TEST ][0m kj/table-test.c++:957: benchmark: std::set<StringPtr> >[0;1;32m[ PASS ][0m kj/table-test.c++:957: benchmark: std::set<StringPtr> (697170 μs) >[0;1;34m[ TEST ][0m kj/table-test.c++:1002: insertion order index >[0;1;32m[ PASS ][0m kj/table-test.c++:1002: insertion order index (7 μs) >[0;1;34m[ TEST ][0m kj/table-test.c++:1104: insertion order index is movable >[0;1;32m[ PASS ][0m kj/table-test.c++:1104: insertion order index is movable (2 μs) >[0;1;34m[ TEST ][0m kj/map-test.c++:29: HashMap >[0;1;32m[ PASS ][0m kj/map-test.c++:29: HashMap (8 μs) >[0;1;34m[ TEST ][0m kj/map-test.c++:70: TreeMap >[0;1;32m[ PASS ][0m kj/map-test.c++:70: TreeMap (14 μs) >[0;1;34m[ TEST ][0m kj/map-test.c++:111: TreeMap range >[0;1;32m[ PASS ][0m kj/map-test.c++:111: TreeMap range (6 μs) >[0;1;34m[ TEST ][0m kj/map-test.c++:152: HashMap findOrCreate throws >[0;1;32m[ PASS ][0m kj/map-test.c++:152: HashMap findOrCreate throws (21 μs) >[0;1;34m[ TEST ][0m kj/map-test.c++:193: HashMap eraseAll >[0;1;32m[ PASS ][0m kj/map-test.c++:193: HashMap eraseAll (2 μs) >[0;1;34m[ TEST ][0m kj/map-test.c++:198: TreeMap eraseAll >[0;1;32m[ PASS ][0m kj/map-test.c++:198: TreeMap eraseAll (4 μs) >[0;1;34m[ TEST ][0m kj/encoding-test.c++:75: encode UTF-8 to UTF-16 >[0;1;32m[ PASS ][0m kj/encoding-test.c++:75: encode UTF-8 to UTF-16 (15 μs) >[0;1;34m[ TEST ][0m kj/encoding-test.c++:82: invalid UTF-8 to UTF-16 >[0;1;32m[ PASS ][0m kj/encoding-test.c++:82: invalid UTF-8 to UTF-16 (6 μs) >[0;1;34m[ TEST ][0m kj/encoding-test.c++:141: encode UTF-8 to UTF-32 >[0;1;32m[ PASS ][0m kj/encoding-test.c++:141: encode UTF-8 to UTF-32 (2 μs) >[0;1;34m[ TEST ][0m kj/encoding-test.c++:148: invalid UTF-8 to UTF-32 >[0;1;32m[ PASS ][0m kj/encoding-test.c++:148: invalid UTF-8 to UTF-32 (5 μs) >[0;1;34m[ TEST ][0m kj/encoding-test.c++:186: decode UTF-16 to UTF-8 >[0;1;32m[ PASS ][0m kj/encoding-test.c++:186: decode UTF-16 to UTF-8 (4 μs) >[0;1;34m[ TEST ][0m kj/encoding-test.c++:193: invalid UTF-16 to UTF-8 >[0;1;32m[ PASS ][0m kj/encoding-test.c++:193: invalid UTF-16 to UTF-8 (2 μs) >[0;1;34m[ TEST ][0m kj/encoding-test.c++:206: decode UTF-32 to UTF-8 >[0;1;32m[ PASS ][0m kj/encoding-test.c++:206: decode UTF-32 to UTF-8 (2 μs) >[0;1;34m[ TEST ][0m kj/encoding-test.c++:213: invalid UTF-32 to UTF-8 >[0;1;32m[ PASS ][0m kj/encoding-test.c++:213: invalid UTF-32 to UTF-8 (0 μs) >[0;1;34m[ TEST ][0m kj/encoding-test.c++:223: round-trip invalid UTF-16 >[0;1;32m[ PASS ][0m kj/encoding-test.c++:223: round-trip invalid UTF-16 (3 μs) >[0;1;34m[ TEST ][0m kj/encoding-test.c++:230: EncodingResult as a Maybe >[0;1;32m[ PASS ][0m kj/encoding-test.c++:230: EncodingResult as a Maybe (1 μs) >[0;1;34m[ TEST ][0m kj/encoding-test.c++:244: encode to wchar_t >[0;1;32m[ PASS ][0m kj/encoding-test.c++:244: encode to wchar_t (2 μs) >[0;1;34m[ TEST ][0m kj/encoding-test.c++:251: decode from wchar_t >[0;1;32m[ PASS ][0m kj/encoding-test.c++:251: decode from wchar_t (1 μs) >[0;1;34m[ TEST ][0m kj/encoding-test.c++:260: hex encoding/decoding >[0;1;32m[ PASS ][0m kj/encoding-test.c++:260: hex encoding/decoding (10 μs) >[0;1;34m[ TEST ][0m kj/encoding-test.c++:279: URI encoding/decoding >[0;1;32m[ PASS ][0m kj/encoding-test.c++:279: URI encoding/decoding (7 μs) >[0;1;34m[ TEST ][0m kj/encoding-test.c++:313: URL component encoding >[0;1;32m[ PASS ][0m kj/encoding-test.c++:313: URL component encoding (7 μs) >[0;1;34m[ TEST ][0m kj/encoding-test.c++:339: application/x-www-form-urlencoded encoding/decoding >[0;1;32m[ PASS ][0m kj/encoding-test.c++:339: application/x-www-form-urlencoded encoding/decoding (5 μs) >[0;1;34m[ TEST ][0m kj/encoding-test.c++:364: C escape encoding/decoding >[0;1;32m[ PASS ][0m kj/encoding-test.c++:364: C escape encoding/decoding (8 μs) >[0;1;34m[ TEST ][0m kj/encoding-test.c++:389: base64 encoding/decoding >[0;1;32m[ PASS ][0m kj/encoding-test.c++:389: base64 encoding/decoding (6 μs) >[0;1;34m[ TEST ][0m kj/encoding-test.c++:478: base64 url encoding >[0;1;32m[ PASS ][0m kj/encoding-test.c++:478: base64 url encoding (2 μs) >[0;1;34m[ TEST ][0m kj/exception-test.c++:31: legacy test: Exception/TrimSourceFilename >[0;1;32m[ PASS ][0m kj/exception-test.c++:31: legacy test: Exception/TrimSourceFilename (0 μs) >[0;1;34m[ TEST ][0m kj/exception-test.c++:40: legacy test: Exception/RunCatchingExceptions >[0;1;32m[ PASS ][0m kj/exception-test.c++:40: legacy test: Exception/RunCatchingExceptions (50 μs) >[0;1;34m[ TEST ][0m kj/exception-test.c++:63: legacy test: Exception/RunCatchingExceptionsStdException >[0;1;32m[ PASS ][0m kj/exception-test.c++:63: legacy test: Exception/RunCatchingExceptionsStdException (9 μs) >[0;1;34m[ TEST ][0m kj/exception-test.c++:75: legacy test: Exception/RunCatchingExceptionsOtherException >[0;1;32m[ PASS ][0m kj/exception-test.c++:75: legacy test: Exception/RunCatchingExceptionsOtherException (8 μs) >[0;1;34m[ TEST ][0m kj/exception-test.c++:106: legacy test: Exception/UnwindDetector >[0;1;32m[ PASS ][0m kj/exception-test.c++:106: legacy test: Exception/UnwindDetector (101 μs) >[0;1;34m[ TEST ][0m kj/exception-test.c++:135: legacy test: Exception/ExceptionCallbackMustBeOnStack >[0;1;32m[ PASS ][0m kj/exception-test.c++:135: legacy test: Exception/ExceptionCallbackMustBeOnStack (33 μs) >[0;1;34m[ TEST ][0m kj/exception-test.c++:141: legacy test: Exception/ScopeSuccessFail >[0;1;32m[ PASS ][0m kj/exception-test.c++:141: legacy test: Exception/ScopeSuccessFail (4 μs) >[0;1;34m[ TEST ][0m kj/exception-test.c++:185: getStackTrace() returns correct line number, not line + 1 >[0;1;32m[ PASS ][0m kj/exception-test.c++:185: getStackTrace() returns correct line number, not line + 1 (12 μs) >[0;1;34m[ TEST ][0m kj/debug-test.c++:199: legacy test: Debug/Log >[0;1;32m[ PASS ][0m kj/debug-test.c++:199: legacy test: Debug/Log (152 μs) >[0;1;34m[ TEST ][0m kj/debug-test.c++:270: legacy test: Debug/Exception >[0;1;32m[ PASS ][0m kj/debug-test.c++:270: legacy test: Debug/Exception (1 μs) >[0;1;34m[ TEST ][0m kj/debug-test.c++:281: legacy test: Debug/Catch >[0;1;32m[ PASS ][0m kj/debug-test.c++:281: legacy test: Debug/Catch (86 μs) >[0;1;34m[ TEST ][0m kj/debug-test.c++:345: legacy test: Debug/Syscall >[0;1;32m[ PASS ][0m kj/debug-test.c++:345: legacy test: Debug/Syscall (121 μs) >[0;1;34m[ TEST ][0m kj/debug-test.c++:389: legacy test: Debug/Context >[0;1;32m[ PASS ][0m kj/debug-test.c++:389: legacy test: Debug/Context (123 μs) >[0;1;34m[ TEST ][0m kj/arena-test.c++:62: legacy test: Arena/Object >[0;1;32m[ PASS ][0m kj/arena-test.c++:62: legacy test: Arena/Object (1 μs) >[0;1;34m[ TEST ][0m kj/arena-test.c++:80: legacy test: Arena/TrivialObject >[0;1;32m[ PASS ][0m kj/arena-test.c++:80: legacy test: Arena/TrivialObject (0 μs) >[0;1;34m[ TEST ][0m kj/arena-test.c++:90: legacy test: Arena/OwnObject >[0;1;32m[ PASS ][0m kj/arena-test.c++:90: legacy test: Arena/OwnObject (0 μs) >[0;1;34m[ TEST ][0m kj/arena-test.c++:107: legacy test: Arena/Array >[0;1;32m[ PASS ][0m kj/arena-test.c++:107: legacy test: Arena/Array (1 μs) >[0;1;34m[ TEST ][0m kj/arena-test.c++:124: legacy test: Arena/TrivialArray >[0;1;32m[ PASS ][0m kj/arena-test.c++:124: legacy test: Arena/TrivialArray (0 μs) >[0;1;34m[ TEST ][0m kj/arena-test.c++:133: legacy test: Arena/OwnArray >[0;1;32m[ PASS ][0m kj/arena-test.c++:133: legacy test: Arena/OwnArray (0 μs) >[0;1;34m[ TEST ][0m kj/arena-test.c++:153: legacy test: Arena/ObjectThrow >[0;1;32m[ PASS ][0m kj/arena-test.c++:153: legacy test: Arena/ObjectThrow (34 μs) >[0;1;34m[ TEST ][0m kj/arena-test.c++:168: legacy test: Arena/ArrayThrow >[0;1;32m[ PASS ][0m kj/arena-test.c++:168: legacy test: Arena/ArrayThrow (34 μs) >[0;1;34m[ TEST ][0m kj/arena-test.c++:183: legacy test: Arena/Alignment >[0;1;32m[ PASS ][0m kj/arena-test.c++:183: legacy test: Arena/Alignment (0 μs) >[0;1;34m[ TEST ][0m kj/arena-test.c++:196: legacy test: Arena/EndOfChunk >[0;1;32m[ PASS ][0m kj/arena-test.c++:196: legacy test: Arena/EndOfChunk (0 μs) >[0;1;34m[ TEST ][0m kj/arena-test.c++:222: legacy test: Arena/EndOfChunkAlignment >[0;1;32m[ PASS ][0m kj/arena-test.c++:222: legacy test: Arena/EndOfChunkAlignment (0 μs) >[0;1;34m[ TEST ][0m kj/arena-test.c++:247: legacy test: Arena/TooBig >[0;1;32m[ PASS ][0m kj/arena-test.c++:247: legacy test: Arena/TooBig (1 μs) >[0;1;34m[ TEST ][0m kj/arena-test.c++:266: legacy test: Arena/MultiSegment >[0;1;32m[ PASS ][0m kj/arena-test.c++:266: legacy test: Arena/MultiSegment (0 μs) >[0;1;34m[ TEST ][0m kj/arena-test.c++:282: legacy test: Arena/Constructor >[0;1;32m[ PASS ][0m kj/arena-test.c++:282: legacy test: Arena/Constructor (0 μs) >[0;1;34m[ TEST ][0m kj/arena-test.c++:289: legacy test: Arena/Strings >[0;1;32m[ PASS ][0m kj/arena-test.c++:289: legacy test: Arena/Strings (1 μs) >[0;1;34m[ TEST ][0m kj/units-test.c++:50: legacy test: UnitMeasure/Basics >[0;1;32m[ PASS ][0m kj/units-test.c++:50: legacy test: UnitMeasure/Basics (0 μs) >[0;1;34m[ TEST ][0m kj/units-test.c++:71: legacy test: UnitMeasure/AtLeastUInt >[0;1;32m[ PASS ][0m kj/units-test.c++:71: legacy test: UnitMeasure/AtLeastUInt (0 μs) >[0;1;34m[ TEST ][0m kj/units-test.c++:99: legacy test: UnitMeasure/BoundedConst >[0;1;32m[ PASS ][0m kj/units-test.c++:99: legacy test: UnitMeasure/BoundedConst (0 μs) >[0;1;34m[ TEST ][0m kj/units-test.c++:152: legacy test: UnitMeasure/Bounded >[0;1;32m[ PASS ][0m kj/units-test.c++:152: legacy test: UnitMeasure/Bounded (0 μs) >[0;1;34m[ TEST ][0m kj/units-test.c++:232: legacy test: UnitMeasure/BoundedVsGuardedConst >[0;1;32m[ PASS ][0m kj/units-test.c++:232: legacy test: UnitMeasure/BoundedVsGuardedConst (0 μs) >[0;1;34m[ TEST ][0m kj/units-test.c++:267: legacy test: UnitMeasure/BoundedRange >[0;1;32m[ PASS ][0m kj/units-test.c++:267: legacy test: UnitMeasure/BoundedRange (0 μs) >[0;1;34m[ TEST ][0m kj/units-test.c++:290: legacy test: UnitMeasure/BoundedQuantity >[0;1;32m[ PASS ][0m kj/units-test.c++:290: legacy test: UnitMeasure/BoundedQuantity (0 μs) >[0;1;34m[ TEST ][0m kj/units-test.c++:318: legacy test: UnitMeasure/BoundedMinMax >[0;1;32m[ PASS ][0m kj/units-test.c++:318: legacy test: UnitMeasure/BoundedMinMax (0 μs) >[0;1;34m[ TEST ][0m kj/tuple-test.c++:35: legacy test: Tuple/Tuple >[0;1;32m[ PASS ][0m kj/tuple-test.c++:35: legacy test: Tuple/Tuple (2 μs) >[0;1;34m[ TEST ][0m kj/tuple-test.c++:93: legacy test: Tuple/RefTuple >[0;1;32m[ PASS ][0m kj/tuple-test.c++:93: legacy test: Tuple/RefTuple (0 μs) >[0;1;34m[ TEST ][0m kj/one-of-test.c++:28: legacy test: OneOf/Basic >[0;1;32m[ PASS ][0m kj/one-of-test.c++:28: legacy test: OneOf/Basic (1 μs) >[0;1;34m[ TEST ][0m kj/one-of-test.c++:80: legacy test: OneOf/Copy >[0;1;32m[ PASS ][0m kj/one-of-test.c++:80: legacy test: OneOf/Copy (0 μs) >[0;1;34m[ TEST ][0m kj/one-of-test.c++:101: legacy test: OneOf/Switch >[0;1;32m[ PASS ][0m kj/one-of-test.c++:101: legacy test: OneOf/Switch (0 μs) >[0;1;34m[ TEST ][0m kj/one-of-test.c++:154: legacy test: OneOf/Maybe >[0;1;32m[ PASS ][0m kj/one-of-test.c++:154: legacy test: OneOf/Maybe (0 μs) >[0;1;34m[ TEST ][0m kj/one-of-test.c++:173: OneOf copy/move from alternative variants >[0;1;32m[ PASS ][0m kj/one-of-test.c++:173: OneOf copy/move from alternative variants (0 μs) >[0;1;34m[ TEST ][0m kj/function-test.c++:28: legacy test: Function/Lambda >[0;1;32m[ PASS ][0m kj/function-test.c++:28: legacy test: Function/Lambda (1 μs) >[0;1;34m[ TEST ][0m kj/function-test.c++:57: legacy test: Function/Method >[0;1;32m[ PASS ][0m kj/function-test.c++:57: legacy test: Function/Method (1 μs) >[0;1;34m[ TEST ][0m kj/function-test.c++:100: legacy test: ConstFunction/Method >[0;1;32m[ PASS ][0m kj/function-test.c++:100: legacy test: ConstFunction/Method (1 μs) >[0;1;34m[ TEST ][0m kj/function-test.c++:135: FunctionParam >[0;1;32m[ PASS ][0m kj/function-test.c++:135: FunctionParam (0 μs) >[0;1;34m[ TEST ][0m kj/io-test.c++:34: legacy test: Io/WriteVec >[0;1;32m[ PASS ][0m kj/io-test.c++:34: legacy test: Io/WriteVec (35 μs) >[0;1;34m[ TEST ][0m kj/io-test.c++:61: stringify AutoCloseFd >[0;1;32m[ PASS ][0m kj/io-test.c++:61: stringify AutoCloseFd (6 μs) >[0;1;34m[ TEST ][0m kj/io-test.c++:69: VectorOutputStream >[0;1;32m[ PASS ][0m kj/io-test.c++:69: VectorOutputStream (8 μs) >[0;1;34m[ TEST ][0m kj/io-test.c++:141: InputStream::readAllText() / readAllBytes() >[0;1;32m[ PASS ][0m kj/io-test.c++:141: InputStream::readAllText() / readAllBytes() (18302 μs) >[0;1;34m[ TEST ][0m kj/io-test.c++:179: ArrayOutputStream::write() does not assume adjacent write buffer is its own >[0;1;32m[ PASS ][0m kj/io-test.c++:179: ArrayOutputStream::write() does not assume adjacent write buffer is its own (40 μs) >[0;1;34m[ TEST ][0m kj/mutex-test.c++:54: legacy test: Mutex/MutexGuarded >[0;1;32m[ PASS ][0m kj/mutex-test.c++:54: legacy test: Mutex/MutexGuarded (30429 μs) >[0;1;34m[ TEST ][0m kj/mutex-test.c++:130: legacy test: Mutex/When >[0;1;32m[ PASS ][0m kj/mutex-test.c++:130: legacy test: Mutex/When (42843 μs) >[0;1;34m[ TEST ][0m kj/mutex-test.c++:223: legacy test: Mutex/WhenWithTimeout >[0;1;32m[ PASS ][0m kj/mutex-test.c++:223: legacy test: Mutex/WhenWithTimeout (73886 μs) >[0;1;34m[ TEST ][0m kj/mutex-test.c++:352: legacy test: Mutex/WhenWithTimeoutPreciseTiming >[0;1;32m[ PASS ][0m kj/mutex-test.c++:352: legacy test: Mutex/WhenWithTimeoutPreciseTiming (100074 μs) >[0;1;34m[ TEST ][0m kj/mutex-test.c++:383: legacy test: Mutex/WhenWithTimeoutPreciseTimingAfterInterrupt >[0;1;32m[ PASS ][0m kj/mutex-test.c++:383: legacy test: Mutex/WhenWithTimeoutPreciseTimingAfterInterrupt (100130 μs) >[0;1;34m[ TEST ][0m kj/mutex-test.c++:417: wait()s wake each other >[0;1;32m[ PASS ][0m kj/mutex-test.c++:417: wait()s wake each other (111 μs) >[0;1;34m[ TEST ][0m kj/mutex-test.c++:439: legacy test: Mutex/Lazy >[0;1;32m[ PASS ][0m kj/mutex-test.c++:439: legacy test: Mutex/Lazy (10138 μs) >[0;1;34m[ TEST ][0m kj/mutex-test.c++:464: legacy test: Mutex/LazyException >[0;1;32m[ PASS ][0m kj/mutex-test.c++:464: legacy test: Mutex/LazyException (66 μs) >[0;1;34m[ TEST ][0m kj/mutex-test.c++:529: ExternalMutexGuarded<T> destroy after release >[0;1;32m[ PASS ][0m kj/mutex-test.c++:529: ExternalMutexGuarded<T> destroy after release (1 μs) >[0;1;34m[ TEST ][0m kj/mutex-test.c++:558: ExternalMutexGuarded<T> destroy without release >[0;1;32m[ PASS ][0m kj/mutex-test.c++:558: ExternalMutexGuarded<T> destroy without release (0 μs) >[0;1;34m[ TEST ][0m kj/mutex-test.c++:579: condvar wait with flapping predicate >[0;1;32m[ PASS ][0m kj/mutex-test.c++:579: condvar wait with flapping predicate (10157 μs) >[0;1;34m[ TEST ][0m kj/time-test.c++:41: stringify times >[0;1;32m[ PASS ][0m kj/time-test.c++:41: stringify times (3 μs) >[0;1;34m[ TEST ][0m kj/time-test.c++:61: calendar clocks matches unix time >[0;1;32m[ PASS ][0m kj/time-test.c++:61: calendar clocks matches unix time (1 μs) >[0;1;34m[ TEST ][0m kj/time-test.c++:80: monotonic clocks match each other >[0;1;32m[ PASS ][0m kj/time-test.c++:80: monotonic clocks match each other (0 μs) >[0;1;34m[ TEST ][0m kj/time-test.c++:95: all clocks advance in real time >[0;1;32m[ PASS ][0m kj/time-test.c++:95: all clocks advance in real time (150072 μs) >[0;1;34m[ TEST ][0m kj/threadlocal-test.c++:33: legacy test: ThreadLocal/Basic >[0;1;32m[ PASS ][0m kj/threadlocal-test.c++:33: legacy test: ThreadLocal/Basic (73 μs) >[0;1;34m[ TEST ][0m kj/filesystem-test.c++:29: Path >[0;1;32m[ PASS ][0m kj/filesystem-test.c++:29: Path (51 μs) >[0;1;34m[ TEST ][0m kj/filesystem-test.c++:89: Path comparisons >[0;1;32m[ PASS ][0m kj/filesystem-test.c++:89: Path comparisons (20 μs) >[0;1;34m[ TEST ][0m kj/filesystem-test.c++:130: Path exceptions >[0;1;32m[ PASS ][0m kj/filesystem-test.c++:130: Path exceptions (621 μs) >[0;1;34m[ TEST ][0m kj/filesystem-test.c++:166: Win32 Path >[0;1;32m[ PASS ][0m kj/filesystem-test.c++:166: Win32 Path (43 μs) >[0;1;34m[ TEST ][0m kj/filesystem-test.c++:217: Win32 Path exceptions >[0;1;32m[ PASS ][0m kj/filesystem-test.c++:217: Win32 Path exceptions (628 μs) >[0;1;34m[ TEST ][0m kj/filesystem-test.c++:249: WriteMode operators >[0;1;32m[ PASS ][0m kj/filesystem-test.c++:249: WriteMode operators (0 μs) >[0;1;34m[ TEST ][0m kj/filesystem-test.c++:293: InMemoryFile >[0;1;32m[ PASS ][0m kj/filesystem-test.c++:293: InMemoryFile (47 μs) >[0;1;34m[ TEST ][0m kj/filesystem-test.c++:382: InMemoryFile::copy() >[0;1;32m[ PASS ][0m kj/filesystem-test.c++:382: InMemoryFile::copy() (231 μs) >[0;1;34m[ TEST ][0m kj/filesystem-test.c++:414: File::copy() >[0;1;32m[ PASS ][0m kj/filesystem-test.c++:414: File::copy() (201 μs) >[0;1;34m[ TEST ][0m kj/filesystem-test.c++:446: InMemoryDirectory >[0;1;32m[ PASS ][0m kj/filesystem-test.c++:446: InMemoryDirectory (91 μs) >[0;1;34m[ TEST ][0m kj/filesystem-test.c++:619: InMemoryDirectory symlinks >[0;1;32m[ PASS ][0m kj/filesystem-test.c++:619: InMemoryDirectory symlinks (115 μs) >[0;1;34m[ TEST ][0m kj/filesystem-test.c++:681: InMemoryDirectory link >[0;1;32m[ PASS ][0m kj/filesystem-test.c++:681: InMemoryDirectory link (9 μs) >[0;1;34m[ TEST ][0m kj/filesystem-test.c++:706: InMemoryDirectory copy >[0;1;32m[ PASS ][0m kj/filesystem-test.c++:706: InMemoryDirectory copy (15 μs) >[0;1;34m[ TEST ][0m kj/filesystem-test.c++:733: InMemoryDirectory move >[0;1;32m[ PASS ][0m kj/filesystem-test.c++:733: InMemoryDirectory move (7 μs) >[0;1;34m[ TEST ][0m kj/filesystem-test.c++:754: InMemoryDirectory createTemporary >[0;1;32m[ PASS ][0m kj/filesystem-test.c++:754: InMemoryDirectory createTemporary (1 μs) >[0;1;34m[ TEST ][0m kj/filesystem-disk-test.c++:274: DiskFile >[0;1;32m[ PASS ][0m kj/filesystem-disk-test.c++:274: DiskFile (537 μs) >[0;1;34m[ TEST ][0m kj/filesystem-disk-test.c++:367: DiskFile::copy() >[0;1;32m[ PASS ][0m kj/filesystem-disk-test.c++:367: DiskFile::copy() (1095 μs) >[0;1;34m[ TEST ][0m kj/filesystem-disk-test.c++:392: DiskDirectory >[0;1;32m[ PASS ][0m kj/filesystem-disk-test.c++:392: DiskDirectory (3209 μs) >[0;1;34m[ TEST ][0m kj/filesystem-disk-test.c++:540: DiskDirectory symlinks >[0;1;32m[ PASS ][0m kj/filesystem-disk-test.c++:540: DiskDirectory symlinks (2293 μs) >[0;1;34m[ TEST ][0m kj/filesystem-disk-test.c++:596: DiskDirectory link >[0;1;32m[ PASS ][0m kj/filesystem-disk-test.c++:596: DiskDirectory link (1189 μs) >[0;1;34m[ TEST ][0m kj/filesystem-disk-test.c++:624: DiskDirectory copy >[0;1;32m[ PASS ][0m kj/filesystem-disk-test.c++:624: DiskDirectory copy (2543 μs) >[0;1;34m[ TEST ][0m kj/filesystem-disk-test.c++:648: DiskDirectory copy-replace >[0;1;32m[ PASS ][0m kj/filesystem-disk-test.c++:648: DiskDirectory copy-replace (4236 μs) >[0;1;34m[ TEST ][0m kj/filesystem-disk-test.c++:685: DiskDirectory move >[0;1;32m[ PASS ][0m kj/filesystem-disk-test.c++:685: DiskDirectory move (1385 μs) >[0;1;34m[ TEST ][0m kj/filesystem-disk-test.c++:704: DiskDirectory move-replace >[0;1;32m[ PASS ][0m kj/filesystem-disk-test.c++:704: DiskDirectory move-replace (1971 μs) >[0;1;34m[ TEST ][0m kj/filesystem-disk-test.c++:736: DiskDirectory createTemporary >[0;1;32m[ PASS ][0m kj/filesystem-disk-test.c++:736: DiskDirectory createTemporary (276 μs) >[0;1;34m[ TEST ][0m kj/filesystem-disk-test.c++:746: DiskDirectory replaceSubdir() >[0;1;32m[ PASS ][0m kj/filesystem-disk-test.c++:746: DiskDirectory replaceSubdir() (1945 μs) >[0;1;34m[ TEST ][0m kj/filesystem-disk-test.c++:787: DiskDirectory replace directory with file >[0;1;32m[ PASS ][0m kj/filesystem-disk-test.c++:787: DiskDirectory replace directory with file (1045 μs) >[0;1;34m[ TEST ][0m kj/filesystem-disk-test.c++:815: DiskDirectory replace file with directory >[0;1;32m[ PASS ][0m kj/filesystem-disk-test.c++:815: DiskDirectory replace file with directory (1365 μs) >[0;1;34m[ TEST ][0m kj/test-test.c++:29: GlobFilter >[0;1;32m[ PASS ][0m kj/test-test.c++:29: GlobFilter (8 μs) >[0;1;34m[ TEST ][0m capnp/common-test.c++:35: legacy test: Common/Version >[0;1;32m[ PASS ][0m capnp/common-test.c++:35: legacy test: Common/Version (1 μs) >[0;1;34m[ TEST ][0m capnp/blob-test.c++:34: legacy test: Blob/Text >[0;1;32m[ PASS ][0m capnp/blob-test.c++:34: legacy test: Blob/Text (0 μs) >[0;1;34m[ TEST ][0m capnp/blob-test.c++:60: legacy test: Blob/Data >[0;1;32m[ PASS ][0m capnp/blob-test.c++:60: legacy test: Blob/Data (0 μs) >[0;1;34m[ TEST ][0m capnp/blob-test.c++:79: legacy test: Blob/Compare >[0;1;32m[ PASS ][0m capnp/blob-test.c++:79: legacy test: Blob/Compare (0 μs) >[0;1;34m[ TEST ][0m capnp/blob-test.c++:117: legacy test: Blob/StlInterop >[0;1;32m[ PASS ][0m capnp/blob-test.c++:117: legacy test: Blob/StlInterop (1 μs) >[0;1;34m[ TEST ][0m capnp/endian-test.c++:33: legacy test: Endian/Byte >[0;1;32m[ PASS ][0m capnp/endian-test.c++:33: legacy test: Endian/Byte (0 μs) >[0;1;34m[ TEST ][0m capnp/endian-test.c++:54: legacy test: Endian/TwoBytes >[0;1;32m[ PASS ][0m capnp/endian-test.c++:54: legacy test: Endian/TwoBytes (0 μs) >[0;1;34m[ TEST ][0m capnp/endian-test.c++:71: legacy test: Endian/FourBytes >[0;1;32m[ PASS ][0m capnp/endian-test.c++:71: legacy test: Endian/FourBytes (0 μs) >[0;1;34m[ TEST ][0m capnp/endian-test.c++:86: legacy test: Endian/EightBytes >[0;1;32m[ PASS ][0m capnp/endian-test.c++:86: legacy test: Endian/EightBytes (0 μs) >[0;1;34m[ TEST ][0m capnp/endian-test.c++:33: legacy test: Endian/Byte >[0;1;32m[ PASS ][0m capnp/endian-test.c++:33: legacy test: Endian/Byte (0 μs) >[0;1;34m[ TEST ][0m capnp/endian-test.c++:54: legacy test: Endian/TwoBytes >[0;1;32m[ PASS ][0m capnp/endian-test.c++:54: legacy test: Endian/TwoBytes (0 μs) >[0;1;34m[ TEST ][0m capnp/endian-test.c++:71: legacy test: Endian/FourBytes >[0;1;32m[ PASS ][0m capnp/endian-test.c++:71: legacy test: Endian/FourBytes (0 μs) >[0;1;34m[ TEST ][0m capnp/endian-test.c++:86: legacy test: Endian/EightBytes >[0;1;32m[ PASS ][0m capnp/endian-test.c++:86: legacy test: Endian/EightBytes (0 μs) >[0;1;34m[ TEST ][0m capnp/endian-reverse-test.c++:36: legacy test: EndianReverse/Byte >[0;1;32m[ PASS ][0m capnp/endian-reverse-test.c++:36: legacy test: EndianReverse/Byte (0 μs) >[0;1;34m[ TEST ][0m capnp/endian-reverse-test.c++:57: legacy test: EndianReverse/TwoBytes >[0;1;32m[ PASS ][0m capnp/endian-reverse-test.c++:57: legacy test: EndianReverse/TwoBytes (0 μs) >[0;1;34m[ TEST ][0m capnp/endian-reverse-test.c++:74: legacy test: EndianReverse/FourBytes >[0;1;32m[ PASS ][0m capnp/endian-reverse-test.c++:74: legacy test: EndianReverse/FourBytes (0 μs) >[0;1;34m[ TEST ][0m capnp/endian-reverse-test.c++:89: legacy test: EndianReverse/EightBytes >[0;1;32m[ PASS ][0m capnp/endian-reverse-test.c++:89: legacy test: EndianReverse/EightBytes (0 μs) >[0;1;34m[ TEST ][0m capnp/layout-test.c++:52: legacy test: WireFormat/SimpleRawDataStruct >[0;1;32m[ PASS ][0m capnp/layout-test.c++:52: legacy test: WireFormat/SimpleRawDataStruct (3 μs) >[0;1;34m[ TEST ][0m capnp/layout-test.c++:289: legacy test: WireFormat/StructRoundTrip_OneSegment >[0;1;32m[ PASS ][0m capnp/layout-test.c++:289: legacy test: WireFormat/StructRoundTrip_OneSegment (23 μs) >[0;1;34m[ TEST ][0m capnp/layout-test.c++:327: legacy test: WireFormat/StructRoundTrip_OneSegmentPerAllocation >[0;1;32m[ PASS ][0m capnp/layout-test.c++:327: legacy test: WireFormat/StructRoundTrip_OneSegmentPerAllocation (15 μs) >[0;1;34m[ TEST ][0m capnp/layout-test.c++:366: legacy test: WireFormat/StructRoundTrip_MultipleSegmentsWithMultipleAllocations >[0;1;32m[ PASS ][0m capnp/layout-test.c++:366: legacy test: WireFormat/StructRoundTrip_MultipleSegmentsWithMultipleAllocations (5 μs) >[0;1;34m[ TEST ][0m capnp/layout-test.c++:399: legacy test: WireFormat/NanPatching >[0;1;32m[ PASS ][0m capnp/layout-test.c++:399: legacy test: WireFormat/NanPatching (0 μs) >[0;1;34m[ TEST ][0m capnp/any-test.c++:31: legacy test: Any/AnyPointer >[0;1;32m[ PASS ][0m capnp/any-test.c++:31: legacy test: Any/AnyPointer (87 μs) >[0;1;34m[ TEST ][0m capnp/any-test.c++:109: legacy test: Any/AnyStruct >[0;1;32m[ PASS ][0m capnp/any-test.c++:109: legacy test: Any/AnyStruct (14 μs) >[0;1;34m[ TEST ][0m capnp/any-test.c++:181: legacy test: Any/AnyList >[0;1;32m[ PASS ][0m capnp/any-test.c++:181: legacy test: Any/AnyList (5 μs) >[0;1;34m[ TEST ][0m capnp/any-test.c++:229: legacy test: Any/AnyStructListCapInSchema >[0;1;32m[ PASS ][0m capnp/any-test.c++:229: legacy test: Any/AnyStructListCapInSchema (115 μs) >[0;1;34m[ TEST ][0m capnp/any-test.c++:285: Builder::isStruct() does not corrupt segment pointer >[0;1;32m[ PASS ][0m capnp/any-test.c++:285: Builder::isStruct() does not corrupt segment pointer (14 μs) >[0;1;34m[ TEST ][0m capnp/any-test.c++:307: legacy test: Any/Equals >[0;1;32m[ PASS ][0m capnp/any-test.c++:307: legacy test: Any/Equals (113 μs) >[0;1;34m[ TEST ][0m capnp/any-test.c++:357: Bit list with nonzero pad bits >[0;1;32m[ PASS ][0m capnp/any-test.c++:357: Bit list with nonzero pad bits (3 μs) >[0;1;34m[ TEST ][0m capnp/any-test.c++:380: Pointer list unequal to struct list >[0;1;32m[ PASS ][0m capnp/any-test.c++:380: Pointer list unequal to struct list (0 μs) >[0;1;34m[ TEST ][0m capnp/any-test.c++:405: Truncating non-null pointer fields does not preserve equality >[0;1;32m[ PASS ][0m capnp/any-test.c++:405: Truncating non-null pointer fields does not preserve equality (0 μs) >[0;1;34m[ TEST ][0m capnp/message-test.c++:33: legacy test: Message/MallocBuilderWithFirstSegment >[0;1;32m[ PASS ][0m capnp/message-test.c++:33: legacy test: Message/MallocBuilderWithFirstSegment (2 μs) >[0;1;34m[ TEST ][0m capnp/message-test.c++:65: legacy test: Message/MessageBuilderInit >[0;1;32m[ PASS ][0m capnp/message-test.c++:65: legacy test: Message/MessageBuilderInit (11 μs) >[0;1;34m[ TEST ][0m capnp/message-test.c++:93: legacy test: Message/MessageBuilderInitMultiSegment >[0;1;32m[ PASS ][0m capnp/message-test.c++:93: legacy test: Message/MessageBuilderInitMultiSegment (32 μs) >[0;1;34m[ TEST ][0m capnp/message-test.c++:123: legacy test: Message/MessageBuilderInitSpaceAvailable >[0;1;32m[ PASS ][0m capnp/message-test.c++:123: legacy test: Message/MessageBuilderInitSpaceAvailable (7 μs) >[0;1;34m[ TEST ][0m capnp/message-test.c++:154: legacy test: Message/ReadWriteDataStruct >[0;1;32m[ PASS ][0m capnp/message-test.c++:154: legacy test: Message/ReadWriteDataStruct (8 μs) >[0;1;34m[ TEST ][0m capnp/message-test.c++:171: clone() >[0;1;32m[ PASS ][0m capnp/message-test.c++:171: clone() (20 μs) >[0;1;34m[ TEST ][0m capnp/message-test.c++:180: disallow unaligned >[0;1;32m[ PASS ][0m capnp/message-test.c++:180: disallow unaligned (78 μs) >[0;1;34m[ TEST ][0m capnp/encoding-test.c++:35: legacy test: Encoding/AllTypes >[0;1;32m[ PASS ][0m capnp/encoding-test.c++:35: legacy test: Encoding/AllTypes (26 μs) >[0;1;34m[ TEST ][0m capnp/encoding-test.c++:54: legacy test: Encoding/AllTypesMultiSegment >[0;1;32m[ PASS ][0m capnp/encoding-test.c++:54: legacy test: Encoding/AllTypesMultiSegment (47 μs) >[0;1;34m[ TEST ][0m capnp/encoding-test.c++:66: legacy test: Encoding/Defaults >[0;1;32m[ PASS ][0m capnp/encoding-test.c++:66: legacy test: Encoding/Defaults (11 μs) >[0;1;34m[ TEST ][0m capnp/encoding-test.c++:77: legacy test: Encoding/DefaultInitialization >[0;1;32m[ PASS ][0m capnp/encoding-test.c++:77: legacy test: Encoding/DefaultInitialization (33 μs) >[0;1;34m[ TEST ][0m capnp/encoding-test.c++:91: legacy test: Encoding/DefaultInitializationMultiSegment >[0;1;32m[ PASS ][0m capnp/encoding-test.c++:91: legacy test: Encoding/DefaultInitializationMultiSegment (48 μs) >[0;1;34m[ TEST ][0m capnp/encoding-test.c++:107: legacy test: Encoding/DefaultsFromEmptyMessage >[0;1;32m[ PASS ][0m capnp/encoding-test.c++:107: legacy test: Encoding/DefaultsFromEmptyMessage (5 μs) >[0;1;34m[ TEST ][0m capnp/encoding-test.c++:117: legacy test: Encoding/Unions >[0;1;32m[ PASS ][0m capnp/encoding-test.c++:117: legacy test: Encoding/Unions (4 μs) >[0;1;34m[ TEST ][0m capnp/encoding-test.c++:194: legacy test: Encoding/UnionLayout >[0;1;32m[ PASS ][0m capnp/encoding-test.c++:194: legacy test: Encoding/UnionLayout (26 μs) >[0;1;34m[ TEST ][0m capnp/encoding-test.c++:250: legacy test: Encoding/UnnamedUnion >[0;1;32m[ PASS ][0m capnp/encoding-test.c++:250: legacy test: Encoding/UnnamedUnion (15 μs) >[0;1;34m[ TEST ][0m capnp/encoding-test.c++:281: legacy test: Encoding/Groups >[0;1;32m[ PASS ][0m capnp/encoding-test.c++:281: legacy test: Encoding/Groups (2 μs) >[0;1;34m[ TEST ][0m capnp/encoding-test.c++:319: legacy test: Encoding/InterleavedGroups >[0;1;32m[ PASS ][0m capnp/encoding-test.c++:319: legacy test: Encoding/InterleavedGroups (2 μs) >[0;1;34m[ TEST ][0m capnp/encoding-test.c++:385: legacy test: Encoding/UnionDefault >[0;1;32m[ PASS ][0m capnp/encoding-test.c++:385: legacy test: Encoding/UnionDefault (3 μs) >[0;1;34m[ TEST ][0m capnp/encoding-test.c++:432: legacy test: Encoding/ListDefaults >[0;1;32m[ PASS ][0m capnp/encoding-test.c++:432: legacy test: Encoding/ListDefaults (13 μs) >[0;1;34m[ TEST ][0m capnp/encoding-test.c++:441: legacy test: Encoding/BuildListDefaults >[0;1;32m[ PASS ][0m capnp/encoding-test.c++:441: legacy test: Encoding/BuildListDefaults (8 μs) >[0;1;34m[ TEST ][0m capnp/encoding-test.c++:451: legacy test: Encoding/SmallStructLists >[0;1;32m[ PASS ][0m capnp/encoding-test.c++:451: legacy test: Encoding/SmallStructLists (6 μs) >[0;1;34m[ TEST ][0m capnp/encoding-test.c++:520: legacy test: Encoding/SetListToEmpty >[0;1;32m[ PASS ][0m capnp/encoding-test.c++:520: legacy test: Encoding/SetListToEmpty (22 μs) >[0;1;34m[ TEST ][0m capnp/encoding-test.c++:615: legacy test: Encoding/ListUpgrade >[0;1;32m[ PASS ][0m capnp/encoding-test.c++:615: legacy test: Encoding/ListUpgrade (49 μs) >[0;1;34m[ TEST ][0m capnp/encoding-test.c++:671: legacy test: Encoding/BitListDowngrade >[0;1;32m[ PASS ][0m capnp/encoding-test.c++:671: legacy test: Encoding/BitListDowngrade (63 μs) >[0;1;34m[ TEST ][0m capnp/encoding-test.c++:710: legacy test: Encoding/BitListDowngradeFromStruct >[0;1;32m[ PASS ][0m capnp/encoding-test.c++:710: legacy test: Encoding/BitListDowngradeFromStruct (57 μs) >[0;1;34m[ TEST ][0m capnp/encoding-test.c++:747: legacy test: Encoding/BitListUpgrade >[0;1;32m[ PASS ][0m capnp/encoding-test.c++:747: legacy test: Encoding/BitListUpgrade (57 μs) >[0;1;34m[ TEST ][0m capnp/encoding-test.c++:780: legacy test: Encoding/UpgradeStructInBuilder >[0;1;32m[ PASS ][0m capnp/encoding-test.c++:780: legacy test: Encoding/UpgradeStructInBuilder (6 μs) >[0;1;34m[ TEST ][0m capnp/encoding-test.c++:887: legacy test: Encoding/UpgradeStructInBuilderMultiSegment >[0;1;32m[ PASS ][0m capnp/encoding-test.c++:887: legacy test: Encoding/UpgradeStructInBuilderMultiSegment (9 μs) >[0;1;34m[ TEST ][0m capnp/encoding-test.c++:994: legacy test: Encoding/UpgradeStructInBuilderFarPointers >[0;1;32m[ PASS ][0m capnp/encoding-test.c++:994: legacy test: Encoding/UpgradeStructInBuilderFarPointers (2 μs) >[0;1;34m[ TEST ][0m capnp/encoding-test.c++:1016: legacy test: Encoding/UpgradeStructInBuilderDoubleFarPointers >[0;1;32m[ PASS ][0m capnp/encoding-test.c++:1016: legacy test: Encoding/UpgradeStructInBuilderDoubleFarPointers (1 μs) >[0;1;34m[ TEST ][0m capnp/encoding-test.c++:1089: legacy test: Encoding/UpgradeListInBuilder >[0;1;32m[ PASS ][0m capnp/encoding-test.c++:1089: legacy test: Encoding/UpgradeListInBuilder (1223 μs) >[0;1;34m[ TEST ][0m capnp/encoding-test.c++:1325: legacy test: Encoding/UpgradeUnion >[0;1;32m[ PASS ][0m capnp/encoding-test.c++:1325: legacy test: Encoding/UpgradeUnion (4 μs) >[0;1;34m[ TEST ][0m capnp/encoding-test.c++:1345: legacy test: Encoding/NestedTypes >[0;1;32m[ PASS ][0m capnp/encoding-test.c++:1345: legacy test: Encoding/NestedTypes (1 μs) >[0;1;34m[ TEST ][0m capnp/encoding-test.c++:1359: legacy test: Encoding/Imports >[0;1;32m[ PASS ][0m capnp/encoding-test.c++:1359: legacy test: Encoding/Imports (39 μs) >[0;1;34m[ TEST ][0m capnp/encoding-test.c++:1380: legacy test: Encoding/Using >[0;1;32m[ PASS ][0m capnp/encoding-test.c++:1380: legacy test: Encoding/Using (1 μs) >[0;1;34m[ TEST ][0m capnp/encoding-test.c++:1387: legacy test: Encoding/StructSetters >[0;1;32m[ PASS ][0m capnp/encoding-test.c++:1387: legacy test: Encoding/StructSetters (30 μs) >[0;1;34m[ TEST ][0m capnp/encoding-test.c++:1413: legacy test: Encoding/OneBitStructSetters >[0;1;32m[ PASS ][0m capnp/encoding-test.c++:1413: legacy test: Encoding/OneBitStructSetters (2 μs) >[0;1;34m[ TEST ][0m capnp/encoding-test.c++:1435: legacy test: Encoding/ListSetters >[0;1;32m[ PASS ][0m capnp/encoding-test.c++:1435: legacy test: Encoding/ListSetters (15 μs) >[0;1;34m[ TEST ][0m capnp/encoding-test.c++:1477: legacy test: Encoding/ZeroOldObject >[0;1;32m[ PASS ][0m capnp/encoding-test.c++:1477: legacy test: Encoding/ZeroOldObject (15 μs) >[0;1;34m[ TEST ][0m capnp/encoding-test.c++:1495: legacy test: Encoding/Has >[0;1;32m[ PASS ][0m capnp/encoding-test.c++:1495: legacy test: Encoding/Has (3 μs) >[0;1;34m[ TEST ][0m capnp/encoding-test.c++:1523: legacy test: Encoding/VoidListAmplification >[0;1;32m[ PASS ][0m capnp/encoding-test.c++:1523: legacy test: Encoding/VoidListAmplification (77 μs) >[0;1;34m[ TEST ][0m capnp/encoding-test.c++:1539: legacy test: Encoding/EmptyStructListAmplification >[0;1;32m[ PASS ][0m capnp/encoding-test.c++:1539: legacy test: Encoding/EmptyStructListAmplification (80 μs) >[0;1;34m[ TEST ][0m capnp/encoding-test.c++:1560: legacy test: Encoding/Constants >[0;1;32m[ PASS ][0m capnp/encoding-test.c++:1560: legacy test: Encoding/Constants (20 μs) >[0;1;34m[ TEST ][0m capnp/encoding-test.c++:1662: legacy test: Encoding/AnyPointerConstants >[0;1;32m[ PASS ][0m capnp/encoding-test.c++:1662: legacy test: Encoding/AnyPointerConstants (1 μs) >[0;1;34m[ TEST ][0m capnp/encoding-test.c++:1672: legacy test: Encoding/GlobalConstants >[0;1;32m[ PASS ][0m capnp/encoding-test.c++:1672: legacy test: Encoding/GlobalConstants (2 μs) >[0;1;34m[ TEST ][0m capnp/encoding-test.c++:1692: legacy test: Encoding/Embeds >[0;1;32m[ PASS ][0m capnp/encoding-test.c++:1692: legacy test: Encoding/Embeds (408 μs) >[0;1;34m[ TEST ][0m capnp/encoding-test.c++:1716: legacy test: Encoding/HasEmptyStruct >[0;1;32m[ PASS ][0m capnp/encoding-test.c++:1716: legacy test: Encoding/HasEmptyStruct (4 μs) >[0;1;34m[ TEST ][0m capnp/encoding-test.c++:1731: legacy test: Encoding/HasEmptyList >[0;1;32m[ PASS ][0m capnp/encoding-test.c++:1731: legacy test: Encoding/HasEmptyList (1 μs) >[0;1;34m[ TEST ][0m capnp/encoding-test.c++:1746: legacy test: Encoding/HasEmptyStructList >[0;1;32m[ PASS ][0m capnp/encoding-test.c++:1746: legacy test: Encoding/HasEmptyStructList (1 μs) >[0;1;34m[ TEST ][0m capnp/encoding-test.c++:1761: legacy test: Encoding/NameAnnotation >[0;1;32m[ PASS ][0m capnp/encoding-test.c++:1761: legacy test: Encoding/NameAnnotation (1 μs) >[0;1;34m[ TEST ][0m capnp/encoding-test.c++:1802: legacy test: Encoding/DefaultFloatPlusNan >[0;1;32m[ PASS ][0m capnp/encoding-test.c++:1802: legacy test: Encoding/DefaultFloatPlusNan (0 μs) >[0;1;34m[ TEST ][0m capnp/encoding-test.c++:1816: legacy test: Encoding/WholeFloatDefault >[0;1;32m[ PASS ][0m capnp/encoding-test.c++:1816: legacy test: Encoding/WholeFloatDefault (0 μs) >[0;1;34m[ TEST ][0m capnp/encoding-test.c++:1826: legacy test: Encoding/Generics >[0;1;32m[ PASS ][0m capnp/encoding-test.c++:1826: legacy test: Encoding/Generics (49 μs) >[0;1;34m[ TEST ][0m capnp/encoding-test.c++:1885: legacy test: Encoding/GenericDefaults >[0;1;32m[ PASS ][0m capnp/encoding-test.c++:1885: legacy test: Encoding/GenericDefaults (2 μs) >[0;1;34m[ TEST ][0m capnp/encoding-test.c++:1899: legacy test: Encoding/UnionInGenerics >[0;1;32m[ PASS ][0m capnp/encoding-test.c++:1899: legacy test: Encoding/UnionInGenerics (1 μs) >[0;1;34m[ TEST ][0m capnp/encoding-test.c++:1923: legacy test: Encoding/DefaultListBuilder >[0;1;32m[ PASS ][0m capnp/encoding-test.c++:1923: legacy test: Encoding/DefaultListBuilder (0 μs) >[0;1;34m[ TEST ][0m capnp/encoding-test.c++:1932: legacy test: Encoding/ListSize >[0;1;32m[ PASS ][0m capnp/encoding-test.c++:1932: legacy test: Encoding/ListSize (7 μs) >[0;1;34m[ TEST ][0m capnp/encoding-test.c++:1958: list.setWithCaveats(i, list[i]) doesn't corrupt contents >[0;1;32m[ PASS ][0m capnp/encoding-test.c++:1958: list.setWithCaveats(i, list[i]) doesn't corrupt contents (21 μs) >[0;1;34m[ TEST ][0m capnp/orphan-test.c++:31: legacy test: Orphans/Structs >[0;1;32m[ PASS ][0m capnp/orphan-test.c++:31: legacy test: Orphans/Structs (19 μs) >[0;1;34m[ TEST ][0m capnp/orphan-test.c++:51: legacy test: Orphans/EmptyStruct >[0;1;32m[ PASS ][0m capnp/orphan-test.c++:51: legacy test: Orphans/EmptyStruct (1 μs) >[0;1;34m[ TEST ][0m capnp/orphan-test.c++:62: legacy test: Orphans/EmptyStructOverwrite >[0;1;32m[ PASS ][0m capnp/orphan-test.c++:62: legacy test: Orphans/EmptyStructOverwrite (1 μs) >[0;1;34m[ TEST ][0m capnp/orphan-test.c++:74: legacy test: Orphans/AdoptNullStruct >[0;1;32m[ PASS ][0m capnp/orphan-test.c++:74: legacy test: Orphans/AdoptNullStruct (1 μs) >[0;1;34m[ TEST ][0m capnp/orphan-test.c++:85: legacy test: Orphans/Lists >[0;1;32m[ PASS ][0m capnp/orphan-test.c++:85: legacy test: Orphans/Lists (2 μs) >[0;1;34m[ TEST ][0m capnp/orphan-test.c++:105: legacy test: Orphans/StructLists >[0;1;32m[ PASS ][0m capnp/orphan-test.c++:105: legacy test: Orphans/StructLists (4 μs) >[0;1;34m[ TEST ][0m capnp/orphan-test.c++:133: legacy test: Orphans/Text >[0;1;32m[ PASS ][0m capnp/orphan-test.c++:133: legacy test: Orphans/Text (1 μs) >[0;1;34m[ TEST ][0m capnp/orphan-test.c++:153: legacy test: Orphans/Data >[0;1;32m[ PASS ][0m capnp/orphan-test.c++:153: legacy test: Orphans/Data (1 μs) >[0;1;34m[ TEST ][0m capnp/orphan-test.c++:173: legacy test: Orphans/NoCrossMessageTransfers >[0;1;32m[ PASS ][0m capnp/orphan-test.c++:173: legacy test: Orphans/NoCrossMessageTransfers (73 μs) >[0;1;34m[ TEST ][0m capnp/orphan-test.c++:184: legacy test: Orphans/OrphanageStruct >[0;1;32m[ PASS ][0m capnp/orphan-test.c++:184: legacy test: Orphans/OrphanageStruct (7 μs) >[0;1;34m[ TEST ][0m capnp/orphan-test.c++:195: legacy test: Orphans/OrphanageList >[0;1;32m[ PASS ][0m capnp/orphan-test.c++:195: legacy test: Orphans/OrphanageList (1 μs) >[0;1;34m[ TEST ][0m capnp/orphan-test.c++:211: legacy test: Orphans/OrphanageText >[0;1;32m[ PASS ][0m capnp/orphan-test.c++:211: legacy test: Orphans/OrphanageText (1 μs) >[0;1;34m[ TEST ][0m capnp/orphan-test.c++:223: legacy test: Orphans/OrphanageData >[0;1;32m[ PASS ][0m capnp/orphan-test.c++:223: legacy test: Orphans/OrphanageData (6 μs) >[0;1;34m[ TEST ][0m capnp/orphan-test.c++:238: legacy test: Orphans/OrphanageStructCopy >[0;1;32m[ PASS ][0m capnp/orphan-test.c++:238: legacy test: Orphans/OrphanageStructCopy (11 μs) >[0;1;34m[ TEST ][0m capnp/orphan-test.c++:252: legacy test: Orphans/OrphanageListCopy >[0;1;32m[ PASS ][0m capnp/orphan-test.c++:252: legacy test: Orphans/OrphanageListCopy (2 μs) >[0;1;34m[ TEST ][0m capnp/orphan-test.c++:267: legacy test: Orphans/OrphanageTextCopy >[0;1;32m[ PASS ][0m capnp/orphan-test.c++:267: legacy test: Orphans/OrphanageTextCopy (1 μs) >[0;1;34m[ TEST ][0m capnp/orphan-test.c++:277: legacy test: Orphans/OrphanageDataCopy >[0;1;32m[ PASS ][0m capnp/orphan-test.c++:277: legacy test: Orphans/OrphanageDataCopy (1 μs) >[0;1;34m[ TEST ][0m capnp/orphan-test.c++:287: legacy test: Orphans/ZeroOut >[0;1;32m[ PASS ][0m capnp/orphan-test.c++:287: legacy test: Orphans/ZeroOut (12 μs) >[0;1;34m[ TEST ][0m capnp/orphan-test.c++:302: legacy test: Orphans/StructAnyPointer >[0;1;32m[ PASS ][0m capnp/orphan-test.c++:302: legacy test: Orphans/StructAnyPointer (7 μs) >[0;1;34m[ TEST ][0m capnp/orphan-test.c++:321: legacy test: Orphans/ListAnyPointer >[0;1;32m[ PASS ][0m capnp/orphan-test.c++:321: legacy test: Orphans/ListAnyPointer (1 μs) >[0;1;34m[ TEST ][0m capnp/orphan-test.c++:341: legacy test: Orphans/DynamicStruct >[0;1;32m[ PASS ][0m capnp/orphan-test.c++:341: legacy test: Orphans/DynamicStruct (115 μs) >[0;1;34m[ TEST ][0m capnp/orphan-test.c++:367: legacy test: Orphans/DynamicList >[0;1;32m[ PASS ][0m capnp/orphan-test.c++:367: legacy test: Orphans/DynamicList (3 μs) >[0;1;34m[ TEST ][0m capnp/orphan-test.c++:391: legacy test: Orphans/DynamicStructList >[0;1;32m[ PASS ][0m capnp/orphan-test.c++:391: legacy test: Orphans/DynamicStructList (4 μs) >[0;1;34m[ TEST ][0m capnp/orphan-test.c++:419: legacy test: Orphans/OrphanageDynamicStruct >[0;1;32m[ PASS ][0m capnp/orphan-test.c++:419: legacy test: Orphans/OrphanageDynamicStruct (93 μs) >[0;1;34m[ TEST ][0m capnp/orphan-test.c++:431: legacy test: Orphans/OrphanageDynamicList >[0;1;32m[ PASS ][0m capnp/orphan-test.c++:431: legacy test: Orphans/OrphanageDynamicList (3 μs) >[0;1;34m[ TEST ][0m capnp/orphan-test.c++:445: legacy test: Orphans/OrphanageDynamicStructCopy >[0;1;32m[ PASS ][0m capnp/orphan-test.c++:445: legacy test: Orphans/OrphanageDynamicStructCopy (60 μs) >[0;1;34m[ TEST ][0m capnp/orphan-test.c++:461: legacy test: Orphans/OrphanageDynamicListCopy >[0;1;32m[ PASS ][0m capnp/orphan-test.c++:461: legacy test: Orphans/OrphanageDynamicListCopy (3 μs) >[0;1;34m[ TEST ][0m capnp/orphan-test.c++:477: legacy test: Orphans/DynamicStructAs >[0;1;32m[ PASS ][0m capnp/orphan-test.c++:477: legacy test: Orphans/DynamicStructAs (135 μs) >[0;1;34m[ TEST ][0m capnp/orphan-test.c++:519: legacy test: Orphans/DynamicListAs >[0;1;32m[ PASS ][0m capnp/orphan-test.c++:519: legacy test: Orphans/DynamicListAs (6 μs) >[0;1;34m[ TEST ][0m capnp/orphan-test.c++:561: legacy test: Orphans/DynamicAnyPointer >[0;1;32m[ PASS ][0m capnp/orphan-test.c++:561: legacy test: Orphans/DynamicAnyPointer (56 μs) >[0;1;34m[ TEST ][0m capnp/orphan-test.c++:576: legacy test: Orphans/DynamicDisown >[0;1;32m[ PASS ][0m capnp/orphan-test.c++:576: legacy test: Orphans/DynamicDisown (54 μs) >[0;1;34m[ TEST ][0m capnp/orphan-test.c++:603: legacy test: Orphans/DynamicDisownGroup >[0;1;32m[ PASS ][0m capnp/orphan-test.c++:603: legacy test: Orphans/DynamicDisownGroup (20 μs) >[0;1;34m[ TEST ][0m capnp/orphan-test.c++:628: legacy test: Orphans/OrphanageFromBuilder >[0;1;32m[ PASS ][0m capnp/orphan-test.c++:628: legacy test: Orphans/OrphanageFromBuilder (29 μs) >[0;1;34m[ TEST ][0m capnp/orphan-test.c++:675: legacy test: Orphans/StructsZerodAfterUse >[0;1;32m[ PASS ][0m capnp/orphan-test.c++:675: legacy test: Orphans/StructsZerodAfterUse (8 μs) >[0;1;34m[ TEST ][0m capnp/orphan-test.c++:694: legacy test: Orphans/ListsZerodAfterUse >[0;1;32m[ PASS ][0m capnp/orphan-test.c++:694: legacy test: Orphans/ListsZerodAfterUse (1 μs) >[0;1;34m[ TEST ][0m capnp/orphan-test.c++:713: legacy test: Orphans/EmptyListsZerodAfterUse >[0;1;32m[ PASS ][0m capnp/orphan-test.c++:713: legacy test: Orphans/EmptyListsZerodAfterUse (1 μs) >[0;1;34m[ TEST ][0m capnp/orphan-test.c++:732: legacy test: Orphans/StructListsZerodAfterUse >[0;1;32m[ PASS ][0m capnp/orphan-test.c++:732: legacy test: Orphans/StructListsZerodAfterUse (13 μs) >[0;1;34m[ TEST ][0m capnp/orphan-test.c++:755: legacy test: Orphans/EmptyStructListsZerodAfterUse >[0;1;32m[ PASS ][0m capnp/orphan-test.c++:755: legacy test: Orphans/EmptyStructListsZerodAfterUse (1 μs) >[0;1;34m[ TEST ][0m capnp/orphan-test.c++:774: legacy test: Orphans/TextZerodAfterUse >[0;1;32m[ PASS ][0m capnp/orphan-test.c++:774: legacy test: Orphans/TextZerodAfterUse (1 μs) >[0;1;34m[ TEST ][0m capnp/orphan-test.c++:793: legacy test: Orphans/DataZerodAfterUse >[0;1;32m[ PASS ][0m capnp/orphan-test.c++:793: legacy test: Orphans/DataZerodAfterUse (1 μs) >[0;1;34m[ TEST ][0m capnp/orphan-test.c++:812: legacy test: Orphans/FarPointer >[0;1;32m[ PASS ][0m capnp/orphan-test.c++:812: legacy test: Orphans/FarPointer (33 μs) >[0;1;34m[ TEST ][0m capnp/orphan-test.c++:827: legacy test: Orphans/UpgradeStruct >[0;1;32m[ PASS ][0m capnp/orphan-test.c++:827: legacy test: Orphans/UpgradeStruct (6 μs) >[0;1;34m[ TEST ][0m capnp/orphan-test.c++:852: legacy test: Orphans/UpgradeStructList >[0;1;32m[ PASS ][0m capnp/orphan-test.c++:852: legacy test: Orphans/UpgradeStructList (3 μs) >[0;1;34m[ TEST ][0m capnp/orphan-test.c++:881: legacy test: Orphans/DisownNull >[0;1;32m[ PASS ][0m capnp/orphan-test.c++:881: legacy test: Orphans/DisownNull (9 μs) >[0;1;34m[ TEST ][0m capnp/orphan-test.c++:920: legacy test: Orphans/ReferenceExternalData >[0;1;32m[ PASS ][0m capnp/orphan-test.c++:920: legacy test: Orphans/ReferenceExternalData (114 μs) >[0;1;34m[ TEST ][0m capnp/orphan-test.c++:988: legacy test: Orphans/ReferenceExternalData_NoZeroOnSet >[0;1;32m[ PASS ][0m capnp/orphan-test.c++:988: legacy test: Orphans/ReferenceExternalData_NoZeroOnSet (2 μs) >[0;1;34m[ TEST ][0m capnp/orphan-test.c++:1010: legacy test: Orphans/ReferenceExternalData_NoZeroImmediateAbandon >[0;1;32m[ PASS ][0m capnp/orphan-test.c++:1010: legacy test: Orphans/ReferenceExternalData_NoZeroImmediateAbandon (1 μs) >[0;1;34m[ TEST ][0m capnp/orphan-test.c++:1029: legacy test: Orphans/TruncateData >[0;1;32m[ PASS ][0m capnp/orphan-test.c++:1029: legacy test: Orphans/TruncateData (2 μs) >[0;1;34m[ TEST ][0m capnp/orphan-test.c++:1050: legacy test: Orphans/ExtendData >[0;1;32m[ PASS ][0m capnp/orphan-test.c++:1050: legacy test: Orphans/ExtendData (1 μs) >[0;1;34m[ TEST ][0m capnp/orphan-test.c++:1072: legacy test: Orphans/ExtendDataCopy >[0;1;32m[ PASS ][0m capnp/orphan-test.c++:1072: legacy test: Orphans/ExtendDataCopy (1 μs) >[0;1;34m[ TEST ][0m capnp/orphan-test.c++:1098: legacy test: Orphans/ExtendDataFromEmpty >[0;1;32m[ PASS ][0m capnp/orphan-test.c++:1098: legacy test: Orphans/ExtendDataFromEmpty (1 μs) >[0;1;34m[ TEST ][0m capnp/orphan-test.c++:1112: legacy test: Orphans/TruncateText >[0;1;32m[ PASS ][0m capnp/orphan-test.c++:1112: legacy test: Orphans/TruncateText (1 μs) >[0;1;34m[ TEST ][0m capnp/orphan-test.c++:1133: legacy test: Orphans/ExtendText >[0;1;32m[ PASS ][0m capnp/orphan-test.c++:1133: legacy test: Orphans/ExtendText (1 μs) >[0;1;34m[ TEST ][0m capnp/orphan-test.c++:1155: legacy test: Orphans/ExtendTextCopy >[0;1;32m[ PASS ][0m capnp/orphan-test.c++:1155: legacy test: Orphans/ExtendTextCopy (1 μs) >[0;1;34m[ TEST ][0m capnp/orphan-test.c++:1181: legacy test: Orphans/ExtendTextFromEmpty >[0;1;32m[ PASS ][0m capnp/orphan-test.c++:1181: legacy test: Orphans/ExtendTextFromEmpty (1 μs) >[0;1;34m[ TEST ][0m capnp/orphan-test.c++:1195: legacy test: Orphans/TruncatePrimitiveList >[0;1;32m[ PASS ][0m capnp/orphan-test.c++:1195: legacy test: Orphans/TruncatePrimitiveList (1 μs) >[0;1;34m[ TEST ][0m capnp/orphan-test.c++:1224: legacy test: Orphans/ExtendPrimitiveList >[0;1;32m[ PASS ][0m capnp/orphan-test.c++:1224: legacy test: Orphans/ExtendPrimitiveList (1 μs) >[0;1;34m[ TEST ][0m capnp/orphan-test.c++:1253: legacy test: Orphans/ExtendPrimitiveListCopy >[0;1;32m[ PASS ][0m capnp/orphan-test.c++:1253: legacy test: Orphans/ExtendPrimitiveListCopy (1 μs) >[0;1;34m[ TEST ][0m capnp/orphan-test.c++:1285: legacy test: Orphans/ExtendPointerListFromEmpty >[0;1;32m[ PASS ][0m capnp/orphan-test.c++:1285: legacy test: Orphans/ExtendPointerListFromEmpty (1 μs) >[0;1;34m[ TEST ][0m capnp/orphan-test.c++:1299: legacy test: Orphans/TruncatePointerList >[0;1;32m[ PASS ][0m capnp/orphan-test.c++:1299: legacy test: Orphans/TruncatePointerList (5 μs) >[0;1;34m[ TEST ][0m capnp/orphan-test.c++:1336: legacy test: Orphans/ExtendPointerList >[0;1;32m[ PASS ][0m capnp/orphan-test.c++:1336: legacy test: Orphans/ExtendPointerList (5 μs) >[0;1;34m[ TEST ][0m capnp/orphan-test.c++:1373: legacy test: Orphans/ExtendPointerListCopy >[0;1;32m[ PASS ][0m capnp/orphan-test.c++:1373: legacy test: Orphans/ExtendPointerListCopy (5 μs) >[0;1;34m[ TEST ][0m capnp/orphan-test.c++:1412: legacy test: Orphans/ExtendPointerListFromEmpty >[0;1;32m[ PASS ][0m capnp/orphan-test.c++:1412: legacy test: Orphans/ExtendPointerListFromEmpty (1 μs) >[0;1;34m[ TEST ][0m capnp/orphan-test.c++:1426: legacy test: Orphans/TruncateStructList >[0;1;32m[ PASS ][0m capnp/orphan-test.c++:1426: legacy test: Orphans/TruncateStructList (18 μs) >[0;1;34m[ TEST ][0m capnp/orphan-test.c++:1472: legacy test: Orphans/ExtendStructList >[0;1;32m[ PASS ][0m capnp/orphan-test.c++:1472: legacy test: Orphans/ExtendStructList (19 μs) >[0;1;34m[ TEST ][0m capnp/orphan-test.c++:1516: legacy test: Orphans/ExtendStructListCopy >[0;1;32m[ PASS ][0m capnp/orphan-test.c++:1516: legacy test: Orphans/ExtendStructListCopy (28 μs) >[0;1;34m[ TEST ][0m capnp/orphan-test.c++:1563: legacy test: Orphans/ExtendStructListFromEmpty >[0;1;32m[ PASS ][0m capnp/orphan-test.c++:1563: legacy test: Orphans/ExtendStructListFromEmpty (4 μs) >[0;1;34m[ TEST ][0m capnp/orphan-test.c++:1587: legacy test: Orphans/ConcatenatePrimitiveLists >[0;1;32m[ PASS ][0m capnp/orphan-test.c++:1587: legacy test: Orphans/ConcatenatePrimitiveLists (2 μs) >[0;1;34m[ TEST ][0m capnp/orphan-test.c++:1608: legacy test: Orphans/ConcatenateBitLists >[0;1;32m[ PASS ][0m capnp/orphan-test.c++:1608: legacy test: Orphans/ConcatenateBitLists (2 μs) >[0;1;34m[ TEST ][0m capnp/orphan-test.c++:1629: legacy test: Orphans/ConcatenatePointerLists >[0;1;32m[ PASS ][0m capnp/orphan-test.c++:1629: legacy test: Orphans/ConcatenatePointerLists (4 μs) >[0;1;34m[ TEST ][0m capnp/orphan-test.c++:1651: legacy test: Orphans/ConcatenateStructLists >[0;1;32m[ PASS ][0m capnp/orphan-test.c++:1651: legacy test: Orphans/ConcatenateStructLists (6 μs) >[0;1;34m[ TEST ][0m capnp/orphan-test.c++:1710: legacy test: Orphans/ConcatenateStructListsUpgradeFromPrimitive >[0;1;32m[ PASS ][0m capnp/orphan-test.c++:1710: legacy test: Orphans/ConcatenateStructListsUpgradeFromPrimitive (3 μs) >[0;1;34m[ TEST ][0m capnp/serialize-test.c++:76: legacy test: Serialize/FlatArray >[0;1;32m[ PASS ][0m capnp/serialize-test.c++:76: legacy test: Serialize/FlatArray (101 μs) >[0;1;34m[ TEST ][0m capnp/serialize-test.c++:124: legacy test: Serialize/FlatArrayOddSegmentCount >[0;1;32m[ PASS ][0m capnp/serialize-test.c++:124: legacy test: Serialize/FlatArrayOddSegmentCount (94 μs) >[0;1;34m[ TEST ][0m capnp/serialize-test.c++:163: legacy test: Serialize/FlatArrayEvenSegmentCount >[0;1;32m[ PASS ][0m capnp/serialize-test.c++:163: legacy test: Serialize/FlatArrayEvenSegmentCount (98 μs) >[0;1;34m[ TEST ][0m capnp/serialize-test.c++:224: legacy test: Serialize/InputStream >[0;1;32m[ PASS ][0m capnp/serialize-test.c++:224: legacy test: Serialize/InputStream (12 μs) >[0;1;34m[ TEST ][0m capnp/serialize-test.c++:236: legacy test: Serialize/InputStreamScratchSpace >[0;1;32m[ PASS ][0m capnp/serialize-test.c++:236: legacy test: Serialize/InputStreamScratchSpace (8 μs) >[0;1;34m[ TEST ][0m capnp/serialize-test.c++:249: legacy test: Serialize/InputStreamLazy >[0;1;32m[ PASS ][0m capnp/serialize-test.c++:249: legacy test: Serialize/InputStreamLazy (6 μs) >[0;1;34m[ TEST ][0m capnp/serialize-test.c++:261: legacy test: Serialize/InputStreamOddSegmentCount >[0;1;32m[ PASS ][0m capnp/serialize-test.c++:261: legacy test: Serialize/InputStreamOddSegmentCount (15 μs) >[0;1;34m[ TEST ][0m capnp/serialize-test.c++:273: legacy test: Serialize/InputStreamOddSegmentCountLazy >[0;1;32m[ PASS ][0m capnp/serialize-test.c++:273: legacy test: Serialize/InputStreamOddSegmentCountLazy (14 μs) >[0;1;34m[ TEST ][0m capnp/serialize-test.c++:285: legacy test: Serialize/InputStreamEvenSegmentCount >[0;1;32m[ PASS ][0m capnp/serialize-test.c++:285: legacy test: Serialize/InputStreamEvenSegmentCount (16 μs) >[0;1;34m[ TEST ][0m capnp/serialize-test.c++:297: legacy test: Serialize/InputStreamEvenSegmentCountLazy >[0;1;32m[ PASS ][0m capnp/serialize-test.c++:297: legacy test: Serialize/InputStreamEvenSegmentCountLazy (15 μs) >[0;1;34m[ TEST ][0m capnp/serialize-test.c++:309: legacy test: Serialize/InputStreamToBuilder >[0;1;32m[ PASS ][0m capnp/serialize-test.c++:309: legacy test: Serialize/InputStreamToBuilder (16 μs) >[0;1;34m[ TEST ][0m capnp/serialize-test.c++:341: legacy test: Serialize/WriteMessage >[0;1;32m[ PASS ][0m capnp/serialize-test.c++:341: legacy test: Serialize/WriteMessage (7 μs) >[0;1;34m[ TEST ][0m capnp/serialize-test.c++:353: legacy test: Serialize/WriteMessageOddSegmentCount >[0;1;32m[ PASS ][0m capnp/serialize-test.c++:353: legacy test: Serialize/WriteMessageOddSegmentCount (8 μs) >[0;1;34m[ TEST ][0m capnp/serialize-test.c++:365: legacy test: Serialize/WriteMessageEvenSegmentCount >[0;1;32m[ PASS ][0m capnp/serialize-test.c++:365: legacy test: Serialize/WriteMessageEvenSegmentCount (9 μs) >[0;1;34m[ TEST ][0m capnp/serialize-test.c++:400: legacy test: Serialize/FileDescriptors >[0;1;32m[ PASS ][0m capnp/serialize-test.c++:400: legacy test: Serialize/FileDescriptors (284 μs) >[0;1;34m[ TEST ][0m capnp/serialize-test.c++:441: legacy test: Serialize/RejectTooManySegments >[0;1;32m[ PASS ][0m capnp/serialize-test.c++:441: legacy test: Serialize/RejectTooManySegments (50 μs) >[0;1;34m[ TEST ][0m capnp/serialize-test.c++:461: legacy test: Serialize/RejectHugeMessage >[0;1;32m[ PASS ][0m capnp/serialize-test.c++:461: legacy test: Serialize/RejectHugeMessage (34 μs) >[0;1;34m[ TEST ][0m capnp/serialize-packed-test.c++:201: legacy test: Packed/SimplePacking >[0;1;32m[ PASS ][0m capnp/serialize-packed-test.c++:201: legacy test: Packed/SimplePacking (40 μs) >[0;1;34m[ TEST ][0m capnp/serialize-packed-test.c++:255: legacy test: Packed/RoundTrip >[0;1;32m[ PASS ][0m capnp/serialize-packed-test.c++:255: legacy test: Packed/RoundTrip (21 μs) >[0;1;34m[ TEST ][0m capnp/serialize-packed-test.c++:268: legacy test: Packed/RoundTripScratchSpace >[0;1;32m[ PASS ][0m capnp/serialize-packed-test.c++:268: legacy test: Packed/RoundTripScratchSpace (16 μs) >[0;1;34m[ TEST ][0m capnp/serialize-packed-test.c++:282: legacy test: Packed/RoundTripLazy >[0;1;32m[ PASS ][0m capnp/serialize-packed-test.c++:282: legacy test: Packed/RoundTripLazy (25 μs) >[0;1;34m[ TEST ][0m capnp/serialize-packed-test.c++:295: legacy test: Packed/RoundTripOddSegmentCount >[0;1;32m[ PASS ][0m capnp/serialize-packed-test.c++:295: legacy test: Packed/RoundTripOddSegmentCount (26 μs) >[0;1;34m[ TEST ][0m capnp/serialize-packed-test.c++:308: legacy test: Packed/RoundTripOddSegmentCountLazy >[0;1;32m[ PASS ][0m capnp/serialize-packed-test.c++:308: legacy test: Packed/RoundTripOddSegmentCountLazy (36 μs) >[0;1;34m[ TEST ][0m capnp/serialize-packed-test.c++:321: legacy test: Packed/RoundTripEvenSegmentCount >[0;1;32m[ PASS ][0m capnp/serialize-packed-test.c++:321: legacy test: Packed/RoundTripEvenSegmentCount (25 μs) >[0;1;34m[ TEST ][0m capnp/serialize-packed-test.c++:334: legacy test: Packed/RoundTripEvenSegmentCountLazy >[0;1;32m[ PASS ][0m capnp/serialize-packed-test.c++:334: legacy test: Packed/RoundTripEvenSegmentCountLazy (36 μs) >[0;1;34m[ TEST ][0m capnp/serialize-packed-test.c++:347: legacy test: Packed/RoundTripTwoMessages >[0;1;32m[ PASS ][0m capnp/serialize-packed-test.c++:347: legacy test: Packed/RoundTripTwoMessages (20 μs) >[0;1;34m[ TEST ][0m capnp/serialize-packed-test.c++:374: legacy test: Packed/RoundTripAllZero >[0;1;32m[ PASS ][0m capnp/serialize-packed-test.c++:374: legacy test: Packed/RoundTripAllZero (5 μs) >[0;1;34m[ TEST ][0m capnp/serialize-packed-test.c++:392: legacy test: Packed/RoundTripAllZeroScratchSpace >[0;1;32m[ PASS ][0m capnp/serialize-packed-test.c++:392: legacy test: Packed/RoundTripAllZeroScratchSpace (3 μs) >[0;1;34m[ TEST ][0m capnp/serialize-packed-test.c++:406: legacy test: Packed/RoundTripAllZeroLazy >[0;1;32m[ PASS ][0m capnp/serialize-packed-test.c++:406: legacy test: Packed/RoundTripAllZeroLazy (3 μs) >[0;1;34m[ TEST ][0m capnp/serialize-packed-test.c++:419: legacy test: Packed/RoundTripAllZeroOddSegmentCount >[0;1;32m[ PASS ][0m capnp/serialize-packed-test.c++:419: legacy test: Packed/RoundTripAllZeroOddSegmentCount (7 μs) >[0;1;34m[ TEST ][0m capnp/serialize-packed-test.c++:432: legacy test: Packed/RoundTripAllZeroOddSegmentCountLazy >[0;1;32m[ PASS ][0m capnp/serialize-packed-test.c++:432: legacy test: Packed/RoundTripAllZeroOddSegmentCountLazy (8 μs) >[0;1;34m[ TEST ][0m capnp/serialize-packed-test.c++:445: legacy test: Packed/RoundTripAllZeroEvenSegmentCount >[0;1;32m[ PASS ][0m capnp/serialize-packed-test.c++:445: legacy test: Packed/RoundTripAllZeroEvenSegmentCount (5 μs) >[0;1;34m[ TEST ][0m capnp/serialize-packed-test.c++:458: legacy test: Packed/RoundTripAllZeroEvenSegmentCountLazy >[0;1;32m[ PASS ][0m capnp/serialize-packed-test.c++:458: legacy test: Packed/RoundTripAllZeroEvenSegmentCountLazy (6 μs) >[0;1;34m[ TEST ][0m capnp/serialize-packed-test.c++:473: legacy test: Packed/RoundTripHugeString >[0;1;32m[ PASS ][0m capnp/serialize-packed-test.c++:473: legacy test: Packed/RoundTripHugeString (9 μs) >[0;1;34m[ TEST ][0m capnp/serialize-packed-test.c++:489: legacy test: Packed/RoundTripHugeStringScratchSpace >[0;1;32m[ PASS ][0m capnp/serialize-packed-test.c++:489: legacy test: Packed/RoundTripHugeStringScratchSpace (7 μs) >[0;1;34m[ TEST ][0m capnp/serialize-packed-test.c++:506: legacy test: Packed/RoundTripHugeStringLazy >[0;1;32m[ PASS ][0m capnp/serialize-packed-test.c++:506: legacy test: Packed/RoundTripHugeStringLazy (8 μs) >[0;1;34m[ TEST ][0m capnp/serialize-packed-test.c++:522: legacy test: Packed/RoundTripHugeStringOddSegmentCount >[0;1;32m[ PASS ][0m capnp/serialize-packed-test.c++:522: legacy test: Packed/RoundTripHugeStringOddSegmentCount (9 μs) >[0;1;34m[ TEST ][0m capnp/serialize-packed-test.c++:538: legacy test: Packed/RoundTripHugeStringOddSegmentCountLazy >[0;1;32m[ PASS ][0m capnp/serialize-packed-test.c++:538: legacy test: Packed/RoundTripHugeStringOddSegmentCountLazy (10 μs) >[0;1;34m[ TEST ][0m capnp/serialize-packed-test.c++:554: legacy test: Packed/RoundTripHugeStringEvenSegmentCount >[0;1;32m[ PASS ][0m capnp/serialize-packed-test.c++:554: legacy test: Packed/RoundTripHugeStringEvenSegmentCount (8 μs) >[0;1;34m[ TEST ][0m capnp/serialize-packed-test.c++:570: legacy test: Packed/RoundTripHugeStringEvenSegmentCountLazy >[0;1;32m[ PASS ][0m capnp/serialize-packed-test.c++:570: legacy test: Packed/RoundTripHugeStringEvenSegmentCountLazy (8 μs) >[0;1;34m[ TEST ][0m capnp/fuzz-test.c++:172: fuzz-test struct pointer >[0;1;32m[ PASS ][0m capnp/fuzz-test.c++:172: fuzz-test struct pointer (1623493 μs) >[0;1;34m[ TEST ][0m capnp/fuzz-test.c++:193: fuzz-test list pointer >[0;1;32m[ PASS ][0m capnp/fuzz-test.c++:193: fuzz-test list pointer (1702231 μs) >[0;1;34m[ TEST ][0m capnp/fuzz-test.c++:218: fuzz-test struct list pointer >[0;1;32m[ PASS ][0m capnp/fuzz-test.c++:218: fuzz-test struct list pointer (9426970 μs) >[0;1;34m[ TEST ][0m capnp/fuzz-test.c++:242: fuzz-test text pointer >[0;1;32m[ PASS ][0m capnp/fuzz-test.c++:242: fuzz-test text pointer (1711828 μs) >[0;1;34m[ TEST ][0m capnp/fuzz-test.c++:251: fuzz-test far pointer >[0;1;32m[ PASS ][0m capnp/fuzz-test.c++:251: fuzz-test far pointer (3282593 μs) >[0;1;34m[ TEST ][0m capnp/fuzz-test.c++:265: fuzz-test double-far pointer >[0;1;32m[ PASS ][0m capnp/fuzz-test.c++:265: fuzz-test double-far pointer (2553894 μs) >[0;1;34m[ TEST ][0m kj/async-test.c++:31: legacy test: Async/GetFunctorStartAddress >[0;1;32m[ PASS ][0m kj/async-test.c++:31: legacy test: Async/GetFunctorStartAddress (1 μs) >[0;1;34m[ TEST ][0m kj/async-test.c++:36: legacy test: Async/EvalVoid >[0;1;32m[ PASS ][0m kj/async-test.c++:36: legacy test: Async/EvalVoid (20 μs) >[0;1;34m[ TEST ][0m kj/async-test.c++:48: legacy test: Async/EvalInt >[0;1;32m[ PASS ][0m kj/async-test.c++:48: legacy test: Async/EvalInt (2 μs) >[0;1;34m[ TEST ][0m kj/async-test.c++:60: legacy test: Async/There >[0;1;32m[ PASS ][0m kj/async-test.c++:60: legacy test: Async/There (3 μs) >[0;1;34m[ TEST ][0m kj/async-test.c++:73: legacy test: Async/ThereVoid >[0;1;32m[ PASS ][0m kj/async-test.c++:73: legacy test: Async/ThereVoid (1 μs) >[0;1;34m[ TEST ][0m kj/async-test.c++:86: legacy test: Async/Exception >[0;1;32m[ PASS ][0m kj/async-test.c++:86: legacy test: Async/Exception (91 μs) >[0;1;34m[ TEST ][0m kj/async-test.c++:98: legacy test: Async/HandleException >[0;1;32m[ PASS ][0m kj/async-test.c++:98: legacy test: Async/HandleException (38 μs) >[0;1;34m[ TEST ][0m kj/async-test.c++:113: legacy test: Async/PropagateException >[0;1;32m[ PASS ][0m kj/async-test.c++:113: legacy test: Async/PropagateException (43 μs) >[0;1;34m[ TEST ][0m kj/async-test.c++:130: legacy test: Async/PropagateExceptionTypeChange >[0;1;32m[ PASS ][0m kj/async-test.c++:130: legacy test: Async/PropagateExceptionTypeChange (43 μs) >[0;1;34m[ TEST ][0m kj/async-test.c++:147: legacy test: Async/Then >[0;1;32m[ PASS ][0m kj/async-test.c++:147: legacy test: Async/Then (2 μs) >[0;1;34m[ TEST ][0m kj/async-test.c++:165: legacy test: Async/Chain >[0;1;32m[ PASS ][0m kj/async-test.c++:165: legacy test: Async/Chain (6 μs) >[0;1;34m[ TEST ][0m kj/async-test.c++:181: legacy test: Async/DeepChain >[0;1;32m[ PASS ][0m kj/async-test.c++:181: legacy test: Async/DeepChain (437 μs) >[0;1;34m[ TEST ][0m kj/async-test.c++:207: legacy test: Async/DeepChain2 >[0;1;32m[ PASS ][0m kj/async-test.c++:207: legacy test: Async/DeepChain2 (343 μs) >[0;1;34m[ TEST ][0m kj/async-test.c++:244: legacy test: Async/DeepChain3 >[0;1;32m[ PASS ][0m kj/async-test.c++:244: legacy test: Async/DeepChain3 (280 μs) >[0;1;34m[ TEST ][0m kj/async-test.c++:273: legacy test: Async/DeepChain4 >[0;1;32m[ PASS ][0m kj/async-test.c++:273: legacy test: Async/DeepChain4 (297 μs) >[0;1;34m[ TEST ][0m kj/async-test.c++:295: legacy test: Async/IgnoreResult >[0;1;32m[ PASS ][0m kj/async-test.c++:295: legacy test: Async/IgnoreResult (3 μs) >[0;1;34m[ TEST ][0m kj/async-test.c++:313: legacy test: Async/SeparateFulfiller >[0;1;32m[ PASS ][0m kj/async-test.c++:313: legacy test: Async/SeparateFulfiller (2 μs) >[0;1;34m[ TEST ][0m kj/async-test.c++:326: legacy test: Async/SeparateFulfillerVoid >[0;1;32m[ PASS ][0m kj/async-test.c++:326: legacy test: Async/SeparateFulfillerVoid (1 μs) >[0;1;34m[ TEST ][0m kj/async-test.c++:339: legacy test: Async/SeparateFulfillerCanceled >[0;1;32m[ PASS ][0m kj/async-test.c++:339: legacy test: Async/SeparateFulfillerCanceled (0 μs) >[0;1;34m[ TEST ][0m kj/async-test.c++:347: legacy test: Async/SeparateFulfillerChained >[0;1;32m[ PASS ][0m kj/async-test.c++:347: legacy test: Async/SeparateFulfillerChained (3 μs) >[0;1;34m[ TEST ][0m kj/async-test.c++:363: legacy test: Async/SeparateFulfillerDiscarded >[0;1;32m[ PASS ][0m kj/async-test.c++:363: legacy test: Async/SeparateFulfillerDiscarded (38 μs) >[0;1;34m[ TEST ][0m kj/async-test.c++:373: legacy test: Async/SeparateFulfillerMemoryLeak >[0;1;32m[ PASS ][0m kj/async-test.c++:373: legacy test: Async/SeparateFulfillerMemoryLeak (0 μs) >[0;1;34m[ TEST ][0m kj/async-test.c++:378: legacy test: Async/Ordering >[0;1;32m[ PASS ][0m kj/async-test.c++:378: legacy test: Async/Ordering (15 μs) >[0;1;34m[ TEST ][0m kj/async-test.c++:453: legacy test: Async/Fork >[0;1;32m[ PASS ][0m kj/async-test.c++:453: legacy test: Async/Fork (5 μs) >[0;1;34m[ TEST ][0m kj/async-test.c++:484: legacy test: Async/ForkRef >[0;1;32m[ PASS ][0m kj/async-test.c++:484: legacy test: Async/ForkRef (4 μs) >[0;1;34m[ TEST ][0m kj/async-test.c++:511: legacy test: Async/Split >[0;1;32m[ PASS ][0m kj/async-test.c++:511: legacy test: Async/Split (4 μs) >[0;1;34m[ TEST ][0m kj/async-test.c++:526: legacy test: Async/ExclusiveJoin >[0;1;32m[ PASS ][0m kj/async-test.c++:526: legacy test: Async/ExclusiveJoin (10 μs) >[0;1;34m[ TEST ][0m kj/async-test.c++:568: legacy test: Async/ArrayJoin >[0;1;32m[ PASS ][0m kj/async-test.c++:568: legacy test: Async/ArrayJoin (62 μs) >[0;1;34m[ TEST ][0m kj/async-test.c++:587: legacy test: Async/ArrayJoinVoid >[0;1;32m[ PASS ][0m kj/async-test.c++:587: legacy test: Async/ArrayJoinVoid (3 μs) >[0;1;34m[ TEST ][0m kj/async-test.c++:601: legacy test: Async/Canceler >[0;1;32m[ PASS ][0m kj/async-test.c++:601: legacy test: Async/Canceler (66 μs) >[0;1;34m[ TEST ][0m kj/async-test.c++:624: legacy test: Async/CancelerDoubleWrap >[0;1;32m[ PASS ][0m kj/async-test.c++:624: legacy test: Async/CancelerDoubleWrap (3 μs) >[0;1;34m[ TEST ][0m kj/async-test.c++:643: legacy test: Async/TaskSet >[0;1;32m[ PASS ][0m kj/async-test.c++:643: legacy test: Async/TaskSet (40 μs) >[0;1;34m[ TEST ][0m kj/async-test.c++:674: legacy test: Async/TaskSetOnEmpty >[0;1;32m[ PASS ][0m kj/async-test.c++:674: legacy test: Async/TaskSetOnEmpty (3 μs) >[0;1;34m[ TEST ][0m kj/async-test.c++:707: legacy test: Async/Attach >[0;1;32m[ PASS ][0m kj/async-test.c++:707: legacy test: Async/Attach (3 μs) >[0;1;34m[ TEST ][0m kj/async-test.c++:728: legacy test: Async/EagerlyEvaluate >[0;1;32m[ PASS ][0m kj/async-test.c++:728: legacy test: Async/EagerlyEvaluate (3 μs) >[0;1;34m[ TEST ][0m kj/async-test.c++:748: legacy test: Async/Detach >[0;1;32m[ PASS ][0m kj/async-test.c++:748: legacy test: Async/Detach (43 μs) >[0;1;34m[ TEST ][0m kj/async-test.c++:787: legacy test: Async/SetRunnable >[0;1;32m[ PASS ][0m kj/async-test.c++:787: legacy test: Async/SetRunnable (5 μs) >[0;1;34m[ TEST ][0m kj/async-test.c++:829: legacy test: Async/Poll >[0;1;32m[ PASS ][0m kj/async-test.c++:829: legacy test: Async/Poll (1 μs) >[0;1;34m[ TEST ][0m kj/async-test.c++:840: exclusiveJoin both events complete simultaneously >[0;1;32m[ PASS ][0m kj/async-test.c++:840: exclusiveJoin both events complete simultaneously (3 μs) >[0;1;34m[ TEST ][0m kj/async-test.c++:858: start a fiber >[0;1;32m[ PASS ][0m kj/async-test.c++:858: start a fiber (54 μs) >[0;1;34m[ TEST ][0m kj/async-test.c++:879: fiber promise chaining >[0;1;32m[ PASS ][0m kj/async-test.c++:879: fiber promise chaining (15 μs) >[0;1;34m[ TEST ][0m kj/async-test.c++:902: throw from a fiber >[0;1;32m[ PASS ][0m kj/async-test.c++:902: throw from a fiber (64 μs) >[0;1;34m[ TEST ][0m kj/async-test.c++:924: cancel a fiber >[0;1;32m[ PASS ][0m kj/async-test.c++:924: cancel a fiber (38 μs) >[0;1;34m[ TEST ][0m kj/async-xthread-test.c++:49: synchonous simple cross-thread events >[0;1;32m[ PASS ][0m kj/async-xthread-test.c++:49: synchonous simple cross-thread events (233 μs) >[0;1;34m[ TEST ][0m kj/async-xthread-test.c++:99: asynchonous simple cross-thread events >[0;1;32m[ PASS ][0m kj/async-xthread-test.c++:99: asynchonous simple cross-thread events (159 μs) >[0;1;34m[ TEST ][0m kj/async-xthread-test.c++:151: synchonous promise cross-thread events >[0;1;32m[ PASS ][0m kj/async-xthread-test.c++:151: synchonous promise cross-thread events (107 μs) >[0;1;34m[ TEST ][0m kj/async-xthread-test.c++:210: asynchonous promise cross-thread events >[0;1;32m[ PASS ][0m kj/async-xthread-test.c++:210: asynchonous promise cross-thread events (103 μs) >[0;1;34m[ TEST ][0m kj/async-xthread-test.c++:271: cancel cross-thread event before it runs >[0;1;32m[ PASS ][0m kj/async-xthread-test.c++:271: cancel cross-thread event before it runs (10152 μs) >[0;1;34m[ TEST ][0m kj/async-xthread-test.c++:310: cancel cross-thread event while it runs >[0;1;32m[ PASS ][0m kj/async-xthread-test.c++:310: cancel cross-thread event while it runs (10214 μs) >[0;1;34m[ TEST ][0m kj/async-xthread-test.c++:359: cross-thread cancellation in both directions at once >[0;1;32m[ PASS ][0m kj/async-xthread-test.c++:359: cross-thread cancellation in both directions at once (12374 μs) >[0;1;34m[ TEST ][0m kj/async-xthread-test.c++:470: cross-thread cancellation cycle >[0;1;32m[ PASS ][0m kj/async-xthread-test.c++:470: cross-thread cancellation cycle (494 μs) >[0;1;34m[ TEST ][0m kj/async-xthread-test.c++:544: call own thread's executor >[0;1;32m[ PASS ][0m kj/async-xthread-test.c++:544: call own thread's executor (75 μs) >[0;1;34m[ TEST ][0m kj/async-unix-test.c++:79: legacy test: AsyncUnixTest/Signals >[0;1;32m[ PASS ][0m kj/async-unix-test.c++:79: legacy test: AsyncUnixTest/Signals (53 μs) >[0;1;34m[ TEST ][0m kj/async-unix-test.c++:93: legacy test: AsyncUnixTest/SignalWithValue >[0;1;32m[ PASS ][0m kj/async-unix-test.c++:93: legacy test: AsyncUnixTest/SignalWithValue (23 μs) >[0;1;34m[ TEST ][0m kj/async-unix-test.c++:128: legacy test: AsyncUnixTest/SignalWithPointerValue >[0;1;32m[ PASS ][0m kj/async-unix-test.c++:128: legacy test: AsyncUnixTest/SignalWithPointerValue (21 μs) >[0;1;34m[ TEST ][0m kj/async-unix-test.c++:164: legacy test: AsyncUnixTest/SignalsMultiListen >[0;1;32m[ PASS ][0m kj/async-unix-test.c++:164: legacy test: AsyncUnixTest/SignalsMultiListen (26 μs) >[0;1;34m[ TEST ][0m kj/async-unix-test.c++:188: legacy test: AsyncUnixTest/SignalsMultiReceive >[0;1;32m[ PASS ][0m kj/async-unix-test.c++:188: legacy test: AsyncUnixTest/SignalsMultiReceive (25 μs) >[0;1;34m[ TEST ][0m kj/async-unix-test.c++:208: legacy test: AsyncUnixTest/SignalsAsync >[0;1;32m[ PASS ][0m kj/async-unix-test.c++:208: legacy test: AsyncUnixTest/SignalsAsync (10156 μs) >[0;1;34m[ TEST ][0m kj/async-unix-test.c++:233: legacy test: AsyncUnixTest/SignalsNoWait >[0;1;32m[ PASS ][0m kj/async-unix-test.c++:233: legacy test: AsyncUnixTest/SignalsNoWait (44 μs) >[0;1;34m[ TEST ][0m kj/async-unix-test.c++:278: legacy test: AsyncUnixTest/ReadObserver >[0;1;32m[ PASS ][0m kj/async-unix-test.c++:278: legacy test: AsyncUnixTest/ReadObserver (44 μs) >[0;1;34m[ TEST ][0m kj/async-unix-test.c++:311: legacy test: AsyncUnixTest/ReadObserverMultiListen >[0;1;32m[ PASS ][0m kj/async-unix-test.c++:311: legacy test: AsyncUnixTest/ReadObserverMultiListen (38 μs) >[0;1;34m[ TEST ][0m kj/async-unix-test.c++:341: legacy test: AsyncUnixTest/ReadObserverMultiReceive >[0;1;32m[ PASS ][0m kj/async-unix-test.c++:341: legacy test: AsyncUnixTest/ReadObserverMultiReceive (33 μs) >[0;1;34m[ TEST ][0m kj/async-unix-test.c++:369: legacy test: AsyncUnixTest/ReadObserverAsync >[0;1;32m[ PASS ][0m kj/async-unix-test.c++:369: legacy test: AsyncUnixTest/ReadObserverAsync (10196 μs) >[0;1;34m[ TEST ][0m kj/async-unix-test.c++:391: legacy test: AsyncUnixTest/ReadObserverNoWait >[0;1;32m[ PASS ][0m kj/async-unix-test.c++:391: legacy test: AsyncUnixTest/ReadObserverNoWait (60 μs) >[0;1;34m[ TEST ][0m kj/async-unix-test.c++:445: legacy test: AsyncUnixTest/WriteObserver >[0;1;32m[ PASS ][0m kj/async-unix-test.c++:445: legacy test: AsyncUnixTest/WriteObserver (18574 μs) >[0;1;34m[ TEST ][0m kj/async-unix-test.c++:493: legacy test: AsyncUnixTest/UrgentObserver >[0;1;32m[ PASS ][0m kj/async-unix-test.c++:493: legacy test: AsyncUnixTest/UrgentObserver (10360 μs) >[0;1;34m[ TEST ][0m kj/async-unix-test.c++:594: legacy test: AsyncUnixTest/SteadyTimers >[0;1;32m[ PASS ][0m kj/async-unix-test.c++:594: legacy test: AsyncUnixTest/SteadyTimers (41427 μs) >[0;1;34m[ TEST ][0m kj/async-unix-test.c++:634: legacy test: AsyncUnixTest/InterruptedTimer >[0;1;32m[ PASS ][0m kj/async-unix-test.c++:634: legacy test: AsyncUnixTest/InterruptedTimer (100350 μs) >[0;1;34m[ TEST ][0m kj/async-unix-test.c++:673: legacy test: AsyncUnixTest/Wake >[0;1;32m[ PASS ][0m kj/async-unix-test.c++:673: legacy test: AsyncUnixTest/Wake (40652 μs) >[0;1;34m[ TEST ][0m kj/async-unix-test.c++:779: legacy test: AsyncUnixTest/ChildProcess >[0;1;32m[ PASS ][0m kj/async-unix-test.c++:779: legacy test: AsyncUnixTest/ChildProcess (4637 μs) >[0;1;34m[ TEST ][0m kj/async-unix-test.c++:826: UnixEventPort whenWriteDisconnected() >[0;1;32m[ PASS ][0m kj/async-unix-test.c++:826: UnixEventPort whenWriteDisconnected() (67 μs) >[0;1;34m[ TEST ][0m kj/async-unix-test.c++:866: UnixEventPort FdObserver(..., flags=0)::whenWriteDisconnected() >[0;1;32m[ PASS ][0m kj/async-unix-test.c++:866: UnixEventPort FdObserver(..., flags=0)::whenWriteDisconnected() (30 μs) >[0;1;34m[ TEST ][0m kj/async-unix-test.c++:895: UnixEventPort poll for signals >[0;1;32m[ PASS ][0m kj/async-unix-test.c++:895: UnixEventPort poll for signals (38 μs) >[0;1;34m[ TEST ][0m kj/async-unix-test.c++:948: UnixEventPort can receive multiple queued instances of an RT signal >[0;1;32m[ PASS ][0m kj/async-unix-test.c++:948: UnixEventPort can receive multiple queued instances of an RT signal (78 μs) >[0;1;34m[ TEST ][0m kj/async-xthread-test.c++:49: synchonous simple cross-thread events >[0;1;32m[ PASS ][0m kj/async-xthread-test.c++:49: synchonous simple cross-thread events (283 μs) >[0;1;34m[ TEST ][0m kj/async-xthread-test.c++:99: asynchonous simple cross-thread events >[0;1;32m[ PASS ][0m kj/async-xthread-test.c++:99: asynchonous simple cross-thread events (176 μs) >[0;1;34m[ TEST ][0m kj/async-xthread-test.c++:151: synchonous promise cross-thread events >[0;1;32m[ PASS ][0m kj/async-xthread-test.c++:151: synchonous promise cross-thread events (123 μs) >[0;1;34m[ TEST ][0m kj/async-xthread-test.c++:210: asynchonous promise cross-thread events >[0;1;32m[ PASS ][0m kj/async-xthread-test.c++:210: asynchonous promise cross-thread events (134 μs) >[0;1;34m[ TEST ][0m kj/async-xthread-test.c++:271: cancel cross-thread event before it runs >[0;1;32m[ PASS ][0m kj/async-xthread-test.c++:271: cancel cross-thread event before it runs (10172 μs) >[0;1;34m[ TEST ][0m kj/async-xthread-test.c++:310: cancel cross-thread event while it runs >[0;1;32m[ PASS ][0m kj/async-xthread-test.c++:310: cancel cross-thread event while it runs (10234 μs) >[0;1;34m[ TEST ][0m kj/async-xthread-test.c++:359: cross-thread cancellation in both directions at once >[0;1;32m[ PASS ][0m kj/async-xthread-test.c++:359: cross-thread cancellation in both directions at once (22472 μs) >[0;1;34m[ TEST ][0m kj/async-xthread-test.c++:470: cross-thread cancellation cycle >[0;1;32m[ PASS ][0m kj/async-xthread-test.c++:470: cross-thread cancellation cycle (5903 μs) >[0;1;34m[ TEST ][0m kj/async-xthread-test.c++:544: call own thread's executor >[0;1;32m[ PASS ][0m kj/async-xthread-test.c++:544: call own thread's executor (109 μs) >[0;1;34m[ TEST ][0m kj/async-io-test.c++:54: legacy test: AsyncIo/SimpleNetwork >[0;1;32m[ PASS ][0m kj/async-io-test.c++:54: legacy test: AsyncIo/SimpleNetwork (706 μs) >[0;1;34m[ TEST ][0m kj/async-io-test.c++:111: legacy test: AsyncIo/AddressParsing >[0;1;32m[ PASS ][0m kj/async-io-test.c++:111: legacy test: AsyncIo/AddressParsing (7406 μs) >[0;1;34m[ TEST ][0m kj/async-io-test.c++:156: legacy test: AsyncIo/OneWayPipe >[0;1;32m[ PASS ][0m kj/async-io-test.c++:156: legacy test: AsyncIo/OneWayPipe (55 μs) >[0;1;34m[ TEST ][0m kj/async-io-test.c++:174: legacy test: AsyncIo/TwoWayPipe >[0;1;32m[ PASS ][0m kj/async-io-test.c++:174: legacy test: AsyncIo/TwoWayPipe (55 μs) >[0;1;34m[ TEST ][0m kj/async-io-test.c++:201: legacy test: AsyncIo/InMemoryCapabilityPipe >[0;1;32m[ PASS ][0m kj/async-io-test.c++:201: legacy test: AsyncIo/InMemoryCapabilityPipe (38 μs) >[0;1;34m[ TEST ][0m kj/async-io-test.c++:242: legacy test: AsyncIo/CapabilityPipe >[0;1;32m[ PASS ][0m kj/async-io-test.c++:242: legacy test: AsyncIo/CapabilityPipe (115 μs) >[0;1;34m[ TEST ][0m kj/async-io-test.c++:281: legacy test: AsyncIo/CapabilityPipeBlockedSendStream >[0;1;32m[ PASS ][0m kj/async-io-test.c++:281: legacy test: AsyncIo/CapabilityPipeBlockedSendStream (19125 μs) >[0;1;34m[ TEST ][0m kj/async-io-test.c++:322: legacy test: AsyncIo/CapabilityPipeMultiStreamMessage >[0;1;32m[ PASS ][0m kj/async-io-test.c++:322: legacy test: AsyncIo/CapabilityPipeMultiStreamMessage (99 μs) >[0;1;34m[ TEST ][0m kj/async-io-test.c++:357: legacy test: AsyncIo/ScmRightsTruncatedOdd >[0;1;32m[ PASS ][0m kj/async-io-test.c++:357: legacy test: AsyncIo/ScmRightsTruncatedOdd (102 μs) >[0;1;34m[ TEST ][0m kj/async-io-test.c++:425: legacy test: AsyncIo/ScmRightsTruncatedEven >[0;1;32m[ PASS ][0m kj/async-io-test.c++:425: legacy test: AsyncIo/ScmRightsTruncatedEven (64 μs) >[0;1;34m[ TEST ][0m kj/async-io-test.c++:515: legacy test: AsyncIo/PipeThread >[0;1;32m[ PASS ][0m kj/async-io-test.c++:515: legacy test: AsyncIo/PipeThread (177 μs) >[0;1;34m[ TEST ][0m kj/async-io-test.c++:535: legacy test: AsyncIo/PipeThreadDisconnects >[0;1;32m[ PASS ][0m kj/async-io-test.c++:535: legacy test: AsyncIo/PipeThreadDisconnects (124 μs) >[0;1;34m[ TEST ][0m kj/async-io-test.c++:558: legacy test: AsyncIo/Timeouts >[0;1;32m[ PASS ][0m kj/async-io-test.c++:558: legacy test: AsyncIo/Timeouts (10139 μs) >[0;1;34m[ TEST ][0m kj/async-io-test.c++:614: legacy test: AsyncIo/Udp >[0;1;32m[ PASS ][0m kj/async-io-test.c++:614: legacy test: AsyncIo/Udp (234 μs) >[0;1;34m[ TEST ][0m kj/async-io-test.c++:776: legacy test: AsyncIo/AbstractUnixSocket >[0;1;32m[ PASS ][0m kj/async-io-test.c++:776: legacy test: AsyncIo/AbstractUnixSocket (183 μs) >[0;1;34m[ TEST ][0m kj/async-io-test.c++:796: CIDR parsing >[0;1;32m[ PASS ][0m kj/async-io-test.c++:796: CIDR parsing (15 μs) >[0;1;34m[ TEST ][0m kj/async-io-test.c++:865: NetworkFilter >[0;1;32m[ PASS ][0m kj/async-io-test.c++:865: NetworkFilter (16 μs) >[0;1;34m[ TEST ][0m kj/async-io-test.c++:918: Network::restrictPeers() >[0;1;32m[ PASS ][0m kj/async-io-test.c++:918: Network::restrictPeers() (399 μs) >[0;1;34m[ TEST ][0m kj/async-io-test.c++:990: AsyncInputStream::readAllText() / readAllBytes() >[0;1;32m[ PASS ][0m kj/async-io-test.c++:990: AsyncInputStream::readAllText() / readAllBytes() (32259 μs) >[0;1;34m[ TEST ][0m kj/async-io-test.c++:1031: Userland pipe >[0;1;32m[ PASS ][0m kj/async-io-test.c++:1031: Userland pipe (14 μs) >[0;1;34m[ TEST ][0m kj/async-io-test.c++:1054: Userland pipe cancel write >[0;1;32m[ PASS ][0m kj/async-io-test.c++:1054: Userland pipe cancel write (9 μs) >[0;1;34m[ TEST ][0m kj/async-io-test.c++:1075: Userland pipe cancel read >[0;1;32m[ PASS ][0m kj/async-io-test.c++:1075: Userland pipe cancel read (4 μs) >[0;1;34m[ TEST ][0m kj/async-io-test.c++:1091: Userland pipe pumpTo >[0;1;32m[ PASS ][0m kj/async-io-test.c++:1091: Userland pipe pumpTo (12 μs) >[0;1;34m[ TEST ][0m kj/async-io-test.c++:1113: Userland pipe tryPumpFrom >[0;1;32m[ PASS ][0m kj/async-io-test.c++:1113: Userland pipe tryPumpFrom (12 μs) >[0;1;34m[ TEST ][0m kj/async-io-test.c++:1136: Userland pipe pumpTo cancel >[0;1;32m[ PASS ][0m kj/async-io-test.c++:1136: Userland pipe pumpTo cancel (4 μs) >[0;1;34m[ TEST ][0m kj/async-io-test.c++:1156: Userland pipe tryPumpFrom cancel >[0;1;32m[ PASS ][0m kj/async-io-test.c++:1156: Userland pipe tryPumpFrom cancel (4 μs) >[0;1;34m[ TEST ][0m kj/async-io-test.c++:1176: Userland pipe with limit >[0;1;32m[ PASS ][0m kj/async-io-test.c++:1176: Userland pipe with limit (85 μs) >[0;1;34m[ TEST ][0m kj/async-io-test.c++:1203: Userland pipe pumpTo with limit >[0;1;32m[ PASS ][0m kj/async-io-test.c++:1203: Userland pipe pumpTo with limit (63 μs) >[0;1;34m[ TEST ][0m kj/async-io-test.c++:1232: Userland pipe pump into zero-limited pipe, no data to pump >[0;1;32m[ PASS ][0m kj/async-io-test.c++:1232: Userland pipe pump into zero-limited pipe, no data to pump (4 μs) >[0;1;34m[ TEST ][0m kj/async-io-test.c++:1245: Userland pipe pump into zero-limited pipe, data is pumped >[0;1;32m[ PASS ][0m kj/async-io-test.c++:1245: Userland pipe pump into zero-limited pipe, data is pumped (55 μs) >[0;1;34m[ TEST ][0m kj/async-io-test.c++:1258: Userland pipe gather write >[0;1;32m[ PASS ][0m kj/async-io-test.c++:1258: Userland pipe gather write (8 μs) >[0;1;34m[ TEST ][0m kj/async-io-test.c++:1277: Userland pipe gather write split on buffer boundary >[0;1;32m[ PASS ][0m kj/async-io-test.c++:1277: Userland pipe gather write split on buffer boundary (5 μs) >[0;1;34m[ TEST ][0m kj/async-io-test.c++:1297: Userland pipe gather write split mid-first-buffer >[0;1;32m[ PASS ][0m kj/async-io-test.c++:1297: Userland pipe gather write split mid-first-buffer (35 μs) >[0;1;34m[ TEST ][0m kj/async-io-test.c++:1317: Userland pipe gather write split mid-second-buffer >[0;1;32m[ PASS ][0m kj/async-io-test.c++:1317: Userland pipe gather write split mid-second-buffer (6 μs) >[0;1;34m[ TEST ][0m kj/async-io-test.c++:1337: Userland pipe gather write pump >[0;1;32m[ PASS ][0m kj/async-io-test.c++:1337: Userland pipe gather write pump (5 μs) >[0;1;34m[ TEST ][0m kj/async-io-test.c++:1355: Userland pipe gather write pump split on buffer boundary >[0;1;32m[ PASS ][0m kj/async-io-test.c++:1355: Userland pipe gather write pump split on buffer boundary (4 μs) >[0;1;34m[ TEST ][0m kj/async-io-test.c++:1374: Userland pipe gather write pump split mid-first-buffer >[0;1;32m[ PASS ][0m kj/async-io-test.c++:1374: Userland pipe gather write pump split mid-first-buffer (9 μs) >[0;1;34m[ TEST ][0m kj/async-io-test.c++:1393: Userland pipe gather write pump split mid-second-buffer >[0;1;32m[ PASS ][0m kj/async-io-test.c++:1393: Userland pipe gather write pump split mid-second-buffer (4 μs) >[0;1;34m[ TEST ][0m kj/async-io-test.c++:1412: Userland pipe gather write split pump on buffer boundary >[0;1;32m[ PASS ][0m kj/async-io-test.c++:1412: Userland pipe gather write split pump on buffer boundary (8 μs) >[0;1;34m[ TEST ][0m kj/async-io-test.c++:1434: Userland pipe gather write split pump mid-first-buffer >[0;1;32m[ PASS ][0m kj/async-io-test.c++:1434: Userland pipe gather write split pump mid-first-buffer (24 μs) >[0;1;34m[ TEST ][0m kj/async-io-test.c++:1456: Userland pipe gather write split pump mid-second-buffer >[0;1;32m[ PASS ][0m kj/async-io-test.c++:1456: Userland pipe gather write split pump mid-second-buffer (9 μs) >[0;1;34m[ TEST ][0m kj/async-io-test.c++:1478: Userland pipe gather write pumpFrom >[0;1;32m[ PASS ][0m kj/async-io-test.c++:1478: Userland pipe gather write pumpFrom (7 μs) >[0;1;34m[ TEST ][0m kj/async-io-test.c++:1501: Userland pipe gather write pumpFrom split on buffer boundary >[0;1;32m[ PASS ][0m kj/async-io-test.c++:1501: Userland pipe gather write pumpFrom split on buffer boundary (9 μs) >[0;1;34m[ TEST ][0m kj/async-io-test.c++:1525: Userland pipe gather write pumpFrom split mid-first-buffer >[0;1;32m[ PASS ][0m kj/async-io-test.c++:1525: Userland pipe gather write pumpFrom split mid-first-buffer (7 μs) >[0;1;34m[ TEST ][0m kj/async-io-test.c++:1549: Userland pipe gather write pumpFrom split mid-second-buffer >[0;1;32m[ PASS ][0m kj/async-io-test.c++:1549: Userland pipe gather write pumpFrom split mid-second-buffer (7 μs) >[0;1;34m[ TEST ][0m kj/async-io-test.c++:1573: Userland pipe gather write split pumpFrom on buffer boundary >[0;1;32m[ PASS ][0m kj/async-io-test.c++:1573: Userland pipe gather write split pumpFrom on buffer boundary (8 μs) >[0;1;34m[ TEST ][0m kj/async-io-test.c++:1595: Userland pipe gather write split pumpFrom mid-first-buffer >[0;1;32m[ PASS ][0m kj/async-io-test.c++:1595: Userland pipe gather write split pumpFrom mid-first-buffer (6 μs) >[0;1;34m[ TEST ][0m kj/async-io-test.c++:1617: Userland pipe gather write split pumpFrom mid-second-buffer >[0;1;32m[ PASS ][0m kj/async-io-test.c++:1617: Userland pipe gather write split pumpFrom mid-second-buffer (6 μs) >[0;1;34m[ TEST ][0m kj/async-io-test.c++:1639: Userland pipe pumpTo less than write amount >[0;1;32m[ PASS ][0m kj/async-io-test.c++:1639: Userland pipe pumpTo less than write amount (9 μs) >[0;1;34m[ TEST ][0m kj/async-io-test.c++:1667: Userland pipe pumpFrom EOF on abortRead() >[0;1;32m[ PASS ][0m kj/async-io-test.c++:1667: Userland pipe pumpFrom EOF on abortRead() (6 μs) >[0;1;34m[ TEST ][0m kj/async-io-test.c++:1687: Userland pipe EOF fulfills pumpFrom promise >[0;1;32m[ PASS ][0m kj/async-io-test.c++:1687: Userland pipe EOF fulfills pumpFrom promise (7 μs) >[0;1;34m[ TEST ][0m kj/async-io-test.c++:1712: Userland pipe tryPumpFrom to pumpTo for same amount fulfills simultaneously >[0;1;32m[ PASS ][0m kj/async-io-test.c++:1712: Userland pipe tryPumpFrom to pumpTo for same amount fulfills simultaneously (9 μs) >[0;1;34m[ TEST ][0m kj/async-io-test.c++:1732: Userland pipe multi-part write doesn't quit early >[0;1;32m[ PASS ][0m kj/async-io-test.c++:1732: Userland pipe multi-part write doesn't quit early (6 μs) >[0;1;34m[ TEST ][0m kj/async-io-test.c++:1751: Userland pipe BlockedRead gets empty tryPumpFrom >[0;1;32m[ PASS ][0m kj/async-io-test.c++:1751: Userland pipe BlockedRead gets empty tryPumpFrom (5 μs) >[0;1;34m[ TEST ][0m kj/async-io-test.c++:1784: Userland tee >[0;1;32m[ PASS ][0m kj/async-io-test.c++:1784: Userland tee (19 μs) >[0;1;34m[ TEST ][0m kj/async-io-test.c++:1800: Userland tee concurrent read >[0;1;32m[ PASS ][0m kj/async-io-test.c++:1800: Userland tee concurrent read (9 μs) >[0;1;34m[ TEST ][0m kj/async-io-test.c++:1825: Userland tee cancel and restart read >[0;1;32m[ PASS ][0m kj/async-io-test.c++:1825: Userland tee cancel and restart read (9 μs) >[0;1;34m[ TEST ][0m kj/async-io-test.c++:1848: Userland tee cancel read and destroy branch then read other branch >[0;1;32m[ PASS ][0m kj/async-io-test.c++:1848: Userland tee cancel read and destroy branch then read other branch (8 μs) >[0;1;34m[ TEST ][0m kj/async-io-test.c++:1873: Userland tee subsequent other-branch reads are READY_NOW >[0;1;32m[ PASS ][0m kj/async-io-test.c++:1873: Userland tee subsequent other-branch reads are READY_NOW (7 μs) >[0;1;34m[ TEST ][0m kj/async-io-test.c++:1898: Userland tee read EOF propagation >[0;1;32m[ PASS ][0m kj/async-io-test.c++:1898: Userland tee read EOF propagation (16 μs) >[0;1;34m[ TEST ][0m kj/async-io-test.c++:1932: Userland tee read exception propagation >[0;1;32m[ PASS ][0m kj/async-io-test.c++:1932: Userland tee read exception propagation (195 μs) >[0;1;34m[ TEST ][0m kj/async-io-test.c++:1979: Userland tee read exception propagation w/ data loss >[0;1;32m[ PASS ][0m kj/async-io-test.c++:1979: Userland tee read exception propagation w/ data loss (129 μs) >[0;1;34m[ TEST ][0m kj/async-io-test.c++:2007: Userland tee read into different buffer sizes >[0;1;32m[ PASS ][0m kj/async-io-test.c++:2007: Userland tee read into different buffer sizes (12 μs) >[0;1;34m[ TEST ][0m kj/async-io-test.c++:2025: Userland tee reads see max(minBytes...) and min(maxBytes...) >[0;1;32m[ PASS ][0m kj/async-io-test.c++:2025: Userland tee reads see max(minBytes...) and min(maxBytes...) (13 μs) >[0;1;34m[ TEST ][0m kj/async-io-test.c++:2060: Userland tee read stress test >[0;1;32m[ PASS ][0m kj/async-io-test.c++:2060: Userland tee read stress test (46948 μs) >[0;1;34m[ TEST ][0m kj/async-io-test.c++:2088: Userland tee pump >[0;1;32m[ PASS ][0m kj/async-io-test.c++:2088: Userland tee pump (407 μs) >[0;1;34m[ TEST ][0m kj/async-io-test.c++:2131: Userland tee pump slows down reads >[0;1;32m[ PASS ][0m kj/async-io-test.c++:2131: Userland tee pump slows down reads (369 μs) >[0;1;34m[ TEST ][0m kj/async-io-test.c++:2162: Userland tee pump EOF propagation >[0;1;32m[ PASS ][0m kj/async-io-test.c++:2162: Userland tee pump EOF propagation (46 μs) >[0;1;34m[ TEST ][0m kj/async-io-test.c++:2241: Userland tee pump EOF on chunk boundary >[0;1;32m[ PASS ][0m kj/async-io-test.c++:2241: Userland tee pump EOF on chunk boundary (317 μs) >[0;1;34m[ TEST ][0m kj/async-io-test.c++:2275: Userland tee pump read exception propagation >[0;1;32m[ PASS ][0m kj/async-io-test.c++:2275: Userland tee pump read exception propagation (362 μs) >[0;1;34m[ TEST ][0m kj/async-io-test.c++:2359: Userland tee pump write exception propagation >[0;1;32m[ PASS ][0m kj/async-io-test.c++:2359: Userland tee pump write exception propagation (413 μs) >[0;1;34m[ TEST ][0m kj/async-io-test.c++:2391: Userland tee pump cancellation implies write cancellation >[0;1;32m[ PASS ][0m kj/async-io-test.c++:2391: Userland tee pump cancellation implies write cancellation (18 μs) >[0;1;34m[ TEST ][0m kj/async-io-test.c++:2419: Userland tee buffer size limit >[0;1;32m[ PASS ][0m kj/async-io-test.c++:2419: Userland tee buffer size limit (212 μs) >[0;1;34m[ TEST ][0m kj/async-io-test.c++:2515: Userspace OneWayPipe whenWriteDisconnected() >[0;1;32m[ PASS ][0m kj/async-io-test.c++:2515: Userspace OneWayPipe whenWriteDisconnected() (7 μs) >[0;1;34m[ TEST ][0m kj/async-io-test.c++:2530: Userspace TwoWayPipe whenWriteDisconnected() >[0;1;32m[ PASS ][0m kj/async-io-test.c++:2530: Userspace TwoWayPipe whenWriteDisconnected() (2 μs) >[0;1;34m[ TEST ][0m kj/async-io-test.c++:2548: OS OneWayPipe whenWriteDisconnected() >[0;1;32m[ PASS ][0m kj/async-io-test.c++:2548: OS OneWayPipe whenWriteDisconnected() (61 μs) >[0;1;34m[ TEST ][0m kj/async-io-test.c++:2563: OS TwoWayPipe whenWriteDisconnected() >[0;1;32m[ PASS ][0m kj/async-io-test.c++:2563: OS TwoWayPipe whenWriteDisconnected() (59 μs) >[0;1;34m[ TEST ][0m kj/async-io-test.c++:2587: import socket FD that's already broken >[0;1;32m[ PASS ][0m kj/async-io-test.c++:2587: import socket FD that's already broken (61 μs) >[0;1;34m[ TEST ][0m kj/parse/common-test.c++:32: legacy test: CommonParsers/AnyParser >[0;1;32m[ PASS ][0m kj/parse/common-test.c++:32: legacy test: CommonParsers/AnyParser (0 μs) >[0;1;34m[ TEST ][0m kj/parse/common-test.c++:66: legacy test: CommonParsers/ExactElementParser >[0;1;32m[ PASS ][0m kj/parse/common-test.c++:66: legacy test: CommonParsers/ExactElementParser (0 μs) >[0;1;34m[ TEST ][0m kj/parse/common-test.c++:89: legacy test: CommonParsers/ExactlyConstParser >[0;1;32m[ PASS ][0m kj/parse/common-test.c++:89: legacy test: CommonParsers/ExactlyConstParser (0 μs) >[0;1;34m[ TEST ][0m kj/parse/common-test.c++:112: legacy test: CommonParsers/ConstResultParser >[0;1;32m[ PASS ][0m kj/parse/common-test.c++:112: legacy test: CommonParsers/ConstResultParser (0 μs) >[0;1;34m[ TEST ][0m kj/parse/common-test.c++:126: legacy test: CommonParsers/DiscardParser >[0;1;32m[ PASS ][0m kj/parse/common-test.c++:126: legacy test: CommonParsers/DiscardParser (0 μs) >[0;1;34m[ TEST ][0m kj/parse/common-test.c++:136: legacy test: CommonParsers/SequenceParser >[0;1;32m[ PASS ][0m kj/parse/common-test.c++:136: legacy test: CommonParsers/SequenceParser (0 μs) >[0;1;34m[ TEST ][0m kj/parse/common-test.c++:189: legacy test: CommonParsers/ManyParserCountOnly >[0;1;32m[ PASS ][0m kj/parse/common-test.c++:189: legacy test: CommonParsers/ManyParserCountOnly (0 μs) >[0;1;34m[ TEST ][0m kj/parse/common-test.c++:228: legacy test: CommonParsers/TimesParser >[0;1;32m[ PASS ][0m kj/parse/common-test.c++:228: legacy test: CommonParsers/TimesParser (1 μs) >[0;1;34m[ TEST ][0m kj/parse/common-test.c++:263: legacy test: CommonParsers/TimesParserCountOnly >[0;1;32m[ PASS ][0m kj/parse/common-test.c++:263: legacy test: CommonParsers/TimesParserCountOnly (0 μs) >[0;1;34m[ TEST ][0m kj/parse/common-test.c++:299: legacy test: CommonParsers/ManyParserSubResult >[0;1;32m[ PASS ][0m kj/parse/common-test.c++:299: legacy test: CommonParsers/ManyParserSubResult (1 μs) >[0;1;34m[ TEST ][0m kj/parse/common-test.c++:316: legacy test: CommonParsers/OptionalParser >[0;1;32m[ PASS ][0m kj/parse/common-test.c++:316: legacy test: CommonParsers/OptionalParser (1 μs) >[0;1;34m[ TEST ][0m kj/parse/common-test.c++:362: legacy test: CommonParsers/OneOfParser >[0;1;32m[ PASS ][0m kj/parse/common-test.c++:362: legacy test: CommonParsers/OneOfParser (0 μs) >[0;1;34m[ TEST ][0m kj/parse/common-test.c++:394: legacy test: CommonParsers/TransformParser >[0;1;32m[ PASS ][0m kj/parse/common-test.c++:394: legacy test: CommonParsers/TransformParser (0 μs) >[0;1;34m[ TEST ][0m kj/parse/common-test.c++:416: legacy test: CommonParsers/TransformOrRejectParser >[0;1;32m[ PASS ][0m kj/parse/common-test.c++:416: legacy test: CommonParsers/TransformOrRejectParser (1 μs) >[0;1;34m[ TEST ][0m kj/parse/common-test.c++:447: legacy test: CommonParsers/References >[0;1;32m[ PASS ][0m kj/parse/common-test.c++:447: legacy test: CommonParsers/References (0 μs) >[0;1;34m[ TEST ][0m kj/parse/common-test.c++:487: legacy test: CommonParsers/NotLookingAt >[0;1;32m[ PASS ][0m kj/parse/common-test.c++:487: legacy test: CommonParsers/NotLookingAt (0 μs) >[0;1;34m[ TEST ][0m kj/parse/common-test.c++:505: legacy test: CommonParsers/EndOfInput >[0;1;32m[ PASS ][0m kj/parse/common-test.c++:505: legacy test: CommonParsers/EndOfInput (0 μs) >[0;1;34m[ TEST ][0m kj/parse/char-test.c++:33: legacy test: CharParsers/ExactChar >[0;1;32m[ PASS ][0m kj/parse/char-test.c++:33: legacy test: CharParsers/ExactChar (0 μs) >[0;1;34m[ TEST ][0m kj/parse/char-test.c++:51: legacy test: CharParsers/ExactString >[0;1;32m[ PASS ][0m kj/parse/char-test.c++:51: legacy test: CharParsers/ExactString (0 μs) >[0;1;34m[ TEST ][0m kj/parse/char-test.c++:71: legacy test: CharParsers/CharRange >[0;1;32m[ PASS ][0m kj/parse/char-test.c++:71: legacy test: CharParsers/CharRange (0 μs) >[0;1;34m[ TEST ][0m kj/parse/char-test.c++:135: legacy test: CharParsers/AnyOfChars >[0;1;32m[ PASS ][0m kj/parse/char-test.c++:135: legacy test: CharParsers/AnyOfChars (0 μs) >[0;1;34m[ TEST ][0m kj/parse/char-test.c++:199: legacy test: CharParsers/CharGroupCombo >[0;1;32m[ PASS ][0m kj/parse/char-test.c++:199: legacy test: CharParsers/CharGroupCombo (1 μs) >[0;1;34m[ TEST ][0m kj/parse/char-test.c++:216: legacy test: CharParsers/Identifier >[0;1;32m[ PASS ][0m kj/parse/char-test.c++:216: legacy test: CharParsers/Identifier (1 μs) >[0;1;34m[ TEST ][0m kj/parse/char-test.c++:232: legacy test: CharParsers/Integer >[0;1;32m[ PASS ][0m kj/parse/char-test.c++:232: legacy test: CharParsers/Integer (3 μs) >[0;1;34m[ TEST ][0m kj/parse/char-test.c++:272: legacy test: CharParsers/Number >[0;1;32m[ PASS ][0m kj/parse/char-test.c++:272: legacy test: CharParsers/Number (11 μs) >[0;1;34m[ TEST ][0m kj/parse/char-test.c++:336: legacy test: CharParsers/DoubleQuotedString >[0;1;32m[ PASS ][0m kj/parse/char-test.c++:336: legacy test: CharParsers/DoubleQuotedString (11 μs) >[0;1;34m[ TEST ][0m kj/parse/char-test.c++:376: legacy test: CharParsers/SingleQuotedString >[0;1;32m[ PASS ][0m kj/parse/char-test.c++:376: legacy test: CharParsers/SingleQuotedString (2 μs) >[0;1;34m[ TEST ][0m kj/std/iostream-test.c++:30: legacy test: StdIoStream/WriteVec >[0;1;32m[ PASS ][0m kj/std/iostream-test.c++:30: legacy test: StdIoStream/WriteVec (18 μs) >[0;1;34m[ TEST ][0m kj/std/iostream-test.c++:56: legacy test: StdIoStream/TryReadToEndOfFile >[0;1;32m[ PASS ][0m kj/std/iostream-test.c++:56: legacy test: StdIoStream/TryReadToEndOfFile (1 μs) >[0;1;34m[ TEST ][0m kj/std/iostream-test.c++:75: legacy test: StdIoStream/ReadToEndOfFile >[0;1;32m[ PASS ][0m kj/std/iostream-test.c++:75: legacy test: StdIoStream/ReadToEndOfFile (39 μs) >[0;1;34m[ TEST ][0m kj/compat/url-test.c++:50: parse / stringify URL >[0;1;32m[ PASS ][0m kj/compat/url-test.c++:50: parse / stringify URL (121 μs) >[0;1;34m[ TEST ][0m kj/compat/url-test.c++:311: URL percent encoding >[0;1;32m[ PASS ][0m kj/compat/url-test.c++:311: URL percent encoding (22 μs) >[0;1;34m[ TEST ][0m kj/compat/url-test.c++:334: parse / stringify URL w/o decoding >[0;1;32m[ PASS ][0m kj/compat/url-test.c++:334: parse / stringify URL w/o decoding (6 μs) >[0;1;34m[ TEST ][0m kj/compat/url-test.c++:353: URL relative paths >[0;1;32m[ PASS ][0m kj/compat/url-test.c++:353: URL relative paths (16 μs) >[0;1;34m[ TEST ][0m kj/compat/url-test.c++:387: URL for HTTP request >[0;1;32m[ PASS ][0m kj/compat/url-test.c++:387: URL for HTTP request (16 μs) >[0;1;34m[ TEST ][0m kj/compat/url-test.c++:482: parse URL failure >[0;1;32m[ PASS ][0m kj/compat/url-test.c++:482: parse URL failure (3 μs) >[0;1;34m[ TEST ][0m kj/compat/url-test.c++:505: parse relative URL >[0;1;32m[ PASS ][0m kj/compat/url-test.c++:505: parse relative URL (55 μs) >[0;1;34m[ TEST ][0m kj/compat/url-test.c++:547: parse relative URL w/o decoding >[0;1;32m[ PASS ][0m kj/compat/url-test.c++:547: parse relative URL w/o decoding (3 μs) >[0;1;34m[ TEST ][0m kj/compat/url-test.c++:554: parse relative URL failure >[0;1;32m[ PASS ][0m kj/compat/url-test.c++:554: parse relative URL failure (1 μs) >[0;1;34m[ TEST ][0m kj/compat/http-test.c++:58: HttpMethod parse / stringify >[0;1;32m[ PASS ][0m kj/compat/http-test.c++:58: HttpMethod parse / stringify (18 μs) >[0;1;34m[ TEST ][0m kj/compat/http-test.c++:78: HttpHeaderTable >[0;1;32m[ PASS ][0m kj/compat/http-test.c++:78: HttpHeaderTable (16 μs) >[0;1;34m[ TEST ][0m kj/compat/http-test.c++:122: HttpHeaders::parseRequest >[0;1;32m[ PASS ][0m kj/compat/http-test.c++:122: HttpHeaders::parseRequest (18 μs) >[0;1;34m[ TEST ][0m kj/compat/http-test.c++:175: HttpHeaders::parseResponse >[0;1;32m[ PASS ][0m kj/compat/http-test.c++:175: HttpHeaders::parseResponse (8 μs) >[0;1;34m[ TEST ][0m kj/compat/http-test.c++:226: HttpHeaders parse invalid >[0;1;32m[ PASS ][0m kj/compat/http-test.c++:226: HttpHeaders parse invalid (5 μs) >[0;1;34m[ TEST ][0m kj/compat/http-test.c++:299: HttpHeaders validation >[0;1;32m[ PASS ][0m kj/compat/http-test.c++:299: HttpHeaders validation (149 μs) >[0;1;34m[ TEST ][0m kj/compat/http-test.c++:322: HttpHeaders Set-Cookie handling >[0;1;32m[ PASS ][0m kj/compat/http-test.c++:322: HttpHeaders Set-Cookie handling (7 μs) >[0;1;34m[ TEST ][0m kj/compat/http-test.c++:975: HttpClient requests >[0;1;32m[ PASS ][0m kj/compat/http-test.c++:975: HttpClient requests (418 μs) >[0;1;34m[ TEST ][0m kj/compat/http-test.c++:985: HttpClient responses >[0;1;32m[ PASS ][0m kj/compat/http-test.c++:985: HttpClient responses (2548 μs) >[0;1;34m[ TEST ][0m kj/compat/http-test.c++:998: HttpClient canceled write >[0;1;32m[ PASS ][0m kj/compat/http-test.c++:998: HttpClient canceled write (149 μs) >[0;1;34m[ TEST ][0m kj/compat/http-test.c++:1037: HttpClient chunked body gather-write >[0;1;32m[ PASS ][0m kj/compat/http-test.c++:1037: HttpClient chunked body gather-write (31 μs) >[0;1;34m[ TEST ][0m kj/compat/http-test.c++:1072: HttpClient chunked body pump from fixed length stream >[0;1;32m[ PASS ][0m kj/compat/http-test.c++:1072: HttpClient chunked body pump from fixed length stream (33 μs) >[0;1;34m[ TEST ][0m kj/compat/http-test.c++:1117: HttpServer requests >[0;1;32m[ PASS ][0m kj/compat/http-test.c++:1117: HttpServer requests (405 μs) >[0;1;34m[ TEST ][0m kj/compat/http-test.c++:1151: HttpServer responses >[0;1;32m[ PASS ][0m kj/compat/http-test.c++:1151: HttpServer responses (184 μs) >[0;1;34m[ TEST ][0m kj/compat/http-test.c++:1332: HttpClient pipeline >[0;1;32m[ PASS ][0m kj/compat/http-test.c++:1332: HttpClient pipeline (159 μs) >[0;1;34m[ TEST ][0m kj/compat/http-test.c++:1361: HttpClient parallel pipeline >[0;1;32m[ PASS ][0m kj/compat/http-test.c++:1361: HttpClient parallel pipeline (165 μs) >[0;1;34m[ TEST ][0m kj/compat/http-test.c++:1424: HttpServer pipeline >[0;1;32m[ PASS ][0m kj/compat/http-test.c++:1424: HttpServer pipeline (187 μs) >[0;1;34m[ TEST ][0m kj/compat/http-test.c++:1452: HttpServer parallel pipeline >[0;1;32m[ PASS ][0m kj/compat/http-test.c++:1452: HttpServer parallel pipeline (109 μs) >[0;1;34m[ TEST ][0m kj/compat/http-test.c++:1481: HttpClient <-> HttpServer >[0;1;32m[ PASS ][0m kj/compat/http-test.c++:1481: HttpClient <-> HttpServer (264 μs) >[0;1;34m[ TEST ][0m kj/compat/http-test.c++:1507: HttpInputStream requests >[0;1;32m[ PASS ][0m kj/compat/http-test.c++:1507: HttpInputStream requests (117 μs) >[0;1;34m[ TEST ][0m kj/compat/http-test.c++:1545: HttpInputStream responses >[0;1;32m[ PASS ][0m kj/compat/http-test.c++:1545: HttpInputStream responses (90 μs) >[0;1;34m[ TEST ][0m kj/compat/http-test.c++:1585: HttpInputStream bare messages >[0;1;32m[ PASS ][0m kj/compat/http-test.c++:1585: HttpInputStream bare messages (28 μs) >[0;1;34m[ TEST ][0m kj/compat/http-test.c++:1639: WebSocket core protocol >[0;1;32m[ PASS ][0m kj/compat/http-test.c++:1639: WebSocket core protocol (227 μs) >[0;1;34m[ TEST ][0m kj/compat/http-test.c++:1699: WebSocket fragmented >[0;1;32m[ PASS ][0m kj/compat/http-test.c++:1699: WebSocket fragmented (6 μs) >[0;1;34m[ TEST ][0m kj/compat/http-test.c++:1736: WebSocket masked >[0;1;32m[ PASS ][0m kj/compat/http-test.c++:1736: WebSocket masked (6 μs) >[0;1;34m[ TEST ][0m kj/compat/http-test.c++:1763: WebSocket unsolicited pong >[0;1;32m[ PASS ][0m kj/compat/http-test.c++:1763: WebSocket unsolicited pong (11 μs) >[0;1;34m[ TEST ][0m kj/compat/http-test.c++:1789: WebSocket ping >[0;1;32m[ PASS ][0m kj/compat/http-test.c++:1789: WebSocket ping (8 μs) >[0;1;34m[ TEST ][0m kj/compat/http-test.c++:1826: WebSocket ping mid-send >[0;1;32m[ PASS ][0m kj/compat/http-test.c++:1826: WebSocket ping mid-send (1252 μs) >[0;1;34m[ TEST ][0m kj/compat/http-test.c++:1908: WebSocket double-ping mid-send >[0;1;32m[ PASS ][0m kj/compat/http-test.c++:1908: WebSocket double-ping mid-send (1055 μs) >[0;1;34m[ TEST ][0m kj/compat/http-test.c++:1945: WebSocket ping received during pong send >[0;1;32m[ PASS ][0m kj/compat/http-test.c++:1945: WebSocket ping received during pong send (1102 μs) >[0;1;34m[ TEST ][0m kj/compat/http-test.c++:1980: WebSocket pump disconnect on send >[0;1;32m[ PASS ][0m kj/compat/http-test.c++:1980: WebSocket pump disconnect on send (114 μs) >[0;1;34m[ TEST ][0m kj/compat/http-test.c++:2004: WebSocket pump disconnect on receive >[0;1;32m[ PASS ][0m kj/compat/http-test.c++:2004: WebSocket pump disconnect on receive (132 μs) >[0;1;34m[ TEST ][0m kj/compat/http-test.c++:2160: HttpClient WebSocket handshake >[0;1;32m[ PASS ][0m kj/compat/http-test.c++:2160: HttpClient WebSocket handshake (65 μs) >[0;1;34m[ TEST ][0m kj/compat/http-test.c++:2190: HttpClient WebSocket error >[0;1;32m[ PASS ][0m kj/compat/http-test.c++:2190: HttpClient WebSocket error (32 μs) >[0;1;34m[ TEST ][0m kj/compat/http-test.c++:2236: HttpServer WebSocket handshake >[0;1;32m[ PASS ][0m kj/compat/http-test.c++:2236: HttpServer WebSocket handshake (118 μs) >[0;1;34m[ TEST ][0m kj/compat/http-test.c++:2262: HttpServer WebSocket handshake error >[0;1;32m[ PASS ][0m kj/compat/http-test.c++:2262: HttpServer WebSocket handshake error (88 μs) >[0;1;34m[ TEST ][0m kj/compat/http-test.c++:2290: HttpServer request timeout >[0;1;32m[ PASS ][0m kj/compat/http-test.c++:2290: HttpServer request timeout (25 μs) >[0;1;34m[ TEST ][0m kj/compat/http-test.c++:2315: HttpServer pipeline timeout >[0;1;32m[ PASS ][0m kj/compat/http-test.c++:2315: HttpServer pipeline timeout (45 μs) >[0;1;34m[ TEST ][0m kj/compat/http-test.c++:2368: HttpServer no response >[0;1;32m[ PASS ][0m kj/compat/http-test.c++:2368: HttpServer no response (40 μs) >[0;1;34m[ TEST ][0m kj/compat/http-test.c++:2395: HttpServer disconnected >[0;1;32m[ PASS ][0m kj/compat/http-test.c++:2395: HttpServer disconnected (54 μs) >[0;1;34m[ TEST ][0m kj/compat/http-test.c++:2416: HttpServer overloaded >[0;1;32m[ PASS ][0m kj/compat/http-test.c++:2416: HttpServer overloaded (55 μs) >[0;1;34m[ TEST ][0m kj/compat/http-test.c++:2437: HttpServer unimplemented >[0;1;32m[ PASS ][0m kj/compat/http-test.c++:2437: HttpServer unimplemented (51 μs) >[0;1;34m[ TEST ][0m kj/compat/http-test.c++:2458: HttpServer threw exception >[0;1;32m[ PASS ][0m kj/compat/http-test.c++:2458: HttpServer threw exception (37 μs) >[0;1;34m[ TEST ][0m kj/compat/http-test.c++:2479: HttpServer bad request >[0;1;32m[ PASS ][0m kj/compat/http-test.c++:2479: HttpServer bad request (51 μs) >[0;1;34m[ TEST ][0m kj/compat/http-test.c++:2507: HttpServer invalid method >[0;1;32m[ PASS ][0m kj/compat/http-test.c++:2507: HttpServer invalid method (27 μs) >[0;1;34m[ TEST ][0m kj/compat/http-test.c++:2577: HttpServer no response, custom error handler >[0;1;32m[ PASS ][0m kj/compat/http-test.c++:2577: HttpServer no response, custom error handler (31 μs) >[0;1;34m[ TEST ][0m kj/compat/http-test.c++:2606: HttpServer threw exception, custom error handler >[0;1;32m[ PASS ][0m kj/compat/http-test.c++:2606: HttpServer threw exception, custom error handler (39 μs) >[0;1;34m[ TEST ][0m kj/compat/http-test.c++:2635: HttpServer bad request, custom error handler >[0;1;32m[ PASS ][0m kj/compat/http-test.c++:2635: HttpServer bad request, custom error handler (29 μs) >[0;1;34m[ TEST ][0m kj/compat/http-test.c++:2688: HttpServer threw exception after starting response >[0;1;32m[ PASS ][0m kj/compat/http-test.c++:2688: HttpServer threw exception after starting response (45 μs) >[0;1;34m[ TEST ][0m kj/compat/http-test.c++:2735: HttpServer failed to write complete response but didn't throw >[0;1;32m[ PASS ][0m kj/compat/http-test.c++:2735: HttpServer failed to write complete response but didn't throw (47 μs) >[0;1;34m[ TEST ][0m kj/compat/http-test.c++:2805: HttpFixedLengthEntityWriter correctly implements tryPumpFrom >[0;1;32m[ PASS ][0m kj/compat/http-test.c++:2805: HttpFixedLengthEntityWriter correctly implements tryPumpFrom (48 μs) >[0;1;34m[ TEST ][0m kj/compat/http-test.c++:2861: HttpServer cancels request when client disconnects >[0;1;32m[ PASS ][0m kj/compat/http-test.c++:2861: HttpServer cancels request when client disconnects (22 μs) >[0;1;34m[ TEST ][0m kj/compat/http-test.c++:2890: newHttpService from HttpClient >[0;1;32m[ PASS ][0m kj/compat/http-test.c++:2890: newHttpService from HttpClient (306 μs) >[0;1;34m[ TEST ][0m kj/compat/http-test.c++:2932: newHttpService from HttpClient WebSockets >[0;1;32m[ PASS ][0m kj/compat/http-test.c++:2932: newHttpService from HttpClient WebSockets (79 μs) >[0;1;34m[ TEST ][0m kj/compat/http-test.c++:2974: newHttpService from HttpClient WebSockets disconnect >[0;1;32m[ PASS ][0m kj/compat/http-test.c++:2974: newHttpService from HttpClient WebSockets disconnect (66 μs) >[0;1;34m[ TEST ][0m kj/compat/http-test.c++:3015: newHttpClient from HttpService >[0;1;32m[ PASS ][0m kj/compat/http-test.c++:3015: newHttpClient from HttpService (119 μs) >[0;1;34m[ TEST ][0m kj/compat/http-test.c++:3030: newHttpClient from HttpService WebSockets >[0;1;32m[ PASS ][0m kj/compat/http-test.c++:3030: newHttpClient from HttpService WebSockets (36 μs) >[0;1;34m[ TEST ][0m kj/compat/http-test.c++:3044: adapted client/server propagates request exceptions like non-adapted client >[0;1;32m[ PASS ][0m kj/compat/http-test.c++:3044: adapted client/server propagates request exceptions like non-adapted client (217 μs) >[0;1;34m[ TEST ][0m kj/compat/http-test.c++:3139: adapted client waits for service to complete before returning EOF on response stream >[0;1;32m[ PASS ][0m kj/compat/http-test.c++:3139: adapted client waits for service to complete before returning EOF on response stream (20 μs) >[0;1;34m[ TEST ][0m kj/compat/http-test.c++:3143: adapted client waits for service to complete before returning EOF on chunked response >[0;1;32m[ PASS ][0m kj/compat/http-test.c++:3143: adapted client waits for service to complete before returning EOF on chunked response (12 μs) >[0;1;34m[ TEST ][0m kj/compat/http-test.c++:3147: adapted client propagates throw from service after complete response body sent >[0;1;32m[ PASS ][0m kj/compat/http-test.c++:3147: adapted client propagates throw from service after complete response body sent (79 μs) >[0;1;34m[ TEST ][0m kj/compat/http-test.c++:3151: adapted client propagates throw from service after incomplete response body sent >[0;1;32m[ PASS ][0m kj/compat/http-test.c++:3151: adapted client propagates throw from service after incomplete response body sent (125 μs) >[0;1;34m[ TEST ][0m kj/compat/http-test.c++:3155: adapted client propagates throw from service after chunked response body sent >[0;1;32m[ PASS ][0m kj/compat/http-test.c++:3155: adapted client propagates throw from service after chunked response body sent (90 μs) >[0;1;34m[ TEST ][0m kj/compat/http-test.c++:3248: adapted client waits for service to complete before completing upstream close on WebSocket >[0;1;32m[ PASS ][0m kj/compat/http-test.c++:3248: adapted client waits for service to complete before completing upstream close on WebSocket (26 μs) >[0;1;34m[ TEST ][0m kj/compat/http-test.c++:3252: adapted client waits for service to complete before returning downstream close on WebSocket >[0;1;32m[ PASS ][0m kj/compat/http-test.c++:3252: adapted client waits for service to complete before returning downstream close on WebSocket (17 μs) >[0;1;34m[ TEST ][0m kj/compat/http-test.c++:3256: adapted client propagates throw from service after WebSocket upstream close sent >[0;1;32m[ PASS ][0m kj/compat/http-test.c++:3256: adapted client propagates throw from service after WebSocket upstream close sent (82 μs) >[0;1;34m[ TEST ][0m kj/compat/http-test.c++:3260: adapted client propagates throw from service after WebSocket downstream close sent >[0;1;32m[ PASS ][0m kj/compat/http-test.c++:3260: adapted client propagates throw from service after WebSocket downstream close sent (77 μs) >[0;1;34m[ TEST ][0m kj/compat/http-test.c++:3409: HttpClient connection management >[0;1;32m[ PASS ][0m kj/compat/http-test.c++:3409: HttpClient connection management (970 μs) >[0;1;34m[ TEST ][0m kj/compat/http-test.c++:3561: HttpClient disable connection reuse >[0;1;32m[ PASS ][0m kj/compat/http-test.c++:3561: HttpClient disable connection reuse (320 μs) >[0;1;34m[ TEST ][0m kj/compat/http-test.c++:3615: HttpClient concurrency limiting >[0;1;32m[ PASS ][0m kj/compat/http-test.c++:3615: HttpClient concurrency limiting (348 μs) >[0;1;34m[ TEST ][0m kj/compat/gzip-test.c++:133: gzip decompression >[0;1;32m[ PASS ][0m kj/compat/gzip-test.c++:133: gzip decompression (82 μs) >[0;1;34m[ TEST ][0m kj/compat/gzip-test.c++:174: async gzip decompression >[0;1;32m[ PASS ][0m kj/compat/gzip-test.c++:174: async gzip decompression (97 μs) >[0;1;34m[ TEST ][0m kj/compat/gzip-test.c++:234: gzip compression >[0;1;32m[ PASS ][0m kj/compat/gzip-test.c++:234: gzip compression (36 μs) >[0;1;34m[ TEST ][0m kj/compat/gzip-test.c++:276: gzip huge round trip >[0;1;32m[ PASS ][0m kj/compat/gzip-test.c++:276: gzip huge round trip (3838 μs) >[0;1;34m[ TEST ][0m kj/compat/gzip-test.c++:296: async gzip compression >[0;1;32m[ PASS ][0m kj/compat/gzip-test.c++:296: async gzip compression (145 μs) >[0;1;34m[ TEST ][0m kj/compat/gzip-test.c++:346: async gzip huge round trip >[0;1;32m[ PASS ][0m kj/compat/gzip-test.c++:346: async gzip huge round trip (3863 μs) >[0;1;34m[ TEST ][0m kj/compat/readiness-io-test.c++:29: readiness IO: write small >[0;1;32m[ PASS ][0m kj/compat/readiness-io-test.c++:29: readiness IO: write small (69 μs) >[0;1;34m[ TEST ][0m kj/compat/readiness-io-test.c++:44: readiness IO: write many odd >[0;1;32m[ PASS ][0m kj/compat/readiness-io-test.c++:44: readiness IO: write many odd (113 μs) >[0;1;34m[ TEST ][0m kj/compat/readiness-io-test.c++:70: readiness IO: write even >[0;1;32m[ PASS ][0m kj/compat/readiness-io-test.c++:70: readiness IO: write even (125 μs) >[0;1;34m[ TEST ][0m kj/compat/readiness-io-test.c++:96: readiness IO: read small >[0;1;32m[ PASS ][0m kj/compat/readiness-io-test.c++:96: readiness IO: read small (42 μs) >[0;1;34m[ TEST ][0m kj/compat/readiness-io-test.c++:125: readiness IO: read many odd >[0;1;32m[ PASS ][0m kj/compat/readiness-io-test.c++:125: readiness IO: read many odd (99 μs) >[0;1;34m[ TEST ][0m kj/compat/readiness-io-test.c++:168: readiness IO: read many even >[0;1;32m[ PASS ][0m kj/compat/readiness-io-test.c++:168: readiness IO: read many even (91 μs) >[0;1;34m[ TEST ][0m kj/compat/tls-test.c++:328: TLS basics >[0;1;32m[ PASS ][0m kj/compat/tls-test.c++:328: TLS basics (33114 μs) >[0;1;34m[ TEST ][0m kj/compat/tls-test.c++:348: TLS multiple messages >[0;1;32m[ PASS ][0m kj/compat/tls-test.c++:348: TLS multiple messages (29864 μs) >[0;1;34m[ TEST ][0m kj/compat/tls-test.c++:408: TLS full duplex >[0;1;32m[ PASS ][0m kj/compat/tls-test.c++:408: TLS full duplex (222292 μs) >[0;1;34m[ TEST ][0m kj/compat/tls-test.c++:449: TLS SNI >[0;1;32m[ PASS ][0m kj/compat/tls-test.c++:449: TLS SNI (32980 μs) >[0;1;34m[ TEST ][0m kj/compat/tls-test.c++:490: TLS certificate validation >kj/compat/tls-test.c++:487: failed: expected ::kj::_::hasSubstring(e->getDescription(), message); exception description didn't contain expected substring; e->getDescription() = TLS peer's certificate is not trusted; reason = error number 62 >stack: 559a82f547f9 559a82f4c6e4 559a82f4c946 7fb6bb75f5cd 7fb6bb706ecb 7fb6bb760a57 7fb6bb7612a1 7fb6bb736faf 7fb6bb706ecb 7fb6bb731fb0 7fb6bb75e4ac 7fb6bb293e09 559a82ce5fb9 >[0;1;31m[ FAIL ][0m kj/compat/tls-test.c++:490: TLS certificate validation (129380 μs) >[0;1;34m[ TEST ][0m kj/compat/tls-test.c++:508: TLS client certificate verification >kj/compat/tls-test.c++:534: failed: expected ::kj::_::hasSubstring(e->getDescription(), "alert"); exception description didn't contain expected substring; e->getDescription() = OpenSSL error; message = error:1404C45C:SSL routines:ST_OK:reason(1116) >stack: 559a82f547f9 559a82f4e167 7fb6bb75f5cd 7fb6bb706ecb 7fb6bb760a57 7fb6bb7612a1 7fb6bb736faf 7fb6bb706ecb 7fb6bb731fb0 7fb6bb75e4ac 7fb6bb293e09 559a82ce5fb9 >[0;1;31m[ FAIL ][0m kj/compat/tls-test.c++:508: TLS client certificate verification (114378 μs) >[0;1;34m[ TEST ][0m capnp/canonicalize-test.c++:34: canonicalize yields canonical message >[0;1;32m[ PASS ][0m capnp/canonicalize-test.c++:34: canonicalize yields canonical message (373 μs) >[0;1;34m[ TEST ][0m capnp/canonicalize-test.c++:50: canonicalize succeeds on empty struct >[0;1;32m[ PASS ][0m capnp/canonicalize-test.c++:50: canonicalize succeeds on empty struct (2 μs) >[0;1;34m[ TEST ][0m capnp/canonicalize-test.c++:57: data word with only its most significant bit set does not get truncated >[0;1;32m[ PASS ][0m capnp/canonicalize-test.c++:57: data word with only its most significant bit set does not get truncated (2 μs) >[0;1;34m[ TEST ][0m capnp/canonicalize-test.c++:79: INLINE_COMPOSITE data word with only its most significant bit set does not get truncated >[0;1;32m[ PASS ][0m capnp/canonicalize-test.c++:79: INLINE_COMPOSITE data word with only its most significant bit set does not get truncated (2 μs) >[0;1;34m[ TEST ][0m capnp/canonicalize-test.c++:107: canonical non-null empty struct field >[0;1;32m[ PASS ][0m capnp/canonicalize-test.c++:107: canonical non-null empty struct field (0 μs) >[0;1;34m[ TEST ][0m capnp/canonicalize-test.c++:127: for pointers to empty structs, preorder is not canonical >[0;1;32m[ PASS ][0m capnp/canonicalize-test.c++:127: for pointers to empty structs, preorder is not canonical (0 μs) >[0;1;34m[ TEST ][0m capnp/canonicalize-test.c++:148: isCanonical requires pointer preorder >[0;1;32m[ PASS ][0m capnp/canonicalize-test.c++:148: isCanonical requires pointer preorder (0 μs) >[0;1;34m[ TEST ][0m capnp/canonicalize-test.c++:168: isCanonical requires dense packing >[0;1;32m[ PASS ][0m capnp/canonicalize-test.c++:168: isCanonical requires dense packing (0 μs) >[0;1;34m[ TEST ][0m capnp/canonicalize-test.c++:184: isCanonical rejects multi-segment messages >[0;1;32m[ PASS ][0m capnp/canonicalize-test.c++:184: isCanonical rejects multi-segment messages (2 μs) >[0;1;34m[ TEST ][0m capnp/canonicalize-test.c++:206: isCanonical rejects zero segment messages >[0;1;32m[ PASS ][0m capnp/canonicalize-test.c++:206: isCanonical rejects zero segment messages (0 μs) >[0;1;34m[ TEST ][0m capnp/canonicalize-test.c++:212: isCanonical requires truncation of 0-valued struct fields >[0;1;32m[ PASS ][0m capnp/canonicalize-test.c++:212: isCanonical requires truncation of 0-valued struct fields (0 μs) >[0;1;34m[ TEST ][0m capnp/canonicalize-test.c++:227: isCanonical rejects unused trailing words >[0;1;32m[ PASS ][0m capnp/canonicalize-test.c++:227: isCanonical rejects unused trailing words (0 μs) >[0;1;34m[ TEST ][0m capnp/canonicalize-test.c++:244: isCanonical accepts empty inline composite list of zero-sized structs >[0;1;32m[ PASS ][0m capnp/canonicalize-test.c++:244: isCanonical accepts empty inline composite list of zero-sized structs (0 μs) >[0;1;34m[ TEST ][0m capnp/canonicalize-test.c++:261: isCanonical rejects inline composite list with inaccurate word-length >[0;1;32m[ PASS ][0m capnp/canonicalize-test.c++:261: isCanonical rejects inline composite list with inaccurate word-length (0 μs) >[0;1;34m[ TEST ][0m capnp/canonicalize-test.c++:289: upgraded lists can be canonicalized >[0;1;32m[ PASS ][0m capnp/canonicalize-test.c++:289: upgraded lists can be canonicalized (1 μs) >[0;1;34m[ TEST ][0m capnp/canonicalize-test.c++:313: isCanonical requires truncation of 0-valued struct fields in all list members >[0;1;32m[ PASS ][0m capnp/canonicalize-test.c++:313: isCanonical requires truncation of 0-valued struct fields in all list members (0 μs) >[0;1;34m[ TEST ][0m capnp/canonicalize-test.c++:336: primitive list with nonzero padding >[0;1;32m[ PASS ][0m capnp/canonicalize-test.c++:336: primitive list with nonzero padding (1 μs) >[0;1;34m[ TEST ][0m capnp/canonicalize-test.c++:363: bit list with nonzero padding >[0;1;32m[ PASS ][0m capnp/canonicalize-test.c++:363: bit list with nonzero padding (1 μs) >[0;1;34m[ TEST ][0m capnp/capability-test.c++:43: legacy test: Capability/Basic >[0;1;32m[ PASS ][0m capnp/capability-test.c++:43: legacy test: Capability/Basic (240 μs) >[0;1;34m[ TEST ][0m capnp/capability-test.c++:83: legacy test: Capability/Inheritance >[0;1;32m[ PASS ][0m capnp/capability-test.c++:83: legacy test: Capability/Inheritance (45 μs) >[0;1;34m[ TEST ][0m capnp/capability-test.c++:112: legacy test: Capability/Pipelining >[0;1;32m[ PASS ][0m capnp/capability-test.c++:112: legacy test: Capability/Pipelining (95 μs) >[0;1;34m[ TEST ][0m capnp/capability-test.c++:148: legacy test: Capability/TailCall >[0;1;32m[ PASS ][0m capnp/capability-test.c++:148: legacy test: Capability/TailCall (62 μs) >[0;1;34m[ TEST ][0m capnp/capability-test.c++:182: legacy test: Capability/AsyncCancelation >[0;1;32m[ PASS ][0m capnp/capability-test.c++:182: legacy test: Capability/AsyncCancelation (22 μs) >[0;1;34m[ TEST ][0m capnp/capability-test.c++:224: legacy test: Capability/DynamicClient >[0;1;32m[ PASS ][0m capnp/capability-test.c++:224: legacy test: Capability/DynamicClient (218 μs) >[0;1;34m[ TEST ][0m capnp/capability-test.c++:265: legacy test: Capability/DynamicClientInheritance >[0;1;32m[ PASS ][0m capnp/capability-test.c++:265: legacy test: Capability/DynamicClientInheritance (118 μs) >[0;1;34m[ TEST ][0m capnp/capability-test.c++:302: legacy test: Capability/DynamicClientPipelining >[0;1;32m[ PASS ][0m capnp/capability-test.c++:302: legacy test: Capability/DynamicClientPipelining (72 μs) >[0;1;34m[ TEST ][0m capnp/capability-test.c++:341: legacy test: Capability/DynamicClientPipelineAnyCap >[0;1;32m[ PASS ][0m capnp/capability-test.c++:341: legacy test: Capability/DynamicClientPipelineAnyCap (62 μs) >[0;1;34m[ TEST ][0m capnp/capability-test.c++:418: legacy test: Capability/DynamicServer >[0;1;32m[ PASS ][0m capnp/capability-test.c++:418: legacy test: Capability/DynamicServer (193 μs) >[0;1;34m[ TEST ][0m capnp/capability-test.c++:489: legacy test: Capability/DynamicServerInheritance >[0;1;32m[ PASS ][0m capnp/capability-test.c++:489: legacy test: Capability/DynamicServerInheritance (70 μs) >[0;1;34m[ TEST ][0m capnp/capability-test.c++:575: legacy test: Capability/DynamicServerPipelining >[0;1;32m[ PASS ][0m capnp/capability-test.c++:575: legacy test: Capability/DynamicServerPipelining (62 μs) >[0;1;34m[ TEST ][0m capnp/capability-test.c++:638: legacy test: Capability/DynamicServerTailCall >[0;1;32m[ PASS ][0m capnp/capability-test.c++:638: legacy test: Capability/DynamicServerTailCall (66 μs) >[0;1;34m[ TEST ][0m capnp/capability-test.c++:698: legacy test: Capability/AnyPointersAndOrphans >[0;1;32m[ PASS ][0m capnp/capability-test.c++:698: legacy test: Capability/AnyPointersAndOrphans (124 μs) >[0;1;34m[ TEST ][0m capnp/capability-test.c++:762: legacy test: Capability/Lists >[0;1;32m[ PASS ][0m capnp/capability-test.c++:762: legacy test: Capability/Lists (85 μs) >[0;1;34m[ TEST ][0m capnp/capability-test.c++:801: legacy test: Capability/KeywordMethods >[0;1;32m[ PASS ][0m capnp/capability-test.c++:801: legacy test: Capability/KeywordMethods (46 μs) >[0;1;34m[ TEST ][0m capnp/capability-test.c++:827: legacy test: Capability/Generics >[0;1;32m[ PASS ][0m capnp/capability-test.c++:827: legacy test: Capability/Generics (11 μs) >[0;1;34m[ TEST ][0m capnp/capability-test.c++:857: legacy test: Capability/Generics2 >[0;1;32m[ PASS ][0m capnp/capability-test.c++:857: legacy test: Capability/Generics2 (1 μs) >[0;1;34m[ TEST ][0m capnp/capability-test.c++:864: legacy test: Capability/ImplicitParams >[0;1;32m[ PASS ][0m capnp/capability-test.c++:864: legacy test: Capability/ImplicitParams (5 μs) >[0;1;34m[ TEST ][0m capnp/capability-test.c++:888: legacy test: Capability/CapabilityServerSet >[0;1;32m[ PASS ][0m capnp/capability-test.c++:888: legacy test: Capability/CapabilityServerSet (29 μs) >[0;1;34m[ TEST ][0m capnp/capability-test.c++:982: legacy test: Capability/ThisCap >[0;1;32m[ PASS ][0m capnp/capability-test.c++:982: legacy test: Capability/ThisCap (24 μs) >[0;1;34m[ TEST ][0m capnp/capability-test.c++:1010: legacy test: Capability/TransferCap >[0;1;32m[ PASS ][0m capnp/capability-test.c++:1010: legacy test: Capability/TransferCap (9 μs) >[0;1;34m[ TEST ][0m capnp/capability-test.c++:1034: Promise<RemotePromise<T>> automatically reduces to RemotePromise<T> >[0;1;32m[ PASS ][0m capnp/capability-test.c++:1034: Promise<RemotePromise<T>> automatically reduces to RemotePromise<T> (14 μs) >[0;1;34m[ TEST ][0m capnp/capability-test.c++:1054: Promise<RemotePromise<T>> automatically reduces to RemotePromise<T> with pipelining >[0;1;32m[ PASS ][0m capnp/capability-test.c++:1054: Promise<RemotePromise<T>> automatically reduces to RemotePromise<T> with pipelining (43 μs) >[0;1;34m[ TEST ][0m capnp/capability-test.c++:1083: clone() with caps >[0;1;32m[ PASS ][0m capnp/capability-test.c++:1083: clone() with caps (8 μs) >[0;1;34m[ TEST ][0m capnp/capability-test.c++:1104: Streaming calls block subsequent calls >[0;1;32m[ PASS ][0m capnp/capability-test.c++:1104: Streaming calls block subsequent calls (60 μs) >[0;1;34m[ TEST ][0m capnp/capability-test.c++:1177: Streaming calls can be canceled >[0;1;32m[ PASS ][0m capnp/capability-test.c++:1177: Streaming calls can be canceled (62 μs) >[0;1;34m[ TEST ][0m capnp/capability-test.c++:1238: Streaming call throwing cascades to following calls >[0;1;32m[ PASS ][0m capnp/capability-test.c++:1238: Streaming call throwing cascades to following calls (245 μs) >[0;1;34m[ TEST ][0m capnp/membrane-test.c++:188: call local object inside membrane >[0;1;32m[ PASS ][0m capnp/membrane-test.c++:188: call local object inside membrane (170 μs) >[0;1;34m[ TEST ][0m capnp/membrane-test.c++:195: call local promise inside membrane >[0;1;32m[ PASS ][0m capnp/membrane-test.c++:195: call local promise inside membrane (188 μs) >[0;1;34m[ TEST ][0m capnp/membrane-test.c++:202: call local resolved promise inside membrane >[0;1;32m[ PASS ][0m capnp/membrane-test.c++:202: call local resolved promise inside membrane (152 μs) >[0;1;34m[ TEST ][0m capnp/membrane-test.c++:211: call local object outside membrane >[0;1;32m[ PASS ][0m capnp/membrane-test.c++:211: call local object outside membrane (75 μs) >[0;1;34m[ TEST ][0m capnp/membrane-test.c++:218: call local capability that has passed into and back out of membrane >[0;1;32m[ PASS ][0m capnp/membrane-test.c++:218: call local capability that has passed into and back out of membrane (126 μs) >[0;1;34m[ TEST ][0m capnp/membrane-test.c++:227: call local promise pointing into membrane that eventually resolves to outside >[0;1;32m[ PASS ][0m capnp/membrane-test.c++:227: call local promise pointing into membrane that eventually resolves to outside (199 μs) >[0;1;34m[ TEST ][0m capnp/membrane-test.c++:236: apply membrane using copyOutOfMembrane() on struct >[0;1;32m[ PASS ][0m capnp/membrane-test.c++:236: apply membrane using copyOutOfMembrane() on struct (87 μs) >[0;1;34m[ TEST ][0m capnp/membrane-test.c++:250: apply membrane using copyOutOfMembrane() on list >[0;1;32m[ PASS ][0m capnp/membrane-test.c++:250: apply membrane using copyOutOfMembrane() on list (87 μs) >[0;1;34m[ TEST ][0m capnp/membrane-test.c++:264: apply membrane using copyOutOfMembrane() on AnyPointer >[0;1;32m[ PASS ][0m capnp/membrane-test.c++:264: apply membrane using copyOutOfMembrane() on AnyPointer (120 μs) >[0;1;34m[ TEST ][0m capnp/membrane-test.c++:305: call remote object inside membrane >[0;1;32m[ PASS ][0m capnp/membrane-test.c++:305: call remote object inside membrane (535 μs) >[0;1;34m[ TEST ][0m capnp/membrane-test.c++:312: call remote promise inside membrane >[0;1;32m[ PASS ][0m capnp/membrane-test.c++:312: call remote promise inside membrane (647 μs) >[0;1;34m[ TEST ][0m capnp/membrane-test.c++:319: call remote resolved promise inside membrane >[0;1;32m[ PASS ][0m capnp/membrane-test.c++:319: call remote resolved promise inside membrane (247 μs) >[0;1;34m[ TEST ][0m capnp/membrane-test.c++:328: call remote object outside membrane >[0;1;32m[ PASS ][0m capnp/membrane-test.c++:328: call remote object outside membrane (429 μs) >[0;1;34m[ TEST ][0m capnp/membrane-test.c++:335: call remote capability that has passed into and back out of membrane >[0;1;32m[ PASS ][0m capnp/membrane-test.c++:335: call remote capability that has passed into and back out of membrane (571 μs) >[0;1;34m[ TEST ][0m capnp/membrane-test.c++:344: call remote promise pointing into membrane that eventually resolves to outside >[0;1;32m[ PASS ][0m capnp/membrane-test.c++:344: call remote promise pointing into membrane that eventually resolves to outside (820 μs) >[0;1;34m[ TEST ][0m capnp/membrane-test.c++:353: revoke membrane >[0;1;32m[ PASS ][0m capnp/membrane-test.c++:353: revoke membrane (423 μs) >[0;1;34m[ TEST ][0m capnp/schema-test.c++:41: legacy test: Schema/Structs >[0;1;32m[ PASS ][0m capnp/schema-test.c++:41: legacy test: Schema/Structs (95 μs) >[0;1;34m[ TEST ][0m capnp/schema-test.c++:80: legacy test: Schema/FieldLookupOutOfOrder >[0;1;32m[ PASS ][0m capnp/schema-test.c++:80: legacy test: Schema/FieldLookupOutOfOrder (6 μs) >[0;1;34m[ TEST ][0m capnp/schema-test.c++:106: legacy test: Schema/Unions >[0;1;32m[ PASS ][0m capnp/schema-test.c++:106: legacy test: Schema/Unions (5 μs) >[0;1;34m[ TEST ][0m capnp/schema-test.c++:131: legacy test: Schema/Enums >[0;1;32m[ PASS ][0m capnp/schema-test.c++:131: legacy test: Schema/Enums (108 μs) >[0;1;34m[ TEST ][0m capnp/schema-test.c++:163: legacy test: Schema/Lists >[0;1;32m[ PASS ][0m capnp/schema-test.c++:163: legacy test: Schema/Lists (626 μs) >[0;1;34m[ TEST ][0m capnp/schema-test.c++:252: legacy test: Schema/UnnamedUnion >[0;1;32m[ PASS ][0m capnp/schema-test.c++:252: legacy test: Schema/UnnamedUnion (2 μs) >[0;1;34m[ TEST ][0m capnp/schema-test.c++:263: legacy test: Schema/NullSchemas >[0;1;32m[ PASS ][0m capnp/schema-test.c++:263: legacy test: Schema/NullSchemas (1 μs) >[0;1;34m[ TEST ][0m capnp/schema-test.c++:280: legacy test: Schema/Interfaces >[0;1;32m[ PASS ][0m capnp/schema-test.c++:280: legacy test: Schema/Interfaces (112 μs) >[0;1;34m[ TEST ][0m capnp/schema-test.c++:321: legacy test: Schema/Generics >[0;1;32m[ PASS ][0m capnp/schema-test.c++:321: legacy test: Schema/Generics (10 μs) >[0;1;34m[ TEST ][0m capnp/schema-loader-test.c++:33: legacy test: SchemaLoader/Load >[0;1;32m[ PASS ][0m capnp/schema-loader-test.c++:33: legacy test: SchemaLoader/Load (699 μs) >[0;1;34m[ TEST ][0m capnp/schema-loader-test.c++:59: legacy test: SchemaLoader/LoadLateUnion >[0;1;32m[ PASS ][0m capnp/schema-loader-test.c++:59: legacy test: SchemaLoader/LoadLateUnion (63 μs) >[0;1;34m[ TEST ][0m capnp/schema-loader-test.c++:77: legacy test: SchemaLoader/LoadUnnamedUnion >[0;1;32m[ PASS ][0m capnp/schema-loader-test.c++:77: legacy test: SchemaLoader/LoadUnnamedUnion (7 μs) >[0;1;34m[ TEST ][0m capnp/schema-loader-test.c++:91: legacy test: SchemaLoader/Use >[0;1;32m[ PASS ][0m capnp/schema-loader-test.c++:91: legacy test: SchemaLoader/Use (480 μs) >[0;1;34m[ TEST ][0m capnp/schema-loader-test.c++:192: legacy test: SchemaLoader/Upgrade >[0;1;32m[ PASS ][0m capnp/schema-loader-test.c++:192: legacy test: SchemaLoader/Upgrade (188 μs) >[0;1;34m[ TEST ][0m capnp/schema-loader-test.c++:212: legacy test: SchemaLoader/Downgrade >[0;1;32m[ PASS ][0m capnp/schema-loader-test.c++:212: legacy test: SchemaLoader/Downgrade (190 μs) >[0;1;34m[ TEST ][0m capnp/schema-loader-test.c++:229: legacy test: SchemaLoader/Incompatible >[0;1;32m[ PASS ][0m capnp/schema-loader-test.c++:229: legacy test: SchemaLoader/Incompatible (148 μs) >[0;1;34m[ TEST ][0m capnp/schema-loader-test.c++:236: legacy test: SchemaLoader/Enumerate >[0;1;32m[ PASS ][0m capnp/schema-loader-test.c++:236: legacy test: SchemaLoader/Enumerate (13 μs) >[0;1;34m[ TEST ][0m capnp/schema-loader-test.c++:250: legacy test: SchemaLoader/EnumerateNoPlaceholders >[0;1;32m[ PASS ][0m capnp/schema-loader-test.c++:250: legacy test: SchemaLoader/EnumerateNoPlaceholders (46 μs) >[0;1;34m[ TEST ][0m capnp/schema-loader-test.c++:297: legacy test: SchemaLoader/LazyLoad >[0;1;32m[ PASS ][0m capnp/schema-loader-test.c++:297: legacy test: SchemaLoader/LazyLoad (35 μs) >[0;1;34m[ TEST ][0m capnp/schema-loader-test.c++:314: legacy test: SchemaLoader/LazyLoadGetDependency >[0;1;32m[ PASS ][0m capnp/schema-loader-test.c++:314: legacy test: SchemaLoader/LazyLoadGetDependency (93 μs) >[0;1;34m[ TEST ][0m capnp/schema-loader-test.c++:333: legacy test: SchemaLoader/Generics >[0;1;32m[ PASS ][0m capnp/schema-loader-test.c++:333: legacy test: SchemaLoader/Generics (271 μs) >[0;1;34m[ TEST ][0m capnp/schema-loader-test.c++:392: legacy test: SchemaLoader/LoadStreaming >[0;1;32m[ PASS ][0m capnp/schema-loader-test.c++:392: legacy test: SchemaLoader/LoadStreaming (25 μs) >[0;1;34m[ TEST ][0m capnp/schema-parser-test.c++:63: legacy test: SchemaParser/Basic >[0;1;32m[ PASS ][0m capnp/schema-parser-test.c++:63: legacy test: SchemaParser/Basic (615 μs) >[0;1;34m[ TEST ][0m capnp/schema-parser-test.c++:148: legacy test: SchemaParser/Constants >[0;1;32m[ PASS ][0m capnp/schema-parser-test.c++:148: legacy test: SchemaParser/Constants (215 μs) >[0;1;34m[ TEST ][0m capnp/schema-parser-test.c++:204: legacy test: SchemaParser/SourceInfo >[0;1;32m[ PASS ][0m capnp/schema-parser-test.c++:204: legacy test: SchemaParser/SourceInfo (258 μs) >[0;1;34m[ TEST ][0m capnp/dynamic-test.c++:47: legacy test: DynamicApi/Build >[0;1;32m[ PASS ][0m capnp/dynamic-test.c++:47: legacy test: DynamicApi/Build (233 μs) >[0;1;34m[ TEST ][0m capnp/dynamic-test.c++:58: legacy test: DynamicApi/Read >[0;1;32m[ PASS ][0m capnp/dynamic-test.c++:58: legacy test: DynamicApi/Read (137 μs) >[0;1;34m[ TEST ][0m capnp/dynamic-test.c++:69: legacy test: DynamicApi/Defaults >[0;1;32m[ PASS ][0m capnp/dynamic-test.c++:69: legacy test: DynamicApi/Defaults (49 μs) >[0;1;34m[ TEST ][0m capnp/dynamic-test.c++:77: legacy test: DynamicApi/DefaultsBuilder >[0;1;32m[ PASS ][0m capnp/dynamic-test.c++:77: legacy test: DynamicApi/DefaultsBuilder (227 μs) >[0;1;34m[ TEST ][0m capnp/dynamic-test.c++:93: legacy test: DynamicApi/Zero >[0;1;32m[ PASS ][0m capnp/dynamic-test.c++:93: legacy test: DynamicApi/Zero (89 μs) >[0;1;34m[ TEST ][0m capnp/dynamic-test.c++:103: legacy test: DynamicApi/ListListsBuild >[0;1;32m[ PASS ][0m capnp/dynamic-test.c++:103: legacy test: DynamicApi/ListListsBuild (76 μs) >[0;1;34m[ TEST ][0m capnp/dynamic-test.c++:114: legacy test: DynamicApi/ListListsRead >[0;1;32m[ PASS ][0m capnp/dynamic-test.c++:114: legacy test: DynamicApi/ListListsRead (62 μs) >[0;1;34m[ TEST ][0m capnp/dynamic-test.c++:125: legacy test: DynamicApi/AnyPointers >[0;1;32m[ PASS ][0m capnp/dynamic-test.c++:125: legacy test: DynamicApi/AnyPointers (209 μs) >[0;1;34m[ TEST ][0m capnp/dynamic-test.c++:194: legacy test: DynamicApi/DynamicAnyPointers >[0;1;32m[ PASS ][0m capnp/dynamic-test.c++:194: legacy test: DynamicApi/DynamicAnyPointers (208 μs) >[0;1;34m[ TEST ][0m capnp/dynamic-test.c++:256: legacy test: DynamicApi/DynamicAnyStructs >[0;1;32m[ PASS ][0m capnp/dynamic-test.c++:256: legacy test: DynamicApi/DynamicAnyStructs (2 μs) >[0;1;34m[ TEST ][0m capnp/dynamic-test.c++:272: legacy test: DynamicApi/UnionsRead >[0;1;32m[ PASS ][0m capnp/dynamic-test.c++:272: legacy test: DynamicApi/UnionsRead (14 μs) >[0;1;34m[ TEST ][0m capnp/dynamic-test.c++:331: legacy test: DynamicApi/UnionsWrite >[0;1;32m[ PASS ][0m capnp/dynamic-test.c++:331: legacy test: DynamicApi/UnionsWrite (142 μs) >[0;1;34m[ TEST ][0m capnp/dynamic-test.c++:358: legacy test: DynamicApi/UnnamedUnion >[0;1;32m[ PASS ][0m capnp/dynamic-test.c++:358: legacy test: DynamicApi/UnnamedUnion (288 μs) >[0;1;34m[ TEST ][0m capnp/dynamic-test.c++:394: legacy test: DynamicApi/ConversionFailures >[0;1;32m[ PASS ][0m capnp/dynamic-test.c++:394: legacy test: DynamicApi/ConversionFailures (168 μs) >[0;1;34m[ TEST ][0m capnp/dynamic-test.c++:411: legacy test: DynamicApi/LateUnion >[0;1;32m[ PASS ][0m capnp/dynamic-test.c++:411: legacy test: DynamicApi/LateUnion (4 μs) >[0;1;34m[ TEST ][0m capnp/dynamic-test.c++:419: legacy test: DynamicApi/Has >[0;1;32m[ PASS ][0m capnp/dynamic-test.c++:419: legacy test: DynamicApi/Has (8 μs) >[0;1;34m[ TEST ][0m capnp/dynamic-test.c++:441: legacy test: DynamicApi/HasWhenEmpty >[0;1;32m[ PASS ][0m capnp/dynamic-test.c++:441: legacy test: DynamicApi/HasWhenEmpty (4 μs) >[0;1;34m[ TEST ][0m capnp/dynamic-test.c++:458: legacy test: DynamicApi/SetEnumFromNative >[0;1;32m[ PASS ][0m capnp/dynamic-test.c++:458: legacy test: DynamicApi/SetEnumFromNative (5 μs) >[0;1;34m[ TEST ][0m capnp/dynamic-test.c++:468: legacy test: DynamicApi/SetDataFromText >[0;1;32m[ PASS ][0m capnp/dynamic-test.c++:468: legacy test: DynamicApi/SetDataFromText (6 μs) >[0;1;34m[ TEST ][0m capnp/dynamic-test.c++:476: legacy test: DynamicApi/BuilderAssign >[0;1;32m[ PASS ][0m capnp/dynamic-test.c++:476: legacy test: DynamicApi/BuilderAssign (3 μs) >[0;1;34m[ TEST ][0m capnp/stringify-test.c++:33: legacy test: Stringify/KjStringification >[0;1;32m[ PASS ][0m capnp/stringify-test.c++:33: legacy test: Stringify/KjStringification (418 μs) >[0;1;34m[ TEST ][0m capnp/stringify-test.c++:257: legacy test: Stringify/PrettyPrint >[0;1;32m[ PASS ][0m capnp/stringify-test.c++:257: legacy test: Stringify/PrettyPrint (434 μs) >[0;1;34m[ TEST ][0m capnp/stringify-test.c++:471: legacy test: Stringify/PrettyPrintAdvanced >[0;1;32m[ PASS ][0m capnp/stringify-test.c++:471: legacy test: Stringify/PrettyPrintAdvanced (144 μs) >[0;1;34m[ TEST ][0m capnp/stringify-test.c++:581: legacy test: Stringify/Unions >[0;1;32m[ PASS ][0m capnp/stringify-test.c++:581: legacy test: Stringify/Unions (57 μs) >[0;1;34m[ TEST ][0m capnp/stringify-test.c++:605: legacy test: Stringify/UnionDefaults >[0;1;32m[ PASS ][0m capnp/stringify-test.c++:605: legacy test: Stringify/UnionDefaults (24 μs) >[0;1;34m[ TEST ][0m capnp/stringify-test.c++:629: legacy test: Stringify/UnnamedUnions >[0;1;32m[ PASS ][0m capnp/stringify-test.c++:629: legacy test: Stringify/UnnamedUnions (35 μs) >[0;1;34m[ TEST ][0m capnp/stringify-test.c++:672: legacy test: Stringify/StructUnions >[0;1;32m[ PASS ][0m capnp/stringify-test.c++:672: legacy test: Stringify/StructUnions (7 μs) >[0;1;34m[ TEST ][0m capnp/stringify-test.c++:683: legacy test: Stringify/MoreValues >[0;1;32m[ PASS ][0m capnp/stringify-test.c++:683: legacy test: Stringify/MoreValues (10 μs) >[0;1;34m[ TEST ][0m capnp/stringify-test.c++:693: legacy test: Stringify/Generics >[0;1;32m[ PASS ][0m capnp/stringify-test.c++:693: legacy test: Stringify/Generics (7 μs) >[0;1;34m[ TEST ][0m capnp/serialize-async-test.c++:214: legacy test: SerializeAsyncTest/ParseAsync >[0;1;32m[ PASS ][0m capnp/serialize-async-test.c++:214: legacy test: SerializeAsyncTest/ParseAsync (76470 μs) >[0;1;34m[ TEST ][0m capnp/serialize-async-test.c++:233: legacy test: SerializeAsyncTest/ParseAsyncOddSegmentCount >[0;1;32m[ PASS ][0m capnp/serialize-async-test.c++:233: legacy test: SerializeAsyncTest/ParseAsyncOddSegmentCount (167966 μs) >[0;1;34m[ TEST ][0m capnp/serialize-async-test.c++:252: legacy test: SerializeAsyncTest/ParseAsyncEvenSegmentCount >[0;1;32m[ PASS ][0m capnp/serialize-async-test.c++:252: legacy test: SerializeAsyncTest/ParseAsyncEvenSegmentCount (300170 μs) >[0;1;34m[ TEST ][0m capnp/serialize-async-test.c++:271: legacy test: SerializeAsyncTest/WriteAsync >[0;1;32m[ PASS ][0m capnp/serialize-async-test.c++:271: legacy test: SerializeAsyncTest/WriteAsync (307 μs) >[0;1;34m[ TEST ][0m capnp/serialize-async-test.c++:296: legacy test: SerializeAsyncTest/WriteAsyncOddSegmentCount >[0;1;32m[ PASS ][0m capnp/serialize-async-test.c++:296: legacy test: SerializeAsyncTest/WriteAsyncOddSegmentCount (206 μs) >[0;1;34m[ TEST ][0m capnp/serialize-async-test.c++:321: legacy test: SerializeAsyncTest/WriteAsyncEvenSegmentCount >[0;1;32m[ PASS ][0m capnp/serialize-async-test.c++:321: legacy test: SerializeAsyncTest/WriteAsyncEvenSegmentCount (252 μs) >[0;1;34m[ TEST ][0m capnp/serialize-text-test.c++:35: TestAllTypes >[0;1;32m[ PASS ][0m capnp/serialize-text-test.c++:35: TestAllTypes (3459 μs) >[0;1;34m[ TEST ][0m capnp/serialize-text-test.c++:69: TestDefaults >[0;1;32m[ PASS ][0m capnp/serialize-text-test.c++:69: TestDefaults (1279 μs) >[0;1;34m[ TEST ][0m capnp/serialize-text-test.c++:82: TestListDefaults >[0;1;32m[ PASS ][0m capnp/serialize-text-test.c++:82: TestListDefaults (531 μs) >[0;1;34m[ TEST ][0m capnp/serialize-text-test.c++:95: raw text >[0;1;32m[ PASS ][0m capnp/serialize-text-test.c++:95: raw text (54 μs) >[0;1;34m[ TEST ][0m capnp/rpc-test.c++:497: legacy test: Rpc/Basic >[0;1;32m[ PASS ][0m capnp/rpc-test.c++:497: legacy test: Rpc/Basic (353 μs) >[0;1;34m[ TEST ][0m capnp/rpc-test.c++:538: legacy test: Rpc/Pipelining >[0;1;32m[ PASS ][0m capnp/rpc-test.c++:538: legacy test: Rpc/Pipelining (194 μs) >[0;1;34m[ TEST ][0m capnp/rpc-test.c++:574: legacy test: Rpc/Release >[0;1;32m[ PASS ][0m capnp/rpc-test.c++:574: legacy test: Rpc/Release (137 μs) >[0;1;34m[ TEST ][0m capnp/rpc-test.c++:602: legacy test: Rpc/ReleaseOnCancel >[0;1;32m[ PASS ][0m capnp/rpc-test.c++:602: legacy test: Rpc/ReleaseOnCancel (87 μs) >[0;1;34m[ TEST ][0m capnp/rpc-test.c++:631: legacy test: Rpc/TailCall >[0;1;32m[ PASS ][0m capnp/rpc-test.c++:631: legacy test: Rpc/TailCall (209 μs) >[0;1;34m[ TEST ][0m capnp/rpc-test.c++:676: legacy test: Rpc/Cancelation >[0;1;32m[ PASS ][0m capnp/rpc-test.c++:676: legacy test: Rpc/Cancelation (98 μs) >[0;1;34m[ TEST ][0m capnp/rpc-test.c++:717: legacy test: Rpc/PromiseResolve >[0;1;32m[ PASS ][0m capnp/rpc-test.c++:717: legacy test: Rpc/PromiseResolve (231 μs) >[0;1;34m[ TEST ][0m capnp/rpc-test.c++:755: legacy test: Rpc/RetainAndRelease >[0;1;32m[ PASS ][0m capnp/rpc-test.c++:755: legacy test: Rpc/RetainAndRelease (312 μs) >[0;1;34m[ TEST ][0m capnp/rpc-test.c++:818: legacy test: Rpc/Cancel >[0;1;32m[ PASS ][0m capnp/rpc-test.c++:818: legacy test: Rpc/Cancel (130 μs) >[0;1;34m[ TEST ][0m capnp/rpc-test.c++:849: legacy test: Rpc/SendTwice >[0;1;32m[ PASS ][0m capnp/rpc-test.c++:849: legacy test: Rpc/SendTwice (219 μs) >[0;1;34m[ TEST ][0m capnp/rpc-test.c++:897: legacy test: Rpc/Embargo >[0;1;32m[ PASS ][0m capnp/rpc-test.c++:897: legacy test: Rpc/Embargo (265 μs) >[0;1;34m[ TEST ][0m capnp/rpc-test.c++:934: legacy test: Rpc/EmbargoUnwrap >[0;1;32m[ PASS ][0m capnp/rpc-test.c++:934: legacy test: Rpc/EmbargoUnwrap (268 μs) >[0;1;34m[ TEST ][0m capnp/rpc-test.c++:995: legacy test: Rpc/EmbargoError >[0;1;32m[ PASS ][0m capnp/rpc-test.c++:995: legacy test: Rpc/EmbargoError (401 μs) >[0;1;34m[ TEST ][0m capnp/rpc-test.c++:1039: legacy test: Rpc/EmbargoNull >[0;1;32m[ PASS ][0m capnp/rpc-test.c++:1039: legacy test: Rpc/EmbargoNull (144 μs) >[0;1;34m[ TEST ][0m capnp/rpc-test.c++:1067: legacy test: Rpc/CallBrokenPromise >[0;1;32m[ PASS ][0m capnp/rpc-test.c++:1067: legacy test: Rpc/CallBrokenPromise (296 μs) >[0;1;34m[ TEST ][0m capnp/rpc-test.c++:1120: legacy test: Rpc/Abort >[0;1;32m[ PASS ][0m capnp/rpc-test.c++:1120: legacy test: Rpc/Abort (88 μs) >[0;1;34m[ TEST ][0m capnp/rpc-test.c++:1200: legacy test: Rpc/RealmGatewayImport >[0;1;32m[ PASS ][0m capnp/rpc-test.c++:1200: legacy test: Rpc/RealmGatewayImport (115 μs) >[0;1;34m[ TEST ][0m capnp/rpc-test.c++:1216: legacy test: Rpc/RealmGatewayExport >[0;1;32m[ PASS ][0m capnp/rpc-test.c++:1216: legacy test: Rpc/RealmGatewayExport (102 μs) >[0;1;34m[ TEST ][0m capnp/rpc-test.c++:1232: legacy test: Rpc/RealmGatewayImportExport >[0;1;32m[ PASS ][0m capnp/rpc-test.c++:1232: legacy test: Rpc/RealmGatewayImportExport (112 μs) >[0;1;34m[ TEST ][0m capnp/rpc-test.c++:1285: legacy test: Rpc/RealmGatewayImportExport >[0;1;32m[ PASS ][0m capnp/rpc-test.c++:1285: legacy test: Rpc/RealmGatewayImportExport (142 μs) >[0;1;34m[ TEST ][0m capnp/rpc-test.c++:1338: loopback bootstrap() >[0;1;32m[ PASS ][0m capnp/rpc-test.c++:1338: loopback bootstrap() (26 μs) >[0;1;34m[ TEST ][0m capnp/rpc-twoparty-test.c++:115: legacy test: TwoPartyNetwork/Basic >[0;1;32m[ PASS ][0m capnp/rpc-twoparty-test.c++:115: legacy test: TwoPartyNetwork/Basic (585 μs) >[0;1;34m[ TEST ][0m capnp/rpc-twoparty-test.c++:161: legacy test: TwoPartyNetwork/Pipelining >[0;1;32m[ PASS ][0m capnp/rpc-twoparty-test.c++:161: legacy test: TwoPartyNetwork/Pipelining (577 μs) >[0;1;34m[ TEST ][0m capnp/rpc-twoparty-test.c++:243: legacy test: TwoPartyNetwork/Release >[0;1;32m[ PASS ][0m capnp/rpc-twoparty-test.c++:243: legacy test: TwoPartyNetwork/Release (30934 μs) >[0;1;34m[ TEST ][0m capnp/rpc-twoparty-test.c++:296: legacy test: TwoPartyNetwork/Abort >[0;1;32m[ PASS ][0m capnp/rpc-twoparty-test.c++:296: legacy test: TwoPartyNetwork/Abort (292 μs) >[0;1;34m[ TEST ][0m capnp/rpc-twoparty-test.c++:327: legacy test: TwoPartyNetwork/ConvenienceClasses >[0;1;32m[ PASS ][0m capnp/rpc-twoparty-test.c++:327: legacy test: TwoPartyNetwork/ConvenienceClasses (424 μs) >[0;1;34m[ TEST ][0m capnp/rpc-twoparty-test.c++:355: legacy test: TwoPartyNetwork/HugeMessage >[0;1;32m[ PASS ][0m capnp/rpc-twoparty-test.c++:355: legacy test: TwoPartyNetwork/HugeMessage (1860 μs) >[0;1;34m[ TEST ][0m capnp/rpc-twoparty-test.c++:426: legacy test: TwoPartyNetwork/BootstrapFactory >[0;1;32m[ PASS ][0m capnp/rpc-twoparty-test.c++:426: legacy test: TwoPartyNetwork/BootstrapFactory (349 μs) >[0;1;34m[ TEST ][0m capnp/rpc-twoparty-test.c++:440: send FD over RPC >[0;1;32m[ PASS ][0m capnp/rpc-twoparty-test.c++:440: send FD over RPC (577 μs) >[0;1;34m[ TEST ][0m capnp/rpc-twoparty-test.c++:487: FD per message limit >[0;1;32m[ PASS ][0m capnp/rpc-twoparty-test.c++:487: FD per message limit (332 μs) >[0;1;34m[ TEST ][0m capnp/rpc-twoparty-test.c++:585: Streaming over RPC >[0;1;32m[ PASS ][0m capnp/rpc-twoparty-test.c++:585: Streaming over RPC (2148 μs) >[0;1;34m[ TEST ][0m capnp/rpc-twoparty-test.c++:651: Streaming over RPC then unwrap with CapabilitySet >[0;1;32m[ PASS ][0m capnp/rpc-twoparty-test.c++:651: Streaming over RPC then unwrap with CapabilitySet (26103 μs) >[0;1;34m[ TEST ][0m capnp/ez-rpc-test.c++:32: legacy test: EzRpc/Basic >kj/async-io-unix.c++:1276: Bind address resolved to multiple addresses. Only the first address will be used. If this is incorrect, specify the address numerically. This may be fixed in the future.; addrs[0].toString() = [::1]:0 >[0;1;32m[ PASS ][0m capnp/ez-rpc-test.c++:32: legacy test: EzRpc/Basic (822 μs) >[0;1;34m[ TEST ][0m capnp/ez-rpc-test.c++:49: legacy test: EzRpc/DeprecatedNames >kj/async-io-unix.c++:1276: Bind address resolved to multiple addresses. Only the first address will be used. If this is incorrect, specify the address numerically. This may be fixed in the future.; addrs[0].toString() = [::1]:0 >[0;1;32m[ PASS ][0m capnp/ez-rpc-test.c++:49: legacy test: EzRpc/DeprecatedNames (820 μs) >[0;1;34m[ TEST ][0m capnp/compat/json-test.c++:34: basic json encoding >[0;1;32m[ PASS ][0m capnp/compat/json-test.c++:34: basic json encoding (79 μs) >[0;1;34m[ TEST ][0m capnp/compat/json-test.c++:143: encode all types >[0;1;32m[ PASS ][0m capnp/compat/json-test.c++:143: encode all types (872 μs) >[0;1;34m[ TEST ][0m capnp/compat/json-test.c++:170: encode union >[0;1;32m[ PASS ][0m capnp/compat/json-test.c++:170: encode union (25 μs) >[0;1;34m[ TEST ][0m capnp/compat/json-test.c++:187: decode all types >[0;1;32m[ PASS ][0m capnp/compat/json-test.c++:187: decode all types (2542 μs) >[0;1;34m[ TEST ][0m capnp/compat/json-test.c++:345: decode test message >[0;1;32m[ PASS ][0m capnp/compat/json-test.c++:345: decode test message (1730 μs) >[0;1;34m[ TEST ][0m capnp/compat/json-test.c++:360: basic json decoding >[0;1;32m[ PASS ][0m capnp/compat/json-test.c++:360: basic json decoding (1266 μs) >[0;1;34m[ TEST ][0m capnp/compat/json-test.c++:611: maximum nesting depth >[0;1;32m[ PASS ][0m capnp/compat/json-test.c++:611: maximum nesting depth (146 μs) >[0;1;34m[ TEST ][0m capnp/compat/json-test.c++:713: register custom encoding handlers >[0;1;32m[ PASS ][0m capnp/compat/json-test.c++:713: register custom encoding handlers (30 μs) >[0;1;34m[ TEST ][0m capnp/compat/json-test.c++:731: register custom roundtrip handler >[0;1;32m[ PASS ][0m capnp/compat/json-test.c++:731: register custom roundtrip handler (36 μs) >[0;1;34m[ TEST ][0m capnp/compat/json-test.c++:772: register field handler >[0;1;32m[ PASS ][0m capnp/compat/json-test.c++:772: register field handler (42 μs) >[0;1;34m[ TEST ][0m capnp/compat/json-test.c++:820: register capability handler >[0;1;32m[ PASS ][0m capnp/compat/json-test.c++:820: register capability handler (0 μs) >[0;1;34m[ TEST ][0m capnp/compat/json-test.c++:893: rename fields >[0;1;32m[ PASS ][0m capnp/compat/json-test.c++:893: rename fields (559 μs) >[0;1;34m[ TEST ][0m capnp/compat/json-test.c++:978: base64 union encoded correctly >[0;1;32m[ PASS ][0m capnp/compat/json-test.c++:978: base64 union encoded correctly (27 μs) >[0;1;34m[ TEST ][0m capnp/compiler/lexer-test.c++:70: legacy test: Lexer/Tokens >[0;1;32m[ PASS ][0m capnp/compiler/lexer-test.c++:70: legacy test: Lexer/Tokens (290 μs) >[0;1;34m[ TEST ][0m capnp/compiler/lexer-test.c++:189: legacy test: Lexer/Statements >[0;1;32m[ PASS ][0m capnp/compiler/lexer-test.c++:189: legacy test: Lexer/Statements (142 μs) >[0;1;34m[ TEST ][0m capnp/compiler/lexer-test.c++:236: legacy test: Lexer/DocComments >[0;1;32m[ PASS ][0m capnp/compiler/lexer-test.c++:236: legacy test: Lexer/DocComments (262 μs) >[0;1;34m[ TEST ][0m capnp/compiler/lexer-test.c++:361: legacy test: Lexer/Utf8Bom >[0;1;32m[ PASS ][0m capnp/compiler/lexer-test.c++:361: legacy test: Lexer/Utf8Bom (22 μs) >[0;1;34m[ TEST ][0m capnp/compiler/type-id-test.c++:30: type ID generation hasn't changed >[0;1;32m[ PASS ][0m capnp/compiler/type-id-test.c++:30: type ID generation hasn't changed (3 μs) >[0;1;32m858 test(s) passed[0m >[0;1;31m2 test(s) failed[0m >[0;31mFAIL[m: capnp-test >Randomly testing backwards-compatibility scenarios with seed: 1603963153 >[0;32mPASS[m: capnp-evolution-test >[0;32mPASS[m: src/capnp/compiler/capnp-test.sh >[0;31m===========================================[m >[0;31m1 of 3 tests failed[m >[0;31mPlease report to capnproto@googlegroups.com[m >[0;31m===========================================[m >make[2]: *** [Makefile:3440: check-TESTS] Error 1 >make[2]: Leaving directory '/var/tmp/portage/dev-libs/capnproto-0.8.0/work/capnproto-0.8.0/c++' >make[1]: *** [Makefile:3707: check-am] Error 2 >make[1]: Leaving directory '/var/tmp/portage/dev-libs/capnproto-0.8.0/work/capnproto-0.8.0/c++' >make: *** [Makefile:3709: check] Error 2 > * ERROR: dev-libs/capnproto-0.8.0::gentoo failed (test phase): > * Make check failed. See above for details. > * > * Call stack: > * ebuild.sh, line 125: Called src_test > * environment, line 1493: Called default > * phase-functions.sh, line 855: Called default_src_test > * phase-functions.sh, line 884: Called __eapi0_src_test > * phase-helpers.sh, line 779: Called die > * The specific snippet of code: > * $emake_cmd ${internal_opts} check || \ > * die "Make check failed. See above for details." > * > * If you need support, post the output of `emerge --info '=dev-libs/capnproto-0.8.0::gentoo'`, > * the complete build log and the output of `emerge -pqv '=dev-libs/capnproto-0.8.0::gentoo'`. > * The complete build log is located at '/var/log/portage/dev-libs:capnproto-0.8.0:20201029-091017.log'. > * For convenience, a symlink to the build log is located at '/var/tmp/portage/dev-libs/capnproto-0.8.0/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/dev-libs/capnproto-0.8.0/temp/environment'. > * Working directory: '/var/tmp/portage/dev-libs/capnproto-0.8.0/work/capnproto-0.8.0/c++' > * S: '/var/tmp/portage/dev-libs/capnproto-0.8.0/work/capnproto-0.8.0/c++'
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 751754
:
669155
| 669158 |
669161
|
669164
|
669167
|
669170