Skip to content

Instantly share code, notes, and snippets.

@matt1
Created March 24, 2015 20:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matt1/4e6257f3a8a418389b35 to your computer and use it in GitHub Desktop.
Save matt1/4e6257f3a8a418389b35 to your computer and use it in GitHub Desktop.
Matt@Matt-THINK /c/workspace/protobuf
$ ./autogen.sh
+ sed -i -e 's/RuntimeLibrary="5"/RuntimeLibrary="3"/g;
s/RuntimeLibrary="4"/RuntimeLibrary="2"/g;' gtest/msvc/gtest-md.vcpro
j gtest/msvc/gtest.vcproj gtest/msvc/gtest_main-md.vcproj gtest/msvc/gtest_main.
vcproj gtest/msvc/gtest_prod_test-md.vcproj gtest/msvc/gtest_prod_test.vcproj gt
est/msvc/gtest_unittest-md.vcproj gtest/msvc/gtest_unittest.vcproj
+ autoreconf -f -i -Wall,no-obsolete
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `build-aux'.
libtoolize: copying file `build-aux/ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
libtoolize: copying file `m4/libtool.m4'
libtoolize: copying file `m4/ltoptions.m4'
libtoolize: copying file `m4/ltsugar.m4'
libtoolize: copying file `m4/ltversion.m4'
libtoolize: copying file `m4/lt~obsolete.m4'
libtoolize: putting auxiliary files in `.'.
libtoolize: copying file `./ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
libtoolize: copying file `m4/libtool.m4'
libtoolize: copying file `m4/ltoptions.m4'
libtoolize: copying file `m4/ltsugar.m4'
libtoolize: copying file `m4/ltversion.m4'
libtoolize: copying file `m4/lt~obsolete.m4'
configure.ac:38: installing `./config.guess'
configure.ac:38: installing `./config.sub'
configure.ac:40: installing `./install-sh'
configure.ac:40: installing `./missing'
src/Makefile.am: installing `./depcomp'
+ rm -rf autom4te.cache config.h.in~
+ exit 0
Matt@Matt-THINK /c/workspace
$ git clone https://github.com/google/protobuf.git
Cloning into 'protobuf'...
remote: Counting objects: 10830, done.
rRemote: Total 10830 (delta 0), reused 0 (delta 0), pack-reused 10830eceiving ob
Receiving objects: 100% (10830/10830), 7.15 MiB | 641.00 KiB/s, done.
Resolving deltas: 100% (6600/6600), done.
Checking connectivity... done.
Matt@Matt-THINK /c/workspace
$ cd protobuf/
Matt@Matt-THINK /c/workspace/protobuf
$ git checkout v3.0.0-alpha-2
Note: checking out 'v3.0.0-alpha-2'.
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:
git checkout -b new_branch_name
HEAD is now at 7d5cf8d... A few tweaks to CHANGES.txt.
Matt@Matt-THINK /c/workspace/protobuf
Matt@Matt-THINK /c/workspace/protobuf
$ ./configure
checking whether to disable maintainer-specific portions of Makefiles... yes
checking build system type... i686-pc-mingw32
checking host system type... i686-pc-mingw32
checking target system type... i686-pc-mingw32
checking for a BSD-compatible install... /bin/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 how to create a ustar tar archive... gnutar
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... .exe
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -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 minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking C++ compiler flags...... use default: -O2 -g -DNDEBUG
checking whether __SUNPRO_CC is declared... no
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for fgrep... /bin/grep -F
checking for ld used by gcc... c:/mingw/mingw32/bin/ld.exe
checking if the linker (c:/mingw/mingw32/bin/ld.exe) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /mingw/bin/nm
checking the name lister (/mingw/bin/nm) interface... BSD nm
checking whether ln -s works... no, using cp -p
checking the maximum length of command line arguments... 8192
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert i686-pc-mingw32 file names to i686-pc-mingw32 format...
func_convert_file_msys_to_w32
checking how to convert i686-pc-mingw32 file names to toolchain format... func_c
onvert_file_msys_to_w32
checking for c:/mingw/mingw32/bin/ld.exe option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|
^x86 DLL
checking for dlltool... dlltool
checking how to associate runtime and link libraries... func_cygming_dll_for_imp
lib
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /mingw/bin/nm output from gcc object... ok
checking for sysroot... no
checking for mt... no
checking if : is a manifest tool... no
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if gcc PIC flag -DDLL_EXPORT -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (c:/mingw/mingw32/bin/ld.exe) supports shared li
braries... yes
checking whether -lc should be explicitly linked in... yes
checking dynamic linker characteristics... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C++ preprocessor... g++ -E
checking for ld used by g++... c:/mingw/mingw32/bin/ld.exe
checking if the linker (c:/mingw/mingw32/bin/ld.exe) is GNU ld... yes
checking whether the g++ linker (c:/mingw/mingw32/bin/ld.exe) supports shared li
braries... yes
checking for g++ option to produce PIC... -DDLL_EXPORT -DPIC
checking if g++ PIC flag -DDLL_EXPORT -DPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (c:/mingw/mingw32/bin/ld.exe) supports shared li
braries... yes
checking dynamic linker characteristics... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking for ANSI C header files... (cached) yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for inttypes.h... (cached) yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for working memcmp... yes
checking for working strtod... yes
checking for ftruncate... yes
checking for memset... yes
checking for mkdir... yes
checking for strchr... yes
checking for strerror... yes
checking for strtol... yes
checking zlib version... headers missing or too old (requires 1.2.0.4)
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... no
checking whether pthreads work with -pthreads... no
checking whether pthreads work with -mthreads... no
checking for the pthreads library -lpthread... no
checking whether pthreads work with --thread-safe... no
checking whether pthreads work with -mt... no
checking for pthread-config... no
checking the location of hash_map... <tr1/unordered_map>
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating protobuf.pc
config.status: creating protobuf-lite.pc
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
=== configuring in gtest (/c/workspace/protobuf/gtest)
configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/
local' --cache-file=/dev/null --srcdir=.
checking for a BSD-compatible install... /bin/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 for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... .exe
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking build system type... i686-pc-mingw32
checking host system type... i686-pc-mingw32
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 gcc... c:/mingw/mingw32/bin/ld.exe
checking if the linker (c:/mingw/mingw32/bin/ld.exe) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /mingw/bin/nm
checking the name lister (/mingw/bin/nm) interface... BSD nm
checking whether ln -s works... no, using cp -p
checking the maximum length of command line arguments... 8192
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert i686-pc-mingw32 file names to i686-pc-mingw32 format...
func_convert_file_msys_to_w32
checking how to convert i686-pc-mingw32 file names to toolchain format... func_c
onvert_file_msys_to_w32
checking for c:/mingw/mingw32/bin/ld.exe option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|
^x86 DLL
checking for dlltool... dlltool
checking how to associate runtime and link libraries... func_cygming_dll_for_imp
lib
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /mingw/bin/nm output from gcc object... ok
checking for sysroot... no
checking for mt... no
checking if : is a manifest tool... no
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if gcc PIC flag -DDLL_EXPORT -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (c:/mingw/mingw32/bin/ld.exe) supports shared li
braries... yes
checking whether -lc should be explicitly linked in... yes
checking dynamic linker characteristics... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C++ preprocessor... g++ -E
checking for ld used by g++... c:/mingw/mingw32/bin/ld.exe
checking if the linker (c:/mingw/mingw32/bin/ld.exe) is GNU ld... yes
checking whether the g++ linker (c:/mingw/mingw32/bin/ld.exe) supports shared li
braries... yes
checking for g++ option to produce PIC... -DDLL_EXPORT -DPIC
checking if g++ PIC flag -DDLL_EXPORT -DPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (c:/mingw/mingw32/bin/ld.exe) supports shared li
braries... yes
checking dynamic linker characteristics... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking for python... /c/python27//python
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... no
checking whether pthreads work with -pthreads... no
checking whether pthreads work with -mthreads... no
checking for the pthreads library -lpthread... no
checking whether pthreads work with --thread-safe... no
checking whether pthreads work with -mt... no
checking for pthread-config... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating scripts/gtest-config
config.status: creating build-aux/config.h
config.status: executing depfiles commands
config.status: executing libtool commands
Matt@Matt-THINK /c/workspace/protobuf
$ make
make all-recursive
make[1]: Entering directory `/c/workspace/protobuf'
Making all in .
make[2]: Entering directory `/c/workspace/protobuf'
make[2]: Nothing to be done for `all-am'.
make[2]: Leaving directory `/c/workspace/protobuf'
Making all in src
make[2]: Entering directory `/c/workspace/protobuf/src'
echo "// Note: Google Protobuf internal only. Do NOT include." > google/protobuf
/stubs/pbconfig.h
cat ../config.h | grep -f ../config.h.include | \
sed 's,#define , #define GOOGLE_PROTOBUF_,' >> google/protobuf/stubs/pbc
onfig.h
depbase=`echo google/protobuf/compiler/main.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'
`;\
g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverloaded-virt
ual -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/main.o -MD -M
P -MF $depbase.Tpo -c -o google/protobuf/compiler/main.o google/protobuf/compile
r/main.cc &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo google/protobuf/stubs/atomicops_internals_x86_gcc.lo | sed 's|[^/]
*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I
.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDE
BUG -MT google/protobuf/stubs/atomicops_internals_x86_gcc.lo -MD -MP -MF $depbas
e.Tpo -c -o google/protobuf/stubs/atomicops_internals_x86_gcc.lo google/protobuf
/stubs/atomicops_internals_x86_gcc.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverload
ed-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/stubs/atomicops
_internals_x86_gcc.lo -MD -MP -MF google/protobuf/stubs/.deps/atomicops_internal
s_x86_gcc.Tpo -c google/protobuf/stubs/atomicops_internals_x86_gcc.cc -DDLL_EXP
ORT -DPIC -o google/protobuf/stubs/.libs/atomicops_internals_x86_gcc.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverload
ed-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/stubs/atomicops
_internals_x86_gcc.lo -MD -MP -MF google/protobuf/stubs/.deps/atomicops_internal
s_x86_gcc.Tpo -c google/protobuf/stubs/atomicops_internals_x86_gcc.cc -o google/
protobuf/stubs/atomicops_internals_x86_gcc.o >/dev/null 2>&1
depbase=`echo google/protobuf/stubs/atomicops_internals_x86_msvc.lo | sed 's|[^/
]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I
.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDE
BUG -MT google/protobuf/stubs/atomicops_internals_x86_msvc.lo -MD -MP -MF $depba
se.Tpo -c -o google/protobuf/stubs/atomicops_internals_x86_msvc.lo google/protob
uf/stubs/atomicops_internals_x86_msvc.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverload
ed-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/stubs/atomicops
_internals_x86_msvc.lo -MD -MP -MF google/protobuf/stubs/.deps/atomicops_interna
ls_x86_msvc.Tpo -c google/protobuf/stubs/atomicops_internals_x86_msvc.cc -DDLL_
EXPORT -DPIC -o google/protobuf/stubs/.libs/atomicops_internals_x86_msvc.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverload
ed-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/stubs/atomicops
_internals_x86_msvc.lo -MD -MP -MF google/protobuf/stubs/.deps/atomicops_interna
ls_x86_msvc.Tpo -c google/protobuf/stubs/atomicops_internals_x86_msvc.cc -o goog
le/protobuf/stubs/atomicops_internals_x86_msvc.o >/dev/null 2>&1
depbase=`echo google/protobuf/stubs/common.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||
'`;\
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I
.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDE
BUG -MT google/protobuf/stubs/common.lo -MD -MP -MF $depbase.Tpo -c -o google/pr
otobuf/stubs/common.lo google/protobuf/stubs/common.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverload
ed-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/stubs/common.lo
-MD -MP -MF google/protobuf/stubs/.deps/common.Tpo -c google/protobuf/stubs/com
mon.cc -DDLL_EXPORT -DPIC -o google/protobuf/stubs/.libs/common.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverload
ed-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/stubs/common.lo
-MD -MP -MF google/protobuf/stubs/.deps/common.Tpo -c google/protobuf/stubs/com
mon.cc -o google/protobuf/stubs/common.o >/dev/null 2>&1
depbase=`echo google/protobuf/stubs/once.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`
;\
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I
.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDE
BUG -MT google/protobuf/stubs/once.lo -MD -MP -MF $depbase.Tpo -c -o google/prot
obuf/stubs/once.lo google/protobuf/stubs/once.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverload
ed-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/stubs/once.lo -
MD -MP -MF google/protobuf/stubs/.deps/once.Tpo -c google/protobuf/stubs/once.cc
-DDLL_EXPORT -DPIC -o google/protobuf/stubs/.libs/once.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverload
ed-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/stubs/once.lo -
MD -MP -MF google/protobuf/stubs/.deps/once.Tpo -c google/protobuf/stubs/once.cc
-o google/protobuf/stubs/once.o >/dev/null 2>&1
depbase=`echo google/protobuf/stubs/stringprintf.lo | sed 's|[^/]*$|.deps/&|;s|\
.lo$||'`;\
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I
.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDE
BUG -MT google/protobuf/stubs/stringprintf.lo -MD -MP -MF $depbase.Tpo -c -o goo
gle/protobuf/stubs/stringprintf.lo google/protobuf/stubs/stringprintf.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverload
ed-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/stubs/stringpri
ntf.lo -MD -MP -MF google/protobuf/stubs/.deps/stringprintf.Tpo -c google/protob
uf/stubs/stringprintf.cc -DDLL_EXPORT -DPIC -o google/protobuf/stubs/.libs/stri
ngprintf.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverload
ed-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/stubs/stringpri
ntf.lo -MD -MP -MF google/protobuf/stubs/.deps/stringprintf.Tpo -c google/protob
uf/stubs/stringprintf.cc -o google/protobuf/stubs/stringprintf.o >/dev/null 2>&1
depbase=`echo google/protobuf/arena.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I
.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDE
BUG -MT google/protobuf/arena.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/
arena.lo google/protobuf/arena.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverload
ed-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/arena.lo -MD -M
P -MF google/protobuf/.deps/arena.Tpo -c google/protobuf/arena.cc -DDLL_EXPORT
-DPIC -o google/protobuf/.libs/arena.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverload
ed-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/arena.lo -MD -M
P -MF google/protobuf/.deps/arena.Tpo -c google/protobuf/arena.cc -o google/prot
obuf/arena.o >/dev/null 2>&1
depbase=`echo google/protobuf/arenastring.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'
`;\
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I
.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDE
BUG -MT google/protobuf/arenastring.lo -MD -MP -MF $depbase.Tpo -c -o google/pro
tobuf/arenastring.lo google/protobuf/arenastring.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverload
ed-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/arenastring.lo
-MD -MP -MF google/protobuf/.deps/arenastring.Tpo -c google/protobuf/arenastring
.cc -DDLL_EXPORT -DPIC -o google/protobuf/.libs/arenastring.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverload
ed-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/arenastring.lo
-MD -MP -MF google/protobuf/.deps/arenastring.Tpo -c google/protobuf/arenastring
.cc -o google/protobuf/arenastring.o >/dev/null 2>&1
depbase=`echo google/protobuf/extension_set.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$|
|'`;\
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I
.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDE
BUG -MT google/protobuf/extension_set.lo -MD -MP -MF $depbase.Tpo -c -o google/p
rotobuf/extension_set.lo google/protobuf/extension_set.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverload
ed-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/extension_set.l
o -MD -MP -MF google/protobuf/.deps/extension_set.Tpo -c google/protobuf/extensi
on_set.cc -DDLL_EXPORT -DPIC -o google/protobuf/.libs/extension_set.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverload
ed-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/extension_set.l
o -MD -MP -MF google/protobuf/.deps/extension_set.Tpo -c google/protobuf/extensi
on_set.cc -o google/protobuf/extension_set.o >/dev/null 2>&1
depbase=`echo google/protobuf/generated_message_util.lo | sed 's|[^/]*$|.deps/&|
;s|\.lo$||'`;\
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I
.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDE
BUG -MT google/protobuf/generated_message_util.lo -MD -MP -MF $depbase.Tpo -c -o
google/protobuf/generated_message_util.lo google/protobuf/generated_message_uti
l.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverload
ed-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/generated_messa
ge_util.lo -MD -MP -MF google/protobuf/.deps/generated_message_util.Tpo -c googl
e/protobuf/generated_message_util.cc -DDLL_EXPORT -DPIC -o google/protobuf/.lib
s/generated_message_util.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverload
ed-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/generated_messa
ge_util.lo -MD -MP -MF google/protobuf/.deps/generated_message_util.Tpo -c googl
e/protobuf/generated_message_util.cc -o google/protobuf/generated_message_util.o
>/dev/null 2>&1
depbase=`echo google/protobuf/message_lite.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||
'`;\
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I
.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDE
BUG -MT google/protobuf/message_lite.lo -MD -MP -MF $depbase.Tpo -c -o google/pr
otobuf/message_lite.lo google/protobuf/message_lite.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverload
ed-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/message_lite.lo
-MD -MP -MF google/protobuf/.deps/message_lite.Tpo -c google/protobuf/message_l
ite.cc -DDLL_EXPORT -DPIC -o google/protobuf/.libs/message_lite.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverload
ed-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/message_lite.lo
-MD -MP -MF google/protobuf/.deps/message_lite.Tpo -c google/protobuf/message_l
ite.cc -o google/protobuf/message_lite.o >/dev/null 2>&1
depbase=`echo google/protobuf/repeated_field.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$
||'`;\
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I
.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDE
BUG -MT google/protobuf/repeated_field.lo -MD -MP -MF $depbase.Tpo -c -o google/
protobuf/repeated_field.lo google/protobuf/repeated_field.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverload
ed-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/repeated_field.
lo -MD -MP -MF google/protobuf/.deps/repeated_field.Tpo -c google/protobuf/repea
ted_field.cc -DDLL_EXPORT -DPIC -o google/protobuf/.libs/repeated_field.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverload
ed-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/repeated_field.
lo -MD -MP -MF google/protobuf/.deps/repeated_field.Tpo -c google/protobuf/repea
ted_field.cc -o google/protobuf/repeated_field.o >/dev/null 2>&1
depbase=`echo google/protobuf/wire_format_lite.lo | sed 's|[^/]*$|.deps/&|;s|\.l
o$||'`;\
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I
.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDE
BUG -MT google/protobuf/wire_format_lite.lo -MD -MP -MF $depbase.Tpo -c -o googl
e/protobuf/wire_format_lite.lo google/protobuf/wire_format_lite.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverload
ed-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/wire_format_lit
e.lo -MD -MP -MF google/protobuf/.deps/wire_format_lite.Tpo -c google/protobuf/w
ire_format_lite.cc -DDLL_EXPORT -DPIC -o google/protobuf/.libs/wire_format_lite
.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverload
ed-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/wire_format_lit
e.lo -MD -MP -MF google/protobuf/.deps/wire_format_lite.Tpo -c google/protobuf/w
ire_format_lite.cc -o google/protobuf/wire_format_lite.o >/dev/null 2>&1
depbase=`echo google/protobuf/io/coded_stream.lo | sed 's|[^/]*$|.deps/&|;s|\.lo
$||'`;\
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I
.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDE
BUG -MT google/protobuf/io/coded_stream.lo -MD -MP -MF $depbase.Tpo -c -o google
/protobuf/io/coded_stream.lo google/protobuf/io/coded_stream.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverload
ed-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/io/coded_stream
.lo -MD -MP -MF google/protobuf/io/.deps/coded_stream.Tpo -c google/protobuf/io/
coded_stream.cc -DDLL_EXPORT -DPIC -o google/protobuf/io/.libs/coded_stream.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverload
ed-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/io/coded_stream
.lo -MD -MP -MF google/protobuf/io/.deps/coded_stream.Tpo -c google/protobuf/io/
coded_stream.cc -o google/protobuf/io/coded_stream.o >/dev/null 2>&1
depbase=`echo google/protobuf/io/zero_copy_stream.lo | sed 's|[^/]*$|.deps/&|;s|
\.lo$||'`;\
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I
.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDE
BUG -MT google/protobuf/io/zero_copy_stream.lo -MD -MP -MF $depbase.Tpo -c -o go
ogle/protobuf/io/zero_copy_stream.lo google/protobuf/io/zero_copy_stream.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverload
ed-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/io/zero_copy_st
ream.lo -MD -MP -MF google/protobuf/io/.deps/zero_copy_stream.Tpo -c google/prot
obuf/io/zero_copy_stream.cc -DDLL_EXPORT -DPIC -o google/protobuf/io/.libs/zero
_copy_stream.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverload
ed-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/io/zero_copy_st
ream.lo -MD -MP -MF google/protobuf/io/.deps/zero_copy_stream.Tpo -c google/prot
obuf/io/zero_copy_stream.cc -o google/protobuf/io/zero_copy_stream.o >/dev/null
2>&1
depbase=`echo google/protobuf/io/zero_copy_stream_impl_lite.lo | sed 's|[^/]*$|.
deps/&|;s|\.lo$||'`;\
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I
.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDE
BUG -MT google/protobuf/io/zero_copy_stream_impl_lite.lo -MD -MP -MF $depbase.Tp
o -c -o google/protobuf/io/zero_copy_stream_impl_lite.lo google/protobuf/io/zero
_copy_stream_impl_lite.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverload
ed-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/io/zero_copy_st
ream_impl_lite.lo -MD -MP -MF google/protobuf/io/.deps/zero_copy_stream_impl_lit
e.Tpo -c google/protobuf/io/zero_copy_stream_impl_lite.cc -DDLL_EXPORT -DPIC -o
google/protobuf/io/.libs/zero_copy_stream_impl_lite.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverload
ed-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/io/zero_copy_st
ream_impl_lite.lo -MD -MP -MF google/protobuf/io/.deps/zero_copy_stream_impl_lit
e.Tpo -c google/protobuf/io/zero_copy_stream_impl_lite.cc -o google/protobuf/io/
zero_copy_stream_impl_lite.o >/dev/null 2>&1
depbase=`echo google/protobuf/stubs/strutil.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$|
|'`;\
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I
.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDE
BUG -MT google/protobuf/stubs/strutil.lo -MD -MP -MF $depbase.Tpo -c -o google/p
rotobuf/stubs/strutil.lo google/protobuf/stubs/strutil.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverload
ed-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/stubs/strutil.l
o -MD -MP -MF google/protobuf/stubs/.deps/strutil.Tpo -c google/protobuf/stubs/s
trutil.cc -DDLL_EXPORT -DPIC -o google/protobuf/stubs/.libs/strutil.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverload
ed-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/stubs/strutil.l
o -MD -MP -MF google/protobuf/stubs/.deps/strutil.Tpo -c google/protobuf/stubs/s
trutil.cc -o google/protobuf/stubs/strutil.o >/dev/null 2>&1
depbase=`echo google/protobuf/stubs/substitute.lo | sed 's|[^/]*$|.deps/&|;s|\.l
o$||'`;\
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I
.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDE
BUG -MT google/protobuf/stubs/substitute.lo -MD -MP -MF $depbase.Tpo -c -o googl
e/protobuf/stubs/substitute.lo google/protobuf/stubs/substitute.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverload
ed-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/stubs/substitut
e.lo -MD -MP -MF google/protobuf/stubs/.deps/substitute.Tpo -c google/protobuf/s
tubs/substitute.cc -DDLL_EXPORT -DPIC -o google/protobuf/stubs/.libs/substitute
.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverload
ed-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/stubs/substitut
e.lo -MD -MP -MF google/protobuf/stubs/.deps/substitute.Tpo -c google/protobuf/s
tubs/substitute.cc -o google/protobuf/stubs/substitute.o >/dev/null 2>&1
depbase=`echo google/protobuf/stubs/structurally_valid.lo | sed 's|[^/]*$|.deps/
&|;s|\.lo$||'`;\
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I
.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDE
BUG -MT google/protobuf/stubs/structurally_valid.lo -MD -MP -MF $depbase.Tpo -c
-o google/protobuf/stubs/structurally_valid.lo google/protobuf/stubs/structurall
y_valid.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverload
ed-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/stubs/structura
lly_valid.lo -MD -MP -MF google/protobuf/stubs/.deps/structurally_valid.Tpo -c g
oogle/protobuf/stubs/structurally_valid.cc -DDLL_EXPORT -DPIC -o google/protobu
f/stubs/.libs/structurally_valid.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverload
ed-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/stubs/structura
lly_valid.lo -MD -MP -MF google/protobuf/stubs/.deps/structurally_valid.Tpo -c g
oogle/protobuf/stubs/structurally_valid.cc -o google/protobuf/stubs/structurally
_valid.o >/dev/null 2>&1
depbase=`echo google/protobuf/descriptor.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`
;\
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I
.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDE
BUG -MT google/protobuf/descriptor.lo -MD -MP -MF $depbase.Tpo -c -o google/prot
obuf/descriptor.lo google/protobuf/descriptor.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverload
ed-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/descriptor.lo -
MD -MP -MF google/protobuf/.deps/descriptor.Tpo -c google/protobuf/descriptor.cc
-DDLL_EXPORT -DPIC -o google/protobuf/.libs/descriptor.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverload
ed-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/descriptor.lo -
MD -MP -MF google/protobuf/.deps/descriptor.Tpo -c google/protobuf/descriptor.cc
-o google/protobuf/descriptor.o >/dev/null 2>&1
depbase=`echo google/protobuf/descriptor_database.lo | sed 's|[^/]*$|.deps/&|;s|
\.lo$||'`;\
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I
.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDE
BUG -MT google/protobuf/descriptor_database.lo -MD -MP -MF $depbase.Tpo -c -o go
ogle/protobuf/descriptor_database.lo google/protobuf/descriptor_database.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverload
ed-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/descriptor_data
base.lo -MD -MP -MF google/protobuf/.deps/descriptor_database.Tpo -c google/prot
obuf/descriptor_database.cc -DDLL_EXPORT -DPIC -o google/protobuf/.libs/descrip
tor_database.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverload
ed-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/descriptor_data
base.lo -MD -MP -MF google/protobuf/.deps/descriptor_database.Tpo -c google/prot
obuf/descriptor_database.cc -o google/protobuf/descriptor_database.o >/dev/null
2>&1
depbase=`echo google/protobuf/descriptor.pb.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$|
|'`;\
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I
.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDE
BUG -MT google/protobuf/descriptor.pb.lo -MD -MP -MF $depbase.Tpo -c -o google/p
rotobuf/descriptor.pb.lo google/protobuf/descriptor.pb.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverload
ed-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/descriptor.pb.l
o -MD -MP -MF google/protobuf/.deps/descriptor.pb.Tpo -c google/protobuf/descrip
tor.pb.cc -DDLL_EXPORT -DPIC -o google/protobuf/.libs/descriptor.pb.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverload
ed-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/descriptor.pb.l
o -MD -MP -MF google/protobuf/.deps/descriptor.pb.Tpo -c google/protobuf/descrip
tor.pb.cc -o google/protobuf/descriptor.pb.o >/dev/null 2>&1
depbase=`echo google/protobuf/dynamic_message.lo | sed 's|[^/]*$|.deps/&|;s|\.lo
$||'`;\
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I
.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDE
BUG -MT google/protobuf/dynamic_message.lo -MD -MP -MF $depbase.Tpo -c -o google
/protobuf/dynamic_message.lo google/protobuf/dynamic_message.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverload
ed-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/dynamic_message
.lo -MD -MP -MF google/protobuf/.deps/dynamic_message.Tpo -c google/protobuf/dyn
amic_message.cc -DDLL_EXPORT -DPIC -o google/protobuf/.libs/dynamic_message.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverload
ed-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/dynamic_message
.lo -MD -MP -MF google/protobuf/.deps/dynamic_message.Tpo -c google/protobuf/dyn
amic_message.cc -o google/protobuf/dynamic_message.o >/dev/null 2>&1
depbase=`echo google/protobuf/extension_set_heavy.lo | sed 's|[^/]*$|.deps/&|;s|
\.lo$||'`;\
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I
.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDE
BUG -MT google/protobuf/extension_set_heavy.lo -MD -MP -MF $depbase.Tpo -c -o go
ogle/protobuf/extension_set_heavy.lo google/protobuf/extension_set_heavy.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverload
ed-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/extension_set_h
eavy.lo -MD -MP -MF google/protobuf/.deps/extension_set_heavy.Tpo -c google/prot
obuf/extension_set_heavy.cc -DDLL_EXPORT -DPIC -o google/protobuf/.libs/extensi
on_set_heavy.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverload
ed-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/extension_set_h
eavy.lo -MD -MP -MF google/protobuf/.deps/extension_set_heavy.Tpo -c google/prot
obuf/extension_set_heavy.cc -o google/protobuf/extension_set_heavy.o >/dev/null
2>&1
depbase=`echo google/protobuf/generated_message_reflection.lo | sed 's|[^/]*$|.d
eps/&|;s|\.lo$||'`;\
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I
.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDE
BUG -MT google/protobuf/generated_message_reflection.lo -MD -MP -MF $depbase.Tpo
-c -o google/protobuf/generated_message_reflection.lo google/protobuf/generated
_message_reflection.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverload
ed-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/generated_messa
ge_reflection.lo -MD -MP -MF google/protobuf/.deps/generated_message_reflection.
Tpo -c google/protobuf/generated_message_reflection.cc -DDLL_EXPORT -DPIC -o go
ogle/protobuf/.libs/generated_message_reflection.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverload
ed-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/generated_messa
ge_reflection.lo -MD -MP -MF google/protobuf/.deps/generated_message_reflection.
Tpo -c google/protobuf/generated_message_reflection.cc -o google/protobuf/genera
ted_message_reflection.o >/dev/null 2>&1
depbase=`echo google/protobuf/map_field.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;
\
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I
.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDE
BUG -MT google/protobuf/map_field.lo -MD -MP -MF $depbase.Tpo -c -o google/proto
buf/map_field.lo google/protobuf/map_field.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverload
ed-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/map_field.lo -M
D -MP -MF google/protobuf/.deps/map_field.Tpo -c google/protobuf/map_field.cc -
DDLL_EXPORT -DPIC -o google/protobuf/.libs/map_field.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverload
ed-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/map_field.lo -M
D -MP -MF google/protobuf/.deps/map_field.Tpo -c google/protobuf/map_field.cc -o
google/protobuf/map_field.o >/dev/null 2>&1
depbase=`echo google/protobuf/message.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I
.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDE
BUG -MT google/protobuf/message.lo -MD -MP -MF $depbase.Tpo -c -o google/protobu
f/message.lo google/protobuf/message.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverload
ed-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/message.lo -MD
-MP -MF google/protobuf/.deps/message.Tpo -c google/protobuf/message.cc -DDLL_E
XPORT -DPIC -o google/protobuf/.libs/message.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverload
ed-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/message.lo -MD
-MP -MF google/protobuf/.deps/message.Tpo -c google/protobuf/message.cc -o googl
e/protobuf/message.o >/dev/null 2>&1
depbase=`echo google/protobuf/reflection_ops.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$
||'`;\
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I
.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDE
BUG -MT google/protobuf/reflection_ops.lo -MD -MP -MF $depbase.Tpo -c -o google/
protobuf/reflection_ops.lo google/protobuf/reflection_ops.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverload
ed-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/reflection_ops.
lo -MD -MP -MF google/protobuf/.deps/reflection_ops.Tpo -c google/protobuf/refle
ction_ops.cc -DDLL_EXPORT -DPIC -o google/protobuf/.libs/reflection_ops.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverload
ed-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/reflection_ops.
lo -MD -MP -MF google/protobuf/.deps/reflection_ops.Tpo -c google/protobuf/refle
ction_ops.cc -o google/protobuf/reflection_ops.o >/dev/null 2>&1
depbase=`echo google/protobuf/service.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I
.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDE
BUG -MT google/protobuf/service.lo -MD -MP -MF $depbase.Tpo -c -o google/protobu
f/service.lo google/protobuf/service.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverload
ed-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/service.lo -MD
-MP -MF google/protobuf/.deps/service.Tpo -c google/protobuf/service.cc -DDLL_E
XPORT -DPIC -o google/protobuf/.libs/service.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverload
ed-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/service.lo -MD
-MP -MF google/protobuf/.deps/service.Tpo -c google/protobuf/service.cc -o googl
e/protobuf/service.o >/dev/null 2>&1
depbase=`echo google/protobuf/text_format.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'
`;\
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I
.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDE
BUG -MT google/protobuf/text_format.lo -MD -MP -MF $depbase.Tpo -c -o google/pro
tobuf/text_format.lo google/protobuf/text_format.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverload
ed-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/text_format.lo
-MD -MP -MF google/protobuf/.deps/text_format.Tpo -c google/protobuf/text_format
.cc -DDLL_EXPORT -DPIC -o google/protobuf/.libs/text_format.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverload
ed-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/text_format.lo
-MD -MP -MF google/protobuf/.deps/text_format.Tpo -c google/protobuf/text_format
.cc -o google/protobuf/text_format.o >/dev/null 2>&1
depbase=`echo google/protobuf/unknown_field_set.lo | sed 's|[^/]*$|.deps/&|;s|\.
lo$||'`;\
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I
.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDE
BUG -MT google/protobuf/unknown_field_set.lo -MD -MP -MF $depbase.Tpo -c -o goog
le/protobuf/unknown_field_set.lo google/protobuf/unknown_field_set.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverload
ed-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/unknown_field_s
et.lo -MD -MP -MF google/protobuf/.deps/unknown_field_set.Tpo -c google/protobuf
/unknown_field_set.cc -DDLL_EXPORT -DPIC -o google/protobuf/.libs/unknown_field
_set.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverload
ed-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/unknown_field_s
et.lo -MD -MP -MF google/protobuf/.deps/unknown_field_set.Tpo -c google/protobuf
/unknown_field_set.cc -o google/protobuf/unknown_field_set.o >/dev/null 2>&1
depbase=`echo google/protobuf/wire_format.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'
`;\
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I
.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDE
BUG -MT google/protobuf/wire_format.lo -MD -MP -MF $depbase.Tpo -c -o google/pro
tobuf/wire_format.lo google/protobuf/wire_format.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverload
ed-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/wire_format.lo
-MD -MP -MF google/protobuf/.deps/wire_format.Tpo -c google/protobuf/wire_format
.cc -DDLL_EXPORT -DPIC -o google/protobuf/.libs/wire_format.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverload
ed-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/wire_format.lo
-MD -MP -MF google/protobuf/.deps/wire_format.Tpo -c google/protobuf/wire_format
.cc -o google/protobuf/wire_format.o >/dev/null 2>&1
depbase=`echo google/protobuf/io/gzip_stream.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$
||'`;\
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I
.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDE
BUG -MT google/protobuf/io/gzip_stream.lo -MD -MP -MF $depbase.Tpo -c -o google/
protobuf/io/gzip_stream.lo google/protobuf/io/gzip_stream.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverload
ed-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/io/gzip_stream.
lo -MD -MP -MF google/protobuf/io/.deps/gzip_stream.Tpo -c google/protobuf/io/gz
ip_stream.cc -DDLL_EXPORT -DPIC -o google/protobuf/io/.libs/gzip_stream.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverload
ed-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/io/gzip_stream.
lo -MD -MP -MF google/protobuf/io/.deps/gzip_stream.Tpo -c google/protobuf/io/gz
ip_stream.cc -o google/protobuf/io/gzip_stream.o >/dev/null 2>&1
depbase=`echo google/protobuf/io/printer.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`
;\
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I
.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDE
BUG -MT google/protobuf/io/printer.lo -MD -MP -MF $depbase.Tpo -c -o google/prot
obuf/io/printer.lo google/protobuf/io/printer.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverload
ed-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/io/printer.lo -
MD -MP -MF google/protobuf/io/.deps/printer.Tpo -c google/protobuf/io/printer.cc
-DDLL_EXPORT -DPIC -o google/protobuf/io/.libs/printer.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverload
ed-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/io/printer.lo -
MD -MP -MF google/protobuf/io/.deps/printer.Tpo -c google/protobuf/io/printer.cc
-o google/protobuf/io/printer.o >/dev/null 2>&1
depbase=`echo google/protobuf/io/strtod.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;
\
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I
.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDE
BUG -MT google/protobuf/io/strtod.lo -MD -MP -MF $depbase.Tpo -c -o google/proto
buf/io/strtod.lo google/protobuf/io/strtod.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverload
ed-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/io/strtod.lo -M
D -MP -MF google/protobuf/io/.deps/strtod.Tpo -c google/protobuf/io/strtod.cc -
DDLL_EXPORT -DPIC -o google/protobuf/io/.libs/strtod.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverload
ed-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/io/strtod.lo -M
D -MP -MF google/protobuf/io/.deps/strtod.Tpo -c google/protobuf/io/strtod.cc -o
google/protobuf/io/strtod.o >/dev/null 2>&1
depbase=`echo google/protobuf/io/tokenizer.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||
'`;\
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I
.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDE
BUG -MT google/protobuf/io/tokenizer.lo -MD -MP -MF $depbase.Tpo -c -o google/pr
otobuf/io/tokenizer.lo google/protobuf/io/tokenizer.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverload
ed-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/io/tokenizer.lo
-MD -MP -MF google/protobuf/io/.deps/tokenizer.Tpo -c google/protobuf/io/tokeni
zer.cc -DDLL_EXPORT -DPIC -o google/protobuf/io/.libs/tokenizer.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverload
ed-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/io/tokenizer.lo
-MD -MP -MF google/protobuf/io/.deps/tokenizer.Tpo -c google/protobuf/io/tokeni
zer.cc -o google/protobuf/io/tokenizer.o >/dev/null 2>&1
depbase=`echo google/protobuf/io/zero_copy_stream_impl.lo | sed 's|[^/]*$|.deps/
&|;s|\.lo$||'`;\
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I
.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDE
BUG -MT google/protobuf/io/zero_copy_stream_impl.lo -MD -MP -MF $depbase.Tpo -c
-o google/protobuf/io/zero_copy_stream_impl.lo google/protobuf/io/zero_copy_stre
am_impl.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverload
ed-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/io/zero_copy_st
ream_impl.lo -MD -MP -MF google/protobuf/io/.deps/zero_copy_stream_impl.Tpo -c g
oogle/protobuf/io/zero_copy_stream_impl.cc -DDLL_EXPORT -DPIC -o google/protobu
f/io/.libs/zero_copy_stream_impl.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverload
ed-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/io/zero_copy_st
ream_impl.lo -MD -MP -MF google/protobuf/io/.deps/zero_copy_stream_impl.Tpo -c g
oogle/protobuf/io/zero_copy_stream_impl.cc -o google/protobuf/io/zero_copy_strea
m_impl.o >/dev/null 2>&1
depbase=`echo google/protobuf/compiler/importer.lo | sed 's|[^/]*$|.deps/&|;s|\.
lo$||'`;\
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I
.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDE
BUG -MT google/protobuf/compiler/importer.lo -MD -MP -MF $depbase.Tpo -c -o goog
le/protobuf/compiler/importer.lo google/protobuf/compiler/importer.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverload
ed-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/import
er.lo -MD -MP -MF google/protobuf/compiler/.deps/importer.Tpo -c google/protobuf
/compiler/importer.cc -DDLL_EXPORT -DPIC -o google/protobuf/compiler/.libs/impo
rter.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverload
ed-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/import
er.lo -MD -MP -MF google/protobuf/compiler/.deps/importer.Tpo -c google/protobuf
/compiler/importer.cc -o google/protobuf/compiler/importer.o >/dev/null 2>&1
depbase=`echo google/protobuf/compiler/parser.lo | sed 's|[^/]*$|.deps/&|;s|\.lo
$||'`;\
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I
.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDE
BUG -MT google/protobuf/compiler/parser.lo -MD -MP -MF $depbase.Tpo -c -o google
/protobuf/compiler/parser.lo google/protobuf/compiler/parser.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverload
ed-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/parser
.lo -MD -MP -MF google/protobuf/compiler/.deps/parser.Tpo -c google/protobuf/com
piler/parser.cc -DDLL_EXPORT -DPIC -o google/protobuf/compiler/.libs/parser.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverload
ed-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/parser
.lo -MD -MP -MF google/protobuf/compiler/.deps/parser.Tpo -c google/protobuf/com
piler/parser.cc -o google/protobuf/compiler/parser.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CXX --mode=link g++ -Wall -Wwrite-strings -Woverload
ed-virtual -Wno-sign-compare -O2 -g -DNDEBUG -version-info 10:0:0 -export-dynami
c -no-undefined -o libprotobuf.la -rpath /usr/local/lib google/protobuf/stubs/a
tomicops_internals_x86_gcc.lo google/protobuf/stubs/atomicops_internals_x86_msvc
.lo google/protobuf/stubs/common.lo google/protobuf/stubs/once.lo google/protobu
f/stubs/stringprintf.lo google/protobuf/arena.lo google/protobuf/arenastring.lo
google/protobuf/extension_set.lo google/protobuf/generated_message_util.lo googl
e/protobuf/message_lite.lo google/protobuf/repeated_field.lo google/protobuf/wir
e_format_lite.lo google/protobuf/io/coded_stream.lo google/protobuf/io/zero_copy
_stream.lo google/protobuf/io/zero_copy_stream_impl_lite.lo google/protobuf/stub
s/strutil.lo google/protobuf/stubs/substitute.lo google/protobuf/stubs/structura
lly_valid.lo google/protobuf/descriptor.lo google/protobuf/descriptor_database.l
o google/protobuf/descriptor.pb.lo google/protobuf/dynamic_message.lo google/pro
tobuf/extension_set_heavy.lo google/protobuf/generated_message_reflection.lo goo
gle/protobuf/map_field.lo google/protobuf/message.lo google/protobuf/reflection_
ops.lo google/protobuf/service.lo google/protobuf/text_format.lo google/protobuf
/unknown_field_set.lo google/protobuf/wire_format.lo google/protobuf/io/gzip_str
eam.lo google/protobuf/io/printer.lo google/protobuf/io/strtod.lo google/protobu
f/io/tokenizer.lo google/protobuf/io/zero_copy_stream_impl.lo google/protobuf/co
mpiler/importer.lo google/protobuf/compiler/parser.lo
libtool: link: g++ -shared -nostdlib c:/mingw/bin/../lib/gcc/mingw32/4.8.1/../..
/../dllcrt2.o c:/mingw/bin/../lib/gcc/mingw32/4.8.1/crtbegin.o google/protobuf/
stubs/.libs/atomicops_internals_x86_gcc.o google/protobuf/stubs/.libs/atomicops_
internals_x86_msvc.o google/protobuf/stubs/.libs/common.o google/protobuf/stubs/
.libs/once.o google/protobuf/stubs/.libs/stringprintf.o google/protobuf/.libs/ar
ena.o google/protobuf/.libs/arenastring.o google/protobuf/.libs/extension_set.o
google/protobuf/.libs/generated_message_util.o google/protobuf/.libs/message_lit
e.o google/protobuf/.libs/repeated_field.o google/protobuf/.libs/wire_format_lit
e.o google/protobuf/io/.libs/coded_stream.o google/protobuf/io/.libs/zero_copy_s
tream.o google/protobuf/io/.libs/zero_copy_stream_impl_lite.o google/protobuf/st
ubs/.libs/strutil.o google/protobuf/stubs/.libs/substitute.o google/protobuf/stu
bs/.libs/structurally_valid.o google/protobuf/.libs/descriptor.o google/protobuf
/.libs/descriptor_database.o google/protobuf/.libs/descriptor.pb.o google/protob
uf/.libs/dynamic_message.o google/protobuf/.libs/extension_set_heavy.o google/pr
otobuf/.libs/generated_message_reflection.o google/protobuf/.libs/map_field.o go
ogle/protobuf/.libs/message.o google/protobuf/.libs/reflection_ops.o google/prot
obuf/.libs/service.o google/protobuf/.libs/text_format.o google/protobuf/.libs/u
nknown_field_set.o google/protobuf/.libs/wire_format.o google/protobuf/io/.libs/
gzip_stream.o google/protobuf/io/.libs/printer.o google/protobuf/io/.libs/strtod
.o google/protobuf/io/.libs/tokenizer.o google/protobuf/io/.libs/zero_copy_strea
m_impl.o google/protobuf/compiler/.libs/importer.o google/protobuf/compiler/.lib
s/parser.o -Lc:/mingw/bin/../lib/gcc/mingw32/4.8.1 -Lc:/mingw/bin/../lib/gcc -
Lc:/mingw/bin/../lib/gcc/mingw32/4.8.1/../../../../mingw32/lib -Lc:/mingw/bin/..
/lib/gcc/mingw32/4.8.1/../../.. -lstdc++ -lmingw32 -lgcc_s -lgcc -lmoldname -lmi
ngwex -lmsvcrt -ladvapi32 -lshell32 -luser32 -lkernel32 -lmingw32 -lgcc_s -lgcc
-lmoldname -lmingwex -lmsvcrt c:/mingw/bin/../lib/gcc/mingw32/4.8.1/crtend.o -O
2 -o .libs/libprotobuf-10.dll -Wl,--enable-auto-image-base -Xlinker --out-impl
ib -Xlinker .libs/libprotobuf.dll.a
libtool: link: ar cru .libs/libprotobuf.a google/protobuf/stubs/atomicops_inter
nals_x86_gcc.o google/protobuf/stubs/atomicops_internals_x86_msvc.o google/proto
buf/stubs/common.o google/protobuf/stubs/once.o google/protobuf/stubs/stringprin
tf.o google/protobuf/arena.o google/protobuf/arenastring.o google/protobuf/exten
sion_set.o google/protobuf/generated_message_util.o google/protobuf/message_lite
.o google/protobuf/repeated_field.o google/protobuf/wire_format_lite.o google/pr
otobuf/io/coded_stream.o google/protobuf/io/zero_copy_stream.o google/protobuf/i
o/zero_copy_stream_impl_lite.o google/protobuf/stubs/strutil.o google/protobuf/s
tubs/substitute.o google/protobuf/stubs/structurally_valid.o google/protobuf/des
criptor.o google/protobuf/descriptor_database.o google/protobuf/descriptor.pb.o
google/protobuf/dynamic_message.o google/protobuf/extension_set_heavy.o google/p
rotobuf/generated_message_reflection.o google/protobuf/map_field.o google/protob
uf/message.o google/protobuf/reflection_ops.o google/protobuf/service.o google/p
rotobuf/text_format.o google/protobuf/unknown_field_set.o google/protobuf/wire_f
ormat.o google/protobuf/io/gzip_stream.o google/protobuf/io/printer.o google/pro
tobuf/io/strtod.o google/protobuf/io/tokenizer.o google/protobuf/io/zero_copy_st
ream_impl.o google/protobuf/compiler/importer.o google/protobuf/compiler/parser.
o
libtool: link: ranlib .libs/libprotobuf.a
libtool: link: ( cd ".libs" && rm -f "libprotobuf.la" && cp -p "../libprotobuf.l
a" "libprotobuf.la" )
depbase=`echo google/protobuf/compiler/code_generator.lo | sed 's|[^/]*$|.deps/&
|;s|\.lo$||'`;\
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I
.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDE
BUG -MT google/protobuf/compiler/code_generator.lo -MD -MP -MF $depbase.Tpo -c -
o google/protobuf/compiler/code_generator.lo google/protobuf/compiler/code_gener
ator.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverload
ed-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/code_g
enerator.lo -MD -MP -MF google/protobuf/compiler/.deps/code_generator.Tpo -c goo
gle/protobuf/compiler/code_generator.cc -DDLL_EXPORT -DPIC -o google/protobuf/c
ompiler/.libs/code_generator.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverload
ed-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/code_g
enerator.lo -MD -MP -MF google/protobuf/compiler/.deps/code_generator.Tpo -c goo
gle/protobuf/compiler/code_generator.cc -o google/protobuf/compiler/code_generat
or.o >/dev/null 2>&1
depbase=`echo google/protobuf/compiler/command_line_interface.lo | sed 's|[^/]*$
|.deps/&|;s|\.lo$||'`;\
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I
.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDE
BUG -MT google/protobuf/compiler/command_line_interface.lo -MD -MP -MF $depbase.
Tpo -c -o google/protobuf/compiler/command_line_interface.lo google/protobuf/com
piler/command_line_interface.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverload
ed-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/comman
d_line_interface.lo -MD -MP -MF google/protobuf/compiler/.deps/command_line_inte
rface.Tpo -c google/protobuf/compiler/command_line_interface.cc -DDLL_EXPORT -D
PIC -o google/protobuf/compiler/.libs/command_line_interface.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverload
ed-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/comman
d_line_interface.lo -MD -MP -MF google/protobuf/compiler/.deps/command_line_inte
rface.Tpo -c google/protobuf/compiler/command_line_interface.cc -o google/protob
uf/compiler/command_line_interface.o >/dev/null 2>&1
depbase=`echo google/protobuf/compiler/plugin.lo | sed 's|[^/]*$|.deps/&|;s|\.lo
$||'`;\
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I
.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDE
BUG -MT google/protobuf/compiler/plugin.lo -MD -MP -MF $depbase.Tpo -c -o google
/protobuf/compiler/plugin.lo google/protobuf/compiler/plugin.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverload
ed-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/plugin
.lo -MD -MP -MF google/protobuf/compiler/.deps/plugin.Tpo -c google/protobuf/com
piler/plugin.cc -DDLL_EXPORT -DPIC -o google/protobuf/compiler/.libs/plugin.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverload
ed-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/plugin
.lo -MD -MP -MF google/protobuf/compiler/.deps/plugin.Tpo -c google/protobuf/com
piler/plugin.cc -o google/protobuf/compiler/plugin.o >/dev/null 2>&1
depbase=`echo google/protobuf/compiler/plugin.pb.lo | sed 's|[^/]*$|.deps/&|;s|\
.lo$||'`;\
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I
.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDE
BUG -MT google/protobuf/compiler/plugin.pb.lo -MD -MP -MF $depbase.Tpo -c -o goo
gle/protobuf/compiler/plugin.pb.lo google/protobuf/compiler/plugin.pb.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverload
ed-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/plugin
.pb.lo -MD -MP -MF google/protobuf/compiler/.deps/plugin.pb.Tpo -c google/protob
uf/compiler/plugin.pb.cc -DDLL_EXPORT -DPIC -o google/protobuf/compiler/.libs/p
lugin.pb.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverload
ed-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/plugin
.pb.lo -MD -MP -MF google/protobuf/compiler/.deps/plugin.pb.Tpo -c google/protob
uf/compiler/plugin.pb.cc -o google/protobuf/compiler/plugin.pb.o >/dev/null 2>&1
depbase=`echo google/protobuf/compiler/subprocess.lo | sed 's|[^/]*$|.deps/&|;s|
\.lo$||'`;\
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I
.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDE
BUG -MT google/protobuf/compiler/subprocess.lo -MD -MP -MF $depbase.Tpo -c -o go
ogle/protobuf/compiler/subprocess.lo google/protobuf/compiler/subprocess.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverload
ed-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/subpro
cess.lo -MD -MP -MF google/protobuf/compiler/.deps/subprocess.Tpo -c google/prot
obuf/compiler/subprocess.cc -DDLL_EXPORT -DPIC -o google/protobuf/compiler/.lib
s/subprocess.o
google/protobuf/compiler/subprocess.cc: In member function 'bool google::protobu
f::compiler::Subprocess::Communicate(const google::protobuf::Message&, google::p
rotobuf::Message*, std::string*)':
google/protobuf/compiler/subprocess.cc:204:12: warning: 'signaled_handle' may be
used uninitialized in this function [-Wmaybe-uninitialized]
} else if (signaled_handle == child_stdout_) {
^
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverload
ed-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/subpro
cess.lo -MD -MP -MF google/protobuf/compiler/.deps/subprocess.Tpo -c google/prot
obuf/compiler/subprocess.cc -o google/protobuf/compiler/subprocess.o >/dev/null
2>&1
depbase=`echo google/protobuf/compiler/zip_writer.lo | sed 's|[^/]*$|.deps/&|;s|
\.lo$||'`;\
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I
.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDE
BUG -MT google/protobuf/compiler/zip_writer.lo -MD -MP -MF $depbase.Tpo -c -o go
ogle/protobuf/compiler/zip_writer.lo google/protobuf/compiler/zip_writer.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverload
ed-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/zip_wr
iter.lo -MD -MP -MF google/protobuf/compiler/.deps/zip_writer.Tpo -c google/prot
obuf/compiler/zip_writer.cc -DDLL_EXPORT -DPIC -o google/protobuf/compiler/.lib
s/zip_writer.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverload
ed-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/zip_wr
iter.lo -MD -MP -MF google/protobuf/compiler/.deps/zip_writer.Tpo -c google/prot
obuf/compiler/zip_writer.cc -o google/protobuf/compiler/zip_writer.o >/dev/null
2>&1
depbase=`echo google/protobuf/compiler/cpp/cpp_enum.lo | sed 's|[^/]*$|.deps/&|;
s|\.lo$||'`;\
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I
.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDE
BUG -MT google/protobuf/compiler/cpp/cpp_enum.lo -MD -MP -MF $depbase.Tpo -c -o
google/protobuf/compiler/cpp/cpp_enum.lo google/protobuf/compiler/cpp/cpp_enum.c
c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverload
ed-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/cpp/cp
p_enum.lo -MD -MP -MF google/protobuf/compiler/cpp/.deps/cpp_enum.Tpo -c google/
protobuf/compiler/cpp/cpp_enum.cc -DDLL_EXPORT -DPIC -o google/protobuf/compile
r/cpp/.libs/cpp_enum.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverload
ed-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/cpp/cp
p_enum.lo -MD -MP -MF google/protobuf/compiler/cpp/.deps/cpp_enum.Tpo -c google/
protobuf/compiler/cpp/cpp_enum.cc -o google/protobuf/compiler/cpp/cpp_enum.o >/d
ev/null 2>&1
depbase=`echo google/protobuf/compiler/cpp/cpp_enum_field.lo | sed 's|[^/]*$|.de
ps/&|;s|\.lo$||'`;\
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I
.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDE
BUG -MT google/protobuf/compiler/cpp/cpp_enum_field.lo -MD -MP -MF $depbase.Tpo
-c -o google/protobuf/compiler/cpp/cpp_enum_field.lo google/protobuf/compiler/cp
p/cpp_enum_field.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverload
ed-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/cpp/cp
p_enum_field.lo -MD -MP -MF google/protobuf/compiler/cpp/.deps/cpp_enum_field.Tp
o -c google/protobuf/compiler/cpp/cpp_enum_field.cc -DDLL_EXPORT -DPIC -o googl
e/protobuf/compiler/cpp/.libs/cpp_enum_field.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverload
ed-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/cpp/cp
p_enum_field.lo -MD -MP -MF google/protobuf/compiler/cpp/.deps/cpp_enum_field.Tp
o -c google/protobuf/compiler/cpp/cpp_enum_field.cc -o google/protobuf/compiler/
cpp/cpp_enum_field.o >/dev/null 2>&1
depbase=`echo google/protobuf/compiler/cpp/cpp_extension.lo | sed 's|[^/]*$|.dep
s/&|;s|\.lo$||'`;\
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I
.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDE
BUG -MT google/protobuf/compiler/cpp/cpp_extension.lo -MD -MP -MF $depbase.Tpo -
c -o google/protobuf/compiler/cpp/cpp_extension.lo google/protobuf/compiler/cpp/
cpp_extension.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverload
ed-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/cpp/cp
p_extension.lo -MD -MP -MF google/protobuf/compiler/cpp/.deps/cpp_extension.Tpo
-c google/protobuf/compiler/cpp/cpp_extension.cc -DDLL_EXPORT -DPIC -o google/p
rotobuf/compiler/cpp/.libs/cpp_extension.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverload
ed-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/cpp/cp
p_extension.lo -MD -MP -MF google/protobuf/compiler/cpp/.deps/cpp_extension.Tpo
-c google/protobuf/compiler/cpp/cpp_extension.cc -o google/protobuf/compiler/cpp
/cpp_extension.o >/dev/null 2>&1
depbase=`echo google/protobuf/compiler/cpp/cpp_field.lo | sed 's|[^/]*$|.deps/&|
;s|\.lo$||'`;\
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I
.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDE
BUG -MT google/protobuf/compiler/cpp/cpp_field.lo -MD -MP -MF $depbase.Tpo -c -o
google/protobuf/compiler/cpp/cpp_field.lo google/protobuf/compiler/cpp/cpp_fiel
d.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverload
ed-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/cpp/cp
p_field.lo -MD -MP -MF google/protobuf/compiler/cpp/.deps/cpp_field.Tpo -c googl
e/protobuf/compiler/cpp/cpp_field.cc -DDLL_EXPORT -DPIC -o google/protobuf/comp
iler/cpp/.libs/cpp_field.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverload
ed-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/cpp/cp
p_field.lo -MD -MP -MF google/protobuf/compiler/cpp/.deps/cpp_field.Tpo -c googl
e/protobuf/compiler/cpp/cpp_field.cc -o google/protobuf/compiler/cpp/cpp_field.o
>/dev/null 2>&1
depbase=`echo google/protobuf/compiler/cpp/cpp_file.lo | sed 's|[^/]*$|.deps/&|;
s|\.lo$||'`;\
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I
.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDE
BUG -MT google/protobuf/compiler/cpp/cpp_file.lo -MD -MP -MF $depbase.Tpo -c -o
google/protobuf/compiler/cpp/cpp_file.lo google/protobuf/compiler/cpp/cpp_file.c
c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverload
ed-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/cpp/cp
p_file.lo -MD -MP -MF google/protobuf/compiler/cpp/.deps/cpp_file.Tpo -c google/
protobuf/compiler/cpp/cpp_file.cc -DDLL_EXPORT -DPIC -o google/protobuf/compile
r/cpp/.libs/cpp_file.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverload
ed-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/cpp/cp
p_file.lo -MD -MP -MF google/protobuf/compiler/cpp/.deps/cpp_file.Tpo -c google/
protobuf/compiler/cpp/cpp_file.cc -o google/protobuf/compiler/cpp/cpp_file.o >/d
ev/null 2>&1
depbase=`echo google/protobuf/compiler/cpp/cpp_generator.lo | sed 's|[^/]*$|.dep
s/&|;s|\.lo$||'`;\
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I
.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDE
BUG -MT google/protobuf/compiler/cpp/cpp_generator.lo -MD -MP -MF $depbase.Tpo -
c -o google/protobuf/compiler/cpp/cpp_generator.lo google/protobuf/compiler/cpp/
cpp_generator.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverload
ed-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/cpp/cp
p_generator.lo -MD -MP -MF google/protobuf/compiler/cpp/.deps/cpp_generator.Tpo
-c google/protobuf/compiler/cpp/cpp_generator.cc -DDLL_EXPORT -DPIC -o google/p
rotobuf/compiler/cpp/.libs/cpp_generator.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverload
ed-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/cpp/cp
p_generator.lo -MD -MP -MF google/protobuf/compiler/cpp/.deps/cpp_generator.Tpo
-c google/protobuf/compiler/cpp/cpp_generator.cc -o google/protobuf/compiler/cpp
/cpp_generator.o >/dev/null 2>&1
depbase=`echo google/protobuf/compiler/cpp/cpp_helpers.lo | sed 's|[^/]*$|.deps/
&|;s|\.lo$||'`;\
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I
.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDE
BUG -MT google/protobuf/compiler/cpp/cpp_helpers.lo -MD -MP -MF $depbase.Tpo -c
-o google/protobuf/compiler/cpp/cpp_helpers.lo google/protobuf/compiler/cpp/cpp_
helpers.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverload
ed-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/cpp/cp
p_helpers.lo -MD -MP -MF google/protobuf/compiler/cpp/.deps/cpp_helpers.Tpo -c g
oogle/protobuf/compiler/cpp/cpp_helpers.cc -DDLL_EXPORT -DPIC -o google/protobu
f/compiler/cpp/.libs/cpp_helpers.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverload
ed-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/cpp/cp
p_helpers.lo -MD -MP -MF google/protobuf/compiler/cpp/.deps/cpp_helpers.Tpo -c g
oogle/protobuf/compiler/cpp/cpp_helpers.cc -o google/protobuf/compiler/cpp/cpp_h
elpers.o >/dev/null 2>&1
depbase=`echo google/protobuf/compiler/cpp/cpp_map_field.lo | sed 's|[^/]*$|.dep
s/&|;s|\.lo$||'`;\
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I
.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDE
BUG -MT google/protobuf/compiler/cpp/cpp_map_field.lo -MD -MP -MF $depbase.Tpo -
c -o google/protobuf/compiler/cpp/cpp_map_field.lo google/protobuf/compiler/cpp/
cpp_map_field.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverload
ed-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/cpp/cp
p_map_field.lo -MD -MP -MF google/protobuf/compiler/cpp/.deps/cpp_map_field.Tpo
-c google/protobuf/compiler/cpp/cpp_map_field.cc -DDLL_EXPORT -DPIC -o google/p
rotobuf/compiler/cpp/.libs/cpp_map_field.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverload
ed-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/cpp/cp
p_map_field.lo -MD -MP -MF google/protobuf/compiler/cpp/.deps/cpp_map_field.Tpo
-c google/protobuf/compiler/cpp/cpp_map_field.cc -o google/protobuf/compiler/cpp
/cpp_map_field.o >/dev/null 2>&1
depbase=`echo google/protobuf/compiler/cpp/cpp_message.lo | sed 's|[^/]*$|.deps/
&|;s|\.lo$||'`;\
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I
.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDE
BUG -MT google/protobuf/compiler/cpp/cpp_message.lo -MD -MP -MF $depbase.Tpo -c
-o google/protobuf/compiler/cpp/cpp_message.lo google/protobuf/compiler/cpp/cpp_
message.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverload
ed-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/cpp/cp
p_message.lo -MD -MP -MF google/protobuf/compiler/cpp/.deps/cpp_message.Tpo -c g
oogle/protobuf/compiler/cpp/cpp_message.cc -DDLL_EXPORT -DPIC -o google/protobu
f/compiler/cpp/.libs/cpp_message.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverload
ed-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/cpp/cp
p_message.lo -MD -MP -MF google/protobuf/compiler/cpp/.deps/cpp_message.Tpo -c g
oogle/protobuf/compiler/cpp/cpp_message.cc -o google/protobuf/compiler/cpp/cpp_m
essage.o >/dev/null 2>&1
depbase=`echo google/protobuf/compiler/cpp/cpp_message_field.lo | sed 's|[^/]*$|
.deps/&|;s|\.lo$||'`;\
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I
.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDE
BUG -MT google/protobuf/compiler/cpp/cpp_message_field.lo -MD -MP -MF $depbase.T
po -c -o google/protobuf/compiler/cpp/cpp_message_field.lo google/protobuf/compi
ler/cpp/cpp_message_field.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverload
ed-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/cpp/cp
p_message_field.lo -MD -MP -MF google/protobuf/compiler/cpp/.deps/cpp_message_fi
eld.Tpo -c google/protobuf/compiler/cpp/cpp_message_field.cc -DDLL_EXPORT -DPIC
-o google/protobuf/compiler/cpp/.libs/cpp_message_field.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverload
ed-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/cpp/cp
p_message_field.lo -MD -MP -MF google/protobuf/compiler/cpp/.deps/cpp_message_fi
eld.Tpo -c google/protobuf/compiler/cpp/cpp_message_field.cc -o google/protobuf/
compiler/cpp/cpp_message_field.o >/dev/null 2>&1
depbase=`echo google/protobuf/compiler/cpp/cpp_primitive_field.lo | sed 's|[^/]*
$|.deps/&|;s|\.lo$||'`;\
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I
.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDE
BUG -MT google/protobuf/compiler/cpp/cpp_primitive_field.lo -MD -MP -MF $depbase
.Tpo -c -o google/protobuf/compiler/cpp/cpp_primitive_field.lo google/protobuf/c
ompiler/cpp/cpp_primitive_field.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverload
ed-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/cpp/cp
p_primitive_field.lo -MD -MP -MF google/protobuf/compiler/cpp/.deps/cpp_primitiv
e_field.Tpo -c google/protobuf/compiler/cpp/cpp_primitive_field.cc -DDLL_EXPORT
-DPIC -o google/protobuf/compiler/cpp/.libs/cpp_primitive_field.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverload
ed-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/cpp/cp
p_primitive_field.lo -MD -MP -MF google/protobuf/compiler/cpp/.deps/cpp_primitiv
e_field.Tpo -c google/protobuf/compiler/cpp/cpp_primitive_field.cc -o google/pro
tobuf/compiler/cpp/cpp_primitive_field.o >/dev/null 2>&1
depbase=`echo google/protobuf/compiler/cpp/cpp_service.lo | sed 's|[^/]*$|.deps/
&|;s|\.lo$||'`;\
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I
.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDE
BUG -MT google/protobuf/compiler/cpp/cpp_service.lo -MD -MP -MF $depbase.Tpo -c
-o google/protobuf/compiler/cpp/cpp_service.lo google/protobuf/compiler/cpp/cpp_
service.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverload
ed-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/cpp/cp
p_service.lo -MD -MP -MF google/protobuf/compiler/cpp/.deps/cpp_service.Tpo -c g
oogle/protobuf/compiler/cpp/cpp_service.cc -DDLL_EXPORT -DPIC -o google/protobu
f/compiler/cpp/.libs/cpp_service.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverload
ed-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/cpp/cp
p_service.lo -MD -MP -MF google/protobuf/compiler/cpp/.deps/cpp_service.Tpo -c g
oogle/protobuf/compiler/cpp/cpp_service.cc -o google/protobuf/compiler/cpp/cpp_s
ervice.o >/dev/null 2>&1
depbase=`echo google/protobuf/compiler/cpp/cpp_string_field.lo | sed 's|[^/]*$|.
deps/&|;s|\.lo$||'`;\
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I
.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDE
BUG -MT google/protobuf/compiler/cpp/cpp_string_field.lo -MD -MP -MF $depbase.Tp
o -c -o google/protobuf/compiler/cpp/cpp_string_field.lo google/protobuf/compile
r/cpp/cpp_string_field.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverload
ed-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/cpp/cp
p_string_field.lo -MD -MP -MF google/protobuf/compiler/cpp/.deps/cpp_string_fiel
d.Tpo -c google/protobuf/compiler/cpp/cpp_string_field.cc -DDLL_EXPORT -DPIC -o
google/protobuf/compiler/cpp/.libs/cpp_string_field.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverload
ed-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/cpp/cp
p_string_field.lo -MD -MP -MF google/protobuf/compiler/cpp/.deps/cpp_string_fiel
d.Tpo -c google/protobuf/compiler/cpp/cpp_string_field.cc -o google/protobuf/com
piler/cpp/cpp_string_field.o >/dev/null 2>&1
depbase=`echo google/protobuf/compiler/java/java_context.lo | sed 's|[^/]*$|.dep
s/&|;s|\.lo$||'`;\
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I
.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDE
BUG -MT google/protobuf/compiler/java/java_context.lo -MD -MP -MF $depbase.Tpo -
c -o google/protobuf/compiler/java/java_context.lo google/protobuf/compiler/java
/java_context.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverload
ed-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/java/j
ava_context.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_context.Tpo
-c google/protobuf/compiler/java/java_context.cc -DDLL_EXPORT -DPIC -o google/p
rotobuf/compiler/java/.libs/java_context.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverload
ed-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/java/j
ava_context.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_context.Tpo
-c google/protobuf/compiler/java/java_context.cc -o google/protobuf/compiler/jav
a/java_context.o >/dev/null 2>&1
depbase=`echo google/protobuf/compiler/java/java_enum.lo | sed 's|[^/]*$|.deps/&
|;s|\.lo$||'`;\
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I
.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDE
BUG -MT google/protobuf/compiler/java/java_enum.lo -MD -MP -MF $depbase.Tpo -c -
o google/protobuf/compiler/java/java_enum.lo google/protobuf/compiler/java/java_
enum.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverload
ed-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/java/j
ava_enum.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_enum.Tpo -c goo
gle/protobuf/compiler/java/java_enum.cc -DDLL_EXPORT -DPIC -o google/protobuf/c
ompiler/java/.libs/java_enum.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverload
ed-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/java/j
ava_enum.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_enum.Tpo -c goo
gle/protobuf/compiler/java/java_enum.cc -o google/protobuf/compiler/java/java_en
um.o >/dev/null 2>&1
depbase=`echo google/protobuf/compiler/java/java_enum_field.lo | sed 's|[^/]*$|.
deps/&|;s|\.lo$||'`;\
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I
.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDE
BUG -MT google/protobuf/compiler/java/java_enum_field.lo -MD -MP -MF $depbase.Tp
o -c -o google/protobuf/compiler/java/java_enum_field.lo google/protobuf/compile
r/java/java_enum_field.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverload
ed-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/java/j
ava_enum_field.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_enum_fiel
d.Tpo -c google/protobuf/compiler/java/java_enum_field.cc -DDLL_EXPORT -DPIC -o
google/protobuf/compiler/java/.libs/java_enum_field.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverload
ed-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/java/j
ava_enum_field.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_enum_fiel
d.Tpo -c google/protobuf/compiler/java/java_enum_field.cc -o google/protobuf/com
piler/java/java_enum_field.o >/dev/null 2>&1
depbase=`echo google/protobuf/compiler/java/java_extension.lo | sed 's|[^/]*$|.d
eps/&|;s|\.lo$||'`;\
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I
.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDE
BUG -MT google/protobuf/compiler/java/java_extension.lo -MD -MP -MF $depbase.Tpo
-c -o google/protobuf/compiler/java/java_extension.lo google/protobuf/compiler/
java/java_extension.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverload
ed-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/java/j
ava_extension.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_extension.
Tpo -c google/protobuf/compiler/java/java_extension.cc -DDLL_EXPORT -DPIC -o go
ogle/protobuf/compiler/java/.libs/java_extension.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverload
ed-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/java/j
ava_extension.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_extension.
Tpo -c google/protobuf/compiler/java/java_extension.cc -o google/protobuf/compil
er/java/java_extension.o >/dev/null 2>&1
depbase=`echo google/protobuf/compiler/java/java_field.lo | sed 's|[^/]*$|.deps/
&|;s|\.lo$||'`;\
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I
.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDE
BUG -MT google/protobuf/compiler/java/java_field.lo -MD -MP -MF $depbase.Tpo -c
-o google/protobuf/compiler/java/java_field.lo google/protobuf/compiler/java/jav
a_field.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverload
ed-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/java/j
ava_field.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_field.Tpo -c g
oogle/protobuf/compiler/java/java_field.cc -DDLL_EXPORT -DPIC -o google/protobu
f/compiler/java/.libs/java_field.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverload
ed-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/java/j
ava_field.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_field.Tpo -c g
oogle/protobuf/compiler/java/java_field.cc -o google/protobuf/compiler/java/java
_field.o >/dev/null 2>&1
depbase=`echo google/protobuf/compiler/java/java_file.lo | sed 's|[^/]*$|.deps/&
|;s|\.lo$||'`;\
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I
.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDE
BUG -MT google/protobuf/compiler/java/java_file.lo -MD -MP -MF $depbase.Tpo -c -
o google/protobuf/compiler/java/java_file.lo google/protobuf/compiler/java/java_
file.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverload
ed-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/java/j
ava_file.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_file.Tpo -c goo
gle/protobuf/compiler/java/java_file.cc -DDLL_EXPORT -DPIC -o google/protobuf/c
ompiler/java/.libs/java_file.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverload
ed-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/java/j
ava_file.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_file.Tpo -c goo
gle/protobuf/compiler/java/java_file.cc -o google/protobuf/compiler/java/java_fi
le.o >/dev/null 2>&1
depbase=`echo google/protobuf/compiler/java/java_generator.lo | sed 's|[^/]*$|.d
eps/&|;s|\.lo$||'`;\
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I
.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDE
BUG -MT google/protobuf/compiler/java/java_generator.lo -MD -MP -MF $depbase.Tpo
-c -o google/protobuf/compiler/java/java_generator.lo google/protobuf/compiler/
java/java_generator.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverload
ed-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/java/j
ava_generator.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_generator.
Tpo -c google/protobuf/compiler/java/java_generator.cc -DDLL_EXPORT -DPIC -o go
ogle/protobuf/compiler/java/.libs/java_generator.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverload
ed-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/java/j
ava_generator.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_generator.
Tpo -c google/protobuf/compiler/java/java_generator.cc -o google/protobuf/compil
er/java/java_generator.o >/dev/null 2>&1
depbase=`echo google/protobuf/compiler/java/java_generator_factory.lo | sed 's|[
^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I
.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDE
BUG -MT google/protobuf/compiler/java/java_generator_factory.lo -MD -MP -MF $dep
base.Tpo -c -o google/protobuf/compiler/java/java_generator_factory.lo google/pr
otobuf/compiler/java/java_generator_factory.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverload
ed-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/java/j
ava_generator_factory.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_ge
nerator_factory.Tpo -c google/protobuf/compiler/java/java_generator_factory.cc
-DDLL_EXPORT -DPIC -o google/protobuf/compiler/java/.libs/java_generator_factory
.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverload
ed-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/java/j
ava_generator_factory.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_ge
nerator_factory.Tpo -c google/protobuf/compiler/java/java_generator_factory.cc -
o google/protobuf/compiler/java/java_generator_factory.o >/dev/null 2>&1
depbase=`echo google/protobuf/compiler/java/java_helpers.lo | sed 's|[^/]*$|.dep
s/&|;s|\.lo$||'`;\
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I
.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDE
BUG -MT google/protobuf/compiler/java/java_helpers.lo -MD -MP -MF $depbase.Tpo -
c -o google/protobuf/compiler/java/java_helpers.lo google/protobuf/compiler/java
/java_helpers.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverload
ed-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/java/j
ava_helpers.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_helpers.Tpo
-c google/protobuf/compiler/java/java_helpers.cc -DDLL_EXPORT -DPIC -o google/p
rotobuf/compiler/java/.libs/java_helpers.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverload
ed-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/java/j
ava_helpers.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_helpers.Tpo
-c google/protobuf/compiler/java/java_helpers.cc -o google/protobuf/compiler/jav
a/java_helpers.o >/dev/null 2>&1
depbase=`echo google/protobuf/compiler/java/java_lazy_message_field.lo | sed 's|
[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I
.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDE
BUG -MT google/protobuf/compiler/java/java_lazy_message_field.lo -MD -MP -MF $de
pbase.Tpo -c -o google/protobuf/compiler/java/java_lazy_message_field.lo google/
protobuf/compiler/java/java_lazy_message_field.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverload
ed-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/java/j
ava_lazy_message_field.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_l
azy_message_field.Tpo -c google/protobuf/compiler/java/java_lazy_message_field.c
c -DDLL_EXPORT -DPIC -o google/protobuf/compiler/java/.libs/java_lazy_message_f
ield.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverload
ed-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/java/j
ava_lazy_message_field.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_l
azy_message_field.Tpo -c google/protobuf/compiler/java/java_lazy_message_field.c
c -o google/protobuf/compiler/java/java_lazy_message_field.o >/dev/null 2>&1
depbase=`echo google/protobuf/compiler/java/java_map_field.lo | sed 's|[^/]*$|.d
eps/&|;s|\.lo$||'`;\
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I
.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDE
BUG -MT google/protobuf/compiler/java/java_map_field.lo -MD -MP -MF $depbase.Tpo
-c -o google/protobuf/compiler/java/java_map_field.lo google/protobuf/compiler/
java/java_map_field.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverload
ed-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/java/j
ava_map_field.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_map_field.
Tpo -c google/protobuf/compiler/java/java_map_field.cc -DDLL_EXPORT -DPIC -o go
ogle/protobuf/compiler/java/.libs/java_map_field.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverload
ed-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/java/j
ava_map_field.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_map_field.
Tpo -c google/protobuf/compiler/java/java_map_field.cc -o google/protobuf/compil
er/java/java_map_field.o >/dev/null 2>&1
depbase=`echo google/protobuf/compiler/java/java_message.lo | sed 's|[^/]*$|.dep
s/&|;s|\.lo$||'`;\
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I
.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDE
BUG -MT google/protobuf/compiler/java/java_message.lo -MD -MP -MF $depbase.Tpo -
c -o google/protobuf/compiler/java/java_message.lo google/protobuf/compiler/java
/java_message.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverload
ed-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/java/j
ava_message.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_message.Tpo
-c google/protobuf/compiler/java/java_message.cc -DDLL_EXPORT -DPIC -o google/p
rotobuf/compiler/java/.libs/java_message.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverload
ed-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/java/j
ava_message.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_message.Tpo
-c google/protobuf/compiler/java/java_message.cc -o google/protobuf/compiler/jav
a/java_message.o >/dev/null 2>&1
depbase=`echo google/protobuf/compiler/java/java_message_field.lo | sed 's|[^/]*
$|.deps/&|;s|\.lo$||'`;\
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I
.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDE
BUG -MT google/protobuf/compiler/java/java_message_field.lo -MD -MP -MF $depbase
.Tpo -c -o google/protobuf/compiler/java/java_message_field.lo google/protobuf/c
ompiler/java/java_message_field.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverload
ed-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/java/j
ava_message_field.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_messag
e_field.Tpo -c google/protobuf/compiler/java/java_message_field.cc -DDLL_EXPORT
-DPIC -o google/protobuf/compiler/java/.libs/java_message_field.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverload
ed-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/java/j
ava_message_field.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_messag
e_field.Tpo -c google/protobuf/compiler/java/java_message_field.cc -o google/pro
tobuf/compiler/java/java_message_field.o >/dev/null 2>&1
depbase=`echo google/protobuf/compiler/java/java_name_resolver.lo | sed 's|[^/]*
$|.deps/&|;s|\.lo$||'`;\
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I
.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDE
BUG -MT google/protobuf/compiler/java/java_name_resolver.lo -MD -MP -MF $depbase
.Tpo -c -o google/protobuf/compiler/java/java_name_resolver.lo google/protobuf/c
ompiler/java/java_name_resolver.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverload
ed-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/java/j
ava_name_resolver.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_name_r
esolver.Tpo -c google/protobuf/compiler/java/java_name_resolver.cc -DDLL_EXPORT
-DPIC -o google/protobuf/compiler/java/.libs/java_name_resolver.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverload
ed-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/java/j
ava_name_resolver.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_name_r
esolver.Tpo -c google/protobuf/compiler/java/java_name_resolver.cc -o google/pro
tobuf/compiler/java/java_name_resolver.o >/dev/null 2>&1
depbase=`echo google/protobuf/compiler/java/java_primitive_field.lo | sed 's|[^/
]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I
.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDE
BUG -MT google/protobuf/compiler/java/java_primitive_field.lo -MD -MP -MF $depba
se.Tpo -c -o google/protobuf/compiler/java/java_primitive_field.lo google/protob
uf/compiler/java/java_primitive_field.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverload
ed-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/java/j
ava_primitive_field.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_prim
itive_field.Tpo -c google/protobuf/compiler/java/java_primitive_field.cc -DDLL_
EXPORT -DPIC -o google/protobuf/compiler/java/.libs/java_primitive_field.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverload
ed-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/java/j
ava_primitive_field.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_prim
itive_field.Tpo -c google/protobuf/compiler/java/java_primitive_field.cc -o goog
le/protobuf/compiler/java/java_primitive_field.o >/dev/null 2>&1
depbase=`echo google/protobuf/compiler/java/java_shared_code_generator.lo | sed
's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I
.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDE
BUG -MT google/protobuf/compiler/java/java_shared_code_generator.lo -MD -MP -MF
$depbase.Tpo -c -o google/protobuf/compiler/java/java_shared_code_generator.lo g
oogle/protobuf/compiler/java/java_shared_code_generator.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverload
ed-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/java/j
ava_shared_code_generator.lo -MD -MP -MF google/protobuf/compiler/java/.deps/jav
a_shared_code_generator.Tpo -c google/protobuf/compiler/java/java_shared_code_ge
nerator.cc -DDLL_EXPORT -DPIC -o google/protobuf/compiler/java/.libs/java_share
d_code_generator.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverload
ed-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/java/j
ava_shared_code_generator.lo -MD -MP -MF google/protobuf/compiler/java/.deps/jav
a_shared_code_generator.Tpo -c google/protobuf/compiler/java/java_shared_code_ge
nerator.cc -o google/protobuf/compiler/java/java_shared_code_generator.o >/dev/n
ull 2>&1
depbase=`echo google/protobuf/compiler/java/java_service.lo | sed 's|[^/]*$|.dep
s/&|;s|\.lo$||'`;\
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I
.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDE
BUG -MT google/protobuf/compiler/java/java_service.lo -MD -MP -MF $depbase.Tpo -
c -o google/protobuf/compiler/java/java_service.lo google/protobuf/compiler/java
/java_service.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverload
ed-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/java/j
ava_service.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_service.Tpo
-c google/protobuf/compiler/java/java_service.cc -DDLL_EXPORT -DPIC -o google/p
rotobuf/compiler/java/.libs/java_service.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverload
ed-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/java/j
ava_service.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_service.Tpo
-c google/protobuf/compiler/java/java_service.cc -o google/protobuf/compiler/jav
a/java_service.o >/dev/null 2>&1
depbase=`echo google/protobuf/compiler/java/java_string_field.lo | sed 's|[^/]*$
|.deps/&|;s|\.lo$||'`;\
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I
.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDE
BUG -MT google/protobuf/compiler/java/java_string_field.lo -MD -MP -MF $depbase.
Tpo -c -o google/protobuf/compiler/java/java_string_field.lo google/protobuf/com
piler/java/java_string_field.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverload
ed-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/java/j
ava_string_field.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_string_
field.Tpo -c google/protobuf/compiler/java/java_string_field.cc -DDLL_EXPORT -D
PIC -o google/protobuf/compiler/java/.libs/java_string_field.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverload
ed-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/java/j
ava_string_field.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_string_
field.Tpo -c google/protobuf/compiler/java/java_string_field.cc -o google/protob
uf/compiler/java/java_string_field.o >/dev/null 2>&1
depbase=`echo google/protobuf/compiler/java/java_doc_comment.lo | sed 's|[^/]*$|
.deps/&|;s|\.lo$||'`;\
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I
.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDE
BUG -MT google/protobuf/compiler/java/java_doc_comment.lo -MD -MP -MF $depbase.T
po -c -o google/protobuf/compiler/java/java_doc_comment.lo google/protobuf/compi
ler/java/java_doc_comment.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverload
ed-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/java/j
ava_doc_comment.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_doc_comm
ent.Tpo -c google/protobuf/compiler/java/java_doc_comment.cc -DDLL_EXPORT -DPIC
-o google/protobuf/compiler/java/.libs/java_doc_comment.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverload
ed-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/java/j
ava_doc_comment.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_doc_comm
ent.Tpo -c google/protobuf/compiler/java/java_doc_comment.cc -o google/protobuf/
compiler/java/java_doc_comment.o >/dev/null 2>&1
depbase=`echo google/protobuf/compiler/javanano/javanano_enum.lo | sed 's|[^/]*$
|.deps/&|;s|\.lo$||'`;\
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I
.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDE
BUG -MT google/protobuf/compiler/javanano/javanano_enum.lo -MD -MP -MF $depbase.
Tpo -c -o google/protobuf/compiler/javanano/javanano_enum.lo google/protobuf/com
piler/javanano/javanano_enum.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverload
ed-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/javana
no/javanano_enum.lo -MD -MP -MF google/protobuf/compiler/javanano/.deps/javanano
_enum.Tpo -c google/protobuf/compiler/javanano/javanano_enum.cc -DDLL_EXPORT -D
PIC -o google/protobuf/compiler/javanano/.libs/javanano_enum.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverload
ed-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/javana
no/javanano_enum.lo -MD -MP -MF google/protobuf/compiler/javanano/.deps/javanano
_enum.Tpo -c google/protobuf/compiler/javanano/javanano_enum.cc -o google/protob
uf/compiler/javanano/javanano_enum.o >/dev/null 2>&1
depbase=`echo google/protobuf/compiler/javanano/javanano_enum_field.lo | sed 's|
[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I
.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDE
BUG -MT google/protobuf/compiler/javanano/javanano_enum_field.lo -MD -MP -MF $de
pbase.Tpo -c -o google/protobuf/compiler/javanano/javanano_enum_field.lo google/
protobuf/compiler/javanano/javanano_enum_field.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverload
ed-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/javana
no/javanano_enum_field.lo -MD -MP -MF google/protobuf/compiler/javanano/.deps/ja
vanano_enum_field.Tpo -c google/protobuf/compiler/javanano/javanano_enum_field.c
c -DDLL_EXPORT -DPIC -o google/protobuf/compiler/javanano/.libs/javanano_enum_f
ield.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverload
ed-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/javana
no/javanano_enum_field.lo -MD -MP -MF google/protobuf/compiler/javanano/.deps/ja
vanano_enum_field.Tpo -c google/protobuf/compiler/javanano/javanano_enum_field.c
c -o google/protobuf/compiler/javanano/javanano_enum_field.o >/dev/null 2>&1
depbase=`echo google/protobuf/compiler/javanano/javanano_extension.lo | sed 's|[
^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I
.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDE
BUG -MT google/protobuf/compiler/javanano/javanano_extension.lo -MD -MP -MF $dep
base.Tpo -c -o google/protobuf/compiler/javanano/javanano_extension.lo google/pr
otobuf/compiler/javanano/javanano_extension.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverload
ed-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/javana
no/javanano_extension.lo -MD -MP -MF google/protobuf/compiler/javanano/.deps/jav
anano_extension.Tpo -c google/protobuf/compiler/javanano/javanano_extension.cc
-DDLL_EXPORT -DPIC -o google/protobuf/compiler/javanano/.libs/javanano_extension
.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverload
ed-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/javana
no/javanano_extension.lo -MD -MP -MF google/protobuf/compiler/javanano/.deps/jav
anano_extension.Tpo -c google/protobuf/compiler/javanano/javanano_extension.cc -
o google/protobuf/compiler/javanano/javanano_extension.o >/dev/null 2>&1
depbase=`echo google/protobuf/compiler/javanano/javanano_field.lo | sed 's|[^/]*
$|.deps/&|;s|\.lo$||'`;\
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I
.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDE
BUG -MT google/protobuf/compiler/javanano/javanano_field.lo -MD -MP -MF $depbase
.Tpo -c -o google/protobuf/compiler/javanano/javanano_field.lo google/protobuf/c
ompiler/javanano/javanano_field.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverload
ed-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/javana
no/javanano_field.lo -MD -MP -MF google/protobuf/compiler/javanano/.deps/javanan
o_field.Tpo -c google/protobuf/compiler/javanano/javanano_field.cc -DDLL_EXPORT
-DPIC -o google/protobuf/compiler/javanano/.libs/javanano_field.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverload
ed-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/javana
no/javanano_field.lo -MD -MP -MF google/protobuf/compiler/javanano/.deps/javanan
o_field.Tpo -c google/protobuf/compiler/javanano/javanano_field.cc -o google/pro
tobuf/compiler/javanano/javanano_field.o >/dev/null 2>&1
depbase=`echo google/protobuf/compiler/javanano/javanano_file.lo | sed 's|[^/]*$
|.deps/&|;s|\.lo$||'`;\
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I
.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDE
BUG -MT google/protobuf/compiler/javanano/javanano_file.lo -MD -MP -MF $depbase.
Tpo -c -o google/protobuf/compiler/javanano/javanano_file.lo google/protobuf/com
piler/javanano/javanano_file.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverload
ed-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/javana
no/javanano_file.lo -MD -MP -MF google/protobuf/compiler/javanano/.deps/javanano
_file.Tpo -c google/protobuf/compiler/javanano/javanano_file.cc -DDLL_EXPORT -D
PIC -o google/protobuf/compiler/javanano/.libs/javanano_file.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverload
ed-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/javana
no/javanano_file.lo -MD -MP -MF google/protobuf/compiler/javanano/.deps/javanano
_file.Tpo -c google/protobuf/compiler/javanano/javanano_file.cc -o google/protob
uf/compiler/javanano/javanano_file.o >/dev/null 2>&1
depbase=`echo google/protobuf/compiler/javanano/javanano_generator.lo | sed 's|[
^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I
.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDE
BUG -MT google/protobuf/compiler/javanano/javanano_generator.lo -MD -MP -MF $dep
base.Tpo -c -o google/protobuf/compiler/javanano/javanano_generator.lo google/pr
otobuf/compiler/javanano/javanano_generator.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverload
ed-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/javana
no/javanano_generator.lo -MD -MP -MF google/protobuf/compiler/javanano/.deps/jav
anano_generator.Tpo -c google/protobuf/compiler/javanano/javanano_generator.cc
-DDLL_EXPORT -DPIC -o google/protobuf/compiler/javanano/.libs/javanano_generator
.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverload
ed-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/javana
no/javanano_generator.lo -MD -MP -MF google/protobuf/compiler/javanano/.deps/jav
anano_generator.Tpo -c google/protobuf/compiler/javanano/javanano_generator.cc -
o google/protobuf/compiler/javanano/javanano_generator.o >/dev/null 2>&1
depbase=`echo google/protobuf/compiler/javanano/javanano_helpers.lo | sed 's|[^/
]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I
.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDE
BUG -MT google/protobuf/compiler/javanano/javanano_helpers.lo -MD -MP -MF $depba
se.Tpo -c -o google/protobuf/compiler/javanano/javanano_helpers.lo google/protob
uf/compiler/javanano/javanano_helpers.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverload
ed-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/javana
no/javanano_helpers.lo -MD -MP -MF google/protobuf/compiler/javanano/.deps/javan
ano_helpers.Tpo -c google/protobuf/compiler/javanano/javanano_helpers.cc -DDLL_
EXPORT -DPIC -o google/protobuf/compiler/javanano/.libs/javanano_helpers.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverload
ed-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/javana
no/javanano_helpers.lo -MD -MP -MF google/protobuf/compiler/javanano/.deps/javan
ano_helpers.Tpo -c google/protobuf/compiler/javanano/javanano_helpers.cc -o goog
le/protobuf/compiler/javanano/javanano_helpers.o >/dev/null 2>&1
depbase=`echo google/protobuf/compiler/javanano/javanano_map_field.lo | sed 's|[
^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I
.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDE
BUG -MT google/protobuf/compiler/javanano/javanano_map_field.lo -MD -MP -MF $dep
base.Tpo -c -o google/protobuf/compiler/javanano/javanano_map_field.lo google/pr
otobuf/compiler/javanano/javanano_map_field.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverload
ed-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/javana
no/javanano_map_field.lo -MD -MP -MF google/protobuf/compiler/javanano/.deps/jav
anano_map_field.Tpo -c google/protobuf/compiler/javanano/javanano_map_field.cc
-DDLL_EXPORT -DPIC -o google/protobuf/compiler/javanano/.libs/javanano_map_field
.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverload
ed-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/javana
no/javanano_map_field.lo -MD -MP -MF google/protobuf/compiler/javanano/.deps/jav
anano_map_field.Tpo -c google/protobuf/compiler/javanano/javanano_map_field.cc -
o google/protobuf/compiler/javanano/javanano_map_field.o >/dev/null 2>&1
depbase=`echo google/protobuf/compiler/javanano/javanano_message.lo | sed 's|[^/
]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I
.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDE
BUG -MT google/protobuf/compiler/javanano/javanano_message.lo -MD -MP -MF $depba
se.Tpo -c -o google/protobuf/compiler/javanano/javanano_message.lo google/protob
uf/compiler/javanano/javanano_message.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverload
ed-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/javana
no/javanano_message.lo -MD -MP -MF google/protobuf/compiler/javanano/.deps/javan
ano_message.Tpo -c google/protobuf/compiler/javanano/javanano_message.cc -DDLL_
EXPORT -DPIC -o google/protobuf/compiler/javanano/.libs/javanano_message.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverload
ed-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/javana
no/javanano_message.lo -MD -MP -MF google/protobuf/compiler/javanano/.deps/javan
ano_message.Tpo -c google/protobuf/compiler/javanano/javanano_message.cc -o goog
le/protobuf/compiler/javanano/javanano_message.o >/dev/null 2>&1
depbase=`echo google/protobuf/compiler/javanano/javanano_message_field.lo | sed
's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I
.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDE
BUG -MT google/protobuf/compiler/javanano/javanano_message_field.lo -MD -MP -MF
$depbase.Tpo -c -o google/protobuf/compiler/javanano/javanano_message_field.lo g
oogle/protobuf/compiler/javanano/javanano_message_field.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverload
ed-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/javana
no/javanano_message_field.lo -MD -MP -MF google/protobuf/compiler/javanano/.deps
/javanano_message_field.Tpo -c google/protobuf/compiler/javanano/javanano_messag
e_field.cc -DDLL_EXPORT -DPIC -o google/protobuf/compiler/javanano/.libs/javana
no_message_field.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverload
ed-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/javana
no/javanano_message_field.lo -MD -MP -MF google/protobuf/compiler/javanano/.deps
/javanano_message_field.Tpo -c google/protobuf/compiler/javanano/javanano_messag
e_field.cc -o google/protobuf/compiler/javanano/javanano_message_field.o >/dev/n
ull 2>&1
depbase=`echo google/protobuf/compiler/javanano/javanano_primitive_field.lo | se
d 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I
.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDE
BUG -MT google/protobuf/compiler/javanano/javanano_primitive_field.lo -MD -MP -M
F $depbase.Tpo -c -o google/protobuf/compiler/javanano/javanano_primitive_field.
lo google/protobuf/compiler/javanano/javanano_primitive_field.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverload
ed-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/javana
no/javanano_primitive_field.lo -MD -MP -MF google/protobuf/compiler/javanano/.de
ps/javanano_primitive_field.Tpo -c google/protobuf/compiler/javanano/javanano_pr
imitive_field.cc -DDLL_EXPORT -DPIC -o google/protobuf/compiler/javanano/.libs/
javanano_primitive_field.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverload
ed-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/javana
no/javanano_primitive_field.lo -MD -MP -MF google/protobuf/compiler/javanano/.de
ps/javanano_primitive_field.Tpo -c google/protobuf/compiler/javanano/javanano_pr
imitive_field.cc -o google/protobuf/compiler/javanano/javanano_primitive_field.o
>/dev/null 2>&1
depbase=`echo google/protobuf/compiler/python/python_generator.lo | sed 's|[^/]*
$|.deps/&|;s|\.lo$||'`;\
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I
.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDE
BUG -MT google/protobuf/compiler/python/python_generator.lo -MD -MP -MF $depbase
.Tpo -c -o google/protobuf/compiler/python/python_generator.lo google/protobuf/c
ompiler/python/python_generator.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverload
ed-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/python
/python_generator.lo -MD -MP -MF google/protobuf/compiler/python/.deps/python_ge
nerator.Tpo -c google/protobuf/compiler/python/python_generator.cc -DDLL_EXPORT
-DPIC -o google/protobuf/compiler/python/.libs/python_generator.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverload
ed-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/python
/python_generator.lo -MD -MP -MF google/protobuf/compiler/python/.deps/python_ge
nerator.Tpo -c google/protobuf/compiler/python/python_generator.cc -o google/pro
tobuf/compiler/python/python_generator.o >/dev/null 2>&1
depbase=`echo google/protobuf/compiler/ruby/ruby_generator.lo | sed 's|[^/]*$|.d
eps/&|;s|\.lo$||'`;\
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I
.. -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDE
BUG -MT google/protobuf/compiler/ruby/ruby_generator.lo -MD -MP -MF $depbase.Tpo
-c -o google/protobuf/compiler/ruby/ruby_generator.lo google/protobuf/compiler/
ruby/ruby_generator.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverload
ed-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/ruby/r
uby_generator.lo -MD -MP -MF google/protobuf/compiler/ruby/.deps/ruby_generator.
Tpo -c google/protobuf/compiler/ruby/ruby_generator.cc -DDLL_EXPORT -DPIC -o go
ogle/protobuf/compiler/ruby/.libs/ruby_generator.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wwrite-strings -Woverload
ed-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/ruby/r
uby_generator.lo -MD -MP -MF google/protobuf/compiler/ruby/.deps/ruby_generator.
Tpo -c google/protobuf/compiler/ruby/ruby_generator.cc -o google/protobuf/compil
er/ruby/ruby_generator.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CXX --mode=link g++ -Wall -Wwrite-strings -Woverload
ed-virtual -Wno-sign-compare -O2 -g -DNDEBUG -version-info 10:0:0 -export-dynami
c -no-undefined -o libprotoc.la -rpath /usr/local/lib google/protobuf/compiler/
code_generator.lo google/protobuf/compiler/command_line_interface.lo google/prot
obuf/compiler/plugin.lo google/protobuf/compiler/plugin.pb.lo google/protobuf/co
mpiler/subprocess.lo google/protobuf/compiler/zip_writer.lo google/protobuf/comp
iler/cpp/cpp_enum.lo google/protobuf/compiler/cpp/cpp_enum_field.lo google/proto
buf/compiler/cpp/cpp_extension.lo google/protobuf/compiler/cpp/cpp_field.lo goog
le/protobuf/compiler/cpp/cpp_file.lo google/protobuf/compiler/cpp/cpp_generator.
lo google/protobuf/compiler/cpp/cpp_helpers.lo google/protobuf/compiler/cpp/cpp_
map_field.lo google/protobuf/compiler/cpp/cpp_message.lo google/protobuf/compile
r/cpp/cpp_message_field.lo google/protobuf/compiler/cpp/cpp_primitive_field.lo g
oogle/protobuf/compiler/cpp/cpp_service.lo google/protobuf/compiler/cpp/cpp_stri
ng_field.lo google/protobuf/compiler/java/java_context.lo google/protobuf/compil
er/java/java_enum.lo google/protobuf/compiler/java/java_enum_field.lo google/pro
tobuf/compiler/java/java_extension.lo google/protobuf/compiler/java/java_field.l
o google/protobuf/compiler/java/java_file.lo google/protobuf/compiler/java/java_
generator.lo google/protobuf/compiler/java/java_generator_factory.lo google/prot
obuf/compiler/java/java_helpers.lo google/protobuf/compiler/java/java_lazy_messa
ge_field.lo google/protobuf/compiler/java/java_map_field.lo google/protobuf/comp
iler/java/java_message.lo google/protobuf/compiler/java/java_message_field.lo go
ogle/protobuf/compiler/java/java_name_resolver.lo google/protobuf/compiler/java/
java_primitive_field.lo google/protobuf/compiler/java/java_shared_code_generator
.lo google/protobuf/compiler/java/java_service.lo google/protobuf/compiler/java/
java_string_field.lo google/protobuf/compiler/java/java_doc_comment.lo google/pr
otobuf/compiler/javanano/javanano_enum.lo google/protobuf/compiler/javanano/java
nano_enum_field.lo google/protobuf/compiler/javanano/javanano_extension.lo googl
e/protobuf/compiler/javanano/javanano_field.lo google/protobuf/compiler/javanano
/javanano_file.lo google/protobuf/compiler/javanano/javanano_generator.lo google
/protobuf/compiler/javanano/javanano_helpers.lo google/protobuf/compiler/javanan
o/javanano_map_field.lo google/protobuf/compiler/javanano/javanano_message.lo go
ogle/protobuf/compiler/javanano/javanano_message_field.lo google/protobuf/compil
er/javanano/javanano_primitive_field.lo google/protobuf/compiler/python/python_g
enerator.lo google/protobuf/compiler/ruby/ruby_generator.lo libprotobuf.la
libtool: link: g++ -shared -nostdlib c:/mingw/bin/../lib/gcc/mingw32/4.8.1/../..
/../dllcrt2.o c:/mingw/bin/../lib/gcc/mingw32/4.8.1/crtbegin.o google/protobuf/
compiler/.libs/code_generator.o google/protobuf/compiler/.libs/command_line_inte
rface.o google/protobuf/compiler/.libs/plugin.o google/protobuf/compiler/.libs/p
lugin.pb.o google/protobuf/compiler/.libs/subprocess.o google/protobuf/compiler/
.libs/zip_writer.o google/protobuf/compiler/cpp/.libs/cpp_enum.o google/protobuf
/compiler/cpp/.libs/cpp_enum_field.o google/protobuf/compiler/cpp/.libs/cpp_exte
nsion.o google/protobuf/compiler/cpp/.libs/cpp_field.o google/protobuf/compiler/
cpp/.libs/cpp_file.o google/protobuf/compiler/cpp/.libs/cpp_generator.o google/p
rotobuf/compiler/cpp/.libs/cpp_helpers.o google/protobuf/compiler/cpp/.libs/cpp_
map_field.o google/protobuf/compiler/cpp/.libs/cpp_message.o google/protobuf/com
piler/cpp/.libs/cpp_message_field.o google/protobuf/compiler/cpp/.libs/cpp_primi
tive_field.o google/protobuf/compiler/cpp/.libs/cpp_service.o google/protobuf/co
mpiler/cpp/.libs/cpp_string_field.o google/protobuf/compiler/java/.libs/java_con
text.o google/protobuf/compiler/java/.libs/java_enum.o google/protobuf/compiler/
java/.libs/java_enum_field.o google/protobuf/compiler/java/.libs/java_extension.
o google/protobuf/compiler/java/.libs/java_field.o google/protobuf/compiler/java
/.libs/java_file.o google/protobuf/compiler/java/.libs/java_generator.o google/p
rotobuf/compiler/java/.libs/java_generator_factory.o google/protobuf/compiler/ja
va/.libs/java_helpers.o google/protobuf/compiler/java/.libs/java_lazy_message_fi
eld.o google/protobuf/compiler/java/.libs/java_map_field.o google/protobuf/compi
ler/java/.libs/java_message.o google/protobuf/compiler/java/.libs/java_message_f
ield.o google/protobuf/compiler/java/.libs/java_name_resolver.o google/protobuf/
compiler/java/.libs/java_primitive_field.o google/protobuf/compiler/java/.libs/j
ava_shared_code_generator.o google/protobuf/compiler/java/.libs/java_service.o g
oogle/protobuf/compiler/java/.libs/java_string_field.o google/protobuf/compiler/
java/.libs/java_doc_comment.o google/protobuf/compiler/javanano/.libs/javanano_e
num.o google/protobuf/compiler/javanano/.libs/javanano_enum_field.o google/proto
buf/compiler/javanano/.libs/javanano_extension.o google/protobuf/compiler/javana
no/.libs/javanano_field.o google/protobuf/compiler/javanano/.libs/javanano_file.
o google/protobuf/compiler/javanano/.libs/javanano_generator.o google/protobuf/c
ompiler/javanano/.libs/javanano_helpers.o google/protobuf/compiler/javanano/.lib
s/javanano_map_field.o google/protobuf/compiler/javanano/.libs/javanano_message.
o google/protobuf/compiler/javanano/.libs/javanano_message_field.o google/protob
uf/compiler/javanano/.libs/javanano_primitive_field.o google/protobuf/compiler/p
ython/.libs/python_generator.o google/protobuf/compiler/ruby/.libs/ruby_generato
r.o ./.libs/libprotobuf.dll.a -Lc:/mingw/bin/../lib/gcc/mingw32/4.8.1 -Lc:/min
gw/bin/../lib/gcc -Lc:/mingw/bin/../lib/gcc/mingw32/4.8.1/../../../../mingw32/li
b -Lc:/mingw/bin/../lib/gcc/mingw32/4.8.1/../../.. -lstdc++ -lmingw32 -lgcc_s -l
gcc -lmoldname -lmingwex -lmsvcrt -ladvapi32 -lshell32 -luser32 -lkernel32 -lmin
gw32 -lgcc_s -lgcc -lmoldname -lmingwex -lmsvcrt c:/mingw/bin/../lib/gcc/mingw32
/4.8.1/crtend.o -O2 -o .libs/libprotoc-10.dll -Wl,--enable-auto-image-base -X
linker --out-implib -Xlinker .libs/libprotoc.dll.a
libtool: link: ar cru .libs/libprotoc.a google/protobuf/compiler/code_generator
.o google/protobuf/compiler/command_line_interface.o google/protobuf/compiler/pl
ugin.o google/protobuf/compiler/plugin.pb.o google/protobuf/compiler/subprocess.
o google/protobuf/compiler/zip_writer.o google/protobuf/compiler/cpp/cpp_enum.o
google/protobuf/compiler/cpp/cpp_enum_field.o google/protobuf/compiler/cpp/cpp_e
xtension.o google/protobuf/compiler/cpp/cpp_field.o google/protobuf/compiler/cpp
/cpp_file.o google/protobuf/compiler/cpp/cpp_generator.o google/protobuf/compile
r/cpp/cpp_helpers.o google/protobuf/compiler/cpp/cpp_map_field.o google/protobuf
/compiler/cpp/cpp_message.o google/protobuf/compiler/cpp/cpp_message_field.o goo
gle/protobuf/compiler/cpp/cpp_primitive_field.o google/protobuf/compiler/cpp/cpp
_service.o google/protobuf/compiler/cpp/cpp_string_field.o google/protobuf/compi
ler/java/java_context.o google/protobuf/compiler/java/java_enum.o google/protobu
f/compiler/java/java_enum_field.o google/protobuf/compiler/java/java_extension.o
google/protobuf/compiler/java/java_field.o google/protobuf/compiler/java/java_f
ile.o google/protobuf/compiler/java/java_generator.o google/protobuf/compiler/ja
va/java_generator_factory.o google/protobuf/compiler/java/java_helpers.o google/
protobuf/compiler/java/java_lazy_message_field.o google/protobuf/compiler/java/j
ava_map_field.o google/protobuf/compiler/java/java_message.o google/protobuf/com
piler/java/java_message_field.o google/protobuf/compiler/java/java_name_resolver
.o google/protobuf/compiler/java/java_primitive_field.o google/protobuf/compiler
/java/java_shared_code_generator.o google/protobuf/compiler/java/java_service.o
google/protobuf/compiler/java/java_string_field.o google/protobuf/compiler/java/
java_doc_comment.o google/protobuf/compiler/javanano/javanano_enum.o google/prot
obuf/compiler/javanano/javanano_enum_field.o google/protobuf/compiler/javanano/j
avanano_extension.o google/protobuf/compiler/javanano/javanano_field.o google/pr
otobuf/compiler/javanano/javanano_file.o google/protobuf/compiler/javanano/javan
ano_generator.o google/protobuf/compiler/javanano/javanano_helpers.o google/prot
obuf/compiler/javanano/javanano_map_field.o google/protobuf/compiler/javanano/ja
vanano_message.o google/protobuf/compiler/javanano/javanano_message_field.o goog
le/protobuf/compiler/javanano/javanano_primitive_field.o google/protobuf/compile
r/python/python_generator.o google/protobuf/compiler/ruby/ruby_generator.o
libtool: link: ranlib .libs/libprotoc.a
libtool: link: ( cd ".libs" && rm -f "libprotoc.la" && cp -p "../libprotoc.la" "
libprotoc.la" )
/bin/sh ../libtool --tag=CXX --mode=link g++ -Wall -Wwrite-strings -Woverload
ed-virtual -Wno-sign-compare -O2 -g -DNDEBUG -o protoc.exe google/protobuf/com
piler/main.o libprotobuf.la libprotoc.la
libtool: link: g++ -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare
-O2 -g -DNDEBUG -o .libs/protoc.exe google/protobuf/compiler/main.o ./.libs/lib
protobuf.dll.a ./.libs/libprotoc.dll.a /c/workspace/protobuf/src/.libs/libprotob
uf.dll.a -L/usr/local/lib
oldpwd=`pwd` && ( cd . && $oldpwd/protoc.exe -I. --cpp_out=$oldpwd google/protob
uf/map_lite_unittest.proto google/protobuf/map_proto2_unittest.proto google/prot
obuf/map_unittest.proto google/protobuf/unittest.proto google/protobuf/unittest_
arena.proto google/protobuf/unittest_custom_options.proto google/protobuf/unitte
st_drop_unknown_fields.proto google/protobuf/unittest_embed_optimize_for.proto g
oogle/protobuf/unittest_empty.proto google/protobuf/unittest_import_lite.proto g
oogle/protobuf/unittest_import.proto google/protobuf/unittest_import_public_lite
.proto google/protobuf/unittest_import_public.proto google/protobuf/unittest_lit
e_imports_nonlite.proto google/protobuf/unittest_lite.proto google/protobuf/unit
test_mset.proto google/protobuf/unittest_no_arena_import.proto google/protobuf/u
nittest_no_arena.proto google/protobuf/unittest_no_field_presence.proto google/p
rotobuf/unittest_no_generic_services.proto google/protobuf/unittest_optimize_for
.proto google/protobuf/unittest_preserve_unknown_enum.proto google/protobuf/unit
test_proto3_arena.proto google/protobuf/compiler/cpp/cpp_test_bad_identifiers.pr
oto )
touch unittest_proto_middleman
make all-am
make[3]: Entering directory `/c/workspace/protobuf/src'
/bin/sh ../libtool --tag=CXX --mode=link g++ -Wall -Wwrite-strings -Woverload
ed-virtual -Wno-sign-compare -O2 -g -DNDEBUG -version-info 10:0:0 -export-dynami
c -no-undefined -o libprotobuf-lite.la -rpath /usr/local/lib google/protobuf/st
ubs/atomicops_internals_x86_gcc.lo google/protobuf/stubs/atomicops_internals_x86
_msvc.lo google/protobuf/stubs/common.lo google/protobuf/stubs/once.lo google/pr
otobuf/stubs/stringprintf.lo google/protobuf/arena.lo google/protobuf/arenastrin
g.lo google/protobuf/extension_set.lo google/protobuf/generated_message_util.lo
google/protobuf/message_lite.lo google/protobuf/repeated_field.lo google/protobu
f/wire_format_lite.lo google/protobuf/io/coded_stream.lo google/protobuf/io/zero
_copy_stream.lo google/protobuf/io/zero_copy_stream_impl_lite.lo
libtool: link: g++ -shared -nostdlib c:/mingw/bin/../lib/gcc/mingw32/4.8.1/../..
/../dllcrt2.o c:/mingw/bin/../lib/gcc/mingw32/4.8.1/crtbegin.o google/protobuf/
stubs/.libs/atomicops_internals_x86_gcc.o google/protobuf/stubs/.libs/atomicops_
internals_x86_msvc.o google/protobuf/stubs/.libs/common.o google/protobuf/stubs/
.libs/once.o google/protobuf/stubs/.libs/stringprintf.o google/protobuf/.libs/ar
ena.o google/protobuf/.libs/arenastring.o google/protobuf/.libs/extension_set.o
google/protobuf/.libs/generated_message_util.o google/protobuf/.libs/message_lit
e.o google/protobuf/.libs/repeated_field.o google/protobuf/.libs/wire_format_lit
e.o google/protobuf/io/.libs/coded_stream.o google/protobuf/io/.libs/zero_copy_s
tream.o google/protobuf/io/.libs/zero_copy_stream_impl_lite.o -Lc:/mingw/bin/.
./lib/gcc/mingw32/4.8.1 -Lc:/mingw/bin/../lib/gcc -Lc:/mingw/bin/../lib/gcc/ming
w32/4.8.1/../../../../mingw32/lib -Lc:/mingw/bin/../lib/gcc/mingw32/4.8.1/../../
.. -lstdc++ -lmingw32 -lgcc_s -lgcc -lmoldname -lmingwex -lmsvcrt -ladvapi32 -ls
hell32 -luser32 -lkernel32 -lmingw32 -lgcc_s -lgcc -lmoldname -lmingwex -lmsvcrt
c:/mingw/bin/../lib/gcc/mingw32/4.8.1/crtend.o -O2 -o .libs/libprotobuf-lite
-10.dll -Wl,--enable-auto-image-base -Xlinker --out-implib -Xlinker .libs/libpro
tobuf-lite.dll.a
libtool: link: ar cru .libs/libprotobuf-lite.a google/protobuf/stubs/atomicops_
internals_x86_gcc.o google/protobuf/stubs/atomicops_internals_x86_msvc.o google/
protobuf/stubs/common.o google/protobuf/stubs/once.o google/protobuf/stubs/strin
gprintf.o google/protobuf/arena.o google/protobuf/arenastring.o google/protobuf/
extension_set.o google/protobuf/generated_message_util.o google/protobuf/message
_lite.o google/protobuf/repeated_field.o google/protobuf/wire_format_lite.o goog
le/protobuf/io/coded_stream.o google/protobuf/io/zero_copy_stream.o google/proto
buf/io/zero_copy_stream_impl_lite.o
libtool: link: ranlib .libs/libprotobuf-lite.a
libtool: link: ( cd ".libs" && rm -f "libprotobuf-lite.la" && cp -p "../libproto
buf-lite.la" "libprotobuf-lite.la" )
make[3]: Leaving directory `/c/workspace/protobuf/src'
make[2]: Leaving directory `/c/workspace/protobuf/src'
make[1]: Leaving directory `/c/workspace/protobuf'
Making check in .
make[1]: Entering directory `/c/workspace/protobuf'
make check-local
make[2]: Entering directory `/c/workspace/protobuf'
Making lib/libgtest.a lib/libgtest_main.a in gtest
make[3]: Entering directory `/c/workspace/protobuf/gtest'
make[3]: `lib/libgtest.la' is up to date.
make[3]: `lib/libgtest_main.la' is up to date.
make[3]: Leaving directory `/c/workspace/protobuf/gtest'
make[2]: Leaving directory `/c/workspace/protobuf'
make[1]: Leaving directory `/c/workspace/protobuf'
Making check in src
make[1]: Entering directory `/c/workspace/protobuf/src'
make check-am
make[2]: Entering directory `/c/workspace/protobuf/src'
make protoc.exe protobuf-test.exe protobuf-lazy-descriptor-test.exe protobuf-lite-test.exe test_plugin.exe
make[3]: Entering directory `/c/workspace/protobuf/src'
make[3]: `protoc.exe' is up to date.
make[3]: `protobuf-test.exe' is up to date.
make[3]: `protobuf-lazy-descriptor-test.exe' is up to date.
make[3]: `protobuf-lite-test.exe' is up to date.
make[3]: `test_plugin.exe' is up to date.
make[3]: Leaving directory `/c/workspace/protobuf/src'
make check-TESTS
make[3]: Entering directory `/c/workspace/protobuf/src'
Running main() from gtest_main.cc
[==========] Running 1221 tests from 133 test cases.
[----------] Global test environment set-up.
[----------] 1 test from RubyGeneratorTest
[ RUN ] RubyGeneratorTest.GeneratorTest
google/protobuf/compiler/ruby/ruby_generator_unittest.cc:112: Failure
Value of: output
Actual: "# Generated by the protocol buffer compiler. DO NOT EDIT!\n# source: generated_code.proto\n\nrequire 'google/protobuf'\n\nGoogle::Protobuf::DescriptorPool.generated_pool.build do\n add_message \"A.B.C.TestMessage\" do\n optional :optional_int32, :int32, 1\n optional :optional_int64, :int64, 2\n optional :optional_uint32, :uint32, 3\n optional :optional_uint64, :uint64, 4\n optional :optional_bool, :bool, 5\n optional :optional_double, :double, 6\n optional :optional_float, :float, 7\n optional :optional_string, :string, 8\n optional :optional_bytes, :string, 9\n optional :optional_enum, :enum, 10, \"A.B.C.TestEnum\"\n optional :optional_msg, :message, 11, \"A.B.C.TestMessage\"\n repeated :repeated_int32, :int32, 21\n repeated :repeated_int64, :int64, 22\n repeated :repeated_uint32, :uint32, 23\n repeated :repeated_uint64, :uint64, 24\n repeated :repeated_bool, :bool, 25\n repeated :repeated_double, :double, 26\n repeated :repeated_float, :float, 27\n repeated :repeated_string, :string, 28\n repeated :repeated_bytes, :string, 29\n repeated :repeated_enum, :enum, 30, \"A.B.C.TestEnum\"\n repeated :repeated_msg, :message, 31, \"A.B.C.TestMessage\"\n map :map_int32_string, :int32, :string, 61\n map :map_int64_string, :int64, :string, 62\n map :map_uint32_string, :uint32, :string, 63\n map :map_uint64_string, :uint64, :string, 64\n map :map_bool_string, :bool, :string, 65\n map :map_string_string, :string, :string, 66\n map :map_string_msg, :string, :message, 67, \"A.B.C.TestMessage\"\n map :map_string_enum, :string, :enum, 68, \"A.B.C.TestEnum\"\n map :map_string_int32, :string, :int32, 69\n map :map_string_bool, :string, :bool, 70\n optional :nested_message, :message, 80, \"A.B.C.TestMessage.NestedMessage\"\n oneof :my_oneof do\n optional :oneof_int32, :int32, 41\n optional :oneof_int64, :int64, 42\n optional :oneof_uint32, :uint32, 43\n optional :oneof_uint64, :uint64, 44\n optional :oneof_bool, :bool, 45\n optional :oneof_double, :double, 46\n optional :oneof_float, :float, 47\n optional :oneof_string, :string, 48\n optional :oneof_bytes, :string, 49\n optional :oneof_enum, :enum, 50, \"A.B.C.TestEnum\"\n optional :oneof_msg, :message, 51, \"A.B.C.TestMessage\"\n end\n end\n add_message \"A.B.C.TestMessage.NestedMessage\" do\n optional :foo, :int32, 1\n end\n add_enum \"A.B.C.TestEnum\" do\n value :Default, 0\n value :A, 1\n value :B, 2\n value :C, 3\n end\nend\n\nmodule A\n module B\n module C\n TestMessage = Google::Protobuf::DescriptorPool.generated_pool.lookup(\"A.B.C.TestMessage\").msgclass\n TestMessage::NestedMessage = Google::Protobuf::DescriptorPool.generated_pool.lookup(\"A.B.C.TestMessage.NestedMessage\").msgclass\n TestEnum = Google::Protobuf::DescriptorPool.generated_pool.lookup(\"A.B.C.TestEnum\").enummodule\n end\n end\nend\n"
Expected: expected_output
Which is: "# Generated by the protocol buffer compiler. DO NOT EDIT!\r\n# source: generated_code.proto\r\n\r\nrequire 'google/protobuf'\r\n\r\nGoogle::Protobuf::DescriptorPool.generated_pool.build do\r\n add_message \"A.B.C.TestMessage\" do\r\n optional :optional_int32, :int32, 1\r\n optional :optional_int64, :int64, 2\r\n optional :optional_uint32, :uint32, 3\r\n optional :optional_uint64, :uint64, 4\r\n optional :optional_bool, :bool, 5\r\n optional :optional_double, :double, 6\r\n optional :optional_float, :float, 7\r\n optional :optional_string, :string, 8\r\n optional :optional_bytes, :string, 9\r\n optional :optional_enum, :enum, 10, \"A.B.C.TestEnum\"\r\n optional :optional_msg, :message, 11, \"A.B.C.TestMessage\"\r\n repeated :repeated_int32, :int32, 21\r\n repeated :repeated_int64, :int64, 22\r\n repeated :repeated_uint32, :uint32, 23\r\n repeated :repeated_uint64, :uint64, 24\r\n repeated :repeated_bool, :bool, 25\r\n repeated :repeated_double, :double, 26\r\n repeated :repeated_float, :float, 27\r\n repeated :repeated_string, :string, 28\r\n repeated :repeated_bytes, :string, 29\r\n repeated :repeated_enum, :enum, 30, \"A.B.C.TestEnum\"\r\n repeated :repeated_msg, :message, 31, \"A.B.C.TestMessage\"\r\n map :map_int32_string, :int32, :string, 61\r\n map :map_int64_string, :int64, :string, 62\r\n map :map_uint32_string, :uint32, :string, 63\r\n map :map_uint64_string, :uint64, :string, 64\r\n map :map_bool_string, :bool, :string, 65\r\n map :map_string_string, :string, :string, 66\r\n map :map_string_msg, :string, :message, 67, \"A.B.C.TestMessage\"\r\n map :map_string_enum, :string, :enum, 68, \"A.B.C.TestEnum\"\r\n map :map_string_int32, :string, :int32, 69\r\n map :map_string_bool, :string, :bool, 70\r\n optional :nested_message, :message, 80, \"A.B.C.TestMessage.NestedMessage\"\r\n oneof :my_oneof do\r\n optional :oneof_int32, :int32, 41\r\n optional :oneof_int64, :int64, 42\r\n optional :oneof_uint32, :uint32, 43\r\n optional :oneof_uint64, :uint64, 44\r\n optional :oneof_bool, :bool, 45\r\n optional :oneof_double, :double, 46\r\n optional :oneof_float, :float, 47\r\n optional :oneof_string, :string, 48\r\n optional :oneof_bytes, :string, 49\r\n optional :oneof_enum, :enum, 50, \"A.B.C.TestEnum\"\r\n optional :oneof_msg, :message, 51, \"A.B.C.TestMessage\"\r\n end\r\n end\r\n add_message \"A.B.C.TestMessage.NestedMessage\" do\r\n optional :foo, :int32, 1\r\n end\r\n add_enum \"A.B.C.TestEnum\" do\r\n value :Default, 0\r\n value :A, 1\r\n value :B, 2\r\n value :C, 3\r\n end\r\nend\r\n\r\nmodule A\r\n module B\r\n module C\r\n TestMessage = Google::Protobuf::DescriptorPool.generated_pool.lookup(\"A.B.C.TestMessage\").msgclass\r\n TestMessage::NestedMessage = Google::Protobuf::DescriptorPool.generated_pool.lookup(\"A.B.C.TestMessage.NestedMessage\").msgclass\r\n TestEnum = Google::Protobuf::DescriptorPool.generated_pool.lookup(\"A.B.C.TestEnum\").enummodule\r\n end\r\n end\r\nend\r\n"
[ FAILED ] RubyGeneratorTest.GeneratorTest (9 ms)
[----------] 1 test from RubyGeneratorTest (9 ms total)
[----------] 1 test from PythonPluginTest
[ RUN ] PythonPluginTest.PluginTest
[ OK ] PythonPluginTest.PluginTest (2 ms)
[----------] 1 test from PythonPluginTest (2 ms total)
[----------] 1 test from JavaDocCommentTest
[ RUN ] JavaDocCommentTest.Escaping
[ OK ] JavaDocCommentTest.Escaping (0 ms)
[----------] 1 test from JavaDocCommentTest (0 ms total)
[----------] 1 test from JavaPluginTest
[ RUN ] JavaPluginTest.PluginTest
[ OK ] JavaPluginTest.PluginTest (3 ms)
[----------] 1 test from JavaPluginTest (3 ms total)
[----------] 1 test from CppPluginTest
[ RUN ] CppPluginTest.PluginTest
[ OK ] CppPluginTest.PluginTest (19 ms)
[----------] 1 test from CppPluginTest (19 ms total)
[----------] 1 test from GeneratedDescriptorTest
[ RUN ] GeneratedDescriptorTest.IdenticalDescriptors
[ OK ] GeneratedDescriptorTest.IdenticalDescriptors (30 ms)
[----------] 1 test from GeneratedDescriptorTest (30 ms total)
[----------] 43 tests from GeneratedMessageTest
[ RUN ] GeneratedMessageTest.Defaults
[ OK ] GeneratedMessageTest.Defaults (0 ms)
[ RUN ] GeneratedMessageTest.Int32StringConversion
[ OK ] GeneratedMessageTest.Int32StringConversion (0 ms)
[ RUN ] GeneratedMessageTest.Int64StringConversion
[ OK ] GeneratedMessageTest.Int64StringConversion (0 ms)
[ RUN ] GeneratedMessageTest.FloatingPointDefaults
[ OK ] GeneratedMessageTest.FloatingPointDefaults (0 ms)
[ RUN ] GeneratedMessageTest.Trigraph
[ OK ] GeneratedMessageTest.Trigraph (0 ms)
[ RUN ] GeneratedMessageTest.ExtremeSmallIntegerDefault
[ OK ] GeneratedMessageTest.ExtremeSmallIntegerDefault (0 ms)
[ RUN ] GeneratedMessageTest.Accessors
[ OK ] GeneratedMessageTest.Accessors (0 ms)
[ RUN ] GeneratedMessageTest.MutableStringDefault
[ OK ] GeneratedMessageTest.MutableStringDefault (0 ms)
[ RUN ] GeneratedMessageTest.StringDefaults
[ OK ] GeneratedMessageTest.StringDefaults (0 ms)
[ RUN ] GeneratedMessageTest.ReleaseString
[ OK ] GeneratedMessageTest.ReleaseString (0 ms)
[ RUN ] GeneratedMessageTest.ReleaseMessage
[ OK ] GeneratedMessageTest.ReleaseMessage (0 ms)
[ RUN ] GeneratedMessageTest.SetAllocatedString
[ OK ] GeneratedMessageTest.SetAllocatedString (0 ms)
[ RUN ] GeneratedMessageTest.SetAllocatedMessage
[ OK ] GeneratedMessageTest.SetAllocatedMessage (0 ms)
[ RUN ] GeneratedMessageTest.Clear
[ OK ] GeneratedMessageTest.Clear (0 ms)
[ RUN ] GeneratedMessageTest.EmbeddedNullsInBytesCharStar
[ OK ] GeneratedMessageTest.EmbeddedNullsInBytesCharStar (0 ms)
[ RUN ] GeneratedMessageTest.ClearOneField
[ OK ] GeneratedMessageTest.ClearOneField (1 ms)
[ RUN ] GeneratedMessageTest.StringCharStarLength
[ OK ] GeneratedMessageTest.StringCharStarLength (0 ms)
[ RUN ] GeneratedMessageTest.CopyFrom
[ OK ] GeneratedMessageTest.CopyFrom (0 ms)
[ RUN ] GeneratedMessageTest.SwapWithEmpty
[ OK ] GeneratedMessageTest.SwapWithEmpty (0 ms)
[ RUN ] GeneratedMessageTest.SwapWithSelf
[ OK ] GeneratedMessageTest.SwapWithSelf (0 ms)
[ RUN ] GeneratedMessageTest.SwapWithOther
[ OK ] GeneratedMessageTest.SwapWithOther (0 ms)
[ RUN ] GeneratedMessageTest.CopyConstructor
[ OK ] GeneratedMessageTest.CopyConstructor (0 ms)
[ RUN ] GeneratedMessageTest.CopyAssignmentOperator
[ OK ] GeneratedMessageTest.CopyAssignmentOperator (0 ms)
[ RUN ] GeneratedMessageTest.UpcastCopyFrom
[ OK ] GeneratedMessageTest.UpcastCopyFrom (0 ms)
[ RUN ] GeneratedMessageTest.DynamicMessageCopyFrom
[ OK ] GeneratedMessageTest.DynamicMessageCopyFrom (1 ms)
[ RUN ] GeneratedMessageTest.NonEmptyMergeFrom
[ OK ] GeneratedMessageTest.NonEmptyMergeFrom (0 ms)
[ RUN ] GeneratedMessageTest.SerializationToArray
[ OK ] GeneratedMessageTest.SerializationToArray (0 ms)
[ RUN ] GeneratedMessageTest.PackedFieldsSerializationToArray
[ OK ] GeneratedMessageTest.PackedFieldsSerializationToArray (0 ms)
[ RUN ] GeneratedMessageTest.SerializationToStream
[ OK ] GeneratedMessageTest.SerializationToStream (0 ms)
[ RUN ] GeneratedMessageTest.PackedFieldsSerializationToStream
[ OK ] GeneratedMessageTest.PackedFieldsSerializationToStream (0 ms)
[ RUN ] GeneratedMessageTest.Required
[ OK ] GeneratedMessageTest.Required (0 ms)
[ RUN ] GeneratedMessageTest.RequiredForeign
[ OK ] GeneratedMessageTest.RequiredForeign (0 ms)
[ RUN ] GeneratedMessageTest.ForeignNested
[ OK ] GeneratedMessageTest.ForeignNested (0 ms)
[ RUN ] GeneratedMessageTest.ReallyLargeTagNumber
[ OK ] GeneratedMessageTest.ReallyLargeTagNumber (0 ms)
[ RUN ] GeneratedMessageTest.MutualRecursion
[ OK ] GeneratedMessageTest.MutualRecursion (0 ms)
[ RUN ] GeneratedMessageTest.CamelCaseFieldNames
[ OK ] GeneratedMessageTest.CamelCaseFieldNames (0 ms)
[ RUN ] GeneratedMessageTest.TestConflictingSymbolNames
[ OK ] GeneratedMessageTest.TestConflictingSymbolNames (0 ms)
[ RUN ] GeneratedMessageTest.TestOptimizedForSize
[ OK ] GeneratedMessageTest.TestOptimizedForSize (0 ms)
[ RUN ] GeneratedMessageTest.TestEmbedOptimizedForSize
[ OK ] GeneratedMessageTest.TestEmbedOptimizedForSize (1 ms)
[ RUN ] GeneratedMessageTest.TestSpaceUsed
[ OK ] GeneratedMessageTest.TestSpaceUsed (0 ms)
[ RUN ] GeneratedMessageTest.TestOneofSpaceUsed
[ OK ] GeneratedMessageTest.TestOneofSpaceUsed (0 ms)
[ RUN ] GeneratedMessageTest.FieldConstantValues
[ OK ] GeneratedMessageTest.FieldConstantValues (0 ms)
[ RUN ] GeneratedMessageTest.ExtensionConstantValues
[ OK ] GeneratedMessageTest.ExtensionConstantValues (0 ms)
[----------] 43 tests from GeneratedMessageTest (3 ms total)
[----------] 7 tests from GeneratedEnumTest
[ RUN ] GeneratedEnumTest.EnumValuesAsSwitchCases
[ OK ] GeneratedEnumTest.EnumValuesAsSwitchCases (0 ms)
[ RUN ] GeneratedEnumTest.IsValidValue
[ OK ] GeneratedEnumTest.IsValidValue (0 ms)
[ RUN ] GeneratedEnumTest.MinAndMax
[ OK ] GeneratedEnumTest.MinAndMax (0 ms)
[ RUN ] GeneratedEnumTest.Name
[ OK ] GeneratedEnumTest.Name (0 ms)
[ RUN ] GeneratedEnumTest.Parse
[ OK ] GeneratedEnumTest.Parse (0 ms)
[ RUN ] GeneratedEnumTest.GetEnumDescriptor
[ OK ] GeneratedEnumTest.GetEnumDescriptor (0 ms)
[ RUN ] GeneratedEnumTest.IsProtoEnumTypeTrait
[ OK ] GeneratedEnumTest.IsProtoEnumTypeTrait (0 ms)
[----------] 7 tests from GeneratedEnumTest (0 ms total)
[----------] 9 tests from GeneratedServiceTest
[ RUN ] GeneratedServiceTest.GetDescriptor
[ OK ] GeneratedServiceTest.GetDescriptor (0 ms)
[ RUN ] GeneratedServiceTest.GetChannel
[ OK ] GeneratedServiceTest.GetChannel (0 ms)
[ RUN ] GeneratedServiceTest.OwnsChannel
[ OK ] GeneratedServiceTest.OwnsChannel (0 ms)
[ RUN ] GeneratedServiceTest.CallMethod
[ OK ] GeneratedServiceTest.CallMethod (0 ms)
[ RUN ] GeneratedServiceTest.CallMethodTypeFailure
[ OK ] GeneratedServiceTest.CallMethodTypeFailure (0 ms)
[ RUN ] GeneratedServiceTest.GetPrototypes
[ OK ] GeneratedServiceTest.GetPrototypes (0 ms)
[ RUN ] GeneratedServiceTest.Stub
[ OK ] GeneratedServiceTest.Stub (0 ms)
[ RUN ] GeneratedServiceTest.NotImplemented
[ OK ] GeneratedServiceTest.NotImplemented (0 ms)
[ RUN ] GeneratedServiceTest.NoGenericServices
[ OK ] GeneratedServiceTest.NoGenericServices (0 ms)
[----------] 9 tests from GeneratedServiceTest (0 ms total)
[----------] 22 tests from OneofTest
[ RUN ] OneofTest.SettingOneFieldClearsOthers
[ OK ] OneofTest.SettingOneFieldClearsOthers (0 ms)
[ RUN ] OneofTest.EnumCases
[ OK ] OneofTest.EnumCases (0 ms)
[ RUN ] OneofTest.PrimitiveType
[ OK ] OneofTest.PrimitiveType (0 ms)
[ RUN ] OneofTest.EnumType
[ OK ] OneofTest.EnumType (0 ms)
[ RUN ] OneofTest.SetString
[ OK ] OneofTest.SetString (0 ms)
[ RUN ] OneofTest.ReleaseString
[ OK ] OneofTest.ReleaseString (0 ms)
[ RUN ] OneofTest.SetAllocatedString
[ OK ] OneofTest.SetAllocatedString (0 ms)
[ RUN ] OneofTest.SetMessage
[ OK ] OneofTest.SetMessage (0 ms)
[ RUN ] OneofTest.ReleaseMessage
[ OK ] OneofTest.ReleaseMessage (0 ms)
[ RUN ] OneofTest.SetAllocatedMessage
[ OK ] OneofTest.SetAllocatedMessage (0 ms)
[ RUN ] OneofTest.Clear
[ OK ] OneofTest.Clear (0 ms)
[ RUN ] OneofTest.Defaults
[ OK ] OneofTest.Defaults (0 ms)
[ RUN ] OneofTest.SwapWithEmpty
[ OK ] OneofTest.SwapWithEmpty (0 ms)
[ RUN ] OneofTest.SwapWithSelf
[ OK ] OneofTest.SwapWithSelf (0 ms)
[ RUN ] OneofTest.SwapBothHasFields
[ OK ] OneofTest.SwapBothHasFields (0 ms)
[ RUN ] OneofTest.CopyConstructor
[ OK ] OneofTest.CopyConstructor (0 ms)
[ RUN ] OneofTest.CopyFrom
[ OK ] OneofTest.CopyFrom (0 ms)
[ RUN ] OneofTest.CopyAssignmentOperator
[ OK ] OneofTest.CopyAssignmentOperator (0 ms)
[ RUN ] OneofTest.UpcastCopyFrom
[ OK ] OneofTest.UpcastCopyFrom (0 ms)
[ RUN ] OneofTest.SerializationToArray
[ OK ] OneofTest.SerializationToArray (0 ms)
[ RUN ] OneofTest.SerializationToStream
[ OK ] OneofTest.SerializationToStream (0 ms)
[ RUN ] OneofTest.MergeFrom
[ OK ] OneofTest.MergeFrom (0 ms)
[----------] 22 tests from OneofTest (1 ms total)
[----------] 1 test from DescriptorInitializationTest
[ RUN ] DescriptorInitializationTest.Initialized
[ OK ] DescriptorInitializationTest.Initialized (0 ms)
[----------] 1 test from DescriptorInitializationTest (0 ms total)
[----------] 1 test from BootstrapTest
[ RUN ] BootstrapTest.GeneratedDescriptorMatches
google/protobuf/compiler/cpp/cpp_bootstrap_unittest.cc:99: Failure
Value of: actual_contents == *expected_contents
Actual: false
Expected: true
google/protobuf/descriptor.pb.h needs to be regenerated. Please run generate_descriptor_proto.sh and add this file to your CL.
google/protobuf/compiler/cpp/cpp_bootstrap_unittest.cc:99: Failure
Value of: actual_contents == *expected_contents
Actual: false
Expected: true
google/protobuf/descriptor.pb.cc needs to be regenerated. Please run generate_descriptor_proto.sh and add this file to your CL.
google/protobuf/compiler/cpp/cpp_bootstrap_unittest.cc:99: Failure
Value of: actual_contents == *expected_contents
Actual: false
Expected: true
google/protobuf/compiler/plugin.pb.h needs to be regenerated. Please run generate_descriptor_proto.sh and add this file to your CL.
google/protobuf/compiler/cpp/cpp_bootstrap_unittest.cc:99: Failure
Value of: actual_contents == *expected_contents
Actual: false
Expected: true
google/protobuf/compiler/plugin.pb.cc needs to be regenerated. Please run generate_descriptor_proto.sh and add this file to your CL.
[ FAILED ] BootstrapTest.GeneratedDescriptorMatches (41 ms)
[----------] 1 test from BootstrapTest (41 ms total)
[----------] 4 tests from ParserTest
[ RUN ] ParserTest.StopAfterSyntaxIdentifier
[ OK ] ParserTest.StopAfterSyntaxIdentifier (0 ms)
[ RUN ] ParserTest.StopAfterOmittedSyntaxIdentifier
[ OK ] ParserTest.StopAfterOmittedSyntaxIdentifier (0 ms)
[ RUN ] ParserTest.StopAfterSyntaxIdentifierWithErrors
[ OK ] ParserTest.StopAfterSyntaxIdentifierWithErrors (0 ms)
[ RUN ] ParserTest.WarnIfSyntaxIdentifierOmmitted
[ OK ] ParserTest.WarnIfSyntaxIdentifierOmmitted (1 ms)
[----------] 4 tests from ParserTest (1 ms total)
[----------] 21 tests from ParseMessageTest
[ RUN ] ParseMessageTest.SimpleMessage
[libprotobuf WARNING google/protobuf/compiler/parser.cc:471] No syntax specified for the proto file. Please use 'syntax = "proto2";' or 'syntax = "proto3";' to specify a syntax version. (Defaulted to proto2 syntax.)
[ OK ] ParseMessageTest.SimpleMessage (0 ms)
[ RUN ] ParseMessageTest.ImplicitSyntaxIdentifier
[libprotobuf WARNING google/protobuf/compiler/parser.cc:471] No syntax specified for the proto file. Please use 'syntax = "proto2";' or 'syntax = "proto3";' to specify a syntax version. (Defaulted to proto2 syntax.)
[ OK ] ParseMessageTest.ImplicitSyntaxIdentifier (0 ms)
[ RUN ] ParseMessageTest.ExplicitSyntaxIdentifier
[ OK ] ParseMessageTest.ExplicitSyntaxIdentifier (0 ms)
[ RUN ] ParseMessageTest.ExplicitRequiredSyntaxIdentifier
[ OK ] ParseMessageTest.ExplicitRequiredSyntaxIdentifier (0 ms)
[ RUN ] ParseMessageTest.SimpleFields
[libprotobuf WARNING google/protobuf/compiler/parser.cc:471] No syntax specified for the proto file. Please use 'syntax = "proto2";' or 'syntax = "proto3";' to specify a syntax version. (Defaulted to proto2 syntax.)
[ OK ] ParseMessageTest.SimpleFields (1 ms)
[ RUN ] ParseMessageTest.PrimitiveFieldTypes
[libprotobuf WARNING google/protobuf/compiler/parser.cc:471] No syntax specified for the proto file. Please use 'syntax = "proto2";' or 'syntax = "proto3";' to specify a syntax version. (Defaulted to proto2 syntax.)
[ OK ] ParseMessageTest.PrimitiveFieldTypes (1 ms)
[ RUN ] ParseMessageTest.FieldDefaults
[libprotobuf WARNING google/protobuf/compiler/parser.cc:471] No syntax specified for the proto file. Please use 'syntax = "proto2";' or 'syntax = "proto3";' to specify a syntax version. (Defaulted to proto2 syntax.)
[ OK ] ParseMessageTest.FieldDefaults (2 ms)
[ RUN ] ParseMessageTest.FieldOptions
[libprotobuf WARNING google/protobuf/compiler/parser.cc:471] No syntax specified for the proto file. Please use 'syntax = "proto2";' or 'syntax = "proto3";' to specify a syntax version. (Defaulted to proto2 syntax.)
[ OK ] ParseMessageTest.FieldOptions (0 ms)
[ RUN ] ParseMessageTest.Oneof
[libprotobuf WARNING google/protobuf/compiler/parser.cc:471] No syntax specified for the proto file. Please use 'syntax = "proto2";' or 'syntax = "proto3";' to specify a syntax version. (Defaulted to proto2 syntax.)
[ OK ] ParseMessageTest.Oneof (1 ms)
[ RUN ] ParseMessageTest.MultipleOneofs
[libprotobuf WARNING google/protobuf/compiler/parser.cc:471] No syntax specified for the proto file. Please use 'syntax = "proto2";' or 'syntax = "proto3";' to specify a syntax version. (Defaulted to proto2 syntax.)
[ OK ] ParseMessageTest.MultipleOneofs (0 ms)
[ RUN ] ParseMessageTest.Maps
[libprotobuf WARNING google/protobuf/compiler/parser.cc:471] No syntax specified for the proto file. Please use 'syntax = "proto2";' or 'syntax = "proto3";' to specify a syntax version. (Defaulted to proto2 syntax.)
[ OK ] ParseMessageTest.Maps (1 ms)
[ RUN ] ParseMessageTest.Group
[libprotobuf WARNING google/protobuf/compiler/parser.cc:471] No syntax specified for the proto file. Please use 'syntax = "proto2";' or 'syntax = "proto3";' to specify a syntax version. (Defaulted to proto2 syntax.)
[ OK ] ParseMessageTest.Group (0 ms)
[ RUN ] ParseMessageTest.NestedMessage
[libprotobuf WARNING google/protobuf/compiler/parser.cc:471] No syntax specified for the proto file. Please use 'syntax = "proto2";' or 'syntax = "proto3";' to specify a syntax version. (Defaulted to proto2 syntax.)
[ OK ] ParseMessageTest.NestedMessage (0 ms)
[ RUN ] ParseMessageTest.NestedEnum
[libprotobuf WARNING google/protobuf/compiler/parser.cc:471] No syntax specified for the proto file. Please use 'syntax = "proto2";' or 'syntax = "proto3";' to specify a syntax version. (Defaulted to proto2 syntax.)
[ OK ] ParseMessageTest.NestedEnum (0 ms)
[ RUN ] ParseMessageTest.ExtensionRange
[libprotobuf WARNING google/protobuf/compiler/parser.cc:471] No syntax specified for the proto file. Please use 'syntax = "proto2";' or 'syntax = "proto3";' to specify a syntax version. (Defaulted to proto2 syntax.)
[ OK ] ParseMessageTest.ExtensionRange (1 ms)
[ RUN ] ParseMessageTest.CompoundExtensionRange
[libprotobuf WARNING google/protobuf/compiler/parser.cc:471] No syntax specified for the proto file. Please use 'syntax = "proto2";' or 'syntax = "proto3";' to specify a syntax version. (Defaulted to proto2 syntax.)
[ OK ] ParseMessageTest.CompoundExtensionRange (0 ms)
[ RUN ] ParseMessageTest.LargerMaxForMessageSetWireFormatMessages
[libprotobuf WARNING google/protobuf/compiler/parser.cc:471] No syntax specified for the proto file. Please use 'syntax = "proto2";' or 'syntax = "proto3";' to specify a syntax version. (Defaulted to proto2 syntax.)
[ OK ] ParseMessageTest.LargerMaxForMessageSetWireFormatMessages (0 ms)
[ RUN ] ParseMessageTest.Extensions
[libprotobuf WARNING google/protobuf/compiler/parser.cc:471] No syntax specified for the proto file. Please use 'syntax = "proto2";' or 'syntax = "proto3";' to specify a syntax version. (Defaulted to proto2 syntax.)
[ OK ] ParseMessageTest.Extensions (0 ms)
[ RUN ] ParseMessageTest.ExtensionsInMessageScope
[libprotobuf WARNING google/protobuf/compiler/parser.cc:471] No syntax specified for the proto file. Please use 'syntax = "proto2";' or 'syntax = "proto3";' to specify a syntax version. (Defaulted to proto2 syntax.)
[ OK ] ParseMessageTest.ExtensionsInMessageScope (1 ms)
[ RUN ] ParseMessageTest.MultipleExtensionsOneExtendee
[libprotobuf WARNING google/protobuf/compiler/parser.cc:471] No syntax specified for the proto file. Please use 'syntax = "proto2";' or 'syntax = "proto3";' to specify a syntax version. (Defaulted to proto2 syntax.)
[ OK ] ParseMessageTest.MultipleExtensionsOneExtendee (0 ms)
[ RUN ] ParseMessageTest.OptionalOptionalLabelProto3
[ OK ] ParseMessageTest.OptionalOptionalLabelProto3 (0 ms)
[----------] 21 tests from ParseMessageTest (8 ms total)
[----------] 3 tests from ParseEnumTest
[ RUN ] ParseEnumTest.SimpleEnum
[libprotobuf WARNING google/protobuf/compiler/parser.cc:471] No syntax specified for the proto file. Please use 'syntax = "proto2";' or 'syntax = "proto3";' to specify a syntax version. (Defaulted to proto2 syntax.)
[ OK ] ParseEnumTest.SimpleEnum (0 ms)
[ RUN ] ParseEnumTest.Values
[libprotobuf WARNING google/protobuf/compiler/parser.cc:471] No syntax specified for the proto file. Please use 'syntax = "proto2";' or 'syntax = "proto3";' to specify a syntax version. (Defaulted to proto2 syntax.)
[ OK ] ParseEnumTest.Values (0 ms)
[ RUN ] ParseEnumTest.ValueOptions
[libprotobuf WARNING google/protobuf/compiler/parser.cc:471] No syntax specified for the proto file. Please use 'syntax = "proto2";' or 'syntax = "proto3";' to specify a syntax version. (Defaulted to proto2 syntax.)
[ OK ] ParseEnumTest.ValueOptions (1 ms)
[----------] 3 tests from ParseEnumTest (1 ms total)
[----------] 2 tests from ParseServiceTest
[ RUN ] ParseServiceTest.SimpleService
[libprotobuf WARNING google/protobuf/compiler/parser.cc:471] No syntax specified for the proto file. Please use 'syntax = "proto2";' or 'syntax = "proto3";' to specify a syntax version. (Defaulted to proto2 syntax.)
[ OK ] ParseServiceTest.SimpleService (0 ms)
[ RUN ] ParseServiceTest.MethodsAndStreams
[libprotobuf WARNING google/protobuf/compiler/parser.cc:471] No syntax specified for the proto file. Please use 'syntax = "proto2";' or 'syntax = "proto3";' to specify a syntax version. (Defaulted to proto2 syntax.)
[ OK ] ParseServiceTest.MethodsAndStreams (0 ms)
[----------] 2 tests from ParseServiceTest (0 ms total)
[----------] 6 tests from ParseMiscTest
[ RUN ] ParseMiscTest.ParseImport
[libprotobuf WARNING google/protobuf/compiler/parser.cc:471] No syntax specified for the proto file. Please use 'syntax = "proto2";' or 'syntax = "proto3";' to specify a syntax version. (Defaulted to proto2 syntax.)
[ OK ] ParseMiscTest.ParseImport (1 ms)
[ RUN ] ParseMiscTest.ParseMultipleImports
[libprotobuf WARNING google/protobuf/compiler/parser.cc:471] No syntax specified for the proto file. Please use 'syntax = "proto2";' or 'syntax = "proto3";' to specify a syntax version. (Defaulted to proto2 syntax.)
[ OK ] ParseMiscTest.ParseMultipleImports (0 ms)
[ RUN ] ParseMiscTest.ParsePublicImports
[libprotobuf WARNING google/protobuf/compiler/parser.cc:471] No syntax specified for the proto file. Please use 'syntax = "proto2";' or 'syntax = "proto3";' to specify a syntax version. (Defaulted to proto2 syntax.)
[ OK ] ParseMiscTest.ParsePublicImports (0 ms)
[ RUN ] ParseMiscTest.ParsePackage
[libprotobuf WARNING google/protobuf/compiler/parser.cc:471] No syntax specified for the proto file. Please use 'syntax = "proto2";' or 'syntax = "proto3";' to specify a syntax version. (Defaulted to proto2 syntax.)
[ OK ] ParseMiscTest.ParsePackage (0 ms)
[ RUN ] ParseMiscTest.ParsePackageWithSpaces
[libprotobuf WARNING google/protobuf/compiler/parser.cc:471] No syntax specified for the proto file. Please use 'syntax = "proto2";' or 'syntax = "proto3";' to specify a syntax version. (Defaulted to proto2 syntax.)
[ OK ] ParseMiscTest.ParsePackageWithSpaces (0 ms)
[ RUN ] ParseMiscTest.ParseFileOptions
[libprotobuf WARNING google/protobuf/compiler/parser.cc:471] No syntax specified for the proto file. Please use 'syntax = "proto2";' or 'syntax = "proto3";' to specify a syntax version. (Defaulted to proto2 syntax.)
[ OK ] ParseMiscTest.ParseFileOptions (0 ms)
[----------] 6 tests from ParseMiscTest (1 ms total)
[----------] 43 tests from ParseErrorTest
[ RUN ] ParseErrorTest.MissingSyntaxIdentifier
[ OK ] ParseErrorTest.MissingSyntaxIdentifier (0 ms)
[ RUN ] ParseErrorTest.UnknownSyntaxIdentifier
[ OK ] ParseErrorTest.UnknownSyntaxIdentifier (0 ms)
[ RUN ] ParseErrorTest.SimpleSyntaxError
[libprotobuf WARNING google/protobuf/compiler/parser.cc:471] No syntax specified for the proto file. Please use 'syntax = "proto2";' or 'syntax = "proto3";' to specify a syntax version. (Defaulted to proto2 syntax.)
[ OK ] ParseErrorTest.SimpleSyntaxError (0 ms)
[ RUN ] ParseErrorTest.ExpectedTopLevel
[libprotobuf WARNING google/protobuf/compiler/parser.cc:471] No syntax specified for the proto file. Please use 'syntax = "proto2";' or 'syntax = "proto3";' to specify a syntax version. (Defaulted to proto2 syntax.)
[ OK ] ParseErrorTest.ExpectedTopLevel (0 ms)
[ RUN ] ParseErrorTest.UnmatchedCloseBrace
[libprotobuf WARNING google/protobuf/compiler/parser.cc:471] No syntax specified for the proto file. Please use 'syntax = "proto2";' or 'syntax = "proto3";' to specify a syntax version. (Defaulted to proto2 syntax.)
[ OK ] ParseErrorTest.UnmatchedCloseBrace (0 ms)
[ RUN ] ParseErrorTest.MessageMissingName
[libprotobuf WARNING google/protobuf/compiler/parser.cc:471] No syntax specified for the proto file. Please use 'syntax = "proto2";' or 'syntax = "proto3";' to specify a syntax version. (Defaulted to proto2 syntax.)
[ OK ] ParseErrorTest.MessageMissingName (0 ms)
[ RUN ] ParseErrorTest.MessageMissingBody
[libprotobuf WARNING google/protobuf/compiler/parser.cc:471] No syntax specified for the proto file. Please use 'syntax = "proto2";' or 'syntax = "proto3";' to specify a syntax version. (Defaulted to proto2 syntax.)
[ OK ] ParseErrorTest.MessageMissingBody (0 ms)
[ RUN ] ParseErrorTest.EofInMessage
[libprotobuf WARNING google/protobuf/compiler/parser.cc:471] No syntax specified for the proto file. Please use 'syntax = "proto2";' or 'syntax = "proto3";' to specify a syntax version. (Defaulted to proto2 syntax.)
[ OK ] ParseErrorTest.EofInMessage (0 ms)
[ RUN ] ParseErrorTest.MissingFieldNumber
[libprotobuf WARNING google/protobuf/compiler/parser.cc:471] No syntax specified for the proto file. Please use 'syntax = "proto2";' or 'syntax = "proto3";' to specify a syntax version. (Defaulted to proto2 syntax.)
[ OK ] ParseErrorTest.MissingFieldNumber (0 ms)
[ RUN ] ParseErrorTest.ExpectedFieldNumber
[libprotobuf WARNING google/protobuf/compiler/parser.cc:471] No syntax specified for the proto file. Please use 'syntax = "proto2";' or 'syntax = "proto3";' to specify a syntax version. (Defaulted to proto2 syntax.)
[ OK ] ParseErrorTest.ExpectedFieldNumber (0 ms)
[ RUN ] ParseErrorTest.FieldNumberOutOfRange
[libprotobuf WARNING google/protobuf/compiler/parser.cc:471] No syntax specified for the proto file. Please use 'syntax = "proto2";' or 'syntax = "proto3";' to specify a syntax version. (Defaulted to proto2 syntax.)
[ OK ] ParseErrorTest.FieldNumberOutOfRange (0 ms)
[ RUN ] ParseErrorTest.MissingLabel
[libprotobuf WARNING google/protobuf/compiler/parser.cc:471] No syntax specified for the proto file. Please use 'syntax = "proto2";' or 'syntax = "proto3";' to specify a syntax version. (Defaulted to proto2 syntax.)
[ OK ] ParseErrorTest.MissingLabel (0 ms)
[ RUN ] ParseErrorTest.ExpectedOptionName
[libprotobuf WARNING google/protobuf/compiler/parser.cc:471] No syntax specified for the proto file. Please use 'syntax = "proto2";' or 'syntax = "proto3";' to specify a syntax version. (Defaulted to proto2 syntax.)
[ OK ] ParseErrorTest.ExpectedOptionName (0 ms)
[ RUN ] ParseErrorTest.NonExtensionOptionNameBeginningWithDot
[libprotobuf WARNING google/protobuf/compiler/parser.cc:471] No syntax specified for the proto file. Please use 'syntax = "proto2";' or 'syntax = "proto3";' to specify a syntax version. (Defaulted to proto2 syntax.)
[ OK ] ParseErrorTest.NonExtensionOptionNameBeginningWithDot (0 ms)
[ RUN ] ParseErrorTest.DefaultValueTypeMismatch
[libprotobuf WARNING google/protobuf/compiler/parser.cc:471] No syntax specified for the proto file. Please use 'syntax = "proto2";' or 'syntax = "proto3";' to specify a syntax version. (Defaulted to proto2 syntax.)
[ OK ] ParseErrorTest.DefaultValueTypeMismatch (0 ms)
[ RUN ] ParseErrorTest.DefaultValueNotBoolean
[libprotobuf WARNING google/protobuf/compiler/parser.cc:471] No syntax specified for the proto file. Please use 'syntax = "proto2";' or 'syntax = "proto3";' to specify a syntax version. (Defaulted to proto2 syntax.)
[ OK ] ParseErrorTest.DefaultValueNotBoolean (0 ms)
[ RUN ] ParseErrorTest.DefaultValueNotString
[libprotobuf WARNING google/protobuf/compiler/parser.cc:471] No syntax specified for the proto file. Please use 'syntax = "proto2";' or 'syntax = "proto3";' to specify a syntax version. (Defaulted to proto2 syntax.)
[ OK ] ParseErrorTest.DefaultValueNotString (0 ms)
[ RUN ] ParseErrorTest.DefaultValueUnsignedNegative
[libprotobuf WARNING google/protobuf/compiler/parser.cc:471] No syntax specified for the proto file. Please use 'syntax = "proto2";' or 'syntax = "proto3";' to specify a syntax version. (Defaulted to proto2 syntax.)
[ OK ] ParseErrorTest.DefaultValueUnsignedNegative (0 ms)
[ RUN ] ParseErrorTest.DefaultValueTooLarge
[libprotobuf WARNING google/protobuf/compiler/parser.cc:471] No syntax specified for the proto file. Please use 'syntax = "proto2";' or 'syntax = "proto3";' to specify a syntax version. (Defaulted to proto2 syntax.)
[ OK ] ParseErrorTest.DefaultValueTooLarge (0 ms)
[ RUN ] ParseErrorTest.EnumValueOutOfRange
[libprotobuf WARNING google/protobuf/compiler/parser.cc:471] No syntax specified for the proto file. Please use 'syntax = "proto2";' or 'syntax = "proto3";' to specify a syntax version. (Defaulted to proto2 syntax.)
[ OK ] ParseErrorTest.EnumValueOutOfRange (0 ms)
[ RUN ] ParseErrorTest.DefaultValueMissing
[libprotobuf WARNING google/protobuf/compiler/parser.cc:471] No syntax specified for the proto file. Please use 'syntax = "proto2";' or 'syntax = "proto3";' to specify a syntax version. (Defaulted to proto2 syntax.)
[ OK ] ParseErrorTest.DefaultValueMissing (0 ms)
[ RUN ] ParseErrorTest.DefaultValueForGroup
[libprotobuf WARNING google/protobuf/compiler/parser.cc:471] No syntax specified for the proto file. Please use 'syntax = "proto2";' or 'syntax = "proto3";' to specify a syntax version. (Defaulted to proto2 syntax.)
[ OK ] ParseErrorTest.DefaultValueForGroup (0 ms)
[ RUN ] ParseErrorTest.DuplicateDefaultValue
[libprotobuf WARNING google/protobuf/compiler/parser.cc:471] No syntax specified for the proto file. Please use 'syntax = "proto2";' or 'syntax = "proto3";' to specify a syntax version. (Defaulted to proto2 syntax.)
[ OK ] ParseErrorTest.DuplicateDefaultValue (0 ms)
[ RUN ] ParseErrorTest.MissingOneofName
[libprotobuf WARNING google/protobuf/compiler/parser.cc:471] No syntax specified for the proto file. Please use 'syntax = "proto2";' or 'syntax = "proto3";' to specify a syntax version. (Defaulted to proto2 syntax.)
[ OK ] ParseErrorTest.MissingOneofName (0 ms)
[ RUN ] ParseErrorTest.LabelInOneof
[libprotobuf WARNING google/protobuf/compiler/parser.cc:471] No syntax specified for the proto file. Please use 'syntax = "proto2";' or 'syntax = "proto3";' to specify a syntax version. (Defaulted to proto2 syntax.)
[ OK ] ParseErrorTest.LabelInOneof (0 ms)
[ RUN ] ParseErrorTest.MapInOneof
[libprotobuf WARNING google/protobuf/compiler/parser.cc:471] No syntax specified for the proto file. Please use 'syntax = "proto2";' or 'syntax = "proto3";' to specify a syntax version. (Defaulted to proto2 syntax.)
[ OK ] ParseErrorTest.MapInOneof (0 ms)
[ RUN ] ParseErrorTest.LabelForMap
[libprotobuf WARNING google/protobuf/compiler/parser.cc:471] No syntax specified for the proto file. Please use 'syntax = "proto2";' or 'syntax = "proto3";' to specify a syntax version. (Defaulted to proto2 syntax.)
[ OK ] ParseErrorTest.LabelForMap (0 ms)
[ RUN ] ParseErrorTest.MalformedMaps
[libprotobuf WARNING google/protobuf/compiler/parser.cc:471] No syntax specified for the proto file. Please use 'syntax = "proto2";' or 'syntax = "proto3";' to specify a syntax version. (Defaulted to proto2 syntax.)
[ OK ] ParseErrorTest.MalformedMaps (0 ms)
[ RUN ] ParseErrorTest.GroupNotCapitalized
[libprotobuf WARNING google/protobuf/compiler/parser.cc:471] No syntax specified for the proto file. Please use 'syntax = "proto2";' or 'syntax = "proto3";' to specify a syntax version. (Defaulted to proto2 syntax.)
[ OK ] ParseErrorTest.GroupNotCapitalized (0 ms)
[ RUN ] ParseErrorTest.GroupMissingBody
[libprotobuf WARNING google/protobuf/compiler/parser.cc:471] No syntax specified for the proto file. Please use 'syntax = "proto2";' or 'syntax = "proto3";' to specify a syntax version. (Defaulted to proto2 syntax.)
[ OK ] ParseErrorTest.GroupMissingBody (0 ms)
[ RUN ] ParseErrorTest.ExtendingPrimitive
[libprotobuf WARNING google/protobuf/compiler/parser.cc:471] No syntax specified for the proto file. Please use 'syntax = "proto2";' or 'syntax = "proto3";' to specify a syntax version. (Defaulted to proto2 syntax.)
[ OK ] ParseErrorTest.ExtendingPrimitive (0 ms)
[ RUN ] ParseErrorTest.ErrorInExtension
[libprotobuf WARNING google/protobuf/compiler/parser.cc:471] No syntax specified for the proto file. Please use 'syntax = "proto2";' or 'syntax = "proto3";' to specify a syntax version. (Defaulted to proto2 syntax.)
[ OK ] ParseErrorTest.ErrorInExtension (0 ms)
[ RUN ] ParseErrorTest.MultipleParseErrors
[libprotobuf WARNING google/protobuf/compiler/parser.cc:471] No syntax specified for the proto file. Please use 'syntax = "proto2";' or 'syntax = "proto3";' to specify a syntax version. (Defaulted to proto2 syntax.)
[ OK ] ParseErrorTest.MultipleParseErrors (0 ms)
[ RUN ] ParseErrorTest.EofInAggregateValue
[libprotobuf WARNING google/protobuf/compiler/parser.cc:471] No syntax specified for the proto file. Please use 'syntax = "proto2";' or 'syntax = "proto3";' to specify a syntax version. (Defaulted to proto2 syntax.)
[ OK ] ParseErrorTest.EofInAggregateValue (1 ms)
[ RUN ] ParseErrorTest.EofInEnum
[libprotobuf WARNING google/protobuf/compiler/parser.cc:471] No syntax specified for the proto file. Please use 'syntax = "proto2";' or 'syntax = "proto3";' to specify a syntax version. (Defaulted to proto2 syntax.)
[ OK ] ParseErrorTest.EofInEnum (0 ms)
[ RUN ] ParseErrorTest.EnumValueMissingNumber
[libprotobuf WARNING google/protobuf/compiler/parser.cc:471] No syntax specified for the proto file. Please use 'syntax = "proto2";' or 'syntax = "proto3";' to specify a syntax version. (Defaulted to proto2 syntax.)
[ OK ] ParseErrorTest.EnumValueMissingNumber (0 ms)
[ RUN ] ParseErrorTest.EofInService
[libprotobuf WARNING google/protobuf/compiler/parser.cc:471] No syntax specified for the proto file. Please use 'syntax = "proto2";' or 'syntax = "proto3";' to specify a syntax version. (Defaulted to proto2 syntax.)
[ OK ] ParseErrorTest.EofInService (0 ms)
[ RUN ] ParseErrorTest.ServiceMethodPrimitiveParams
[libprotobuf WARNING google/protobuf/compiler/parser.cc:471] No syntax specified for the proto file. Please use 'syntax = "proto2";' or 'syntax = "proto3";' to specify a syntax version. (Defaulted to proto2 syntax.)
[ OK ] ParseErrorTest.ServiceMethodPrimitiveParams (0 ms)
[ RUN ] ParseErrorTest.EofInMethodOptions
[libprotobuf WARNING google/protobuf/compiler/parser.cc:471] No syntax specified for the proto file. Please use 'syntax = "proto2";' or 'syntax = "proto3";' to specify a syntax version. (Defaulted to proto2 syntax.)
[ OK ] ParseErrorTest.EofInMethodOptions (0 ms)
[ RUN ] ParseErrorTest.PrimitiveMethodInput
[libprotobuf WARNING google/protobuf/compiler/parser.cc:471] No syntax specified for the proto file. Please use 'syntax = "proto2";' or 'syntax = "proto3";' to specify a syntax version. (Defaulted to proto2 syntax.)
[ OK ] ParseErrorTest.PrimitiveMethodInput (0 ms)
[ RUN ] ParseErrorTest.MethodOptionTypeError
[libprotobuf WARNING google/protobuf/compiler/parser.cc:471] No syntax specified for the proto file. Please use 'syntax = "proto2";' or 'syntax = "proto3";' to specify a syntax version. (Defaulted to proto2 syntax.)
[ OK ] ParseErrorTest.MethodOptionTypeError (0 ms)
[ RUN ] ParseErrorTest.ImportNotQuoted
[libprotobuf WARNING google/protobuf/compiler/parser.cc:471] No syntax specified for the proto file. Please use 'syntax = "proto2";' or 'syntax = "proto3";' to specify a syntax version. (Defaulted to proto2 syntax.)
[ OK ] ParseErrorTest.ImportNotQuoted (0 ms)
[ RUN ] ParseErrorTest.MultiplePackagesInFile
[libprotobuf WARNING google/protobuf/compiler/parser.cc:471] No syntax specified for the proto file. Please use 'syntax = "proto2";' or 'syntax = "proto3";' to specify a syntax version. (Defaulted to proto2 syntax.)
[ OK ] ParseErrorTest.MultiplePackagesInFile (0 ms)
[----------] 43 tests from ParseErrorTest (3 ms total)
[----------] 20 tests from ParserValidationErrorTest
[ RUN ] ParserValidationErrorTest.PackageNameError
[libprotobuf WARNING google/protobuf/compiler/parser.cc:471] No syntax specified for the proto file. Please use 'syntax = "proto2";' or 'syntax = "proto3";' to specify a syntax version. (Defaulted to proto2 syntax.)
[ OK ] ParserValidationErrorTest.PackageNameError (0 ms)
[ RUN ] ParserValidationErrorTest.MessageNameError
[libprotobuf WARNING google/protobuf/compiler/parser.cc:471] No syntax specified for the proto file. Please use 'syntax = "proto2";' or 'syntax = "proto3";' to specify a syntax version. (Defaulted to proto2 syntax.)
[ OK ] ParserValidationErrorTest.MessageNameError (0 ms)
[ RUN ] ParserValidationErrorTest.FieldNameError
[libprotobuf WARNING google/protobuf/compiler/parser.cc:471] No syntax specified for the proto file. Please use 'syntax = "proto2";' or 'syntax = "proto3";' to specify a syntax version. (Defaulted to proto2 syntax.)
[ OK ] ParserValidationErrorTest.FieldNameError (0 ms)
[ RUN ] ParserValidationErrorTest.FieldTypeError
[libprotobuf WARNING google/protobuf/compiler/parser.cc:471] No syntax specified for the proto file. Please use 'syntax = "proto2";' or 'syntax = "proto3";' to specify a syntax version. (Defaulted to proto2 syntax.)
[ OK ] ParserValidationErrorTest.FieldTypeError (0 ms)
[ RUN ] ParserValidationErrorTest.FieldNumberError
[libprotobuf WARNING google/protobuf/compiler/parser.cc:471] No syntax specified for the proto file. Please use 'syntax = "proto2";' or 'syntax = "proto3";' to specify a syntax version. (Defaulted to proto2 syntax.)
[ OK ] ParserValidationErrorTest.FieldNumberError (0 ms)
[ RUN ] ParserValidationErrorTest.FieldExtendeeError
[libprotobuf WARNING google/protobuf/compiler/parser.cc:471] No syntax specified for the proto file. Please use 'syntax = "proto2";' or 'syntax = "proto3";' to specify a syntax version. (Defaulted to proto2 syntax.)
[ OK ] ParserValidationErrorTest.FieldExtendeeError (0 ms)
[ RUN ] ParserValidationErrorTest.FieldDefaultValueError
[libprotobuf WARNING google/protobuf/compiler/parser.cc:471] No syntax specified for the proto file. Please use 'syntax = "proto2";' or 'syntax = "proto3";' to specify a syntax version. (Defaulted to proto2 syntax.)
[ OK ] ParserValidationErrorTest.FieldDefaultValueError (0 ms)
[ RUN ] ParserValidationErrorTest.FileOptionNameError
[libprotobuf WARNING google/protobuf/compiler/parser.cc:471] No syntax specified for the proto file. Please use 'syntax = "proto2";' or 'syntax = "proto3";' to specify a syntax version. (Defaulted to proto2 syntax.)
[ OK ] ParserValidationErrorTest.FileOptionNameError (0 ms)
[ RUN ] ParserValidationErrorTest.FileOptionValueError
[libprotobuf WARNING google/protobuf/compiler/parser.cc:471] No syntax specified for the proto file. Please use 'syntax = "proto2";' or 'syntax = "proto3";' to specify a syntax version. (Defaulted to proto2 syntax.)
[ OK ] ParserValidationErrorTest.FileOptionValueError (0 ms)
[ RUN ] ParserValidationErrorTest.FieldOptionNameError
[libprotobuf WARNING google/protobuf/compiler/parser.cc:471] No syntax specified for the proto file. Please use 'syntax = "proto2";' or 'syntax = "proto3";' to specify a syntax version. (Defaulted to proto2 syntax.)
[ OK ] ParserValidationErrorTest.FieldOptionNameError (0 ms)
[ RUN ] ParserValidationErrorTest.FieldOptionValueError
[libprotobuf WARNING google/protobuf/compiler/parser.cc:471] No syntax specified for the proto file. Please use 'syntax = "proto2";' or 'syntax = "proto3";' to specify a syntax version. (Defaulted to proto2 syntax.)
[ OK ] ParserValidationErrorTest.FieldOptionValueError (0 ms)
[ RUN ] ParserValidationErrorTest.ExtensionRangeNumberError
[libprotobuf WARNING google/protobuf/compiler/parser.cc:471] No syntax specified for the proto file. Please use 'syntax = "proto2";' or 'syntax = "proto3";' to specify a syntax version. (Defaulted to proto2 syntax.)
[ OK ] ParserValidationErrorTest.ExtensionRangeNumberError (0 ms)
[ RUN ] ParserValidationErrorTest.EnumNameError
[libprotobuf WARNING google/protobuf/compiler/parser.cc:471] No syntax specified for the proto file. Please use 'syntax = "proto2";' or 'syntax = "proto3";' to specify a syntax version. (Defaulted to proto2 syntax.)
[ OK ] ParserValidationErrorTest.EnumNameError (0 ms)
[ RUN ] ParserValidationErrorTest.EnumValueNameError
[libprotobuf WARNING google/protobuf/compiler/parser.cc:471] No syntax specified for the proto file. Please use 'syntax = "proto2";' or 'syntax = "proto3";' to specify a syntax version. (Defaulted to proto2 syntax.)
[ OK ] ParserValidationErrorTest.EnumValueNameError (0 ms)
[ RUN ] ParserValidationErrorTest.ServiceNameError
[libprotobuf WARNING google/protobuf/compiler/parser.cc:471] No syntax specified for the proto file. Please use 'syntax = "proto2";' or 'syntax = "proto3";' to specify a syntax version. (Defaulted to proto2 syntax.)
[ OK ] ParserValidationErrorTest.ServiceNameError (0 ms)
[ RUN ] ParserValidationErrorTest.MethodNameError
[libprotobuf WARNING google/protobuf/compiler/parser.cc:471] No syntax specified for the proto file. Please use 'syntax = "proto2";' or 'syntax = "proto3";' to specify a syntax version. (Defaulted to proto2 syntax.)
[ OK ] ParserValidationErrorTest.MethodNameError (1 ms)
[ RUN ] ParserValidationErrorTest.MethodInputTypeError
[libprotobuf WARNING google/protobuf/compiler/parser.cc:471] No syntax specified for the proto file. Please use 'syntax = "proto2";' or 'syntax = "proto3";' to specify a syntax version. (Defaulted to proto2 syntax.)
[ OK ] ParserValidationErrorTest.MethodInputTypeError (0 ms)
[ RUN ] ParserValidationErrorTest.MethodOutputTypeError
[libprotobuf WARNING google/protobuf/compiler/parser.cc:471] No syntax specified for the proto file. Please use 'syntax = "proto2";' or 'syntax = "proto3";' to specify a syntax version. (Defaulted to proto2 syntax.)
[ OK ] ParserValidationErrorTest.MethodOutputTypeError (0 ms)
[ RUN ] ParserValidationErrorTest.ResovledUndefinedError
[libprotobuf WARNING google/protobuf/compiler/parser.cc:471] No syntax specified for the proto file. Please use 'syntax = "proto2";' or 'syntax = "proto3";' to specify a syntax version. (Defaulted to proto2 syntax.)
[ OK ] ParserValidationErrorTest.ResovledUndefinedError (0 ms)
[ RUN ] ParserValidationErrorTest.ResovledUndefinedOptionError
[libprotobuf WARNING google/protobuf/compiler/parser.cc:471] No syntax specified for the proto file. Please use 'syntax = "proto2";' or 'syntax = "proto3";' to specify a syntax version. (Defaulted to proto2 syntax.)
[ OK ] ParserValidationErrorTest.ResovledUndefinedOptionError (1 ms)
[----------] 20 tests from ParserValidationErrorTest (3 ms total)
[----------] 4 tests from ParseDescriptorDebugTest
[ RUN ] ParseDescriptorDebugTest.TestAllDescriptorTypes
[ OK ] ParseDescriptorDebugTest.TestAllDescriptorTypes (29 ms)
[ RUN ] ParseDescriptorDebugTest.TestCustomOptions
[ OK ] ParseDescriptorDebugTest.TestCustomOptions (17 ms)
[ RUN ] ParseDescriptorDebugTest.TestCommentsInDebugString
[libprotobuf WARNING google/protobuf/compiler/parser.cc:471] No syntax specified for the proto file. Please use 'syntax = "proto2";' or 'syntax = "proto3";' to specify a syntax version. (Defaulted to proto2 syntax.)
[ OK ] ParseDescriptorDebugTest.TestCommentsInDebugString (0 ms)
[ RUN ] ParseDescriptorDebugTest.TestMaps
[ OK ] ParseDescriptorDebugTest.TestMaps (1 ms)
[----------] 4 tests from ParseDescriptorDebugTest (47 ms total)
[----------] 22 tests from SourceInfoTest
[ RUN ] SourceInfoTest.BasicFileDecls
[ OK ] SourceInfoTest.BasicFileDecls (0 ms)
[ RUN ] SourceInfoTest.Messages
[libprotobuf WARNING google/protobuf/compiler/parser.cc:471] No syntax specified for the proto file. Please use 'syntax = "proto2";' or 'syntax = "proto3";' to specify a syntax version. (Defaulted to proto2 syntax.)
[ OK ] SourceInfoTest.Messages (0 ms)
[ RUN ] SourceInfoTest.Fields
[libprotobuf WARNING google/protobuf/compiler/parser.cc:471] No syntax specified for the proto file. Please use 'syntax = "proto2";' or 'syntax = "proto3";' to specify a syntax version. (Defaulted to proto2 syntax.)
[ OK ] SourceInfoTest.Fields (0 ms)
[ RUN ] SourceInfoTest.Extensions
[libprotobuf WARNING google/protobuf/compiler/parser.cc:471] No syntax specified for the proto file. Please use 'syntax = "proto2";' or 'syntax = "proto3";' to specify a syntax version. (Defaulted to proto2 syntax.)
[ OK ] SourceInfoTest.Extensions (0 ms)
[ RUN ] SourceInfoTest.NestedExtensions
[libprotobuf WARNING google/protobuf/compiler/parser.cc:471] No syntax specified for the proto file. Please use 'syntax = "proto2";' or 'syntax = "proto3";' to specify a syntax version. (Defaulted to proto2 syntax.)
[ OK ] SourceInfoTest.NestedExtensions (1 ms)
[ RUN ] SourceInfoTest.ExtensionRanges
[libprotobuf WARNING google/protobuf/compiler/parser.cc:471] No syntax specified for the proto file. Please use 'syntax = "proto2";' or 'syntax = "proto3";' to specify a syntax version. (Defaulted to proto2 syntax.)
[ OK ] SourceInfoTest.ExtensionRanges (0 ms)
[ RUN ] SourceInfoTest.Oneofs
[libprotobuf WARNING google/protobuf/compiler/parser.cc:471] No syntax specified for the proto file. Please use 'syntax = "proto2";' or 'syntax = "proto3";' to specify a syntax version. (Defaulted to proto2 syntax.)
[ OK ] SourceInfoTest.Oneofs (0 ms)
[ RUN ] SourceInfoTest.NestedMessages
[libprotobuf WARNING google/protobuf/compiler/parser.cc:471] No syntax specified for the proto file. Please use 'syntax = "proto2";' or 'syntax = "proto3";' to specify a syntax version. (Defaulted to proto2 syntax.)
[ OK ] SourceInfoTest.NestedMessages (0 ms)
[ RUN ] SourceInfoTest.Groups
[libprotobuf WARNING google/protobuf/compiler/parser.cc:471] No syntax specified for the proto file. Please use 'syntax = "proto2";' or 'syntax = "proto3";' to specify a syntax version. (Defaulted to proto2 syntax.)
[ OK ] SourceInfoTest.Groups (0 ms)
[ RUN ] SourceInfoTest.Enums
[libprotobuf WARNING google/protobuf/compiler/parser.cc:471] No syntax specified for the proto file. Please use 'syntax = "proto2";' or 'syntax = "proto3";' to specify a syntax version. (Defaulted to proto2 syntax.)
[ OK ] SourceInfoTest.Enums (0 ms)
[ RUN ] SourceInfoTest.EnumValues
[libprotobuf WARNING google/protobuf/compiler/parser.cc:471] No syntax specified for the proto file. Please use 'syntax = "proto2";' or 'syntax = "proto3";' to specify a syntax version. (Defaulted to proto2 syntax.)
[ OK ] SourceInfoTest.EnumValues (0 ms)
[ RUN ] SourceInfoTest.NestedEnums
[libprotobuf WARNING google/protobuf/compiler/parser.cc:471] No syntax specified for the proto file. Please use 'syntax = "proto2";' or 'syntax = "proto3";' to specify a syntax version. (Defaulted to proto2 syntax.)
[ OK ] SourceInfoTest.NestedEnums (0 ms)
[ RUN ] SourceInfoTest.Services
[libprotobuf WARNING google/protobuf/compiler/parser.cc:471] No syntax specified for the proto file. Please use 'syntax = "proto2";' or 'syntax = "proto3";' to specify a syntax version. (Defaulted to proto2 syntax.)
[ OK ] SourceInfoTest.Services (0 ms)
[ RUN ] SourceInfoTest.MethodsAndStreams
[libprotobuf WARNING google/protobuf/compiler/parser.cc:471] No syntax specified for the proto file. Please use 'syntax = "proto2";' or 'syntax = "proto3";' to specify a syntax version. (Defaulted to proto2 syntax.)
[ OK ] SourceInfoTest.MethodsAndStreams (1 ms)
[ RUN ] SourceInfoTest.Options
[libprotobuf WARNING google/protobuf/compiler/parser.cc:471] No syntax specified for the proto file. Please use 'syntax = "proto2";' or 'syntax = "proto3";' to specify a syntax version. (Defaulted to proto2 syntax.)
[ OK ] SourceInfoTest.Options (0 ms)
[ RUN ] SourceInfoTest.ScopedOptions
[libprotobuf WARNING google/protobuf/compiler/parser.cc:471] No syntax specified for the proto file. Please use 'syntax = "proto2";' or 'syntax = "proto3";' to specify a syntax version. (Defaulted to proto2 syntax.)
[ OK ] SourceInfoTest.ScopedOptions (0 ms)
[ RUN ] SourceInfoTest.FieldOptions
[libprotobuf WARNING google/protobuf/compiler/parser.cc:471] No syntax specified for the proto file. Please use 'syntax = "proto2";' or 'syntax = "proto3";' to specify a syntax version. (Defaulted to proto2 syntax.)
[ OK ] SourceInfoTest.FieldOptions (0 ms)
[ RUN ] SourceInfoTest.EnumValueOptions
[libprotobuf WARNING google/protobuf/compiler/parser.cc:471] No syntax specified for the proto file. Please use 'syntax = "proto2";' or 'syntax = "proto3";' to specify a syntax version. (Defaulted to proto2 syntax.)
[ OK ] SourceInfoTest.EnumValueOptions (0 ms)
[ RUN ] SourceInfoTest.DocComments
[libprotobuf WARNING google/protobuf/compiler/parser.cc:471] No syntax specified for the proto file. Please use 'syntax = "proto2";' or 'syntax = "proto3";' to specify a syntax version. (Defaulted to proto2 syntax.)
[ OK ] SourceInfoTest.DocComments (1 ms)
[ RUN ] SourceInfoTest.DocComments2
[ OK ] SourceInfoTest.DocComments2 (0 ms)
[ RUN ] SourceInfoTest.DocComments3
[libprotobuf WARNING google/protobuf/compiler/parser.cc:471] No syntax specified for the proto file. Please use 'syntax = "proto2";' or 'syntax = "proto3";' to specify a syntax version. (Defaulted to proto2 syntax.)
[ OK ] SourceInfoTest.DocComments3 (0 ms)
[ RUN ] SourceInfoTest.DocCommentsOneof
[ OK ] SourceInfoTest.DocCommentsOneof (0 ms)
[----------] 22 tests from SourceInfoTest (3 ms total)
[----------] 5 tests from ImporterTest
[ RUN ] ImporterTest.Import
[ OK ] ImporterTest.Import (0 ms)
[ RUN ] ImporterTest.ImportNested
[ OK ] ImporterTest.ImportNested (0 ms)
[ RUN ] ImporterTest.FileNotFound
[ OK ] ImporterTest.FileNotFound (0 ms)
[ RUN ] ImporterTest.ImportNotFound
[ OK ] ImporterTest.ImportNotFound (0 ms)
[ RUN ] ImporterTest.RecursiveImport
[ OK ] ImporterTest.RecursiveImport (0 ms)
[----------] 5 tests from ImporterTest (0 ms total)
[----------] 9 tests from DiskSourceTreeTest
[ RUN ] DiskSourceTreeTest.MapRoot
[ OK ] DiskSourceTreeTest.MapRoot (3 ms)
[ RUN ] DiskSourceTreeTest.MapDirectory
[ OK ] DiskSourceTreeTest.MapDirectory (2 ms)
[ RUN ] DiskSourceTreeTest.NoParent
[ OK ] DiskSourceTreeTest.NoParent (3 ms)
[ RUN ] DiskSourceTreeTest.MapFile
[ OK ] DiskSourceTreeTest.MapFile (3 ms)
[ RUN ] DiskSourceTreeTest.SearchMultipleDirectories
[ OK ] DiskSourceTreeTest.SearchMultipleDirectories (3 ms)
[ RUN ] DiskSourceTreeTest.OrderingTrumpsSpecificity
[ OK ] DiskSourceTreeTest.OrderingTrumpsSpecificity (3 ms)
[ RUN ] DiskSourceTreeTest.DiskFileToVirtualFile
[ OK ] DiskSourceTreeTest.DiskFileToVirtualFile (4 ms)
[ RUN ] DiskSourceTreeTest.DiskFileToVirtualFileCanonicalization
[ OK ] DiskSourceTreeTest.DiskFileToVirtualFileCanonicalization (1 ms)
[ RUN ] DiskSourceTreeTest.VirtualFileToDiskFile
[ OK ] DiskSourceTreeTest.VirtualFileToDiskFile (5 ms)
[----------] 9 tests from DiskSourceTreeTest (27 ms total)
[----------] 56 tests from CommandLineInterfaceTest
[ RUN ] CommandLineInterfaceTest.BasicOutput
[ OK ] CommandLineInterfaceTest.BasicOutput (6 ms)
[ RUN ] CommandLineInterfaceTest.BasicPlugin
[ OK ] CommandLineInterfaceTest.BasicPlugin (74 ms)
[ RUN ] CommandLineInterfaceTest.GeneratorAndPlugin
[ OK ] CommandLineInterfaceTest.GeneratorAndPlugin (86 ms)
[ RUN ] CommandLineInterfaceTest.MultipleInputs
[ OK ] CommandLineInterfaceTest.MultipleInputs (89 ms)
[ RUN ] CommandLineInterfaceTest.MultipleInputsWithImport
[ OK ] CommandLineInterfaceTest.MultipleInputsWithImport (76 ms)
[ RUN ] CommandLineInterfaceTest.CreateDirectoryA
[ OK ] CommandLineInterfaceTest.CreateDirectoryA (70 ms)
[ RUN ] CommandLineInterfaceTest.GeneratorParameters
[ OK ] CommandLineInterfaceTest.GeneratorParameters (72 ms)
[ RUN ] CommandLineInterfaceTest.ExtraGeneratorParameters
[ OK ] CommandLineInterfaceTest.ExtraGeneratorParameters (6 ms)
[ RUN ] CommandLineInterfaceTest.Insert
[ OK ] CommandLineInterfaceTest.Insert (129 ms)
[ RUN ] CommandLineInterfaceTest.WindowsOutputPath
[ OK ] CommandLineInterfaceTest.WindowsOutputPath (3 ms)
[ RUN ] CommandLineInterfaceTest.WindowsOutputPathAndParameter
[ OK ] CommandLineInterfaceTest.WindowsOutputPathAndParameter (2 ms)
[ RUN ] CommandLineInterfaceTest.TrailingBackslash
[ OK ] CommandLineInterfaceTest.TrailingBackslash (4 ms)
[ RUN ] CommandLineInterfaceTest.PathLookup
[ OK ] CommandLineInterfaceTest.PathLookup (7 ms)
[ RUN ] CommandLineInterfaceTest.ColonDelimitedPath
[ OK ] CommandLineInterfaceTest.ColonDelimitedPath (7 ms)
[ RUN ] CommandLineInterfaceTest.NonRootMapping
[ OK ] CommandLineInterfaceTest.NonRootMapping (4 ms)
[ RUN ] CommandLineInterfaceTest.MultipleGenerators
[ OK ] CommandLineInterfaceTest.MultipleGenerators (5 ms)
[ RUN ] CommandLineInterfaceTest.DisallowServicesNoServices
[ OK ] CommandLineInterfaceTest.DisallowServicesNoServices (4 ms)
[ RUN ] CommandLineInterfaceTest.DisallowServicesHasService
[ OK ] CommandLineInterfaceTest.DisallowServicesHasService (3 ms)
[ RUN ] CommandLineInterfaceTest.AllowServicesHasService
[ OK ] CommandLineInterfaceTest.AllowServicesHasService (4 ms)
[ RUN ] CommandLineInterfaceTest.CwdRelativeInputs
[ OK ] CommandLineInterfaceTest.CwdRelativeInputs (4 ms)
[ RUN ] CommandLineInterfaceTest.WriteDescriptorSet
[ OK ] CommandLineInterfaceTest.WriteDescriptorSet (8 ms)
[ RUN ] CommandLineInterfaceTest.WriteDescriptorSetWithSourceInfo
[ OK ] CommandLineInterfaceTest.WriteDescriptorSetWithSourceInfo (8 ms)
[ RUN ] CommandLineInterfaceTest.WriteTransitiveDescriptorSet
[ OK ] CommandLineInterfaceTest.WriteTransitiveDescriptorSet (6 ms)
[ RUN ] CommandLineInterfaceTest.WriteTransitiveDescriptorSetWithSourceInfo
[ OK ] CommandLineInterfaceTest.WriteTransitiveDescriptorSetWithSourceInfo (7 ms)
[ RUN ] CommandLineInterfaceTest.ParseErrors
[ OK ] CommandLineInterfaceTest.ParseErrors (4 ms)
[ RUN ] CommandLineInterfaceTest.ParseErrorsMultipleFiles
[ OK ] CommandLineInterfaceTest.ParseErrorsMultipleFiles (6 ms)
[ RUN ] CommandLineInterfaceTest.InputNotFoundError
[ OK ] CommandLineInterfaceTest.InputNotFoundError (2 ms)
[ RUN ] CommandLineInterfaceTest.CwdRelativeInputNotFoundError
[ OK ] CommandLineInterfaceTest.CwdRelativeInputNotFoundError (2 ms)
[ RUN ] CommandLineInterfaceTest.CwdRelativeInputNotMappedError
[ OK ] CommandLineInterfaceTest.CwdRelativeInputNotMappedError (4 ms)
[ RUN ] CommandLineInterfaceTest.CwdRelativeInputNotFoundAndNotMappedError
[ OK ] CommandLineInterfaceTest.CwdRelativeInputNotFoundAndNotMappedError (3 ms)
[ RUN ] CommandLineInterfaceTest.CwdRelativeInputShadowedError
[ OK ] CommandLineInterfaceTest.CwdRelativeInputShadowedError (5 ms)
[ RUN ] CommandLineInterfaceTest.ProtoPathNotFoundError
[ OK ] CommandLineInterfaceTest.ProtoPathNotFoundError (2 ms)
[ RUN ] CommandLineInterfaceTest.MissingInputError
[ OK ] CommandLineInterfaceTest.MissingInputError (2 ms)
[ RUN ] CommandLineInterfaceTest.MissingOutputError
[ OK ] CommandLineInterfaceTest.MissingOutputError (2 ms)
[ RUN ] CommandLineInterfaceTest.OutputWriteError
[ OK ] CommandLineInterfaceTest.OutputWriteError (4 ms)
[ RUN ] CommandLineInterfaceTest.PluginOutputWriteError
[ OK ] CommandLineInterfaceTest.PluginOutputWriteError (62 ms)
[ RUN ] CommandLineInterfaceTest.OutputDirectoryNotFoundError
[ OK ] CommandLineInterfaceTest.OutputDirectoryNotFoundError (4 ms)
[ RUN ] CommandLineInterfaceTest.PluginOutputDirectoryNotFoundError
[ OK ] CommandLineInterfaceTest.PluginOutputDirectoryNotFoundError (67 ms)
[ RUN ] CommandLineInterfaceTest.OutputDirectoryIsFileError
[ OK ] CommandLineInterfaceTest.OutputDirectoryIsFileError (4 ms)
[ RUN ] CommandLineInterfaceTest.GeneratorError
[ OK ] CommandLineInterfaceTest.GeneratorError (3 ms)
[ RUN ] CommandLineInterfaceTest.GeneratorPluginError
[ OK ] CommandLineInterfaceTest.GeneratorPluginError (62 ms)
[ RUN ] CommandLineInterfaceTest.GeneratorPluginFail
[ OK ] CommandLineInterfaceTest.GeneratorPluginFail (65 ms)
[ RUN ] CommandLineInterfaceTest.GeneratorPluginCrash
[ OK ] CommandLineInterfaceTest.GeneratorPluginCrash (1619 ms)
[ RUN ] CommandLineInterfaceTest.PluginReceivesSourceCodeInfo
[ OK ] CommandLineInterfaceTest.PluginReceivesSourceCodeInfo (758 ms)
[ RUN ] CommandLineInterfaceTest.GeneratorPluginNotFound
[ OK ] CommandLineInterfaceTest.GeneratorPluginNotFound (4 ms)
[ RUN ] CommandLineInterfaceTest.GeneratorPluginNotAllowed
[ OK ] CommandLineInterfaceTest.GeneratorPluginNotAllowed (2 ms)
[ RUN ] CommandLineInterfaceTest.HelpText
[ OK ] CommandLineInterfaceTest.HelpText (2 ms)
[ RUN ] CommandLineInterfaceTest.GccFormatErrors
[ OK ] CommandLineInterfaceTest.GccFormatErrors (3 ms)
[ RUN ] CommandLineInterfaceTest.MsvsFormatErrors
[ OK ] CommandLineInterfaceTest.MsvsFormatErrors (3 ms)
[ RUN ] CommandLineInterfaceTest.InvalidErrorFormat
[ OK ] CommandLineInterfaceTest.InvalidErrorFormat (3 ms)
[ RUN ] CommandLineInterfaceTest.ParseSingleCharacterFlag
[ OK ] CommandLineInterfaceTest.ParseSingleCharacterFlag (3 ms)
[ RUN ] CommandLineInterfaceTest.ParseSpaceDelimitedValue
[ OK ] CommandLineInterfaceTest.ParseSpaceDelimitedValue (4 ms)
[ RUN ] CommandLineInterfaceTest.ParseSingleCharacterSpaceDelimitedValue
[ OK ] CommandLineInterfaceTest.ParseSingleCharacterSpaceDelimitedValue (3 ms)
[ RUN ] CommandLineInterfaceTest.MissingValueError
[ OK ] CommandLineInterfaceTest.MissingValueError (2 ms)
[ RUN ] CommandLineInterfaceTest.MissingValueAtEndError
[ OK ] CommandLineInterfaceTest.MissingValueAtEndError (2 ms)
[ RUN ] CommandLineInterfaceTest.PrintFreeFieldNumbers
[ OK ] CommandLineInterfaceTest.PrintFreeFieldNumbers (52 ms)
[----------] 56 tests from CommandLineInterfaceTest (3449 ms total)
[----------] 6 tests from EncodeDecodeTest
[ RUN ] EncodeDecodeTest.Encode
[ OK ] EncodeDecodeTest.Encode (18 ms)
[ RUN ] EncodeDecodeTest.Decode
[ OK ] EncodeDecodeTest.Decode (19 ms)
[ RUN ] EncodeDecodeTest.Partial
[ OK ] EncodeDecodeTest.Partial (19 ms)
[ RUN ] EncodeDecodeTest.DecodeRaw
[ OK ] EncodeDecodeTest.DecodeRaw (2 ms)
[ RUN ] EncodeDecodeTest.UnknownType
[ OK ] EncodeDecodeTest.UnknownType (17 ms)
[ RUN ] EncodeDecodeTest.ProtoParseError
[ OK ] EncodeDecodeTest.ProtoParseError (2 ms)
[----------] 6 tests from EncodeDecodeTest (77 ms total)
[----------] 11 tests from IoTest
[ RUN ] IoTest.ArrayIo
[ OK ] IoTest.ArrayIo (0 ms)
[ RUN ] IoTest.TwoSessionWrite
[ OK ] IoTest.TwoSessionWrite (0 ms)
[ RUN ] IoTest.StringIo
[ OK ] IoTest.StringIo (0 ms)
[ RUN ] IoTest.FileIo
[ OK ] IoTest.FileIo (37 ms)
[ RUN ] IoTest.FileReadError
[ OK ] IoTest.FileReadError (0 ms)
[ RUN ] IoTest.FileWriteError
[ OK ] IoTest.FileWriteError (0 ms)
[ RUN ] IoTest.PipeIo
[ OK ] IoTest.PipeIo (5 ms)
[ RUN ] IoTest.IostreamIo
[ OK ] IoTest.IostreamIo (874 ms)
[ RUN ] IoTest.ConcatenatingInputStream
[ OK ] IoTest.ConcatenatingInputStream (0 ms)
[ RUN ] IoTest.LimitingInputStream
[ OK ] IoTest.LimitingInputStream (0 ms)
[ RUN ] IoTest.LimitingInputStreamByteCount
[ OK ] IoTest.LimitingInputStreamByteCount (0 ms)
[----------] 11 tests from IoTest (917 ms total)
[----------] 2 tests from ZeroSizeArray
[ RUN ] ZeroSizeArray.Input
[ OK ] ZeroSizeArray.Input (0 ms)
[ RUN ] ZeroSizeArray.Output
[ OK ] ZeroSizeArray.Output (0 ms)
[----------] 2 tests from ZeroSizeArray (0 ms total)
[----------] 1 test from TokenizerTest_SimpleTokens_DD
[ RUN ] TokenizerTest_SimpleTokens_DD.SimpleTokens
[ OK ] TokenizerTest_SimpleTokens_DD.SimpleTokens (7 ms)
[----------] 1 test from TokenizerTest_SimpleTokens_DD (7 ms total)
[----------] 1 test from TokenizerTest_FloatSuffix_DD
[ RUN ] TokenizerTest_FloatSuffix_DD.FloatSuffix
[ OK ] TokenizerTest_FloatSuffix_DD.FloatSuffix (0 ms)
[----------] 1 test from TokenizerTest_FloatSuffix_DD (0 ms total)
[----------] 1 test from TokenizerTest_MultipleTokens_DD
[ RUN ] TokenizerTest_MultipleTokens_DD.MultipleTokens
[ OK ] TokenizerTest_MultipleTokens_DD.MultipleTokens (7 ms)
[----------] 1 test from TokenizerTest_MultipleTokens_DD (7 ms total)
[----------] 1 test from TokenizerTest_ShCommentStyle_DD
[ RUN ] TokenizerTest_ShCommentStyle_DD.ShCommentStyle
[ OK ] TokenizerTest_ShCommentStyle_DD.ShCommentStyle (0 ms)
[----------] 1 test from TokenizerTest_ShCommentStyle_DD (0 ms total)
[----------] 1 test from TokenizerTest_DocComments_DD
[ RUN ] TokenizerTest_DocComments_DD.DocComments
[ OK ] TokenizerTest_DocComments_DD.DocComments (5 ms)
[----------] 1 test from TokenizerTest_DocComments_DD (5 ms total)
[----------] 4 tests from TokenizerTest
[ RUN ] TokenizerTest.ParseInteger
[ OK ] TokenizerTest.ParseInteger (0 ms)
[ RUN ] TokenizerTest.ParseFloat
[ OK ] TokenizerTest.ParseFloat (0 ms)
[ RUN ] TokenizerTest.ParseString
[ OK ] TokenizerTest.ParseString (0 ms)
[ RUN ] TokenizerTest.ParseStringAppend
[ OK ] TokenizerTest.ParseStringAppend (0 ms)
[----------] 4 tests from TokenizerTest (0 ms total)
[----------] 1 test from TokenizerTest_Errors_DD
[ RUN ] TokenizerTest_Errors_DD.Errors
[ OK ] TokenizerTest_Errors_DD.Errors (7 ms)
[----------] 1 test from TokenizerTest_Errors_DD (7 ms total)
[----------] 1 test from TokenizerTest_BackUpOnDestruction_DD
[ RUN ] TokenizerTest_BackUpOnDestruction_DD.BackUpOnDestruction
[ OK ] TokenizerTest_BackUpOnDestruction_DD.BackUpOnDestruction (0 ms)
[----------] 1 test from TokenizerTest_BackUpOnDestruction_DD (0 ms total)
[----------] 8 tests from Printer
[ RUN ] Printer.EmptyPrinter
[ OK ] Printer.EmptyPrinter (0 ms)
[ RUN ] Printer.BasicPrinting
[ OK ] Printer.BasicPrinting (0 ms)
[ RUN ] Printer.WriteRaw
[ OK ] Printer.WriteRaw (0 ms)
[ RUN ] Printer.VariableSubstitution
[ OK ] Printer.VariableSubstitution (0 ms)
[ RUN ] Printer.InlineVariableSubstitution
[ OK ] Printer.InlineVariableSubstitution (0 ms)
[ RUN ] Printer.Indenting
[ OK ] Printer.Indenting (0 ms)
[ RUN ] Printer.WriteFailurePartial
[ OK ] Printer.WriteFailurePartial (0 ms)
[ RUN ] Printer.WriteFailureExact
[ OK ] Printer.WriteFailureExact (0 ms)
[----------] 8 tests from Printer (0 ms total)
[----------] 1 test from CodedStreamTest_ReadVarint32_DD
[ RUN ] CodedStreamTest_ReadVarint32_DD.ReadVarint32
[ OK ] CodedStreamTest_ReadVarint32_DD.ReadVarint32 (2 ms)
[----------] 1 test from CodedStreamTest_ReadVarint32_DD (2 ms total)
[----------] 1 test from CodedStreamTest_ReadTag_DD
[ RUN ] CodedStreamTest_ReadTag_DD.ReadTag
[ OK ] CodedStreamTest_ReadTag_DD.ReadTag (1 ms)
[----------] 1 test from CodedStreamTest_ReadTag_DD (1 ms total)
[----------] 23 tests from CodedStreamTest
[ RUN ] CodedStreamTest.EmptyInputBeforeEos
[ OK ] CodedStreamTest.EmptyInputBeforeEos (0 ms)
[ RUN ] CodedStreamTest.ReadStringImpossiblyLargeFromStringOnStack
[ OK ] CodedStreamTest.ReadStringImpossiblyLargeFromStringOnStack (0 ms)
[ RUN ] CodedStreamTest.ReadStringImpossiblyLargeFromStringOnHeap
[ OK ] CodedStreamTest.ReadStringImpossiblyLargeFromStringOnHeap (0 ms)
[ RUN ] CodedStreamTest.ReadStringNoReservationIfLimitsNotSet
[ OK ] CodedStreamTest.ReadStringNoReservationIfLimitsNotSet (0 ms)
[ RUN ] CodedStreamTest.ReadStringNoReservationSizeIsNegative
[ OK ] CodedStreamTest.ReadStringNoReservationSizeIsNegative (0 ms)
[ RUN ] CodedStreamTest.ReadStringNoReservationSizeIsLarge
[ OK ] CodedStreamTest.ReadStringNoReservationSizeIsLarge (1 ms)
[ RUN ] CodedStreamTest.ReadStringNoReservationSizeIsOverTheLimit
[ OK ] CodedStreamTest.ReadStringNoReservationSizeIsOverTheLimit (0 ms)
[ RUN ] CodedStreamTest.ReadStringNoReservationSizeIsOverTheTotalBytesLimit
[libprotobuf ERROR google/protobuf/io/coded_stream.cc:195] A protocol message was rejected because it was too big (more than 16 bytes). To increase the limit (or to disable these warnings), see CodedInputStream::SetTotalBytesLimit() in google/protobuf/io/coded_stream.h.
[ OK ] CodedStreamTest.ReadStringNoReservationSizeIsOverTheTotalBytesLimit (0 ms)
[ RUN ] CodedStreamTest.ReadStringNoReservationSizeIsOverTheClosestLimit_GlobalLimitIsCloser
[libprotobuf ERROR google/protobuf/io/coded_stream.cc:195] A protocol message was rejected because it was too big (more than 16 bytes). To increase the limit (or to disable these warnings), see CodedInputStream::SetTotalBytesLimit() in google/protobuf/io/coded_stream.h.
[ OK ] CodedStreamTest.ReadStringNoReservationSizeIsOverTheClosestLimit_GlobalLimitIsCloser (0 ms)
[ RUN ] CodedStreamTest.ReadStringNoReservationSizeIsOverTheClosestLimit_LocalLimitIsCloser
[ OK ] CodedStreamTest.ReadStringNoReservationSizeIsOverTheClosestLimit_LocalLimitIsCloser (0 ms)
[ RUN ] CodedStreamTest.GetDirectBufferPointerInput
[ OK ] CodedStreamTest.GetDirectBufferPointerInput (0 ms)
[ RUN ] CodedStreamTest.GetDirectBufferPointerInlineInput
[ OK ] CodedStreamTest.GetDirectBufferPointerInlineInput (0 ms)
[ RUN ] CodedStreamTest.GetDirectBufferPointerOutput
[ OK ] CodedStreamTest.GetDirectBufferPointerOutput (0 ms)
[ RUN ] CodedStreamTest.ExpectAtEnd
[ OK ] CodedStreamTest.ExpectAtEnd (0 ms)
[ RUN ] CodedStreamTest.NegativeLimit
[ OK ] CodedStreamTest.NegativeLimit (0 ms)
[ RUN ] CodedStreamTest.NegativeLimitAfterReading
[ OK ] CodedStreamTest.NegativeLimitAfterReading (0 ms)
[ RUN ] CodedStreamTest.OverflowLimit
[ OK ] CodedStreamTest.OverflowLimit (0 ms)
[ RUN ] CodedStreamTest.TotalBytesLimit
[ OK ] CodedStreamTest.TotalBytesLimit (0 ms)
[ RUN ] CodedStreamTest.TotalBytesLimitNotValidMessageEnd
[libprotobuf ERROR google/protobuf/io/coded_stream.cc:195] A protocol message was rejected because it was too big (more than 16 bytes). To increase the limit (or to disable these warnings), see CodedInputStream::SetTotalBytesLimit() in google/protobuf/io/coded_stream.h.
[ OK ] CodedStreamTest.TotalBytesLimitNotValidMessageEnd (0 ms)
[ RUN ] CodedStreamTest.TotalBytesLimitWarning
[ OK ] CodedStreamTest.TotalBytesLimitWarning (0 ms)
[ RUN ] CodedStreamTest.TotalBytesLimitWarningDisabled
[ OK ] CodedStreamTest.TotalBytesLimitWarningDisabled (0 ms)
[ RUN ] CodedStreamTest.RecursionLimit
[ OK ] CodedStreamTest.RecursionLimit (0 ms)
[ RUN ] CodedStreamTest.InputOver2G
[ OK ] CodedStreamTest.InputOver2G (0 ms)
[----------] 23 tests from CodedStreamTest (1 ms total)
[----------] 1 test from CodedStreamTest_ExpectTag_DD
[ RUN ] CodedStreamTest_ExpectTag_DD.ExpectTag
[ OK ] CodedStreamTest_ExpectTag_DD.ExpectTag (0 ms)
[----------] 1 test from CodedStreamTest_ExpectTag_DD (1 ms total)
[----------] 1 test from CodedStreamTest_ExpectTagFromArray_DD
[ RUN ] CodedStreamTest_ExpectTagFromArray_DD.ExpectTagFromArray
[ OK ] CodedStreamTest_ExpectTagFromArray_DD.ExpectTagFromArray (0 ms)
[----------] 1 test from CodedStreamTest_ExpectTagFromArray_DD (0 ms total)
[----------] 1 test from CodedStreamTest_ReadVarint64_DD
[ RUN ] CodedStreamTest_ReadVarint64_DD.ReadVarint64
[ OK ] CodedStreamTest_ReadVarint64_DD.ReadVarint64 (1 ms)
[----------] 1 test from CodedStreamTest_ReadVarint64_DD (1 ms total)
[----------] 1 test from CodedStreamTest_WriteVarint32_DD
[ RUN ] CodedStreamTest_WriteVarint32_DD.WriteVarint32
[ OK ] CodedStreamTest_WriteVarint32_DD.WriteVarint32 (2 ms)
[----------] 1 test from CodedStreamTest_WriteVarint32_DD (2 ms total)
[----------] 1 test from CodedStreamTest_WriteVarint64_DD
[ RUN ] CodedStreamTest_WriteVarint64_DD.WriteVarint64
[ OK ] CodedStreamTest_WriteVarint64_DD.WriteVarint64 (1 ms)
[----------] 1 test from CodedStreamTest_WriteVarint64_DD (1 ms total)
[----------] 1 test from CodedStreamTest_WriteVarint32SignExtended_DD
[ RUN ] CodedStreamTest_WriteVarint32SignExtended_DD.WriteVarint32SignExtended
[ OK ] CodedStreamTest_WriteVarint32SignExtended_DD.WriteVarint32SignExtended (1 ms)
[----------] 1 test from CodedStreamTest_WriteVarint32SignExtended_DD (1 ms total)
[----------] 1 test from CodedStreamTest_ReadVarint32Error_DD
[ RUN ] CodedStreamTest_ReadVarint32Error_DD.ReadVarint32Error
[ OK ] CodedStreamTest_ReadVarint32Error_DD.ReadVarint32Error (1 ms)
[----------] 1 test from CodedStreamTest_ReadVarint32Error_DD (1 ms total)
[----------] 1 test from CodedStreamTest_ReadVarint64Error_DD
[ RUN ] CodedStreamTest_ReadVarint64Error_DD.ReadVarint64Error
[ OK ] CodedStreamTest_ReadVarint64Error_DD.ReadVarint64Error (1 ms)
[----------] 1 test from CodedStreamTest_ReadVarint64Error_DD (1 ms total)
[----------] 1 test from CodedStreamTest_VarintSize32_DD
[ RUN ] CodedStreamTest_VarintSize32_DD.VarintSize32
[ OK ] CodedStreamTest_VarintSize32_DD.VarintSize32 (0 ms)
[----------] 1 test from CodedStreamTest_VarintSize32_DD (1 ms total)
[----------] 1 test from CodedStreamTest_VarintSize64_DD
[ RUN ] CodedStreamTest_VarintSize64_DD.VarintSize64
[ OK ] CodedStreamTest_VarintSize64_DD.VarintSize64 (0 ms)
[----------] 1 test from CodedStreamTest_VarintSize64_DD (0 ms total)
[----------] 1 test from CodedStreamTest_ReadLittleEndian32_DD
[ RUN ] CodedStreamTest_ReadLittleEndian32_DD.ReadLittleEndian32
[ OK ] CodedStreamTest_ReadLittleEndian32_DD.ReadLittleEndian32 (0 ms)
[----------] 1 test from CodedStreamTest_ReadLittleEndian32_DD (0 ms total)
[----------] 1 test from CodedStreamTest_ReadLittleEndian64_DD
[ RUN ] CodedStreamTest_ReadLittleEndian64_DD.ReadLittleEndian64
[ OK ] CodedStreamTest_ReadLittleEndian64_DD.ReadLittleEndian64 (1 ms)
[----------] 1 test from CodedStreamTest_ReadLittleEndian64_DD (1 ms total)
[----------] 1 test from CodedStreamTest_WriteLittleEndian32_DD
[ RUN ] CodedStreamTest_WriteLittleEndian32_DD.WriteLittleEndian32
[ OK ] CodedStreamTest_WriteLittleEndian32_DD.WriteLittleEndian32 (0 ms)
[----------] 1 test from CodedStreamTest_WriteLittleEndian32_DD (0 ms total)
[----------] 1 test from CodedStreamTest_WriteLittleEndian64_DD
[ RUN ] CodedStreamTest_WriteLittleEndian64_DD.WriteLittleEndian64
[ OK ] CodedStreamTest_WriteLittleEndian64_DD.WriteLittleEndian64 (1 ms)
[----------] 1 test from CodedStreamTest_WriteLittleEndian64_DD (1 ms total)
[----------] 1 test from CodedStreamTest_ReadLittleEndian32FromArray_DD
[ RUN ] CodedStreamTest_ReadLittleEndian32FromArray_DD.ReadLittleEndian32FromArray
[ OK ] CodedStreamTest_ReadLittleEndian32FromArray_DD.ReadLittleEndian32FromArray (0 ms)
[----------] 1 test from CodedStreamTest_ReadLittleEndian32FromArray_DD (0 ms total)
[----------] 1 test from CodedStreamTest_ReadLittleEndian64FromArray_DD
[ RUN ] CodedStreamTest_ReadLittleEndian64FromArray_DD.ReadLittleEndian64FromArray
[ OK ] CodedStreamTest_ReadLittleEndian64FromArray_DD.ReadLittleEndian64FromArray (0 ms)
[----------] 1 test from CodedStreamTest_ReadLittleEndian64FromArray_DD (0 ms total)
[----------] 1 test from CodedStreamTest_ReadRaw_DD
[ RUN ] CodedStreamTest_ReadRaw_DD.ReadRaw
[ OK ] CodedStreamTest_ReadRaw_DD.ReadRaw (0 ms)
[----------] 1 test from CodedStreamTest_ReadRaw_DD (0 ms total)
[----------] 1 test from CodedStreamTest_WriteRaw_DD
[ RUN ] CodedStreamTest_WriteRaw_DD.WriteRaw
[ OK ] CodedStreamTest_WriteRaw_DD.WriteRaw (0 ms)
[----------] 1 test from CodedStreamTest_WriteRaw_DD (0 ms total)
[----------] 1 test from CodedStreamTest_ReadString_DD
[ RUN ] CodedStreamTest_ReadString_DD.ReadString
[ OK ] CodedStreamTest_ReadString_DD.ReadString (0 ms)
[----------] 1 test from CodedStreamTest_ReadString_DD (0 ms total)
[----------] 1 test from CodedStreamTest_ReadStringImpossiblyLarge_DD
[ RUN ] CodedStreamTest_ReadStringImpossiblyLarge_DD.ReadStringImpossiblyLarge
[ OK ] CodedStreamTest_ReadStringImpossiblyLarge_DD.ReadStringImpossiblyLarge (22 ms)
[----------] 1 test from CodedStreamTest_ReadStringImpossiblyLarge_DD (22 ms total)
[----------] 1 test from CodedStreamTest_ReadStringReservesMemoryOnTotalLimit_DD
[ RUN ] CodedStreamTest_ReadStringReservesMemoryOnTotalLimit_DD.ReadStringReservesMemoryOnTotalLimit
[ OK ] CodedStreamTest_ReadStringReservesMemoryOnTotalLimit_DD.ReadStringReservesMemoryOnTotalLimit (1 ms)
[----------] 1 test from CodedStreamTest_ReadStringReservesMemoryOnTotalLimit_DD (1 ms total)
[----------] 1 test from CodedStreamTest_ReadStringReservesMemoryOnPushedLimit_DD
[ RUN ] CodedStreamTest_ReadStringReservesMemoryOnPushedLimit_DD.ReadStringReservesMemoryOnPushedLimit
[ OK ] CodedStreamTest_ReadStringReservesMemoryOnPushedLimit_DD.ReadStringReservesMemoryOnPushedLimit (0 ms)
[----------] 1 test from CodedStreamTest_ReadStringReservesMemoryOnPushedLimit_DD (0 ms total)
[----------] 1 test from CodedStreamTest_SkipInput_DD
[ RUN ] CodedStreamTest_SkipInput_DD.SkipInput
[ OK ] CodedStreamTest_SkipInput_DD.SkipInput (0 ms)
[----------] 1 test from CodedStreamTest_SkipInput_DD (0 ms total)
[----------] 1 test from CodedStreamTest_BasicLimit_DD
[ RUN ] CodedStreamTest_BasicLimit_DD.BasicLimit
[ OK ] CodedStreamTest_BasicLimit_DD.BasicLimit (0 ms)
[----------] 1 test from CodedStreamTest_BasicLimit_DD (0 ms total)
[----------] 1 test from CodedStreamTest_SmallLimitOnTopOfBigLimit_DD
[ RUN ] CodedStreamTest_SmallLimitOnTopOfBigLimit_DD.SmallLimitOnTopOfBigLimit
[ OK ] CodedStreamTest_SmallLimitOnTopOfBigLimit_DD.SmallLimitOnTopOfBigLimit (0 ms)
[----------] 1 test from CodedStreamTest_SmallLimitOnTopOfBigLimit_DD (0 ms total)
[----------] 1 test from CodedStreamTest_BigLimitOnTopOfSmallLimit_DD
[ RUN ] CodedStreamTest_BigLimitOnTopOfSmallLimit_DD.BigLimitOnTopOfSmallLimit
[ OK ] CodedStreamTest_BigLimitOnTopOfSmallLimit_DD.BigLimitOnTopOfSmallLimit (1 ms)
[----------] 1 test from CodedStreamTest_BigLimitOnTopOfSmallLimit_DD (1 ms total)
[----------] 30 tests from WireFormatTest
[ RUN ] WireFormatTest.EnumsInSync
[ OK ] WireFormatTest.EnumsInSync (0 ms)
[ RUN ] WireFormatTest.MaxFieldNumber
[ OK ] WireFormatTest.MaxFieldNumber (0 ms)
[ RUN ] WireFormatTest.Parse
[ OK ] WireFormatTest.Parse (0 ms)
[ RUN ] WireFormatTest.ParseExtensions
[ OK ] WireFormatTest.ParseExtensions (0 ms)
[ RUN ] WireFormatTest.ParsePacked
[ OK ] WireFormatTest.ParsePacked (0 ms)
[ RUN ] WireFormatTest.ParsePackedFromUnpacked
[ OK ] WireFormatTest.ParsePackedFromUnpacked (0 ms)
[ RUN ] WireFormatTest.ParseUnpackedFromPacked
[ OK ] WireFormatTest.ParseUnpackedFromPacked (0 ms)
[ RUN ] WireFormatTest.ParsePackedExtensions
[ OK ] WireFormatTest.ParsePackedExtensions (0 ms)
[ RUN ] WireFormatTest.ParseOneof
[ OK ] WireFormatTest.ParseOneof (0 ms)
[ RUN ] WireFormatTest.OneofOnlySetLast
[ OK ] WireFormatTest.OneofOnlySetLast (0 ms)
[ RUN ] WireFormatTest.ByteSize
[ OK ] WireFormatTest.ByteSize (0 ms)
[ RUN ] WireFormatTest.ByteSizeExtensions
[ OK ] WireFormatTest.ByteSizeExtensions (0 ms)
[ RUN ] WireFormatTest.ByteSizePacked
[ OK ] WireFormatTest.ByteSizePacked (0 ms)
[ RUN ] WireFormatTest.ByteSizePackedExtensions
[ OK ] WireFormatTest.ByteSizePackedExtensions (0 ms)
[ RUN ] WireFormatTest.ByteSizeOneof
[ OK ] WireFormatTest.ByteSizeOneof (0 ms)
[ RUN ] WireFormatTest.Serialize
[ OK ] WireFormatTest.Serialize (0 ms)
[ RUN ] WireFormatTest.SerializeExtensions
[ OK ] WireFormatTest.SerializeExtensions (0 ms)
[ RUN ] WireFormatTest.SerializeFieldsAndExtensions
[ OK ] WireFormatTest.SerializeFieldsAndExtensions (0 ms)
[ RUN ] WireFormatTest.SerializeOneof
[ OK ] WireFormatTest.SerializeOneof (0 ms)
[ RUN ] WireFormatTest.ParseMultipleExtensionRanges
[ OK ] WireFormatTest.ParseMultipleExtensionRanges (0 ms)
[ RUN ] WireFormatTest.SerializeMessageSet
[ OK ] WireFormatTest.SerializeMessageSet (1 ms)
[ RUN ] WireFormatTest.SerializeMessageSetVariousWaysAreEqual
[ OK ] WireFormatTest.SerializeMessageSetVariousWaysAreEqual (0 ms)
[ RUN ] WireFormatTest.ParseMessageSet
[ OK ] WireFormatTest.ParseMessageSet (0 ms)
[ RUN ] WireFormatTest.ParseMessageSetWithReverseTagOrder
[ OK ] WireFormatTest.ParseMessageSetWithReverseTagOrder (0 ms)
[ RUN ] WireFormatTest.ParseBrokenMessageSet
[ OK ] WireFormatTest.ParseBrokenMessageSet (0 ms)
[ RUN ] WireFormatTest.RecursionLimit
[ OK ] WireFormatTest.RecursionLimit (0 ms)
[ RUN ] WireFormatTest.UnknownFieldRecursionLimit
[ OK ] WireFormatTest.UnknownFieldRecursionLimit (0 ms)
[ RUN ] WireFormatTest.ZigZag
[ OK ] WireFormatTest.ZigZag (0 ms)
[ RUN ] WireFormatTest.RepeatedScalarsDifferentTagSizes
[ OK ] WireFormatTest.RepeatedScalarsDifferentTagSizes (1 ms)
[ RUN ] WireFormatTest.CompatibleTypes
[ OK ] WireFormatTest.CompatibleTypes (0 ms)
[----------] 30 tests from WireFormatTest (3 ms total)
[----------] 4 tests from WireFormatInvalidInputTest
[ RUN ] WireFormatInvalidInputTest.InvalidSubMessage
[ OK ] WireFormatInvalidInputTest.InvalidSubMessage (0 ms)
[ RUN ] WireFormatInvalidInputTest.InvalidGroup
[ OK ] WireFormatInvalidInputTest.InvalidGroup (0 ms)
[ RUN ] WireFormatInvalidInputTest.InvalidUnknownGroup
[ OK ] WireFormatInvalidInputTest.InvalidUnknownGroup (0 ms)
[ RUN ] WireFormatInvalidInputTest.InvalidStringInUnknownGroup
[ OK ] WireFormatInvalidInputTest.InvalidStringInUnknownGroup (0 ms)
[----------] 4 tests from WireFormatInvalidInputTest (0 ms total)
[----------] 8 tests from Utf8ValidationTest
[ RUN ] Utf8ValidationTest.WriteInvalidUTF8String
[ OK ] Utf8ValidationTest.WriteInvalidUTF8String (0 ms)
[ RUN ] Utf8ValidationTest.ReadInvalidUTF8String
[ OK ] Utf8ValidationTest.ReadInvalidUTF8String (0 ms)
[ RUN ] Utf8ValidationTest.WriteValidUTF8String
[ OK ] Utf8ValidationTest.WriteValidUTF8String (0 ms)
[ RUN ] Utf8ValidationTest.ReadValidUTF8String
[ OK ] Utf8ValidationTest.ReadValidUTF8String (0 ms)
[ RUN ] Utf8ValidationTest.WriteArbitraryBytes
[ OK ] Utf8ValidationTest.WriteArbitraryBytes (0 ms)
[ RUN ] Utf8ValidationTest.ReadArbitraryBytes
[ OK ] Utf8ValidationTest.ReadArbitraryBytes (0 ms)
[ RUN ] Utf8ValidationTest.ParseRepeatedString
[ OK ] Utf8ValidationTest.ParseRepeatedString (0 ms)
[ RUN ] Utf8ValidationTest.OldVerifyUTF8String
[ OK ] Utf8ValidationTest.OldVerifyUTF8String (0 ms)
[----------] 8 tests from Utf8ValidationTest (0 ms total)
[----------] 28 tests from UnknownFieldSetTest
[ RUN ] UnknownFieldSetTest.AllFieldsPresent
[ OK ] UnknownFieldSetTest.AllFieldsPresent (0 ms)
[ RUN ] UnknownFieldSetTest.Varint
[ OK ] UnknownFieldSetTest.Varint (0 ms)
[ RUN ] UnknownFieldSetTest.Fixed32
[ OK ] UnknownFieldSetTest.Fixed32 (0 ms)
[ RUN ] UnknownFieldSetTest.Fixed64
[ OK ] UnknownFieldSetTest.Fixed64 (0 ms)
[ RUN ] UnknownFieldSetTest.LengthDelimited
[ OK ] UnknownFieldSetTest.LengthDelimited (0 ms)
[ RUN ] UnknownFieldSetTest.Group
[ OK ] UnknownFieldSetTest.Group (0 ms)
[ RUN ] UnknownFieldSetTest.SerializeFastAndSlowAreEquivalent
[ OK ] UnknownFieldSetTest.SerializeFastAndSlowAreEquivalent (0 ms)
[ RUN ] UnknownFieldSetTest.Serialize
[ OK ] UnknownFieldSetTest.Serialize (1 ms)
[ RUN ] UnknownFieldSetTest.ParseViaReflection
[ OK ] UnknownFieldSetTest.ParseViaReflection (0 ms)
[ RUN ] UnknownFieldSetTest.SerializeViaReflection
[ OK ] UnknownFieldSetTest.SerializeViaReflection (0 ms)
[ RUN ] UnknownFieldSetTest.CopyFrom
[ OK ] UnknownFieldSetTest.CopyFrom (0 ms)
[ RUN ] UnknownFieldSetTest.Swap
[ OK ] UnknownFieldSetTest.Swap (1 ms)
[ RUN ] UnknownFieldSetTest.SwapWithSelf
[ OK ] UnknownFieldSetTest.SwapWithSelf (0 ms)
[ RUN ] UnknownFieldSetTest.MergeFrom
[ OK ] UnknownFieldSetTest.MergeFrom (0 ms)
[ RUN ] UnknownFieldSetTest.Clear
[ OK ] UnknownFieldSetTest.Clear (0 ms)
[ RUN ] UnknownFieldSetTest.ClearAndFreeMemory
[ OK ] UnknownFieldSetTest.ClearAndFreeMemory (0 ms)
[ RUN ] UnknownFieldSetTest.ParseKnownAndUnknown
[ OK ] UnknownFieldSetTest.ParseKnownAndUnknown (0 ms)
[ RUN ] UnknownFieldSetTest.WrongTypeTreatedAsUnknown
[ OK ] UnknownFieldSetTest.WrongTypeTreatedAsUnknown (0 ms)
[ RUN ] UnknownFieldSetTest.WrongTypeTreatedAsUnknownViaReflection
[ OK ] UnknownFieldSetTest.WrongTypeTreatedAsUnknownViaReflection (0 ms)
[ RUN ] UnknownFieldSetTest.UnknownExtensions
[ OK ] UnknownFieldSetTest.UnknownExtensions (1 ms)
[ RUN ] UnknownFieldSetTest.UnknownExtensionsReflection
[ OK ] UnknownFieldSetTest.UnknownExtensionsReflection (0 ms)
[ RUN ] UnknownFieldSetTest.WrongExtensionTypeTreatedAsUnknown
[ OK ] UnknownFieldSetTest.WrongExtensionTypeTreatedAsUnknown (0 ms)
[ RUN ] UnknownFieldSetTest.UnknownEnumValue
[ OK ] UnknownFieldSetTest.UnknownEnumValue (0 ms)
[ RUN ] UnknownFieldSetTest.SpaceUsedExcludingSelf
[ OK ] UnknownFieldSetTest.SpaceUsedExcludingSelf (1 ms)
[ RUN ] UnknownFieldSetTest.SpaceUsed
[ OK ] UnknownFieldSetTest.SpaceUsed (0 ms)
[ RUN ] UnknownFieldSetTest.Empty
[ OK ] UnknownFieldSetTest.Empty (0 ms)
[ RUN ] UnknownFieldSetTest.DeleteSubrange
[ OK ] UnknownFieldSetTest.DeleteSubrange (0 ms)
[ RUN ] UnknownFieldSetTest.DeleteByNumber
[ OK ] UnknownFieldSetTest.DeleteByNumber (0 ms)
[----------] 28 tests from UnknownFieldSetTest (5 ms total)
[----------] 30 tests from TextFormatTest
[ RUN ] TextFormatTest.Basic
google/protobuf/text_format_unittest.cc:121: Failure
Value of: proto_.DebugString()
Actual: "optional_int32: 101\noptional_int64: 102\noptional_uint32: 103\noptional_uint64: 104\noptional_sint32: 105\noptional_sint64: 106\noptional_fixed32: 107\noptional_fixed64: 108\noptional_sfixed32: 109\noptional_sfixed64: 110\noptional_float: 111\noptional_double: 112\noptional_bool: true\noptional_string: \"115\"\noptional_bytes: \"116\"\nOptionalGroup {\n a: 117\n}\noptional_nested_message {\n bb: 118\n}\noptional_foreign_message {\n c: 119\n}\noptional_import_message {\n d: 120\n}\noptional_nested_enum: BAZ\noptional_foreign_enum: FOREIGN_BAZ\noptional_import_enum: IMPORT_BAZ\noptional_string_piece: \"124\"\noptional_cord: \"125\"\noptional_public_import_message {\n e: 126\n}\noptional_lazy_message {\n bb: 127\n}\nrepeated_int32: 201\nrepeated_int32: 301\nrepeated_int64: 202\nrepeated_int64: 302\nrepeated_uint32: 203\nrepeated_uint32: 303\nrepeated_uint64: 204\nrepeated_uint64: 304\nrepeated_sint32: 205\nrepeated_sint32: 305\nrepeated_sint64: 206\nrepeated_sint64: 306\nrepeated_fixed32: 207\nrepeated_fixed32: 307\nrepeated_fixed64: 208\nrepeated_fixed64: 308\nrepeated_sfixed32: 209\nrepeated_sfixed32: 309\nrepeated_sfixed64: 210\nrepeated_sfixed64: 310\nrepeated_float: 211\nrepeated_float: 311\nrepeated_double: 212\nrepeated_double: 312\nrepeated_bool: true\nrepeated_bool: false\nrepeated_string: \"215\"\nrepeated_string: \"315\"\nrepeated_bytes: \"216\"\nrepeated_bytes: \"316\"\nRepeatedGroup {\n a: 217\n}\nRepeatedGroup {\n a: 317\n}\nrepeated_nested_message {\n bb: 218\n}\nrepeated_nested_message {\n bb: 318\n}\nrepeated_foreign_message {\n c: 219\n}\nrepeated_foreign_message {\n c: 319\n}\nrepeated_import_message {\n d: 220\n}\nrepeated_import_message {\n d: 320\n}\nrepeated_nested_enum: BAR\nrepeated_nested_enum: BAZ\nrepeated_foreign_enum: FOREIGN_BAR\nrepeated_foreign_enum: FOREIGN_BAZ\nrepeated_import_enum: IMPORT_BAR\nrepeated_import_enum: IMPORT_BAZ\nrepeated_string_piece: \"224\"\nrepeated_string_piece: \"324\"\nrepeated_cord: \"225\"\nrepeated_cord: \"325\"\nrepeated_lazy_message {\n bb: 227\n}\nrepeated_lazy_message {\n bb: 327\n}\ndefault_int32: 401\ndefault_int64: 402\ndefault_uint32: 403\ndefault_uint64: 404\ndefault_sint32: 405\ndefault_sint64: 406\ndefault_fixed32: 407\ndefault_fixed64: 408\ndefault_sfixed32: 409\ndefault_sfixed64: 410\ndefault_float: 411\ndefault_double: 412\ndefault_bool: false\ndefault_string: \"415\"\ndefault_bytes: \"416\"\ndefault_nested_enum: FOO\ndefault_foreign_enum: FOREIGN_FOO\ndefault_import_enum: IMPORT_FOO\ndefault_string_piece: \"424\"\ndefault_cord: \"425\"\noneof_bytes: \"604\"\n"
Expected: proto_debug_string_
Which is: "optional_int32: 101\r\noptional_int64: 102\r\noptional_uint32: 103\r\noptional_uint64: 104\r\noptional_sint32: 105\r\noptional_sint64: 106\r\noptional_fixed32: 107\r\noptional_fixed64: 108\r\noptional_sfixed32: 109\r\noptional_sfixed64: 110\r\noptional_float: 111\r\noptional_double: 112\r\noptional_bool: true\r\noptional_string: \"115\"\r\noptional_bytes: \"116\"\r\nOptionalGroup {\r\n a: 117\r\n}\r\noptional_nested_message {\r\n bb: 118\r\n}\r\noptional_foreign_message {\r\n c: 119\r\n}\r\noptional_import_message {\r\n d: 120\r\n}\r\noptional_nested_enum: BAZ\r\noptional_foreign_enum: FOREIGN_BAZ\r\noptional_import_enum: IMPORT_BAZ\r\noptional_string_piece: \"124\"\r\noptional_cord: \"125\"\r\noptional_public_import_message {\r\n e: 126\r\n}\r\noptional_lazy_message {\r\n bb: 127\r\n}\r\nrepeated_int32: 201\r\nrepeated_int32: 301\r\nrepeated_int64: 202\r\nrepeated_int64: 302\r\nrepeated_uint32: 203\r\nrepeated_uint32: 303\r\nrepeated_uint64: 204\r\nrepeated_uint64: 304\r\nrepeated_sint32: 205\r\nrepeated_sint32: 305\r\nrepeated_sint64: 206\r\nrepeated_sint64: 306\r\nrepeated_fixed32: 207\r\nrepeated_fixed32: 307\r\nrepeated_fixed64: 208\r\nrepeated_fixed64: 308\r\nrepeated_sfixed32: 209\r\nrepeated_sfixed32: 309\r\nrepeated_sfixed64: 210\r\nrepeated_sfixed64: 310\r\nrepeated_float: 211\r\nrepeated_float: 311\r\nrepeated_double: 212\r\nrepeated_double: 312\r\nrepeated_bool: true\r\nrepeated_bool: false\r\nrepeated_string: \"215\"\r\nrepeated_string: \"315\"\r\nrepeated_bytes: \"216\"\r\nrepeated_bytes: \"316\"\r\nRepeatedGroup {\r\n a: 217\r\n}\r\nRepeatedGroup {\r\n a: 317\r\n}\r\nrepeated_nested_message {\r\n bb: 218\r\n}\r\nrepeated_nested_message {\r\n bb: 318\r\n}\r\nrepeated_foreign_message {\r\n c: 219\r\n}\r\nrepeated_foreign_message {\r\n c: 319\r\n}\r\nrepeated_import_message {\r\n d: 220\r\n}\r\nrepeated_import_message {\r\n d: 320\r\n}\r\nrepeated_nested_enum: BAR\r\nrepeated_nested_enum: BAZ\r\nrepeated_foreign_enum: FOREIGN_BAR\r\nrepeated_foreign_enum: FOREIGN_BAZ\r\nrepeated_import_enum: IMPORT_BAR\r\nrepeated_import_enum: IMPORT_BAZ\r\nrepeated_string_piece: \"224\"\r\nrepeated_string_piece: \"324\"\r\nrepeated_cord: \"225\"\r\nrepeated_cord: \"325\"\r\nrepeated_lazy_message {\r\n bb: 227\r\n}\r\nrepeated_lazy_message {\r\n bb: 327\r\n}\r\ndefault_int32: 401\r\ndefault_int64: 402\r\ndefault_uint32: 403\r\ndefault_uint64: 404\r\ndefault_sint32: 405\r\ndefault_sint64: 406\r\ndefault_fixed32: 407\r\ndefault_fixed64: 408\r\ndefault_sfixed32: 409\r\ndefault_sfixed64: 410\r\ndefault_float: 411\r\ndefault_double: 412\r\ndefault_bool: false\r\ndefault_string: \"415\"\r\ndefault_bytes: \"416\"\r\ndefault_nested_enum: FOO\r\ndefault_foreign_enum: FOREIGN_FOO\r\ndefault_import_enum: IMPORT_FOO\r\ndefault_string_piece: \"424\"\r\ndefault_cord: \"425\"\r\noneof_bytes: \"604\"\r\n"
[ FAILED ] TextFormatTest.Basic (4 ms)
[ RUN ] TextFormatTest.ShortDebugString
[ OK ] TextFormatTest.ShortDebugString (0 ms)
[ RUN ] TextFormatTest.ShortPrimitiveRepeateds
[ OK ] TextFormatTest.ShortPrimitiveRepeateds (0 ms)
[ RUN ] TextFormatTest.StringEscape
[ OK ] TextFormatTest.StringEscape (0 ms)
[ RUN ] TextFormatTest.Utf8DebugString
[ OK ] TextFormatTest.Utf8DebugString (0 ms)
[ RUN ] TextFormatTest.PrintUnknownFields
[ OK ] TextFormatTest.PrintUnknownFields (0 ms)
[ RUN ] TextFormatTest.PrintUnknownFieldsHidden
[ OK ] TextFormatTest.PrintUnknownFieldsHidden (1 ms)
[ RUN ] TextFormatTest.PrintUnknownMessage
[ OK ] TextFormatTest.PrintUnknownMessage (0 ms)
[ RUN ] TextFormatTest.PrintMessageWithIndent
[ OK ] TextFormatTest.PrintMessageWithIndent (0 ms)
[ RUN ] TextFormatTest.PrintMessageSingleLine
[ OK ] TextFormatTest.PrintMessageSingleLine (0 ms)
[ RUN ] TextFormatTest.PrintBufferTooSmall
[ OK ] TextFormatTest.PrintBufferTooSmall (0 ms)
[ RUN ] TextFormatTest.DefaultCustomFieldPrinter
[ OK ] TextFormatTest.DefaultCustomFieldPrinter (0 ms)
[ RUN ] TextFormatTest.FieldSpecificCustomPrinter
[ OK ] TextFormatTest.FieldSpecificCustomPrinter (0 ms)
[ RUN ] TextFormatTest.ErrorCasesRegisteringFieldValuePrinterShouldFail
[ OK ] TextFormatTest.ErrorCasesRegisteringFieldValuePrinterShouldFail (0 ms)
[ RUN ] TextFormatTest.CustomPrinterForComments
[ OK ] TextFormatTest.CustomPrinterForComments (0 ms)
[ RUN ] TextFormatTest.CustomPrinterForMultilineComments
[ OK ] TextFormatTest.CustomPrinterForMultilineComments (0 ms)
[ RUN ] TextFormatTest.ParseBasic
[ OK ] TextFormatTest.ParseBasic (1 ms)
[ RUN ] TextFormatTest.ParseEnumFieldFromNumber
[ OK ] TextFormatTest.ParseEnumFieldFromNumber (0 ms)
[ RUN ] TextFormatTest.ParseEnumFieldFromNegativeNumber
[ OK ] TextFormatTest.ParseEnumFieldFromNegativeNumber (0 ms)
[ RUN ] TextFormatTest.ParseStringEscape
[ OK ] TextFormatTest.ParseStringEscape (0 ms)
[ RUN ] TextFormatTest.ParseConcatenatedString
[ OK ] TextFormatTest.ParseConcatenatedString (0 ms)
[ RUN ] TextFormatTest.ParseFloatWithSuffix
[ OK ] TextFormatTest.ParseFloatWithSuffix (0 ms)
[ RUN ] TextFormatTest.ParseShortRepeatedForm
[ OK ] TextFormatTest.ParseShortRepeatedForm (0 ms)
[ RUN ] TextFormatTest.Comments
[ OK ] TextFormatTest.Comments (0 ms)
[ RUN ] TextFormatTest.OptionalColon
[ OK ] TextFormatTest.OptionalColon (0 ms)
[ RUN ] TextFormatTest.PrintExotic
[ OK ] TextFormatTest.PrintExotic (0 ms)
[ RUN ] TextFormatTest.PrintFloatPrecision
[ OK ] TextFormatTest.PrintFloatPrecision (0 ms)
[ RUN ] TextFormatTest.AllowPartial
[ OK ] TextFormatTest.AllowPartial (0 ms)
[ RUN ] TextFormatTest.ParseExotic
[ OK ] TextFormatTest.ParseExotic (1 ms)
[ RUN ] TextFormatTest.PrintFieldsInIndexOrder
[ OK ] TextFormatTest.PrintFieldsInIndexOrder (0 ms)
[----------] 30 tests from TextFormatTest (7 ms total)
[----------] 2 tests from TextFormatExtensionsTest
[ RUN ] TextFormatExtensionsTest.Extensions
google/protobuf/text_format_unittest.cc:126: Failure
Value of: proto_.DebugString()
Actual: "[protobuf_unittest.optional_int32_extension]: 101\n[protobuf_unittest.optional_int64_extension]: 102\n[protobuf_unittest.optional_uint32_extension]: 103\n[protobuf_unittest.optional_uint64_extension]: 104\n[protobuf_unittest.optional_sint32_extension]: 105\n[protobuf_unittest.optional_sint64_extension]: 106\n[protobuf_unittest.optional_fixed32_extension]: 107\n[protobuf_unittest.optional_fixed64_extension]: 108\n[protobuf_unittest.optional_sfixed32_extension]: 109\n[protobuf_unittest.optional_sfixed64_extension]: 110\n[protobuf_unittest.optional_float_extension]: 111\n[protobuf_unittest.optional_double_extension]: 112\n[protobuf_unittest.optional_bool_extension]: true\n[protobuf_unittest.optional_string_extension]: \"115\"\n[protobuf_unittest.optional_bytes_extension]: \"116\"\n[protobuf_unittest.optionalgroup_extension] {\n a: 117\n}\n[protobuf_unittest.optional_nested_message_extension] {\n bb: 118\n}\n[protobuf_unittest.optional_foreign_message_extension] {\n c: 119\n}\n[protobuf_unittest.optional_import_message_extension] {\n d: 120\n}\n[protobuf_unittest.optional_nested_enum_extension]: BAZ\n[protobuf_unittest.optional_foreign_enum_extension]: FOREIGN_BAZ\n[protobuf_unittest.optional_import_enum_extension]: IMPORT_BAZ\n[protobuf_unittest.optional_string_piece_extension]: \"124\"\n[protobuf_unittest.optional_cord_extension]: \"125\"\n[protobuf_unittest.optional_public_import_message_extension] {\n e: 126\n}\n[protobuf_unittest.optional_lazy_message_extension] {\n bb: 127\n}\n[protobuf_unittest.repeated_int32_extension]: 201\n[protobuf_unittest.repeated_int32_extension]: 301\n[protobuf_unittest.repeated_int64_extension]: 202\n[protobuf_unittest.repeated_int64_extension]: 302\n[protobuf_unittest.repeated_uint32_extension]: 203\n[protobuf_unittest.repeated_uint32_extension]: 303\n[protobuf_unittest.repeated_uint64_extension]: 204\n[protobuf_unittest.repeated_uint64_extension]: 304\n[protobuf_unittest.repeated_sint32_extension]: 205\n[protobuf_unittest.repeated_sint32_extension]: 305\n[protobuf_unittest.repeated_sint64_extension]: 206\n[protobuf_unittest.repeated_sint64_extension]: 306\n[protobuf_unittest.repeated_fixed32_extension]: 207\n[protobuf_unittest.repeated_fixed32_extension]: 307\n[protobuf_unittest.repeated_fixed64_extension]: 208\n[protobuf_unittest.repeated_fixed64_extension]: 308\n[protobuf_unittest.repeated_sfixed32_extension]: 209\n[protobuf_unittest.repeated_sfixed32_extension]: 309\n[protobuf_unittest.repeated_sfixed64_extension]: 210\n[protobuf_unittest.repeated_sfixed64_extension]: 310\n[protobuf_unittest.repeated_float_extension]: 211\n[protobuf_unittest.repeated_float_extension]: 311\n[protobuf_unittest.repeated_double_extension]: 212\n[protobuf_unittest.repeated_double_extension]: 312\n[protobuf_unittest.repeated_bool_extension]: true\n[protobuf_unittest.repeated_bool_extension]: false\n[protobuf_unittest.repeated_string_extension]: \"215\"\n[protobuf_unittest.repeated_string_extension]: \"315\"\n[protobuf_unittest.repeated_bytes_extension]: \"216\"\n[protobuf_unittest.repeated_bytes_extension]: \"316\"\n[protobuf_unittest.repeatedgroup_extension] {\n a: 217\n}\n[protobuf_unittest.repeatedgroup_extension] {\n a: 317\n}\n[protobuf_unittest.repeated_nested_message_extension] {\n bb: 218\n}\n[protobuf_unittest.repeated_nested_message_extension] {\n bb: 318\n}\n[protobuf_unittest.repeated_foreign_message_extension] {\n c: 219\n}\n[protobuf_unittest.repeated_foreign_message_extension] {\n c: 319\n}\n[protobuf_unittest.repeated_import_message_extension] {\n d: 220\n}\n[protobuf_unittest.repeated_import_message_extension] {\n d: 320\n}\n[protobuf_unittest.repeated_nested_enum_extension]: BAR\n[protobuf_unittest.repeated_nested_enum_extension]: BAZ\n[protobuf_unittest.repeated_foreign_enum_extension]: FOREIGN_BAR\n[protobuf_unittest.repeated_foreign_enum_extension]: FOREIGN_BAZ\n[protobuf_unittest.repeated_import_enum_extension]: IMPORT_BAR\n[protobuf_unittest.repeated_import_enum_extension]: IMPORT_BAZ\n[protobuf_unittest.repeated_string_piece_extension]: \"224\"\n[protobuf_unittest.repeated_string_piece_extension]: \"324\"\n[protobuf_unittest.repeated_cord_extension]: \"225\"\n[protobuf_unittest.repeated_cord_extension]: \"325\"\n[protobuf_unittest.repeated_lazy_message_extension] {\n bb: 227\n}\n[protobuf_unittest.repeated_lazy_message_extension] {\n bb: 327\n}\n[protobuf_unittest.default_int32_extension]: 401\n[protobuf_unittest.default_int64_extension]: 402\n[protobuf_unittest.default_uint32_extension]: 403\n[protobuf_unittest.default_uint64_extension]: 404\n[protobuf_unittest.default_sint32_extension]: 405\n[protobuf_unittest.default_sint64_extension]: 406\n[protobuf_unittest.default_fixed32_extension]: 407\n[protobuf_unittest.default_fixed64_extension]: 408\n[protobuf_unittest.default_sfixed32_extension]: 409\n[protobuf_unittest.default_sfixed64_extension]: 410\n[protobuf_unittest.default_float_extension]: 411\n[protobuf_unittest.default_double_extension]: 412\n[protobuf_unittest.default_bool_extension]: false\n[protobuf_unittest.default_string_extension]: \"415\"\n[protobuf_unittest.default_bytes_extension]: \"416\"\n[protobuf_unittest.default_nested_enum_extension]: FOO\n[protobuf_unittest.default_foreign_enum_extension]: FOREIGN_FOO\n[protobuf_unittest.default_import_enum_extension]: IMPORT_FOO\n[protobuf_unittest.default_string_piece_extension]: \"424\"\n[protobuf_unittest.default_cord_extension]: \"425\"\n[protobuf_unittest.oneof_uint32_extension]: 601\n[protobuf_unittest.oneof_nested_message_extension] {\n bb: 602\n}\n[protobuf_unittest.oneof_string_extension]: \"603\"\n[protobuf_unittest.oneof_bytes_extension]: \"604\"\n"
Expected: proto_debug_string_
Which is: "[protobuf_unittest.optional_int32_extension]: 101\r\n[protobuf_unittest.optional_int64_extension]: 102\r\n[protobuf_unittest.optional_uint32_extension]: 103\r\n[protobuf_unittest.optional_uint64_extension]: 104\r\n[protobuf_unittest.optional_sint32_extension]: 105\r\n[protobuf_unittest.optional_sint64_extension]: 106\r\n[protobuf_unittest.optional_fixed32_extension]: 107\r\n[protobuf_unittest.optional_fixed64_extension]: 108\r\n[protobuf_unittest.optional_sfixed32_extension]: 109\r\n[protobuf_unittest.optional_sfixed64_extension]: 110\r\n[protobuf_unittest.optional_float_extension]: 111\r\n[protobuf_unittest.optional_double_extension]: 112\r\n[protobuf_unittest.optional_bool_extension]: true\r\n[protobuf_unittest.optional_string_extension]: \"115\"\r\n[protobuf_unittest.optional_bytes_extension]: \"116\"\r\n[protobuf_unittest.optionalgroup_extension] {\r\n a: 117\r\n}\r\n[protobuf_unittest.optional_nested_message_extension] {\r\n bb: 118\r\n}\r\n[protobuf_unittest.optional_foreign_message_extension] {\r\n c: 119\r\n}\r\n[protobuf_unittest.optional_import_message_extension] {\r\n d: 120\r\n}\r\n[protobuf_unittest.optional_nested_enum_extension]: BAZ\r\n[protobuf_unittest.optional_foreign_enum_extension]: FOREIGN_BAZ\r\n[protobuf_unittest.optional_import_enum_extension]: IMPORT_BAZ\r\n[protobuf_unittest.optional_string_piece_extension]: \"124\"\r\n[protobuf_unittest.optional_cord_extension]: \"125\"\r\n[protobuf_unittest.optional_public_import_message_extension] {\r\n e: 126\r\n}\r\n[protobuf_unittest.optional_lazy_message_extension] {\r\n bb: 127\r\n}\r\n[protobuf_unittest.repeated_int32_extension]: 201\r\n[protobuf_unittest.repeated_int32_extension]: 301\r\n[protobuf_unittest.repeated_int64_extension]: 202\r\n[protobuf_unittest.repeated_int64_extension]: 302\r\n[protobuf_unittest.repeated_uint32_extension]: 203\r\n[protobuf_unittest.repeated_uint32_extension]: 303\r\n[protobuf_unittest.repeated_uint64_extension]: 204\r\n[protobuf_unittest.repeated_uint64_extension]: 304\r\n[protobuf_unittest.repeated_sint32_extension]: 205\r\n[protobuf_unittest.repeated_sint32_extension]: 305\r\n[protobuf_unittest.repeated_sint64_extension]: 206\r\n[protobuf_unittest.repeated_sint64_extension]: 306\r\n[protobuf_unittest.repeated_fixed32_extension]: 207\r\n[protobuf_unittest.repeated_fixed32_extension]: 307\r\n[protobuf_unittest.repeated_fixed64_extension]: 208\r\n[protobuf_unittest.repeated_fixed64_extension]: 308\r\n[protobuf_unittest.repeated_sfixed32_extension]: 209\r\n[protobuf_unittest.repeated_sfixed32_extension]: 309\r\n[protobuf_unittest.repeated_sfixed64_extension]: 210\r\n[protobuf_unittest.repeated_sfixed64_extension]: 310\r\n[protobuf_unittest.repeated_float_extension]: 211\r\n[protobuf_unittest.repeated_float_extension]: 311\r\n[protobuf_unittest.repeated_double_extension]: 212\r\n[protobuf_unittest.repeated_double_extension]: 312\r\n[protobuf_unittest.repeated_bool_extension]: true\r\n[protobuf_unittest.repeated_bool_extension]: false\r\n[protobuf_unittest.repeated_string_extension]: \"215\"\r\n[protobuf_unittest.repeated_string_extension]: \"315\"\r\n[protobuf_unittest.repeated_bytes_extension]: \"216\"\r\n[protobuf_unittest.repeated_bytes_extension]: \"316\"\r\n[protobuf_unittest.repeatedgroup_extension] {\r\n a: 217\r\n}\r\n[protobuf_unittest.repeatedgroup_extension] {\r\n a: 317\r\n}\r\n[protobuf_unittest.repeated_nested_message_extension] {\r\n bb: 218\r\n}\r\n[protobuf_unittest.repeated_nested_message_extension] {\r\n bb: 318\r\n}\r\n[protobuf_unittest.repeated_foreign_message_extension] {\r\n c: 219\r\n}\r\n[protobuf_unittest.repeated_foreign_message_extension] {\r\n c: 319\r\n}\r\n[protobuf_unittest.repeated_import_message_extension] {\r\n d: 220\r\n}\r\n[protobuf_unittest.repeated_import_message_extension] {\r\n d: 320\r\n}\r\n[protobuf_unittest.repeated_nested_enum_extension]: BAR\r\n[protobuf_unittest.repeated_nested_enum_extension]: BAZ\r\n[protobuf_unittest.repeated_foreign_enum_extension]: FOREIGN_BAR\r\n[protobuf_unittest.repeated_foreign_enum_extension]: FOREIGN_BAZ\r\n[protobuf_unittest.repeated_import_enum_extension]: IMPORT_BAR\r\n[protobuf_unittest.repeated_import_enum_extension]: IMPORT_BAZ\r\n[protobuf_unittest.repeated_string_piece_extension]: \"224\"\r\n[protobuf_unittest.repeated_string_piece_extension]: \"324\"\r\n[protobuf_unittest.repeated_cord_extension]: \"225\"\r\n[protobuf_unittest.repeated_cord_extension]: \"325\"\r\n[protobuf_unittest.repeated_lazy_message_extension] {\r\n bb: 227\r\n}\r\n[protobuf_unittest.repeated_lazy_message_extension] {\r\n bb: 327\r\n}\r\n[protobuf_unittest.default_int32_extension]: 401\r\n[protobuf_unittest.default_int64_extension]: 402\r\n[protobuf_unittest.default_uint32_extension]: 403\r\n[protobuf_unittest.default_uint64_extension]: 404\r\n[protobuf_unittest.default_sint32_extension]: 405\r\n[protobuf_unittest.default_sint64_extension]: 406\r\n[protobuf_unittest.default_fixed32_extension]: 407\r\n[protobuf_unittest.default_fixed64_extension]: 408\r\n[protobuf_unittest.default_sfixed32_extension]: 409\r\n[protobuf_unittest.default_sfixed64_extension]: 410\r\n[protobuf_unittest.default_float_extension]: 411\r\n[protobuf_unittest.default_double_extension]: 412\r\n[protobuf_unittest.default_bool_extension]: false\r\n[protobuf_unittest.default_string_extension]: \"415\"\r\n[protobuf_unittest.default_bytes_extension]: \"416\"\r\n[protobuf_unittest.default_nested_enum_extension]: FOO\r\n[protobuf_unittest.default_foreign_enum_extension]: FOREIGN_FOO\r\n[protobuf_unittest.default_import_enum_extension]: IMPORT_FOO\r\n[protobuf_unittest.default_string_piece_extension]: \"424\"\r\n[protobuf_unittest.default_cord_extension]: \"425\"\r\n[protobuf_unittest.oneof_uint32_extension]: 601\r\n[protobuf_unittest.oneof_nested_message_extension] {\r\n bb: 602\r\n}\r\n[protobuf_unittest.oneof_string_extension]: \"603\"\r\n[protobuf_unittest.oneof_bytes_extension]: \"604\"\r\n"
[ FAILED ] TextFormatExtensionsTest.Extensions (8 ms)
[ RUN ] TextFormatExtensionsTest.ParseExtensions
[ OK ] TextFormatExtensionsTest.ParseExtensions (1 ms)
[----------] 2 tests from TextFormatExtensionsTest (9 ms total)
[----------] 18 tests from TextFormatParserTest
[ RUN ] TextFormatParserTest.ParseInfoTreeBuilding
[ OK ] TextFormatParserTest.ParseInfoTreeBuilding (0 ms)
[ RUN ] TextFormatParserTest.ParseFieldValueFromString
[libprotobuf ERROR google/protobuf/text_format.cc:275] Error parsing text-format protobuf_unittest.TestAllTypes: 1:1: Expected integer.
[libprotobuf ERROR google/protobuf/text_format.cc:275] Error parsing text-format protobuf_unittest.TestAllTypes: 1:1: Integer out of range.
[libprotobuf ERROR google/protobuf/text_format.cc:275] Error parsing text-format protobuf_unittest.TestAllTypes: 1:1: Expected integer.
[libprotobuf ERROR google/protobuf/text_format.cc:275] Error parsing text-format protobuf_unittest.TestAllTypes: 1:1: Integer out of range.
[libprotobuf ERROR google/protobuf/text_format.cc:275] Error parsing text-format protobuf_unittest.TestAllTypes: 1:1: Expected integer.
[libprotobuf ERROR google/protobuf/text_format.cc:275] Error parsing text-format protobuf_unittest.TestAllTypes: 1:1: Expected integer.
[libprotobuf ERROR google/protobuf/text_format.cc:275] Error parsing text-format protobuf_unittest.TestAllTypes: 1:1: Integer out of range.
[libprotobuf ERROR google/protobuf/text_format.cc:275] Error parsing text-format protobuf_unittest.TestAllTypes: 1:1: Expected integer.
[libprotobuf ERROR google/protobuf/text_format.cc:275] Error parsing text-format protobuf_unittest.TestAllTypes: 1:1: Expected integer.
[libprotobuf ERROR google/protobuf/text_format.cc:275] Error parsing text-format protobuf_unittest.TestAllTypes: 1:1: Integer out of range.
[libprotobuf ERROR google/protobuf/text_format.cc:275] Error parsing text-format protobuf_unittest.TestAllTypes: 1:1: Expected integer.
[libprotobuf ERROR google/protobuf/text_format.cc:275] Error parsing text-format protobuf_unittest.TestAllTypes: 1:1: Expected integer.
[libprotobuf ERROR google/protobuf/text_format.cc:275] Error parsing text-format protobuf_unittest.TestAllTypes: 1:1: Integer out of range.
[libprotobuf ERROR google/protobuf/text_format.cc:275] Error parsing text-format protobuf_unittest.TestAllTypes: 1:5: Invalid value for boolean field "optional_bool". Value: "tRue".
[libprotobuf ERROR google/protobuf/text_format.cc:275] Error parsing text-format protobuf_unittest.TestAllTypes: 1:6: Invalid value for boolean field "optional_bool". Value: "faLse".
[libprotobuf ERROR google/protobuf/text_format.cc:275] Error parsing text-format protobuf_unittest.TestAllTypes: 1:1: Integer out of range.
[libprotobuf ERROR google/protobuf/text_format.cc:275] Error parsing text-format protobuf_unittest.TestAllTypes: 1:1: Expected identifier.
[libprotobuf ERROR google/protobuf/text_format.cc:275] Error parsing text-format protobuf_unittest.TestAllTypes: 1:3: Invalid value for boolean field "optional_bool". Value: "on".
[libprotobuf ERROR google/protobuf/text_format.cc:275] Error parsing text-format protobuf_unittest.TestAllTypes: 1:2: Invalid value for boolean field "optional_bool". Value: "a".
[libprotobuf ERROR google/protobuf/text_format.cc:275] Error parsing text-format protobuf_unittest.TestAllTypes: 1:1: Expected double.
[libprotobuf ERROR google/protobuf/text_format.cc:275] Error parsing text-format protobuf_unittest.TestAllTypes: 1:1: Expected double.
[libprotobuf ERROR google/protobuf/text_format.cc:275] Error parsing text-format protobuf_unittest.TestAllTypes: 1:1: Expect a decimal number.
[libprotobuf ERROR google/protobuf/text_format.cc:275] Error parsing text-format protobuf_unittest.TestAllTypes: 1:1: Expect a decimal number.
[libprotobuf ERROR google/protobuf/text_format.cc:275] Error parsing text-format protobuf_unittest.TestAllTypes: 1:1: Expected string.
[libprotobuf ERROR google/protobuf/text_format.cc:275] Error parsing text-format protobuf_unittest.TestAllTypes: 1:7: Unknown enumeration value of "FOOBAR" for field "optional_nested_enum".
[libprotobuf ERROR google/protobuf/text_format.cc:275] Error parsing text-format protobuf_unittest.TestAllTypes: 1:1: Expected "{", found "any".
[ OK ] TextFormatParserTest.ParseFieldValueFromString (1 ms)
[ RUN ] TextFormatParserTest.InvalidToken
[ OK ] TextFormatParserTest.InvalidToken (0 ms)
[ RUN ] TextFormatParserTest.InvalidFieldName
[ OK ] TextFormatParserTest.InvalidFieldName (0 ms)
[ RUN ] TextFormatParserTest.InvalidCapitalization
[ OK ] TextFormatParserTest.InvalidCapitalization (0 ms)
[ RUN ] TextFormatParserTest.AllowIgnoreCapitalizationError
[libprotobuf ERROR google/protobuf/text_format.cc:275] Error parsing text-format protobuf_unittest.TestAllTypes: 1:16: Message type "protobuf_unittest.TestAllTypes" has no field named "Optional_Double".
[libprotobuf ERROR google/protobuf/text_format.cc:275] Error parsing text-format protobuf_unittest.TestAllTypes: 1:15: Message type "protobuf_unittest.TestAllTypes" has no field named "oPtIoNaLgRoUp".
[ OK ] TextFormatParserTest.AllowIgnoreCapitalizationError (0 ms)
[ RUN ] TextFormatParserTest.InvalidFieldValues
[ OK ] TextFormatParserTest.InvalidFieldValues (1 ms)
[ RUN ] TextFormatParserTest.MessageDelimiters
[ OK ] TextFormatParserTest.MessageDelimiters (0 ms)
[ RUN ] TextFormatParserTest.UnknownExtension
[ OK ] TextFormatParserTest.UnknownExtension (0 ms)
[ RUN ] TextFormatParserTest.MissingRequired
[ OK ] TextFormatParserTest.MissingRequired (0 ms)
[ RUN ] TextFormatParserTest.ParseDuplicateRequired
[ OK ] TextFormatParserTest.ParseDuplicateRequired (0 ms)
[ RUN ] TextFormatParserTest.ParseDuplicateOptional
[ OK ] TextFormatParserTest.ParseDuplicateOptional (0 ms)
[ RUN ] TextFormatParserTest.MergeDuplicateRequired
[ OK ] TextFormatParserTest.MergeDuplicateRequired (0 ms)
[ RUN ] TextFormatParserTest.MergeDuplicateOptional
[ OK ] TextFormatParserTest.MergeDuplicateOptional (0 ms)
[ RUN ] TextFormatParserTest.ExplicitDelimiters
[ OK ] TextFormatParserTest.ExplicitDelimiters (0 ms)
[ RUN ] TextFormatParserTest.PrintErrorsToStderr
[ OK ] TextFormatParserTest.PrintErrorsToStderr (0 ms)
[ RUN ] TextFormatParserTest.FailsOnTokenizationError
[ OK ] TextFormatParserTest.FailsOnTokenizationError (0 ms)
[ RUN ] TextFormatParserTest.ParseDeprecatedField
[ OK ] TextFormatParserTest.ParseDeprecatedField (0 ms)
[----------] 18 tests from TextFormatParserTest (2 ms total)
[----------] 2 tests from TextFormatMessageSetTest
[ RUN ] TextFormatMessageSetTest.Serialize
[ OK ] TextFormatMessageSetTest.Serialize (0 ms)
[ RUN ] TextFormatMessageSetTest.Deserialize
[ OK ] TextFormatMessageSetTest.Deserialize (0 ms)
[----------] 2 tests from TextFormatMessageSetTest (0 ms total)
[----------] 20 tests from RepeatedField
[ RUN ] RepeatedField.Small
[ OK ] RepeatedField.Small (0 ms)
[ RUN ] RepeatedField.Large
[ OK ] RepeatedField.Large (0 ms)
[ RUN ] RepeatedField.SwapSmallSmall
[ OK ] RepeatedField.SwapSmallSmall (0 ms)
[ RUN ] RepeatedField.SwapLargeSmall
[ OK ] RepeatedField.SwapLargeSmall (0 ms)
[ RUN ] RepeatedField.SwapLargeLarge
[ OK ] RepeatedField.SwapLargeLarge (0 ms)
[ RUN ] RepeatedField.ReserveMoreThanDouble
[ OK ] RepeatedField.ReserveMoreThanDouble (0 ms)
[ RUN ] RepeatedField.ReserveLessThanDouble
[ OK ] RepeatedField.ReserveLessThanDouble (0 ms)
[ RUN ] RepeatedField.ReserveLessThanExisting
[ OK ] RepeatedField.ReserveLessThanExisting (0 ms)
[ RUN ] RepeatedField.Resize
[ OK ] RepeatedField.Resize (0 ms)
[ RUN ] RepeatedField.MergeFrom
[ OK ] RepeatedField.MergeFrom (0 ms)
[ RUN ] RepeatedField.CopyFrom
[ OK ] RepeatedField.CopyFrom (0 ms)
[ RUN ] RepeatedField.CopyFromSelf
[ OK ] RepeatedField.CopyFromSelf (0 ms)
[ RUN ] RepeatedField.Erase
[ OK ] RepeatedField.Erase (0 ms)
[ RUN ] RepeatedField.CopyConstruct
[ OK ] RepeatedField.CopyConstruct (0 ms)
[ RUN ] RepeatedField.IteratorConstruct
[ OK ] RepeatedField.IteratorConstruct (0 ms)
[ RUN ] RepeatedField.CopyAssign
[ OK ] RepeatedField.CopyAssign (0 ms)
[ RUN ] RepeatedField.SelfAssign
[ OK ] RepeatedField.SelfAssign (0 ms)
[ RUN ] RepeatedField.MutableDataIsMutable
[ OK ] RepeatedField.MutableDataIsMutable (0 ms)
[ RUN ] RepeatedField.Truncate
[ OK ] RepeatedField.Truncate (0 ms)
[ RUN ] RepeatedField.ExtractSubrange
[ OK ] RepeatedField.ExtractSubrange (0 ms)
[----------] 20 tests from RepeatedField (1 ms total)
[----------] 23 tests from RepeatedPtrField
[ RUN ] RepeatedPtrField.Small
[ OK ] RepeatedPtrField.Small (0 ms)
[ RUN ] RepeatedPtrField.Large
[ OK ] RepeatedPtrField.Large (0 ms)
[ RUN ] RepeatedPtrField.SwapSmallSmall
[ OK ] RepeatedPtrField.SwapSmallSmall (0 ms)
[ RUN ] RepeatedPtrField.SwapLargeSmall
[ OK ] RepeatedPtrField.SwapLargeSmall (0 ms)
[ RUN ] RepeatedPtrField.SwapLargeLarge
[ OK ] RepeatedPtrField.SwapLargeLarge (0 ms)
[ RUN ] RepeatedPtrField.ReserveMoreThanDouble
[ OK ] RepeatedPtrField.ReserveMoreThanDouble (0 ms)
[ RUN ] RepeatedPtrField.ReserveLessThanDouble
[ OK ] RepeatedPtrField.ReserveLessThanDouble (0 ms)
[ RUN ] RepeatedPtrField.ReserveLessThanExisting
[ OK ] RepeatedPtrField.ReserveLessThanExisting (0 ms)
[ RUN ] RepeatedPtrField.ReserveDoesntLoseAllocated
[ OK ] RepeatedPtrField.ReserveDoesntLoseAllocated (0 ms)
[ RUN ] RepeatedPtrField.ClearedElements
[ OK ] RepeatedPtrField.ClearedElements (0 ms)
[ RUN ] RepeatedPtrField.AddAlocated
[ OK ] RepeatedPtrField.AddAlocated (0 ms)
[ RUN ] RepeatedPtrField.MergeFrom
[ OK ] RepeatedPtrField.MergeFrom (0 ms)
[ RUN ] RepeatedPtrField.CopyFrom
[ OK ] RepeatedPtrField.CopyFrom (0 ms)
[ RUN ] RepeatedPtrField.CopyFromSelf
[ OK ] RepeatedPtrField.CopyFromSelf (0 ms)
[ RUN ] RepeatedPtrField.Erase
[ OK ] RepeatedPtrField.Erase (0 ms)
[ RUN ] RepeatedPtrField.CopyConstruct
[ OK ] RepeatedPtrField.CopyConstruct (0 ms)
[ RUN ] RepeatedPtrField.IteratorConstruct_String
[ OK ] RepeatedPtrField.IteratorConstruct_String (0 ms)
[ RUN ] RepeatedPtrField.IteratorConstruct_Proto
[ OK ] RepeatedPtrField.IteratorConstruct_Proto (0 ms)
[ RUN ] RepeatedPtrField.CopyAssign
[ OK ] RepeatedPtrField.CopyAssign (0 ms)
[ RUN ] RepeatedPtrField.SelfAssign
[ OK ] RepeatedPtrField.SelfAssign (0 ms)
[ RUN ] RepeatedPtrField.MutableDataIsMutable
[ OK ] RepeatedPtrField.MutableDataIsMutable (0 ms)
[ RUN ] RepeatedPtrField.ExtractSubrange
[ OK ] RepeatedPtrField.ExtractSubrange (4 ms)
[ RUN ] RepeatedPtrField.DeleteSubrange
[ OK ] RepeatedPtrField.DeleteSubrange (0 ms)
[----------] 23 tests from RepeatedPtrField (5 ms total)
[----------] 4 tests from RepeatedFieldIteratorTest
[ RUN ] RepeatedFieldIteratorTest.Convertible
[ OK ] RepeatedFieldIteratorTest.Convertible (0 ms)
[ RUN ] RepeatedFieldIteratorTest.MutableIteration
[ OK ] RepeatedFieldIteratorTest.MutableIteration (0 ms)
[ RUN ] RepeatedFieldIteratorTest.ConstIteration
[ OK ] RepeatedFieldIteratorTest.ConstIteration (0 ms)
[ RUN ] RepeatedFieldIteratorTest.Mutation
[ OK ] RepeatedFieldIteratorTest.Mutation (0 ms)
[----------] 4 tests from RepeatedFieldIteratorTest (0 ms total)
[----------] 10 tests from RepeatedPtrFieldIteratorTest
[ RUN ] RepeatedPtrFieldIteratorTest.Convertible
[ OK ] RepeatedPtrFieldIteratorTest.Convertible (0 ms)
[ RUN ] RepeatedPtrFieldIteratorTest.MutableIteration
[ OK ] RepeatedPtrFieldIteratorTest.MutableIteration (0 ms)
[ RUN ] RepeatedPtrFieldIteratorTest.ConstIteration
[ OK ] RepeatedPtrFieldIteratorTest.ConstIteration (0 ms)
[ RUN ] RepeatedPtrFieldIteratorTest.MutableReverseIteration
[ OK ] RepeatedPtrFieldIteratorTest.MutableReverseIteration (0 ms)
[ RUN ] RepeatedPtrFieldIteratorTest.ConstReverseIteration
[ OK ] RepeatedPtrFieldIteratorTest.ConstReverseIteration (0 ms)
[ RUN ] RepeatedPtrFieldIteratorTest.RandomAccess
[ OK ] RepeatedPtrFieldIteratorTest.RandomAccess (0 ms)
[ RUN ] RepeatedPtrFieldIteratorTest.Comparable
[ OK ] RepeatedPtrFieldIteratorTest.Comparable (0 ms)
[ RUN ] RepeatedPtrFieldIteratorTest.UninitializedIterator
[ OK ] RepeatedPtrFieldIteratorTest.UninitializedIterator (0 ms)
[ RUN ] RepeatedPtrFieldIteratorTest.STLAlgorithms_lower_bound
[ OK ] RepeatedPtrFieldIteratorTest.STLAlgorithms_lower_bound (0 ms)
[ RUN ] RepeatedPtrFieldIteratorTest.Mutation
[ OK ] RepeatedPtrFieldIteratorTest.Mutation (0 ms)
[----------] 10 tests from RepeatedPtrFieldIteratorTest (0 ms total)
[----------] 13 tests from RepeatedPtrFieldPtrsIteratorTest
[ RUN ] RepeatedPtrFieldPtrsIteratorTest.ConvertiblePtr
[ OK ] RepeatedPtrFieldPtrsIteratorTest.ConvertiblePtr (0 ms)
[ RUN ] RepeatedPtrFieldPtrsIteratorTest.ConvertibleConstPtr
[ OK ] RepeatedPtrFieldPtrsIteratorTest.ConvertibleConstPtr (0 ms)
[ RUN ] RepeatedPtrFieldPtrsIteratorTest.MutablePtrIteration
[ OK ] RepeatedPtrFieldPtrsIteratorTest.MutablePtrIteration (0 ms)
[ RUN ] RepeatedPtrFieldPtrsIteratorTest.MutableConstPtrIteration
[ OK ] RepeatedPtrFieldPtrsIteratorTest.MutableConstPtrIteration (0 ms)
[ RUN ] RepeatedPtrFieldPtrsIteratorTest.RandomPtrAccess
[ OK ] RepeatedPtrFieldPtrsIteratorTest.RandomPtrAccess (0 ms)
[ RUN ] RepeatedPtrFieldPtrsIteratorTest.RandomConstPtrAccess
[ OK ] RepeatedPtrFieldPtrsIteratorTest.RandomConstPtrAccess (0 ms)
[ RUN ] RepeatedPtrFieldPtrsIteratorTest.ComparablePtr
[ OK ] RepeatedPtrFieldPtrsIteratorTest.ComparablePtr (0 ms)
[ RUN ] RepeatedPtrFieldPtrsIteratorTest.ComparableConstPtr
[ OK ] RepeatedPtrFieldPtrsIteratorTest.ComparableConstPtr (0 ms)
[ RUN ] RepeatedPtrFieldPtrsIteratorTest.UninitializedPtrIterator
[ OK ] RepeatedPtrFieldPtrsIteratorTest.UninitializedPtrIterator (0 ms)
[ RUN ] RepeatedPtrFieldPtrsIteratorTest.UninitializedConstPtrIterator
[ OK ] RepeatedPtrFieldPtrsIteratorTest.UninitializedConstPtrIterator (0 ms)
[ RUN ] RepeatedPtrFieldPtrsIteratorTest.PtrSTLAlgorithms_lower_bound
[ OK ] RepeatedPtrFieldPtrsIteratorTest.PtrSTLAlgorithms_lower_bound (0 ms)
[ RUN ] RepeatedPtrFieldPtrsIteratorTest.PtrMutation
[ OK ] RepeatedPtrFieldPtrsIteratorTest.PtrMutation (0 ms)
[ RUN ] RepeatedPtrFieldPtrsIteratorTest.Sort
[ OK ] RepeatedPtrFieldPtrsIteratorTest.Sort (0 ms)
[----------] 13 tests from RepeatedPtrFieldPtrsIteratorTest (0 ms total)
[----------] 7 tests from RepeatedFieldInsertionIteratorsTest
[ RUN ] RepeatedFieldInsertionIteratorsTest.Fibonacci
[ OK ] RepeatedFieldInsertionIteratorsTest.Fibonacci (0 ms)
[ RUN ] RepeatedFieldInsertionIteratorsTest.Halves
[ OK ] RepeatedFieldInsertionIteratorsTest.Halves (0 ms)
[ RUN ] RepeatedFieldInsertionIteratorsTest.Words
[ OK ] RepeatedFieldInsertionIteratorsTest.Words (0 ms)
[ RUN ] RepeatedFieldInsertionIteratorsTest.Words2
[ OK ] RepeatedFieldInsertionIteratorsTest.Words2 (0 ms)
[ RUN ] RepeatedFieldInsertionIteratorsTest.Nesteds
[ OK ] RepeatedFieldInsertionIteratorsTest.Nesteds (0 ms)
[ RUN ] RepeatedFieldInsertionIteratorsTest.AllocatedRepeatedPtrFieldWithStringIntData
[ OK ] RepeatedFieldInsertionIteratorsTest.AllocatedRepeatedPtrFieldWithStringIntData (0 ms)
[ RUN ] RepeatedFieldInsertionIteratorsTest.AllocatedRepeatedPtrFieldWithString
[ OK ] RepeatedFieldInsertionIteratorsTest.AllocatedRepeatedPtrFieldWithString (0 ms)
[----------] 7 tests from RepeatedFieldInsertionIteratorsTest (1 ms total)
[----------] 7 tests from RepeatedFieldReflectionTest
[ RUN ] RepeatedFieldReflectionTest.RegularFields
[ OK ] RepeatedFieldReflectionTest.RegularFields (0 ms)
[ RUN ] RepeatedFieldReflectionTest.ExtensionFields
[ OK ] RepeatedFieldReflectionTest.ExtensionFields (0 ms)
[ RUN ] RepeatedFieldReflectionTest.RepeatedFieldRefForRegularFields
[ OK ] RepeatedFieldReflectionTest.RepeatedFieldRefForRegularFields (1 ms)
[ RUN ] RepeatedFieldReflectionTest.RepeatedFieldRefForEnums
[ OK ] RepeatedFieldReflectionTest.RepeatedFieldRefForEnums (0 ms)
[ RUN ] RepeatedFieldReflectionTest.RepeatedFieldRefForExtensionFields
[ OK ] RepeatedFieldReflectionTest.RepeatedFieldRefForExtensionFields (0 ms)
[ RUN ] RepeatedFieldReflectionTest.RepeatedFieldRefMergeFromAndSwap
[ OK ] RepeatedFieldReflectionTest.RepeatedFieldRefMergeFromAndSwap (0 ms)
[ RUN ] RepeatedFieldReflectionTest.RepeatedFieldRefDynamicMessage
[ OK ] RepeatedFieldReflectionTest.RepeatedFieldRefDynamicMessage (0 ms)
[----------] 7 tests from RepeatedFieldReflectionTest (2 ms total)
[----------] 22 tests from ReflectionOpsTest
[ RUN ] ReflectionOpsTest.SanityCheck
[ OK ] ReflectionOpsTest.SanityCheck (0 ms)
[ RUN ] ReflectionOpsTest.Copy
[ OK ] ReflectionOpsTest.Copy (0 ms)
[ RUN ] ReflectionOpsTest.CopyExtensions
[ OK ] ReflectionOpsTest.CopyExtensions (0 ms)
[ RUN ] ReflectionOpsTest.CopyOneof
[ OK ] ReflectionOpsTest.CopyOneof (0 ms)
[ RUN ] ReflectionOpsTest.Merge
[ OK ] ReflectionOpsTest.Merge (0 ms)
[ RUN ] ReflectionOpsTest.MergeExtensions
[ OK ] ReflectionOpsTest.MergeExtensions (0 ms)
[ RUN ] ReflectionOpsTest.MergeUnknown
[ OK ] ReflectionOpsTest.MergeUnknown (0 ms)
[ RUN ] ReflectionOpsTest.MergeOneof
[ OK ] ReflectionOpsTest.MergeOneof (0 ms)
[ RUN ] ReflectionOpsTest.Clear
[ OK ] ReflectionOpsTest.Clear (0 ms)
[ RUN ] ReflectionOpsTest.ClearExtensions
[ OK ] ReflectionOpsTest.ClearExtensions (1 ms)
[ RUN ] ReflectionOpsTest.ClearUnknown
[ OK ] ReflectionOpsTest.ClearUnknown (0 ms)
[ RUN ] ReflectionOpsTest.ClearOneof
[ OK ] ReflectionOpsTest.ClearOneof (0 ms)
[ RUN ] ReflectionOpsTest.DiscardUnknownFields
[ OK ] ReflectionOpsTest.DiscardUnknownFields (0 ms)
[ RUN ] ReflectionOpsTest.DiscardUnknownExtensions
[ OK ] ReflectionOpsTest.DiscardUnknownExtensions (0 ms)
[ RUN ] ReflectionOpsTest.IsInitialized
[ OK ] ReflectionOpsTest.IsInitialized (0 ms)
[ RUN ] ReflectionOpsTest.ForeignIsInitialized
[ OK ] ReflectionOpsTest.ForeignIsInitialized (0 ms)
[ RUN ] ReflectionOpsTest.ExtensionIsInitialized
[ OK ] ReflectionOpsTest.ExtensionIsInitialized (0 ms)
[ RUN ] ReflectionOpsTest.OneofIsInitialized
[ OK ] ReflectionOpsTest.OneofIsInitialized (0 ms)
[ RUN ] ReflectionOpsTest.FindInitializationErrors
[ OK ] ReflectionOpsTest.FindInitializationErrors (0 ms)
[ RUN ] ReflectionOpsTest.FindForeignInitializationErrors
[ OK ] ReflectionOpsTest.FindForeignInitializationErrors (0 ms)
[ RUN ] ReflectionOpsTest.FindExtensionInitializationErrors
[ OK ] ReflectionOpsTest.FindExtensionInitializationErrors (0 ms)
[ RUN ] ReflectionOpsTest.FindOneofInitializationErrors
[ OK ] ReflectionOpsTest.FindOneofInitializationErrors (0 ms)
[----------] 22 tests from ReflectionOpsTest (1 ms total)
[----------] 43 tests from ArenaTest
[ RUN ] ArenaTest.Parsing
[ OK ] ArenaTest.Parsing (0 ms)
[ RUN ] ArenaTest.UnknownFields
[ OK ] ArenaTest.UnknownFields (1 ms)
[ RUN ] ArenaTest.Swap
[ OK ] ArenaTest.Swap (0 ms)
[ RUN ] ArenaTest.SetAllocatedMessage
[ OK ] ArenaTest.SetAllocatedMessage (0 ms)
[ RUN ] ArenaTest.ReleaseMessage
[ OK ] ArenaTest.ReleaseMessage (0 ms)
[ RUN ] ArenaTest.ArenaConstructable
[ OK ] ArenaTest.ArenaConstructable (0 ms)
[ RUN ] ArenaTest.BasicCreate
[ OK ] ArenaTest.BasicCreate (0 ms)
[ RUN ] ArenaTest.InitialBlockTooSmall
[ OK ] ArenaTest.InitialBlockTooSmall (0 ms)
[ RUN ] ArenaTest.Parsing
[ OK ] ArenaTest.Parsing (0 ms)
[ RUN ] ArenaTest.UnknownFields
[ OK ] ArenaTest.UnknownFields (1 ms)
[ RUN ] ArenaTest.Swap
[ OK ] ArenaTest.Swap (0 ms)
[ RUN ] ArenaTest.SetAllocatedMessage
[ OK ] ArenaTest.SetAllocatedMessage (0 ms)
[ RUN ] ArenaTest.ReleaseMessage
[ OK ] ArenaTest.ReleaseMessage (0 ms)
[ RUN ] ArenaTest.SetAllocatedString
[ OK ] ArenaTest.SetAllocatedString (0 ms)
[ RUN ] ArenaTest.ReleaseString
[ OK ] ArenaTest.ReleaseString (0 ms)
[ RUN ] ArenaTest.SwapBetweenArenasWithAllFieldsSet
[ OK ] ArenaTest.SwapBetweenArenasWithAllFieldsSet (0 ms)
[ RUN ] ArenaTest.SwapBetweenArenaAndNonArenaWithAllFieldsSet
[ OK ] ArenaTest.SwapBetweenArenaAndNonArenaWithAllFieldsSet (0 ms)
[ RUN ] ArenaTest.UnsafeArenaSwap
[ OK ] ArenaTest.UnsafeArenaSwap (0 ms)
[ RUN ] ArenaTest.SwapBetweenArenasUsingReflection
[ OK ] ArenaTest.SwapBetweenArenasUsingReflection (0 ms)
[ RUN ] ArenaTest.SwapBetweenArenaAndNonArenaUsingReflection
[ OK ] ArenaTest.SwapBetweenArenaAndNonArenaUsingReflection (1 ms)
[ RUN ] ArenaTest.ReleaseFromArenaMessageMakesCopy
[ OK ] ArenaTest.ReleaseFromArenaMessageMakesCopy (0 ms)
[ RUN ] ArenaTest.ReleaseFromArenaMessageUsingReflectionMakesCopy
[ OK ] ArenaTest.ReleaseFromArenaMessageUsingReflectionMakesCopy (0 ms)
[ RUN ] ArenaTest.UnsafeArenaReleaseDoesNotMakeCopy
[ OK ] ArenaTest.UnsafeArenaReleaseDoesNotMakeCopy (0 ms)
[ RUN ] ArenaTest.SetAllocatedAcrossArenas
[ OK ] ArenaTest.SetAllocatedAcrossArenas (0 ms)
[ RUN ] ArenaTest.SetAllocatedAcrossArenasWithReflection
[ OK ] ArenaTest.SetAllocatedAcrossArenasWithReflection (0 ms)
[ RUN ] ArenaTest.AddAllocatedWithReflection
[ OK ] ArenaTest.AddAllocatedWithReflection (0 ms)
[ RUN ] ArenaTest.RepeatedPtrFieldAddClearedTest
[ OK ] ArenaTest.RepeatedPtrFieldAddClearedTest (0 ms)
[ RUN ] ArenaTest.AddAllocatedToRepeatedField
[ OK ] ArenaTest.AddAllocatedToRepeatedField (0 ms)
[ RUN ] ArenaTest.ReleaseLastRepeatedField
[ OK ] ArenaTest.ReleaseLastRepeatedField (0 ms)
[ RUN ] ArenaTest.UnsafeArenaReleaseAdd
[ OK ] ArenaTest.UnsafeArenaReleaseAdd (0 ms)
[ RUN ] ArenaTest.UnsafeArenaAddAllocated
[ OK ] ArenaTest.UnsafeArenaAddAllocated (0 ms)
[ RUN ] ArenaTest.SwapRepeatedField
[ OK ] ArenaTest.SwapRepeatedField (0 ms)
[ RUN ] ArenaTest.SwapRepeatedFieldWithDifferentArenas
[ OK ] ArenaTest.SwapRepeatedFieldWithDifferentArenas (0 ms)
[ RUN ] ArenaTest.SwapRepeatedFieldWithNoArenaOnRightHandSide
[ OK ] ArenaTest.SwapRepeatedFieldWithNoArenaOnRightHandSide (0 ms)
[ RUN ] ArenaTest.SwapRepeatedFieldWithNoArenaOnLeftHandSide
[ OK ] ArenaTest.SwapRepeatedFieldWithNoArenaOnLeftHandSide (0 ms)
[ RUN ] ArenaTest.ExtensionsOnArena
[ OK ] ArenaTest.ExtensionsOnArena (0 ms)
[ RUN ] ArenaTest.RepeatedFieldOnArena
[ OK ] ArenaTest.RepeatedFieldOnArena (1 ms)
[ RUN ] ArenaTest.MutableMessageReflection
[ OK ] ArenaTest.MutableMessageReflection (0 ms)
[ RUN ] ArenaTest.NoHeapAllocationsTest
[ OK ] ArenaTest.NoHeapAllocationsTest (0 ms)
[ RUN ] ArenaTest.MessageLiteOnArena
[ OK ] ArenaTest.MessageLiteOnArena (0 ms)
[ RUN ] ArenaTest.RepeatedFieldWithNonPODType
[ OK ] ArenaTest.RepeatedFieldWithNonPODType (1 ms)
[ RUN ] ArenaTest.SpaceUsed
[ OK ] ArenaTest.SpaceUsed (0 ms)
[ RUN ] ArenaTest.Alignment
[ OK ] ArenaTest.Alignment (0 ms)
[----------] 43 tests from ArenaTest (5 ms total)
[----------] 6 tests from PreserveUnknownEnumTest
[ RUN ] PreserveUnknownEnumTest.PreserveParseAndSerialize
[ OK ] PreserveUnknownEnumTest.PreserveParseAndSerialize (0 ms)
[ RUN ] PreserveUnknownEnumTest.PreserveParseAndSerializeDynamicMessage
[ OK ] PreserveUnknownEnumTest.PreserveParseAndSerializeDynamicMessage (0 ms)
[ RUN ] PreserveUnknownEnumTest.DynamicEnumValueDescriptors
[ OK ] PreserveUnknownEnumTest.DynamicEnumValueDescriptors (0 ms)
[ RUN ] PreserveUnknownEnumTest.IntegerEnumReflectionAPI
[ OK ] PreserveUnknownEnumTest.IntegerEnumReflectionAPI (0 ms)
[ RUN ] PreserveUnknownEnumTest.Proto2CatchesUnknownValues
[ OK ] PreserveUnknownEnumTest.Proto2CatchesUnknownValues (0 ms)
[ RUN ] PreserveUnknownEnumTest.SupportsUnknownEnumValuesAPI
[ OK ] PreserveUnknownEnumTest.SupportsUnknownEnumValuesAPI (0 ms)
[----------] 6 tests from PreserveUnknownEnumTest (0 ms total)
[----------] 9 tests from NoFieldPresenceTest
[ RUN ] NoFieldPresenceTest.BasicMessageTest
[ OK ] NoFieldPresenceTest.BasicMessageTest (0 ms)
[ RUN ] NoFieldPresenceTest.MessageFieldPresenceTest
[ OK ] NoFieldPresenceTest.MessageFieldPresenceTest (0 ms)
[ RUN ] NoFieldPresenceTest.ReflectionHasFieldTest
[ OK ] NoFieldPresenceTest.ReflectionHasFieldTest (1 ms)
[ RUN ] NoFieldPresenceTest.HasFieldOneofsTest
[ OK ] NoFieldPresenceTest.HasFieldOneofsTest (0 ms)
[ RUN ] NoFieldPresenceTest.DontSerializeDefaultValuesTest
[ OK ] NoFieldPresenceTest.DontSerializeDefaultValuesTest (0 ms)
[ RUN ] NoFieldPresenceTest.MergeFromIfNonzeroTest
[ OK ] NoFieldPresenceTest.MergeFromIfNonzeroTest (0 ms)
[ RUN ] NoFieldPresenceTest.IsInitializedTest
[ OK ] NoFieldPresenceTest.IsInitializedTest (0 ms)
[ RUN ] NoFieldPresenceTest.LazyMessageFieldHasBit
[ OK ] NoFieldPresenceTest.LazyMessageFieldHasBit (0 ms)
[ RUN ] NoFieldPresenceTest.OneofPresence
[ OK ] NoFieldPresenceTest.OneofPresence (0 ms)
[----------] 9 tests from NoFieldPresenceTest (1 ms total)
[----------] 14 tests from MessageTest
[ RUN ] MessageTest.SerializeHelpers
[ OK ] MessageTest.SerializeHelpers (0 ms)
[ RUN ] MessageTest.SerializeToBrokenOstream
[ OK ] MessageTest.SerializeToBrokenOstream (0 ms)
[ RUN ] MessageTest.ParseFromFileDescriptor
[ OK ] MessageTest.ParseFromFileDescriptor (0 ms)
[ RUN ] MessageTest.ParsePackedFromFileDescriptor
[ OK ] MessageTest.ParsePackedFromFileDescriptor (1 ms)
[ RUN ] MessageTest.ParseHelpers
[ OK ] MessageTest.ParseHelpers (0 ms)
[ RUN ] MessageTest.ParseFailsIfNotInitialized
[ OK ] MessageTest.ParseFailsIfNotInitialized (0 ms)
[ RUN ] MessageTest.BypassInitializationCheckOnParse
[ OK ] MessageTest.BypassInitializationCheckOnParse (0 ms)
[ RUN ] MessageTest.InitializationErrorString
[ OK ] MessageTest.InitializationErrorString (0 ms)
[ RUN ] MessageTest.SerializationFailsOnNegativeByteSize
[libprotobuf ERROR google/protobuf/message_lite.cc:298] Error computing ByteSize (possible overflow?).
[libprotobuf ERROR google/protobuf/message_lite.cc:248] Error computing ByteSize (possible overflow?).
[ OK ] MessageTest.SerializationFailsOnNegativeByteSize (0 ms)
[ RUN ] MessageTest.BypassInitializationCheckOnSerialize
[ OK ] MessageTest.BypassInitializationCheckOnSerialize (0 ms)
[ RUN ] MessageTest.FindInitializationErrors
[ OK ] MessageTest.FindInitializationErrors (0 ms)
[ RUN ] MessageTest.ParseFailsOnInvalidMessageEnd
[ OK ] MessageTest.ParseFailsOnInvalidMessageEnd (0 ms)
[ RUN ] MessageTest.ParsingMerge
[ OK ] MessageTest.ParsingMerge (0 ms)
[ RUN ] MessageTest.MergeFrom
[ OK ] MessageTest.MergeFrom (0 ms)
[----------] 14 tests from MessageTest (1 ms total)
[----------] 2 tests from MessageFactoryTest
[ RUN ] MessageFactoryTest.GeneratedFactoryLookup
[ OK ] MessageFactoryTest.GeneratedFactoryLookup (0 ms)
[ RUN ] MessageFactoryTest.GeneratedFactoryUnknownType
[ OK ] MessageFactoryTest.GeneratedFactoryUnknownType (0 ms)
[----------] 2 tests from MessageFactoryTest (0 ms total)
[----------] 24 tests from MapImplTest
[ RUN ] MapImplTest.OperatorBracket
[ OK ] MapImplTest.OperatorBracket (0 ms)
[ RUN ] MapImplTest.OperatorBracketNonExist
[ OK ] MapImplTest.OperatorBracketNonExist (0 ms)
[ RUN ] MapImplTest.MutableAt
[ OK ] MapImplTest.MutableAt (0 ms)
[ RUN ] MapImplTest.CountNonExist
[ OK ] MapImplTest.CountNonExist (1 ms)
[ RUN ] MapImplTest.MutableFindNonExist
[ OK ] MapImplTest.MutableFindNonExist (0 ms)
[ RUN ] MapImplTest.ImmutableFindNonExist
[ OK ] MapImplTest.ImmutableFindNonExist (0 ms)
[ RUN ] MapImplTest.ConstEnd
[ OK ] MapImplTest.ConstEnd (0 ms)
[ RUN ] MapImplTest.GetReferenceFromIterator
[ OK ] MapImplTest.GetReferenceFromIterator (0 ms)
[ RUN ] MapImplTest.IteratorBasic
[ OK ] MapImplTest.IteratorBasic (0 ms)
[ RUN ] MapImplTest.IteratorConstness
[ OK ] MapImplTest.IteratorConstness (0 ms)
[ RUN ] MapImplTest.IteratorCategory
[ OK ] MapImplTest.IteratorCategory (0 ms)
[ RUN ] MapImplTest.InsertSingle
[ OK ] MapImplTest.InsertSingle (0 ms)
[ RUN ] MapImplTest.InsertByIterator
[ OK ] MapImplTest.InsertByIterator (0 ms)
[ RUN ] MapImplTest.EraseSingleByKey
[ OK ] MapImplTest.EraseSingleByKey (0 ms)
[ RUN ] MapImplTest.EraseMutipleByKey
[ OK ] MapImplTest.EraseMutipleByKey (0 ms)
[ RUN ] MapImplTest.EraseSingleByIterator
[ OK ] MapImplTest.EraseSingleByIterator (0 ms)
[ RUN ] MapImplTest.ValidIteratorAfterErase
[ OK ] MapImplTest.ValidIteratorAfterErase (0 ms)
[ RUN ] MapImplTest.EraseByIterator
[ OK ] MapImplTest.EraseByIterator (0 ms)
[ RUN ] MapImplTest.Clear
[ OK ] MapImplTest.Clear (0 ms)
[ RUN ] MapImplTest.CopyConstructor
[ OK ] MapImplTest.CopyConstructor (0 ms)
[ RUN ] MapImplTest.Assigner
[ OK ] MapImplTest.Assigner (0 ms)
[ RUN ] MapImplTest.Rehash
[ OK ] MapImplTest.Rehash (0 ms)
[ RUN ] MapImplTest.EqualRange
[ OK ] MapImplTest.EqualRange (0 ms)
[ RUN ] MapImplTest.ConvertToStdMap
[ OK ] MapImplTest.ConvertToStdMap (0 ms)
[----------] 24 tests from MapImplTest (1 ms total)
[----------] 3 tests from MapFieldReflectionTest
[ RUN ] MapFieldReflectionTest.RegularFields
[ OK ] MapFieldReflectionTest.RegularFields (2 ms)
[ RUN ] MapFieldReflectionTest.RepeatedFieldRefForRegularFields
[ OK ] MapFieldReflectionTest.RepeatedFieldRefForRegularFields (1 ms)
[ RUN ] MapFieldReflectionTest.RepeatedFieldRefMergeFromAndSwap
[ OK ] MapFieldReflectionTest.RepeatedFieldRefMergeFromAndSwap (1 ms)
[----------] 3 tests from MapFieldReflectionTest (4 ms total)
[----------] 31 tests from GeneratedMapFieldTest
[ RUN ] GeneratedMapFieldTest.Accessors
[ OK ] GeneratedMapFieldTest.Accessors (0 ms)
[ RUN ] GeneratedMapFieldTest.SetMapFieldsInitialized
[ OK ] GeneratedMapFieldTest.SetMapFieldsInitialized (0 ms)
[ RUN ] GeneratedMapFieldTest.Proto2SetMapFieldsInitialized
[ OK ] GeneratedMapFieldTest.Proto2SetMapFieldsInitialized (0 ms)
[ RUN ] GeneratedMapFieldTest.Clear
[ OK ] GeneratedMapFieldTest.Clear (0 ms)
[ RUN ] GeneratedMapFieldTest.ClearMessageMap
[ OK ] GeneratedMapFieldTest.ClearMessageMap (0 ms)
[ RUN ] GeneratedMapFieldTest.CopyFrom
[ OK ] GeneratedMapFieldTest.CopyFrom (0 ms)
[ RUN ] GeneratedMapFieldTest.CopyFromMessageMap
[ OK ] GeneratedMapFieldTest.CopyFromMessageMap (0 ms)
[ RUN ] GeneratedMapFieldTest.SwapWithEmpty
[ OK ] GeneratedMapFieldTest.SwapWithEmpty (0 ms)
[ RUN ] GeneratedMapFieldTest.SwapWithSelf
[ OK ] GeneratedMapFieldTest.SwapWithSelf (0 ms)
[ RUN ] GeneratedMapFieldTest.SwapWithOther
[ OK ] GeneratedMapFieldTest.SwapWithOther (1 ms)
[ RUN ] GeneratedMapFieldTest.CopyConstructor
[ OK ] GeneratedMapFieldTest.CopyConstructor (0 ms)
[ RUN ] GeneratedMapFieldTest.CopyAssignmentOperator
[ OK ] GeneratedMapFieldTest.CopyAssignmentOperator (0 ms)
[ RUN ] GeneratedMapFieldTest.UpcastCopyFrom
[ OK ] GeneratedMapFieldTest.UpcastCopyFrom (0 ms)
[ RUN ] GeneratedMapFieldTest.CopyFromDynamicMessage
[ OK ] GeneratedMapFieldTest.CopyFromDynamicMessage (0 ms)
[ RUN ] GeneratedMapFieldTest.DynamicMessageCopyFrom
[ OK ] GeneratedMapFieldTest.DynamicMessageCopyFrom (0 ms)
[ RUN ] GeneratedMapFieldTest.NonEmptyMergeFrom
[ OK ] GeneratedMapFieldTest.NonEmptyMergeFrom (0 ms)
[ RUN ] GeneratedMapFieldTest.MergeFromMessageMap
[ OK ] GeneratedMapFieldTest.MergeFromMessageMap (0 ms)
[ RUN ] GeneratedMapFieldTest.SerializationToArray
[ OK ] GeneratedMapFieldTest.SerializationToArray (0 ms)
[ RUN ] GeneratedMapFieldTest.SerializationToStream
[ OK ] GeneratedMapFieldTest.SerializationToStream (1 ms)
[ RUN ] GeneratedMapFieldTest.SameTypeMaps
[ OK ] GeneratedMapFieldTest.SameTypeMaps (0 ms)
[ RUN ] GeneratedMapFieldTest.Proto2UnknownEnum
[ OK ] GeneratedMapFieldTest.Proto2UnknownEnum (0 ms)
[ RUN ] GeneratedMapFieldTest.StandardWireFormat
[ OK ] GeneratedMapFieldTest.StandardWireFormat (0 ms)
[ RUN ] GeneratedMapFieldTest.UnorderedWireFormat
[ OK ] GeneratedMapFieldTest.UnorderedWireFormat (0 ms)
[ RUN ] GeneratedMapFieldTest.DuplicatedKeyWireFormat
[ OK ] GeneratedMapFieldTest.DuplicatedKeyWireFormat (0 ms)
[ RUN ] GeneratedMapFieldTest.DuplicatedValueWireFormat
[ OK ] GeneratedMapFieldTest.DuplicatedValueWireFormat (0 ms)
[ RUN ] GeneratedMapFieldTest.MissedKeyWireFormat
[ OK ] GeneratedMapFieldTest.MissedKeyWireFormat (0 ms)
[ RUN ] GeneratedMapFieldTest.MissedValueWireFormat
[ OK ] GeneratedMapFieldTest.MissedValueWireFormat (0 ms)
[ RUN ] GeneratedMapFieldTest.UnknownFieldWireFormat
[ OK ] GeneratedMapFieldTest.UnknownFieldWireFormat (0 ms)
[ RUN ] GeneratedMapFieldTest.CorruptedWireFormat
[ OK ] GeneratedMapFieldTest.CorruptedWireFormat (0 ms)
[ RUN ] GeneratedMapFieldTest.MessageLiteMap
[ OK ] GeneratedMapFieldTest.MessageLiteMap (0 ms)
[ RUN ] GeneratedMapFieldTest.IsInitialized
[ OK ] GeneratedMapFieldTest.IsInitialized (0 ms)
[----------] 31 tests from GeneratedMapFieldTest (3 ms total)
[----------] 14 tests from GeneratedMapFieldReflectionTest
[ RUN ] GeneratedMapFieldReflectionTest.SpaceUsed
[ OK ] GeneratedMapFieldReflectionTest.SpaceUsed (1 ms)
[ RUN ] GeneratedMapFieldReflectionTest.Accessors
[ OK ] GeneratedMapFieldReflectionTest.Accessors (0 ms)
[ RUN ] GeneratedMapFieldReflectionTest.Swap
[ OK ] GeneratedMapFieldReflectionTest.Swap (0 ms)
[ RUN ] GeneratedMapFieldReflectionTest.SwapWithBothSet
[ OK ] GeneratedMapFieldReflectionTest.SwapWithBothSet (1 ms)
[ RUN ] GeneratedMapFieldReflectionTest.SwapFields
[ OK ] GeneratedMapFieldReflectionTest.SwapFields (0 ms)
[ RUN ] GeneratedMapFieldReflectionTest.ClearField
[ OK ] GeneratedMapFieldReflectionTest.ClearField (0 ms)
[ RUN ] GeneratedMapFieldReflectionTest.RemoveLast
[ OK ] GeneratedMapFieldReflectionTest.RemoveLast (0 ms)
[ RUN ] GeneratedMapFieldReflectionTest.ReleaseLast
[ OK ] GeneratedMapFieldReflectionTest.ReleaseLast (1 ms)
[ RUN ] GeneratedMapFieldReflectionTest.SwapElements
[ OK ] GeneratedMapFieldReflectionTest.SwapElements (0 ms)
[ RUN ] GeneratedMapFieldReflectionTest.MutableUnknownFields
[ OK ] GeneratedMapFieldReflectionTest.MutableUnknownFields (0 ms)
[ RUN ] GeneratedMapFieldReflectionTest.EmbedProto2Message
[ OK ] GeneratedMapFieldReflectionTest.EmbedProto2Message (0 ms)
[ RUN ] GeneratedMapFieldReflectionTest.MergeFromClearMapEntry
[ OK ] GeneratedMapFieldReflectionTest.MergeFromClearMapEntry (0 ms)
[ RUN ] GeneratedMapFieldReflectionTest.MapEntryClear
[ OK ] GeneratedMapFieldReflectionTest.MapEntryClear (0 ms)
[ RUN ] GeneratedMapFieldReflectionTest.Proto2MapEntryClear
[ OK ] GeneratedMapFieldReflectionTest.Proto2MapEntryClear (0 ms)
[----------] 14 tests from GeneratedMapFieldReflectionTest (3 ms total)
[----------] 3 tests from MapFieldInDynamicMessageTest
[ RUN ] MapFieldInDynamicMessageTest.MapIndependentOffsets
[ OK ] MapFieldInDynamicMessageTest.MapIndependentOffsets (1 ms)
[ RUN ] MapFieldInDynamicMessageTest.Map
[ OK ] MapFieldInDynamicMessageTest.Map (0 ms)
[ RUN ] MapFieldInDynamicMessageTest.MapSpaceUsed
[ OK ] MapFieldInDynamicMessageTest.MapSpaceUsed (0 ms)
[----------] 3 tests from MapFieldInDynamicMessageTest (1 ms total)
[----------] 5 tests from ReflectionOpsForMapFieldTest
[ RUN ] ReflectionOpsForMapFieldTest.MapSanityCheck
[ OK ] ReflectionOpsForMapFieldTest.MapSanityCheck (0 ms)
[ RUN ] ReflectionOpsForMapFieldTest.MapCopy
[ OK ] ReflectionOpsForMapFieldTest.MapCopy (0 ms)
[ RUN ] ReflectionOpsForMapFieldTest.MergeMap
[ OK ] ReflectionOpsForMapFieldTest.MergeMap (1 ms)
[ RUN ] ReflectionOpsForMapFieldTest.ClearMap
[ OK ] ReflectionOpsForMapFieldTest.ClearMap (0 ms)
[ RUN ] ReflectionOpsForMapFieldTest.MapDiscardUnknownFields
[ OK ] ReflectionOpsForMapFieldTest.MapDiscardUnknownFields (0 ms)
[----------] 5 tests from ReflectionOpsForMapFieldTest (1 ms total)
[----------] 4 tests from WireFormatForMapFieldTest
[ RUN ] WireFormatForMapFieldTest.ParseMap
[ OK ] WireFormatForMapFieldTest.ParseMap (0 ms)
[ RUN ] WireFormatForMapFieldTest.MapByteSize
[ OK ] WireFormatForMapFieldTest.MapByteSize (0 ms)
[ RUN ] WireFormatForMapFieldTest.SerializeMap
[ OK ] WireFormatForMapFieldTest.SerializeMap (1 ms)
[ RUN ] WireFormatForMapFieldTest.MapParseHelpers
[ OK ] WireFormatForMapFieldTest.MapParseHelpers (0 ms)
[----------] 4 tests from WireFormatForMapFieldTest (1 ms total)
[----------] 1 test from TextFormatMapTest
[ RUN ] TextFormatMapTest.SerializeAndParse
[ OK ] TextFormatMapTest.SerializeAndParse (1 ms)
[----------] 1 test from TextFormatMapTest (1 ms total)
[----------] 3 tests from MapFieldBasePrimitiveTest
[ RUN ] MapFieldBasePrimitiveTest.SpaceUsedExcludingSelf
[ OK ] MapFieldBasePrimitiveTest.SpaceUsedExcludingSelf (0 ms)
[ RUN ] MapFieldBasePrimitiveTest.GetRepeatedField
[ OK ] MapFieldBasePrimitiveTest.GetRepeatedField (0 ms)
[ RUN ] MapFieldBasePrimitiveTest.MutableRepeatedField
[ OK ] MapFieldBasePrimitiveTest.MutableRepeatedField (0 ms)
[----------] 3 tests from MapFieldBasePrimitiveTest (1 ms total)
[----------] 31 tests from GeneratedMessageReflectionTest
[ RUN ] GeneratedMessageReflectionTest.Defaults
[ OK ] GeneratedMessageReflectionTest.Defaults (0 ms)
[ RUN ] GeneratedMessageReflectionTest.Accessors
[ OK ] GeneratedMessageReflectionTest.Accessors (0 ms)
[ RUN ] GeneratedMessageReflectionTest.GetStringReference
[ OK ] GeneratedMessageReflectionTest.GetStringReference (0 ms)
[ RUN ] GeneratedMessageReflectionTest.DefaultsAfterClear
[ OK ] GeneratedMessageReflectionTest.DefaultsAfterClear (0 ms)
[ RUN ] GeneratedMessageReflectionTest.Swap
[ OK ] GeneratedMessageReflectionTest.Swap (0 ms)
[ RUN ] GeneratedMessageReflectionTest.SwapWithBothSet
[ OK ] GeneratedMessageReflectionTest.SwapWithBothSet (1 ms)
[ RUN ] GeneratedMessageReflectionTest.SwapExtensions
[ OK ] GeneratedMessageReflectionTest.SwapExtensions (0 ms)
[ RUN ] GeneratedMessageReflectionTest.SwapUnknown
[ OK ] GeneratedMessageReflectionTest.SwapUnknown (0 ms)
[ RUN ] GeneratedMessageReflectionTest.SwapFields
[ OK ] GeneratedMessageReflectionTest.SwapFields (0 ms)
[ RUN ] GeneratedMessageReflectionTest.SwapFieldsAll
[ OK ] GeneratedMessageReflectionTest.SwapFieldsAll (0 ms)
[ RUN ] GeneratedMessageReflectionTest.SwapFieldsAllExtension
[ OK ] GeneratedMessageReflectionTest.SwapFieldsAllExtension (0 ms)
[ RUN ] GeneratedMessageReflectionTest.SwapOneof
[ OK ] GeneratedMessageReflectionTest.SwapOneof (0 ms)
[ RUN ] GeneratedMessageReflectionTest.SwapOneofBothSet
[ OK ] GeneratedMessageReflectionTest.SwapOneofBothSet (0 ms)
[ RUN ] GeneratedMessageReflectionTest.SwapFieldsOneof
[ OK ] GeneratedMessageReflectionTest.SwapFieldsOneof (0 ms)
[ RUN ] GeneratedMessageReflectionTest.RemoveLast
[ OK ] GeneratedMessageReflectionTest.RemoveLast (0 ms)
[ RUN ] GeneratedMessageReflectionTest.RemoveLastExtensions
[ OK ] GeneratedMessageReflectionTest.RemoveLastExtensions (0 ms)
[ RUN ] GeneratedMessageReflectionTest.ReleaseLast
[ OK ] GeneratedMessageReflectionTest.ReleaseLast (1 ms)
[ RUN ] GeneratedMessageReflectionTest.ReleaseLastExtensions
[ OK ] GeneratedMessageReflectionTest.ReleaseLastExtensions (0 ms)
[ RUN ] GeneratedMessageReflectionTest.SwapRepeatedElements
[ OK ] GeneratedMessageReflectionTest.SwapRepeatedElements (0 ms)
[ RUN ] GeneratedMessageReflectionTest.SwapRepeatedElementsExtension
[ OK ] GeneratedMessageReflectionTest.SwapRepeatedElementsExtension (0 ms)
[ RUN ] GeneratedMessageReflectionTest.Extensions
[ OK ] GeneratedMessageReflectionTest.Extensions (1 ms)
[ RUN ] GeneratedMessageReflectionTest.FindExtensionTypeByNumber
[ OK ] GeneratedMessageReflectionTest.FindExtensionTypeByNumber (0 ms)
[ RUN ] GeneratedMessageReflectionTest.FindKnownExtensionByName
[ OK ] GeneratedMessageReflectionTest.FindKnownExtensionByName (0 ms)
[ RUN ] GeneratedMessageReflectionTest.SetAllocatedMessageTest
[ OK ] GeneratedMessageReflectionTest.SetAllocatedMessageTest (0 ms)
[ RUN ] GeneratedMessageReflectionTest.SetAllocatedExtensionMessageTest
[ OK ] GeneratedMessageReflectionTest.SetAllocatedExtensionMessageTest (1 ms)
[ RUN ] GeneratedMessageReflectionTest.ListFieldsOneOf
[ OK ] GeneratedMessageReflectionTest.ListFieldsOneOf (0 ms)
[ RUN ] GeneratedMessageReflectionTest.Oneof
[ OK ] GeneratedMessageReflectionTest.Oneof (0 ms)
[ RUN ] GeneratedMessageReflectionTest.SetAllocatedOneofMessageTest
[ OK ] GeneratedMessageReflectionTest.SetAllocatedOneofMessageTest (0 ms)
[ RUN ] GeneratedMessageReflectionTest.ReleaseMessageTest
[ OK ] GeneratedMessageReflectionTest.ReleaseMessageTest (0 ms)
[ RUN ] GeneratedMessageReflectionTest.ReleaseExtensionMessageTest
[ OK ] GeneratedMessageReflectionTest.ReleaseExtensionMessageTest (1 ms)
[ RUN ] GeneratedMessageReflectionTest.ReleaseOneofMessageTest
[ OK ] GeneratedMessageReflectionTest.ReleaseOneofMessageTest (0 ms)
[----------] 31 tests from GeneratedMessageReflectionTest (5 ms total)
[----------] 34 tests from ExtensionSetTest
[ RUN ] ExtensionSetTest.Defaults
[ OK ] ExtensionSetTest.Defaults (0 ms)
[ RUN ] ExtensionSetTest.Accessors
[ OK ] ExtensionSetTest.Accessors (0 ms)
[ RUN ] ExtensionSetTest.Clear
[ OK ] ExtensionSetTest.Clear (0 ms)
[ RUN ] ExtensionSetTest.ClearOneField
[ OK ] ExtensionSetTest.ClearOneField (0 ms)
[ RUN ] ExtensionSetTest.SetAllocatedExtension
[ OK ] ExtensionSetTest.SetAllocatedExtension (0 ms)
[ RUN ] ExtensionSetTest.ReleaseExtension
[ OK ] ExtensionSetTest.ReleaseExtension (0 ms)
[ RUN ] ExtensionSetTest.CopyFrom
[ OK ] ExtensionSetTest.CopyFrom (0 ms)
[ RUN ] ExtensionSetTest.CopyFromUpcasted
[ OK ] ExtensionSetTest.CopyFromUpcasted (1 ms)
[ RUN ] ExtensionSetTest.SwapWithEmpty
[ OK ] ExtensionSetTest.SwapWithEmpty (0 ms)
[ RUN ] ExtensionSetTest.SwapWithSelf
[ OK ] ExtensionSetTest.SwapWithSelf (0 ms)
[ RUN ] ExtensionSetTest.SwapExtension
[ OK ] ExtensionSetTest.SwapExtension (0 ms)
[ RUN ] ExtensionSetTest.SwapExtensionWithEmpty
[ OK ] ExtensionSetTest.SwapExtensionWithEmpty (0 ms)
[ RUN ] ExtensionSetTest.SwapExtensionBothFull
[ OK ] ExtensionSetTest.SwapExtensionBothFull (0 ms)
[ RUN ] ExtensionSetTest.ArenaSetAllExtension
[ OK ] ExtensionSetTest.ArenaSetAllExtension (0 ms)
[ RUN ] ExtensionSetTest.ArenaCopyConstructor
[ OK ] ExtensionSetTest.ArenaCopyConstructor (1 ms)
[ RUN ] ExtensionSetTest.ArenaMergeFrom
[ OK ] ExtensionSetTest.ArenaMergeFrom (0 ms)
[ RUN ] ExtensionSetTest.ArenaSetAllocatedMessageAndRelease
[ OK ] ExtensionSetTest.ArenaSetAllocatedMessageAndRelease (0 ms)
[ RUN ] ExtensionSetTest.SwapExtensionBothFullWithArena
[ OK ] ExtensionSetTest.SwapExtensionBothFullWithArena (0 ms)
[ RUN ] ExtensionSetTest.SwapFieldsOfExtensionBothFullWithArena
[ OK ] ExtensionSetTest.SwapFieldsOfExtensionBothFullWithArena (0 ms)
[ RUN ] ExtensionSetTest.SwapExtensionWithSelf
[ OK ] ExtensionSetTest.SwapExtensionWithSelf (1 ms)
[ RUN ] ExtensionSetTest.SerializationToArray
[ OK ] ExtensionSetTest.SerializationToArray (0 ms)
[ RUN ] ExtensionSetTest.SerializationToStream
[ OK ] ExtensionSetTest.SerializationToStream (0 ms)
[ RUN ] ExtensionSetTest.PackedSerializationToArray
[ OK ] ExtensionSetTest.PackedSerializationToArray (0 ms)
[ RUN ] ExtensionSetTest.PackedSerializationToStream
[ OK ] ExtensionSetTest.PackedSerializationToStream (0 ms)
[ RUN ] ExtensionSetTest.Parsing
[ OK ] ExtensionSetTest.Parsing (0 ms)
[ RUN ] ExtensionSetTest.PackedParsing
[ OK ] ExtensionSetTest.PackedParsing (0 ms)
[ RUN ] ExtensionSetTest.PackedToUnpackedParsing
[ OK ] ExtensionSetTest.PackedToUnpackedParsing (0 ms)
[ RUN ] ExtensionSetTest.UnpackedToPackedParsing
[ OK ] ExtensionSetTest.UnpackedToPackedParsing (0 ms)
[ RUN ] ExtensionSetTest.IsInitialized
[ OK ] ExtensionSetTest.IsInitialized (0 ms)
[ RUN ] ExtensionSetTest.MutableString
[ OK ] ExtensionSetTest.MutableString (1 ms)
[ RUN ] ExtensionSetTest.SpaceUsedExcludingSelf
[ OK ] ExtensionSetTest.SpaceUsedExcludingSelf (0 ms)
[ RUN ] ExtensionSetTest.RepeatedFields
[ OK ] ExtensionSetTest.RepeatedFields (0 ms)
[ RUN ] ExtensionSetTest.AbsentExtension
[ OK ] ExtensionSetTest.AbsentExtension (0 ms)
[ RUN ] ExtensionSetTest.DynamicExtensions
[ OK ] ExtensionSetTest.DynamicExtensions (0 ms)
[----------] 34 tests from ExtensionSetTest (4 ms total)
[----------] 1 test from ExtensioSetTest
[ RUN ] ExtensioSetTest.CopyFromPacked
[ OK ] ExtensioSetTest.CopyFromPacked (0 ms)
[----------] 1 test from ExtensioSetTest (0 ms total)
[----------] 10 tests from DynamicMessageTest
[ RUN ] DynamicMessageTest.Descriptor
[ OK ] DynamicMessageTest.Descriptor (4 ms)
[ RUN ] DynamicMessageTest.OnePrototype
[ OK ] DynamicMessageTest.OnePrototype (4 ms)
[ RUN ] DynamicMessageTest.Defaults
[ OK ] DynamicMessageTest.Defaults (4 ms)
[ RUN ] DynamicMessageTest.IndependentOffsets
[ OK ] DynamicMessageTest.IndependentOffsets (5 ms)
[ RUN ] DynamicMessageTest.Extensions
[ OK ] DynamicMessageTest.Extensions (4 ms)
[ RUN ] DynamicMessageTest.PackedFields
[ OK ] DynamicMessageTest.PackedFields (4 ms)
[ RUN ] DynamicMessageTest.Oneof
[ OK ] DynamicMessageTest.Oneof (4 ms)
[ RUN ] DynamicMessageTest.SpaceUsed
[ OK ] DynamicMessageTest.SpaceUsed (4 ms)
[ RUN ] DynamicMessageTest.Arena
[ OK ] DynamicMessageTest.Arena (4 ms)
[ RUN ] DynamicMessageTest.Proto3
[ OK ] DynamicMessageTest.Proto3 (4 ms)
[----------] 10 tests from DynamicMessageTest (42 ms total)
[----------] 2 tests from DropUnknownFieldsTest
[ RUN ] DropUnknownFieldsTest.GeneratedMessage
[ OK ] DropUnknownFieldsTest.GeneratedMessage (0 ms)
[ RUN ] DropUnknownFieldsTest.DynamicMessage
[ OK ] DropUnknownFieldsTest.DynamicMessage (0 ms)
[----------] 2 tests from DropUnknownFieldsTest (0 ms total)
[----------] 11 tests from FileDescriptorTest
[ RUN ] FileDescriptorTest.Name
[ OK ] FileDescriptorTest.Name (0 ms)
[ RUN ] FileDescriptorTest.Package
[ OK ] FileDescriptorTest.Package (0 ms)
[ RUN ] FileDescriptorTest.Dependencies
[ OK ] FileDescriptorTest.Dependencies (0 ms)
[ RUN ] FileDescriptorTest.FindMessageTypeByName
[ OK ] FileDescriptorTest.FindMessageTypeByName (0 ms)
[ RUN ] FileDescriptorTest.FindEnumTypeByName
[ OK ] FileDescriptorTest.FindEnumTypeByName (0 ms)
[ RUN ] FileDescriptorTest.FindEnumValueByName
[ OK ] FileDescriptorTest.FindEnumValueByName (1 ms)
[ RUN ] FileDescriptorTest.FindServiceByName
[ OK ] FileDescriptorTest.FindServiceByName (0 ms)
[ RUN ] FileDescriptorTest.FindExtensionByName
[ OK ] FileDescriptorTest.FindExtensionByName (0 ms)
[ RUN ] FileDescriptorTest.FindExtensionByNumber
[ OK ] FileDescriptorTest.FindExtensionByNumber (0 ms)
[ RUN ] FileDescriptorTest.BuildAgain
[libprotobuf ERROR google/protobuf/descriptor.cc:3067] Invalid proto descriptor for file "foo.proto":
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] foo.proto: A file with this name is already in the pool.
[ OK ] FileDescriptorTest.BuildAgain (0 ms)
[ RUN ] FileDescriptorTest.Syntax
[ OK ] FileDescriptorTest.Syntax (0 ms)
[----------] 11 tests from FileDescriptorTest (1 ms total)
[----------] 17 tests from DescriptorTest
[ RUN ] DescriptorTest.Name
[ OK ] DescriptorTest.Name (0 ms)
[ RUN ] DescriptorTest.ContainingType
[ OK ] DescriptorTest.ContainingType (0 ms)
[ RUN ] DescriptorTest.FieldsByIndex
[ OK ] DescriptorTest.FieldsByIndex (0 ms)
[ RUN ] DescriptorTest.FindFieldByName
[ OK ] DescriptorTest.FindFieldByName (0 ms)
[ RUN ] DescriptorTest.FindFieldByNumber
[ OK ] DescriptorTest.FindFieldByNumber (0 ms)
[ RUN ] DescriptorTest.FieldName
[ OK ] DescriptorTest.FieldName (0 ms)
[ RUN ] DescriptorTest.FieldFullName
[ OK ] DescriptorTest.FieldFullName (0 ms)
[ RUN ] DescriptorTest.FieldFile
[ OK ] DescriptorTest.FieldFile (0 ms)
[ RUN ] DescriptorTest.FieldIndex
[ OK ] DescriptorTest.FieldIndex (0 ms)
[ RUN ] DescriptorTest.FieldNumber
[ OK ] DescriptorTest.FieldNumber (0 ms)
[ RUN ] DescriptorTest.FieldType
[ OK ] DescriptorTest.FieldType (1 ms)
[ RUN ] DescriptorTest.FieldLabel
[ OK ] DescriptorTest.FieldLabel (0 ms)
[ RUN ] DescriptorTest.IsMap
[ OK ] DescriptorTest.IsMap (0 ms)
[ RUN ] DescriptorTest.FieldHasDefault
[ OK ] DescriptorTest.FieldHasDefault (0 ms)
[ RUN ] DescriptorTest.FieldContainingType
[ OK ] DescriptorTest.FieldContainingType (0 ms)
[ RUN ] DescriptorTest.FieldMessageType
[ OK ] DescriptorTest.FieldMessageType (0 ms)
[ RUN ] DescriptorTest.FieldEnumType
[ OK ] DescriptorTest.FieldEnumType (0 ms)
[----------] 17 tests from DescriptorTest (2 ms total)
[----------] 2 tests from OneofDescriptorTest
[ RUN ] OneofDescriptorTest.Normal
[ OK ] OneofDescriptorTest.Normal (0 ms)
[ RUN ] OneofDescriptorTest.FindByName
[ OK ] OneofDescriptorTest.FindByName (0 ms)
[----------] 2 tests from OneofDescriptorTest (0 ms total)
[----------] 4 tests from StylizedFieldNamesTest
[ RUN ] StylizedFieldNamesTest.LowercaseName
[ OK ] StylizedFieldNamesTest.LowercaseName (0 ms)
[ RUN ] StylizedFieldNamesTest.CamelcaseName
[ OK ] StylizedFieldNamesTest.CamelcaseName (0 ms)
[ RUN ] StylizedFieldNamesTest.FindByLowercaseName
[ OK ] StylizedFieldNamesTest.FindByLowercaseName (0 ms)
[ RUN ] StylizedFieldNamesTest.FindByCamelcaseName
[ OK ] StylizedFieldNamesTest.FindByCamelcaseName (0 ms)
[----------] 4 tests from StylizedFieldNamesTest (0 ms total)
[----------] 10 tests from EnumDescriptorTest
[ RUN ] EnumDescriptorTest.Name
[ OK ] EnumDescriptorTest.Name (0 ms)
[ RUN ] EnumDescriptorTest.ContainingType
[ OK ] EnumDescriptorTest.ContainingType (0 ms)
[ RUN ] EnumDescriptorTest.ValuesByIndex
[ OK ] EnumDescriptorTest.ValuesByIndex (1 ms)
[ RUN ] EnumDescriptorTest.FindValueByName
[ OK ] EnumDescriptorTest.FindValueByName (0 ms)
[ RUN ] EnumDescriptorTest.FindValueByNumber
[ OK ] EnumDescriptorTest.FindValueByNumber (0 ms)
[ RUN ] EnumDescriptorTest.ValueName
[ OK ] EnumDescriptorTest.ValueName (0 ms)
[ RUN ] EnumDescriptorTest.ValueFullName
[ OK ] EnumDescriptorTest.ValueFullName (0 ms)
[ RUN ] EnumDescriptorTest.ValueIndex
[ OK ] EnumDescriptorTest.ValueIndex (0 ms)
[ RUN ] EnumDescriptorTest.ValueNumber
[ OK ] EnumDescriptorTest.ValueNumber (0 ms)
[ RUN ] EnumDescriptorTest.ValueType
[ OK ] EnumDescriptorTest.ValueType (0 ms)
[----------] 10 tests from EnumDescriptorTest (1 ms total)
[----------] 9 tests from ServiceDescriptorTest
[ RUN ] ServiceDescriptorTest.Name
[ OK ] ServiceDescriptorTest.Name (0 ms)
[ RUN ] ServiceDescriptorTest.MethodsByIndex
[ OK ] ServiceDescriptorTest.MethodsByIndex (0 ms)
[ RUN ] ServiceDescriptorTest.FindMethodByName
[ OK ] ServiceDescriptorTest.FindMethodByName (0 ms)
[ RUN ] ServiceDescriptorTest.MethodName
[ OK ] ServiceDescriptorTest.MethodName (0 ms)
[ RUN ] ServiceDescriptorTest.MethodFullName
[ OK ] ServiceDescriptorTest.MethodFullName (0 ms)
[ RUN ] ServiceDescriptorTest.MethodIndex
[ OK ] ServiceDescriptorTest.MethodIndex (0 ms)
[ RUN ] ServiceDescriptorTest.MethodParent
[ OK ] ServiceDescriptorTest.MethodParent (0 ms)
[ RUN ] ServiceDescriptorTest.MethodInputType
[ OK ] ServiceDescriptorTest.MethodInputType (0 ms)
[ RUN ] ServiceDescriptorTest.MethodOutputType
[ OK ] ServiceDescriptorTest.MethodOutputType (0 ms)
[----------] 9 tests from ServiceDescriptorTest (1 ms total)
[----------] 10 tests from NestedDescriptorTest
[ RUN ] NestedDescriptorTest.MessageName
[ OK ] NestedDescriptorTest.MessageName (0 ms)
[ RUN ] NestedDescriptorTest.MessageContainingType
[ OK ] NestedDescriptorTest.MessageContainingType (0 ms)
[ RUN ] NestedDescriptorTest.NestedMessagesByIndex
[ OK ] NestedDescriptorTest.NestedMessagesByIndex (0 ms)
[ RUN ] NestedDescriptorTest.FindFieldByNameDoesntFindNestedTypes
[ OK ] NestedDescriptorTest.FindFieldByNameDoesntFindNestedTypes (0 ms)
[ RUN ] NestedDescriptorTest.FindNestedTypeByName
[ OK ] NestedDescriptorTest.FindNestedTypeByName (0 ms)
[ RUN ] NestedDescriptorTest.EnumName
[ OK ] NestedDescriptorTest.EnumName (1 ms)
[ RUN ] NestedDescriptorTest.EnumContainingType
[ OK ] NestedDescriptorTest.EnumContainingType (0 ms)
[ RUN ] NestedDescriptorTest.NestedEnumsByIndex
[ OK ] NestedDescriptorTest.NestedEnumsByIndex (0 ms)
[ RUN ] NestedDescriptorTest.FindEnumTypeByName
[ OK ] NestedDescriptorTest.FindEnumTypeByName (0 ms)
[ RUN ] NestedDescriptorTest.FindEnumValueByName
[ OK ] NestedDescriptorTest.FindEnumValueByName (0 ms)
[----------] 10 tests from NestedDescriptorTest (1 ms total)
[----------] 6 tests from ExtensionDescriptorTest
[ RUN ] ExtensionDescriptorTest.ExtensionRanges
[ OK ] ExtensionDescriptorTest.ExtensionRanges (0 ms)
[ RUN ] ExtensionDescriptorTest.Extensions
[ OK ] ExtensionDescriptorTest.Extensions (0 ms)
[ RUN ] ExtensionDescriptorTest.IsExtensionNumber
[ OK ] ExtensionDescriptorTest.IsExtensionNumber (0 ms)
[ RUN ] ExtensionDescriptorTest.FindExtensionByName
[ OK ] ExtensionDescriptorTest.FindExtensionByName (0 ms)
[ RUN ] ExtensionDescriptorTest.FindAllExtensions
[ OK ] ExtensionDescriptorTest.FindAllExtensions (0 ms)
[ RUN ] ExtensionDescriptorTest.DuplicateFieldNumber
[libprotobuf WARNING google/protobuf/descriptor.cc:3121] bar.proto option2: Extension number 1000 has already been used in "google.protobuf.FieldOptions" by extension "option1" defined in foo.proto.
[ OK ] ExtensionDescriptorTest.DuplicateFieldNumber (1 ms)
[----------] 6 tests from ExtensionDescriptorTest (1 ms total)
[----------] 9 tests from MiscTest
[ RUN ] MiscTest.TypeNames
[ OK ] MiscTest.TypeNames (1 ms)
[ RUN ] MiscTest.StaticTypeNames
[ OK ] MiscTest.StaticTypeNames (0 ms)
[ RUN ] MiscTest.CppTypes
[ OK ] MiscTest.CppTypes (0 ms)
[ RUN ] MiscTest.CppTypeNames
[ OK ] MiscTest.CppTypeNames (1 ms)
[ RUN ] MiscTest.StaticCppTypeNames
[ OK ] MiscTest.StaticCppTypeNames (0 ms)
[ RUN ] MiscTest.MessageType
[ OK ] MiscTest.MessageType (0 ms)
[ RUN ] MiscTest.EnumType
[ OK ] MiscTest.EnumType (0 ms)
[ RUN ] MiscTest.DefaultValues
[ OK ] MiscTest.DefaultValues (1 ms)
[ RUN ] MiscTest.FieldOptions
[ OK ] MiscTest.FieldOptions (0 ms)
[----------] 9 tests from MiscTest (3 ms total)
[----------] 9 tests from CustomOptions
[ RUN ] CustomOptions.OptionLocations
[ OK ] CustomOptions.OptionLocations (0 ms)
[ RUN ] CustomOptions.OptionTypes
[ OK ] CustomOptions.OptionTypes (0 ms)
[ RUN ] CustomOptions.ComplexExtensionOptions
[ OK ] CustomOptions.ComplexExtensionOptions (0 ms)
[ RUN ] CustomOptions.OptionsFromOtherFile
[ OK ] CustomOptions.OptionsFromOtherFile (3 ms)
[ RUN ] CustomOptions.MessageOptionThreeFieldsSet
[ OK ] CustomOptions.MessageOptionThreeFieldsSet (3 ms)
[ RUN ] CustomOptions.MessageOptionRepeatedLeafFieldSet
[ OK ] CustomOptions.MessageOptionRepeatedLeafFieldSet (2 ms)
[ RUN ] CustomOptions.MessageOptionRepeatedMsgFieldSet
[ OK ] CustomOptions.MessageOptionRepeatedMsgFieldSet (3 ms)
[ RUN ] CustomOptions.AggregateOptions
[ OK ] CustomOptions.AggregateOptions (0 ms)
[ RUN ] CustomOptions.UnusedImportWarning
[ OK ] CustomOptions.UnusedImportWarning (3 ms)
[----------] 9 tests from CustomOptions (14 ms total)
[----------] 131 tests from ValidationErrorTest
[ RUN ] ValidationErrorTest.AlreadyDefined
[ OK ] ValidationErrorTest.AlreadyDefined (0 ms)
[ RUN ] ValidationErrorTest.AlreadyDefinedInPackage
[ OK ] ValidationErrorTest.AlreadyDefinedInPackage (0 ms)
[ RUN ] ValidationErrorTest.AlreadyDefinedInOtherFile
[ OK ] ValidationErrorTest.AlreadyDefinedInOtherFile (0 ms)
[ RUN ] ValidationErrorTest.PackageAlreadyDefined
[ OK ] ValidationErrorTest.PackageAlreadyDefined (0 ms)
[ RUN ] ValidationErrorTest.EnumValueAlreadyDefinedInParent
[ OK ] ValidationErrorTest.EnumValueAlreadyDefinedInParent (0 ms)
[ RUN ] ValidationErrorTest.EnumValueAlreadyDefinedInParentNonGlobal
[ OK ] ValidationErrorTest.EnumValueAlreadyDefinedInParentNonGlobal (0 ms)
[ RUN ] ValidationErrorTest.MissingName
[ OK ] ValidationErrorTest.MissingName (0 ms)
[ RUN ] ValidationErrorTest.InvalidName
[ OK ] ValidationErrorTest.InvalidName (0 ms)
[ RUN ] ValidationErrorTest.InvalidPackageName
[ OK ] ValidationErrorTest.InvalidPackageName (0 ms)
[ RUN ] ValidationErrorTest.MissingFileName
[ OK ] ValidationErrorTest.MissingFileName (0 ms)
[ RUN ] ValidationErrorTest.DupeDependency
[ OK ] ValidationErrorTest.DupeDependency (0 ms)
[ RUN ] ValidationErrorTest.UnknownDependency
[ OK ] ValidationErrorTest.UnknownDependency (0 ms)
[ RUN ] ValidationErrorTest.InvalidPublicDependencyIndex
[ OK ] ValidationErrorTest.InvalidPublicDependencyIndex (0 ms)
[ RUN ] ValidationErrorTest.ForeignUnimportedPackageNoCrash
[ OK ] ValidationErrorTest.ForeignUnimportedPackageNoCrash (0 ms)
[ RUN ] ValidationErrorTest.DupeFile
[ OK ] ValidationErrorTest.DupeFile (0 ms)
[ RUN ] ValidationErrorTest.FieldInExtensionRange
[ OK ] ValidationErrorTest.FieldInExtensionRange (0 ms)
[ RUN ] ValidationErrorTest.OverlappingExtensionRanges
[ OK ] ValidationErrorTest.OverlappingExtensionRanges (0 ms)
[ RUN ] ValidationErrorTest.InvalidDefaults
[ OK ] ValidationErrorTest.InvalidDefaults (1 ms)
[ RUN ] ValidationErrorTest.NegativeFieldNumber
[ OK ] ValidationErrorTest.NegativeFieldNumber (0 ms)
[ RUN ] ValidationErrorTest.HugeFieldNumber
[ OK ] ValidationErrorTest.HugeFieldNumber (0 ms)
[ RUN ] ValidationErrorTest.ReservedFieldNumber
[ OK ] ValidationErrorTest.ReservedFieldNumber (0 ms)
[ RUN ] ValidationErrorTest.ExtensionMissingExtendee
[ OK ] ValidationErrorTest.ExtensionMissingExtendee (0 ms)
[ RUN ] ValidationErrorTest.NonExtensionWithExtendee
[ OK ] ValidationErrorTest.NonExtensionWithExtendee (0 ms)
[ RUN ] ValidationErrorTest.FieldOneofIndexTooLarge
[ OK ] ValidationErrorTest.FieldOneofIndexTooLarge (1 ms)
[ RUN ] ValidationErrorTest.FieldOneofIndexNegative
[ OK ] ValidationErrorTest.FieldOneofIndexNegative (0 ms)
[ RUN ] ValidationErrorTest.FieldNumberConflict
[ OK ] ValidationErrorTest.FieldNumberConflict (0 ms)
[ RUN ] ValidationErrorTest.BadMessageSetExtensionType
[ OK ] ValidationErrorTest.BadMessageSetExtensionType (0 ms)
[ RUN ] ValidationErrorTest.BadMessageSetExtensionLabel
[ OK ] ValidationErrorTest.BadMessageSetExtensionLabel (0 ms)
[ RUN ] ValidationErrorTest.FieldInMessageSet
[ OK ] ValidationErrorTest.FieldInMessageSet (0 ms)
[ RUN ] ValidationErrorTest.NegativeExtensionRangeNumber
[ OK ] ValidationErrorTest.NegativeExtensionRangeNumber (0 ms)
[ RUN ] ValidationErrorTest.HugeExtensionRangeNumber
[ OK ] ValidationErrorTest.HugeExtensionRangeNumber (0 ms)
[ RUN ] ValidationErrorTest.ExtensionRangeEndBeforeStart
[ OK ] ValidationErrorTest.ExtensionRangeEndBeforeStart (0 ms)
[ RUN ] ValidationErrorTest.EmptyEnum
[ OK ] ValidationErrorTest.EmptyEnum (1 ms)
[ RUN ] ValidationErrorTest.UndefinedExtendee
[ OK ] ValidationErrorTest.UndefinedExtendee (0 ms)
[ RUN ] ValidationErrorTest.NonMessageExtendee
[ OK ] ValidationErrorTest.NonMessageExtendee (0 ms)
[ RUN ] ValidationErrorTest.NotAnExtensionNumber
[ OK ] ValidationErrorTest.NotAnExtensionNumber (0 ms)
[ RUN ] ValidationErrorTest.RequiredExtension
[ OK ] ValidationErrorTest.RequiredExtension (0 ms)
[ RUN ] ValidationErrorTest.UndefinedFieldType
[ OK ] ValidationErrorTest.UndefinedFieldType (0 ms)
[ RUN ] ValidationErrorTest.UndefinedFieldTypeWithDefault
[ OK ] ValidationErrorTest.UndefinedFieldTypeWithDefault (0 ms)
[ RUN ] ValidationErrorTest.UndefinedNestedFieldType
[ OK ] ValidationErrorTest.UndefinedNestedFieldType (0 ms)
[ RUN ] ValidationErrorTest.FieldTypeDefinedInUndeclaredDependency
[ OK ] ValidationErrorTest.FieldTypeDefinedInUndeclaredDependency (1 ms)
[ RUN ] ValidationErrorTest.FieldTypeDefinedInIndirectDependency
[ OK ] ValidationErrorTest.FieldTypeDefinedInIndirectDependency (0 ms)
[ RUN ] ValidationErrorTest.FieldTypeDefinedInPublicDependency
[ OK ] ValidationErrorTest.FieldTypeDefinedInPublicDependency (0 ms)
[ RUN ] ValidationErrorTest.FieldTypeDefinedInTransitivePublicDependency
[ OK ] ValidationErrorTest.FieldTypeDefinedInTransitivePublicDependency (0 ms)
[ RUN ] ValidationErrorTest.FieldTypeDefinedInPrivateDependencyOfPublicDependency
[ OK ] ValidationErrorTest.FieldTypeDefinedInPrivateDependencyOfPublicDependency (0 ms)
[ RUN ] ValidationErrorTest.SearchMostLocalFirst
[ OK ] ValidationErrorTest.SearchMostLocalFirst (0 ms)
[ RUN ] ValidationErrorTest.SearchMostLocalFirst2
[ OK ] ValidationErrorTest.SearchMostLocalFirst2 (1 ms)
[ RUN ] ValidationErrorTest.PackageOriginallyDeclaredInTransitiveDependent
[ OK ] ValidationErrorTest.PackageOriginallyDeclaredInTransitiveDependent (0 ms)
[ RUN ] ValidationErrorTest.FieldTypeNotAType
[ OK ] ValidationErrorTest.FieldTypeNotAType (0 ms)
[ RUN ] ValidationErrorTest.RelativeFieldTypeNotAType
[ OK ] ValidationErrorTest.RelativeFieldTypeNotAType (0 ms)
[ RUN ] ValidationErrorTest.FieldTypeMayBeItsName
[ OK ] ValidationErrorTest.FieldTypeMayBeItsName (0 ms)
[ RUN ] ValidationErrorTest.EnumFieldTypeIsMessage
[ OK ] ValidationErrorTest.EnumFieldTypeIsMessage (0 ms)
[ RUN ] ValidationErrorTest.MessageFieldTypeIsEnum
[ OK ] ValidationErrorTest.MessageFieldTypeIsEnum (0 ms)
[ RUN ] ValidationErrorTest.BadEnumDefaultValue
[ OK ] ValidationErrorTest.BadEnumDefaultValue (0 ms)
[ RUN ] ValidationErrorTest.EnumDefaultValueIsInteger
[ OK ] ValidationErrorTest.EnumDefaultValueIsInteger (1 ms)
[ RUN ] ValidationErrorTest.PrimitiveWithTypeName
[ OK ] ValidationErrorTest.PrimitiveWithTypeName (0 ms)
[ RUN ] ValidationErrorTest.NonPrimitiveWithoutTypeName
[ OK ] ValidationErrorTest.NonPrimitiveWithoutTypeName (0 ms)
[ RUN ] ValidationErrorTest.OneofWithNoFields
[ OK ] ValidationErrorTest.OneofWithNoFields (0 ms)
[ RUN ] ValidationErrorTest.OneofLabelMismatch
[ OK ] ValidationErrorTest.OneofLabelMismatch (0 ms)
[ RUN ] ValidationErrorTest.InputTypeNotDefined
[ OK ] ValidationErrorTest.InputTypeNotDefined (0 ms)
[ RUN ] ValidationErrorTest.InputTypeNotAMessage
[ OK ] ValidationErrorTest.InputTypeNotAMessage (0 ms)
[ RUN ] ValidationErrorTest.OutputTypeNotDefined
[ OK ] ValidationErrorTest.OutputTypeNotDefined (0 ms)
[ RUN ] ValidationErrorTest.OutputTypeNotAMessage
[ OK ] ValidationErrorTest.OutputTypeNotAMessage (0 ms)
[ RUN ] ValidationErrorTest.IllegalPackedField
[ OK ] ValidationErrorTest.IllegalPackedField (1 ms)
[ RUN ] ValidationErrorTest.OptionWrongType
[ OK ] ValidationErrorTest.OptionWrongType (0 ms)
[ RUN ] ValidationErrorTest.OptionExtendsAtomicType
[ OK ] ValidationErrorTest.OptionExtendsAtomicType (0 ms)
[ RUN ] ValidationErrorTest.DupOption
[ OK ] ValidationErrorTest.DupOption (0 ms)
[ RUN ] ValidationErrorTest.InvalidOptionName
[ OK ] ValidationErrorTest.InvalidOptionName (0 ms)
[ RUN ] ValidationErrorTest.RepeatedMessageOption
[ OK ] ValidationErrorTest.RepeatedMessageOption (2 ms)
[ RUN ] ValidationErrorTest.ResolveUndefinedOption
[ OK ] ValidationErrorTest.ResolveUndefinedOption (1 ms)
[ RUN ] ValidationErrorTest.UnknownOption
[ OK ] ValidationErrorTest.UnknownOption (0 ms)
[ RUN ] ValidationErrorTest.CustomOptionConflictingFieldNumber
[ OK ] ValidationErrorTest.CustomOptionConflictingFieldNumber (1 ms)
[ RUN ] ValidationErrorTest.Int32OptionValueOutOfPositiveRange
[ OK ] ValidationErrorTest.Int32OptionValueOutOfPositiveRange (1 ms)
[ RUN ] ValidationErrorTest.Int32OptionValueOutOfNegativeRange
[ OK ] ValidationErrorTest.Int32OptionValueOutOfNegativeRange (1 ms)
[ RUN ] ValidationErrorTest.Int32OptionValueIsNotPositiveInt
[ OK ] ValidationErrorTest.Int32OptionValueIsNotPositiveInt (1 ms)
[ RUN ] ValidationErrorTest.Int64OptionValueOutOfRange
[ OK ] ValidationErrorTest.Int64OptionValueOutOfRange (1 ms)
[ RUN ] ValidationErrorTest.Int64OptionValueIsNotPositiveInt
[ OK ] ValidationErrorTest.Int64OptionValueIsNotPositiveInt (1 ms)
[ RUN ] ValidationErrorTest.UInt32OptionValueOutOfRange
[ OK ] ValidationErrorTest.UInt32OptionValueOutOfRange (1 ms)
[ RUN ] ValidationErrorTest.UInt32OptionValueIsNotPositiveInt
[ OK ] ValidationErrorTest.UInt32OptionValueIsNotPositiveInt (0 ms)
[ RUN ] ValidationErrorTest.UInt64OptionValueIsNotPositiveInt
[ OK ] ValidationErrorTest.UInt64OptionValueIsNotPositiveInt (0 ms)
[ RUN ] ValidationErrorTest.FloatOptionValueIsNotNumber
[ OK ] ValidationErrorTest.FloatOptionValueIsNotNumber (1 ms)
[ RUN ] ValidationErrorTest.DoubleOptionValueIsNotNumber
[ OK ] ValidationErrorTest.DoubleOptionValueIsNotNumber (1 ms)
[ RUN ] ValidationErrorTest.BoolOptionValueIsNotTrueOrFalse
[ OK ] ValidationErrorTest.BoolOptionValueIsNotTrueOrFalse (1 ms)
[ RUN ] ValidationErrorTest.EnumOptionValueIsNotIdentifier
[ OK ] ValidationErrorTest.EnumOptionValueIsNotIdentifier (1 ms)
[ RUN ] ValidationErrorTest.EnumOptionValueIsNotEnumValueName
[ OK ] ValidationErrorTest.EnumOptionValueIsNotEnumValueName (1 ms)
[ RUN ] ValidationErrorTest.EnumOptionValueIsSiblingEnumValueName
[ OK ] ValidationErrorTest.EnumOptionValueIsSiblingEnumValueName (2 ms)
[ RUN ] ValidationErrorTest.StringOptionValueIsNotString
[ OK ] ValidationErrorTest.StringOptionValueIsNotString (0 ms)
[ RUN ] ValidationErrorTest.DuplicateExtensionFieldNumber
[ OK ] ValidationErrorTest.DuplicateExtensionFieldNumber (1 ms)
[ RUN ] ValidationErrorTest.AggregateValueNotFound
[ OK ] ValidationErrorTest.AggregateValueNotFound (1 ms)
[ RUN ] ValidationErrorTest.AggregateValueParseError
[ OK ] ValidationErrorTest.AggregateValueParseError (1 ms)
[ RUN ] ValidationErrorTest.AggregateValueUnknownFields
[ OK ] ValidationErrorTest.AggregateValueUnknownFields (1 ms)
[ RUN ] ValidationErrorTest.NotLiteImportsLite
[ OK ] ValidationErrorTest.NotLiteImportsLite (1 ms)
[ RUN ] ValidationErrorTest.LiteExtendsNotLite
[ OK ] ValidationErrorTest.LiteExtendsNotLite (0 ms)
[ RUN ] ValidationErrorTest.NoLiteServices
[ OK ] ValidationErrorTest.NoLiteServices (0 ms)
[ RUN ] ValidationErrorTest.RollbackAfterError
[ OK ] ValidationErrorTest.RollbackAfterError (0 ms)
[ RUN ] ValidationErrorTest.ErrorsReportedToLogError
[ OK ] ValidationErrorTest.ErrorsReportedToLogError (0 ms)
[ RUN ] ValidationErrorTest.DisallowEnumAlias
[ OK ] ValidationErrorTest.DisallowEnumAlias (0 ms)
[ RUN ] ValidationErrorTest.AllowEnumAlias
[ OK ] ValidationErrorTest.AllowEnumAlias (1 ms)
[ RUN ] ValidationErrorTest.UnusedImportWarning
[libprotobuf WARNING google/protobuf/descriptor.cc:5924] Warning: Unused import: "forward.proto" imports "bar.proto" which is not used.
[ OK ] ValidationErrorTest.UnusedImportWarning (0 ms)
[ RUN ] ValidationErrorTest.MapEntryBase
[ OK ] ValidationErrorTest.MapEntryBase (0 ms)
[ RUN ] ValidationErrorTest.MapEntryExtensionRange
[ OK ] ValidationErrorTest.MapEntryExtensionRange (1 ms)
[ RUN ] ValidationErrorTest.MapEntryExtension
[ OK ] ValidationErrorTest.MapEntryExtension (0 ms)
[ RUN ] ValidationErrorTest.MapEntryNestedType
[ OK ] ValidationErrorTest.MapEntryNestedType (1 ms)
[ RUN ] ValidationErrorTest.MapEntryEnumTypes
[ OK ] ValidationErrorTest.MapEntryEnumTypes (0 ms)
[ RUN ] ValidationErrorTest.MapEntryExtraField
[ OK ] ValidationErrorTest.MapEntryExtraField (1 ms)
[ RUN ] ValidationErrorTest.MapEntryMessageName
[ OK ] ValidationErrorTest.MapEntryMessageName (0 ms)
[ RUN ] ValidationErrorTest.MapEntryNoneRepeatedMapEntry
[ OK ] ValidationErrorTest.MapEntryNoneRepeatedMapEntry (1 ms)
[ RUN ] ValidationErrorTest.MapEntryDifferentContainingType
[ OK ] ValidationErrorTest.MapEntryDifferentContainingType (0 ms)
[ RUN ] ValidationErrorTest.MapEntryKeyName
[ OK ] ValidationErrorTest.MapEntryKeyName (1 ms)
[ RUN ] ValidationErrorTest.MapEntryKeyLabel
[ OK ] ValidationErrorTest.MapEntryKeyLabel (0 ms)
[ RUN ] ValidationErrorTest.MapEntryKeyNumber
[ OK ] ValidationErrorTest.MapEntryKeyNumber (1 ms)
[ RUN ] ValidationErrorTest.MapEntryValueName
[ OK ] ValidationErrorTest.MapEntryValueName (0 ms)
[ RUN ] ValidationErrorTest.MapEntryValueLabel
[ OK ] ValidationErrorTest.MapEntryValueLabel (1 ms)
[ RUN ] ValidationErrorTest.MapEntryValueNumber
[ OK ] ValidationErrorTest.MapEntryValueNumber (0 ms)
[ RUN ] ValidationErrorTest.MapEntryKeyTypeFloat
[ OK ] ValidationErrorTest.MapEntryKeyTypeFloat (0 ms)
[ RUN ] ValidationErrorTest.MapEntryKeyTypeDouble
[ OK ] ValidationErrorTest.MapEntryKeyTypeDouble (0 ms)
[ RUN ] ValidationErrorTest.MapEntryKeyTypeBytes
[ OK ] ValidationErrorTest.MapEntryKeyTypeBytes (0 ms)
[ RUN ] ValidationErrorTest.MapEntryKeyTypeEnum
[ OK ] ValidationErrorTest.MapEntryKeyTypeEnum (1 ms)
[ RUN ] ValidationErrorTest.MapEntryKeyTypeMessage
[ OK ] ValidationErrorTest.MapEntryKeyTypeMessage (1 ms)
[ RUN ] ValidationErrorTest.MapEntryConflictsWithField
[ OK ] ValidationErrorTest.MapEntryConflictsWithField (0 ms)
[ RUN ] ValidationErrorTest.MapEntryConflictsWithMessage
[ OK ] ValidationErrorTest.MapEntryConflictsWithMessage (1 ms)
[ RUN ] ValidationErrorTest.MapEntryConflictsWithEnum
[ OK ] ValidationErrorTest.MapEntryConflictsWithEnum (0 ms)
[ RUN ] ValidationErrorTest.MapEntryConflictsWithOneof
[ OK ] ValidationErrorTest.MapEntryConflictsWithOneof (1 ms)
[ RUN ] ValidationErrorTest.Proto3RequiredFields
[ OK ] ValidationErrorTest.Proto3RequiredFields (0 ms)
[ RUN ] ValidationErrorTest.ValidateProto3DefaultValue
[ OK ] ValidationErrorTest.ValidateProto3DefaultValue (0 ms)
[ RUN ] ValidationErrorTest.ValidateProto3ExtensionRange
[ OK ] ValidationErrorTest.ValidateProto3ExtensionRange (1 ms)
[ RUN ] ValidationErrorTest.ValidateProto3MessageSetWireFormat
[ OK ] ValidationErrorTest.ValidateProto3MessageSetWireFormat (0 ms)
[ RUN ] ValidationErrorTest.ValidateProto3Enum
[ OK ] ValidationErrorTest.ValidateProto3Enum (0 ms)
[ RUN ] ValidationErrorTest.ValidateProto3LiteRuntime
[ OK ] ValidationErrorTest.ValidateProto3LiteRuntime (0 ms)
[ RUN ] ValidationErrorTest.ValidateProto3EnumFromProto2
[ OK ] ValidationErrorTest.ValidateProto3EnumFromProto2 (0 ms)
[ RUN ] ValidationErrorTest.ValidateProto3Extension
[ OK ] ValidationErrorTest.ValidateProto3Extension (1 ms)
[----------] 131 tests from ValidationErrorTest (46 ms total)
[----------] 16 tests from DatabaseBackedPoolTest
[ RUN ] DatabaseBackedPoolTest.FindFileByName
[ OK ] DatabaseBackedPoolTest.FindFileByName (1 ms)
[ RUN ] DatabaseBackedPoolTest.FindDependencyBeforeDependent
[ OK ] DatabaseBackedPoolTest.FindDependencyBeforeDependent (0 ms)
[ RUN ] DatabaseBackedPoolTest.FindDependentBeforeDependency
[ OK ] DatabaseBackedPoolTest.FindDependentBeforeDependency (0 ms)
[ RUN ] DatabaseBackedPoolTest.FindFileContainingSymbol
[ OK ] DatabaseBackedPoolTest.FindFileContainingSymbol (0 ms)
[ RUN ] DatabaseBackedPoolTest.FindMessageTypeByName
[ OK ] DatabaseBackedPoolTest.FindMessageTypeByName (1 ms)
[ RUN ] DatabaseBackedPoolTest.FindExtensionByNumber
[ OK ] DatabaseBackedPoolTest.FindExtensionByNumber (0 ms)
[ RUN ] DatabaseBackedPoolTest.FindAllExtensions
[ OK ] DatabaseBackedPoolTest.FindAllExtensions (0 ms)
[ RUN ] DatabaseBackedPoolTest.ErrorWithoutErrorCollector
[ OK ] DatabaseBackedPoolTest.ErrorWithoutErrorCollector (1 ms)
[ RUN ] DatabaseBackedPoolTest.ErrorWithErrorCollector
[ OK ] DatabaseBackedPoolTest.ErrorWithErrorCollector (0 ms)
[ RUN ] DatabaseBackedPoolTest.UndeclaredDependencyOnUnbuiltType
[ OK ] DatabaseBackedPoolTest.UndeclaredDependencyOnUnbuiltType (0 ms)
[ RUN ] DatabaseBackedPoolTest.RollbackAfterError
[libprotobuf ERROR google/protobuf/descriptor.cc:3067] Invalid proto descriptor for file "baz.proto":
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Baz.foo: "Foo" seems to be defined in "foo.proto", which is not imported by "baz.proto". To use it here, please add the necessary import.
[libprotobuf ERROR google/protobuf/descriptor.cc:3067] Invalid proto descriptor for file "baz.proto":
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Baz.foo: "Foo" seems to be defined in "foo.proto", which is not imported by "baz.proto". To use it here, please add the necessary import.
[libprotobuf ERROR google/protobuf/descriptor.cc:3067] Invalid proto descriptor for file "baz.proto":
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Baz.foo: "Foo" seems to be defined in "foo.proto", which is not imported by "baz.proto". To use it here, please add the necessary import.
[ OK ] DatabaseBackedPoolTest.RollbackAfterError (0 ms)
[ RUN ] DatabaseBackedPoolTest.UnittestProto
[ OK ] DatabaseBackedPoolTest.UnittestProto (18 ms)
[ RUN ] DatabaseBackedPoolTest.DoesntRetryDbUnnecessarily
[ OK ] DatabaseBackedPoolTest.DoesntRetryDbUnnecessarily (1 ms)
[ RUN ] DatabaseBackedPoolTest.DoesntReloadFilesUncesessarily
[ OK ] DatabaseBackedPoolTest.DoesntReloadFilesUncesessarily (0 ms)
[ RUN ] DatabaseBackedPoolTest.DoesntReloadKnownBadFiles
[libprotobuf INFO google/protobuf/descriptor_unittest.cc:5840] A timeout in this test probably indicates a real bug.
[libprotobuf ERROR google/protobuf/descriptor.cc:3067] Invalid proto descriptor for file "file1.proto":
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message1.field0: Field numbers must be positive integers.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message1.field0: "Message0" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3067] Invalid proto descriptor for file "file2.proto":
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file2.proto: Import "file1.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message2.field0: Field numbers must be positive integers.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message2.field0: "Message0" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message2.field1: "Message1" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3067] Invalid proto descriptor for file "file3.proto":
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file3.proto: Import "file1.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file3.proto: Import "file2.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message3.field0: Field numbers must be positive integers.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message3.field0: "Message0" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message3.field1: "Message1" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message3.field2: "Message2" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3067] Invalid proto descriptor for file "file4.proto":
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file4.proto: Import "file1.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file4.proto: Import "file2.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file4.proto: Import "file3.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message4.field0: Field numbers must be positive integers.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message4.field0: "Message0" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message4.field1: "Message1" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message4.field2: "Message2" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message4.field3: "Message3" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3067] Invalid proto descriptor for file "file5.proto":
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file5.proto: Import "file1.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file5.proto: Import "file2.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file5.proto: Import "file3.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file5.proto: Import "file4.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message5.field0: Field numbers must be positive integers.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message5.field0: "Message0" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message5.field1: "Message1" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message5.field2: "Message2" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message5.field3: "Message3" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message5.field4: "Message4" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3067] Invalid proto descriptor for file "file6.proto":
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file6.proto: Import "file1.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file6.proto: Import "file2.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file6.proto: Import "file3.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file6.proto: Import "file4.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file6.proto: Import "file5.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message6.field0: Field numbers must be positive integers.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message6.field0: "Message0" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message6.field1: "Message1" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message6.field2: "Message2" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message6.field3: "Message3" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message6.field4: "Message4" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message6.field5: "Message5" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3067] Invalid proto descriptor for file "file7.proto":
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file7.proto: Import "file1.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file7.proto: Import "file2.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file7.proto: Import "file3.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file7.proto: Import "file4.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file7.proto: Import "file5.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file7.proto: Import "file6.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message7.field0: Field numbers must be positive integers.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message7.field0: "Message0" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message7.field1: "Message1" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message7.field2: "Message2" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message7.field3: "Message3" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message7.field4: "Message4" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message7.field5: "Message5" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message7.field6: "Message6" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3067] Invalid proto descriptor for file "file8.proto":
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file8.proto: Import "file1.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file8.proto: Import "file2.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file8.proto: Import "file3.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file8.proto: Import "file4.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file8.proto: Import "file5.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file8.proto: Import "file6.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file8.proto: Import "file7.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message8.field0: Field numbers must be positive integers.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message8.field0: "Message0" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message8.field1: "Message1" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message8.field2: "Message2" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message8.field3: "Message3" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message8.field4: "Message4" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message8.field5: "Message5" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message8.field6: "Message6" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message8.field7: "Message7" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3067] Invalid proto descriptor for file "file9.proto":
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file9.proto: Import "file1.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file9.proto: Import "file2.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file9.proto: Import "file3.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file9.proto: Import "file4.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file9.proto: Import "file5.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file9.proto: Import "file6.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file9.proto: Import "file7.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file9.proto: Import "file8.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message9.field0: Field numbers must be positive integers.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message9.field0: "Message0" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message9.field1: "Message1" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message9.field2: "Message2" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message9.field3: "Message3" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message9.field4: "Message4" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message9.field5: "Message5" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message9.field6: "Message6" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message9.field7: "Message7" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message9.field8: "Message8" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3067] Invalid proto descriptor for file "file10.proto":
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file10.proto: Import "file1.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file10.proto: Import "file2.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file10.proto: Import "file3.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file10.proto: Import "file4.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file10.proto: Import "file5.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file10.proto: Import "file6.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file10.proto: Import "file7.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file10.proto: Import "file8.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file10.proto: Import "file9.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message10.field0: Field numbers must be positive integers.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message10.field0: "Message0" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message10.field1: "Message1" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message10.field2: "Message2" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message10.field3: "Message3" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message10.field4: "Message4" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message10.field5: "Message5" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message10.field6: "Message6" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message10.field7: "Message7" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message10.field8: "Message8" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message10.field9: "Message9" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3067] Invalid proto descriptor for file "file11.proto":
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file11.proto: Import "file1.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file11.proto: Import "file2.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file11.proto: Import "file3.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file11.proto: Import "file4.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file11.proto: Import "file5.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file11.proto: Import "file6.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file11.proto: Import "file7.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file11.proto: Import "file8.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file11.proto: Import "file9.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file11.proto: Import "file10.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message11.field0: Field numbers must be positive integers.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message11.field0: "Message0" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message11.field1: "Message1" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message11.field2: "Message2" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message11.field3: "Message3" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message11.field4: "Message4" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message11.field5: "Message5" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message11.field6: "Message6" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message11.field7: "Message7" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message11.field8: "Message8" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message11.field9: "Message9" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message11.field10: "Message10" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3067] Invalid proto descriptor for file "file12.proto":
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file12.proto: Import "file1.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file12.proto: Import "file2.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file12.proto: Import "file3.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file12.proto: Import "file4.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file12.proto: Import "file5.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file12.proto: Import "file6.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file12.proto: Import "file7.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file12.proto: Import "file8.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file12.proto: Import "file9.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file12.proto: Import "file10.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file12.proto: Import "file11.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message12.field0: Field numbers must be positive integers.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message12.field0: "Message0" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message12.field1: "Message1" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message12.field2: "Message2" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message12.field3: "Message3" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message12.field4: "Message4" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message12.field5: "Message5" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message12.field6: "Message6" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message12.field7: "Message7" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message12.field8: "Message8" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message12.field9: "Message9" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message12.field10: "Message10" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message12.field11: "Message11" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3067] Invalid proto descriptor for file "file13.proto":
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file13.proto: Import "file1.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file13.proto: Import "file2.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file13.proto: Import "file3.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file13.proto: Import "file4.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file13.proto: Import "file5.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file13.proto: Import "file6.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file13.proto: Import "file7.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file13.proto: Import "file8.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file13.proto: Import "file9.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file13.proto: Import "file10.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file13.proto: Import "file11.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file13.proto: Import "file12.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message13.field0: Field numbers must be positive integers.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message13.field0: "Message0" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message13.field1: "Message1" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message13.field2: "Message2" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message13.field3: "Message3" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message13.field4: "Message4" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message13.field5: "Message5" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message13.field6: "Message6" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message13.field7: "Message7" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message13.field8: "Message8" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message13.field9: "Message9" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message13.field10: "Message10" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message13.field11: "Message11" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message13.field12: "Message12" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3067] Invalid proto descriptor for file "file14.proto":
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file14.proto: Import "file1.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file14.proto: Import "file2.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file14.proto: Import "file3.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file14.proto: Import "file4.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file14.proto: Import "file5.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file14.proto: Import "file6.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file14.proto: Import "file7.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file14.proto: Import "file8.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file14.proto: Import "file9.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file14.proto: Import "file10.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file14.proto: Import "file11.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file14.proto: Import "file12.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file14.proto: Import "file13.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message14.field0: Field numbers must be positive integers.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message14.field0: "Message0" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message14.field1: "Message1" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message14.field2: "Message2" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message14.field3: "Message3" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message14.field4: "Message4" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message14.field5: "Message5" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message14.field6: "Message6" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message14.field7: "Message7" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message14.field8: "Message8" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message14.field9: "Message9" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message14.field10: "Message10" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message14.field11: "Message11" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message14.field12: "Message12" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message14.field13: "Message13" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3067] Invalid proto descriptor for file "file15.proto":
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file15.proto: Import "file1.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file15.proto: Import "file2.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file15.proto: Import "file3.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file15.proto: Import "file4.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file15.proto: Import "file5.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file15.proto: Import "file6.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file15.proto: Import "file7.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file15.proto: Import "file8.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file15.proto: Import "file9.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file15.proto: Import "file10.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file15.proto: Import "file11.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file15.proto: Import "file12.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file15.proto: Import "file13.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file15.proto: Import "file14.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message15.field0: Field numbers must be positive integers.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message15.field0: "Message0" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message15.field1: "Message1" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message15.field2: "Message2" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message15.field3: "Message3" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message15.field4: "Message4" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message15.field5: "Message5" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message15.field6: "Message6" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message15.field7: "Message7" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message15.field8: "Message8" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message15.field9: "Message9" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message15.field10: "Message10" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message15.field11: "Message11" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message15.field12: "Message12" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message15.field13: "Message13" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message15.field14: "Message14" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3067] Invalid proto descriptor for file "file16.proto":
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file16.proto: Import "file1.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file16.proto: Import "file2.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file16.proto: Import "file3.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file16.proto: Import "file4.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file16.proto: Import "file5.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file16.proto: Import "file6.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file16.proto: Import "file7.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file16.proto: Import "file8.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file16.proto: Import "file9.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file16.proto: Import "file10.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file16.proto: Import "file11.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file16.proto: Import "file12.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file16.proto: Import "file13.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file16.proto: Import "file14.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file16.proto: Import "file15.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message16.field0: Field numbers must be positive integers.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message16.field0: "Message0" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message16.field1: "Message1" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message16.field2: "Message2" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message16.field3: "Message3" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message16.field4: "Message4" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message16.field5: "Message5" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message16.field6: "Message6" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message16.field7: "Message7" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message16.field8: "Message8" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message16.field9: "Message9" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message16.field10: "Message10" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message16.field11: "Message11" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message16.field12: "Message12" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message16.field13: "Message13" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message16.field14: "Message14" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message16.field15: "Message15" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3067] Invalid proto descriptor for file "file17.proto":
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file17.proto: Import "file1.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file17.proto: Import "file2.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file17.proto: Import "file3.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file17.proto: Import "file4.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file17.proto: Import "file5.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file17.proto: Import "file6.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file17.proto: Import "file7.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file17.proto: Import "file8.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file17.proto: Import "file9.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file17.proto: Import "file10.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file17.proto: Import "file11.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file17.proto: Import "file12.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file17.proto: Import "file13.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file17.proto: Import "file14.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file17.proto: Import "file15.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file17.proto: Import "file16.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message17.field0: Field numbers must be positive integers.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message17.field0: "Message0" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message17.field1: "Message1" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message17.field2: "Message2" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message17.field3: "Message3" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message17.field4: "Message4" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message17.field5: "Message5" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message17.field6: "Message6" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message17.field7: "Message7" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message17.field8: "Message8" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message17.field9: "Message9" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message17.field10: "Message10" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message17.field11: "Message11" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message17.field12: "Message12" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message17.field13: "Message13" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message17.field14: "Message14" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message17.field15: "Message15" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message17.field16: "Message16" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3067] Invalid proto descriptor for file "file18.proto":
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file18.proto: Import "file1.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file18.proto: Import "file2.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file18.proto: Import "file3.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file18.proto: Import "file4.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file18.proto: Import "file5.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file18.proto: Import "file6.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file18.proto: Import "file7.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file18.proto: Import "file8.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file18.proto: Import "file9.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file18.proto: Import "file10.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file18.proto: Import "file11.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file18.proto: Import "file12.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file18.proto: Import "file13.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file18.proto: Import "file14.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file18.proto: Import "file15.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file18.proto: Import "file16.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file18.proto: Import "file17.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message18.field0: Field numbers must be positive integers.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message18.field0: "Message0" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message18.field1: "Message1" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message18.field2: "Message2" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message18.field3: "Message3" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message18.field4: "Message4" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message18.field5: "Message5" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message18.field6: "Message6" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message18.field7: "Message7" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message18.field8: "Message8" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message18.field9: "Message9" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message18.field10: "Message10" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message18.field11: "Message11" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message18.field12: "Message12" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message18.field13: "Message13" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message18.field14: "Message14" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message18.field15: "Message15" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message18.field16: "Message16" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message18.field17: "Message17" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3067] Invalid proto descriptor for file "file19.proto":
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file19.proto: Import "file1.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file19.proto: Import "file2.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file19.proto: Import "file3.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file19.proto: Import "file4.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file19.proto: Import "file5.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file19.proto: Import "file6.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file19.proto: Import "file7.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file19.proto: Import "file8.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file19.proto: Import "file9.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file19.proto: Import "file10.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file19.proto: Import "file11.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file19.proto: Import "file12.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file19.proto: Import "file13.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file19.proto: Import "file14.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file19.proto: Import "file15.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file19.proto: Import "file16.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file19.proto: Import "file17.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file19.proto: Import "file18.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message19.field0: Field numbers must be positive integers.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message19.field0: "Message0" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message19.field1: "Message1" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message19.field2: "Message2" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message19.field3: "Message3" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message19.field4: "Message4" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message19.field5: "Message5" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message19.field6: "Message6" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message19.field7: "Message7" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message19.field8: "Message8" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message19.field9: "Message9" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message19.field10: "Message10" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message19.field11: "Message11" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message19.field12: "Message12" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message19.field13: "Message13" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message19.field14: "Message14" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message19.field15: "Message15" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message19.field16: "Message16" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message19.field17: "Message17" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message19.field18: "Message18" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3067] Invalid proto descriptor for file "file20.proto":
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file20.proto: Import "file1.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file20.proto: Import "file2.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file20.proto: Import "file3.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file20.proto: Import "file4.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file20.proto: Import "file5.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file20.proto: Import "file6.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file20.proto: Import "file7.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file20.proto: Import "file8.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file20.proto: Import "file9.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file20.proto: Import "file10.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file20.proto: Import "file11.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file20.proto: Import "file12.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file20.proto: Import "file13.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file20.proto: Import "file14.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file20.proto: Import "file15.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file20.proto: Import "file16.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file20.proto: Import "file17.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file20.proto: Import "file18.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file20.proto: Import "file19.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message20.field0: Field numbers must be positive integers.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message20.field0: "Message0" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message20.field1: "Message1" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message20.field2: "Message2" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message20.field3: "Message3" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message20.field4: "Message4" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message20.field5: "Message5" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message20.field6: "Message6" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message20.field7: "Message7" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message20.field8: "Message8" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message20.field9: "Message9" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message20.field10: "Message10" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message20.field11: "Message11" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message20.field12: "Message12" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message20.field13: "Message13" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message20.field14: "Message14" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message20.field15: "Message15" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message20.field16: "Message16" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message20.field17: "Message17" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message20.field18: "Message18" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message20.field19: "Message19" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3067] Invalid proto descriptor for file "file21.proto":
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file21.proto: Import "file1.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file21.proto: Import "file2.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file21.proto: Import "file3.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file21.proto: Import "file4.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file21.proto: Import "file5.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file21.proto: Import "file6.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file21.proto: Import "file7.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file21.proto: Import "file8.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file21.proto: Import "file9.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file21.proto: Import "file10.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file21.proto: Import "file11.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file21.proto: Import "file12.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file21.proto: Import "file13.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file21.proto: Import "file14.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file21.proto: Import "file15.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file21.proto: Import "file16.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file21.proto: Import "file17.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file21.proto: Import "file18.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file21.proto: Import "file19.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file21.proto: Import "file20.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message21.field0: Field numbers must be positive integers.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message21.field0: "Message0" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message21.field1: "Message1" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message21.field2: "Message2" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message21.field3: "Message3" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message21.field4: "Message4" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message21.field5: "Message5" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message21.field6: "Message6" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message21.field7: "Message7" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message21.field8: "Message8" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message21.field9: "Message9" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message21.field10: "Message10" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message21.field11: "Message11" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message21.field12: "Message12" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message21.field13: "Message13" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message21.field14: "Message14" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message21.field15: "Message15" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message21.field16: "Message16" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message21.field17: "Message17" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message21.field18: "Message18" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message21.field19: "Message19" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message21.field20: "Message20" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3067] Invalid proto descriptor for file "file22.proto":
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file22.proto: Import "file1.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file22.proto: Import "file2.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file22.proto: Import "file3.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file22.proto: Import "file4.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file22.proto: Import "file5.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file22.proto: Import "file6.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file22.proto: Import "file7.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file22.proto: Import "file8.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file22.proto: Import "file9.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file22.proto: Import "file10.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file22.proto: Import "file11.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file22.proto: Import "file12.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file22.proto: Import "file13.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file22.proto: Import "file14.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file22.proto: Import "file15.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file22.proto: Import "file16.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file22.proto: Import "file17.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file22.proto: Import "file18.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file22.proto: Import "file19.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file22.proto: Import "file20.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file22.proto: Import "file21.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message22.field0: Field numbers must be positive integers.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message22.field0: "Message0" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message22.field1: "Message1" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message22.field2: "Message2" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message22.field3: "Message3" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message22.field4: "Message4" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message22.field5: "Message5" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message22.field6: "Message6" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message22.field7: "Message7" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message22.field8: "Message8" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message22.field9: "Message9" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message22.field10: "Message10" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message22.field11: "Message11" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message22.field12: "Message12" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message22.field13: "Message13" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message22.field14: "Message14" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message22.field15: "Message15" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message22.field16: "Message16" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message22.field17: "Message17" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message22.field18: "Message18" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message22.field19: "Message19" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message22.field20: "Message20" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message22.field21: "Message21" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3067] Invalid proto descriptor for file "file23.proto":
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file23.proto: Import "file1.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file23.proto: Import "file2.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file23.proto: Import "file3.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file23.proto: Import "file4.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file23.proto: Import "file5.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file23.proto: Import "file6.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file23.proto: Import "file7.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file23.proto: Import "file8.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file23.proto: Import "file9.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file23.proto: Import "file10.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file23.proto: Import "file11.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file23.proto: Import "file12.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file23.proto: Import "file13.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file23.proto: Import "file14.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file23.proto: Import "file15.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file23.proto: Import "file16.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file23.proto: Import "file17.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file23.proto: Import "file18.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file23.proto: Import "file19.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file23.proto: Import "file20.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file23.proto: Import "file21.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file23.proto: Import "file22.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message23.field0: Field numbers must be positive integers.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message23.field0: "Message0" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message23.field1: "Message1" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message23.field2: "Message2" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message23.field3: "Message3" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message23.field4: "Message4" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message23.field5: "Message5" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message23.field6: "Message6" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message23.field7: "Message7" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message23.field8: "Message8" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message23.field9: "Message9" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message23.field10: "Message10" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message23.field11: "Message11" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message23.field12: "Message12" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message23.field13: "Message13" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message23.field14: "Message14" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message23.field15: "Message15" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message23.field16: "Message16" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message23.field17: "Message17" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message23.field18: "Message18" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message23.field19: "Message19" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message23.field20: "Message20" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message23.field21: "Message21" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message23.field22: "Message22" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3067] Invalid proto descriptor for file "file24.proto":
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file24.proto: Import "file1.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file24.proto: Import "file2.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file24.proto: Import "file3.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file24.proto: Import "file4.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file24.proto: Import "file5.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file24.proto: Import "file6.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file24.proto: Import "file7.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file24.proto: Import "file8.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file24.proto: Import "file9.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file24.proto: Import "file10.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file24.proto: Import "file11.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file24.proto: Import "file12.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file24.proto: Import "file13.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file24.proto: Import "file14.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file24.proto: Import "file15.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file24.proto: Import "file16.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file24.proto: Import "file17.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file24.proto: Import "file18.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file24.proto: Import "file19.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file24.proto: Import "file20.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file24.proto: Import "file21.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file24.proto: Import "file22.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file24.proto: Import "file23.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message24.field0: Field numbers must be positive integers.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message24.field0: "Message0" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message24.field1: "Message1" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message24.field2: "Message2" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message24.field3: "Message3" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message24.field4: "Message4" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message24.field5: "Message5" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message24.field6: "Message6" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message24.field7: "Message7" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message24.field8: "Message8" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message24.field9: "Message9" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message24.field10: "Message10" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message24.field11: "Message11" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message24.field12: "Message12" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message24.field13: "Message13" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message24.field14: "Message14" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message24.field15: "Message15" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message24.field16: "Message16" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message24.field17: "Message17" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message24.field18: "Message18" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message24.field19: "Message19" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message24.field20: "Message20" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message24.field21: "Message21" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message24.field22: "Message22" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message24.field23: "Message23" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3067] Invalid proto descriptor for file "file25.proto":
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file25.proto: Import "file1.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file25.proto: Import "file2.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file25.proto: Import "file3.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file25.proto: Import "file4.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file25.proto: Import "file5.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file25.proto: Import "file6.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file25.proto: Import "file7.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file25.proto: Import "file8.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file25.proto: Import "file9.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file25.proto: Import "file10.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file25.proto: Import "file11.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file25.proto: Import "file12.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file25.proto: Import "file13.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file25.proto: Import "file14.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file25.proto: Import "file15.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file25.proto: Import "file16.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file25.proto: Import "file17.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file25.proto: Import "file18.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file25.proto: Import "file19.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file25.proto: Import "file20.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file25.proto: Import "file21.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file25.proto: Import "file22.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file25.proto: Import "file23.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file25.proto: Import "file24.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message25.field0: Field numbers must be positive integers.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message25.field0: "Message0" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message25.field1: "Message1" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message25.field2: "Message2" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message25.field3: "Message3" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message25.field4: "Message4" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message25.field5: "Message5" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message25.field6: "Message6" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message25.field7: "Message7" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message25.field8: "Message8" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message25.field9: "Message9" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message25.field10: "Message10" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message25.field11: "Message11" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message25.field12: "Message12" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message25.field13: "Message13" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message25.field14: "Message14" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message25.field15: "Message15" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message25.field16: "Message16" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message25.field17: "Message17" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message25.field18: "Message18" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message25.field19: "Message19" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message25.field20: "Message20" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message25.field21: "Message21" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message25.field22: "Message22" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message25.field23: "Message23" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message25.field24: "Message24" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3067] Invalid proto descriptor for file "file26.proto":
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file26.proto: Import "file1.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file26.proto: Import "file2.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file26.proto: Import "file3.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file26.proto: Import "file4.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file26.proto: Import "file5.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file26.proto: Import "file6.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file26.proto: Import "file7.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file26.proto: Import "file8.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file26.proto: Import "file9.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file26.proto: Import "file10.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file26.proto: Import "file11.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file26.proto: Import "file12.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file26.proto: Import "file13.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file26.proto: Import "file14.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file26.proto: Import "file15.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file26.proto: Import "file16.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file26.proto: Import "file17.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file26.proto: Import "file18.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file26.proto: Import "file19.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file26.proto: Import "file20.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file26.proto: Import "file21.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file26.proto: Import "file22.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file26.proto: Import "file23.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file26.proto: Import "file24.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file26.proto: Import "file25.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message26.field0: Field numbers must be positive integers.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message26.field0: "Message0" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message26.field1: "Message1" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message26.field2: "Message2" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message26.field3: "Message3" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message26.field4: "Message4" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message26.field5: "Message5" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message26.field6: "Message6" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message26.field7: "Message7" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message26.field8: "Message8" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message26.field9: "Message9" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message26.field10: "Message10" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message26.field11: "Message11" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message26.field12: "Message12" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message26.field13: "Message13" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message26.field14: "Message14" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message26.field15: "Message15" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message26.field16: "Message16" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message26.field17: "Message17" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message26.field18: "Message18" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message26.field19: "Message19" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message26.field20: "Message20" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message26.field21: "Message21" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message26.field22: "Message22" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message26.field23: "Message23" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message26.field24: "Message24" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message26.field25: "Message25" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3067] Invalid proto descriptor for file "file27.proto":
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file27.proto: Import "file1.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file27.proto: Import "file2.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file27.proto: Import "file3.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file27.proto: Import "file4.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file27.proto: Import "file5.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file27.proto: Import "file6.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file27.proto: Import "file7.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file27.proto: Import "file8.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file27.proto: Import "file9.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file27.proto: Import "file10.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file27.proto: Import "file11.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file27.proto: Import "file12.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file27.proto: Import "file13.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file27.proto: Import "file14.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file27.proto: Import "file15.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file27.proto: Import "file16.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file27.proto: Import "file17.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file27.proto: Import "file18.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file27.proto: Import "file19.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file27.proto: Import "file20.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file27.proto: Import "file21.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file27.proto: Import "file22.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file27.proto: Import "file23.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file27.proto: Import "file24.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file27.proto: Import "file25.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file27.proto: Import "file26.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message27.field0: Field numbers must be positive integers.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message27.field0: "Message0" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message27.field1: "Message1" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message27.field2: "Message2" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message27.field3: "Message3" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message27.field4: "Message4" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message27.field5: "Message5" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message27.field6: "Message6" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message27.field7: "Message7" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message27.field8: "Message8" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message27.field9: "Message9" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message27.field10: "Message10" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message27.field11: "Message11" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message27.field12: "Message12" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message27.field13: "Message13" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message27.field14: "Message14" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message27.field15: "Message15" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message27.field16: "Message16" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message27.field17: "Message17" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message27.field18: "Message18" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message27.field19: "Message19" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message27.field20: "Message20" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message27.field21: "Message21" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message27.field22: "Message22" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message27.field23: "Message23" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message27.field24: "Message24" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message27.field25: "Message25" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message27.field26: "Message26" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3067] Invalid proto descriptor for file "file28.proto":
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file28.proto: Import "file1.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file28.proto: Import "file2.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file28.proto: Import "file3.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file28.proto: Import "file4.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file28.proto: Import "file5.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file28.proto: Import "file6.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file28.proto: Import "file7.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file28.proto: Import "file8.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file28.proto: Import "file9.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file28.proto: Import "file10.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file28.proto: Import "file11.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file28.proto: Import "file12.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file28.proto: Import "file13.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file28.proto: Import "file14.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file28.proto: Import "file15.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file28.proto: Import "file16.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file28.proto: Import "file17.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file28.proto: Import "file18.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file28.proto: Import "file19.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file28.proto: Import "file20.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file28.proto: Import "file21.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file28.proto: Import "file22.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file28.proto: Import "file23.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file28.proto: Import "file24.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file28.proto: Import "file25.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file28.proto: Import "file26.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file28.proto: Import "file27.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message28.field0: Field numbers must be positive integers.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message28.field0: "Message0" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message28.field1: "Message1" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message28.field2: "Message2" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message28.field3: "Message3" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message28.field4: "Message4" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message28.field5: "Message5" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message28.field6: "Message6" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message28.field7: "Message7" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message28.field8: "Message8" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message28.field9: "Message9" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message28.field10: "Message10" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message28.field11: "Message11" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message28.field12: "Message12" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message28.field13: "Message13" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message28.field14: "Message14" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message28.field15: "Message15" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message28.field16: "Message16" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message28.field17: "Message17" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message28.field18: "Message18" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message28.field19: "Message19" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message28.field20: "Message20" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message28.field21: "Message21" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message28.field22: "Message22" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message28.field23: "Message23" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message28.field24: "Message24" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message28.field25: "Message25" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message28.field26: "Message26" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message28.field27: "Message27" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3067] Invalid proto descriptor for file "file29.proto":
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file29.proto: Import "file1.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file29.proto: Import "file2.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file29.proto: Import "file3.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file29.proto: Import "file4.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file29.proto: Import "file5.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file29.proto: Import "file6.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file29.proto: Import "file7.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file29.proto: Import "file8.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file29.proto: Import "file9.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file29.proto: Import "file10.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file29.proto: Import "file11.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file29.proto: Import "file12.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file29.proto: Import "file13.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file29.proto: Import "file14.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file29.proto: Import "file15.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file29.proto: Import "file16.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file29.proto: Import "file17.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file29.proto: Import "file18.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file29.proto: Import "file19.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file29.proto: Import "file20.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file29.proto: Import "file21.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file29.proto: Import "file22.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file29.proto: Import "file23.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file29.proto: Import "file24.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file29.proto: Import "file25.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file29.proto: Import "file26.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file29.proto: Import "file27.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file29.proto: Import "file28.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message29.field0: Field numbers must be positive integers.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message29.field0: "Message0" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message29.field1: "Message1" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message29.field2: "Message2" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message29.field3: "Message3" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message29.field4: "Message4" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message29.field5: "Message5" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message29.field6: "Message6" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message29.field7: "Message7" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message29.field8: "Message8" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message29.field9: "Message9" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message29.field10: "Message10" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message29.field11: "Message11" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message29.field12: "Message12" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message29.field13: "Message13" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message29.field14: "Message14" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message29.field15: "Message15" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message29.field16: "Message16" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message29.field17: "Message17" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message29.field18: "Message18" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message29.field19: "Message19" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message29.field20: "Message20" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message29.field21: "Message21" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message29.field22: "Message22" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message29.field23: "Message23" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message29.field24: "Message24" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message29.field25: "Message25" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message29.field26: "Message26" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message29.field27: "Message27" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message29.field28: "Message28" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3067] Invalid proto descriptor for file "file30.proto":
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file30.proto: Import "file1.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file30.proto: Import "file2.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file30.proto: Import "file3.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file30.proto: Import "file4.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file30.proto: Import "file5.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file30.proto: Import "file6.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file30.proto: Import "file7.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file30.proto: Import "file8.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file30.proto: Import "file9.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file30.proto: Import "file10.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file30.proto: Import "file11.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file30.proto: Import "file12.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file30.proto: Import "file13.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file30.proto: Import "file14.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file30.proto: Import "file15.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file30.proto: Import "file16.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file30.proto: Import "file17.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file30.proto: Import "file18.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file30.proto: Import "file19.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file30.proto: Import "file20.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file30.proto: Import "file21.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file30.proto: Import "file22.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file30.proto: Import "file23.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file30.proto: Import "file24.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file30.proto: Import "file25.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file30.proto: Import "file26.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file30.proto: Import "file27.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file30.proto: Import "file28.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file30.proto: Import "file29.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message30.field0: Field numbers must be positive integers.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message30.field0: "Message0" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message30.field1: "Message1" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message30.field2: "Message2" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message30.field3: "Message3" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message30.field4: "Message4" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message30.field5: "Message5" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message30.field6: "Message6" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message30.field7: "Message7" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message30.field8: "Message8" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message30.field9: "Message9" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message30.field10: "Message10" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message30.field11: "Message11" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message30.field12: "Message12" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message30.field13: "Message13" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message30.field14: "Message14" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message30.field15: "Message15" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message30.field16: "Message16" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message30.field17: "Message17" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message30.field18: "Message18" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message30.field19: "Message19" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message30.field20: "Message20" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message30.field21: "Message21" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message30.field22: "Message22" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message30.field23: "Message23" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message30.field24: "Message24" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message30.field25: "Message25" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message30.field26: "Message26" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message30.field27: "Message27" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message30.field28: "Message28" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message30.field29: "Message29" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3067] Invalid proto descriptor for file "file31.proto":
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file31.proto: Import "file1.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file31.proto: Import "file2.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file31.proto: Import "file3.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file31.proto: Import "file4.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file31.proto: Import "file5.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file31.proto: Import "file6.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file31.proto: Import "file7.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file31.proto: Import "file8.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file31.proto: Import "file9.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file31.proto: Import "file10.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file31.proto: Import "file11.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file31.proto: Import "file12.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file31.proto: Import "file13.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file31.proto: Import "file14.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file31.proto: Import "file15.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file31.proto: Import "file16.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file31.proto: Import "file17.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file31.proto: Import "file18.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file31.proto: Import "file19.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file31.proto: Import "file20.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file31.proto: Import "file21.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file31.proto: Import "file22.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file31.proto: Import "file23.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file31.proto: Import "file24.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file31.proto: Import "file25.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file31.proto: Import "file26.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file31.proto: Import "file27.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file31.proto: Import "file28.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file31.proto: Import "file29.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file31.proto: Import "file30.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message31.field0: Field numbers must be positive integers.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message31.field0: "Message0" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message31.field1: "Message1" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message31.field2: "Message2" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message31.field3: "Message3" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message31.field4: "Message4" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message31.field5: "Message5" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message31.field6: "Message6" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message31.field7: "Message7" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message31.field8: "Message8" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message31.field9: "Message9" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message31.field10: "Message10" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message31.field11: "Message11" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message31.field12: "Message12" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message31.field13: "Message13" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message31.field14: "Message14" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message31.field15: "Message15" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message31.field16: "Message16" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message31.field17: "Message17" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message31.field18: "Message18" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message31.field19: "Message19" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message31.field20: "Message20" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message31.field21: "Message21" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message31.field22: "Message22" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message31.field23: "Message23" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message31.field24: "Message24" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message31.field25: "Message25" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message31.field26: "Message26" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message31.field27: "Message27" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message31.field28: "Message28" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message31.field29: "Message29" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message31.field30: "Message30" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3067] Invalid proto descriptor for file "file32.proto":
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file32.proto: Import "file1.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file32.proto: Import "file2.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file32.proto: Import "file3.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file32.proto: Import "file4.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file32.proto: Import "file5.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file32.proto: Import "file6.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file32.proto: Import "file7.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file32.proto: Import "file8.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file32.proto: Import "file9.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file32.proto: Import "file10.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file32.proto: Import "file11.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file32.proto: Import "file12.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file32.proto: Import "file13.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file32.proto: Import "file14.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file32.proto: Import "file15.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file32.proto: Import "file16.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file32.proto: Import "file17.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file32.proto: Import "file18.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file32.proto: Import "file19.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file32.proto: Import "file20.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file32.proto: Import "file21.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file32.proto: Import "file22.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file32.proto: Import "file23.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file32.proto: Import "file24.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file32.proto: Import "file25.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file32.proto: Import "file26.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file32.proto: Import "file27.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file32.proto: Import "file28.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file32.proto: Import "file29.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file32.proto: Import "file30.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file32.proto: Import "file31.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message32.field0: Field numbers must be positive integers.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message32.field0: "Message0" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message32.field1: "Message1" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message32.field2: "Message2" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message32.field3: "Message3" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message32.field4: "Message4" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message32.field5: "Message5" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message32.field6: "Message6" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message32.field7: "Message7" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message32.field8: "Message8" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message32.field9: "Message9" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message32.field10: "Message10" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message32.field11: "Message11" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message32.field12: "Message12" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message32.field13: "Message13" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message32.field14: "Message14" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message32.field15: "Message15" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message32.field16: "Message16" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message32.field17: "Message17" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message32.field18: "Message18" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message32.field19: "Message19" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message32.field20: "Message20" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message32.field21: "Message21" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message32.field22: "Message22" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message32.field23: "Message23" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message32.field24: "Message24" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message32.field25: "Message25" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message32.field26: "Message26" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message32.field27: "Message27" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message32.field28: "Message28" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message32.field29: "Message29" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message32.field30: "Message30" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message32.field31: "Message31" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3067] Invalid proto descriptor for file "file33.proto":
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file33.proto: Import "file1.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file33.proto: Import "file2.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file33.proto: Import "file3.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file33.proto: Import "file4.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file33.proto: Import "file5.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file33.proto: Import "file6.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file33.proto: Import "file7.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file33.proto: Import "file8.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file33.proto: Import "file9.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file33.proto: Import "file10.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file33.proto: Import "file11.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file33.proto: Import "file12.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file33.proto: Import "file13.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file33.proto: Import "file14.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file33.proto: Import "file15.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file33.proto: Import "file16.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file33.proto: Import "file17.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file33.proto: Import "file18.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file33.proto: Import "file19.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file33.proto: Import "file20.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file33.proto: Import "file21.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file33.proto: Import "file22.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file33.proto: Import "file23.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file33.proto: Import "file24.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file33.proto: Import "file25.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file33.proto: Import "file26.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file33.proto: Import "file27.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file33.proto: Import "file28.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file33.proto: Import "file29.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file33.proto: Import "file30.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file33.proto: Import "file31.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file33.proto: Import "file32.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message33.field0: Field numbers must be positive integers.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message33.field0: "Message0" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message33.field1: "Message1" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message33.field2: "Message2" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message33.field3: "Message3" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message33.field4: "Message4" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message33.field5: "Message5" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message33.field6: "Message6" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message33.field7: "Message7" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message33.field8: "Message8" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message33.field9: "Message9" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message33.field10: "Message10" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message33.field11: "Message11" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message33.field12: "Message12" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message33.field13: "Message13" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message33.field14: "Message14" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message33.field15: "Message15" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message33.field16: "Message16" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message33.field17: "Message17" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message33.field18: "Message18" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message33.field19: "Message19" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message33.field20: "Message20" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message33.field21: "Message21" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message33.field22: "Message22" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message33.field23: "Message23" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message33.field24: "Message24" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message33.field25: "Message25" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message33.field26: "Message26" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message33.field27: "Message27" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message33.field28: "Message28" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message33.field29: "Message29" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message33.field30: "Message30" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message33.field31: "Message31" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message33.field32: "Message32" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3067] Invalid proto descriptor for file "file34.proto":
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file34.proto: Import "file1.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file34.proto: Import "file2.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file34.proto: Import "file3.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file34.proto: Import "file4.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file34.proto: Import "file5.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file34.proto: Import "file6.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file34.proto: Import "file7.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file34.proto: Import "file8.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file34.proto: Import "file9.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file34.proto: Import "file10.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file34.proto: Import "file11.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file34.proto: Import "file12.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file34.proto: Import "file13.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file34.proto: Import "file14.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file34.proto: Import "file15.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file34.proto: Import "file16.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file34.proto: Import "file17.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file34.proto: Import "file18.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file34.proto: Import "file19.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file34.proto: Import "file20.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file34.proto: Import "file21.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file34.proto: Import "file22.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file34.proto: Import "file23.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file34.proto: Import "file24.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file34.proto: Import "file25.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file34.proto: Import "file26.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file34.proto: Import "file27.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file34.proto: Import "file28.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file34.proto: Import "file29.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file34.proto: Import "file30.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file34.proto: Import "file31.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file34.proto: Import "file32.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file34.proto: Import "file33.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message34.field0: Field numbers must be positive integers.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message34.field0: "Message0" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message34.field1: "Message1" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message34.field2: "Message2" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message34.field3: "Message3" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message34.field4: "Message4" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message34.field5: "Message5" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message34.field6: "Message6" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message34.field7: "Message7" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message34.field8: "Message8" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message34.field9: "Message9" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message34.field10: "Message10" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message34.field11: "Message11" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message34.field12: "Message12" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message34.field13: "Message13" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message34.field14: "Message14" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message34.field15: "Message15" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message34.field16: "Message16" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message34.field17: "Message17" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message34.field18: "Message18" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message34.field19: "Message19" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message34.field20: "Message20" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message34.field21: "Message21" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message34.field22: "Message22" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message34.field23: "Message23" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message34.field24: "Message24" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message34.field25: "Message25" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message34.field26: "Message26" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message34.field27: "Message27" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message34.field28: "Message28" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message34.field29: "Message29" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message34.field30: "Message30" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message34.field31: "Message31" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message34.field32: "Message32" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message34.field33: "Message33" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3067] Invalid proto descriptor for file "file35.proto":
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file35.proto: Import "file1.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file35.proto: Import "file2.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file35.proto: Import "file3.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file35.proto: Import "file4.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file35.proto: Import "file5.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file35.proto: Import "file6.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file35.proto: Import "file7.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file35.proto: Import "file8.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file35.proto: Import "file9.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file35.proto: Import "file10.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file35.proto: Import "file11.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file35.proto: Import "file12.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file35.proto: Import "file13.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file35.proto: Import "file14.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file35.proto: Import "file15.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file35.proto: Import "file16.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file35.proto: Import "file17.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file35.proto: Import "file18.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file35.proto: Import "file19.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file35.proto: Import "file20.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file35.proto: Import "file21.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file35.proto: Import "file22.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file35.proto: Import "file23.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file35.proto: Import "file24.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file35.proto: Import "file25.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file35.proto: Import "file26.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file35.proto: Import "file27.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file35.proto: Import "file28.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file35.proto: Import "file29.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file35.proto: Import "file30.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file35.proto: Import "file31.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file35.proto: Import "file32.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file35.proto: Import "file33.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file35.proto: Import "file34.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message35.field0: Field numbers must be positive integers.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message35.field0: "Message0" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message35.field1: "Message1" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message35.field2: "Message2" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message35.field3: "Message3" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message35.field4: "Message4" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message35.field5: "Message5" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message35.field6: "Message6" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message35.field7: "Message7" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message35.field8: "Message8" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message35.field9: "Message9" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message35.field10: "Message10" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message35.field11: "Message11" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message35.field12: "Message12" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message35.field13: "Message13" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message35.field14: "Message14" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message35.field15: "Message15" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message35.field16: "Message16" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message35.field17: "Message17" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message35.field18: "Message18" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message35.field19: "Message19" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message35.field20: "Message20" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message35.field21: "Message21" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message35.field22: "Message22" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message35.field23: "Message23" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message35.field24: "Message24" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message35.field25: "Message25" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message35.field26: "Message26" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message35.field27: "Message27" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message35.field28: "Message28" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message35.field29: "Message29" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message35.field30: "Message30" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message35.field31: "Message31" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message35.field32: "Message32" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message35.field33: "Message33" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message35.field34: "Message34" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3067] Invalid proto descriptor for file "file36.proto":
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file36.proto: Import "file1.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file36.proto: Import "file2.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file36.proto: Import "file3.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file36.proto: Import "file4.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file36.proto: Import "file5.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file36.proto: Import "file6.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file36.proto: Import "file7.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file36.proto: Import "file8.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file36.proto: Import "file9.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file36.proto: Import "file10.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file36.proto: Import "file11.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file36.proto: Import "file12.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file36.proto: Import "file13.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file36.proto: Import "file14.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file36.proto: Import "file15.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file36.proto: Import "file16.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file36.proto: Import "file17.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file36.proto: Import "file18.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file36.proto: Import "file19.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file36.proto: Import "file20.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file36.proto: Import "file21.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file36.proto: Import "file22.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file36.proto: Import "file23.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file36.proto: Import "file24.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file36.proto: Import "file25.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file36.proto: Import "file26.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file36.proto: Import "file27.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file36.proto: Import "file28.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file36.proto: Import "file29.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file36.proto: Import "file30.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file36.proto: Import "file31.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file36.proto: Import "file32.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file36.proto: Import "file33.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file36.proto: Import "file34.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file36.proto: Import "file35.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message36.field0: Field numbers must be positive integers.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message36.field0: "Message0" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message36.field1: "Message1" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message36.field2: "Message2" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message36.field3: "Message3" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message36.field4: "Message4" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message36.field5: "Message5" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message36.field6: "Message6" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message36.field7: "Message7" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message36.field8: "Message8" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message36.field9: "Message9" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message36.field10: "Message10" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message36.field11: "Message11" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message36.field12: "Message12" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message36.field13: "Message13" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message36.field14: "Message14" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message36.field15: "Message15" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message36.field16: "Message16" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message36.field17: "Message17" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message36.field18: "Message18" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message36.field19: "Message19" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message36.field20: "Message20" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message36.field21: "Message21" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message36.field22: "Message22" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message36.field23: "Message23" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message36.field24: "Message24" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message36.field25: "Message25" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message36.field26: "Message26" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message36.field27: "Message27" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message36.field28: "Message28" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message36.field29: "Message29" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message36.field30: "Message30" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message36.field31: "Message31" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message36.field32: "Message32" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message36.field33: "Message33" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message36.field34: "Message34" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message36.field35: "Message35" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3067] Invalid proto descriptor for file "file37.proto":
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file37.proto: Import "file1.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file37.proto: Import "file2.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file37.proto: Import "file3.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file37.proto: Import "file4.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file37.proto: Import "file5.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file37.proto: Import "file6.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file37.proto: Import "file7.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file37.proto: Import "file8.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file37.proto: Import "file9.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file37.proto: Import "file10.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file37.proto: Import "file11.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file37.proto: Import "file12.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file37.proto: Import "file13.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file37.proto: Import "file14.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file37.proto: Import "file15.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file37.proto: Import "file16.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file37.proto: Import "file17.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file37.proto: Import "file18.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file37.proto: Import "file19.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file37.proto: Import "file20.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file37.proto: Import "file21.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file37.proto: Import "file22.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file37.proto: Import "file23.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file37.proto: Import "file24.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file37.proto: Import "file25.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file37.proto: Import "file26.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file37.proto: Import "file27.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file37.proto: Import "file28.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file37.proto: Import "file29.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file37.proto: Import "file30.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file37.proto: Import "file31.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file37.proto: Import "file32.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file37.proto: Import "file33.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file37.proto: Import "file34.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file37.proto: Import "file35.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file37.proto: Import "file36.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message37.field0: Field numbers must be positive integers.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message37.field0: "Message0" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message37.field1: "Message1" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message37.field2: "Message2" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message37.field3: "Message3" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message37.field4: "Message4" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message37.field5: "Message5" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message37.field6: "Message6" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message37.field7: "Message7" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message37.field8: "Message8" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message37.field9: "Message9" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message37.field10: "Message10" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message37.field11: "Message11" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message37.field12: "Message12" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message37.field13: "Message13" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message37.field14: "Message14" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message37.field15: "Message15" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message37.field16: "Message16" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message37.field17: "Message17" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message37.field18: "Message18" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message37.field19: "Message19" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message37.field20: "Message20" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message37.field21: "Message21" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message37.field22: "Message22" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message37.field23: "Message23" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message37.field24: "Message24" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message37.field25: "Message25" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message37.field26: "Message26" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message37.field27: "Message27" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message37.field28: "Message28" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message37.field29: "Message29" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message37.field30: "Message30" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message37.field31: "Message31" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message37.field32: "Message32" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message37.field33: "Message33" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message37.field34: "Message34" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message37.field35: "Message35" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message37.field36: "Message36" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3067] Invalid proto descriptor for file "file38.proto":
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file38.proto: Import "file1.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file38.proto: Import "file2.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file38.proto: Import "file3.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file38.proto: Import "file4.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file38.proto: Import "file5.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file38.proto: Import "file6.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file38.proto: Import "file7.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file38.proto: Import "file8.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file38.proto: Import "file9.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file38.proto: Import "file10.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file38.proto: Import "file11.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file38.proto: Import "file12.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file38.proto: Import "file13.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file38.proto: Import "file14.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file38.proto: Import "file15.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file38.proto: Import "file16.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file38.proto: Import "file17.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file38.proto: Import "file18.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file38.proto: Import "file19.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file38.proto: Import "file20.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file38.proto: Import "file21.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file38.proto: Import "file22.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file38.proto: Import "file23.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file38.proto: Import "file24.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file38.proto: Import "file25.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file38.proto: Import "file26.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file38.proto: Import "file27.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file38.proto: Import "file28.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file38.proto: Import "file29.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file38.proto: Import "file30.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file38.proto: Import "file31.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file38.proto: Import "file32.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file38.proto: Import "file33.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file38.proto: Import "file34.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file38.proto: Import "file35.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file38.proto: Import "file36.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file38.proto: Import "file37.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message38.field0: Field numbers must be positive integers.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message38.field0: "Message0" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message38.field1: "Message1" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message38.field2: "Message2" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message38.field3: "Message3" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message38.field4: "Message4" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message38.field5: "Message5" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message38.field6: "Message6" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message38.field7: "Message7" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message38.field8: "Message8" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message38.field9: "Message9" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message38.field10: "Message10" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message38.field11: "Message11" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message38.field12: "Message12" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message38.field13: "Message13" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message38.field14: "Message14" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message38.field15: "Message15" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message38.field16: "Message16" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message38.field17: "Message17" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message38.field18: "Message18" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message38.field19: "Message19" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message38.field20: "Message20" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message38.field21: "Message21" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message38.field22: "Message22" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message38.field23: "Message23" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message38.field24: "Message24" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message38.field25: "Message25" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message38.field26: "Message26" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message38.field27: "Message27" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message38.field28: "Message28" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message38.field29: "Message29" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message38.field30: "Message30" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message38.field31: "Message31" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message38.field32: "Message32" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message38.field33: "Message33" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message38.field34: "Message34" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message38.field35: "Message35" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message38.field36: "Message36" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message38.field37: "Message37" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3067] Invalid proto descriptor for file "file39.proto":
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file39.proto: Import "file1.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file39.proto: Import "file2.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file39.proto: Import "file3.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file39.proto: Import "file4.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file39.proto: Import "file5.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file39.proto: Import "file6.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file39.proto: Import "file7.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file39.proto: Import "file8.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file39.proto: Import "file9.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file39.proto: Import "file10.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file39.proto: Import "file11.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file39.proto: Import "file12.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file39.proto: Import "file13.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file39.proto: Import "file14.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file39.proto: Import "file15.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file39.proto: Import "file16.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file39.proto: Import "file17.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file39.proto: Import "file18.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file39.proto: Import "file19.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file39.proto: Import "file20.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file39.proto: Import "file21.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file39.proto: Import "file22.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file39.proto: Import "file23.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file39.proto: Import "file24.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file39.proto: Import "file25.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file39.proto: Import "file26.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file39.proto: Import "file27.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file39.proto: Import "file28.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file39.proto: Import "file29.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file39.proto: Import "file30.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file39.proto: Import "file31.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file39.proto: Import "file32.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file39.proto: Import "file33.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file39.proto: Import "file34.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file39.proto: Import "file35.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file39.proto: Import "file36.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file39.proto: Import "file37.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file39.proto: Import "file38.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message39.field0: Field numbers must be positive integers.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message39.field0: "Message0" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message39.field1: "Message1" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message39.field2: "Message2" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message39.field3: "Message3" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message39.field4: "Message4" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message39.field5: "Message5" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message39.field6: "Message6" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message39.field7: "Message7" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message39.field8: "Message8" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message39.field9: "Message9" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message39.field10: "Message10" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message39.field11: "Message11" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message39.field12: "Message12" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message39.field13: "Message13" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message39.field14: "Message14" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message39.field15: "Message15" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message39.field16: "Message16" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message39.field17: "Message17" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message39.field18: "Message18" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message39.field19: "Message19" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message39.field20: "Message20" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message39.field21: "Message21" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message39.field22: "Message22" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message39.field23: "Message23" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message39.field24: "Message24" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message39.field25: "Message25" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message39.field26: "Message26" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message39.field27: "Message27" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message39.field28: "Message28" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message39.field29: "Message29" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message39.field30: "Message30" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message39.field31: "Message31" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message39.field32: "Message32" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message39.field33: "Message33" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message39.field34: "Message34" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message39.field35: "Message35" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message39.field36: "Message36" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message39.field37: "Message37" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message39.field38: "Message38" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3067] Invalid proto descriptor for file "file40.proto":
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file40.proto: Import "file1.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file40.proto: Import "file2.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file40.proto: Import "file3.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file40.proto: Import "file4.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file40.proto: Import "file5.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file40.proto: Import "file6.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file40.proto: Import "file7.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file40.proto: Import "file8.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file40.proto: Import "file9.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file40.proto: Import "file10.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file40.proto: Import "file11.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file40.proto: Import "file12.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file40.proto: Import "file13.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file40.proto: Import "file14.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file40.proto: Import "file15.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file40.proto: Import "file16.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file40.proto: Import "file17.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file40.proto: Import "file18.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file40.proto: Import "file19.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file40.proto: Import "file20.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file40.proto: Import "file21.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file40.proto: Import "file22.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file40.proto: Import "file23.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file40.proto: Import "file24.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file40.proto: Import "file25.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file40.proto: Import "file26.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file40.proto: Import "file27.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file40.proto: Import "file28.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file40.proto: Import "file29.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file40.proto: Import "file30.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file40.proto: Import "file31.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file40.proto: Import "file32.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file40.proto: Import "file33.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file40.proto: Import "file34.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file40.proto: Import "file35.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file40.proto: Import "file36.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file40.proto: Import "file37.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file40.proto: Import "file38.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file40.proto: Import "file39.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message40.field0: Field numbers must be positive integers.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message40.field0: "Message0" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message40.field1: "Message1" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message40.field2: "Message2" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message40.field3: "Message3" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message40.field4: "Message4" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message40.field5: "Message5" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message40.field6: "Message6" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message40.field7: "Message7" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message40.field8: "Message8" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message40.field9: "Message9" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message40.field10: "Message10" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message40.field11: "Message11" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message40.field12: "Message12" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message40.field13: "Message13" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message40.field14: "Message14" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message40.field15: "Message15" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message40.field16: "Message16" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message40.field17: "Message17" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message40.field18: "Message18" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message40.field19: "Message19" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message40.field20: "Message20" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message40.field21: "Message21" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message40.field22: "Message22" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message40.field23: "Message23" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message40.field24: "Message24" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message40.field25: "Message25" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message40.field26: "Message26" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message40.field27: "Message27" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message40.field28: "Message28" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message40.field29: "Message29" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message40.field30: "Message30" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message40.field31: "Message31" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message40.field32: "Message32" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message40.field33: "Message33" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message40.field34: "Message34" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message40.field35: "Message35" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message40.field36: "Message36" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message40.field37: "Message37" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message40.field38: "Message38" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message40.field39: "Message39" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3067] Invalid proto descriptor for file "file1.proto":
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message1.field0: Field numbers must be positive integers.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message1.field0: "Message0" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3067] Invalid proto descriptor for file "file2.proto":
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file2.proto: Import "file1.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message2.field0: Field numbers must be positive integers.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message2.field0: "Message0" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message2.field1: "Message1" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3067] Invalid proto descriptor for file "file3.proto":
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file3.proto: Import "file1.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file3.proto: Import "file2.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message3.field0: Field numbers must be positive integers.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message3.field0: "Message0" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message3.field1: "Message1" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message3.field2: "Message2" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3067] Invalid proto descriptor for file "file4.proto":
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file4.proto: Import "file1.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file4.proto: Import "file2.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file4.proto: Import "file3.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message4.field0: Field numbers must be positive integers.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message4.field0: "Message0" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message4.field1: "Message1" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message4.field2: "Message2" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message4.field3: "Message3" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3067] Invalid proto descriptor for file "file5.proto":
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file5.proto: Import "file1.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file5.proto: Import "file2.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file5.proto: Import "file3.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file5.proto: Import "file4.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message5.field0: Field numbers must be positive integers.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message5.field0: "Message0" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message5.field1: "Message1" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message5.field2: "Message2" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message5.field3: "Message3" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message5.field4: "Message4" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3067] Invalid proto descriptor for file "file6.proto":
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file6.proto: Import "file1.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file6.proto: Import "file2.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file6.proto: Import "file3.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file6.proto: Import "file4.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file6.proto: Import "file5.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message6.field0: Field numbers must be positive integers.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message6.field0: "Message0" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message6.field1: "Message1" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message6.field2: "Message2" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message6.field3: "Message3" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message6.field4: "Message4" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message6.field5: "Message5" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3067] Invalid proto descriptor for file "file7.proto":
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file7.proto: Import "file1.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file7.proto: Import "file2.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file7.proto: Import "file3.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file7.proto: Import "file4.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file7.proto: Import "file5.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file7.proto: Import "file6.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message7.field0: Field numbers must be positive integers.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message7.field0: "Message0" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message7.field1: "Message1" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message7.field2: "Message2" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message7.field3: "Message3" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message7.field4: "Message4" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message7.field5: "Message5" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message7.field6: "Message6" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3067] Invalid proto descriptor for file "file8.proto":
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file8.proto: Import "file1.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file8.proto: Import "file2.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file8.proto: Import "file3.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file8.proto: Import "file4.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file8.proto: Import "file5.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file8.proto: Import "file6.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file8.proto: Import "file7.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message8.field0: Field numbers must be positive integers.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message8.field0: "Message0" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message8.field1: "Message1" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message8.field2: "Message2" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message8.field3: "Message3" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message8.field4: "Message4" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message8.field5: "Message5" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message8.field6: "Message6" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message8.field7: "Message7" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3067] Invalid proto descriptor for file "file9.proto":
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file9.proto: Import "file1.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file9.proto: Import "file2.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file9.proto: Import "file3.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file9.proto: Import "file4.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file9.proto: Import "file5.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file9.proto: Import "file6.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file9.proto: Import "file7.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file9.proto: Import "file8.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message9.field0: Field numbers must be positive integers.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message9.field0: "Message0" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message9.field1: "Message1" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message9.field2: "Message2" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message9.field3: "Message3" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message9.field4: "Message4" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message9.field5: "Message5" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message9.field6: "Message6" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message9.field7: "Message7" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message9.field8: "Message8" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3067] Invalid proto descriptor for file "file10.proto":
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file10.proto: Import "file1.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file10.proto: Import "file2.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file10.proto: Import "file3.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file10.proto: Import "file4.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file10.proto: Import "file5.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file10.proto: Import "file6.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file10.proto: Import "file7.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file10.proto: Import "file8.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file10.proto: Import "file9.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message10.field0: Field numbers must be positive integers.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message10.field0: "Message0" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message10.field1: "Message1" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message10.field2: "Message2" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message10.field3: "Message3" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message10.field4: "Message4" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message10.field5: "Message5" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message10.field6: "Message6" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message10.field7: "Message7" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message10.field8: "Message8" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message10.field9: "Message9" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3067] Invalid proto descriptor for file "file11.proto":
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file11.proto: Import "file1.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file11.proto: Import "file2.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file11.proto: Import "file3.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file11.proto: Import "file4.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file11.proto: Import "file5.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file11.proto: Import "file6.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file11.proto: Import "file7.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file11.proto: Import "file8.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file11.proto: Import "file9.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file11.proto: Import "file10.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message11.field0: Field numbers must be positive integers.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message11.field0: "Message0" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message11.field1: "Message1" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message11.field2: "Message2" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message11.field3: "Message3" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message11.field4: "Message4" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message11.field5: "Message5" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message11.field6: "Message6" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message11.field7: "Message7" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message11.field8: "Message8" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message11.field9: "Message9" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message11.field10: "Message10" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3067] Invalid proto descriptor for file "file12.proto":
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file12.proto: Import "file1.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file12.proto: Import "file2.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file12.proto: Import "file3.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file12.proto: Import "file4.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file12.proto: Import "file5.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file12.proto: Import "file6.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file12.proto: Import "file7.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file12.proto: Import "file8.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file12.proto: Import "file9.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file12.proto: Import "file10.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file12.proto: Import "file11.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message12.field0: Field numbers must be positive integers.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message12.field0: "Message0" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message12.field1: "Message1" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message12.field2: "Message2" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message12.field3: "Message3" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message12.field4: "Message4" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message12.field5: "Message5" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message12.field6: "Message6" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message12.field7: "Message7" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message12.field8: "Message8" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message12.field9: "Message9" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message12.field10: "Message10" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message12.field11: "Message11" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3067] Invalid proto descriptor for file "file13.proto":
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file13.proto: Import "file1.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file13.proto: Import "file2.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file13.proto: Import "file3.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file13.proto: Import "file4.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file13.proto: Import "file5.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file13.proto: Import "file6.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file13.proto: Import "file7.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file13.proto: Import "file8.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file13.proto: Import "file9.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file13.proto: Import "file10.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file13.proto: Import "file11.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file13.proto: Import "file12.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message13.field0: Field numbers must be positive integers.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message13.field0: "Message0" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message13.field1: "Message1" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message13.field2: "Message2" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message13.field3: "Message3" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message13.field4: "Message4" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message13.field5: "Message5" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message13.field6: "Message6" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message13.field7: "Message7" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message13.field8: "Message8" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message13.field9: "Message9" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message13.field10: "Message10" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message13.field11: "Message11" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message13.field12: "Message12" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3067] Invalid proto descriptor for file "file14.proto":
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file14.proto: Import "file1.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file14.proto: Import "file2.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file14.proto: Import "file3.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file14.proto: Import "file4.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file14.proto: Import "file5.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file14.proto: Import "file6.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file14.proto: Import "file7.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file14.proto: Import "file8.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file14.proto: Import "file9.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file14.proto: Import "file10.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file14.proto: Import "file11.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file14.proto: Import "file12.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file14.proto: Import "file13.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message14.field0: Field numbers must be positive integers.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message14.field0: "Message0" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message14.field1: "Message1" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message14.field2: "Message2" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message14.field3: "Message3" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message14.field4: "Message4" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message14.field5: "Message5" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message14.field6: "Message6" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message14.field7: "Message7" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message14.field8: "Message8" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message14.field9: "Message9" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message14.field10: "Message10" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message14.field11: "Message11" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message14.field12: "Message12" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message14.field13: "Message13" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3067] Invalid proto descriptor for file "file15.proto":
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file15.proto: Import "file1.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file15.proto: Import "file2.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file15.proto: Import "file3.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file15.proto: Import "file4.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file15.proto: Import "file5.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file15.proto: Import "file6.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file15.proto: Import "file7.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file15.proto: Import "file8.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file15.proto: Import "file9.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file15.proto: Import "file10.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file15.proto: Import "file11.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file15.proto: Import "file12.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file15.proto: Import "file13.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file15.proto: Import "file14.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message15.field0: Field numbers must be positive integers.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message15.field0: "Message0" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message15.field1: "Message1" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message15.field2: "Message2" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message15.field3: "Message3" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message15.field4: "Message4" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message15.field5: "Message5" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message15.field6: "Message6" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message15.field7: "Message7" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message15.field8: "Message8" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message15.field9: "Message9" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message15.field10: "Message10" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message15.field11: "Message11" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message15.field12: "Message12" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message15.field13: "Message13" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message15.field14: "Message14" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3067] Invalid proto descriptor for file "file16.proto":
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file16.proto: Import "file1.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file16.proto: Import "file2.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file16.proto: Import "file3.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file16.proto: Import "file4.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file16.proto: Import "file5.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file16.proto: Import "file6.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file16.proto: Import "file7.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file16.proto: Import "file8.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file16.proto: Import "file9.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file16.proto: Import "file10.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file16.proto: Import "file11.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file16.proto: Import "file12.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file16.proto: Import "file13.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file16.proto: Import "file14.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file16.proto: Import "file15.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message16.field0: Field numbers must be positive integers.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message16.field0: "Message0" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message16.field1: "Message1" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message16.field2: "Message2" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message16.field3: "Message3" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message16.field4: "Message4" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message16.field5: "Message5" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message16.field6: "Message6" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message16.field7: "Message7" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message16.field8: "Message8" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message16.field9: "Message9" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message16.field10: "Message10" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message16.field11: "Message11" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message16.field12: "Message12" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message16.field13: "Message13" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message16.field14: "Message14" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message16.field15: "Message15" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3067] Invalid proto descriptor for file "file17.proto":
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file17.proto: Import "file1.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file17.proto: Import "file2.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file17.proto: Import "file3.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file17.proto: Import "file4.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file17.proto: Import "file5.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file17.proto: Import "file6.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file17.proto: Import "file7.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file17.proto: Import "file8.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file17.proto: Import "file9.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file17.proto: Import "file10.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file17.proto: Import "file11.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file17.proto: Import "file12.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file17.proto: Import "file13.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file17.proto: Import "file14.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file17.proto: Import "file15.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file17.proto: Import "file16.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message17.field0: Field numbers must be positive integers.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message17.field0: "Message0" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message17.field1: "Message1" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message17.field2: "Message2" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message17.field3: "Message3" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message17.field4: "Message4" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message17.field5: "Message5" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message17.field6: "Message6" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message17.field7: "Message7" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message17.field8: "Message8" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message17.field9: "Message9" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message17.field10: "Message10" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message17.field11: "Message11" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message17.field12: "Message12" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message17.field13: "Message13" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message17.field14: "Message14" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message17.field15: "Message15" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message17.field16: "Message16" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3067] Invalid proto descriptor for file "file18.proto":
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file18.proto: Import "file1.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file18.proto: Import "file2.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file18.proto: Import "file3.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file18.proto: Import "file4.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file18.proto: Import "file5.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file18.proto: Import "file6.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file18.proto: Import "file7.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file18.proto: Import "file8.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file18.proto: Import "file9.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file18.proto: Import "file10.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file18.proto: Import "file11.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file18.proto: Import "file12.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file18.proto: Import "file13.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file18.proto: Import "file14.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file18.proto: Import "file15.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file18.proto: Import "file16.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file18.proto: Import "file17.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message18.field0: Field numbers must be positive integers.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message18.field0: "Message0" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message18.field1: "Message1" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message18.field2: "Message2" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message18.field3: "Message3" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message18.field4: "Message4" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message18.field5: "Message5" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message18.field6: "Message6" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message18.field7: "Message7" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message18.field8: "Message8" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message18.field9: "Message9" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message18.field10: "Message10" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message18.field11: "Message11" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message18.field12: "Message12" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message18.field13: "Message13" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message18.field14: "Message14" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message18.field15: "Message15" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message18.field16: "Message16" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message18.field17: "Message17" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3067] Invalid proto descriptor for file "file19.proto":
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file19.proto: Import "file1.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file19.proto: Import "file2.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file19.proto: Import "file3.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file19.proto: Import "file4.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file19.proto: Import "file5.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file19.proto: Import "file6.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file19.proto: Import "file7.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file19.proto: Import "file8.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file19.proto: Import "file9.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file19.proto: Import "file10.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file19.proto: Import "file11.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file19.proto: Import "file12.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file19.proto: Import "file13.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file19.proto: Import "file14.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file19.proto: Import "file15.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file19.proto: Import "file16.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file19.proto: Import "file17.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file19.proto: Import "file18.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message19.field0: Field numbers must be positive integers.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message19.field0: "Message0" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message19.field1: "Message1" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message19.field2: "Message2" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message19.field3: "Message3" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message19.field4: "Message4" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message19.field5: "Message5" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message19.field6: "Message6" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message19.field7: "Message7" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message19.field8: "Message8" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message19.field9: "Message9" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message19.field10: "Message10" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message19.field11: "Message11" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message19.field12: "Message12" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message19.field13: "Message13" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message19.field14: "Message14" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message19.field15: "Message15" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message19.field16: "Message16" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message19.field17: "Message17" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message19.field18: "Message18" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3067] Invalid proto descriptor for file "file20.proto":
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file20.proto: Import "file1.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file20.proto: Import "file2.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file20.proto: Import "file3.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file20.proto: Import "file4.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file20.proto: Import "file5.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file20.proto: Import "file6.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file20.proto: Import "file7.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file20.proto: Import "file8.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file20.proto: Import "file9.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file20.proto: Import "file10.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file20.proto: Import "file11.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file20.proto: Import "file12.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file20.proto: Import "file13.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file20.proto: Import "file14.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file20.proto: Import "file15.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file20.proto: Import "file16.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file20.proto: Import "file17.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file20.proto: Import "file18.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file20.proto: Import "file19.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message20.field0: Field numbers must be positive integers.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message20.field0: "Message0" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message20.field1: "Message1" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message20.field2: "Message2" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message20.field3: "Message3" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message20.field4: "Message4" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message20.field5: "Message5" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message20.field6: "Message6" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message20.field7: "Message7" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message20.field8: "Message8" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message20.field9: "Message9" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message20.field10: "Message10" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message20.field11: "Message11" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message20.field12: "Message12" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message20.field13: "Message13" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message20.field14: "Message14" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message20.field15: "Message15" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message20.field16: "Message16" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message20.field17: "Message17" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message20.field18: "Message18" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message20.field19: "Message19" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3067] Invalid proto descriptor for file "file21.proto":
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file21.proto: Import "file1.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file21.proto: Import "file2.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file21.proto: Import "file3.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file21.proto: Import "file4.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file21.proto: Import "file5.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file21.proto: Import "file6.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file21.proto: Import "file7.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file21.proto: Import "file8.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file21.proto: Import "file9.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file21.proto: Import "file10.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file21.proto: Import "file11.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file21.proto: Import "file12.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file21.proto: Import "file13.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file21.proto: Import "file14.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file21.proto: Import "file15.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file21.proto: Import "file16.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file21.proto: Import "file17.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file21.proto: Import "file18.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file21.proto: Import "file19.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file21.proto: Import "file20.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message21.field0: Field numbers must be positive integers.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message21.field0: "Message0" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message21.field1: "Message1" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message21.field2: "Message2" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message21.field3: "Message3" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message21.field4: "Message4" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message21.field5: "Message5" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message21.field6: "Message6" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message21.field7: "Message7" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message21.field8: "Message8" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message21.field9: "Message9" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message21.field10: "Message10" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message21.field11: "Message11" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message21.field12: "Message12" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message21.field13: "Message13" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message21.field14: "Message14" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message21.field15: "Message15" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message21.field16: "Message16" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message21.field17: "Message17" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message21.field18: "Message18" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message21.field19: "Message19" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message21.field20: "Message20" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3067] Invalid proto descriptor for file "file22.proto":
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file22.proto: Import "file1.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file22.proto: Import "file2.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file22.proto: Import "file3.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file22.proto: Import "file4.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file22.proto: Import "file5.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file22.proto: Import "file6.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file22.proto: Import "file7.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file22.proto: Import "file8.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file22.proto: Import "file9.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file22.proto: Import "file10.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file22.proto: Import "file11.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file22.proto: Import "file12.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file22.proto: Import "file13.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file22.proto: Import "file14.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file22.proto: Import "file15.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file22.proto: Import "file16.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file22.proto: Import "file17.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file22.proto: Import "file18.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file22.proto: Import "file19.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file22.proto: Import "file20.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file22.proto: Import "file21.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message22.field0: Field numbers must be positive integers.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message22.field0: "Message0" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message22.field1: "Message1" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message22.field2: "Message2" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message22.field3: "Message3" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message22.field4: "Message4" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message22.field5: "Message5" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message22.field6: "Message6" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message22.field7: "Message7" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message22.field8: "Message8" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message22.field9: "Message9" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message22.field10: "Message10" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message22.field11: "Message11" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message22.field12: "Message12" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message22.field13: "Message13" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message22.field14: "Message14" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message22.field15: "Message15" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message22.field16: "Message16" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message22.field17: "Message17" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message22.field18: "Message18" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message22.field19: "Message19" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message22.field20: "Message20" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message22.field21: "Message21" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3067] Invalid proto descriptor for file "file23.proto":
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file23.proto: Import "file1.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file23.proto: Import "file2.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file23.proto: Import "file3.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file23.proto: Import "file4.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file23.proto: Import "file5.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file23.proto: Import "file6.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file23.proto: Import "file7.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file23.proto: Import "file8.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file23.proto: Import "file9.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file23.proto: Import "file10.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file23.proto: Import "file11.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file23.proto: Import "file12.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file23.proto: Import "file13.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file23.proto: Import "file14.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file23.proto: Import "file15.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file23.proto: Import "file16.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file23.proto: Import "file17.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file23.proto: Import "file18.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file23.proto: Import "file19.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file23.proto: Import "file20.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file23.proto: Import "file21.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file23.proto: Import "file22.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message23.field0: Field numbers must be positive integers.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message23.field0: "Message0" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message23.field1: "Message1" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message23.field2: "Message2" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message23.field3: "Message3" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message23.field4: "Message4" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message23.field5: "Message5" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message23.field6: "Message6" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message23.field7: "Message7" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message23.field8: "Message8" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message23.field9: "Message9" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message23.field10: "Message10" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message23.field11: "Message11" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message23.field12: "Message12" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message23.field13: "Message13" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message23.field14: "Message14" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message23.field15: "Message15" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message23.field16: "Message16" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message23.field17: "Message17" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message23.field18: "Message18" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message23.field19: "Message19" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message23.field20: "Message20" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message23.field21: "Message21" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message23.field22: "Message22" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3067] Invalid proto descriptor for file "file24.proto":
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file24.proto: Import "file1.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file24.proto: Import "file2.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file24.proto: Import "file3.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file24.proto: Import "file4.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file24.proto: Import "file5.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file24.proto: Import "file6.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file24.proto: Import "file7.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file24.proto: Import "file8.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file24.proto: Import "file9.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file24.proto: Import "file10.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file24.proto: Import "file11.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file24.proto: Import "file12.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file24.proto: Import "file13.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file24.proto: Import "file14.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file24.proto: Import "file15.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file24.proto: Import "file16.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file24.proto: Import "file17.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file24.proto: Import "file18.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file24.proto: Import "file19.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file24.proto: Import "file20.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file24.proto: Import "file21.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file24.proto: Import "file22.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file24.proto: Import "file23.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message24.field0: Field numbers must be positive integers.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message24.field0: "Message0" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message24.field1: "Message1" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message24.field2: "Message2" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message24.field3: "Message3" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message24.field4: "Message4" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message24.field5: "Message5" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message24.field6: "Message6" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message24.field7: "Message7" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message24.field8: "Message8" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message24.field9: "Message9" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message24.field10: "Message10" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message24.field11: "Message11" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message24.field12: "Message12" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message24.field13: "Message13" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message24.field14: "Message14" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message24.field15: "Message15" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message24.field16: "Message16" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message24.field17: "Message17" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message24.field18: "Message18" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message24.field19: "Message19" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message24.field20: "Message20" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message24.field21: "Message21" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message24.field22: "Message22" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message24.field23: "Message23" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3067] Invalid proto descriptor for file "file25.proto":
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file25.proto: Import "file1.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file25.proto: Import "file2.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file25.proto: Import "file3.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file25.proto: Import "file4.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file25.proto: Import "file5.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file25.proto: Import "file6.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file25.proto: Import "file7.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file25.proto: Import "file8.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file25.proto: Import "file9.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file25.proto: Import "file10.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file25.proto: Import "file11.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file25.proto: Import "file12.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file25.proto: Import "file13.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file25.proto: Import "file14.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file25.proto: Import "file15.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file25.proto: Import "file16.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file25.proto: Import "file17.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file25.proto: Import "file18.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file25.proto: Import "file19.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file25.proto: Import "file20.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file25.proto: Import "file21.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file25.proto: Import "file22.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file25.proto: Import "file23.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file25.proto: Import "file24.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message25.field0: Field numbers must be positive integers.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message25.field0: "Message0" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message25.field1: "Message1" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message25.field2: "Message2" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message25.field3: "Message3" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message25.field4: "Message4" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message25.field5: "Message5" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message25.field6: "Message6" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message25.field7: "Message7" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message25.field8: "Message8" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message25.field9: "Message9" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message25.field10: "Message10" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message25.field11: "Message11" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message25.field12: "Message12" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message25.field13: "Message13" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message25.field14: "Message14" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message25.field15: "Message15" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message25.field16: "Message16" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message25.field17: "Message17" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message25.field18: "Message18" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message25.field19: "Message19" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message25.field20: "Message20" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message25.field21: "Message21" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message25.field22: "Message22" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message25.field23: "Message23" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message25.field24: "Message24" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3067] Invalid proto descriptor for file "file26.proto":
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file26.proto: Import "file1.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file26.proto: Import "file2.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file26.proto: Import "file3.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file26.proto: Import "file4.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file26.proto: Import "file5.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file26.proto: Import "file6.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file26.proto: Import "file7.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file26.proto: Import "file8.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file26.proto: Import "file9.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file26.proto: Import "file10.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file26.proto: Import "file11.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file26.proto: Import "file12.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file26.proto: Import "file13.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file26.proto: Import "file14.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file26.proto: Import "file15.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file26.proto: Import "file16.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file26.proto: Import "file17.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file26.proto: Import "file18.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file26.proto: Import "file19.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file26.proto: Import "file20.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file26.proto: Import "file21.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file26.proto: Import "file22.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file26.proto: Import "file23.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file26.proto: Import "file24.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file26.proto: Import "file25.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message26.field0: Field numbers must be positive integers.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message26.field0: "Message0" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message26.field1: "Message1" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message26.field2: "Message2" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message26.field3: "Message3" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message26.field4: "Message4" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message26.field5: "Message5" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message26.field6: "Message6" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message26.field7: "Message7" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message26.field8: "Message8" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message26.field9: "Message9" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message26.field10: "Message10" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message26.field11: "Message11" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message26.field12: "Message12" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message26.field13: "Message13" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message26.field14: "Message14" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message26.field15: "Message15" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message26.field16: "Message16" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message26.field17: "Message17" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message26.field18: "Message18" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message26.field19: "Message19" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message26.field20: "Message20" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message26.field21: "Message21" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message26.field22: "Message22" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message26.field23: "Message23" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message26.field24: "Message24" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message26.field25: "Message25" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3067] Invalid proto descriptor for file "file27.proto":
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file27.proto: Import "file1.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file27.proto: Import "file2.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file27.proto: Import "file3.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file27.proto: Import "file4.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file27.proto: Import "file5.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file27.proto: Import "file6.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file27.proto: Import "file7.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file27.proto: Import "file8.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file27.proto: Import "file9.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file27.proto: Import "file10.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file27.proto: Import "file11.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file27.proto: Import "file12.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file27.proto: Import "file13.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file27.proto: Import "file14.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file27.proto: Import "file15.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file27.proto: Import "file16.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file27.proto: Import "file17.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file27.proto: Import "file18.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file27.proto: Import "file19.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file27.proto: Import "file20.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file27.proto: Import "file21.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file27.proto: Import "file22.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file27.proto: Import "file23.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file27.proto: Import "file24.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file27.proto: Import "file25.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file27.proto: Import "file26.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message27.field0: Field numbers must be positive integers.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message27.field0: "Message0" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message27.field1: "Message1" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message27.field2: "Message2" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message27.field3: "Message3" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message27.field4: "Message4" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message27.field5: "Message5" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message27.field6: "Message6" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message27.field7: "Message7" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message27.field8: "Message8" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message27.field9: "Message9" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message27.field10: "Message10" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message27.field11: "Message11" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message27.field12: "Message12" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message27.field13: "Message13" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message27.field14: "Message14" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message27.field15: "Message15" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message27.field16: "Message16" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message27.field17: "Message17" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message27.field18: "Message18" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message27.field19: "Message19" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message27.field20: "Message20" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message27.field21: "Message21" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message27.field22: "Message22" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message27.field23: "Message23" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message27.field24: "Message24" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message27.field25: "Message25" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message27.field26: "Message26" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3067] Invalid proto descriptor for file "file28.proto":
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file28.proto: Import "file1.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file28.proto: Import "file2.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file28.proto: Import "file3.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file28.proto: Import "file4.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file28.proto: Import "file5.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file28.proto: Import "file6.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file28.proto: Import "file7.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file28.proto: Import "file8.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file28.proto: Import "file9.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file28.proto: Import "file10.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file28.proto: Import "file11.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file28.proto: Import "file12.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file28.proto: Import "file13.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file28.proto: Import "file14.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file28.proto: Import "file15.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file28.proto: Import "file16.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file28.proto: Import "file17.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file28.proto: Import "file18.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file28.proto: Import "file19.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file28.proto: Import "file20.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file28.proto: Import "file21.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file28.proto: Import "file22.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file28.proto: Import "file23.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file28.proto: Import "file24.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file28.proto: Import "file25.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file28.proto: Import "file26.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file28.proto: Import "file27.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message28.field0: Field numbers must be positive integers.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message28.field0: "Message0" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message28.field1: "Message1" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message28.field2: "Message2" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message28.field3: "Message3" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message28.field4: "Message4" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message28.field5: "Message5" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message28.field6: "Message6" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message28.field7: "Message7" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message28.field8: "Message8" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message28.field9: "Message9" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message28.field10: "Message10" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message28.field11: "Message11" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message28.field12: "Message12" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message28.field13: "Message13" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message28.field14: "Message14" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message28.field15: "Message15" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message28.field16: "Message16" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message28.field17: "Message17" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message28.field18: "Message18" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message28.field19: "Message19" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message28.field20: "Message20" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message28.field21: "Message21" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message28.field22: "Message22" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message28.field23: "Message23" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message28.field24: "Message24" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message28.field25: "Message25" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message28.field26: "Message26" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message28.field27: "Message27" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3067] Invalid proto descriptor for file "file29.proto":
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file29.proto: Import "file1.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file29.proto: Import "file2.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file29.proto: Import "file3.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file29.proto: Import "file4.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file29.proto: Import "file5.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file29.proto: Import "file6.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file29.proto: Import "file7.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file29.proto: Import "file8.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file29.proto: Import "file9.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file29.proto: Import "file10.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file29.proto: Import "file11.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file29.proto: Import "file12.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file29.proto: Import "file13.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file29.proto: Import "file14.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file29.proto: Import "file15.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file29.proto: Import "file16.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file29.proto: Import "file17.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file29.proto: Import "file18.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file29.proto: Import "file19.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file29.proto: Import "file20.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file29.proto: Import "file21.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file29.proto: Import "file22.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file29.proto: Import "file23.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file29.proto: Import "file24.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file29.proto: Import "file25.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file29.proto: Import "file26.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file29.proto: Import "file27.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file29.proto: Import "file28.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message29.field0: Field numbers must be positive integers.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message29.field0: "Message0" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message29.field1: "Message1" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message29.field2: "Message2" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message29.field3: "Message3" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message29.field4: "Message4" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message29.field5: "Message5" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message29.field6: "Message6" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message29.field7: "Message7" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message29.field8: "Message8" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message29.field9: "Message9" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message29.field10: "Message10" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message29.field11: "Message11" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message29.field12: "Message12" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message29.field13: "Message13" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message29.field14: "Message14" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message29.field15: "Message15" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message29.field16: "Message16" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message29.field17: "Message17" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message29.field18: "Message18" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message29.field19: "Message19" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message29.field20: "Message20" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message29.field21: "Message21" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message29.field22: "Message22" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message29.field23: "Message23" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message29.field24: "Message24" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message29.field25: "Message25" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message29.field26: "Message26" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message29.field27: "Message27" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message29.field28: "Message28" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3067] Invalid proto descriptor for file "file30.proto":
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file30.proto: Import "file1.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file30.proto: Import "file2.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file30.proto: Import "file3.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file30.proto: Import "file4.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file30.proto: Import "file5.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file30.proto: Import "file6.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file30.proto: Import "file7.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file30.proto: Import "file8.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file30.proto: Import "file9.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file30.proto: Import "file10.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file30.proto: Import "file11.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file30.proto: Import "file12.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file30.proto: Import "file13.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file30.proto: Import "file14.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file30.proto: Import "file15.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file30.proto: Import "file16.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file30.proto: Import "file17.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file30.proto: Import "file18.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file30.proto: Import "file19.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file30.proto: Import "file20.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file30.proto: Import "file21.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file30.proto: Import "file22.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file30.proto: Import "file23.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file30.proto: Import "file24.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file30.proto: Import "file25.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file30.proto: Import "file26.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file30.proto: Import "file27.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file30.proto: Import "file28.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file30.proto: Import "file29.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message30.field0: Field numbers must be positive integers.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message30.field0: "Message0" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message30.field1: "Message1" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message30.field2: "Message2" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message30.field3: "Message3" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message30.field4: "Message4" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message30.field5: "Message5" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message30.field6: "Message6" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message30.field7: "Message7" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message30.field8: "Message8" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message30.field9: "Message9" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message30.field10: "Message10" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message30.field11: "Message11" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message30.field12: "Message12" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message30.field13: "Message13" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message30.field14: "Message14" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message30.field15: "Message15" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message30.field16: "Message16" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message30.field17: "Message17" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message30.field18: "Message18" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message30.field19: "Message19" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message30.field20: "Message20" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message30.field21: "Message21" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message30.field22: "Message22" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message30.field23: "Message23" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message30.field24: "Message24" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message30.field25: "Message25" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message30.field26: "Message26" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message30.field27: "Message27" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message30.field28: "Message28" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message30.field29: "Message29" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3067] Invalid proto descriptor for file "file31.proto":
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file31.proto: Import "file1.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file31.proto: Import "file2.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file31.proto: Import "file3.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file31.proto: Import "file4.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file31.proto: Import "file5.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file31.proto: Import "file6.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file31.proto: Import "file7.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file31.proto: Import "file8.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file31.proto: Import "file9.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file31.proto: Import "file10.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file31.proto: Import "file11.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file31.proto: Import "file12.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file31.proto: Import "file13.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file31.proto: Import "file14.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file31.proto: Import "file15.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file31.proto: Import "file16.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file31.proto: Import "file17.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file31.proto: Import "file18.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file31.proto: Import "file19.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file31.proto: Import "file20.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file31.proto: Import "file21.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file31.proto: Import "file22.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file31.proto: Import "file23.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file31.proto: Import "file24.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file31.proto: Import "file25.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file31.proto: Import "file26.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file31.proto: Import "file27.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file31.proto: Import "file28.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file31.proto: Import "file29.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file31.proto: Import "file30.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message31.field0: Field numbers must be positive integers.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message31.field0: "Message0" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message31.field1: "Message1" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message31.field2: "Message2" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message31.field3: "Message3" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message31.field4: "Message4" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message31.field5: "Message5" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message31.field6: "Message6" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message31.field7: "Message7" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message31.field8: "Message8" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message31.field9: "Message9" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message31.field10: "Message10" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message31.field11: "Message11" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message31.field12: "Message12" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message31.field13: "Message13" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message31.field14: "Message14" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message31.field15: "Message15" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message31.field16: "Message16" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message31.field17: "Message17" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message31.field18: "Message18" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message31.field19: "Message19" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message31.field20: "Message20" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message31.field21: "Message21" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message31.field22: "Message22" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message31.field23: "Message23" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message31.field24: "Message24" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message31.field25: "Message25" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message31.field26: "Message26" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message31.field27: "Message27" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message31.field28: "Message28" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message31.field29: "Message29" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message31.field30: "Message30" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3067] Invalid proto descriptor for file "file32.proto":
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file32.proto: Import "file1.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file32.proto: Import "file2.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file32.proto: Import "file3.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file32.proto: Import "file4.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file32.proto: Import "file5.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file32.proto: Import "file6.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file32.proto: Import "file7.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file32.proto: Import "file8.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file32.proto: Import "file9.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file32.proto: Import "file10.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file32.proto: Import "file11.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file32.proto: Import "file12.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file32.proto: Import "file13.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file32.proto: Import "file14.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file32.proto: Import "file15.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file32.proto: Import "file16.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file32.proto: Import "file17.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file32.proto: Import "file18.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file32.proto: Import "file19.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file32.proto: Import "file20.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file32.proto: Import "file21.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file32.proto: Import "file22.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file32.proto: Import "file23.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file32.proto: Import "file24.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file32.proto: Import "file25.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file32.proto: Import "file26.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file32.proto: Import "file27.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file32.proto: Import "file28.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file32.proto: Import "file29.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file32.proto: Import "file30.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file32.proto: Import "file31.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message32.field0: Field numbers must be positive integers.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message32.field0: "Message0" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message32.field1: "Message1" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message32.field2: "Message2" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message32.field3: "Message3" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message32.field4: "Message4" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message32.field5: "Message5" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message32.field6: "Message6" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message32.field7: "Message7" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message32.field8: "Message8" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message32.field9: "Message9" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message32.field10: "Message10" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message32.field11: "Message11" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message32.field12: "Message12" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message32.field13: "Message13" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message32.field14: "Message14" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message32.field15: "Message15" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message32.field16: "Message16" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message32.field17: "Message17" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message32.field18: "Message18" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message32.field19: "Message19" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message32.field20: "Message20" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message32.field21: "Message21" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message32.field22: "Message22" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message32.field23: "Message23" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message32.field24: "Message24" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message32.field25: "Message25" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message32.field26: "Message26" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message32.field27: "Message27" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message32.field28: "Message28" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message32.field29: "Message29" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message32.field30: "Message30" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message32.field31: "Message31" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3067] Invalid proto descriptor for file "file33.proto":
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file33.proto: Import "file1.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file33.proto: Import "file2.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file33.proto: Import "file3.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file33.proto: Import "file4.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file33.proto: Import "file5.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file33.proto: Import "file6.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file33.proto: Import "file7.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file33.proto: Import "file8.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file33.proto: Import "file9.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file33.proto: Import "file10.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file33.proto: Import "file11.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file33.proto: Import "file12.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file33.proto: Import "file13.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file33.proto: Import "file14.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file33.proto: Import "file15.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file33.proto: Import "file16.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file33.proto: Import "file17.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file33.proto: Import "file18.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file33.proto: Import "file19.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file33.proto: Import "file20.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file33.proto: Import "file21.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file33.proto: Import "file22.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file33.proto: Import "file23.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file33.proto: Import "file24.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file33.proto: Import "file25.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file33.proto: Import "file26.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file33.proto: Import "file27.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file33.proto: Import "file28.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file33.proto: Import "file29.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file33.proto: Import "file30.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file33.proto: Import "file31.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file33.proto: Import "file32.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message33.field0: Field numbers must be positive integers.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message33.field0: "Message0" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message33.field1: "Message1" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message33.field2: "Message2" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message33.field3: "Message3" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message33.field4: "Message4" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message33.field5: "Message5" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message33.field6: "Message6" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message33.field7: "Message7" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message33.field8: "Message8" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message33.field9: "Message9" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message33.field10: "Message10" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message33.field11: "Message11" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message33.field12: "Message12" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message33.field13: "Message13" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message33.field14: "Message14" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message33.field15: "Message15" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message33.field16: "Message16" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message33.field17: "Message17" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message33.field18: "Message18" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message33.field19: "Message19" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message33.field20: "Message20" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message33.field21: "Message21" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message33.field22: "Message22" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message33.field23: "Message23" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message33.field24: "Message24" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message33.field25: "Message25" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message33.field26: "Message26" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message33.field27: "Message27" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message33.field28: "Message28" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message33.field29: "Message29" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message33.field30: "Message30" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message33.field31: "Message31" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message33.field32: "Message32" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3067] Invalid proto descriptor for file "file34.proto":
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file34.proto: Import "file1.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file34.proto: Import "file2.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file34.proto: Import "file3.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file34.proto: Import "file4.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file34.proto: Import "file5.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file34.proto: Import "file6.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file34.proto: Import "file7.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file34.proto: Import "file8.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file34.proto: Import "file9.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file34.proto: Import "file10.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file34.proto: Import "file11.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file34.proto: Import "file12.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file34.proto: Import "file13.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file34.proto: Import "file14.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file34.proto: Import "file15.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file34.proto: Import "file16.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file34.proto: Import "file17.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file34.proto: Import "file18.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file34.proto: Import "file19.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file34.proto: Import "file20.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file34.proto: Import "file21.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file34.proto: Import "file22.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file34.proto: Import "file23.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file34.proto: Import "file24.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file34.proto: Import "file25.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file34.proto: Import "file26.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file34.proto: Import "file27.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file34.proto: Import "file28.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file34.proto: Import "file29.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file34.proto: Import "file30.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file34.proto: Import "file31.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file34.proto: Import "file32.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file34.proto: Import "file33.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message34.field0: Field numbers must be positive integers.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message34.field0: "Message0" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message34.field1: "Message1" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message34.field2: "Message2" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message34.field3: "Message3" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message34.field4: "Message4" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message34.field5: "Message5" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message34.field6: "Message6" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message34.field7: "Message7" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message34.field8: "Message8" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message34.field9: "Message9" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message34.field10: "Message10" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message34.field11: "Message11" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message34.field12: "Message12" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message34.field13: "Message13" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message34.field14: "Message14" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message34.field15: "Message15" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message34.field16: "Message16" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message34.field17: "Message17" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message34.field18: "Message18" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message34.field19: "Message19" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message34.field20: "Message20" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message34.field21: "Message21" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message34.field22: "Message22" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message34.field23: "Message23" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message34.field24: "Message24" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message34.field25: "Message25" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message34.field26: "Message26" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message34.field27: "Message27" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message34.field28: "Message28" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message34.field29: "Message29" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message34.field30: "Message30" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message34.field31: "Message31" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message34.field32: "Message32" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message34.field33: "Message33" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3067] Invalid proto descriptor for file "file35.proto":
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file35.proto: Import "file1.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file35.proto: Import "file2.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file35.proto: Import "file3.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file35.proto: Import "file4.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file35.proto: Import "file5.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file35.proto: Import "file6.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file35.proto: Import "file7.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file35.proto: Import "file8.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file35.proto: Import "file9.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file35.proto: Import "file10.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file35.proto: Import "file11.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file35.proto: Import "file12.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file35.proto: Import "file13.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file35.proto: Import "file14.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file35.proto: Import "file15.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file35.proto: Import "file16.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file35.proto: Import "file17.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file35.proto: Import "file18.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file35.proto: Import "file19.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file35.proto: Import "file20.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file35.proto: Import "file21.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file35.proto: Import "file22.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file35.proto: Import "file23.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file35.proto: Import "file24.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file35.proto: Import "file25.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file35.proto: Import "file26.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file35.proto: Import "file27.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file35.proto: Import "file28.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file35.proto: Import "file29.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file35.proto: Import "file30.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file35.proto: Import "file31.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file35.proto: Import "file32.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file35.proto: Import "file33.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file35.proto: Import "file34.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message35.field0: Field numbers must be positive integers.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message35.field0: "Message0" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message35.field1: "Message1" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message35.field2: "Message2" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message35.field3: "Message3" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message35.field4: "Message4" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message35.field5: "Message5" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message35.field6: "Message6" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message35.field7: "Message7" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message35.field8: "Message8" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message35.field9: "Message9" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message35.field10: "Message10" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message35.field11: "Message11" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message35.field12: "Message12" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message35.field13: "Message13" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message35.field14: "Message14" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message35.field15: "Message15" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message35.field16: "Message16" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message35.field17: "Message17" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message35.field18: "Message18" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message35.field19: "Message19" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message35.field20: "Message20" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message35.field21: "Message21" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message35.field22: "Message22" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message35.field23: "Message23" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message35.field24: "Message24" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message35.field25: "Message25" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message35.field26: "Message26" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message35.field27: "Message27" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message35.field28: "Message28" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message35.field29: "Message29" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message35.field30: "Message30" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message35.field31: "Message31" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message35.field32: "Message32" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message35.field33: "Message33" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message35.field34: "Message34" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3067] Invalid proto descriptor for file "file36.proto":
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file36.proto: Import "file1.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file36.proto: Import "file2.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file36.proto: Import "file3.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file36.proto: Import "file4.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file36.proto: Import "file5.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file36.proto: Import "file6.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file36.proto: Import "file7.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file36.proto: Import "file8.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file36.proto: Import "file9.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file36.proto: Import "file10.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file36.proto: Import "file11.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file36.proto: Import "file12.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file36.proto: Import "file13.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file36.proto: Import "file14.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file36.proto: Import "file15.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file36.proto: Import "file16.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file36.proto: Import "file17.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file36.proto: Import "file18.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file36.proto: Import "file19.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file36.proto: Import "file20.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file36.proto: Import "file21.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file36.proto: Import "file22.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file36.proto: Import "file23.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file36.proto: Import "file24.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file36.proto: Import "file25.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file36.proto: Import "file26.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file36.proto: Import "file27.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file36.proto: Import "file28.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file36.proto: Import "file29.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file36.proto: Import "file30.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file36.proto: Import "file31.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file36.proto: Import "file32.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file36.proto: Import "file33.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file36.proto: Import "file34.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file36.proto: Import "file35.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message36.field0: Field numbers must be positive integers.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message36.field0: "Message0" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message36.field1: "Message1" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message36.field2: "Message2" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message36.field3: "Message3" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message36.field4: "Message4" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message36.field5: "Message5" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message36.field6: "Message6" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message36.field7: "Message7" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message36.field8: "Message8" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message36.field9: "Message9" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message36.field10: "Message10" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message36.field11: "Message11" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message36.field12: "Message12" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message36.field13: "Message13" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message36.field14: "Message14" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message36.field15: "Message15" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message36.field16: "Message16" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message36.field17: "Message17" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message36.field18: "Message18" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message36.field19: "Message19" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message36.field20: "Message20" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message36.field21: "Message21" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message36.field22: "Message22" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message36.field23: "Message23" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message36.field24: "Message24" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message36.field25: "Message25" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message36.field26: "Message26" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message36.field27: "Message27" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message36.field28: "Message28" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message36.field29: "Message29" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message36.field30: "Message30" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message36.field31: "Message31" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message36.field32: "Message32" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message36.field33: "Message33" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message36.field34: "Message34" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message36.field35: "Message35" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3067] Invalid proto descriptor for file "file37.proto":
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file37.proto: Import "file1.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file37.proto: Import "file2.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file37.proto: Import "file3.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file37.proto: Import "file4.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file37.proto: Import "file5.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file37.proto: Import "file6.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file37.proto: Import "file7.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file37.proto: Import "file8.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file37.proto: Import "file9.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file37.proto: Import "file10.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file37.proto: Import "file11.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file37.proto: Import "file12.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file37.proto: Import "file13.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file37.proto: Import "file14.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file37.proto: Import "file15.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file37.proto: Import "file16.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file37.proto: Import "file17.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file37.proto: Import "file18.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file37.proto: Import "file19.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file37.proto: Import "file20.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file37.proto: Import "file21.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file37.proto: Import "file22.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file37.proto: Import "file23.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file37.proto: Import "file24.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file37.proto: Import "file25.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file37.proto: Import "file26.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file37.proto: Import "file27.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file37.proto: Import "file28.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file37.proto: Import "file29.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file37.proto: Import "file30.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file37.proto: Import "file31.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file37.proto: Import "file32.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file37.proto: Import "file33.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file37.proto: Import "file34.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file37.proto: Import "file35.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file37.proto: Import "file36.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message37.field0: Field numbers must be positive integers.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message37.field0: "Message0" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message37.field1: "Message1" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message37.field2: "Message2" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message37.field3: "Message3" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message37.field4: "Message4" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message37.field5: "Message5" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message37.field6: "Message6" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message37.field7: "Message7" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message37.field8: "Message8" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message37.field9: "Message9" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message37.field10: "Message10" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message37.field11: "Message11" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message37.field12: "Message12" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message37.field13: "Message13" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message37.field14: "Message14" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message37.field15: "Message15" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message37.field16: "Message16" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message37.field17: "Message17" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message37.field18: "Message18" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message37.field19: "Message19" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message37.field20: "Message20" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message37.field21: "Message21" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message37.field22: "Message22" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message37.field23: "Message23" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message37.field24: "Message24" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message37.field25: "Message25" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message37.field26: "Message26" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message37.field27: "Message27" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message37.field28: "Message28" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message37.field29: "Message29" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message37.field30: "Message30" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message37.field31: "Message31" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message37.field32: "Message32" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message37.field33: "Message33" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message37.field34: "Message34" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message37.field35: "Message35" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message37.field36: "Message36" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3067] Invalid proto descriptor for file "file38.proto":
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file38.proto: Import "file1.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file38.proto: Import "file2.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file38.proto: Import "file3.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file38.proto: Import "file4.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file38.proto: Import "file5.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file38.proto: Import "file6.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file38.proto: Import "file7.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file38.proto: Import "file8.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file38.proto: Import "file9.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file38.proto: Import "file10.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file38.proto: Import "file11.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file38.proto: Import "file12.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file38.proto: Import "file13.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file38.proto: Import "file14.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file38.proto: Import "file15.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file38.proto: Import "file16.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file38.proto: Import "file17.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file38.proto: Import "file18.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file38.proto: Import "file19.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file38.proto: Import "file20.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file38.proto: Import "file21.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file38.proto: Import "file22.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file38.proto: Import "file23.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file38.proto: Import "file24.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file38.proto: Import "file25.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file38.proto: Import "file26.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file38.proto: Import "file27.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file38.proto: Import "file28.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file38.proto: Import "file29.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file38.proto: Import "file30.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file38.proto: Import "file31.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file38.proto: Import "file32.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file38.proto: Import "file33.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file38.proto: Import "file34.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file38.proto: Import "file35.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file38.proto: Import "file36.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file38.proto: Import "file37.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message38.field0: Field numbers must be positive integers.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message38.field0: "Message0" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message38.field1: "Message1" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message38.field2: "Message2" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message38.field3: "Message3" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message38.field4: "Message4" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message38.field5: "Message5" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message38.field6: "Message6" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message38.field7: "Message7" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message38.field8: "Message8" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message38.field9: "Message9" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message38.field10: "Message10" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message38.field11: "Message11" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message38.field12: "Message12" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message38.field13: "Message13" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message38.field14: "Message14" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message38.field15: "Message15" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message38.field16: "Message16" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message38.field17: "Message17" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message38.field18: "Message18" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message38.field19: "Message19" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message38.field20: "Message20" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message38.field21: "Message21" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message38.field22: "Message22" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message38.field23: "Message23" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message38.field24: "Message24" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message38.field25: "Message25" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message38.field26: "Message26" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message38.field27: "Message27" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message38.field28: "Message28" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message38.field29: "Message29" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message38.field30: "Message30" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message38.field31: "Message31" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message38.field32: "Message32" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message38.field33: "Message33" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message38.field34: "Message34" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message38.field35: "Message35" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message38.field36: "Message36" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message38.field37: "Message37" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3067] Invalid proto descriptor for file "file39.proto":
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file39.proto: Import "file1.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file39.proto: Import "file2.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file39.proto: Import "file3.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file39.proto: Import "file4.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file39.proto: Import "file5.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file39.proto: Import "file6.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file39.proto: Import "file7.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file39.proto: Import "file8.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file39.proto: Import "file9.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file39.proto: Import "file10.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file39.proto: Import "file11.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file39.proto: Import "file12.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file39.proto: Import "file13.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file39.proto: Import "file14.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file39.proto: Import "file15.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file39.proto: Import "file16.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file39.proto: Import "file17.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file39.proto: Import "file18.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file39.proto: Import "file19.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file39.proto: Import "file20.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file39.proto: Import "file21.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file39.proto: Import "file22.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file39.proto: Import "file23.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file39.proto: Import "file24.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file39.proto: Import "file25.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file39.proto: Import "file26.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file39.proto: Import "file27.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file39.proto: Import "file28.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file39.proto: Import "file29.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file39.proto: Import "file30.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file39.proto: Import "file31.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file39.proto: Import "file32.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file39.proto: Import "file33.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file39.proto: Import "file34.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file39.proto: Import "file35.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file39.proto: Import "file36.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file39.proto: Import "file37.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file39.proto: Import "file38.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message39.field0: Field numbers must be positive integers.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message39.field0: "Message0" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message39.field1: "Message1" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message39.field2: "Message2" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message39.field3: "Message3" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message39.field4: "Message4" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message39.field5: "Message5" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message39.field6: "Message6" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message39.field7: "Message7" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message39.field8: "Message8" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message39.field9: "Message9" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message39.field10: "Message10" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message39.field11: "Message11" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message39.field12: "Message12" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message39.field13: "Message13" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message39.field14: "Message14" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message39.field15: "Message15" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message39.field16: "Message16" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message39.field17: "Message17" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message39.field18: "Message18" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message39.field19: "Message19" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message39.field20: "Message20" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message39.field21: "Message21" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message39.field22: "Message22" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message39.field23: "Message23" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message39.field24: "Message24" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message39.field25: "Message25" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message39.field26: "Message26" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message39.field27: "Message27" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message39.field28: "Message28" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message39.field29: "Message29" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message39.field30: "Message30" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message39.field31: "Message31" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message39.field32: "Message32" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message39.field33: "Message33" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message39.field34: "Message34" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message39.field35: "Message35" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message39.field36: "Message36" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message39.field37: "Message37" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message39.field38: "Message38" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3067] Invalid proto descriptor for file "file40.proto":
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file40.proto: Import "file1.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file40.proto: Import "file2.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file40.proto: Import "file3.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file40.proto: Import "file4.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file40.proto: Import "file5.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file40.proto: Import "file6.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file40.proto: Import "file7.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file40.proto: Import "file8.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file40.proto: Import "file9.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file40.proto: Import "file10.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file40.proto: Import "file11.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file40.proto: Import "file12.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file40.proto: Import "file13.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file40.proto: Import "file14.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file40.proto: Import "file15.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file40.proto: Import "file16.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file40.proto: Import "file17.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file40.proto: Import "file18.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file40.proto: Import "file19.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file40.proto: Import "file20.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file40.proto: Import "file21.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file40.proto: Import "file22.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file40.proto: Import "file23.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file40.proto: Import "file24.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file40.proto: Import "file25.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file40.proto: Import "file26.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file40.proto: Import "file27.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file40.proto: Import "file28.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file40.proto: Import "file29.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file40.proto: Import "file30.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file40.proto: Import "file31.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file40.proto: Import "file32.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file40.proto: Import "file33.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file40.proto: Import "file34.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file40.proto: Import "file35.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file40.proto: Import "file36.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file40.proto: Import "file37.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file40.proto: Import "file38.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] file40.proto: Import "file39.proto" was not found or had errors.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message40.field0: Field numbers must be positive integers.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message40.field0: "Message0" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message40.field1: "Message1" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message40.field2: "Message2" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message40.field3: "Message3" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message40.field4: "Message4" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message40.field5: "Message5" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message40.field6: "Message6" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message40.field7: "Message7" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message40.field8: "Message8" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message40.field9: "Message9" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message40.field10: "Message10" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message40.field11: "Message11" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message40.field12: "Message12" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message40.field13: "Message13" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message40.field14: "Message14" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message40.field15: "Message15" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message40.field16: "Message16" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message40.field17: "Message17" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message40.field18: "Message18" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message40.field19: "Message19" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message40.field20: "Message20" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message40.field21: "Message21" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message40.field22: "Message22" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message40.field23: "Message23" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message40.field24: "Message24" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message40.field25: "Message25" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message40.field26: "Message26" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message40.field27: "Message27" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message40.field28: "Message28" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message40.field29: "Message29" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message40.field30: "Message30" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message40.field31: "Message31" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message40.field32: "Message32" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message40.field33: "Message33" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message40.field34: "Message34" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message40.field35: "Message35" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message40.field36: "Message36" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message40.field37: "Message37" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message40.field38: "Message38" is not defined.
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] Message40.field39: "Message39" is not defined.
[ OK ] DatabaseBackedPoolTest.DoesntReloadKnownBadFiles (61 ms)
[ RUN ] DatabaseBackedPoolTest.DoesntFallbackOnWrongType
[ OK ] DatabaseBackedPoolTest.DoesntFallbackOnWrongType (1 ms)
[----------] 16 tests from DatabaseBackedPoolTest (84 ms total)
[----------] 4 tests from SourceLocationTest
[ RUN ] SourceLocationTest.GetSourceLocation
[ OK ] SourceLocationTest.GetSourceLocation (0 ms)
[ RUN ] SourceLocationTest.ExtensionSourceLocation
[ OK ] SourceLocationTest.ExtensionSourceLocation (1 ms)
[ RUN ] SourceLocationTest.GetSourceLocation_MissingSourceCodeInfo
[ OK ] SourceLocationTest.GetSourceLocation_MissingSourceCodeInfo (0 ms)
[ RUN ] SourceLocationTest.GetSourceLocation_BogusSourceCodeInfo
[ OK ] SourceLocationTest.GetSourceLocation_BogusSourceCodeInfo (0 ms)
[----------] 4 tests from SourceLocationTest (2 ms total)
[----------] 2 tests from CopySourceCodeInfoToTest
[ RUN ] CopySourceCodeInfoToTest.CopyTo_DoesNotCopySourceCodeInfo
[ OK ] CopySourceCodeInfoToTest.CopyTo_DoesNotCopySourceCodeInfo (0 ms)
[ RUN ] CopySourceCodeInfoToTest.CopySourceCodeInfoTo
[ OK ] CopySourceCodeInfoToTest.CopySourceCodeInfoTo (0 ms)
[----------] 2 tests from CopySourceCodeInfoToTest (0 ms total)
[----------] 1 test from EncodedDescriptorDatabaseExtraTest
[ RUN ] EncodedDescriptorDatabaseExtraTest.FindNameOfFileContainingSymbol
[ OK ] EncodedDescriptorDatabaseExtraTest.FindNameOfFileContainingSymbol (0 ms)
[----------] 1 test from EncodedDescriptorDatabaseExtraTest (0 ms total)
[----------] 4 tests from MergedDescriptorDatabaseTest
[ RUN ] MergedDescriptorDatabaseTest.FindFileByName
[ OK ] MergedDescriptorDatabaseTest.FindFileByName (0 ms)
[ RUN ] MergedDescriptorDatabaseTest.FindFileContainingSymbol
[ OK ] MergedDescriptorDatabaseTest.FindFileContainingSymbol (1 ms)
[ RUN ] MergedDescriptorDatabaseTest.FindFileContainingExtension
[ OK ] MergedDescriptorDatabaseTest.FindFileContainingExtension (0 ms)
[ RUN ] MergedDescriptorDatabaseTest.FindAllExtensionNumbers
[ OK ] MergedDescriptorDatabaseTest.FindAllExtensionNumbers (1 ms)
[----------] 4 tests from MergedDescriptorDatabaseTest (2 ms total)
[----------] 2 tests from ArenaStringPtrTest
[ RUN ] ArenaStringPtrTest.ArenaStringPtrOnHeap
[ OK ] ArenaStringPtrTest.ArenaStringPtrOnHeap (0 ms)
[ RUN ] ArenaStringPtrTest.ArenaStringPtrOnArena
[ OK ] ArenaStringPtrTest.ArenaStringPtrOnArena (0 ms)
[----------] 2 tests from ArenaStringPtrTest (0 ms total)
[----------] 18 tests from TypeTraitsTest
[ RUN ] TypeTraitsTest.TestIsInteger
[ OK ] TypeTraitsTest.TestIsInteger (0 ms)
[ RUN ] TypeTraitsTest.TestIsFloating
[ OK ] TypeTraitsTest.TestIsFloating (0 ms)
[ RUN ] TypeTraitsTest.TestIsPointer
[ OK ] TypeTraitsTest.TestIsPointer (0 ms)
[ RUN ] TypeTraitsTest.TestIsEnum
[ OK ] TypeTraitsTest.TestIsEnum (0 ms)
[ RUN ] TypeTraitsTest.TestIsReference
[ OK ] TypeTraitsTest.TestIsReference (0 ms)
[ RUN ] TypeTraitsTest.TestAddReference
[ OK ] TypeTraitsTest.TestAddReference (0 ms)
[ RUN ] TypeTraitsTest.TestIsPod
[ OK ] TypeTraitsTest.TestIsPod (0 ms)
[ RUN ] TypeTraitsTest.TestHasTrivialConstructor
[ OK ] TypeTraitsTest.TestHasTrivialConstructor (0 ms)
[ RUN ] TypeTraitsTest.TestHasTrivialCopy
[ OK ] TypeTraitsTest.TestHasTrivialCopy (0 ms)
[ RUN ] TypeTraitsTest.TestHasTrivialAssign
[ OK ] TypeTraitsTest.TestHasTrivialAssign (0 ms)
[ RUN ] TypeTraitsTest.TestHasTrivialDestructor
[ OK ] TypeTraitsTest.TestHasTrivialDestructor (0 ms)
[ RUN ] TypeTraitsTest.TestRemovePointer
[ OK ] TypeTraitsTest.TestRemovePointer (0 ms)
[ RUN ] TypeTraitsTest.TestRemoveConst
[ OK ] TypeTraitsTest.TestRemoveConst (0 ms)
[ RUN ] TypeTraitsTest.TestRemoveVolatile
[ OK ] TypeTraitsTest.TestRemoveVolatile (0 ms)
[ RUN ] TypeTraitsTest.TestRemoveCV
[ OK ] TypeTraitsTest.TestRemoveCV (0 ms)
[ RUN ] TypeTraitsTest.TestRemoveReference
[ OK ] TypeTraitsTest.TestRemoveReference (0 ms)
[ RUN ] TypeTraitsTest.TestIsSame
[ OK ] TypeTraitsTest.TestIsSame (0 ms)
[ RUN ] TypeTraitsTest.TestConvertible
[ OK ] TypeTraitsTest.TestConvertible (0 ms)
[----------] 18 tests from TypeTraitsTest (0 ms total)
[----------] 6 tests from TemplateUtilTest
[ RUN ] TemplateUtilTest.TestSize
[ OK ] TemplateUtilTest.TestSize (0 ms)
[ RUN ] TemplateUtilTest.TestIntegralConstants
[ OK ] TemplateUtilTest.TestIntegralConstants (0 ms)
[ RUN ] TemplateUtilTest.TestTemplateIf
[ OK ] TemplateUtilTest.TestTemplateIf (0 ms)
[ RUN ] TemplateUtilTest.TestTemplateTypeEquals
[ OK ] TemplateUtilTest.TestTemplateTypeEquals (0 ms)
[ RUN ] TemplateUtilTest.TestTemplateAndOr
[ OK ] TemplateUtilTest.TestTemplateAndOr (0 ms)
[ RUN ] TemplateUtilTest.TestIdentity
[ OK ] TemplateUtilTest.TestIdentity (0 ms)
[----------] 6 tests from TemplateUtilTest (0 ms total)
[----------] 6 tests from StringPrintfTest
[ RUN ] StringPrintfTest.Empty
[ OK ] StringPrintfTest.Empty (0 ms)
[ RUN ] StringPrintfTest.Misc
[ OK ] StringPrintfTest.Misc (0 ms)
[ RUN ] StringPrintfTest.Multibyte
[ OK ] StringPrintfTest.Multibyte (11 ms)
[ RUN ] StringPrintfTest.NoMultibyte
[ OK ] StringPrintfTest.NoMultibyte (2 ms)
[ RUN ] StringPrintfTest.DontOverwriteErrno
[ OK ] StringPrintfTest.DontOverwriteErrno (0 ms)
[ RUN ] StringPrintfTest.LargeBuf
[ OK ] StringPrintfTest.LargeBuf (0 ms)
[----------] 6 tests from StringPrintfTest (13 ms total)
[----------] 4 tests from StringAppendFTest
[ RUN ] StringAppendFTest.Empty
[ OK ] StringAppendFTest.Empty (0 ms)
[ RUN ] StringAppendFTest.EmptyString
[ OK ] StringAppendFTest.EmptyString (0 ms)
[ RUN ] StringAppendFTest.String
[ OK ] StringAppendFTest.String (0 ms)
[ RUN ] StringAppendFTest.Int
[ OK ] StringAppendFTest.Int (0 ms)
[----------] 4 tests from StringAppendFTest (1 ms total)
[----------] 2 tests from StructurallyValidTest
[ RUN ] StructurallyValidTest.ValidUTF8String
[ OK ] StructurallyValidTest.ValidUTF8String (0 ms)
[ RUN ] StructurallyValidTest.InvalidUTF8String
[ OK ] StructurallyValidTest.InvalidUTF8String (0 ms)
[----------] 2 tests from StructurallyValidTest (0 ms total)
[----------] 1 test from StringUtilityTest
[ RUN ] StringUtilityTest.ImmuneToLocales
[libprotobuf WARNING google/protobuf/stubs/strutil_unittest.cc:60] Couldn't set locale to es_ES. Skipping this test.
[ OK ] StringUtilityTest.ImmuneToLocales (4 ms)
[----------] 1 test from StringUtilityTest (4 ms total)
[----------] 4 tests from OnceInitTest
[ RUN ] OnceInitTest.Simple
[ OK ] OnceInitTest.Simple (0 ms)
[ RUN ] OnceInitTest.Recursive
[ OK ] OnceInitTest.Recursive (0 ms)
[ RUN ] OnceInitTest.MultipleThreads
[ OK ] OnceInitTest.MultipleThreads (0 ms)
[ RUN ] OnceInitTest.MultipleThreadsBlocked
[ OK ] OnceInitTest.MultipleThreadsBlocked (1001 ms)
[----------] 4 tests from OnceInitTest (1002 ms total)
[----------] 1 test from VersionTest
[ RUN ] VersionTest.VersionMatchesConfig
[ OK ] VersionTest.VersionMatchesConfig (0 ms)
[----------] 1 test from VersionTest (0 ms total)
[----------] 1 test from CommonTest
[ RUN ] CommonTest.IntMinMaxConstants
[ OK ] CommonTest.IntMinMaxConstants (0 ms)
[----------] 1 test from CommonTest (0 ms total)
[----------] 4 tests from LoggingTest
[ RUN ] LoggingTest.DefaultLogging
[ OK ] LoggingTest.DefaultLogging (1 ms)
[ RUN ] LoggingTest.NullLogging
[ OK ] LoggingTest.NullLogging (0 ms)
[ RUN ] LoggingTest.CaptureLogging
[ OK ] LoggingTest.CaptureLogging (0 ms)
[ RUN ] LoggingTest.SilenceLogging
[ OK ] LoggingTest.SilenceLogging (0 ms)
[----------] 4 tests from LoggingTest (2 ms total)
[----------] 15 tests from ClosureTest
[ RUN ] ClosureTest.TestClosureFunction0
[ OK ] ClosureTest.TestClosureFunction0 (0 ms)
[ RUN ] ClosureTest.TestClosureMethod0
[ OK ] ClosureTest.TestClosureMethod0 (0 ms)
[ RUN ] ClosureTest.TestClosureFunction1
[ OK ] ClosureTest.TestClosureFunction1 (0 ms)
[ RUN ] ClosureTest.TestClosureMethod1
[ OK ] ClosureTest.TestClosureMethod1 (0 ms)
[ RUN ] ClosureTest.TestClosureFunction1String
[ OK ] ClosureTest.TestClosureFunction1String (0 ms)
[ RUN ] ClosureTest.TestClosureMethod1String
[ OK ] ClosureTest.TestClosureMethod1String (0 ms)
[ RUN ] ClosureTest.TestClosureFunction2
[ OK ] ClosureTest.TestClosureFunction2 (0 ms)
[ RUN ] ClosureTest.TestClosureMethod2
[ OK ] ClosureTest.TestClosureMethod2 (0 ms)
[ RUN ] ClosureTest.TestPermanentClosureFunction0
[ OK ] ClosureTest.TestPermanentClosureFunction0 (0 ms)
[ RUN ] ClosureTest.TestPermanentClosureMethod0
[ OK ] ClosureTest.TestPermanentClosureMethod0 (0 ms)
[ RUN ] ClosureTest.TestPermanentClosureFunction1
[ OK ] ClosureTest.TestPermanentClosureFunction1 (0 ms)
[ RUN ] ClosureTest.TestPermanentClosureMethod1
[ OK ] ClosureTest.TestPermanentClosureMethod1 (0 ms)
[ RUN ] ClosureTest.TestPermanentClosureFunction2
[ OK ] ClosureTest.TestPermanentClosureFunction2 (0 ms)
[ RUN ] ClosureTest.TestPermanentClosureMethod2
[ OK ] ClosureTest.TestPermanentClosureMethod2 (0 ms)
[ RUN ] ClosureTest.TestPermanentClosureDeleteInCallback
[ OK ] ClosureTest.TestPermanentClosureDeleteInCallback (0 ms)
[----------] 15 tests from ClosureTest (0 ms total)
[----------] 36 tests from MapFieldStateTestInstance/MapFieldStateTest
[ RUN ] MapFieldStateTestInstance/MapFieldStateTest.GetMap/0
[ OK ] MapFieldStateTestInstance/MapFieldStateTest.GetMap/0 (0 ms)
[ RUN ] MapFieldStateTestInstance/MapFieldStateTest.GetMap/1
[ OK ] MapFieldStateTestInstance/MapFieldStateTest.GetMap/1 (0 ms)
[ RUN ] MapFieldStateTestInstance/MapFieldStateTest.GetMap/2
[ OK ] MapFieldStateTestInstance/MapFieldStateTest.GetMap/2 (0 ms)
[ RUN ] MapFieldStateTestInstance/MapFieldStateTest.MutableMap/0
[ OK ] MapFieldStateTestInstance/MapFieldStateTest.MutableMap/0 (0 ms)
[ RUN ] MapFieldStateTestInstance/MapFieldStateTest.MutableMap/1
[ OK ] MapFieldStateTestInstance/MapFieldStateTest.MutableMap/1 (0 ms)
[ RUN ] MapFieldStateTestInstance/MapFieldStateTest.MutableMap/2
[ OK ] MapFieldStateTestInstance/MapFieldStateTest.MutableMap/2 (0 ms)
[ RUN ] MapFieldStateTestInstance/MapFieldStateTest.MergeFromClean/0
[ OK ] MapFieldStateTestInstance/MapFieldStateTest.MergeFromClean/0 (0 ms)
[ RUN ] MapFieldStateTestInstance/MapFieldStateTest.MergeFromClean/1
[ OK ] MapFieldStateTestInstance/MapFieldStateTest.MergeFromClean/1 (0 ms)
[ RUN ] MapFieldStateTestInstance/MapFieldStateTest.MergeFromClean/2
[ OK ] MapFieldStateTestInstance/MapFieldStateTest.MergeFromClean/2 (0 ms)
[ RUN ] MapFieldStateTestInstance/MapFieldStateTest.MergeFromMapDirty/0
[ OK ] MapFieldStateTestInstance/MapFieldStateTest.MergeFromMapDirty/0 (0 ms)
[ RUN ] MapFieldStateTestInstance/MapFieldStateTest.MergeFromMapDirty/1
[ OK ] MapFieldStateTestInstance/MapFieldStateTest.MergeFromMapDirty/1 (0 ms)
[ RUN ] MapFieldStateTestInstance/MapFieldStateTest.MergeFromMapDirty/2
[ OK ] MapFieldStateTestInstance/MapFieldStateTest.MergeFromMapDirty/2 (0 ms)
[ RUN ] MapFieldStateTestInstance/MapFieldStateTest.MergeFromRepeatedDirty/0
[ OK ] MapFieldStateTestInstance/MapFieldStateTest.MergeFromRepeatedDirty/0 (0 ms)
[ RUN ] MapFieldStateTestInstance/MapFieldStateTest.MergeFromRepeatedDirty/1
[ OK ] MapFieldStateTestInstance/MapFieldStateTest.MergeFromRepeatedDirty/1 (0 ms)
[ RUN ] MapFieldStateTestInstance/MapFieldStateTest.MergeFromRepeatedDirty/2
[ OK ] MapFieldStateTestInstance/MapFieldStateTest.MergeFromRepeatedDirty/2 (0 ms)
[ RUN ] MapFieldStateTestInstance/MapFieldStateTest.SwapClean/0
[ OK ] MapFieldStateTestInstance/MapFieldStateTest.SwapClean/0 (0 ms)
[ RUN ] MapFieldStateTestInstance/MapFieldStateTest.SwapClean/1
[ OK ] MapFieldStateTestInstance/MapFieldStateTest.SwapClean/1 (0 ms)
[ RUN ] MapFieldStateTestInstance/MapFieldStateTest.SwapClean/2
[ OK ] MapFieldStateTestInstance/MapFieldStateTest.SwapClean/2 (0 ms)
[ RUN ] MapFieldStateTestInstance/MapFieldStateTest.SwapMapDirty/0
[ OK ] MapFieldStateTestInstance/MapFieldStateTest.SwapMapDirty/0 (0 ms)
[ RUN ] MapFieldStateTestInstance/MapFieldStateTest.SwapMapDirty/1
[ OK ] MapFieldStateTestInstance/MapFieldStateTest.SwapMapDirty/1 (0 ms)
[ RUN ] MapFieldStateTestInstance/MapFieldStateTest.SwapMapDirty/2
[ OK ] MapFieldStateTestInstance/MapFieldStateTest.SwapMapDirty/2 (0 ms)
[ RUN ] MapFieldStateTestInstance/MapFieldStateTest.SwapRepeatedDirty/0
[ OK ] MapFieldStateTestInstance/MapFieldStateTest.SwapRepeatedDirty/0 (0 ms)
[ RUN ] MapFieldStateTestInstance/MapFieldStateTest.SwapRepeatedDirty/1
[ OK ] MapFieldStateTestInstance/MapFieldStateTest.SwapRepeatedDirty/1 (0 ms)
[ RUN ] MapFieldStateTestInstance/MapFieldStateTest.SwapRepeatedDirty/2
[ OK ] MapFieldStateTestInstance/MapFieldStateTest.SwapRepeatedDirty/2 (0 ms)
[ RUN ] MapFieldStateTestInstance/MapFieldStateTest.Clear/0
[ OK ] MapFieldStateTestInstance/MapFieldStateTest.Clear/0 (0 ms)
[ RUN ] MapFieldStateTestInstance/MapFieldStateTest.Clear/1
[ OK ] MapFieldStateTestInstance/MapFieldStateTest.Clear/1 (0 ms)
[ RUN ] MapFieldStateTestInstance/MapFieldStateTest.Clear/2
[ OK ] MapFieldStateTestInstance/MapFieldStateTest.Clear/2 (0 ms)
[ RUN ] MapFieldStateTestInstance/MapFieldStateTest.SpaceUsedExcludingSelf/0
[ OK ] MapFieldStateTestInstance/MapFieldStateTest.SpaceUsedExcludingSelf/0 (0 ms)
[ RUN ] MapFieldStateTestInstance/MapFieldStateTest.SpaceUsedExcludingSelf/1
[ OK ] MapFieldStateTestInstance/MapFieldStateTest.SpaceUsedExcludingSelf/1 (0 ms)
[ RUN ] MapFieldStateTestInstance/MapFieldStateTest.SpaceUsedExcludingSelf/2
[ OK ] MapFieldStateTestInstance/MapFieldStateTest.SpaceUsedExcludingSelf/2 (0 ms)
[ RUN ] MapFieldStateTestInstance/MapFieldStateTest.GetMapField/0
[ OK ] MapFieldStateTestInstance/MapFieldStateTest.GetMapField/0 (0 ms)
[ RUN ] MapFieldStateTestInstance/MapFieldStateTest.GetMapField/1
[ OK ] MapFieldStateTestInstance/MapFieldStateTest.GetMapField/1 (0 ms)
[ RUN ] MapFieldStateTestInstance/MapFieldStateTest.GetMapField/2
[ OK ] MapFieldStateTestInstance/MapFieldStateTest.GetMapField/2 (0 ms)
[ RUN ] MapFieldStateTestInstance/MapFieldStateTest.MutableMapField/0
[ OK ] MapFieldStateTestInstance/MapFieldStateTest.MutableMapField/0 (0 ms)
[ RUN ] MapFieldStateTestInstance/MapFieldStateTest.MutableMapField/1
[ OK ] MapFieldStateTestInstance/MapFieldStateTest.MutableMapField/1 (0 ms)
[ RUN ] MapFieldStateTestInstance/MapFieldStateTest.MutableMapField/2
[ OK ] MapFieldStateTestInstance/MapFieldStateTest.MutableMapField/2 (0 ms)
[----------] 36 tests from MapFieldStateTestInstance/MapFieldStateTest (1 ms total)
[----------] 14 tests from DatabaseSource/AllowUnknownDependenciesTest
[ RUN ] DatabaseSource/AllowUnknownDependenciesTest.PlaceholderFile/0
[ OK ] DatabaseSource/AllowUnknownDependenciesTest.PlaceholderFile/0 (1 ms)
[ RUN ] DatabaseSource/AllowUnknownDependenciesTest.PlaceholderFile/1
[ OK ] DatabaseSource/AllowUnknownDependenciesTest.PlaceholderFile/1 (0 ms)
[ RUN ] DatabaseSource/AllowUnknownDependenciesTest.PlaceholderTypes/0
[ OK ] DatabaseSource/AllowUnknownDependenciesTest.PlaceholderTypes/0 (0 ms)
[ RUN ] DatabaseSource/AllowUnknownDependenciesTest.PlaceholderTypes/1
[ OK ] DatabaseSource/AllowUnknownDependenciesTest.PlaceholderTypes/1 (0 ms)
[ RUN ] DatabaseSource/AllowUnknownDependenciesTest.CopyTo/0
[ OK ] DatabaseSource/AllowUnknownDependenciesTest.CopyTo/0 (0 ms)
[ RUN ] DatabaseSource/AllowUnknownDependenciesTest.CopyTo/1
[ OK ] DatabaseSource/AllowUnknownDependenciesTest.CopyTo/1 (0 ms)
[ RUN ] DatabaseSource/AllowUnknownDependenciesTest.CustomOptions/0
[ OK ] DatabaseSource/AllowUnknownDependenciesTest.CustomOptions/0 (0 ms)
[ RUN ] DatabaseSource/AllowUnknownDependenciesTest.CustomOptions/1
[ OK ] DatabaseSource/AllowUnknownDependenciesTest.CustomOptions/1 (1 ms)
[ RUN ] DatabaseSource/AllowUnknownDependenciesTest.UnknownExtendee/0
[ OK ] DatabaseSource/AllowUnknownDependenciesTest.UnknownExtendee/0 (0 ms)
[ RUN ] DatabaseSource/AllowUnknownDependenciesTest.UnknownExtendee/1
[ OK ] DatabaseSource/AllowUnknownDependenciesTest.UnknownExtendee/1 (0 ms)
[ RUN ] DatabaseSource/AllowUnknownDependenciesTest.CustomOption/0
[ OK ] DatabaseSource/AllowUnknownDependenciesTest.CustomOption/0 (1 ms)
[ RUN ] DatabaseSource/AllowUnknownDependenciesTest.CustomOption/1
[ OK ] DatabaseSource/AllowUnknownDependenciesTest.CustomOption/1 (0 ms)
[ RUN ] DatabaseSource/AllowUnknownDependenciesTest.UndeclaredDependencyTriggersBuildOfDependency/0
[libprotobuf ERROR google/protobuf/descriptor.cc:3067] Invalid proto descriptor for file "invalid_file_as_undeclared_dep.proto":
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] undeclared.Quux.quux: Field number 1 has already been used in "undeclared.Quux" by field "qux".
[libprotobuf INFO google/protobuf/descriptor_unittest.cc:2424] syntax = "proto2";
message Corge {
optional .undeclared.Quux quux = 1;
}
[ OK ] DatabaseSource/AllowUnknownDependenciesTest.UndeclaredDependencyTriggersBuildOfDependency/0 (1 ms)
[ RUN ] DatabaseSource/AllowUnknownDependenciesTest.UndeclaredDependencyTriggersBuildOfDependency/1
[libprotobuf ERROR google/protobuf/descriptor.cc:3067] Invalid proto descriptor for file "invalid_file_as_undeclared_dep.proto":
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] undeclared.Quux.quux: Field number 1 has already been used in "undeclared.Quux" by field "qux".
[libprotobuf INFO google/protobuf/descriptor_unittest.cc:2424] syntax = "proto2";
message Corge {
optional .undeclared.Quux quux = 1;
}
[libprotobuf ERROR google/protobuf/descriptor.cc:3067] Invalid proto descriptor for file "invalid_file_as_undeclared_dep.proto":
[libprotobuf ERROR google/protobuf/descriptor.cc:3070] undeclared.Quux.quux: Field number 1 has already been used in "undeclared.Quux" by field "qux".
[ OK ] DatabaseSource/AllowUnknownDependenciesTest.UndeclaredDependencyTriggersBuildOfDependency/1 (1 ms)
[----------] 14 tests from DatabaseSource/AllowUnknownDependenciesTest (6 ms total)
[----------] 7 tests from Simple/DescriptorDatabaseTest
[ RUN ] Simple/DescriptorDatabaseTest.FindFileByName/0
[ OK ] Simple/DescriptorDatabaseTest.FindFileByName/0 (0 ms)
[ RUN ] Simple/DescriptorDatabaseTest.FindFileContainingSymbol/0
[ OK ] Simple/DescriptorDatabaseTest.FindFileContainingSymbol/0 (0 ms)
[ RUN ] Simple/DescriptorDatabaseTest.FindFileContainingExtension/0
[ OK ] Simple/DescriptorDatabaseTest.FindFileContainingExtension/0 (0 ms)
[ RUN ] Simple/DescriptorDatabaseTest.FindAllExtensionNumbers/0
[ OK ] Simple/DescriptorDatabaseTest.FindAllExtensionNumbers/0 (1 ms)
[ RUN ] Simple/DescriptorDatabaseTest.ConflictingFileError/0
[libprotobuf ERROR google/protobuf/descriptor_database.cc:57] File already exists in database: foo.proto
[ OK ] Simple/DescriptorDatabaseTest.ConflictingFileError/0 (0 ms)
[ RUN ] Simple/DescriptorDatabaseTest.ConflictingTypeError/0
[libprotobuf ERROR google/protobuf/descriptor_database.cc:109] Symbol name "Foo" conflicts with the existing symbol "Foo".
[ OK ] Simple/DescriptorDatabaseTest.ConflictingTypeError/0 (0 ms)
[ RUN ] Simple/DescriptorDatabaseTest.ConflictingExtensionError/0
[libprotobuf ERROR google/protobuf/descriptor_database.cc:160] Extension conflicts with extension already in database: extend .Foo { bar = 5 }
[ OK ] Simple/DescriptorDatabaseTest.ConflictingExtensionError/0 (0 ms)
[----------] 7 tests from Simple/DescriptorDatabaseTest (1 ms total)
[----------] 7 tests from MemoryConserving/DescriptorDatabaseTest
[ RUN ] MemoryConserving/DescriptorDatabaseTest.FindFileByName/0
[ OK ] MemoryConserving/DescriptorDatabaseTest.FindFileByName/0 (0 ms)
[ RUN ] MemoryConserving/DescriptorDatabaseTest.FindFileContainingSymbol/0
[ OK ] MemoryConserving/DescriptorDatabaseTest.FindFileContainingSymbol/0 (0 ms)
[ RUN ] MemoryConserving/DescriptorDatabaseTest.FindFileContainingExtension/0
[ OK ] MemoryConserving/DescriptorDatabaseTest.FindFileContainingExtension/0 (1 ms)
[ RUN ] MemoryConserving/DescriptorDatabaseTest.FindAllExtensionNumbers/0
[ OK ] MemoryConserving/DescriptorDatabaseTest.FindAllExtensionNumbers/0 (0 ms)
[ RUN ] MemoryConserving/DescriptorDatabaseTest.ConflictingFileError/0
[libprotobuf ERROR google/protobuf/descriptor_database.cc:57] File already exists in database: foo.proto
[ OK ] MemoryConserving/DescriptorDatabaseTest.ConflictingFileError/0 (0 ms)
[ RUN ] MemoryConserving/DescriptorDatabaseTest.ConflictingTypeError/0
[libprotobuf ERROR google/protobuf/descriptor_database.cc:109] Symbol name "Foo" conflicts with the existing symbol "Foo".
[ OK ] MemoryConserving/DescriptorDatabaseTest.ConflictingTypeError/0 (0 ms)
[ RUN ] MemoryConserving/DescriptorDatabaseTest.ConflictingExtensionError/0
[libprotobuf ERROR google/protobuf/descriptor_database.cc:160] Extension conflicts with extension already in database: extend .Foo { bar = 5 }
[ OK ] MemoryConserving/DescriptorDatabaseTest.ConflictingExtensionError/0 (0 ms)
[----------] 7 tests from MemoryConserving/DescriptorDatabaseTest (1 ms total)
[----------] 7 tests from Pool/DescriptorDatabaseTest
[ RUN ] Pool/DescriptorDatabaseTest.FindFileByName/0
[ OK ] Pool/DescriptorDatabaseTest.FindFileByName/0 (0 ms)
[ RUN ] Pool/DescriptorDatabaseTest.FindFileContainingSymbol/0
[ OK ] Pool/DescriptorDatabaseTest.FindFileContainingSymbol/0 (1 ms)
[ RUN ] Pool/DescriptorDatabaseTest.FindFileContainingExtension/0
[ OK ] Pool/DescriptorDatabaseTest.FindFileContainingExtension/0 (0 ms)
[ RUN ] Pool/DescriptorDatabaseTest.FindAllExtensionNumbers/0
[ OK ] Pool/DescriptorDatabaseTest.FindAllExtensionNumbers/0 (0 ms)
[ RUN ] Pool/DescriptorDatabaseTest.ConflictingFileError/0
[libprotobuf ERROR google/protobuf/descriptor_database.cc:57] File already exists in database: foo.proto
[ OK ] Pool/DescriptorDatabaseTest.ConflictingFileError/0 (0 ms)
[ RUN ] Pool/DescriptorDatabaseTest.ConflictingTypeError/0
[libprotobuf ERROR google/protobuf/descriptor_database.cc:109] Symbol name "Foo" conflicts with the existing symbol "Foo".
[ OK ] Pool/DescriptorDatabaseTest.ConflictingTypeError/0 (0 ms)
[ RUN ] Pool/DescriptorDatabaseTest.ConflictingExtensionError/0
[libprotobuf ERROR google/protobuf/descriptor_database.cc:160] Extension conflicts with extension already in database: extend .Foo { bar = 5 }
[ OK ] Pool/DescriptorDatabaseTest.ConflictingExtensionError/0 (0 ms)
[----------] 7 tests from Pool/DescriptorDatabaseTest (1 ms total)
[----------] Global test environment tear-down
[==========] 1221 tests from 133 test cases ran. (6016 ms total)
[ PASSED ] 1217 tests.
[ FAILED ] 4 tests, listed below:
[ FAILED ] RubyGeneratorTest.GeneratorTest
[ FAILED ] BootstrapTest.GeneratedDescriptorMatches
[ FAILED ] TextFormatTest.Basic
[ FAILED ] TextFormatExtensionsTest.Extensions
4 FAILED TESTS
FAIL: protobuf-test.exe
Running main() from gtest_main.cc
[==========] Running 42 tests from 3 test cases.
[----------] Global test environment set-up.
[----------] 38 tests from GeneratedMessageTest
[ RUN ] GeneratedMessageTest.Defaults
[ OK ] GeneratedMessageTest.Defaults (0 ms)
[ RUN ] GeneratedMessageTest.Int32StringConversion
[ OK ] GeneratedMessageTest.Int32StringConversion (0 ms)
[ RUN ] GeneratedMessageTest.Int64StringConversion
[ OK ] GeneratedMessageTest.Int64StringConversion (0 ms)
[ RUN ] GeneratedMessageTest.FloatingPointDefaults
[ OK ] GeneratedMessageTest.FloatingPointDefaults (0 ms)
[ RUN ] GeneratedMessageTest.Trigraph
[ OK ] GeneratedMessageTest.Trigraph (0 ms)
[ RUN ] GeneratedMessageTest.ExtremeSmallIntegerDefault
[ OK ] GeneratedMessageTest.ExtremeSmallIntegerDefault (0 ms)
[ RUN ] GeneratedMessageTest.Accessors
[ OK ] GeneratedMessageTest.Accessors (0 ms)
[ RUN ] GeneratedMessageTest.MutableStringDefault
[ OK ] GeneratedMessageTest.MutableStringDefault (0 ms)
[ RUN ] GeneratedMessageTest.StringDefaults
[ OK ] GeneratedMessageTest.StringDefaults (0 ms)
[ RUN ] GeneratedMessageTest.ReleaseString
[ OK ] GeneratedMessageTest.ReleaseString (0 ms)
[ RUN ] GeneratedMessageTest.ReleaseMessage
[ OK ] GeneratedMessageTest.ReleaseMessage (0 ms)
[ RUN ] GeneratedMessageTest.SetAllocatedString
[ OK ] GeneratedMessageTest.SetAllocatedString (0 ms)
[ RUN ] GeneratedMessageTest.SetAllocatedMessage
[ OK ] GeneratedMessageTest.SetAllocatedMessage (0 ms)
[ RUN ] GeneratedMessageTest.Clear
[ OK ] GeneratedMessageTest.Clear (0 ms)
[ RUN ] GeneratedMessageTest.EmbeddedNullsInBytesCharStar
[ OK ] GeneratedMessageTest.EmbeddedNullsInBytesCharStar (0 ms)
[ RUN ] GeneratedMessageTest.ClearOneField
[ OK ] GeneratedMessageTest.ClearOneField (0 ms)
[ RUN ] GeneratedMessageTest.StringCharStarLength
[ OK ] GeneratedMessageTest.StringCharStarLength (0 ms)
[ RUN ] GeneratedMessageTest.CopyFrom
[ OK ] GeneratedMessageTest.CopyFrom (0 ms)
[ RUN ] GeneratedMessageTest.SwapWithEmpty
[ OK ] GeneratedMessageTest.SwapWithEmpty (0 ms)
[ RUN ] GeneratedMessageTest.SwapWithSelf
[ OK ] GeneratedMessageTest.SwapWithSelf (0 ms)
[ RUN ] GeneratedMessageTest.SwapWithOther
[ OK ] GeneratedMessageTest.SwapWithOther (0 ms)
[ RUN ] GeneratedMessageTest.CopyConstructor
[ OK ] GeneratedMessageTest.CopyConstructor (0 ms)
[ RUN ] GeneratedMessageTest.CopyAssignmentOperator
[ OK ] GeneratedMessageTest.CopyAssignmentOperator (0 ms)
[ RUN ] GeneratedMessageTest.UpcastCopyFrom
[ OK ] GeneratedMessageTest.UpcastCopyFrom (0 ms)
[ RUN ] GeneratedMessageTest.NonEmptyMergeFrom
[ OK ] GeneratedMessageTest.NonEmptyMergeFrom (0 ms)
[ RUN ] GeneratedMessageTest.SerializationToArray
[ OK ] GeneratedMessageTest.SerializationToArray (0 ms)
[ RUN ] GeneratedMessageTest.PackedFieldsSerializationToArray
[ OK ] GeneratedMessageTest.PackedFieldsSerializationToArray (0 ms)
[ RUN ] GeneratedMessageTest.SerializationToStream
[ OK ] GeneratedMessageTest.SerializationToStream (1 ms)
[ RUN ] GeneratedMessageTest.PackedFieldsSerializationToStream
[ OK ] GeneratedMessageTest.PackedFieldsSerializationToStream (0 ms)
[ RUN ] GeneratedMessageTest.Required
[ OK ] GeneratedMessageTest.Required (0 ms)
[ RUN ] GeneratedMessageTest.RequiredForeign
[ OK ] GeneratedMessageTest.RequiredForeign (0 ms)
[ RUN ] GeneratedMessageTest.ForeignNested
[ OK ] GeneratedMessageTest.ForeignNested (0 ms)
[ RUN ] GeneratedMessageTest.ReallyLargeTagNumber
[ OK ] GeneratedMessageTest.ReallyLargeTagNumber (0 ms)
[ RUN ] GeneratedMessageTest.MutualRecursion
[ OK ] GeneratedMessageTest.MutualRecursion (0 ms)
[ RUN ] GeneratedMessageTest.CamelCaseFieldNames
[ OK ] GeneratedMessageTest.CamelCaseFieldNames (0 ms)
[ RUN ] GeneratedMessageTest.TestConflictingSymbolNames
[ OK ] GeneratedMessageTest.TestConflictingSymbolNames (0 ms)
[ RUN ] GeneratedMessageTest.FieldConstantValues
[ OK ] GeneratedMessageTest.FieldConstantValues (0 ms)
[ RUN ] GeneratedMessageTest.ExtensionConstantValues
[ OK ] GeneratedMessageTest.ExtensionConstantValues (0 ms)
[----------] 38 tests from GeneratedMessageTest (2 ms total)
[----------] 3 tests from GeneratedEnumTest
[ RUN ] GeneratedEnumTest.EnumValuesAsSwitchCases
[ OK ] GeneratedEnumTest.EnumValuesAsSwitchCases (0 ms)
[ RUN ] GeneratedEnumTest.IsValidValue
[ OK ] GeneratedEnumTest.IsValidValue (0 ms)
[ RUN ] GeneratedEnumTest.MinAndMax
[ OK ] GeneratedEnumTest.MinAndMax (0 ms)
[----------] 3 tests from GeneratedEnumTest (0 ms total)
[----------] 1 test from DescriptorInitializationTest
[ RUN ] DescriptorInitializationTest.Initialized
[ OK ] DescriptorInitializationTest.Initialized (0 ms)
[----------] 1 test from DescriptorInitializationTest (0 ms total)
[----------] Global test environment tear-down
[==========] 42 tests from 3 test cases ran. (2 ms total)
[ PASSED ] 42 tests.
PASS: protobuf-lazy-descriptor-test.exe
PASS
PASS: protobuf-lite-test.exe
Testing output to zip...
Testing output to jar...
PASS
PASS: google/protobuf/compiler/zip_output_unittest.sh
==========================================
1 of 4 tests failed
Please report to protobuf@googlegroups.com
==========================================
make[3]: *** [check-TESTS] Error 1
make[3]: Leaving directory `/c/workspace/protobuf/src'
make[2]: *** [check-am] Error 2
make[2]: Leaving directory `/c/workspace/protobuf/src'
make[1]: *** [check] Error 2
make[1]: Leaving directory `/c/workspace/protobuf/src'
make: *** [check-recursive] Error 1
Matt@Matt-THINK ~
$ autoconf -V
autoconf (GNU Autoconf) 2.68
Copyright (C) 2010 Free Software Foundation, Inc.
License GPLv3+/Autoconf: GNU GPL version 3 or later
<http://gnu.org/licenses/gpl.html>, <http://gnu.org/licenses/exceptions.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Written by David J. MacKenzie and Akim Demaille.
Matt@Matt-THINK ~
$ automake --version
automake (GNU automake) 1.11.1
Copyright (C) 2009 Free Software Foundation, Inc.
License GPLv2+: GNU GPL version 2 or later <http://gnu.org/licenses/gpl-2.0.html
>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Written by Tom Tromey <tromey@redhat.com>
and Alexandre Duret-Lutz <adl@gnu.org>.
Matt@Matt-THINK ~
$ libtool --version
libtool (GNU libtool) 2.4
Written by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
Copyright (C) 2010 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Matt@Matt-THINK ~
$ gcc --version
gcc.exe (GCC) 4.8.1
Copyright (C) 2013 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment