>>> protobuf: Building main/protobuf 3.13.0-r2 (using abuild 3.7.0_rc1-r1) started Fri, 18 Dec 2020 22:12:12 +0000 >>> protobuf: Checking sanity of /home/buildozer/aports/main/protobuf/APKBUILD... >>> protobuf: Analyzing dependencies... >>> protobuf: Installing for build: build-base zlib-dev autoconf automake libtool ruby ruby-dev ruby-rake (1/24) Installing zlib-dev (1.2.11-r3) (2/24) Installing m4 (1.4.18-r1) (3/24) Installing libbz2 (1.0.8-r1) (4/24) Installing perl (5.32.0-r0) (5/24) Installing autoconf (2.69-r3) (6/24) Installing automake (1.16.3-r0) (7/24) Installing readline (8.0.4-r0) (8/24) Installing bash (5.0.18-r0) Executing bash-5.0.18-r0.post-install (9/24) Installing libltdl (2.4.6-r7) (10/24) Installing libtool (2.4.6-r7) (11/24) Installing gdbm (1.18.1-r0) (12/24) Installing yaml (0.2.5-r0) (13/24) Installing ruby-libs (2.7.2-r1) (14/24) Installing ruby (2.7.2-r1) (15/24) Installing libgmpxx (6.2.1-r0) (16/24) Installing gmp-dev (6.2.1-r0) (17/24) Installing libucontext (0.13.1-r0) (18/24) Installing libucontext-dev (0.13.1-r0) (19/24) Installing ruby-dev (2.7.2-r1) (20/24) Installing ruby-rake (2.7.2-r1) (21/24) Installing .makedepends-protobuf (20201218.221212) (22/24) Installing perl-error (0.17029-r1) (23/24) Installing perl-git (2.29.2-r0) (24/24) Installing git-perl (2.29.2-r0) Executing busybox-1.32.0-r8.trigger OK: 366 MiB in 110 packages >>> protobuf: Cleaning up srcdir >>> protobuf: Cleaning up pkgdir >>> protobuf: Fetching https://distfiles.alpinelinux.org/distfiles/v3.13/protobuf-3.13.0.tar.gz >>> protobuf: Fetching https://distfiles.alpinelinux.org/distfiles/v3.13/googletest-5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081.tar.gz >>> protobuf: Fetching https://distfiles.alpinelinux.org/distfiles/v3.13/protobuf-3.13.0.tar.gz >>> protobuf: Fetching https://distfiles.alpinelinux.org/distfiles/v3.13/googletest-5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081.tar.gz >>> protobuf: Checking sha512sums... protobuf-3.13.0.tar.gz: OK googletest-5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081.tar.gz: OK musl-fix.patch: OK trim-rakefile.patch: OK ruby-fix-cflags.patch: OK >>> protobuf: Unpacking /var/cache/distfiles/v3.13/protobuf-3.13.0.tar.gz... >>> protobuf: Unpacking /var/cache/distfiles/v3.13/googletest-5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081.tar.gz... >>> protobuf: musl-fix.patch patching file src/google/protobuf/stubs/port.h Hunk #1 succeeded at 75 (offset -19 lines). Hunk #2 succeeded at 239 with fuzz 2 (offset -141 lines). >>> protobuf: trim-rakefile.patch patching file ruby/Rakefile >>> protobuf: ruby-fix-cflags.patch patching file ruby/ext/google/protobuf_c/extconf.rb + mkdir -p third_party/googletest/m4 + autoreconf -f -i -Wall,no-obsolete libtoolize: putting auxiliary files in '.'. libtoolize: copying file './ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, '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:81: installing './ar-lib' configure.ac:76: installing './compile' configure.ac:46: installing './config.guess' configure.ac:46: installing './config.sub' configure.ac:48: installing './install-sh' configure.ac:48: installing './missing' benchmarks/Makefile.am: installing './depcomp' parallel-tests: installing './test-driver' + rm -rf autom4te.cache 'config.h.in~' + exit 0 checking whether to enable maintainer-specific portions of Makefiles... yes checking build system type... i686-pc-linux-musl checking host system type... i686-pc-linux-musl checking target system type... i686-pc-linux-musl checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... ./install-sh -c -d checking for gawk... no checking for mawk... no checking for nawk... no checking for awk... awk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether UID '1000' is supported by ustar format... yes checking whether GID '1000' is supported by ustar format... yes checking how to create a ustar tar archive... gnutar checking whether make supports nested variables... (cached) yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking whether make supports the include directive... yes (GNU style) checking dependency style of gcc... gcc3 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... gcc -E checking for gcc... gcc checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... (cached) none needed checking whether gcc understands -c and -o together... (cached) yes checking dependency style of gcc... (cached) gcc3 checking how to run the C preprocessor... gcc -E checking how to run the C++ preprocessor... g++ -E checking for g++... g++ checking whether we are using the GNU C++ compiler... (cached) yes checking whether g++ accepts -g... yes checking dependency style of g++... (cached) 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 for ar... ar checking the archiver (ar) interface... ar checking for gcc... gcc checking whether we are using the GNU Objective C compiler... no checking whether gcc accepts -g... no checking dependency style of gcc... gcc3 checking C++ compiler flags...... use user-supplied: -Os -fomit-frame-pointer -fno-delete-null-pointer-checks -Wno-error 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... /usr/i586-alpine-linux-musl/bin/ld checking if the linker (/usr/i586-alpine-linux-musl/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 98304 checking how to convert i686-pc-linux-musl file names to i686-pc-linux-musl format... func_convert_file_noop checking how to convert i686-pc-linux-musl file names to toolchain format... func_convert_file_noop checking for /usr/i586-alpine-linux-musl/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for archiver @FILE support... @ checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from gcc object... ok checking for sysroot... no checking for a working dd... /bin/dd checking how to truncate binary pipes... /bin/dd bs=4096 count=1 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... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... yes checking if gcc static flag -static works... yes checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/usr/i586-alpine-linux-musl/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking how to run the C++ preprocessor... g++ -E checking for ld used by g++... /usr/i586-alpine-linux-musl/bin/ld checking if the linker (/usr/i586-alpine-linux-musl/bin/ld) is GNU ld... yes checking whether the g++ linker (/usr/i586-alpine-linux-musl/bin/ld) supports shared libraries... yes checking for g++ option to produce PIC... -fPIC -DPIC checking if g++ PIC flag -fPIC -DPIC works... yes checking if g++ static flag -static works... yes checking if g++ supports -c -o file.o... yes checking if g++ supports -c -o file.o... (cached) yes checking whether the g++ linker (/usr/i586-alpine-linux-musl/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... (cached) GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether the linker supports version scripts... yes 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... ok (1.2.0.4 or later) checking for library containing zlibVersion... -lz checking whether g++ supports C++11 features by default... yes checking whether -latomic is needed... no checking whether gcc is Clang... no checking whether pthreads work with -pthread... yes checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE checking whether more special flags are required for pthreads... no checking for PTHREAD_PRIO_INHERIT... yes checking the location of hash_map... checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating benchmarks/Makefile config.status: creating conformance/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 third_party/googletest (/home/buildozer/aports/main/protobuf/src/protobuf-3.13.0/third_party/googletest) configure: WARNING: no configuration information is in third_party/googletest make all-recursive make[1]: Entering directory '/home/buildozer/aports/main/protobuf/src/protobuf-3.13.0' Making all in . make[2]: Entering directory '/home/buildozer/aports/main/protobuf/src/protobuf-3.13.0' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/home/buildozer/aports/main/protobuf/src/protobuf-3.13.0' Making all in src make[2]: Entering directory '/home/buildozer/aports/main/protobuf/src/protobuf-3.13.0/src' CXX google/protobuf/stubs/substitute.lo CXX google/protobuf/io/gzip_stream.lo CXX google/protobuf/io/printer.lo CXX google/protobuf/io/tokenizer.lo CXX google/protobuf/compiler/importer.lo CXX google/protobuf/compiler/parser.lo CXX google/protobuf/compiler/code_generator.lo CXX google/protobuf/compiler/command_line_interface.lo CXX google/protobuf/compiler/plugin.lo CXX google/protobuf/compiler/plugin.pb.lo CXX google/protobuf/compiler/subprocess.lo CXX google/protobuf/compiler/zip_writer.lo CXX google/protobuf/compiler/main.o CXX google/protobuf/stubs/bytestream.lo CXX google/protobuf/stubs/common.lo CXX google/protobuf/stubs/int128.lo CXX google/protobuf/io/io_win32.lo CXX google/protobuf/stubs/status.lo CXX google/protobuf/stubs/statusor.lo CXX google/protobuf/stubs/stringpiece.lo CXX google/protobuf/stubs/stringprintf.lo CXX google/protobuf/stubs/structurally_valid.lo CXX google/protobuf/stubs/strutil.lo CXX google/protobuf/stubs/time.lo CXX google/protobuf/any_lite.lo CXX google/protobuf/arena.lo CXX google/protobuf/extension_set.lo CXX google/protobuf/generated_enum_util.lo CXX google/protobuf/generated_message_util.lo CXX google/protobuf/generated_message_table_driven_lite.lo CXX google/protobuf/implicit_weak_message.lo CXX google/protobuf/message_lite.lo CXX google/protobuf/parse_context.lo CXX google/protobuf/repeated_field.lo CXX google/protobuf/wire_format_lite.lo CXX google/protobuf/io/coded_stream.lo CXX google/protobuf/io/strtod.lo CXX google/protobuf/io/zero_copy_stream.lo CXX google/protobuf/io/zero_copy_stream_impl.lo CXX google/protobuf/io/zero_copy_stream_impl_lite.lo CXX google/protobuf/any.pb.lo CXX google/protobuf/api.pb.lo CXX google/protobuf/any.lo CXX google/protobuf/descriptor.lo CXX google/protobuf/descriptor_database.lo CXX google/protobuf/descriptor.pb.lo CXX google/protobuf/duration.pb.lo google/protobuf/io/coded_stream.cc: In member function 'google::protobuf::int64 google::protobuf::io::CodedInputStream::ReadVarint32Fallback(google::protobuf::uint32)': google/protobuf/io/coded_stream.cc:469:12: warning: 'temp' may be used uninitialized in this function [-Wmaybe-uninitialized] 469 | return temp; | ^~~~ CXX google/protobuf/dynamic_message.lo google/protobuf/io/coded_stream.cc: In member function 'google::protobuf::uint32 google::protobuf::io::CodedInputStream::ReadTagFallback(google::protobuf::uint32)': google/protobuf/io/coded_stream.cc:549:12: warning: 'tag' may be used uninitialized in this function [-Wmaybe-uninitialized] 549 | return tag; | ^~~ CXX google/protobuf/empty.pb.lo CXX google/protobuf/extension_set_heavy.lo CXX google/protobuf/field_mask.pb.lo CXX google/protobuf/generated_message_reflection.lo CXX google/protobuf/generated_message_table_driven.lo CXX google/protobuf/map_field.lo CXX google/protobuf/message.lo CXX google/protobuf/reflection_ops.lo CXX google/protobuf/service.lo CXX google/protobuf/source_context.pb.lo CXX google/protobuf/struct.pb.lo CXX google/protobuf/text_format.lo CXX google/protobuf/timestamp.pb.lo CXX google/protobuf/type.pb.lo CXX google/protobuf/unknown_field_set.lo CXX google/protobuf/wire_format.lo CXX google/protobuf/wrappers.pb.lo CXX google/protobuf/util/delimited_message_util.lo CXX google/protobuf/util/field_comparator.lo CXX google/protobuf/util/field_mask_util.lo CXX google/protobuf/util/internal/datapiece.lo CXX google/protobuf/util/internal/default_value_objectwriter.lo CXX google/protobuf/util/internal/error_listener.lo CXX google/protobuf/util/internal/field_mask_utility.lo CXX google/protobuf/util/internal/json_escaping.lo CXX google/protobuf/util/internal/json_objectwriter.lo CXX google/protobuf/util/internal/json_stream_parser.lo CXX google/protobuf/util/internal/object_writer.lo CXX google/protobuf/util/internal/protostream_objectsource.lo CXX google/protobuf/util/internal/protostream_objectwriter.lo CXX google/protobuf/util/internal/proto_writer.lo CXX google/protobuf/util/internal/type_info.lo CXX google/protobuf/util/internal/type_info_test_helper.lo CXX google/protobuf/util/internal/utility.lo CXX google/protobuf/util/json_util.lo CXX google/protobuf/util/message_differencer.lo CXX google/protobuf/util/time_util.lo CXX google/protobuf/util/type_resolver_util.lo CXX google/protobuf/compiler/cpp/cpp_enum.lo CXX google/protobuf/compiler/cpp/cpp_enum_field.lo CXX google/protobuf/compiler/cpp/cpp_extension.lo CXX google/protobuf/compiler/cpp/cpp_field.lo CXX google/protobuf/compiler/cpp/cpp_file.lo CXX google/protobuf/compiler/cpp/cpp_generator.lo CXX google/protobuf/compiler/cpp/cpp_helpers.lo CXX google/protobuf/compiler/cpp/cpp_map_field.lo CXX google/protobuf/compiler/cpp/cpp_message.lo CXX google/protobuf/compiler/cpp/cpp_message_field.lo CXX google/protobuf/compiler/cpp/cpp_padding_optimizer.lo CXX google/protobuf/compiler/cpp/cpp_primitive_field.lo CXX google/protobuf/compiler/cpp/cpp_service.lo CXX google/protobuf/compiler/cpp/cpp_string_field.lo CXX google/protobuf/compiler/java/java_context.lo CXX google/protobuf/compiler/java/java_enum.lo CXX google/protobuf/compiler/java/java_enum_lite.lo CXX google/protobuf/compiler/java/java_enum_field.lo CXX google/protobuf/compiler/java/java_enum_field_lite.lo CXX google/protobuf/compiler/java/java_extension.lo CXX google/protobuf/compiler/java/java_extension_lite.lo CXX google/protobuf/compiler/java/java_field.lo CXX google/protobuf/compiler/java/java_file.lo CXX google/protobuf/compiler/java/java_generator.lo CXX google/protobuf/compiler/java/java_generator_factory.lo CXX google/protobuf/compiler/java/java_helpers.lo CXX google/protobuf/compiler/java/java_map_field.lo CXX google/protobuf/compiler/java/java_map_field_lite.lo CXX google/protobuf/compiler/java/java_message.lo CXX google/protobuf/compiler/java/java_message_lite.lo CXX google/protobuf/compiler/java/java_message_builder.lo CXX google/protobuf/compiler/java/java_message_builder_lite.lo CXX google/protobuf/compiler/java/java_message_field.lo CXX google/protobuf/compiler/java/java_message_field_lite.lo CXX google/protobuf/compiler/java/java_name_resolver.lo CXX google/protobuf/compiler/java/java_primitive_field.lo CXX google/protobuf/compiler/java/java_primitive_field_lite.lo CXX google/protobuf/compiler/java/java_shared_code_generator.lo CXX google/protobuf/compiler/java/java_service.lo CXX google/protobuf/compiler/java/java_string_field.lo CXX google/protobuf/compiler/java/java_string_field_lite.lo CXX google/protobuf/compiler/java/java_doc_comment.lo CXX google/protobuf/compiler/js/js_generator.lo CXX google/protobuf/compiler/js/well_known_types_embed.lo CXX google/protobuf/compiler/objectivec/objectivec_enum.lo CXX google/protobuf/compiler/objectivec/objectivec_enum_field.lo CXX google/protobuf/compiler/objectivec/objectivec_extension.lo CXX google/protobuf/compiler/objectivec/objectivec_field.lo CXX google/protobuf/compiler/objectivec/objectivec_file.lo CXX google/protobuf/compiler/objectivec/objectivec_generator.lo CXX google/protobuf/compiler/objectivec/objectivec_helpers.lo CXX google/protobuf/compiler/objectivec/objectivec_map_field.lo CXX google/protobuf/compiler/objectivec/objectivec_message.lo CXX google/protobuf/compiler/objectivec/objectivec_message_field.lo CXX google/protobuf/compiler/objectivec/objectivec_oneof.lo CXX google/protobuf/compiler/objectivec/objectivec_primitive_field.lo CXX google/protobuf/compiler/php/php_generator.lo CXX google/protobuf/compiler/python/python_generator.lo CXX google/protobuf/compiler/ruby/ruby_generator.lo CXX google/protobuf/compiler/csharp/csharp_doc_comment.lo CXX google/protobuf/compiler/csharp/csharp_enum.lo CXX google/protobuf/compiler/csharp/csharp_enum_field.lo CXX google/protobuf/compiler/csharp/csharp_field_base.lo CXX google/protobuf/compiler/csharp/csharp_generator.lo CXX google/protobuf/compiler/csharp/csharp_helpers.lo CXX google/protobuf/compiler/csharp/csharp_map_field.lo CXX google/protobuf/compiler/csharp/csharp_message.lo CXX google/protobuf/compiler/csharp/csharp_message_field.lo CXX google/protobuf/compiler/csharp/csharp_primitive_field.lo CXX google/protobuf/compiler/csharp/csharp_reflection_class.lo CXX google/protobuf/compiler/csharp/csharp_repeated_enum_field.lo CXX google/protobuf/compiler/csharp/csharp_repeated_message_field.lo CXX google/protobuf/compiler/csharp/csharp_repeated_primitive_field.lo CXX google/protobuf/compiler/csharp/csharp_source_generator_base.lo CXX google/protobuf/compiler/csharp/csharp_wrapper_field.lo CXXLD libprotobuf-lite.la ar: `u' modifier ignored since `D' is the default (see `U') CXXLD libprotobuf.la ar: `u' modifier ignored since `D' is the default (see `U') CXXLD libprotoc.la ar: `u' modifier ignored since `D' is the default (see `U') CXXLD protoc make[2]: Leaving directory '/home/buildozer/aports/main/protobuf/src/protobuf-3.13.0/src' make[1]: Leaving directory '/home/buildozer/aports/main/protobuf/src/protobuf-3.13.0' ../src/protoc -I../src --ruby_out=lib ../src/google/protobuf/any.proto ../src/protoc -I../src --ruby_out=lib ../src/google/protobuf/api.proto ../src/protoc -I../src --ruby_out=lib ../src/google/protobuf/duration.proto ../src/protoc -I../src --ruby_out=lib ../src/google/protobuf/empty.proto ../src/protoc -I../src --ruby_out=lib ../src/google/protobuf/field_mask.proto ../src/protoc -I../src --ruby_out=lib ../src/google/protobuf/source_context.proto ../src/protoc -I../src --ruby_out=lib ../src/google/protobuf/struct.proto ../src/protoc -I../src --ruby_out=lib ../src/google/protobuf/timestamp.proto ../src/protoc -I../src --ruby_out=lib ../src/google/protobuf/type.proto ../src/protoc -I../src --ruby_out=lib ../src/google/protobuf/wrappers.proto ../src/protoc --ruby_out=. tests/generated_code.proto ../src/protoc --ruby_out=. tests/generated_code_proto2.proto ../src/protoc --ruby_out=. tests/test_import.proto ../src/protoc --ruby_out=. tests/test_import_proto2.proto ../src/protoc --ruby_out=. tests/test_ruby_package.proto ../src/protoc --ruby_out=. tests/test_ruby_package_proto2.proto ../src/protoc --experimental_allow_proto3_optional -I../src -I. --ruby_out=. tests/basic_test.proto ../src/protoc -I../src -I. --ruby_out=. tests/basic_test_proto2.proto ../src/protoc -I../src -I. --ruby_out=tests ../src/google/protobuf/wrappers.proto Successfully built RubyGem Name: google-protobuf Version: 3.13.0 File: google-protobuf-3.13.0.gem /home/buildozer/aports/main/protobuf/src/protobuf-3.13.0/ruby/dist/gems/google-protobuf-3.13.0/ext/google/protobuf_c/defs.c /home/buildozer/aports/main/protobuf/src/protobuf-3.13.0/ruby/dist/gems/google-protobuf-3.13.0/ext/google/protobuf_c/encode_decode.c /home/buildozer/aports/main/protobuf/src/protobuf-3.13.0/ruby/dist/gems/google-protobuf-3.13.0/ext/google/protobuf_c/extconf.rb /home/buildozer/aports/main/protobuf/src/protobuf-3.13.0/ruby/dist/gems/google-protobuf-3.13.0/ext/google/protobuf_c/map.c /home/buildozer/aports/main/protobuf/src/protobuf-3.13.0/ruby/dist/gems/google-protobuf-3.13.0/ext/google/protobuf_c/message.c /home/buildozer/aports/main/protobuf/src/protobuf-3.13.0/ruby/dist/gems/google-protobuf-3.13.0/ext/google/protobuf_c/protobuf.c /home/buildozer/aports/main/protobuf/src/protobuf-3.13.0/ruby/dist/gems/google-protobuf-3.13.0/ext/google/protobuf_c/protobuf.h /home/buildozer/aports/main/protobuf/src/protobuf-3.13.0/ruby/dist/gems/google-protobuf-3.13.0/ext/google/protobuf_c/repeated_field.c /home/buildozer/aports/main/protobuf/src/protobuf-3.13.0/ruby/dist/gems/google-protobuf-3.13.0/ext/google/protobuf_c/storage.c /home/buildozer/aports/main/protobuf/src/protobuf-3.13.0/ruby/dist/gems/google-protobuf-3.13.0/ext/google/protobuf_c/upb.c /home/buildozer/aports/main/protobuf/src/protobuf-3.13.0/ruby/dist/gems/google-protobuf-3.13.0/ext/google/protobuf_c/upb.h /home/buildozer/aports/main/protobuf/src/protobuf-3.13.0/ruby/dist/gems/google-protobuf-3.13.0/ext/google/protobuf_c/wrap_memcpy.c /home/buildozer/aports/main/protobuf/src/protobuf-3.13.0/ruby/dist/gems/google-protobuf-3.13.0/lib/google/protobuf.rb /home/buildozer/aports/main/protobuf/src/protobuf-3.13.0/ruby/dist/gems/google-protobuf-3.13.0/lib/google/protobuf/any_pb.rb /home/buildozer/aports/main/protobuf/src/protobuf-3.13.0/ruby/dist/gems/google-protobuf-3.13.0/lib/google/protobuf/api_pb.rb /home/buildozer/aports/main/protobuf/src/protobuf-3.13.0/ruby/dist/gems/google-protobuf-3.13.0/lib/google/protobuf/duration_pb.rb /home/buildozer/aports/main/protobuf/src/protobuf-3.13.0/ruby/dist/gems/google-protobuf-3.13.0/lib/google/protobuf/empty_pb.rb /home/buildozer/aports/main/protobuf/src/protobuf-3.13.0/ruby/dist/gems/google-protobuf-3.13.0/lib/google/protobuf/field_mask_pb.rb /home/buildozer/aports/main/protobuf/src/protobuf-3.13.0/ruby/dist/gems/google-protobuf-3.13.0/lib/google/protobuf/message_exts.rb /home/buildozer/aports/main/protobuf/src/protobuf-3.13.0/ruby/dist/gems/google-protobuf-3.13.0/lib/google/protobuf/repeated_field.rb /home/buildozer/aports/main/protobuf/src/protobuf-3.13.0/ruby/dist/gems/google-protobuf-3.13.0/lib/google/protobuf/source_context_pb.rb /home/buildozer/aports/main/protobuf/src/protobuf-3.13.0/ruby/dist/gems/google-protobuf-3.13.0/lib/google/protobuf/struct_pb.rb /home/buildozer/aports/main/protobuf/src/protobuf-3.13.0/ruby/dist/gems/google-protobuf-3.13.0/lib/google/protobuf/timestamp_pb.rb /home/buildozer/aports/main/protobuf/src/protobuf-3.13.0/ruby/dist/gems/google-protobuf-3.13.0/lib/google/protobuf/type_pb.rb /home/buildozer/aports/main/protobuf/src/protobuf-3.13.0/ruby/dist/gems/google-protobuf-3.13.0/lib/google/protobuf/well_known_types.rb /home/buildozer/aports/main/protobuf/src/protobuf-3.13.0/ruby/dist/gems/google-protobuf-3.13.0/lib/google/protobuf/wrappers_pb.rb /home/buildozer/aports/main/protobuf/src/protobuf-3.13.0/ruby/dist/gems/google-protobuf-3.13.0/tests/basic.rb /home/buildozer/aports/main/protobuf/src/protobuf-3.13.0/ruby/dist/gems/google-protobuf-3.13.0/tests/generated_code_test.rb /home/buildozer/aports/main/protobuf/src/protobuf-3.13.0/ruby/dist/gems/google-protobuf-3.13.0/tests/stress.rb Building native extensions. This could take a while... current directory: /home/buildozer/aports/main/protobuf/src/protobuf-3.13.0/ruby/dist/gems/google-protobuf-3.13.0/ext/google/protobuf_c ["/usr/bin/ruby", "-I", "/usr/lib/ruby/2.7.0", "-r", "./siteconf20201218-50225-ox8rut.rb", "extconf.rb"] creating Makefile current directory: /home/buildozer/aports/main/protobuf/src/protobuf-3.13.0/ruby/dist/gems/google-protobuf-3.13.0/ext/google/protobuf_c "make \"DESTDIR=\" clean" current directory: /home/buildozer/aports/main/protobuf/src/protobuf-3.13.0/ruby/dist/gems/google-protobuf-3.13.0/ext/google/protobuf_c "make \"DESTDIR=\"" compiling protobuf.c compiling defs.c compiling storage.c compiling message.c compiling repeated_field.c compiling map.c compiling encode_decode.c compiling upb.c compiling wrap_memcpy.c In file included from upb.c:2: upb.h: In function '_upb_msg_map_set_value': upb.h:1314:25: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 1314 | upb_strview *strp = (upb_strview*)ent->val.val; | ^ In file included from protobuf.h:38, from repeated_field.c:31: upb.h: In function '_upb_msg_map_set_value': upb.h:1314:25: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 1314 | upb_strview *strp = (upb_strview*)ent->val.val; | ^ In file included from protobuf.h:38, from encode_decode.c:31: upb.h: In function '_upb_msg_map_set_value': In file included from protobuf.h:38, from map.c:31: upb.h: In function '_upb_msg_map_set_value': upb.h:1314:25: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 1314 | upb_strview *strp = (upb_strview*)ent->val.val; | ^ upb.h:1314:25: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 1314 | upb_strview *strp = (upb_strview*)ent->val.val; | ^ upb.c: In function 'decode_reserve': upb.c:324:44: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'unsigned int'} and 'int' [-Wsign-compare] 324 | bool need_realloc = arr->size - arr->len < elem; | ^ upb.c: In function 'decode_tomap': upb.c:557:21: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 557 | ent.v.val.val = (uint64_t)_upb_msg_new(entry->submsgs[0], d->arena); | ^ In file included from protobuf.h:38, from storage.c:31: upb.h: In function '_upb_msg_map_set_value': upb.h:1314:25: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 1314 | upb_strview *strp = (upb_strview*)ent->val.val; | ^ In file included from protobuf.h:38, from message.c:31: upb.h: In function '_upb_msg_map_set_value': upb.h:1314:25: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 1314 | upb_strview *strp = (upb_strview*)ent->val.val; | ^ In file included from protobuf.h:38, from protobuf.c:31: upb.h: In function '_upb_msg_map_set_value': In file included from protobuf.h:38, from defs.c:33: upb.h: In function '_upb_msg_map_set_value': upb.h:1314:25: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 1314 | upb_strview *strp = (upb_strview*)ent->val.val; | ^ upb.h:1314:25: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 1314 | upb_strview *strp = (upb_strview*)ent->val.val; | ^ upb.c: In function 'make_layout': upb.c:4020:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement] 4020 | size_t case_size = sizeof(uint32_t); /* Could potentially optimize this. */ | ^~~~~~ upb.c: In function 'build_filedef': upb.c:4880:17: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'unsigned int'} and 'int' [-Wsign-compare] 4880 | for (i = 0; i < file->ext_count; i++) { | ^ upb.c:4884:17: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'unsigned int'} and 'int' [-Wsign-compare] 4884 | for (i = 0; i < file->msg_count; i++) { | ^ upb.c:4893:19: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'unsigned int'} and 'int' [-Wsign-compare] 4893 | for (i = 0; i < file->msg_count; i++) { | ^ upb.c: In function '_upb_msg_getraw': upb.c:5167:38: warning: operand of '?:' changes signedness from 'char' to 'unsigned int' due to unsignedness of other operand [-Wsign-compare] 5167 | : field_size[field->descriptortype]; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ upb.c: In function 'upb_msg_set': upb.c:5275:38: warning: operand of '?:' changes signedness from 'char' to 'unsigned int' due to unsignedness of other operand [-Wsign-compare] 5275 | : field_size[field->descriptortype]; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ defs.c: In function 'Descriptor_initialize': defs.c:555:18: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 555 | self->msgdef = (const upb_msgdef*)NUM2ULL(ptr); | ^ defs.c: In function 'FileDescriptor_initialize': defs.c:712:19: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 712 | self->filedef = (const upb_filedef*)NUM2ULL(ptr); | ^ defs.c: In function 'FieldDescriptor_initialize': defs.c:824:20: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 824 | self->fielddef = (const upb_fielddef*)NUM2ULL(ptr); | ^ defs.c: In function 'OneofDescriptor_initialize': defs.c:1213:20: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 1213 | self->oneofdef = (const upb_oneofdef*)NUM2ULL(ptr); | ^ defs.c: In function 'EnumDescriptor_initialize': defs.c:1289:19: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 1289 | self->enumdef = (const upb_enumdef*)NUM2ULL(ptr); | ^ defs.c: In function 'MessageBuilderContext_map': defs.c:1741:19: warning: passing argument 5 of 'rb_block_call' from incompatible pointer type [-Wincompatible-pointer-types] 1741 | make_mapentry, types); | ^~~~~~~~~~~~~ | | | VALUE (*)(VALUE, VALUE, int, VALUE *) {aka long unsigned int (*)(long unsigned int, long unsigned int, int, long unsigned int *)} In file included from protobuf.h:34, from defs.c:33: /usr/include/ruby-2.7.0/ruby/ruby.h:1985:47: note: expected 'rb_block_call_func_t' {aka 'long unsigned int (*)(long unsigned int, long unsigned int, int, const long unsigned int *, long unsigned int)'} but argument is of type 'VALUE (*)(VALUE, VALUE, int, VALUE *)' {aka 'long unsigned int (*)(long unsigned int, long unsigned int, int, long unsigned int *)'} 1985 | VALUE rb_block_call(VALUE,ID,int,const VALUE*,rb_block_call_func_t,VALUE); | ^~~~~~~~~~~~~~~~~~~~ upb/json/parser.rl: In function 'parse': upb/json/parser.rl:2586:5: warning: array subscript -1 is outside array bounds of 'const char[1]' [-Warray-bounds] upb/json/parser.rl:98:19: note: while referencing 'eof_ch' linking shared-object google/protobuf_c.so current directory: /home/buildozer/aports/main/protobuf/src/protobuf-3.13.0/ruby/dist/gems/google-protobuf-3.13.0/ext/google/protobuf_c "make \"DESTDIR=\" install" install -m 0755 protobuf_c.so ./.gem.20201218-50225-upu37/google current directory: /home/buildozer/aports/main/protobuf/src/protobuf-3.13.0/ruby/dist/gems/google-protobuf-3.13.0/ext/google/protobuf_c /usr/bin/ruby -I /usr/lib/ruby/2.7.0 -r ./siteconf20201218-50225-ox8rut.rb extconf.rb current directory: /home/buildozer/aports/main/protobuf/src/protobuf-3.13.0/ruby/dist/gems/google-protobuf-3.13.0/ext/google/protobuf_c make "DESTDIR=" clean current directory: /home/buildozer/aports/main/protobuf/src/protobuf-3.13.0/ruby/dist/gems/google-protobuf-3.13.0/ext/google/protobuf_c make "DESTDIR=" current directory: /home/buildozer/aports/main/protobuf/src/protobuf-3.13.0/ruby/dist/gems/google-protobuf-3.13.0/ext/google/protobuf_c make "DESTDIR=" install Successfully installed google-protobuf-3.13.0 1 gem installed autoreconf: Entering directory `.' autoreconf: configure.ac: not using Gettext autoreconf: running: aclocal --force -I m4 autoreconf: configure.ac: tracing autoreconf: configure.ac: creating directory build-aux autoreconf: running: libtoolize --copy --force 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_DIRS, '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' autoreconf: running: /usr/bin/autoconf --force autoreconf: running: /usr/bin/autoheader --force autoreconf: running: automake --add-missing --copy --force-missing configure.ac:27: installing 'build-aux/compile' configure.ac:30: installing 'build-aux/config.guess' configure.ac:30: installing 'build-aux/config.sub' configure.ac:24: installing 'build-aux/install-sh' configure.ac:24: installing 'build-aux/missing' Makefile.am: installing 'build-aux/depcomp' parallel-tests: installing 'build-aux/test-driver' autoreconf: Leaving directory `.' checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... build-aux/install-sh -c -d checking for gawk... no checking for mawk... no checking for nawk... no checking for awk... awk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking whether make supports the include directive... yes (GNU style) checking dependency style of gcc... gcc3 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-linux-musl checking host system type... i686-pc-linux-musl 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... /usr/i586-alpine-linux-musl/bin/ld checking if the linker (/usr/i586-alpine-linux-musl/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 98304 checking how to convert i686-pc-linux-musl file names to i686-pc-linux-musl format... func_convert_file_noop checking how to convert i686-pc-linux-musl file names to toolchain format... func_convert_file_noop checking for /usr/i586-alpine-linux-musl/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for ar... ar checking for archiver @FILE support... @ checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from gcc object... ok checking for sysroot... no checking for a working dd... /bin/dd checking how to truncate binary pipes... /bin/dd bs=4096 count=1 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... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... yes checking if gcc static flag -static works... yes checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/usr/i586-alpine-linux-musl/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking how to run the C++ preprocessor... g++ -E checking for ld used by g++... /usr/i586-alpine-linux-musl/bin/ld checking if the linker (/usr/i586-alpine-linux-musl/bin/ld) is GNU ld... yes checking whether the g++ linker (/usr/i586-alpine-linux-musl/bin/ld) supports shared libraries... yes checking for g++ option to produce PIC... -fPIC -DPIC checking if g++ PIC flag -fPIC -DPIC works... yes checking if g++ static flag -static works... yes checking if g++ supports -c -o file.o... yes checking if g++ supports -c -o file.o... (cached) yes checking whether the g++ linker (/usr/i586-alpine-linux-musl/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... (cached) GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking for python... : checking for the pthreads library -lpthreads... no checking whether pthreads work without any flags... yes checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE checking if more special flags are required for pthreads... no checking whether to check for GCC pthread/shared inconsistencies... yes checking whether -pthread is sufficient with -shared... yes checking that generated files are newer than configure... done 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 depbase=`echo src/gtest-all.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./build-aux -I. -I./include -Os -fomit-frame-pointer -DGTEST_HAS_PTHREAD=1 -Os -fomit-frame-pointer -MT src/gtest-all.lo -MD -MP -MF $depbase.Tpo -c -o src/gtest-all.lo src/gtest-all.cc &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo src/gtest_main.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./build-aux -I. -I./include -Os -fomit-frame-pointer -DGTEST_HAS_PTHREAD=1 -Os -fomit-frame-pointer -MT src/gtest_main.lo -MD -MP -MF $depbase.Tpo -c -o src/gtest_main.lo src/gtest_main.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./build-aux -I. -I./include -Os -fomit-frame-pointer -DGTEST_HAS_PTHREAD=1 -Os -fomit-frame-pointer -MT src/gtest_main.lo -MD -MP -MF src/.deps/gtest_main.Tpo -c src/gtest_main.cc -fPIC -DPIC -o src/.libs/gtest_main.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./build-aux -I. -I./include -Os -fomit-frame-pointer -DGTEST_HAS_PTHREAD=1 -Os -fomit-frame-pointer -MT src/gtest-all.lo -MD -MP -MF src/.deps/gtest-all.Tpo -c src/gtest-all.cc -fPIC -DPIC -o src/.libs/gtest-all.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./build-aux -I. -I./include -Os -fomit-frame-pointer -DGTEST_HAS_PTHREAD=1 -Os -fomit-frame-pointer -MT src/gtest_main.lo -MD -MP -MF src/.deps/gtest_main.Tpo -c src/gtest_main.cc -o src/gtest_main.o >/dev/null 2>&1 libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./build-aux -I. -I./include -Os -fomit-frame-pointer -DGTEST_HAS_PTHREAD=1 -Os -fomit-frame-pointer -MT src/gtest-all.lo -MD -MP -MF src/.deps/gtest-all.Tpo -c src/gtest-all.cc -o src/gtest-all.o >/dev/null 2>&1 /bin/sh ./libtool --tag=CXX --mode=link g++ -DGTEST_HAS_PTHREAD=1 -Os -fomit-frame-pointer -Wl,--as-needed -o lib/libgtest.la -rpath /usr/local/lib src/gtest-all.lo libtool: link: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/i586-alpine-linux-musl/10.2.1/../../../crti.o /usr/lib/gcc/i586-alpine-linux-musl/10.2.1/crtbeginS.o src/.libs/gtest-all.o -L/usr/lib/gcc/i586-alpine-linux-musl/10.2.1 -L/usr/lib/gcc/i586-alpine-linux-musl/10.2.1/../../../../i586-alpine-linux-musl/lib -L/usr/lib/gcc/i586-alpine-linux-musl/10.2.1/../../.. -lstdc++ -lm -lssp_nonshared -lc -lgcc_s /usr/lib/gcc/i586-alpine-linux-musl/10.2.1/crtendS.o /usr/lib/gcc/i586-alpine-linux-musl/10.2.1/../../../crtn.o -Os -Wl,--as-needed -Wl,-soname -Wl,libgtest.so.0 -o lib/.libs/libgtest.so.0.0.0 libtool: link: (cd "lib/.libs" && rm -f "libgtest.so.0" && ln -s "libgtest.so.0.0.0" "libgtest.so.0") libtool: link: (cd "lib/.libs" && rm -f "libgtest.so" && ln -s "libgtest.so.0.0.0" "libgtest.so") libtool: link: ar cru lib/.libs/libgtest.a src/gtest-all.o ar: `u' modifier ignored since `D' is the default (see `U') libtool: link: ranlib lib/.libs/libgtest.a libtool: link: ( cd "lib/.libs" && rm -f "libgtest.la" && ln -s "../libgtest.la" "libgtest.la" ) /bin/sh ./libtool --tag=CXX --mode=link g++ -DGTEST_HAS_PTHREAD=1 -Os -fomit-frame-pointer -Wl,--as-needed -o lib/libgtest_main.la -rpath /usr/local/lib src/gtest_main.lo lib/libgtest.la libtool: link: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/i586-alpine-linux-musl/10.2.1/../../../crti.o /usr/lib/gcc/i586-alpine-linux-musl/10.2.1/crtbeginS.o src/.libs/gtest_main.o -Wl,-rpath -Wl,/home/buildozer/aports/main/protobuf/src/protobuf-3.13.0/third_party/googletest/googletest/lib/.libs -Wl,-rpath -Wl,/usr/local/lib lib/.libs/libgtest.so -L/usr/lib/gcc/i586-alpine-linux-musl/10.2.1 -L/usr/lib/gcc/i586-alpine-linux-musl/10.2.1/../../../../i586-alpine-linux-musl/lib -L/usr/lib/gcc/i586-alpine-linux-musl/10.2.1/../../.. -lstdc++ -lm -lssp_nonshared -lc -lgcc_s /usr/lib/gcc/i586-alpine-linux-musl/10.2.1/crtendS.o /usr/lib/gcc/i586-alpine-linux-musl/10.2.1/../../../crtn.o -Os -Wl,--as-needed -Wl,-soname -Wl,libgtest_main.so.0 -o lib/.libs/libgtest_main.so.0.0.0 libtool: link: (cd "lib/.libs" && rm -f "libgtest_main.so.0" && ln -s "libgtest_main.so.0.0.0" "libgtest_main.so.0") libtool: link: (cd "lib/.libs" && rm -f "libgtest_main.so" && ln -s "libgtest_main.so.0.0.0" "libgtest_main.so") libtool: link: ar cru lib/.libs/libgtest_main.a src/gtest_main.o ar: `u' modifier ignored since `D' is the default (see `U') libtool: link: ranlib lib/.libs/libgtest_main.a libtool: link: ( cd "lib/.libs" && rm -f "libgtest_main.la" && ln -s "../libgtest_main.la" "libgtest_main.la" ) autoreconf: Entering directory `.' autoreconf: configure.ac: not using Gettext autoreconf: running: aclocal --force autoreconf: configure.ac: tracing autoreconf: running: libtoolize --copy --force libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'. libtoolize: copying file 'build-aux/ltmain.sh' libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac, libtoolize: and rerunning libtoolize and aclocal. libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am. autoreconf: running: /usr/bin/autoconf --force autoreconf: running: /usr/bin/autoheader --force autoreconf: running: automake --add-missing --copy --force-missing configure.ac:22: installing 'build-aux/compile' configure.ac:25: installing 'build-aux/config.guess' configure.ac:25: installing 'build-aux/config.sub' configure.ac:19: installing 'build-aux/install-sh' configure.ac:19: installing 'build-aux/missing' Makefile.am: installing 'build-aux/depcomp' parallel-tests: installing 'build-aux/test-driver' autoreconf: Leaving directory `.' checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... build-aux/install-sh -c -d checking for gawk... no checking for mawk... no checking for nawk... no checking for awk... awk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking whether make supports the include directive... yes (GNU style) checking dependency style of gcc... gcc3 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-linux-musl checking host system type... i686-pc-linux-musl 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... /usr/i586-alpine-linux-musl/bin/ld checking if the linker (/usr/i586-alpine-linux-musl/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 98304 checking how to convert i686-pc-linux-musl file names to i686-pc-linux-musl format... func_convert_file_noop checking how to convert i686-pc-linux-musl file names to toolchain format... func_convert_file_noop checking for /usr/i586-alpine-linux-musl/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for ar... ar checking for archiver @FILE support... @ checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from gcc object... ok checking for sysroot... no checking for a working dd... /bin/dd checking how to truncate binary pipes... /bin/dd bs=4096 count=1 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... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... yes checking if gcc static flag -static works... yes checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/usr/i586-alpine-linux-musl/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking how to run the C++ preprocessor... g++ -E checking for ld used by g++... /usr/i586-alpine-linux-musl/bin/ld checking if the linker (/usr/i586-alpine-linux-musl/bin/ld) is GNU ld... yes checking whether the g++ linker (/usr/i586-alpine-linux-musl/bin/ld) supports shared libraries... yes checking for g++ option to produce PIC... -fPIC -DPIC checking if g++ PIC flag -fPIC -DPIC works... yes checking if g++ static flag -static works... yes checking if g++ supports -c -o file.o... yes checking if g++ supports -c -o file.o... (cached) yes checking whether the g++ linker (/usr/i586-alpine-linux-musl/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... (cached) GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking for python... : checking for the pthreads library -lpthreads... no checking whether pthreads work without any flags... yes checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE checking if more special flags are required for pthreads... no checking whether to check for GCC pthread/shared inconsistencies... yes checking whether -pthread is sufficient with -shared... yes checking for gtest-config... no checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating scripts/gmock-config config.status: creating build-aux/config.h config.status: executing depfiles commands config.status: executing libtool commands make[1]: Entering directory '/home/buildozer/aports/main/protobuf/src/googletest-5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081/googlemock' depbase=`echo src/gmock-all.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./build-aux -I./../googletest/include -I./include -Os -fomit-frame-pointer -DGTEST_HAS_PTHREAD=1 -Os -fomit-frame-pointer -MT src/gmock-all.lo -MD -MP -MF $depbase.Tpo -c -o src/gmock-all.lo src/gmock-all.cc &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo src/gmock_main.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./build-aux -I./../googletest/include -I./include -Os -fomit-frame-pointer -DGTEST_HAS_PTHREAD=1 -Os -fomit-frame-pointer -MT src/gmock_main.lo -MD -MP -MF $depbase.Tpo -c -o src/gmock_main.lo src/gmock_main.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./build-aux -I./../googletest/include -I./include -Os -fomit-frame-pointer -DGTEST_HAS_PTHREAD=1 -Os -fomit-frame-pointer -MT src/gmock-all.lo -MD -MP -MF src/.deps/gmock-all.Tpo -c src/gmock-all.cc -fPIC -DPIC -o src/.libs/gmock-all.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./build-aux -I./../googletest/include -I./include -Os -fomit-frame-pointer -DGTEST_HAS_PTHREAD=1 -Os -fomit-frame-pointer -MT src/gmock_main.lo -MD -MP -MF src/.deps/gmock_main.Tpo -c src/gmock_main.cc -fPIC -DPIC -o src/.libs/gmock_main.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./build-aux -I./../googletest/include -I./include -Os -fomit-frame-pointer -DGTEST_HAS_PTHREAD=1 -Os -fomit-frame-pointer -MT src/gmock_main.lo -MD -MP -MF src/.deps/gmock_main.Tpo -c src/gmock_main.cc -o src/gmock_main.o >/dev/null 2>&1 libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./build-aux -I./../googletest/include -I./include -Os -fomit-frame-pointer -DGTEST_HAS_PTHREAD=1 -Os -fomit-frame-pointer -MT src/gmock-all.lo -MD -MP -MF src/.deps/gmock-all.Tpo -c src/gmock-all.cc -o src/gmock-all.o >/dev/null 2>&1 /bin/sh ./libtool --tag=CXX --mode=link g++ -DGTEST_HAS_PTHREAD=1 -Os -fomit-frame-pointer -Wl,--as-needed -o lib/libgmock.la -rpath /usr/local/lib src/gmock-all.lo libtool: link: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/i586-alpine-linux-musl/10.2.1/../../../crti.o /usr/lib/gcc/i586-alpine-linux-musl/10.2.1/crtbeginS.o src/.libs/gmock-all.o -L/usr/lib/gcc/i586-alpine-linux-musl/10.2.1 -L/usr/lib/gcc/i586-alpine-linux-musl/10.2.1/../../../../i586-alpine-linux-musl/lib -L/usr/lib/gcc/i586-alpine-linux-musl/10.2.1/../../.. -lstdc++ -lm -lssp_nonshared -lc -lgcc_s /usr/lib/gcc/i586-alpine-linux-musl/10.2.1/crtendS.o /usr/lib/gcc/i586-alpine-linux-musl/10.2.1/../../../crtn.o -Os -Wl,--as-needed -Wl,-soname -Wl,libgmock.so.0 -o lib/.libs/libgmock.so.0.0.0 libtool: link: (cd "lib/.libs" && rm -f "libgmock.so.0" && ln -s "libgmock.so.0.0.0" "libgmock.so.0") libtool: link: (cd "lib/.libs" && rm -f "libgmock.so" && ln -s "libgmock.so.0.0.0" "libgmock.so") libtool: link: ar cru lib/.libs/libgmock.a src/gmock-all.o ar: `u' modifier ignored since `D' is the default (see `U') libtool: link: ranlib lib/.libs/libgmock.a libtool: link: ( cd "lib/.libs" && rm -f "libgmock.la" && ln -s "../libgmock.la" "libgmock.la" ) /bin/sh ./libtool --tag=CXX --mode=link g++ -DGTEST_HAS_PTHREAD=1 -Os -fomit-frame-pointer -Wl,--as-needed -o lib/libgmock_main.la -rpath /usr/local/lib src/gmock_main.lo lib/libgmock.la libtool: link: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/i586-alpine-linux-musl/10.2.1/../../../crti.o /usr/lib/gcc/i586-alpine-linux-musl/10.2.1/crtbeginS.o src/.libs/gmock_main.o -Wl,-rpath -Wl,/home/buildozer/aports/main/protobuf/src/protobuf-3.13.0/third_party/googletest/googlemock/lib/.libs -Wl,-rpath -Wl,/usr/local/lib lib/.libs/libgmock.so -L/usr/lib/gcc/i586-alpine-linux-musl/10.2.1 -L/usr/lib/gcc/i586-alpine-linux-musl/10.2.1/../../../../i586-alpine-linux-musl/lib -L/usr/lib/gcc/i586-alpine-linux-musl/10.2.1/../../.. -lstdc++ -lm -lssp_nonshared -lc -lgcc_s /usr/lib/gcc/i586-alpine-linux-musl/10.2.1/crtendS.o /usr/lib/gcc/i586-alpine-linux-musl/10.2.1/../../../crtn.o -Os -Wl,--as-needed -Wl,-soname -Wl,libgmock_main.so.0 -o lib/.libs/libgmock_main.so.0.0.0 libtool: link: (cd "lib/.libs" && rm -f "libgmock_main.so.0" && ln -s "libgmock_main.so.0.0.0" "libgmock_main.so.0") libtool: link: (cd "lib/.libs" && rm -f "libgmock_main.so" && ln -s "libgmock_main.so.0.0.0" "libgmock_main.so") libtool: link: ar cru lib/.libs/libgmock_main.a src/gmock_main.o ar: `u' modifier ignored since `D' is the default (see `U') libtool: link: ranlib lib/.libs/libgmock_main.a libtool: link: ( cd "lib/.libs" && rm -f "libgmock_main.la" && ln -s "../libgmock_main.la" "libgmock_main.la" ) make[1]: Leaving directory '/home/buildozer/aports/main/protobuf/src/googletest-5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081/googlemock' Making check in . make[1]: Entering directory '/home/buildozer/aports/main/protobuf/src/protobuf-3.13.0' make check-local make[2]: Entering directory '/home/buildozer/aports/main/protobuf/src/protobuf-3.13.0' Making lib/libgmock.a lib/libgmock_main.a in gmock make[3]: Entering directory '/home/buildozer/aports/main/protobuf/src/googletest-5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081/googletest' make[3]: 'lib/libgtest.la' is up to date. make[3]: 'lib/libgtest_main.la' is up to date. make[3]: Leaving directory '/home/buildozer/aports/main/protobuf/src/googletest-5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081/googletest' make[3]: Entering directory '/home/buildozer/aports/main/protobuf/src/googletest-5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081/googlemock' make[3]: 'lib/libgmock.la' is up to date. make[3]: 'lib/libgmock_main.la' is up to date. make[3]: Leaving directory '/home/buildozer/aports/main/protobuf/src/googletest-5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081/googlemock' make[2]: Leaving directory '/home/buildozer/aports/main/protobuf/src/protobuf-3.13.0' make[1]: Leaving directory '/home/buildozer/aports/main/protobuf/src/protobuf-3.13.0' Making check in src make[1]: Entering directory '/home/buildozer/aports/main/protobuf/src/protobuf-3.13.0/src' make protoc protobuf-test protobuf-lazy-descriptor-test protobuf-lite-test test_plugin protobuf-lite-arena-test no-warning-test zcgzip zcgunzip make[2]: Entering directory '/home/buildozer/aports/main/protobuf/src/protobuf-3.13.0/src' make[2]: 'protoc' is up to date. oldpwd=`pwd` && ( cd . && $oldpwd/protoc -I. --cpp_out=$oldpwd google/protobuf/any_test.proto google/protobuf/compiler/cpp/cpp_test_bad_identifiers.proto google/protobuf/map_lite_unittest.proto google/protobuf/map_proto2_unittest.proto google/protobuf/map_unittest.proto google/protobuf/unittest_arena.proto google/protobuf/unittest_custom_options.proto google/protobuf/unittest_drop_unknown_fields.proto google/protobuf/unittest_embed_optimize_for.proto google/protobuf/unittest_empty.proto google/protobuf/unittest_enormous_descriptor.proto google/protobuf/unittest_import_lite.proto google/protobuf/unittest_import.proto google/protobuf/unittest_import_public_lite.proto google/protobuf/unittest_import_public.proto google/protobuf/unittest_lazy_dependencies.proto google/protobuf/unittest_lazy_dependencies_custom_option.proto google/protobuf/unittest_lazy_dependencies_enum.proto google/protobuf/unittest_lite_imports_nonlite.proto google/protobuf/unittest_lite.proto google/protobuf/unittest_mset.proto google/protobuf/unittest_mset_wire_format.proto google/protobuf/unittest_no_field_presence.proto google/protobuf/unittest_no_generic_services.proto google/protobuf/unittest_optimize_for.proto google/protobuf/unittest_preserve_unknown_enum2.proto google/protobuf/unittest_preserve_unknown_enum.proto google/protobuf/unittest.proto google/protobuf/unittest_proto3.proto google/protobuf/unittest_proto3_arena.proto google/protobuf/unittest_proto3_arena_lite.proto google/protobuf/unittest_proto3_lite.proto google/protobuf/unittest_proto3_optional.proto google/protobuf/unittest_well_known_types.proto google/protobuf/util/internal/testdata/anys.proto google/protobuf/util/internal/testdata/books.proto google/protobuf/util/internal/testdata/default_value.proto google/protobuf/util/internal/testdata/default_value_test.proto google/protobuf/util/internal/testdata/field_mask.proto google/protobuf/util/internal/testdata/maps.proto google/protobuf/util/internal/testdata/oneofs.proto google/protobuf/util/internal/testdata/proto3.proto google/protobuf/util/internal/testdata/struct.proto google/protobuf/util/internal/testdata/timestamp_duration.proto google/protobuf/util/internal/testdata/wrappers.proto google/protobuf/util/json_format.proto google/protobuf/util/json_format_proto3.proto google/protobuf/util/message_differencer_unittest.proto google/protobuf/compiler/cpp/cpp_test_large_enum_value.proto --experimental_allow_proto3_optional ) CXX google/protobuf/compiler/test_plugin-mock_code_generator.o CXX google/protobuf/testing/test_plugin-file.o echo "// Generated from Makefile.am" > no_warning_test.cc CXX google/protobuf/compiler/test_plugin-test_plugin.o for FILE in google/protobuf/stubs/callback.h google/protobuf/stubs/bytestream.h google/protobuf/stubs/casts.h google/protobuf/stubs/common.h google/protobuf/stubs/fastmem.h google/protobuf/stubs/hash.h google/protobuf/stubs/logging.h google/protobuf/stubs/macros.h google/protobuf/stubs/map_util.h google/protobuf/stubs/mutex.h google/protobuf/stubs/once.h google/protobuf/stubs/platform_macros.h google/protobuf/stubs/port.h google/protobuf/stubs/status.h google/protobuf/stubs/stl_util.h google/protobuf/stubs/stringpiece.h google/protobuf/stubs/strutil.h google/protobuf/stubs/template_util.h google/protobuf/any.pb.h google/protobuf/api.pb.h google/protobuf/any.h google/protobuf/arena.h google/protobuf/arena_impl.h google/protobuf/arenastring.h google/protobuf/descriptor_database.h google/protobuf/descriptor.h google/protobuf/descriptor.pb.h google/protobuf/duration.pb.h google/protobuf/dynamic_message.h google/protobuf/empty.pb.h google/protobuf/extension_set.h google/protobuf/extension_set_inl.h google/protobuf/field_mask.pb.h google/protobuf/generated_enum_reflection.h google/protobuf/generated_enum_util.h google/protobuf/generated_message_reflection.h google/protobuf/generated_message_table_driven.h google/protobuf/generated_message_util.h google/protobuf/has_bits.h google/protobuf/implicit_weak_message.h google/protobuf/inlined_string_field.h google/protobuf/io/io_win32.h google/protobuf/map_entry.h google/protobuf/map_entry_lite.h google/protobuf/map_field.h google/protobuf/map_field_inl.h google/protobuf/map_field_lite.h google/protobuf/map.h google/protobuf/map_type_handler.h google/protobuf/message.h google/protobuf/message_lite.h google/protobuf/metadata.h google/protobuf/metadata_lite.h google/protobuf/parse_context.h google/protobuf/port.h google/protobuf/port_def.inc google/protobuf/port_undef.inc google/protobuf/reflection.h google/protobuf/reflection_ops.h google/protobuf/repeated_field.h google/protobuf/service.h google/protobuf/source_context.pb.h google/protobuf/struct.pb.h google/protobuf/text_format.h google/protobuf/timestamp.pb.h google/protobuf/type.pb.h google/protobuf/unknown_field_set.h google/protobuf/wire_format.h google/protobuf/wire_format_lite.h google/protobuf/wrappers.pb.h google/protobuf/io/coded_stream.h google/protobuf/io/gzip_stream.h google/protobuf/io/printer.h google/protobuf/io/strtod.h google/protobuf/io/tokenizer.h google/protobuf/io/zero_copy_stream.h google/protobuf/io/zero_copy_stream_impl.h google/protobuf/io/zero_copy_stream_impl_lite.h google/protobuf/compiler/code_generator.h google/protobuf/compiler/command_line_interface.h google/protobuf/compiler/importer.h google/protobuf/compiler/parser.h google/protobuf/compiler/plugin.h google/protobuf/compiler/plugin.pb.h google/protobuf/compiler/cpp/cpp_generator.h google/protobuf/compiler/csharp/csharp_generator.h google/protobuf/compiler/csharp/csharp_names.h google/protobuf/compiler/java/java_generator.h google/protobuf/compiler/java/java_names.h google/protobuf/compiler/js/js_generator.h google/protobuf/compiler/js/well_known_types_embed.h google/protobuf/compiler/objectivec/objectivec_generator.h google/protobuf/compiler/objectivec/objectivec_helpers.h google/protobuf/compiler/php/php_generator.h google/protobuf/compiler/python/python_generator.h google/protobuf/compiler/ruby/ruby_generator.h google/protobuf/util/type_resolver.h google/protobuf/util/delimited_message_util.h google/protobuf/util/field_comparator.h google/protobuf/util/field_mask_util.h google/protobuf/util/json_util.h google/protobuf/util/time_util.h google/protobuf/util/type_resolver_util.h google/protobuf/util/message_differencer.h; do \ echo "#include <${FILE}>" >> no_warning_test.cc; \ done echo "int main(int, char**) { return 0; }" >> no_warning_test.cc CXX google/protobuf/testing/zcgzip.o CXX google/protobuf/testing/zcgunzip.o CXX no_warning_test-no_warning_test.o CXXLD zcgzip CXXLD zcgunzip touch unittest_proto_middleman CXX google/protobuf/stubs/protobuf_test-bytestream_unittest.o CXX google/protobuf/stubs/protobuf_test-common_unittest.o CXX google/protobuf/stubs/protobuf_test-int128_unittest.o CXX google/protobuf/io/protobuf_test-io_win32_unittest.o CXX google/protobuf/stubs/protobuf_test-statusor_test.o CXX google/protobuf/stubs/protobuf_test-status_test.o CXX google/protobuf/stubs/protobuf_test-stringprintf_unittest.o CXX google/protobuf/stubs/protobuf_test-stringpiece_unittest.o CXX google/protobuf/stubs/protobuf_test-structurally_valid_unittest.o CXX google/protobuf/stubs/protobuf_test-strutil_unittest.o CXX google/protobuf/stubs/protobuf_test-template_util_unittest.o CXX google/protobuf/stubs/protobuf_test-time_test.o CXX google/protobuf/protobuf_test-any_test.o CXX google/protobuf/protobuf_test-arenastring_unittest.o CXX google/protobuf/protobuf_test-arena_unittest.o CXX google/protobuf/protobuf_test-descriptor_database_unittest.o CXX google/protobuf/protobuf_test-descriptor_unittest.o CXX google/protobuf/protobuf_test-drop_unknown_fields_test.o CXX google/protobuf/protobuf_test-dynamic_message_unittest.o CXX google/protobuf/protobuf_test-extension_set_unittest.o CXX google/protobuf/protobuf_test-generated_message_reflection_unittest.o CXX google/protobuf/protobuf_test-map_field_test.o CXX google/protobuf/protobuf_test-map_test.o CXX google/protobuf/protobuf_test-message_unittest.o CXX google/protobuf/protobuf_test-no_field_presence_test.o CXX google/protobuf/protobuf_test-preserve_unknown_enum_test.o CXX google/protobuf/protobuf_test-proto3_arena_lite_unittest.o CXX google/protobuf/protobuf_test-proto3_arena_unittest.o CXX google/protobuf/protobuf_test-proto3_lite_unittest.o CXX google/protobuf/protobuf_test-reflection_ops_unittest.o CXX google/protobuf/protobuf_test-repeated_field_reflection_unittest.o CXX google/protobuf/protobuf_test-repeated_field_unittest.o CXX google/protobuf/protobuf_test-text_format_unittest.o CXX google/protobuf/protobuf_test-unknown_field_set_unittest.o CXX google/protobuf/protobuf_test-well_known_types_unittest.o CXX google/protobuf/protobuf_test-wire_format_unittest.o CXX google/protobuf/io/protobuf_test-coded_stream_unittest.o In file included from ./../third_party/googletest/googletest/include/gtest/gtest.h:388, from ./../third_party/googletest/googlemock/include/gmock/internal/gmock-internal-utils.h:47, from ./../third_party/googletest/googlemock/include/gmock/gmock-actions.h:51, from ./../third_party/googletest/googlemock/include/gmock/gmock.h:59, from ./google/protobuf/testing/googletest.h:41, from ./google/protobuf/proto3_lite_unittest.inc:36, from google/protobuf/proto3_lite_unittest.cc:37: ./google/protobuf/proto3_lite_unittest.inc: In member function 'virtual void google::protobuf::{anonymous}::Proto3LiteTest_Swap_Test::TestBody()': ./google/protobuf/proto3_lite_unittest.inc:130:27: warning: 'int google::protobuf::MessageLite::ByteSize() const' is deprecated: Please use ByteSizeLong() instead [-Wdeprecated-declarations] 130 | EXPECT_EQ(msg1.ByteSize(), msg2.ByteSize() + 1); | ^ ./../third_party/googletest/googletest/include/gtest/gtest_pred_impl.h:77:52: note: in definition of macro 'GTEST_ASSERT_' 77 | if (const ::testing::AssertionResult gtest_ar = (expression)) \ | ^~~~~~~~~~ ./../third_party/googletest/googletest/include/gtest/gtest_pred_impl.h:164:3: note: in expansion of macro 'GTEST_PRED_FORMAT2_' 164 | GTEST_PRED_FORMAT2_(pred_format, v1, v2, GTEST_NONFATAL_FAILURE_) | ^~~~~~~~~~~~~~~~~~~ ./../third_party/googletest/googletest/include/gtest/gtest.h:2049:3: note: in expansion of macro 'EXPECT_PRED_FORMAT2' 2049 | EXPECT_PRED_FORMAT2(::testing::internal:: \ | ^~~~~~~~~~~~~~~~~~~ ./../third_party/googletest/googletest/include/gtest/gtest.h:2050:32: note: in expansion of macro 'GTEST_IS_NULL_LITERAL_' 2050 | EqHelper::Compare, \ | ^~~~~~~~~~~~~~~~~~~~~~ ./google/protobuf/proto3_lite_unittest.inc:130:3: note: in expansion of macro 'EXPECT_EQ' 130 | EXPECT_EQ(msg1.ByteSize(), msg2.ByteSize() + 1); | ^~~~~~~~~ In file included from ./google/protobuf/generated_enum_util.h:36, from ./google/protobuf/map.h:55, from ./google/protobuf/generated_message_table_driven.h:34, from ./google/protobuf/unittest_proto3.pb.h:26, from google/protobuf/proto3_lite_unittest.cc:31: ./google/protobuf/message_lite.h:420:7: note: declared here 420 | int ByteSize() const { return internal::ToIntSize(ByteSizeLong()); } | ^~~~~~~~ In file included from ./../third_party/googletest/googletest/include/gtest/gtest.h:388, from ./../third_party/googletest/googlemock/include/gmock/internal/gmock-internal-utils.h:47, from ./../third_party/googletest/googlemock/include/gmock/gmock-actions.h:51, from ./../third_party/googletest/googlemock/include/gmock/gmock.h:59, from ./google/protobuf/testing/googletest.h:41, from ./google/protobuf/proto3_lite_unittest.inc:36, from google/protobuf/proto3_lite_unittest.cc:37: ./google/protobuf/proto3_lite_unittest.inc:130:27: warning: 'int google::protobuf::MessageLite::ByteSize() const' is deprecated: Please use ByteSizeLong() instead [-Wdeprecated-declarations] 130 | EXPECT_EQ(msg1.ByteSize(), msg2.ByteSize() + 1); | ^ ./../third_party/googletest/googletest/include/gtest/gtest_pred_impl.h:77:52: note: in definition of macro 'GTEST_ASSERT_' 77 | if (const ::testing::AssertionResult gtest_ar = (expression)) \ | ^~~~~~~~~~ ./../third_party/googletest/googletest/include/gtest/gtest_pred_impl.h:164:3: note: in expansion of macro 'GTEST_PRED_FORMAT2_' 164 | GTEST_PRED_FORMAT2_(pred_format, v1, v2, GTEST_NONFATAL_FAILURE_) | ^~~~~~~~~~~~~~~~~~~ ./../third_party/googletest/googletest/include/gtest/gtest.h:2049:3: note: in expansion of macro 'EXPECT_PRED_FORMAT2' 2049 | EXPECT_PRED_FORMAT2(::testing::internal:: \ | ^~~~~~~~~~~~~~~~~~~ ./../third_party/googletest/googletest/include/gtest/gtest.h:2050:32: note: in expansion of macro 'GTEST_IS_NULL_LITERAL_' 2050 | EqHelper::Compare, \ | ^~~~~~~~~~~~~~~~~~~~~~ ./google/protobuf/proto3_lite_unittest.inc:130:3: note: in expansion of macro 'EXPECT_EQ' 130 | EXPECT_EQ(msg1.ByteSize(), msg2.ByteSize() + 1); | ^~~~~~~~~ In file included from ./google/protobuf/generated_enum_util.h:36, from ./google/protobuf/map.h:55, from ./google/protobuf/generated_message_table_driven.h:34, from ./google/protobuf/unittest_proto3.pb.h:26, from google/protobuf/proto3_lite_unittest.cc:31: ./google/protobuf/message_lite.h:420:7: note: declared here 420 | int ByteSize() const { return internal::ToIntSize(ByteSizeLong()); } | ^~~~~~~~ In file included from ./../third_party/googletest/googletest/include/gtest/gtest.h:388, from ./../third_party/googletest/googlemock/include/gmock/internal/gmock-internal-utils.h:47, from ./../third_party/googletest/googlemock/include/gmock/gmock-actions.h:51, from ./../third_party/googletest/googlemock/include/gmock/gmock.h:59, from ./google/protobuf/testing/googletest.h:41, from ./google/protobuf/proto3_lite_unittest.inc:36, from google/protobuf/proto3_lite_unittest.cc:37: ./google/protobuf/proto3_lite_unittest.inc:130:27: warning: 'int google::protobuf::MessageLite::ByteSize() const' is deprecated: Please use ByteSizeLong() instead [-Wdeprecated-declarations] 130 | EXPECT_EQ(msg1.ByteSize(), msg2.ByteSize() + 1); | ^ ./../third_party/googletest/googletest/include/gtest/gtest_pred_impl.h:77:52: note: in definition of macro 'GTEST_ASSERT_' 77 | if (const ::testing::AssertionResult gtest_ar = (expression)) \ | ^~~~~~~~~~ ./../third_party/googletest/googletest/include/gtest/gtest_pred_impl.h:164:3: note: in expansion of macro 'GTEST_PRED_FORMAT2_' 164 | GTEST_PRED_FORMAT2_(pred_format, v1, v2, GTEST_NONFATAL_FAILURE_) | ^~~~~~~~~~~~~~~~~~~ ./../third_party/googletest/googletest/include/gtest/gtest.h:2049:3: note: in expansion of macro 'EXPECT_PRED_FORMAT2' 2049 | EXPECT_PRED_FORMAT2(::testing::internal:: \ | ^~~~~~~~~~~~~~~~~~~ ./../third_party/googletest/googletest/include/gtest/gtest.h:2050:32: note: in expansion of macro 'GTEST_IS_NULL_LITERAL_' 2050 | EqHelper::Compare, \ | ^~~~~~~~~~~~~~~~~~~~~~ ./google/protobuf/proto3_lite_unittest.inc:130:3: note: in expansion of macro 'EXPECT_EQ' 130 | EXPECT_EQ(msg1.ByteSize(), msg2.ByteSize() + 1); | ^~~~~~~~~ In file included from ./google/protobuf/generated_enum_util.h:36, from ./google/protobuf/map.h:55, from ./google/protobuf/generated_message_table_driven.h:34, from ./google/protobuf/unittest_proto3.pb.h:26, from google/protobuf/proto3_lite_unittest.cc:31: ./google/protobuf/message_lite.h:420:7: note: declared here 420 | int ByteSize() const { return internal::ToIntSize(ByteSizeLong()); } | ^~~~~~~~ In file included from ./../third_party/googletest/googletest/include/gtest/gtest.h:388, from ./../third_party/googletest/googlemock/include/gmock/internal/gmock-internal-utils.h:47, from ./../third_party/googletest/googlemock/include/gmock/gmock-actions.h:51, from ./../third_party/googletest/googlemock/include/gmock/gmock.h:59, from ./google/protobuf/testing/googletest.h:41, from ./google/protobuf/proto3_lite_unittest.inc:36, from google/protobuf/proto3_lite_unittest.cc:37: ./google/protobuf/proto3_lite_unittest.inc:130:27: warning: 'int google::protobuf::MessageLite::ByteSize() const' is deprecated: Please use ByteSizeLong() instead [-Wdeprecated-declarations] 130 | EXPECT_EQ(msg1.ByteSize(), msg2.ByteSize() + 1); | ^ ./../third_party/googletest/googletest/include/gtest/gtest_pred_impl.h:77:52: note: in definition of macro 'GTEST_ASSERT_' 77 | if (const ::testing::AssertionResult gtest_ar = (expression)) \ | ^~~~~~~~~~ ./../third_party/googletest/googletest/include/gtest/gtest_pred_impl.h:164:3: note: in expansion of macro 'GTEST_PRED_FORMAT2_' 164 | GTEST_PRED_FORMAT2_(pred_format, v1, v2, GTEST_NONFATAL_FAILURE_) | ^~~~~~~~~~~~~~~~~~~ ./../third_party/googletest/googletest/include/gtest/gtest.h:2049:3: note: in expansion of macro 'EXPECT_PRED_FORMAT2' 2049 | EXPECT_PRED_FORMAT2(::testing::internal:: \ | ^~~~~~~~~~~~~~~~~~~ ./../third_party/googletest/googletest/include/gtest/gtest.h:2050:32: note: in expansion of macro 'GTEST_IS_NULL_LITERAL_' 2050 | EqHelper::Compare, \ | ^~~~~~~~~~~~~~~~~~~~~~ ./google/protobuf/proto3_lite_unittest.inc:130:3: note: in expansion of macro 'EXPECT_EQ' 130 | EXPECT_EQ(msg1.ByteSize(), msg2.ByteSize() + 1); | ^~~~~~~~~ In file included from ./google/protobuf/generated_enum_util.h:36, from ./google/protobuf/map.h:55, from ./google/protobuf/generated_message_table_driven.h:34, from ./google/protobuf/unittest_proto3.pb.h:26, from google/protobuf/proto3_lite_unittest.cc:31: ./google/protobuf/message_lite.h:420:7: note: declared here 420 | int ByteSize() const { return internal::ToIntSize(ByteSizeLong()); } | ^~~~~~~~ In file included from ./../third_party/googletest/googletest/include/gtest/gtest.h:388, from ./../third_party/googletest/googlemock/include/gmock/internal/gmock-internal-utils.h:47, from ./../third_party/googletest/googlemock/include/gmock/gmock-actions.h:51, from ./../third_party/googletest/googlemock/include/gmock/gmock.h:59, from ./google/protobuf/testing/googletest.h:41, from ./google/protobuf/proto3_lite_unittest.inc:36, from google/protobuf/proto3_lite_unittest.cc:37: ./google/protobuf/proto3_lite_unittest.inc:130:27: warning: 'int google::protobuf::MessageLite::ByteSize() const' is deprecated: Please use ByteSizeLong() instead [-Wdeprecated-declarations] 130 | EXPECT_EQ(msg1.ByteSize(), msg2.ByteSize() + 1); | ^ ./../third_party/googletest/googletest/include/gtest/gtest_pred_impl.h:77:52: note: in definition of macro 'GTEST_ASSERT_' 77 | if (const ::testing::AssertionResult gtest_ar = (expression)) \ | ^~~~~~~~~~ ./../third_party/googletest/googletest/include/gtest/gtest_pred_impl.h:164:3: note: in expansion of macro 'GTEST_PRED_FORMAT2_' 164 | GTEST_PRED_FORMAT2_(pred_format, v1, v2, GTEST_NONFATAL_FAILURE_) | ^~~~~~~~~~~~~~~~~~~ ./../third_party/googletest/googletest/include/gtest/gtest.h:2049:3: note: in expansion of macro 'EXPECT_PRED_FORMAT2' 2049 | EXPECT_PRED_FORMAT2(::testing::internal:: \ | ^~~~~~~~~~~~~~~~~~~ ./google/protobuf/proto3_lite_unittest.inc:130:3: note: in expansion of macro 'EXPECT_EQ' 130 | EXPECT_EQ(msg1.ByteSize(), msg2.ByteSize() + 1); | ^~~~~~~~~ In file included from ./google/protobuf/generated_enum_util.h:36, from ./google/protobuf/map.h:55, from ./google/protobuf/generated_message_table_driven.h:34, from ./google/protobuf/unittest_proto3.pb.h:26, from google/protobuf/proto3_lite_unittest.cc:31: ./google/protobuf/message_lite.h:420:7: note: declared here 420 | int ByteSize() const { return internal::ToIntSize(ByteSizeLong()); } | ^~~~~~~~ In file included from ./../third_party/googletest/googletest/include/gtest/gtest.h:388, from ./../third_party/googletest/googlemock/include/gmock/internal/gmock-internal-utils.h:47, from ./../third_party/googletest/googlemock/include/gmock/gmock-actions.h:51, from ./../third_party/googletest/googlemock/include/gmock/gmock.h:59, from ./google/protobuf/testing/googletest.h:41, from ./google/protobuf/proto3_lite_unittest.inc:36, from google/protobuf/proto3_lite_unittest.cc:37: ./google/protobuf/proto3_lite_unittest.inc:130:44: warning: 'int google::protobuf::MessageLite::ByteSize() const' is deprecated: Please use ByteSizeLong() instead [-Wdeprecated-declarations] 130 | EXPECT_EQ(msg1.ByteSize(), msg2.ByteSize() + 1); | ^ ./../third_party/googletest/googletest/include/gtest/gtest_pred_impl.h:77:52: note: in definition of macro 'GTEST_ASSERT_' 77 | if (const ::testing::AssertionResult gtest_ar = (expression)) \ | ^~~~~~~~~~ ./../third_party/googletest/googletest/include/gtest/gtest_pred_impl.h:164:3: note: in expansion of macro 'GTEST_PRED_FORMAT2_' 164 | GTEST_PRED_FORMAT2_(pred_format, v1, v2, GTEST_NONFATAL_FAILURE_) | ^~~~~~~~~~~~~~~~~~~ ./../third_party/googletest/googletest/include/gtest/gtest.h:2049:3: note: in expansion of macro 'EXPECT_PRED_FORMAT2' 2049 | EXPECT_PRED_FORMAT2(::testing::internal:: \ | ^~~~~~~~~~~~~~~~~~~ ./google/protobuf/proto3_lite_unittest.inc:130:3: note: in expansion of macro 'EXPECT_EQ' 130 | EXPECT_EQ(msg1.ByteSize(), msg2.ByteSize() + 1); | ^~~~~~~~~ In file included from ./google/protobuf/generated_enum_util.h:36, from ./google/protobuf/map.h:55, from ./google/protobuf/generated_message_table_driven.h:34, from ./google/protobuf/unittest_proto3.pb.h:26, from google/protobuf/proto3_lite_unittest.cc:31: ./google/protobuf/message_lite.h:420:7: note: declared here 420 | int ByteSize() const { return internal::ToIntSize(ByteSizeLong()); } | ^~~~~~~~ CXX google/protobuf/io/protobuf_test-printer_unittest.o CXX google/protobuf/io/protobuf_test-tokenizer_unittest.o CXX google/protobuf/io/protobuf_test-zero_copy_stream_unittest.o CXX google/protobuf/compiler/protobuf_test-annotation_test_util.o CXX google/protobuf/compiler/protobuf_test-importer_unittest.o CXX google/protobuf/compiler/protobuf_test-mock_code_generator.o google/protobuf/io/coded_stream_unittest.cc: In member function 'virtual void google::protobuf::io::{anonymous}::CodedStreamTest_ReadStringNoReservationSizeIsOverTheTotalBytesLimit_Test::TestBody()': google/protobuf/io/coded_stream_unittest.cc:869:42: warning: 'void google::protobuf::io::CodedInputStream::SetTotalBytesLimit(int, int)' is deprecated: Please use the single parameter version of SetTotalBytesLimit(). The second parameter is ignored. [-Wdeprecated-declarations] 869 | coded_input.SetTotalBytesLimit(16, 16); | ^ In file included from google/protobuf/io/coded_stream_unittest.cc:37: ./google/protobuf/io/coded_stream.h:397:8: note: declared here 397 | void SetTotalBytesLimit(int total_bytes_limit, int) { | ^~~~~~~~~~~~~~~~~~ google/protobuf/io/coded_stream_unittest.cc: In member function 'virtual void google::protobuf::io::{anonymous}::CodedStreamTest_ReadStringNoReservationSizeIsOverTheClosestLimit_GlobalLimitIsCloser_Test::TestBody()': google/protobuf/io/coded_stream_unittest.cc:891:42: warning: 'void google::protobuf::io::CodedInputStream::SetTotalBytesLimit(int, int)' is deprecated: Please use the single parameter version of SetTotalBytesLimit(). The second parameter is ignored. [-Wdeprecated-declarations] 891 | coded_input.SetTotalBytesLimit(16, 16); | ^ In file included from google/protobuf/io/coded_stream_unittest.cc:37: ./google/protobuf/io/coded_stream.h:397:8: note: declared here 397 | void SetTotalBytesLimit(int total_bytes_limit, int) { | ^~~~~~~~~~~~~~~~~~ google/protobuf/io/coded_stream_unittest.cc: In member function 'virtual void google::protobuf::io::{anonymous}::CodedStreamTest_ReadStringNoReservationSizeIsOverTheClosestLimit_LocalLimitIsCloser_Test::TestBody()': google/protobuf/io/coded_stream_unittest.cc:913:68: warning: 'void google::protobuf::io::CodedInputStream::SetTotalBytesLimit(int, int)' is deprecated: Please use the single parameter version of SetTotalBytesLimit(). The second parameter is ignored. [-Wdeprecated-declarations] 913 | coded_input.SetTotalBytesLimit(sizeof(buffer_), sizeof(buffer_)); | ^ In file included from google/protobuf/io/coded_stream_unittest.cc:37: ./google/protobuf/io/coded_stream.h:397:8: note: declared here 397 | void SetTotalBytesLimit(int total_bytes_limit, int) { | ^~~~~~~~~~~~~~~~~~ google/protobuf/io/coded_stream_unittest.cc: In member function 'virtual void google::protobuf::io::{anonymous}::CodedStreamTest_TotalBytesLimit_Test::TestBody()': google/protobuf/io/coded_stream_unittest.cc:1185:40: warning: 'void google::protobuf::io::CodedInputStream::SetTotalBytesLimit(int, int)' is deprecated: Please use the single parameter version of SetTotalBytesLimit(). The second parameter is ignored. [-Wdeprecated-declarations] 1185 | coded_input.SetTotalBytesLimit(16, -1); | ^ In file included from google/protobuf/io/coded_stream_unittest.cc:37: ./google/protobuf/io/coded_stream.h:397:8: note: declared here 397 | void SetTotalBytesLimit(int total_bytes_limit, int) { | ^~~~~~~~~~~~~~~~~~ google/protobuf/io/coded_stream_unittest.cc:1205:40: warning: 'void google::protobuf::io::CodedInputStream::SetTotalBytesLimit(int, int)' is deprecated: Please use the single parameter version of SetTotalBytesLimit(). The second parameter is ignored. [-Wdeprecated-declarations] 1205 | coded_input.SetTotalBytesLimit(32, -1); | ^ In file included from google/protobuf/io/coded_stream_unittest.cc:37: ./google/protobuf/io/coded_stream.h:397:8: note: declared here 397 | void SetTotalBytesLimit(int total_bytes_limit, int) { | ^~~~~~~~~~~~~~~~~~ google/protobuf/io/coded_stream_unittest.cc: In member function 'virtual void google::protobuf::io::{anonymous}::CodedStreamTest_TotalBytesLimitNotValidMessageEnd_Test::TestBody()': google/protobuf/io/coded_stream_unittest.cc:1218:40: warning: 'void google::protobuf::io::CodedInputStream::SetTotalBytesLimit(int, int)' is deprecated: Please use the single parameter version of SetTotalBytesLimit(). The second parameter is ignored. [-Wdeprecated-declarations] 1218 | coded_input.SetTotalBytesLimit(16, -1); | ^ In file included from google/protobuf/io/coded_stream_unittest.cc:37: ./google/protobuf/io/coded_stream.h:397:8: note: declared here 397 | void SetTotalBytesLimit(int total_bytes_limit, int) { | ^~~~~~~~~~~~~~~~~~ google/protobuf/io/coded_stream_unittest.cc: In instantiation of 'void google::protobuf::io::{anonymous}::CodedStreamTest_ReadStringReservesMemoryOnTotalLimit_DD::DoSingleCase(const CaseType&) [with CaseType = int]': google/protobuf/io/coded_stream_unittest.cc:740:1: required from here google/protobuf/io/coded_stream_unittest.cc:746:35: warning: 'void google::protobuf::io::CodedInputStream::SetTotalBytesLimit(int, int)' is deprecated: Please use the single parameter version of SetTotalBytesLimit(). The second parameter is ignored. [-Wdeprecated-declarations] 746 | coded_input.SetTotalBytesLimit(sizeof(kRawBytes), sizeof(kRawBytes)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from google/protobuf/io/coded_stream_unittest.cc:37: ./google/protobuf/io/coded_stream.h:397:8: note: declared here 397 | void SetTotalBytesLimit(int total_bytes_limit, int) { | ^~~~~~~~~~~~~~~~~~ CXX google/protobuf/compiler/protobuf_test-parser_unittest.o In file included from ./../third_party/googletest/googletest/include/gtest/gtest.h:388, from ./../third_party/googletest/googlemock/include/gmock/internal/gmock-internal-utils.h:47, from ./../third_party/googletest/googlemock/include/gmock/gmock-actions.h:51, from ./../third_party/googletest/googlemock/include/gmock/gmock.h:59, from ./google/protobuf/testing/googletest.h:41, from google/protobuf/well_known_types_unittest.cc:33: google/protobuf/well_known_types_unittest.cc: In member function 'virtual void google::protobuf::{anonymous}::WellKnownTypesTest_AllKnownTypesAreIncluded_Test::TestBody()': google/protobuf/well_known_types_unittest.cc:45:45: warning: 'int google::protobuf::MessageLite::ByteSize() const' is deprecated: Please use ByteSizeLong() instead [-Wdeprecated-declarations] 45 | EXPECT_EQ(0, message.any_field().ByteSize()); | ^ ./../third_party/googletest/googletest/include/gtest/gtest_pred_impl.h:77:52: note: in definition of macro 'GTEST_ASSERT_' 77 | if (const ::testing::AssertionResult gtest_ar = (expression)) \ | ^~~~~~~~~~ ./../third_party/googletest/googletest/include/gtest/gtest_pred_impl.h:164:3: note: in expansion of macro 'GTEST_PRED_FORMAT2_' 164 | GTEST_PRED_FORMAT2_(pred_format, v1, v2, GTEST_NONFATAL_FAILURE_) | ^~~~~~~~~~~~~~~~~~~ ./../third_party/googletest/googletest/include/gtest/gtest.h:2049:3: note: in expansion of macro 'EXPECT_PRED_FORMAT2' 2049 | EXPECT_PRED_FORMAT2(::testing::internal:: \ | ^~~~~~~~~~~~~~~~~~~ google/protobuf/well_known_types_unittest.cc:45:3: note: in expansion of macro 'EXPECT_EQ' 45 | EXPECT_EQ(0, message.any_field().ByteSize()); | ^~~~~~~~~ In file included from ./google/protobuf/generated_enum_util.h:36, from ./google/protobuf/map.h:55, from ./google/protobuf/generated_message_table_driven.h:34, from ./google/protobuf/unittest_well_known_types.pb.h:26, from google/protobuf/well_known_types_unittest.cc:30: ./google/protobuf/message_lite.h:420:7: note: declared here 420 | int ByteSize() const { return internal::ToIntSize(ByteSizeLong()); } | ^~~~~~~~ In file included from ./../third_party/googletest/googletest/include/gtest/gtest.h:388, from ./../third_party/googletest/googlemock/include/gmock/internal/gmock-internal-utils.h:47, from ./../third_party/googletest/googlemock/include/gmock/gmock-actions.h:51, from ./../third_party/googletest/googlemock/include/gmock/gmock.h:59, from ./google/protobuf/testing/googletest.h:41, from google/protobuf/well_known_types_unittest.cc:33: google/protobuf/well_known_types_unittest.cc:46:45: warning: 'int google::protobuf::MessageLite::ByteSize() const' is deprecated: Please use ByteSizeLong() instead [-Wdeprecated-declarations] 46 | EXPECT_EQ(0, message.api_field().ByteSize()); | ^ ./../third_party/googletest/googletest/include/gtest/gtest_pred_impl.h:77:52: note: in definition of macro 'GTEST_ASSERT_' 77 | if (const ::testing::AssertionResult gtest_ar = (expression)) \ | ^~~~~~~~~~ ./../third_party/googletest/googletest/include/gtest/gtest_pred_impl.h:164:3: note: in expansion of macro 'GTEST_PRED_FORMAT2_' 164 | GTEST_PRED_FORMAT2_(pred_format, v1, v2, GTEST_NONFATAL_FAILURE_) | ^~~~~~~~~~~~~~~~~~~ ./../third_party/googletest/googletest/include/gtest/gtest.h:2049:3: note: in expansion of macro 'EXPECT_PRED_FORMAT2' 2049 | EXPECT_PRED_FORMAT2(::testing::internal:: \ | ^~~~~~~~~~~~~~~~~~~ google/protobuf/well_known_types_unittest.cc:46:3: note: in expansion of macro 'EXPECT_EQ' 46 | EXPECT_EQ(0, message.api_field().ByteSize()); | ^~~~~~~~~ In file included from ./google/protobuf/generated_enum_util.h:36, from ./google/protobuf/map.h:55, from ./google/protobuf/generated_message_table_driven.h:34, from ./google/protobuf/unittest_well_known_types.pb.h:26, from google/protobuf/well_known_types_unittest.cc:30: ./google/protobuf/message_lite.h:420:7: note: declared here 420 | int ByteSize() const { return internal::ToIntSize(ByteSizeLong()); } | ^~~~~~~~ In file included from ./../third_party/googletest/googletest/include/gtest/gtest.h:388, from ./../third_party/googletest/googlemock/include/gmock/internal/gmock-internal-utils.h:47, from ./../third_party/googletest/googlemock/include/gmock/gmock-actions.h:51, from ./../third_party/googletest/googlemock/include/gmock/gmock.h:59, from ./google/protobuf/testing/googletest.h:41, from google/protobuf/well_known_types_unittest.cc:33: google/protobuf/well_known_types_unittest.cc:47:50: warning: 'int google::protobuf::MessageLite::ByteSize() const' is deprecated: Please use ByteSizeLong() instead [-Wdeprecated-declarations] 47 | EXPECT_EQ(0, message.duration_field().ByteSize()); | ^ ./../third_party/googletest/googletest/include/gtest/gtest_pred_impl.h:77:52: note: in definition of macro 'GTEST_ASSERT_' 77 | if (const ::testing::AssertionResult gtest_ar = (expression)) \ | ^~~~~~~~~~ ./../third_party/googletest/googletest/include/gtest/gtest_pred_impl.h:164:3: note: in expansion of macro 'GTEST_PRED_FORMAT2_' 164 | GTEST_PRED_FORMAT2_(pred_format, v1, v2, GTEST_NONFATAL_FAILURE_) | ^~~~~~~~~~~~~~~~~~~ ./../third_party/googletest/googletest/include/gtest/gtest.h:2049:3: note: in expansion of macro 'EXPECT_PRED_FORMAT2' 2049 | EXPECT_PRED_FORMAT2(::testing::internal:: \ | ^~~~~~~~~~~~~~~~~~~ google/protobuf/well_known_types_unittest.cc:47:3: note: in expansion of macro 'EXPECT_EQ' 47 | EXPECT_EQ(0, message.duration_field().ByteSize()); | ^~~~~~~~~ In file included from ./google/protobuf/generated_enum_util.h:36, from ./google/protobuf/map.h:55, from ./google/protobuf/generated_message_table_driven.h:34, from ./google/protobuf/unittest_well_known_types.pb.h:26, from google/protobuf/well_known_types_unittest.cc:30: ./google/protobuf/message_lite.h:420:7: note: declared here 420 | int ByteSize() const { return internal::ToIntSize(ByteSizeLong()); } | ^~~~~~~~ In file included from ./../third_party/googletest/googletest/include/gtest/gtest.h:388, from ./../third_party/googletest/googlemock/include/gmock/internal/gmock-internal-utils.h:47, from ./../third_party/googletest/googlemock/include/gmock/gmock-actions.h:51, from ./../third_party/googletest/googlemock/include/gmock/gmock.h:59, from ./google/protobuf/testing/googletest.h:41, from google/protobuf/well_known_types_unittest.cc:33: google/protobuf/well_known_types_unittest.cc:48:47: warning: 'int google::protobuf::MessageLite::ByteSize() const' is deprecated: Please use ByteSizeLong() instead [-Wdeprecated-declarations] 48 | EXPECT_EQ(0, message.empty_field().ByteSize()); | ^ ./../third_party/googletest/googletest/include/gtest/gtest_pred_impl.h:77:52: note: in definition of macro 'GTEST_ASSERT_' 77 | if (const ::testing::AssertionResult gtest_ar = (expression)) \ | ^~~~~~~~~~ ./../third_party/googletest/googletest/include/gtest/gtest_pred_impl.h:164:3: note: in expansion of macro 'GTEST_PRED_FORMAT2_' 164 | GTEST_PRED_FORMAT2_(pred_format, v1, v2, GTEST_NONFATAL_FAILURE_) | ^~~~~~~~~~~~~~~~~~~ ./../third_party/googletest/googletest/include/gtest/gtest.h:2049:3: note: in expansion of macro 'EXPECT_PRED_FORMAT2' 2049 | EXPECT_PRED_FORMAT2(::testing::internal:: \ | ^~~~~~~~~~~~~~~~~~~ google/protobuf/well_known_types_unittest.cc:48:3: note: in expansion of macro 'EXPECT_EQ' 48 | EXPECT_EQ(0, message.empty_field().ByteSize()); | ^~~~~~~~~ In file included from ./google/protobuf/generated_enum_util.h:36, from ./google/protobuf/map.h:55, from ./google/protobuf/generated_message_table_driven.h:34, from ./google/protobuf/unittest_well_known_types.pb.h:26, from google/protobuf/well_known_types_unittest.cc:30: ./google/protobuf/message_lite.h:420:7: note: declared here 420 | int ByteSize() const { return internal::ToIntSize(ByteSizeLong()); } | ^~~~~~~~ In file included from ./../third_party/googletest/googletest/include/gtest/gtest.h:388, from ./../third_party/googletest/googlemock/include/gmock/internal/gmock-internal-utils.h:47, from ./../third_party/googletest/googlemock/include/gmock/gmock-actions.h:51, from ./../third_party/googletest/googlemock/include/gmock/gmock.h:59, from ./google/protobuf/testing/googletest.h:41, from google/protobuf/well_known_types_unittest.cc:33: google/protobuf/well_known_types_unittest.cc:49:52: warning: 'int google::protobuf::MessageLite::ByteSize() const' is deprecated: Please use ByteSizeLong() instead [-Wdeprecated-declarations] 49 | EXPECT_EQ(0, message.field_mask_field().ByteSize()); | ^ ./../third_party/googletest/googletest/include/gtest/gtest_pred_impl.h:77:52: note: in definition of macro 'GTEST_ASSERT_' 77 | if (const ::testing::AssertionResult gtest_ar = (expression)) \ | ^~~~~~~~~~ ./../third_party/googletest/googletest/include/gtest/gtest_pred_impl.h:164:3: note: in expansion of macro 'GTEST_PRED_FORMAT2_' 164 | GTEST_PRED_FORMAT2_(pred_format, v1, v2, GTEST_NONFATAL_FAILURE_) | ^~~~~~~~~~~~~~~~~~~ ./../third_party/googletest/googletest/include/gtest/gtest.h:2049:3: note: in expansion of macro 'EXPECT_PRED_FORMAT2' 2049 | EXPECT_PRED_FORMAT2(::testing::internal:: \ | ^~~~~~~~~~~~~~~~~~~ google/protobuf/well_known_types_unittest.cc:49:3: note: in expansion of macro 'EXPECT_EQ' 49 | EXPECT_EQ(0, message.field_mask_field().ByteSize()); | ^~~~~~~~~ In file included from ./google/protobuf/generated_enum_util.h:36, from ./google/protobuf/map.h:55, from ./google/protobuf/generated_message_table_driven.h:34, from ./google/protobuf/unittest_well_known_types.pb.h:26, from google/protobuf/well_known_types_unittest.cc:30: ./google/protobuf/message_lite.h:420:7: note: declared here 420 | int ByteSize() const { return internal::ToIntSize(ByteSizeLong()); } | ^~~~~~~~ In file included from ./../third_party/googletest/googletest/include/gtest/gtest.h:388, from ./../third_party/googletest/googlemock/include/gmock/internal/gmock-internal-utils.h:47, from ./../third_party/googletest/googlemock/include/gmock/gmock-actions.h:51, from ./../third_party/googletest/googlemock/include/gmock/gmock.h:59, from ./google/protobuf/testing/googletest.h:41, from google/protobuf/well_known_types_unittest.cc:33: google/protobuf/well_known_types_unittest.cc:50:56: warning: 'int google::protobuf::MessageLite::ByteSize() const' is deprecated: Please use ByteSizeLong() instead [-Wdeprecated-declarations] 50 | EXPECT_EQ(0, message.source_context_field().ByteSize()); | ^ ./../third_party/googletest/googletest/include/gtest/gtest_pred_impl.h:77:52: note: in definition of macro 'GTEST_ASSERT_' 77 | if (const ::testing::AssertionResult gtest_ar = (expression)) \ | ^~~~~~~~~~ ./../third_party/googletest/googletest/include/gtest/gtest_pred_impl.h:164:3: note: in expansion of macro 'GTEST_PRED_FORMAT2_' 164 | GTEST_PRED_FORMAT2_(pred_format, v1, v2, GTEST_NONFATAL_FAILURE_) | ^~~~~~~~~~~~~~~~~~~ ./../third_party/googletest/googletest/include/gtest/gtest.h:2049:3: note: in expansion of macro 'EXPECT_PRED_FORMAT2' 2049 | EXPECT_PRED_FORMAT2(::testing::internal:: \ | ^~~~~~~~~~~~~~~~~~~ google/protobuf/well_known_types_unittest.cc:50:3: note: in expansion of macro 'EXPECT_EQ' 50 | EXPECT_EQ(0, message.source_context_field().ByteSize()); | ^~~~~~~~~ In file included from ./google/protobuf/generated_enum_util.h:36, from ./google/protobuf/map.h:55, from ./google/protobuf/generated_message_table_driven.h:34, from ./google/protobuf/unittest_well_known_types.pb.h:26, from google/protobuf/well_known_types_unittest.cc:30: ./google/protobuf/message_lite.h:420:7: note: declared here 420 | int ByteSize() const { return internal::ToIntSize(ByteSizeLong()); } | ^~~~~~~~ In file included from ./../third_party/googletest/googletest/include/gtest/gtest.h:388, from ./../third_party/googletest/googlemock/include/gmock/internal/gmock-internal-utils.h:47, from ./../third_party/googletest/googlemock/include/gmock/gmock-actions.h:51, from ./../third_party/googletest/googlemock/include/gmock/gmock.h:59, from ./google/protobuf/testing/googletest.h:41, from google/protobuf/well_known_types_unittest.cc:33: google/protobuf/well_known_types_unittest.cc:51:48: warning: 'int google::protobuf::MessageLite::ByteSize() const' is deprecated: Please use ByteSizeLong() instead [-Wdeprecated-declarations] 51 | EXPECT_EQ(0, message.struct_field().ByteSize()); | ^ ./../third_party/googletest/googletest/include/gtest/gtest_pred_impl.h:77:52: note: in definition of macro 'GTEST_ASSERT_' 77 | if (const ::testing::AssertionResult gtest_ar = (expression)) \ | ^~~~~~~~~~ ./../third_party/googletest/googletest/include/gtest/gtest_pred_impl.h:164:3: note: in expansion of macro 'GTEST_PRED_FORMAT2_' 164 | GTEST_PRED_FORMAT2_(pred_format, v1, v2, GTEST_NONFATAL_FAILURE_) | ^~~~~~~~~~~~~~~~~~~ ./../third_party/googletest/googletest/include/gtest/gtest.h:2049:3: note: in expansion of macro 'EXPECT_PRED_FORMAT2' 2049 | EXPECT_PRED_FORMAT2(::testing::internal:: \ | ^~~~~~~~~~~~~~~~~~~ google/protobuf/well_known_types_unittest.cc:51:3: note: in expansion of macro 'EXPECT_EQ' 51 | EXPECT_EQ(0, message.struct_field().ByteSize()); | ^~~~~~~~~ In file included from ./google/protobuf/generated_enum_util.h:36, from ./google/protobuf/map.h:55, from ./google/protobuf/generated_message_table_driven.h:34, from ./google/protobuf/unittest_well_known_types.pb.h:26, from google/protobuf/well_known_types_unittest.cc:30: ./google/protobuf/message_lite.h:420:7: note: declared here 420 | int ByteSize() const { return internal::ToIntSize(ByteSizeLong()); } | ^~~~~~~~ In file included from ./../third_party/googletest/googletest/include/gtest/gtest.h:388, from ./../third_party/googletest/googlemock/include/gmock/internal/gmock-internal-utils.h:47, from ./../third_party/googletest/googlemock/include/gmock/gmock-actions.h:51, from ./../third_party/googletest/googlemock/include/gmock/gmock.h:59, from ./google/protobuf/testing/googletest.h:41, from google/protobuf/well_known_types_unittest.cc:33: google/protobuf/well_known_types_unittest.cc:52:51: warning: 'int google::protobuf::MessageLite::ByteSize() const' is deprecated: Please use ByteSizeLong() instead [-Wdeprecated-declarations] 52 | EXPECT_EQ(0, message.timestamp_field().ByteSize()); | ^ ./../third_party/googletest/googletest/include/gtest/gtest_pred_impl.h:77:52: note: in definition of macro 'GTEST_ASSERT_' 77 | if (const ::testing::AssertionResult gtest_ar = (expression)) \ | ^~~~~~~~~~ ./../third_party/googletest/googletest/include/gtest/gtest_pred_impl.h:164:3: note: in expansion of macro 'GTEST_PRED_FORMAT2_' 164 | GTEST_PRED_FORMAT2_(pred_format, v1, v2, GTEST_NONFATAL_FAILURE_) | ^~~~~~~~~~~~~~~~~~~ ./../third_party/googletest/googletest/include/gtest/gtest.h:2049:3: note: in expansion of macro 'EXPECT_PRED_FORMAT2' 2049 | EXPECT_PRED_FORMAT2(::testing::internal:: \ | ^~~~~~~~~~~~~~~~~~~ google/protobuf/well_known_types_unittest.cc:52:3: note: in expansion of macro 'EXPECT_EQ' 52 | EXPECT_EQ(0, message.timestamp_field().ByteSize()); | ^~~~~~~~~ In file included from ./google/protobuf/generated_enum_util.h:36, from ./google/protobuf/map.h:55, from ./google/protobuf/generated_message_table_driven.h:34, from ./google/protobuf/unittest_well_known_types.pb.h:26, from google/protobuf/well_known_types_unittest.cc:30: ./google/protobuf/message_lite.h:420:7: note: declared here 420 | int ByteSize() const { return internal::ToIntSize(ByteSizeLong()); } | ^~~~~~~~ In file included from ./../third_party/googletest/googletest/include/gtest/gtest.h:388, from ./../third_party/googletest/googlemock/include/gmock/internal/gmock-internal-utils.h:47, from ./../third_party/googletest/googlemock/include/gmock/gmock-actions.h:51, from ./../third_party/googletest/googlemock/include/gmock/gmock.h:59, from ./google/protobuf/testing/googletest.h:41, from google/protobuf/well_known_types_unittest.cc:33: google/protobuf/well_known_types_unittest.cc:53:46: warning: 'int google::protobuf::MessageLite::ByteSize() const' is deprecated: Please use ByteSizeLong() instead [-Wdeprecated-declarations] 53 | EXPECT_EQ(0, message.type_field().ByteSize()); | ^ ./../third_party/googletest/googletest/include/gtest/gtest_pred_impl.h:77:52: note: in definition of macro 'GTEST_ASSERT_' 77 | if (const ::testing::AssertionResult gtest_ar = (expression)) \ | ^~~~~~~~~~ ./../third_party/googletest/googletest/include/gtest/gtest_pred_impl.h:164:3: note: in expansion of macro 'GTEST_PRED_FORMAT2_' 164 | GTEST_PRED_FORMAT2_(pred_format, v1, v2, GTEST_NONFATAL_FAILURE_) | ^~~~~~~~~~~~~~~~~~~ ./../third_party/googletest/googletest/include/gtest/gtest.h:2049:3: note: in expansion of macro 'EXPECT_PRED_FORMAT2' 2049 | EXPECT_PRED_FORMAT2(::testing::internal:: \ | ^~~~~~~~~~~~~~~~~~~ google/protobuf/well_known_types_unittest.cc:53:3: note: in expansion of macro 'EXPECT_EQ' 53 | EXPECT_EQ(0, message.type_field().ByteSize()); | ^~~~~~~~~ In file included from ./google/protobuf/generated_enum_util.h:36, from ./google/protobuf/map.h:55, from ./google/protobuf/generated_message_table_driven.h:34, from ./google/protobuf/unittest_well_known_types.pb.h:26, from google/protobuf/well_known_types_unittest.cc:30: ./google/protobuf/message_lite.h:420:7: note: declared here 420 | int ByteSize() const { return internal::ToIntSize(ByteSizeLong()); } | ^~~~~~~~ In file included from ./../third_party/googletest/googletest/include/gtest/gtest.h:388, from ./../third_party/googletest/googlemock/include/gmock/internal/gmock-internal-utils.h:47, from ./../third_party/googletest/googlemock/include/gmock/gmock-actions.h:51, from ./../third_party/googletest/googlemock/include/gmock/gmock.h:59, from ./google/protobuf/testing/googletest.h:41, from google/protobuf/well_known_types_unittest.cc:33: google/protobuf/well_known_types_unittest.cc:54:47: warning: 'int google::protobuf::MessageLite::ByteSize() const' is deprecated: Please use ByteSizeLong() instead [-Wdeprecated-declarations] 54 | EXPECT_EQ(0, message.int32_field().ByteSize()); | ^ ./../third_party/googletest/googletest/include/gtest/gtest_pred_impl.h:77:52: note: in definition of macro 'GTEST_ASSERT_' 77 | if (const ::testing::AssertionResult gtest_ar = (expression)) \ | ^~~~~~~~~~ ./../third_party/googletest/googletest/include/gtest/gtest_pred_impl.h:164:3: note: in expansion of macro 'GTEST_PRED_FORMAT2_' 164 | GTEST_PRED_FORMAT2_(pred_format, v1, v2, GTEST_NONFATAL_FAILURE_) | ^~~~~~~~~~~~~~~~~~~ ./../third_party/googletest/googletest/include/gtest/gtest.h:2049:3: note: in expansion of macro 'EXPECT_PRED_FORMAT2' 2049 | EXPECT_PRED_FORMAT2(::testing::internal:: \ | ^~~~~~~~~~~~~~~~~~~ google/protobuf/well_known_types_unittest.cc:54:3: note: in expansion of macro 'EXPECT_EQ' 54 | EXPECT_EQ(0, message.int32_field().ByteSize()); | ^~~~~~~~~ In file included from ./google/protobuf/generated_enum_util.h:36, from ./google/protobuf/map.h:55, from ./google/protobuf/generated_message_table_driven.h:34, from ./google/protobuf/unittest_well_known_types.pb.h:26, from google/protobuf/well_known_types_unittest.cc:30: ./google/protobuf/message_lite.h:420:7: note: declared here 420 | int ByteSize() const { return internal::ToIntSize(ByteSizeLong()); } | ^~~~~~~~ In file included from ./../third_party/googletest/googletest/include/gtest/gtest-param-test.h:184, from ./../third_party/googletest/googletest/include/gtest/gtest.h:65, from ./google/protobuf/map_test_util_impl.h:36, from ./google/protobuf/map_test_util.inc:31, from ./google/protobuf/map_test_util.h:38, from google/protobuf/map_field_test.cc:38: ./../third_party/googletest/googletest/include/gtest/internal/gtest-param-util.h: In instantiation of 'class testing::internal::ParameterizedTestFactory': ./../third_party/googletest/googletest/include/gtest/internal/gtest-param-util.h:449:12: required from 'testing::internal::TestFactoryBase* testing::internal::TestMetaFactory::CreateTestFactory(testing::internal::TestMetaFactory::ParamType) [with TestSuite = google::protobuf::internal::MapFieldStateTest_MutableMapField_Test; testing::internal::TestMetaFactory::ParamType = google::protobuf::internal::{anonymous}::State]' ./../third_party/googletest/googletest/include/gtest/internal/gtest-param-util.h:448:20: required from here ./../third_party/googletest/googletest/include/gtest/internal/gtest-param-util.h:404:7: warning: 'testing::internal::ParameterizedTestFactory' has a field 'testing::internal::ParameterizedTestFactory::parameter_' whose type uses the anonymous namespace [-Wsubobject-linkage] 404 | class ParameterizedTestFactory : public TestFactoryBase { | ^~~~~~~~~~~~~~~~~~~~~~~~ ./../third_party/googletest/googletest/include/gtest/internal/gtest-param-util.h: In instantiation of 'class testing::internal::ParameterizedTestFactory': ./../third_party/googletest/googletest/include/gtest/internal/gtest-param-util.h:449:12: required from 'testing::internal::TestFactoryBase* testing::internal::TestMetaFactory::CreateTestFactory(testing::internal::TestMetaFactory::ParamType) [with TestSuite = google::protobuf::internal::MapFieldStateTest_GetMapField_Test; testing::internal::TestMetaFactory::ParamType = google::protobuf::internal::{anonymous}::State]' ./../third_party/googletest/googletest/include/gtest/internal/gtest-param-util.h:448:20: required from here ./../third_party/googletest/googletest/include/gtest/internal/gtest-param-util.h:404:7: warning: 'testing::internal::ParameterizedTestFactory' has a field 'testing::internal::ParameterizedTestFactory::parameter_' whose type uses the anonymous namespace [-Wsubobject-linkage] ./../third_party/googletest/googletest/include/gtest/internal/gtest-param-util.h: In instantiation of 'class testing::internal::ParameterizedTestFactory': ./../third_party/googletest/googletest/include/gtest/internal/gtest-param-util.h:449:12: required from 'testing::internal::TestFactoryBase* testing::internal::TestMetaFactory::CreateTestFactory(testing::internal::TestMetaFactory::ParamType) [with TestSuite = google::protobuf::internal::MapFieldStateTest_SpaceUsedExcludingSelf_Test; testing::internal::TestMetaFactory::ParamType = google::protobuf::internal::{anonymous}::State]' ./../third_party/googletest/googletest/include/gtest/internal/gtest-param-util.h:448:20: required from here ./../third_party/googletest/googletest/include/gtest/internal/gtest-param-util.h:404:7: warning: 'testing::internal::ParameterizedTestFactory' has a field 'testing::internal::ParameterizedTestFactory::parameter_' whose type uses the anonymous namespace [-Wsubobject-linkage] ./../third_party/googletest/googletest/include/gtest/internal/gtest-param-util.h: In instantiation of 'class testing::internal::ParameterizedTestFactory': ./../third_party/googletest/googletest/include/gtest/internal/gtest-param-util.h:449:12: required from 'testing::internal::TestFactoryBase* testing::internal::TestMetaFactory::CreateTestFactory(testing::internal::TestMetaFactory::ParamType) [with TestSuite = google::protobuf::internal::MapFieldStateTest_Clear_Test; testing::internal::TestMetaFactory::ParamType = google::protobuf::internal::{anonymous}::State]' ./../third_party/googletest/googletest/include/gtest/internal/gtest-param-util.h:448:20: required from here ./../third_party/googletest/googletest/include/gtest/internal/gtest-param-util.h:404:7: warning: 'testing::internal::ParameterizedTestFactory' has a field 'testing::internal::ParameterizedTestFactory::parameter_' whose type uses the anonymous namespace [-Wsubobject-linkage] ./../third_party/googletest/googletest/include/gtest/internal/gtest-param-util.h: In instantiation of 'class testing::internal::ParameterizedTestFactory': ./../third_party/googletest/googletest/include/gtest/internal/gtest-param-util.h:449:12: required from 'testing::internal::TestFactoryBase* testing::internal::TestMetaFactory::CreateTestFactory(testing::internal::TestMetaFactory::ParamType) [with TestSuite = google::protobuf::internal::MapFieldStateTest_SwapRepeatedDirty_Test; testing::internal::TestMetaFactory::ParamType = google::protobuf::internal::{anonymous}::State]' ./../third_party/googletest/googletest/include/gtest/internal/gtest-param-util.h:448:20: required from here ./../third_party/googletest/googletest/include/gtest/internal/gtest-param-util.h:404:7: warning: 'testing::internal::ParameterizedTestFactory' has a field 'testing::internal::ParameterizedTestFactory::parameter_' whose type uses the anonymous namespace [-Wsubobject-linkage] ./../third_party/googletest/googletest/include/gtest/internal/gtest-param-util.h: In instantiation of 'class testing::internal::ParameterizedTestFactory': ./../third_party/googletest/googletest/include/gtest/internal/gtest-param-util.h:449:12: required from 'testing::internal::TestFactoryBase* testing::internal::TestMetaFactory::CreateTestFactory(testing::internal::TestMetaFactory::ParamType) [with TestSuite = google::protobuf::internal::MapFieldStateTest_SwapMapDirty_Test; testing::internal::TestMetaFactory::ParamType = google::protobuf::internal::{anonymous}::State]' ./../third_party/googletest/googletest/include/gtest/internal/gtest-param-util.h:448:20: required from here ./../third_party/googletest/googletest/include/gtest/internal/gtest-param-util.h:404:7: warning: 'testing::internal::ParameterizedTestFactory' has a field 'testing::internal::ParameterizedTestFactory::parameter_' whose type uses the anonymous namespace [-Wsubobject-linkage] ./../third_party/googletest/googletest/include/gtest/internal/gtest-param-util.h: In instantiation of 'class testing::internal::ParameterizedTestFactory': ./../third_party/googletest/googletest/include/gtest/internal/gtest-param-util.h:449:12: required from 'testing::internal::TestFactoryBase* testing::internal::TestMetaFactory::CreateTestFactory(testing::internal::TestMetaFactory::ParamType) [with TestSuite = google::protobuf::internal::MapFieldStateTest_SwapClean_Test; testing::internal::TestMetaFactory::ParamType = google::protobuf::internal::{anonymous}::State]' ./../third_party/googletest/googletest/include/gtest/internal/gtest-param-util.h:448:20: required from here ./../third_party/googletest/googletest/include/gtest/internal/gtest-param-util.h:404:7: warning: 'testing::internal::ParameterizedTestFactory' has a field 'testing::internal::ParameterizedTestFactory::parameter_' whose type uses the anonymous namespace [-Wsubobject-linkage] ./../third_party/googletest/googletest/include/gtest/internal/gtest-param-util.h: In instantiation of 'class testing::internal::ParameterizedTestFactory': ./../third_party/googletest/googletest/include/gtest/internal/gtest-param-util.h:449:12: required from 'testing::internal::TestFactoryBase* testing::internal::TestMetaFactory::CreateTestFactory(testing::internal::TestMetaFactory::ParamType) [with TestSuite = google::protobuf::internal::MapFieldStateTest_MergeFromRepeatedDirty_Test; testing::internal::TestMetaFactory::ParamType = google::protobuf::internal::{anonymous}::State]' ./../third_party/googletest/googletest/include/gtest/internal/gtest-param-util.h:448:20: required from here ./../third_party/googletest/googletest/include/gtest/internal/gtest-param-util.h:404:7: warning: 'testing::internal::ParameterizedTestFactory' has a field 'testing::internal::ParameterizedTestFactory::parameter_' whose type uses the anonymous namespace [-Wsubobject-linkage] ./../third_party/googletest/googletest/include/gtest/internal/gtest-param-util.h: In instantiation of 'class testing::internal::ParameterizedTestFactory': ./../third_party/googletest/googletest/include/gtest/internal/gtest-param-util.h:449:12: required from 'testing::internal::TestFactoryBase* testing::internal::TestMetaFactory::CreateTestFactory(testing::internal::TestMetaFactory::ParamType) [with TestSuite = google::protobuf::internal::MapFieldStateTest_MergeFromMapDirty_Test; testing::internal::TestMetaFactory::ParamType = google::protobuf::internal::{anonymous}::State]' ./../third_party/googletest/googletest/include/gtest/internal/gtest-param-util.h:448:20: required from here ./../third_party/googletest/googletest/include/gtest/internal/gtest-param-util.h:404:7: warning: 'testing::internal::ParameterizedTestFactory' has a field 'testing::internal::ParameterizedTestFactory::parameter_' whose type uses the anonymous namespace [-Wsubobject-linkage] ./../third_party/googletest/googletest/include/gtest/internal/gtest-param-util.h: In instantiation of 'class testing::internal::ParameterizedTestFactory': ./../third_party/googletest/googletest/include/gtest/internal/gtest-param-util.h:449:12: required from 'testing::internal::TestFactoryBase* testing::internal::TestMetaFactory::CreateTestFactory(testing::internal::TestMetaFactory::ParamType) [with TestSuite = google::protobuf::internal::MapFieldStateTest_MergeFromClean_Test; testing::internal::TestMetaFactory::ParamType = google::protobuf::internal::{anonymous}::State]' ./../third_party/googletest/googletest/include/gtest/internal/gtest-param-util.h:448:20: required from here ./../third_party/googletest/googletest/include/gtest/internal/gtest-param-util.h:404:7: warning: 'testing::internal::ParameterizedTestFactory' has a field 'testing::internal::ParameterizedTestFactory::parameter_' whose type uses the anonymous namespace [-Wsubobject-linkage] ./../third_party/googletest/googletest/include/gtest/internal/gtest-param-util.h: In instantiation of 'class testing::internal::ParameterizedTestFactory': ./../third_party/googletest/googletest/include/gtest/internal/gtest-param-util.h:449:12: required from 'testing::internal::TestFactoryBase* testing::internal::TestMetaFactory::CreateTestFactory(testing::internal::TestMetaFactory::ParamType) [with TestSuite = google::protobuf::internal::MapFieldStateTest_MutableMap_Test; testing::internal::TestMetaFactory::ParamType = google::protobuf::internal::{anonymous}::State]' ./../third_party/googletest/googletest/include/gtest/internal/gtest-param-util.h:448:20: required from here ./../third_party/googletest/googletest/include/gtest/internal/gtest-param-util.h:404:7: warning: 'testing::internal::ParameterizedTestFactory' has a field 'testing::internal::ParameterizedTestFactory::parameter_' whose type uses the anonymous namespace [-Wsubobject-linkage] ./../third_party/googletest/googletest/include/gtest/internal/gtest-param-util.h: In instantiation of 'class testing::internal::ParameterizedTestFactory': ./../third_party/googletest/googletest/include/gtest/internal/gtest-param-util.h:449:12: required from 'testing::internal::TestFactoryBase* testing::internal::TestMetaFactory::CreateTestFactory(testing::internal::TestMetaFactory::ParamType) [with TestSuite = google::protobuf::internal::MapFieldStateTest_GetMap_Test; testing::internal::TestMetaFactory::ParamType = google::protobuf::internal::{anonymous}::State]' ./../third_party/googletest/googletest/include/gtest/internal/gtest-param-util.h:448:20: required from here ./../third_party/googletest/googletest/include/gtest/internal/gtest-param-util.h:404:7: warning: 'testing::internal::ParameterizedTestFactory' has a field 'testing::internal::ParameterizedTestFactory::parameter_' whose type uses the anonymous namespace [-Wsubobject-linkage] CXX google/protobuf/compiler/cpp/protobuf_test-cpp_bootstrap_unittest.o CXX google/protobuf/compiler/cpp/protobuf_test-cpp_move_unittest.o google/protobuf/map_test.cc: In member function 'virtual void google::protobuf::internal::{anonymous}::MapFieldReflectionTest_RegularFields_Test::TestBody()': google/protobuf/map_test.cc:1159:69: warning: 'const google::protobuf::RepeatedPtrField& google::protobuf::Reflection::GetRepeatedPtrField(const google::protobuf::Message&, const google::protobuf::FieldDescriptor*) const [with T = google::protobuf::Message]' is deprecated: Please use GetRepeatedFieldRef() instead [-Wdeprecated-declarations] 1159 | refl->GetRepeatedPtrField(message, fd_map_int32_int32); | ^ In file included from ./google/protobuf/map_proto2_unittest.pb.h:31, from google/protobuf/map_test.cc:54: ./google/protobuf/message.h:794:30: note: declared here 794 | const RepeatedPtrField& GetRepeatedPtrField( | ^~~~~~~~~~~~~~~~~~~ google/protobuf/map_test.cc:1161:70: warning: 'const google::protobuf::RepeatedPtrField& google::protobuf::Reflection::GetRepeatedPtrField(const google::protobuf::Message&, const google::protobuf::FieldDescriptor*) const [with T = google::protobuf::Message]' is deprecated: Please use GetRepeatedFieldRef() instead [-Wdeprecated-declarations] 1161 | refl->GetRepeatedPtrField(message, fd_map_int32_double); | ^ In file included from ./google/protobuf/map_proto2_unittest.pb.h:31, from google/protobuf/map_test.cc:54: ./google/protobuf/message.h:794:30: note: declared here 794 | const RepeatedPtrField& GetRepeatedPtrField( | ^~~~~~~~~~~~~~~~~~~ google/protobuf/map_test.cc:1163:71: warning: 'const google::protobuf::RepeatedPtrField& google::protobuf::Reflection::GetRepeatedPtrField(const google::protobuf::Message&, const google::protobuf::FieldDescriptor*) const [with T = google::protobuf::Message]' is deprecated: Please use GetRepeatedFieldRef() instead [-Wdeprecated-declarations] 1163 | refl->GetRepeatedPtrField(message, fd_map_string_string); | ^ In file included from ./google/protobuf/map_proto2_unittest.pb.h:31, from google/protobuf/map_test.cc:54: ./google/protobuf/message.h:794:30: note: declared here 794 | const RepeatedPtrField& GetRepeatedPtrField( | ^~~~~~~~~~~~~~~~~~~ google/protobuf/map_test.cc:1165:79: warning: 'const google::protobuf::RepeatedPtrField& google::protobuf::Reflection::GetRepeatedPtrField(const google::protobuf::Message&, const google::protobuf::FieldDescriptor*) const [with T = google::protobuf::Message]' is deprecated: Please use GetRepeatedFieldRef() instead [-Wdeprecated-declarations] 1165 | refl->GetRepeatedPtrField(message, fd_map_int32_foreign_message); | ^ In file included from ./google/protobuf/map_proto2_unittest.pb.h:31, from google/protobuf/map_test.cc:54: ./google/protobuf/message.h:794:30: note: declared here 794 | const RepeatedPtrField& GetRepeatedPtrField( | ^~~~~~~~~~~~~~~~~~~ google/protobuf/map_test.cc:1169:74: warning: 'google::protobuf::RepeatedPtrField* google::protobuf::Reflection::MutableRepeatedPtrField(google::protobuf::Message*, const google::protobuf::FieldDescriptor*) const [with T = google::protobuf::Message]' is deprecated: Please use GetMutableRepeatedFieldRef() instead [-Wdeprecated-declarations] 1169 | refl->MutableRepeatedPtrField(&message, fd_map_int32_int32); | ^ In file included from ./google/protobuf/map_proto2_unittest.pb.h:31, from google/protobuf/map_test.cc:54: ./google/protobuf/message.h:805:24: note: declared here 805 | RepeatedPtrField* MutableRepeatedPtrField(Message* msg, | ^~~~~~~~~~~~~~~~~~~~~~~ google/protobuf/map_test.cc:1171:75: warning: 'google::protobuf::RepeatedPtrField* google::protobuf::Reflection::MutableRepeatedPtrField(google::protobuf::Message*, const google::protobuf::FieldDescriptor*) const [with T = google::protobuf::Message]' is deprecated: Please use GetMutableRepeatedFieldRef() instead [-Wdeprecated-declarations] 1171 | refl->MutableRepeatedPtrField(&message, fd_map_int32_double); | ^ In file included from ./google/protobuf/map_proto2_unittest.pb.h:31, from google/protobuf/map_test.cc:54: ./google/protobuf/message.h:805:24: note: declared here 805 | RepeatedPtrField* MutableRepeatedPtrField(Message* msg, | ^~~~~~~~~~~~~~~~~~~~~~~ google/protobuf/map_test.cc:1173:76: warning: 'google::protobuf::RepeatedPtrField* google::protobuf::Reflection::MutableRepeatedPtrField(google::protobuf::Message*, const google::protobuf::FieldDescriptor*) const [with T = google::protobuf::Message]' is deprecated: Please use GetMutableRepeatedFieldRef() instead [-Wdeprecated-declarations] 1173 | refl->MutableRepeatedPtrField(&message, fd_map_string_string); | ^ In file included from ./google/protobuf/map_proto2_unittest.pb.h:31, from google/protobuf/map_test.cc:54: ./google/protobuf/message.h:805:24: note: declared here 805 | RepeatedPtrField* MutableRepeatedPtrField(Message* msg, | ^~~~~~~~~~~~~~~~~~~~~~~ google/protobuf/map_test.cc:1176:74: warning: 'google::protobuf::RepeatedPtrField* google::protobuf::Reflection::MutableRepeatedPtrField(google::protobuf::Message*, const google::protobuf::FieldDescriptor*) const [with T = google::protobuf::Message]' is deprecated: Please use GetMutableRepeatedFieldRef() instead [-Wdeprecated-declarations] 1176 | fd_map_int32_foreign_message); | ^ In file included from ./google/protobuf/map_proto2_unittest.pb.h:31, from google/protobuf/map_test.cc:54: ./google/protobuf/message.h:805:24: note: declared here 805 | RepeatedPtrField* MutableRepeatedPtrField(Message* msg, | ^~~~~~~~~~~~~~~~~~~~~~~ google/protobuf/repeated_field_reflection_unittest.cc: In member function 'virtual void google::protobuf::{anonymous}::RepeatedFieldReflectionTest_RegularFields_Test::TestBody()': google/protobuf/repeated_field_reflection_unittest.cc:81:63: warning: 'const google::protobuf::RepeatedField& google::protobuf::Reflection::GetRepeatedField(const google::protobuf::Message&, const google::protobuf::FieldDescriptor*) const [with T = int]' is deprecated: Please use GetRepeatedFieldRef() instead [-Wdeprecated-declarations] 81 | refl->GetRepeatedField(message, fd_repeated_int32); | ^ In file included from ./google/protobuf/unittest.pb.h:31, from ./google/protobuf/test_util.h:38, from google/protobuf/repeated_field_reflection_unittest.cc:38: ./google/protobuf/message.h:773:27: note: declared here 773 | const RepeatedField& GetRepeatedField(const Message& msg, | ^~~~~~~~~~~~~~~~ google/protobuf/repeated_field_reflection_unittest.cc:83:65: warning: 'const google::protobuf::RepeatedField& google::protobuf::Reflection::GetRepeatedField(const google::protobuf::Message&, const google::protobuf::FieldDescriptor*) const [with T = double]' is deprecated: Please use GetRepeatedFieldRef() instead [-Wdeprecated-declarations] 83 | refl->GetRepeatedField(message, fd_repeated_double); | ^ In file included from ./google/protobuf/unittest.pb.h:31, from ./google/protobuf/test_util.h:38, from google/protobuf/repeated_field_reflection_unittest.cc:38: ./google/protobuf/message.h:773:27: note: declared here 773 | const RepeatedField& GetRepeatedField(const Message& msg, | ^~~~~~~~~~~~~~~~ google/protobuf/repeated_field_reflection_unittest.cc:87:68: warning: 'google::protobuf::RepeatedField* google::protobuf::Reflection::MutableRepeatedField(google::protobuf::Message*, const google::protobuf::FieldDescriptor*) const [with T = int]' is deprecated: Please use GetMutableRepeatedFieldRef() instead [-Wdeprecated-declarations] 87 | refl->MutableRepeatedField(&message, fd_repeated_int32); | ^ In file included from ./google/protobuf/unittest.pb.h:31, from ./google/protobuf/test_util.h:38, from google/protobuf/repeated_field_reflection_unittest.cc:38: ./google/protobuf/message.h:783:21: note: declared here 783 | RepeatedField* MutableRepeatedField(Message* msg, | ^~~~~~~~~~~~~~~~~~~~ google/protobuf/repeated_field_reflection_unittest.cc:89:70: warning: 'google::protobuf::RepeatedField* google::protobuf::Reflection::MutableRepeatedField(google::protobuf::Message*, const google::protobuf::FieldDescriptor*) const [with T = double]' is deprecated: Please use GetMutableRepeatedFieldRef() instead [-Wdeprecated-declarations] 89 | refl->MutableRepeatedField(&message, fd_repeated_double); | ^ In file included from ./google/protobuf/unittest.pb.h:31, from ./google/protobuf/test_util.h:38, from google/protobuf/repeated_field_reflection_unittest.cc:38: ./google/protobuf/message.h:783:21: note: declared here 783 | RepeatedField* MutableRepeatedField(Message* msg, | ^~~~~~~~~~~~~~~~~~~~ google/protobuf/repeated_field_reflection_unittest.cc:93:73: warning: 'const google::protobuf::RepeatedPtrField& google::protobuf::Reflection::GetRepeatedPtrField(const google::protobuf::Message&, const google::protobuf::FieldDescriptor*) const [with T = std::__cxx11::basic_string]' is deprecated: Please use GetRepeatedFieldRef() instead [-Wdeprecated-declarations] 93 | refl->GetRepeatedPtrField(message, fd_repeated_string); | ^ In file included from ./google/protobuf/unittest.pb.h:31, from ./google/protobuf/test_util.h:38, from google/protobuf/repeated_field_reflection_unittest.cc:38: ./google/protobuf/message.h:794:30: note: declared here 794 | const RepeatedPtrField& GetRepeatedPtrField( | ^~~~~~~~~~~~~~~~~~~ google/protobuf/repeated_field_reflection_unittest.cc:96:76: warning: 'const google::protobuf::RepeatedPtrField& google::protobuf::Reflection::GetRepeatedPtrField(const google::protobuf::Message&, const google::protobuf::FieldDescriptor*) const [with T = protobuf_unittest::ForeignMessage]' is deprecated: Please use GetRepeatedFieldRef() instead [-Wdeprecated-declarations] 96 | fd_repeated_foreign_message); | ^ In file included from ./google/protobuf/unittest.pb.h:31, from ./google/protobuf/test_util.h:38, from google/protobuf/repeated_field_reflection_unittest.cc:38: ./google/protobuf/message.h:794:30: note: declared here 794 | const RepeatedPtrField& GetRepeatedPtrField( | ^~~~~~~~~~~~~~~~~~~ google/protobuf/repeated_field_reflection_unittest.cc:98:78: warning: 'const google::protobuf::RepeatedPtrField& google::protobuf::Reflection::GetRepeatedPtrField(const google::protobuf::Message&, const google::protobuf::FieldDescriptor*) const [with T = google::protobuf::Message]' is deprecated: Please use GetRepeatedFieldRef() instead [-Wdeprecated-declarations] 98 | refl->GetRepeatedPtrField(message, fd_repeated_foreign_message); | ^ In file included from ./google/protobuf/unittest.pb.h:31, from ./google/protobuf/test_util.h:38, from google/protobuf/repeated_field_reflection_unittest.cc:38: ./google/protobuf/message.h:794:30: note: declared here 794 | const RepeatedPtrField& GetRepeatedPtrField( | ^~~~~~~~~~~~~~~~~~~ google/protobuf/repeated_field_reflection_unittest.cc:102:78: warning: 'google::protobuf::RepeatedPtrField* google::protobuf::Reflection::MutableRepeatedPtrField(google::protobuf::Message*, const google::protobuf::FieldDescriptor*) const [with T = std::__cxx11::basic_string]' is deprecated: Please use GetMutableRepeatedFieldRef() instead [-Wdeprecated-declarations] 102 | refl->MutableRepeatedPtrField(&message, fd_repeated_string); | ^ In file included from ./google/protobuf/unittest.pb.h:31, from ./google/protobuf/test_util.h:38, from google/protobuf/repeated_field_reflection_unittest.cc:38: ./google/protobuf/message.h:805:24: note: declared here 805 | RepeatedPtrField* MutableRepeatedPtrField(Message* msg, | ^~~~~~~~~~~~~~~~~~~~~~~ google/protobuf/repeated_field_reflection_unittest.cc:105:48: warning: 'google::protobuf::RepeatedPtrField* google::protobuf::Reflection::MutableRepeatedPtrField(google::protobuf::Message*, const google::protobuf::FieldDescriptor*) const [with T = protobuf_unittest::ForeignMessage]' is deprecated: Please use GetMutableRepeatedFieldRef() instead [-Wdeprecated-declarations] 105 | &message, fd_repeated_foreign_message); | ^ In file included from ./google/protobuf/unittest.pb.h:31, from ./google/protobuf/test_util.h:38, from google/protobuf/repeated_field_reflection_unittest.cc:38: ./google/protobuf/message.h:805:24: note: declared here 805 | RepeatedPtrField* MutableRepeatedPtrField(Message* msg, | ^~~~~~~~~~~~~~~~~~~~~~~ google/protobuf/repeated_field_reflection_unittest.cc:108:73: warning: 'google::protobuf::RepeatedPtrField* google::protobuf::Reflection::MutableRepeatedPtrField(google::protobuf::Message*, const google::protobuf::FieldDescriptor*) const [with T = google::protobuf::Message]' is deprecated: Please use GetMutableRepeatedFieldRef() instead [-Wdeprecated-declarations] 108 | fd_repeated_foreign_message); | ^ In file included from ./google/protobuf/unittest.pb.h:31, from ./google/protobuf/test_util.h:38, from google/protobuf/repeated_field_reflection_unittest.cc:38: ./google/protobuf/message.h:805:24: note: declared here 805 | RepeatedPtrField* MutableRepeatedPtrField(Message* msg, | ^~~~~~~~~~~~~~~~~~~~~~~ google/protobuf/repeated_field_reflection_unittest.cc: In member function 'virtual void google::protobuf::{anonymous}::RepeatedFieldReflectionTest_ExtensionFields_Test::TestBody()': google/protobuf/repeated_field_reflection_unittest.cc:172:64: warning: 'const google::protobuf::RepeatedField& google::protobuf::Reflection::GetRepeatedField(const google::protobuf::Message&, const google::protobuf::FieldDescriptor*) const [with T = long long int]' is deprecated: Please use GetRepeatedFieldRef() instead [-Wdeprecated-declarations] 172 | fd_repeated_int64_extension); | ^ In file included from ./google/protobuf/unittest.pb.h:31, from ./google/protobuf/test_util.h:38, from google/protobuf/repeated_field_reflection_unittest.cc:38: ./google/protobuf/message.h:773:27: note: declared here 773 | const RepeatedField& GetRepeatedField(const Message& msg, | ^~~~~~~~~~~~~~~~ google/protobuf/repeated_field_reflection_unittest.cc:175:53: warning: 'google::protobuf::RepeatedField* google::protobuf::Reflection::MutableRepeatedField(google::protobuf::Message*, const google::protobuf::FieldDescriptor*) const [with T = long long int]' is deprecated: Please use GetMutableRepeatedFieldRef() instead [-Wdeprecated-declarations] 175 | &extended_message, fd_repeated_int64_extension); | ^ In file included from ./google/protobuf/unittest.pb.h:31, from ./google/protobuf/test_util.h:38, from google/protobuf/repeated_field_reflection_unittest.cc:38: ./google/protobuf/message.h:783:21: note: declared here 783 | RepeatedField* MutableRepeatedField(Message* msg, | ^~~~~~~~~~~~~~~~~~~~ CXX google/protobuf/compiler/cpp/protobuf_test-cpp_unittest.o google/protobuf/map_test.cc: In member function 'virtual void google::protobuf::internal::{anonymous}::TextFormatMapTest_NoDisableReflectionIterator_Test::TestBody()': google/protobuf/map_test.cc:3451:71: warning: 'google::protobuf::RepeatedPtrField* google::protobuf::Reflection::MutableRepeatedPtrField(google::protobuf::Message*, const google::protobuf::FieldDescriptor*) const [with T = google::protobuf::Message]' is deprecated: Please use GetMutableRepeatedFieldRef() instead [-Wdeprecated-declarations] 3451 | reflection->MutableRepeatedPtrField(&source, field_desc); | ^ In file included from ./google/protobuf/map_proto2_unittest.pb.h:31, from google/protobuf/map_test.cc:54: ./google/protobuf/message.h:805:24: note: declared here 805 | RepeatedPtrField* MutableRepeatedPtrField(Message* msg, | ^~~~~~~~~~~~~~~~~~~~~~~ CXX google/protobuf/compiler/cpp/protobuf_test-cpp_plugin_unittest.o CXX google/protobuf/compiler/cpp/protobuf_test-metadata_test.o google/protobuf/text_format_unittest.cc: In member function 'virtual void google::protobuf::text_format_unittest::TextFormatTest_DefaultCustomFieldPrinter_Test::TestBody()': google/protobuf/text_format_unittest.cc:466:74: warning: 'void google::protobuf::TextFormat::Printer::SetDefaultFieldValuePrinter(const google::protobuf::TextFormat::FieldValuePrinter*)' is deprecated: Please use FastFieldValuePrinter [-Wdeprecated-declarations] 466 | printer.SetDefaultFieldValuePrinter(new CustomUInt32FieldValuePrinter()); | ^ In file included from google/protobuf/text_format_unittest.cc:35: ./google/protobuf/text_format.h:303:10: note: declared here 303 | void SetDefaultFieldValuePrinter(const FieldValuePrinter* printer); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ./../third_party/googletest/googletest/include/gtest/gtest.h:60, from ./google/protobuf/test_util.inc:44, from ./google/protobuf/test_util.h:43, from google/protobuf/text_format_unittest.cc:49: google/protobuf/text_format_unittest.cc: In member function 'virtual void google::protobuf::text_format_unittest::TextFormatTest_FieldSpecificCustomPrinter_Test::TestBody()': google/protobuf/text_format_unittest.cc:490:41: warning: 'bool google::protobuf::TextFormat::Printer::RegisterFieldValuePrinter(const google::protobuf::FieldDescriptor*, const google::protobuf::TextFormat::FieldValuePrinter*)' is deprecated: Please use FastFieldValuePrinter [-Wdeprecated-declarations] 490 | new CustomInt32FieldValuePrinter())); | ^ ./../third_party/googletest/googletest/include/gtest/internal/gtest-internal.h:1378:34: note: in definition of macro 'GTEST_TEST_BOOLEAN_' 1378 | ::testing::AssertionResult(expression)) \ | ^~~~~~~~~~ google/protobuf/text_format_unittest.cc:488:3: note: in expansion of macro 'EXPECT_TRUE' 488 | EXPECT_TRUE(printer.RegisterFieldValuePrinter( | ^~~~~~~~~~~ In file included from google/protobuf/text_format_unittest.cc:35: ./google/protobuf/text_format.h:357:10: note: declared here 357 | bool RegisterFieldValuePrinter(const FieldDescriptor* field, | ^~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ./../third_party/googletest/googletest/include/gtest/gtest.h:60, from ./google/protobuf/test_util.inc:44, from ./google/protobuf/test_util.h:43, from google/protobuf/text_format_unittest.cc:49: google/protobuf/text_format_unittest.cc: In member function 'virtual void google::protobuf::text_format_unittest::TextFormatTest_FieldSpecificCustomPrinterRegisterSameFieldTwice_Test::TestBody()': google/protobuf/text_format_unittest.cc:502:48: warning: 'bool google::protobuf::TextFormat::Printer::RegisterFieldValuePrinter(const google::protobuf::FieldDescriptor*, const google::protobuf::TextFormat::FieldValuePrinter*)' is deprecated: Please use FastFieldValuePrinter [-Wdeprecated-declarations] 502 | field, new CustomInt32FieldValuePrinter())); | ^ ./../third_party/googletest/googletest/include/gtest/internal/gtest-internal.h:1378:34: note: in definition of macro 'GTEST_TEST_BOOLEAN_' 1378 | ::testing::AssertionResult(expression)) \ | ^~~~~~~~~~ google/protobuf/text_format_unittest.cc:501:3: note: in expansion of macro 'ASSERT_TRUE' 501 | ASSERT_TRUE(printer.RegisterFieldValuePrinter( | ^~~~~~~~~~~ In file included from google/protobuf/text_format_unittest.cc:35: ./google/protobuf/text_format.h:357:10: note: declared here 357 | bool RegisterFieldValuePrinter(const FieldDescriptor* field, | ^~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ./../third_party/googletest/googletest/include/gtest/gtest.h:60, from ./google/protobuf/test_util.inc:44, from ./google/protobuf/test_util.h:43, from google/protobuf/text_format_unittest.cc:49: google/protobuf/text_format_unittest.cc:505:65: warning: 'bool google::protobuf::TextFormat::Printer::RegisterFieldValuePrinter(const google::protobuf::FieldDescriptor*, const google::protobuf::TextFormat::FieldValuePrinter*)' is deprecated: Please use FastFieldValuePrinter [-Wdeprecated-declarations] 505 | ASSERT_FALSE(printer.RegisterFieldValuePrinter(field, rejected)); | ^ ./../third_party/googletest/googletest/include/gtest/internal/gtest-internal.h:1378:34: note: in definition of macro 'GTEST_TEST_BOOLEAN_' 1378 | ::testing::AssertionResult(expression)) \ | ^~~~~~~~~~ google/protobuf/text_format_unittest.cc:505:3: note: in expansion of macro 'ASSERT_FALSE' 505 | ASSERT_FALSE(printer.RegisterFieldValuePrinter(field, rejected)); | ^~~~~~~~~~~~ In file included from google/protobuf/text_format_unittest.cc:35: ./google/protobuf/text_format.h:357:10: note: declared here 357 | bool RegisterFieldValuePrinter(const FieldDescriptor* field, | ^~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ./../third_party/googletest/googletest/include/gtest/gtest.h:60, from ./google/protobuf/test_util.inc:44, from ./google/protobuf/test_util.h:43, from google/protobuf/text_format_unittest.cc:49: google/protobuf/text_format_unittest.cc: In member function 'virtual void google::protobuf::text_format_unittest::TextFormatTest_ErrorCasesRegisteringFieldValuePrinterShouldFail_Test::TestBody()': google/protobuf/text_format_unittest.cc:515:65: warning: 'bool google::protobuf::TextFormat::Printer::RegisterFieldValuePrinter(const google::protobuf::FieldDescriptor*, const google::protobuf::TextFormat::FieldValuePrinter*)' is deprecated: Please use FastFieldValuePrinter [-Wdeprecated-declarations] 515 | static_cast(nullptr))); | ^ ./../third_party/googletest/googletest/include/gtest/internal/gtest-internal.h:1378:34: note: in definition of macro 'GTEST_TEST_BOOLEAN_' 1378 | ::testing::AssertionResult(expression)) \ | ^~~~~~~~~~ google/protobuf/text_format_unittest.cc:513:3: note: in expansion of macro 'EXPECT_FALSE' 513 | EXPECT_FALSE(printer.RegisterFieldValuePrinter( | ^~~~~~~~~~~~ In file included from google/protobuf/text_format_unittest.cc:35: ./google/protobuf/text_format.h:357:10: note: declared here 357 | bool RegisterFieldValuePrinter(const FieldDescriptor* field, | ^~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ./../third_party/googletest/googletest/include/gtest/gtest.h:60, from ./google/protobuf/test_util.inc:44, from ./google/protobuf/test_util.h:43, from google/protobuf/text_format_unittest.cc:49: google/protobuf/text_format_unittest.cc:522:76: warning: 'bool google::protobuf::TextFormat::Printer::RegisterFieldValuePrinter(const google::protobuf::FieldDescriptor*, const google::protobuf::TextFormat::FieldValuePrinter*)' is deprecated: Please use FastFieldValuePrinter [-Wdeprecated-declarations] 522 | EXPECT_FALSE(printer.RegisterFieldValuePrinter(nullptr, &my_field_printer)); | ^ ./../third_party/googletest/googletest/include/gtest/internal/gtest-internal.h:1378:34: note: in definition of macro 'GTEST_TEST_BOOLEAN_' 1378 | ::testing::AssertionResult(expression)) \ | ^~~~~~~~~~ google/protobuf/text_format_unittest.cc:522:3: note: in expansion of macro 'EXPECT_FALSE' 522 | EXPECT_FALSE(printer.RegisterFieldValuePrinter(nullptr, &my_field_printer)); | ^~~~~~~~~~~~ In file included from google/protobuf/text_format_unittest.cc:35: ./google/protobuf/text_format.h:357:10: note: declared here 357 | bool RegisterFieldValuePrinter(const FieldDescriptor* field, | ^~~~~~~~~~~~~~~~~~~~~~~~~ google/protobuf/text_format_unittest.cc: In member function 'virtual void google::protobuf::text_format_unittest::TextFormatTest_CustomPrinterForComments_Test::TestBody()': google/protobuf/text_format_unittest.cc:553:75: warning: 'void google::protobuf::TextFormat::Printer::SetDefaultFieldValuePrinter(const google::protobuf::TextFormat::FieldValuePrinter*)' is deprecated: Please use FastFieldValuePrinter [-Wdeprecated-declarations] 553 | printer.SetDefaultFieldValuePrinter(new CustomMessageFieldValuePrinter()); | ^ In file included from google/protobuf/text_format_unittest.cc:35: ./google/protobuf/text_format.h:303:10: note: declared here 303 | void SetDefaultFieldValuePrinter(const FieldValuePrinter* printer); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ google/protobuf/text_format_unittest.cc: In member function 'virtual void google::protobuf::text_format_unittest::TextFormatTest_CustomPrinterForMultilineComments_Test::TestBody()': google/protobuf/text_format_unittest.cc:638:74: warning: 'void google::protobuf::TextFormat::Printer::SetDefaultFieldValuePrinter(const google::protobuf::TextFormat::FieldValuePrinter*)' is deprecated: Please use FastFieldValuePrinter [-Wdeprecated-declarations] 638 | printer.SetDefaultFieldValuePrinter(new CustomMultilineCommentPrinter()); | ^ In file included from google/protobuf/text_format_unittest.cc:35: ./google/protobuf/text_format.h:303:10: note: declared here 303 | void SetDefaultFieldValuePrinter(const FieldValuePrinter* printer); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ CXX google/protobuf/compiler/java/protobuf_test-java_plugin_unittest.o CXX google/protobuf/compiler/java/protobuf_test-java_doc_comment_unittest.o CXX google/protobuf/compiler/objectivec/protobuf_test-objectivec_helpers_unittest.o CXX google/protobuf/compiler/python/protobuf_test-python_plugin_unittest.o CXX google/protobuf/compiler/ruby/protobuf_test-ruby_generator_unittest.o CXX google/protobuf/compiler/csharp/protobuf_test-csharp_bootstrap_unittest.o CXX google/protobuf/compiler/csharp/protobuf_test-csharp_generator_unittest.o CXX google/protobuf/util/protobuf_test-delimited_message_util_test.o CXX google/protobuf/util/protobuf_test-field_comparator_test.o CXX google/protobuf/util/protobuf_test-field_mask_util_test.o CXX google/protobuf/util/internal/protobuf_test-default_value_objectwriter_test.o CXX google/protobuf/util/internal/protobuf_test-json_objectwriter_test.o CXX google/protobuf/util/internal/protobuf_test-json_stream_parser_test.o CXX google/protobuf/util/internal/protobuf_test-protostream_objectsource_test.o CXX google/protobuf/util/internal/protobuf_test-protostream_objectwriter_test.o CXX google/protobuf/util/internal/protobuf_test-type_info_test_helper.o google/protobuf/map_test.cc: At global scope: google/protobuf/map_test.cc:985:6: warning: 'bool google::protobuf::internal::{anonymous}::MapOrderingIsRandom(int, int)' defined but not used [-Wunused-function] 985 | bool MapOrderingIsRandom(int a, int b) { | ^~~~~~~~~~~~~~~~~~~ CXX google/protobuf/util/protobuf_test-json_util_test.o CXX google/protobuf/util/protobuf_test-message_differencer_unittest.o CXX google/protobuf/util/protobuf_test-time_util_test.o CXX google/protobuf/util/protobuf_test-type_resolver_util_test.o CXX google/protobuf/compiler/protobuf_test-command_line_interface_unittest.o CXX google/protobuf/protobuf_test-arena_test_util.o CXX google/protobuf/protobuf_test-test_util.o CXX google/protobuf/testing/protobuf_test-googletest.o CXX google/protobuf/testing/protobuf_test-file.o CXX google/protobuf/protobuf_test-map_lite_unittest.pb.o CXX google/protobuf/protobuf_test-unittest_lite.pb.o CXX google/protobuf/protobuf_test-unittest_import_lite.pb.o CXX google/protobuf/protobuf_test-unittest_import_public_lite.pb.o CXX google/protobuf/protobuf_test-any_test.pb.o CXX google/protobuf/compiler/cpp/protobuf_test-cpp_test_bad_identifiers.pb.o CXX google/protobuf/compiler/cpp/protobuf_test-cpp_test_large_enum_value.pb.o google/protobuf/util/message_differencer_unittest.cc: In member function 'virtual void google::protobuf::{anonymous}::MessageDifferencerTest_RepeatedFieldSmartListTest_Test::TestBody()': google/protobuf/util/message_differencer_unittest.cc:1091:15: warning: 'protobuf_unittest::TestField* protobuf_unittest::TestDiffMessage::add_rm()' is deprecated [-Wdeprecated-declarations] 1091 | msg1.add_rm()->set_a(1); | ^ In file included from google/protobuf/util/message_differencer_unittest.cc:53: ./google/protobuf/util/message_differencer_unittest.pb.h:1822:40: note: declared here 1822 | inline ::protobuf_unittest::TestField* TestDiffMessage::add_rm() { | ^~~~~~~~~~~~~~~ google/protobuf/util/message_differencer_unittest.cc:1092:15: warning: 'protobuf_unittest::TestField* protobuf_unittest::TestDiffMessage::add_rm()' is deprecated [-Wdeprecated-declarations] 1092 | msg1.add_rm()->set_a(2); | ^ In file included from google/protobuf/util/message_differencer_unittest.cc:53: ./google/protobuf/util/message_differencer_unittest.pb.h:1822:40: note: declared here 1822 | inline ::protobuf_unittest::TestField* TestDiffMessage::add_rm() { | ^~~~~~~~~~~~~~~ google/protobuf/util/message_differencer_unittest.cc:1093:15: warning: 'protobuf_unittest::TestField* protobuf_unittest::TestDiffMessage::add_rm()' is deprecated [-Wdeprecated-declarations] 1093 | msg1.add_rm()->set_a(3); | ^ In file included from google/protobuf/util/message_differencer_unittest.cc:53: ./google/protobuf/util/message_differencer_unittest.pb.h:1822:40: note: declared here 1822 | inline ::protobuf_unittest::TestField* TestDiffMessage::add_rm() { | ^~~~~~~~~~~~~~~ google/protobuf/util/message_differencer_unittest.cc:1094:15: warning: 'protobuf_unittest::TestField* protobuf_unittest::TestDiffMessage::add_rm()' is deprecated [-Wdeprecated-declarations] 1094 | msg1.add_rm()->set_a(4); | ^ In file included from google/protobuf/util/message_differencer_unittest.cc:53: ./google/protobuf/util/message_differencer_unittest.pb.h:1822:40: note: declared here 1822 | inline ::protobuf_unittest::TestField* TestDiffMessage::add_rm() { | ^~~~~~~~~~~~~~~ google/protobuf/util/message_differencer_unittest.cc:1095:15: warning: 'protobuf_unittest::TestField* protobuf_unittest::TestDiffMessage::add_rm()' is deprecated [-Wdeprecated-declarations] 1095 | msg1.add_rm()->set_a(5); | ^ In file included from google/protobuf/util/message_differencer_unittest.cc:53: ./google/protobuf/util/message_differencer_unittest.pb.h:1822:40: note: declared here 1822 | inline ::protobuf_unittest::TestField* TestDiffMessage::add_rm() { | ^~~~~~~~~~~~~~~ google/protobuf/util/message_differencer_unittest.cc:1096:15: warning: 'protobuf_unittest::TestField* protobuf_unittest::TestDiffMessage::add_rm()' is deprecated [-Wdeprecated-declarations] 1096 | msg2.add_rm()->set_a(2); | ^ In file included from google/protobuf/util/message_differencer_unittest.cc:53: ./google/protobuf/util/message_differencer_unittest.pb.h:1822:40: note: declared here 1822 | inline ::protobuf_unittest::TestField* TestDiffMessage::add_rm() { | ^~~~~~~~~~~~~~~ google/protobuf/util/message_differencer_unittest.cc:1097:15: warning: 'protobuf_unittest::TestField* protobuf_unittest::TestDiffMessage::add_rm()' is deprecated [-Wdeprecated-declarations] 1097 | msg2.add_rm()->set_a(6); | ^ In file included from google/protobuf/util/message_differencer_unittest.cc:53: ./google/protobuf/util/message_differencer_unittest.pb.h:1822:40: note: declared here 1822 | inline ::protobuf_unittest::TestField* TestDiffMessage::add_rm() { | ^~~~~~~~~~~~~~~ google/protobuf/util/message_differencer_unittest.cc:1098:15: warning: 'protobuf_unittest::TestField* protobuf_unittest::TestDiffMessage::add_rm()' is deprecated [-Wdeprecated-declarations] 1098 | msg2.add_rm()->set_a(4); | ^ In file included from google/protobuf/util/message_differencer_unittest.cc:53: ./google/protobuf/util/message_differencer_unittest.pb.h:1822:40: note: declared here 1822 | inline ::protobuf_unittest::TestField* TestDiffMessage::add_rm() { | ^~~~~~~~~~~~~~~ google/protobuf/util/message_differencer_unittest.cc: In member function 'virtual void google::protobuf::{anonymous}::MessageDifferencerTest_RepeatedFieldSmartSetTest_Test::TestBody()': google/protobuf/util/message_differencer_unittest.cc:1140:16: warning: 'protobuf_unittest::TestField* protobuf_unittest::TestDiffMessage::add_rm()' is deprecated [-Wdeprecated-declarations] 1140 | *msg1.add_rm() = elem1_1; | ^ In file included from google/protobuf/util/message_differencer_unittest.cc:53: ./google/protobuf/util/message_differencer_unittest.pb.h:1822:40: note: declared here 1822 | inline ::protobuf_unittest::TestField* TestDiffMessage::add_rm() { | ^~~~~~~~~~~~~~~ google/protobuf/util/message_differencer_unittest.cc:1141:16: warning: 'protobuf_unittest::TestField* protobuf_unittest::TestDiffMessage::add_rm()' is deprecated [-Wdeprecated-declarations] 1141 | *msg1.add_rm() = elem2_1; | ^ In file included from google/protobuf/util/message_differencer_unittest.cc:53: ./google/protobuf/util/message_differencer_unittest.pb.h:1822:40: note: declared here 1822 | inline ::protobuf_unittest::TestField* TestDiffMessage::add_rm() { | ^~~~~~~~~~~~~~~ google/protobuf/util/message_differencer_unittest.cc:1142:16: warning: 'protobuf_unittest::TestField* protobuf_unittest::TestDiffMessage::add_rm()' is deprecated [-Wdeprecated-declarations] 1142 | *msg1.add_rm() = elem3_1; | ^ In file included from google/protobuf/util/message_differencer_unittest.cc:53: ./google/protobuf/util/message_differencer_unittest.pb.h:1822:40: note: declared here 1822 | inline ::protobuf_unittest::TestField* TestDiffMessage::add_rm() { | ^~~~~~~~~~~~~~~ google/protobuf/util/message_differencer_unittest.cc:1144:16: warning: 'protobuf_unittest::TestField* protobuf_unittest::TestDiffMessage::add_rm()' is deprecated [-Wdeprecated-declarations] 1144 | *msg2.add_rm() = elem3_2; | ^ In file included from google/protobuf/util/message_differencer_unittest.cc:53: ./google/protobuf/util/message_differencer_unittest.pb.h:1822:40: note: declared here 1822 | inline ::protobuf_unittest::TestField* TestDiffMessage::add_rm() { | ^~~~~~~~~~~~~~~ google/protobuf/util/message_differencer_unittest.cc:1145:16: warning: 'protobuf_unittest::TestField* protobuf_unittest::TestDiffMessage::add_rm()' is deprecated [-Wdeprecated-declarations] 1145 | *msg2.add_rm() = elem1_2; | ^ In file included from google/protobuf/util/message_differencer_unittest.cc:53: ./google/protobuf/util/message_differencer_unittest.pb.h:1822:40: note: declared here 1822 | inline ::protobuf_unittest::TestField* TestDiffMessage::add_rm() { | ^~~~~~~~~~~~~~~ google/protobuf/util/message_differencer_unittest.cc:1146:16: warning: 'protobuf_unittest::TestField* protobuf_unittest::TestDiffMessage::add_rm()' is deprecated [-Wdeprecated-declarations] 1146 | *msg2.add_rm() = elem2_2; | ^ In file included from google/protobuf/util/message_differencer_unittest.cc:53: ./google/protobuf/util/message_differencer_unittest.pb.h:1822:40: note: declared here 1822 | inline ::protobuf_unittest::TestField* TestDiffMessage::add_rm() { | ^~~~~~~~~~~~~~~ google/protobuf/util/message_differencer_unittest.cc: In member function 'virtual void google::protobuf::{anonymous}::MessageDifferencerTest_RepeatedFieldSmartSetTest_IdenticalElements_Test::TestBody()': google/protobuf/util/message_differencer_unittest.cc:1171:16: warning: 'protobuf_unittest::TestField* protobuf_unittest::TestDiffMessage::add_rm()' is deprecated [-Wdeprecated-declarations] 1171 | *msg1.add_rm() = elem; | ^ In file included from google/protobuf/util/message_differencer_unittest.cc:53: ./google/protobuf/util/message_differencer_unittest.pb.h:1822:40: note: declared here 1822 | inline ::protobuf_unittest::TestField* TestDiffMessage::add_rm() { | ^~~~~~~~~~~~~~~ google/protobuf/util/message_differencer_unittest.cc:1172:16: warning: 'protobuf_unittest::TestField* protobuf_unittest::TestDiffMessage::add_rm()' is deprecated [-Wdeprecated-declarations] 1172 | *msg1.add_rm() = elem; | ^ In file included from google/protobuf/util/message_differencer_unittest.cc:53: ./google/protobuf/util/message_differencer_unittest.pb.h:1822:40: note: declared here 1822 | inline ::protobuf_unittest::TestField* TestDiffMessage::add_rm() { | ^~~~~~~~~~~~~~~ google/protobuf/util/message_differencer_unittest.cc:1173:16: warning: 'protobuf_unittest::TestField* protobuf_unittest::TestDiffMessage::add_rm()' is deprecated [-Wdeprecated-declarations] 1173 | *msg2.add_rm() = elem; | ^ In file included from google/protobuf/util/message_differencer_unittest.cc:53: ./google/protobuf/util/message_differencer_unittest.pb.h:1822:40: note: declared here 1822 | inline ::protobuf_unittest::TestField* TestDiffMessage::add_rm() { | ^~~~~~~~~~~~~~~ google/protobuf/util/message_differencer_unittest.cc:1174:16: warning: 'protobuf_unittest::TestField* protobuf_unittest::TestDiffMessage::add_rm()' is deprecated [-Wdeprecated-declarations] 1174 | *msg2.add_rm() = elem; | ^ In file included from google/protobuf/util/message_differencer_unittest.cc:53: ./google/protobuf/util/message_differencer_unittest.pb.h:1822:40: note: declared here 1822 | inline ::protobuf_unittest::TestField* TestDiffMessage::add_rm() { | ^~~~~~~~~~~~~~~ google/protobuf/util/message_differencer_unittest.cc: In member function 'virtual void google::protobuf::{anonymous}::MessageDifferencerTest_RepeatedFieldSmartSetTest_PreviouslyMatch_Test::TestBody()': google/protobuf/util/message_differencer_unittest.cc:1203:16: warning: 'protobuf_unittest::TestField* protobuf_unittest::TestDiffMessage::add_rm()' is deprecated [-Wdeprecated-declarations] 1203 | *msg1.add_rm() = elem1_1; | ^ In file included from google/protobuf/util/message_differencer_unittest.cc:53: ./google/protobuf/util/message_differencer_unittest.pb.h:1822:40: note: declared here 1822 | inline ::protobuf_unittest::TestField* TestDiffMessage::add_rm() { | ^~~~~~~~~~~~~~~ google/protobuf/util/message_differencer_unittest.cc:1204:16: warning: 'protobuf_unittest::TestField* protobuf_unittest::TestDiffMessage::add_rm()' is deprecated [-Wdeprecated-declarations] 1204 | *msg1.add_rm() = elem2_1; | ^ In file included from google/protobuf/util/message_differencer_unittest.cc:53: ./google/protobuf/util/message_differencer_unittest.pb.h:1822:40: note: declared here 1822 | inline ::protobuf_unittest::TestField* TestDiffMessage::add_rm() { | ^~~~~~~~~~~~~~~ google/protobuf/util/message_differencer_unittest.cc:1205:16: warning: 'protobuf_unittest::TestField* protobuf_unittest::TestDiffMessage::add_rm()' is deprecated [-Wdeprecated-declarations] 1205 | *msg2.add_rm() = elem1_2; | ^ In file included from google/protobuf/util/message_differencer_unittest.cc:53: ./google/protobuf/util/message_differencer_unittest.pb.h:1822:40: note: declared here 1822 | inline ::protobuf_unittest::TestField* TestDiffMessage::add_rm() { | ^~~~~~~~~~~~~~~ google/protobuf/util/message_differencer_unittest.cc:1206:16: warning: 'protobuf_unittest::TestField* protobuf_unittest::TestDiffMessage::add_rm()' is deprecated [-Wdeprecated-declarations] 1206 | *msg2.add_rm() = elem2_2; | ^ In file included from google/protobuf/util/message_differencer_unittest.cc:53: ./google/protobuf/util/message_differencer_unittest.pb.h:1822:40: note: declared here 1822 | inline ::protobuf_unittest::TestField* TestDiffMessage::add_rm() { | ^~~~~~~~~~~~~~~ google/protobuf/util/message_differencer_unittest.cc: In member function 'virtual void google::protobuf::{anonymous}::MessageDifferencerTest_RepeatedFieldSmartSet_MultipleMatches_Test::TestBody()': google/protobuf/util/message_differencer_unittest.cc:1246:16: warning: 'protobuf_unittest::TestField* protobuf_unittest::TestDiffMessage::add_rm()' is deprecated [-Wdeprecated-declarations] 1246 | *msg1.add_rm() = elem1_1; | ^ In file included from google/protobuf/util/message_differencer_unittest.cc:53: ./google/protobuf/util/message_differencer_unittest.pb.h:1822:40: note: declared here 1822 | inline ::protobuf_unittest::TestField* TestDiffMessage::add_rm() { | ^~~~~~~~~~~~~~~ google/protobuf/util/message_differencer_unittest.cc:1247:16: warning: 'protobuf_unittest::TestField* protobuf_unittest::TestDiffMessage::add_rm()' is deprecated [-Wdeprecated-declarations] 1247 | *msg1.add_rm() = elem2_1; | ^ In file included from google/protobuf/util/message_differencer_unittest.cc:53: ./google/protobuf/util/message_differencer_unittest.pb.h:1822:40: note: declared here 1822 | inline ::protobuf_unittest::TestField* TestDiffMessage::add_rm() { | ^~~~~~~~~~~~~~~ google/protobuf/util/message_differencer_unittest.cc:1248:16: warning: 'protobuf_unittest::TestField* protobuf_unittest::TestDiffMessage::add_rm()' is deprecated [-Wdeprecated-declarations] 1248 | *msg1.add_rm() = elem3_1; | ^ In file included from google/protobuf/util/message_differencer_unittest.cc:53: ./google/protobuf/util/message_differencer_unittest.pb.h:1822:40: note: declared here 1822 | inline ::protobuf_unittest::TestField* TestDiffMessage::add_rm() { | ^~~~~~~~~~~~~~~ google/protobuf/util/message_differencer_unittest.cc:1249:16: warning: 'protobuf_unittest::TestField* protobuf_unittest::TestDiffMessage::add_rm()' is deprecated [-Wdeprecated-declarations] 1249 | *msg2.add_rm() = elem2_2; | ^ In file included from google/protobuf/util/message_differencer_unittest.cc:53: ./google/protobuf/util/message_differencer_unittest.pb.h:1822:40: note: declared here 1822 | inline ::protobuf_unittest::TestField* TestDiffMessage::add_rm() { | ^~~~~~~~~~~~~~~ google/protobuf/util/message_differencer_unittest.cc:1250:16: warning: 'protobuf_unittest::TestField* protobuf_unittest::TestDiffMessage::add_rm()' is deprecated [-Wdeprecated-declarations] 1250 | *msg2.add_rm() = elem3_2; | ^ In file included from google/protobuf/util/message_differencer_unittest.cc:53: ./google/protobuf/util/message_differencer_unittest.pb.h:1822:40: note: declared here 1822 | inline ::protobuf_unittest::TestField* TestDiffMessage::add_rm() { | ^~~~~~~~~~~~~~~ google/protobuf/util/message_differencer_unittest.cc: In member function 'virtual void google::protobuf::{anonymous}::MessageDifferencerTest_RepeatedFieldSmartSet_MultipleMatchesNoReporter_Test::TestBody()': google/protobuf/util/message_differencer_unittest.cc:1274:16: warning: 'protobuf_unittest::TestField* protobuf_unittest::TestDiffMessage::add_rm()' is deprecated [-Wdeprecated-declarations] 1274 | *msg1.add_rm() = elem1; | ^ In file included from google/protobuf/util/message_differencer_unittest.cc:53: ./google/protobuf/util/message_differencer_unittest.pb.h:1822:40: note: declared here 1822 | inline ::protobuf_unittest::TestField* TestDiffMessage::add_rm() { | ^~~~~~~~~~~~~~~ google/protobuf/util/message_differencer_unittest.cc:1275:16: warning: 'protobuf_unittest::TestField* protobuf_unittest::TestDiffMessage::add_rm()' is deprecated [-Wdeprecated-declarations] 1275 | *msg1.add_rm() = elem2; | ^ In file included from google/protobuf/util/message_differencer_unittest.cc:53: ./google/protobuf/util/message_differencer_unittest.pb.h:1822:40: note: declared here 1822 | inline ::protobuf_unittest::TestField* TestDiffMessage::add_rm() { | ^~~~~~~~~~~~~~~ google/protobuf/util/message_differencer_unittest.cc:1276:16: warning: 'protobuf_unittest::TestField* protobuf_unittest::TestDiffMessage::add_rm()' is deprecated [-Wdeprecated-declarations] 1276 | *msg1.add_rm() = elem3; | ^ In file included from google/protobuf/util/message_differencer_unittest.cc:53: ./google/protobuf/util/message_differencer_unittest.pb.h:1822:40: note: declared here 1822 | inline ::protobuf_unittest::TestField* TestDiffMessage::add_rm() { | ^~~~~~~~~~~~~~~ google/protobuf/util/message_differencer_unittest.cc:1277:16: warning: 'protobuf_unittest::TestField* protobuf_unittest::TestDiffMessage::add_rm()' is deprecated [-Wdeprecated-declarations] 1277 | *msg2.add_rm() = elem2; | ^ In file included from google/protobuf/util/message_differencer_unittest.cc:53: ./google/protobuf/util/message_differencer_unittest.pb.h:1822:40: note: declared here 1822 | inline ::protobuf_unittest::TestField* TestDiffMessage::add_rm() { | ^~~~~~~~~~~~~~~ google/protobuf/util/message_differencer_unittest.cc:1278:16: warning: 'protobuf_unittest::TestField* protobuf_unittest::TestDiffMessage::add_rm()' is deprecated [-Wdeprecated-declarations] 1278 | *msg2.add_rm() = elem3; | ^ In file included from google/protobuf/util/message_differencer_unittest.cc:53: ./google/protobuf/util/message_differencer_unittest.pb.h:1822:40: note: declared here 1822 | inline ::protobuf_unittest::TestField* TestDiffMessage::add_rm() { | ^~~~~~~~~~~~~~~ google/protobuf/util/message_differencer_unittest.cc:1279:16: warning: 'protobuf_unittest::TestField* protobuf_unittest::TestDiffMessage::add_rm()' is deprecated [-Wdeprecated-declarations] 1279 | *msg2.add_rm() = elem4; | ^ In file included from google/protobuf/util/message_differencer_unittest.cc:53: ./google/protobuf/util/message_differencer_unittest.pb.h:1822:40: note: declared here 1822 | inline ::protobuf_unittest::TestField* TestDiffMessage::add_rm() { | ^~~~~~~~~~~~~~~ google/protobuf/util/message_differencer_unittest.cc: In member function 'virtual void google::protobuf::{anonymous}::MessageDifferencerTest_RepeatedFieldSetTest_PartialSimple_Test::TestBody()': google/protobuf/util/message_differencer_unittest.cc:1501:12: warning: 'protobuf_unittest::TestField* protobuf_unittest::TestDiffMessage::add_rm()' is deprecated [-Wdeprecated-declarations] 1501 | a.add_rm()->set_c(1); | ^ In file included from google/protobuf/util/message_differencer_unittest.cc:53: ./google/protobuf/util/message_differencer_unittest.pb.h:1822:40: note: declared here 1822 | inline ::protobuf_unittest::TestField* TestDiffMessage::add_rm() { | ^~~~~~~~~~~~~~~ google/protobuf/util/message_differencer_unittest.cc:1502:12: warning: 'protobuf_unittest::TestField* protobuf_unittest::TestDiffMessage::add_rm()' is deprecated [-Wdeprecated-declarations] 1502 | a.add_rm()->set_c(0); | ^ In file included from google/protobuf/util/message_differencer_unittest.cc:53: ./google/protobuf/util/message_differencer_unittest.pb.h:1822:40: note: declared here 1822 | inline ::protobuf_unittest::TestField* TestDiffMessage::add_rm() { | ^~~~~~~~~~~~~~~ google/protobuf/util/message_differencer_unittest.cc:1507:12: warning: 'protobuf_unittest::TestField* protobuf_unittest::TestDiffMessage::add_rm()' is deprecated [-Wdeprecated-declarations] 1507 | b.add_rm()->set_c(1); | ^ In file included from google/protobuf/util/message_differencer_unittest.cc:53: ./google/protobuf/util/message_differencer_unittest.pb.h:1822:40: note: declared here 1822 | inline ::protobuf_unittest::TestField* TestDiffMessage::add_rm() { | ^~~~~~~~~~~~~~~ google/protobuf/util/message_differencer_unittest.cc:1508:12: warning: 'protobuf_unittest::TestField* protobuf_unittest::TestDiffMessage::add_rm()' is deprecated [-Wdeprecated-declarations] 1508 | b.add_rm(); | ^ In file included from google/protobuf/util/message_differencer_unittest.cc:53: ./google/protobuf/util/message_differencer_unittest.pb.h:1822:40: note: declared here 1822 | inline ::protobuf_unittest::TestField* TestDiffMessage::add_rm() { | ^~~~~~~~~~~~~~~ google/protobuf/util/message_differencer_unittest.cc:1513:12: warning: 'protobuf_unittest::TestField* protobuf_unittest::TestDiffMessage::add_rm()' is deprecated [-Wdeprecated-declarations] 1513 | c.add_rm(); | ^ In file included from google/protobuf/util/message_differencer_unittest.cc:53: ./google/protobuf/util/message_differencer_unittest.pb.h:1822:40: note: declared here 1822 | inline ::protobuf_unittest::TestField* TestDiffMessage::add_rm() { | ^~~~~~~~~~~~~~~ google/protobuf/util/message_differencer_unittest.cc:1514:12: warning: 'protobuf_unittest::TestField* protobuf_unittest::TestDiffMessage::add_rm()' is deprecated [-Wdeprecated-declarations] 1514 | c.add_rm()->set_c(1); | ^ In file included from google/protobuf/util/message_differencer_unittest.cc:53: ./google/protobuf/util/message_differencer_unittest.pb.h:1822:40: note: declared here 1822 | inline ::protobuf_unittest::TestField* TestDiffMessage::add_rm() { | ^~~~~~~~~~~~~~~ google/protobuf/util/message_differencer_unittest.cc: In member function 'virtual void google::protobuf::{anonymous}::MessageDifferencerTest_RepeatedFieldSetTest_Partial_Test::TestBody()': google/protobuf/util/message_differencer_unittest.cc:1529:15: warning: 'protobuf_unittest::TestField* protobuf_unittest::TestDiffMessage::add_rm()' is deprecated [-Wdeprecated-declarations] 1529 | msg1.add_rm()->set_a(1); | ^ In file included from google/protobuf/util/message_differencer_unittest.cc:53: ./google/protobuf/util/message_differencer_unittest.pb.h:1822:40: note: declared here 1822 | inline ::protobuf_unittest::TestField* TestDiffMessage::add_rm() { | ^~~~~~~~~~~~~~~ google/protobuf/util/message_differencer_unittest.cc:1530:15: warning: 'protobuf_unittest::TestField* protobuf_unittest::TestDiffMessage::add_rm()' is deprecated [-Wdeprecated-declarations] 1530 | msg1.add_rm()->set_b(2); | ^ In file included from google/protobuf/util/message_differencer_unittest.cc:53: ./google/protobuf/util/message_differencer_unittest.pb.h:1822:40: note: declared here 1822 | inline ::protobuf_unittest::TestField* TestDiffMessage::add_rm() { | ^~~~~~~~~~~~~~~ google/protobuf/util/message_differencer_unittest.cc:1531:15: warning: 'protobuf_unittest::TestField* protobuf_unittest::TestDiffMessage::add_rm()' is deprecated [-Wdeprecated-declarations] 1531 | msg1.add_rm()->set_c(3); | ^ In file included from google/protobuf/util/message_differencer_unittest.cc:53: ./google/protobuf/util/message_differencer_unittest.pb.h:1822:40: note: declared here 1822 | inline ::protobuf_unittest::TestField* TestDiffMessage::add_rm() { | ^~~~~~~~~~~~~~~ google/protobuf/util/message_differencer_unittest.cc:1537:53: warning: 'protobuf_unittest::TestField* protobuf_unittest::TestDiffMessage::add_rm()' is deprecated [-Wdeprecated-declarations] 1537 | protobuf_unittest::TestField* field = msg2.add_rm(); | ^ In file included from google/protobuf/util/message_differencer_unittest.cc:53: ./google/protobuf/util/message_differencer_unittest.pb.h:1822:40: note: declared here 1822 | inline ::protobuf_unittest::TestField* TestDiffMessage::add_rm() { | ^~~~~~~~~~~~~~~ google/protobuf/util/message_differencer_unittest.cc:1540:23: warning: 'protobuf_unittest::TestField* protobuf_unittest::TestDiffMessage::add_rm()' is deprecated [-Wdeprecated-declarations] 1540 | field = msg2.add_rm(); | ^ In file included from google/protobuf/util/message_differencer_unittest.cc:53: ./google/protobuf/util/message_differencer_unittest.pb.h:1822:40: note: declared here 1822 | inline ::protobuf_unittest::TestField* TestDiffMessage::add_rm() { | ^~~~~~~~~~~~~~~ google/protobuf/util/message_differencer_unittest.cc:1543:23: warning: 'protobuf_unittest::TestField* protobuf_unittest::TestDiffMessage::add_rm()' is deprecated [-Wdeprecated-declarations] 1543 | field = msg2.add_rm(); | ^ In file included from google/protobuf/util/message_differencer_unittest.cc:53: ./google/protobuf/util/message_differencer_unittest.pb.h:1822:40: note: declared here 1822 | inline ::protobuf_unittest::TestField* TestDiffMessage::add_rm() { | ^~~~~~~~~~~~~~~ google/protobuf/util/message_differencer_unittest.cc: In member function 'virtual void google::protobuf::{anonymous}::MessageDifferencerTest_IgnoreField_Message_Test::TestBody()': google/protobuf/util/message_differencer_unittest.cc:1977:23: warning: 'protobuf_unittest::TestField* protobuf_unittest::TestDiffMessage::add_rm()' is deprecated [-Wdeprecated-declarations] 1977 | field = msg1.add_rm(); | ^ In file included from google/protobuf/util/message_differencer_unittest.cc:53: ./google/protobuf/util/message_differencer_unittest.pb.h:1822:40: note: declared here 1822 | inline ::protobuf_unittest::TestField* TestDiffMessage::add_rm() { | ^~~~~~~~~~~~~~~ google/protobuf/util/message_differencer_unittest.cc:1980:23: warning: 'protobuf_unittest::TestField* protobuf_unittest::TestDiffMessage::add_rm()' is deprecated [-Wdeprecated-declarations] 1980 | field = msg2.add_rm(); | ^ In file included from google/protobuf/util/message_differencer_unittest.cc:53: ./google/protobuf/util/message_differencer_unittest.pb.h:1822:40: note: declared here 1822 | inline ::protobuf_unittest::TestField* TestDiffMessage::add_rm() { | ^~~~~~~~~~~~~~~ google/protobuf/util/message_differencer_unittest.cc: In member function 'virtual void google::protobuf::{anonymous}::MessageDifferencerTest_IgnoreField_NestedMessage_Test::TestBody()': google/protobuf/util/message_differencer_unittest.cc:2065:23: warning: 'protobuf_unittest::TestField* protobuf_unittest::TestDiffMessage::add_rm()' is deprecated [-Wdeprecated-declarations] 2065 | field = msg1.add_rm(); | ^ In file included from google/protobuf/util/message_differencer_unittest.cc:53: ./google/protobuf/util/message_differencer_unittest.pb.h:1822:40: note: declared here 1822 | inline ::protobuf_unittest::TestField* TestDiffMessage::add_rm() { | ^~~~~~~~~~~~~~~ google/protobuf/util/message_differencer_unittest.cc:2069:23: warning: 'protobuf_unittest::TestField* protobuf_unittest::TestDiffMessage::add_rm()' is deprecated [-Wdeprecated-declarations] 2069 | field = msg2.add_rm(); | ^ In file included from google/protobuf/util/message_differencer_unittest.cc:53: ./google/protobuf/util/message_differencer_unittest.pb.h:1822:40: note: declared here 1822 | inline ::protobuf_unittest::TestField* TestDiffMessage::add_rm() { | ^~~~~~~~~~~~~~~ google/protobuf/util/message_differencer_unittest.cc: In member function 'virtual void google::protobuf::{anonymous}::MessageDifferencerTest_FieldContextParentFieldsTest_Test::TestBody()': google/protobuf/util/message_differencer_unittest.cc:2298:15: warning: 'protobuf_unittest::TestField* protobuf_unittest::TestDiffMessage::add_rm()' is deprecated [-Wdeprecated-declarations] 2298 | msg1.add_rm()->set_c(1); | ^ In file included from google/protobuf/util/message_differencer_unittest.cc:53: ./google/protobuf/util/message_differencer_unittest.pb.h:1822:40: note: declared here 1822 | inline ::protobuf_unittest::TestField* TestDiffMessage::add_rm() { | ^~~~~~~~~~~~~~~ google/protobuf/util/message_differencer_unittest.cc:2300:15: warning: 'protobuf_unittest::TestField* protobuf_unittest::TestDiffMessage::add_rm()' is deprecated [-Wdeprecated-declarations] 2300 | msg2.add_rm()->set_c(1); | ^ In file included from google/protobuf/util/message_differencer_unittest.cc:53: ./google/protobuf/util/message_differencer_unittest.pb.h:1822:40: note: declared here 1822 | inline ::protobuf_unittest::TestField* TestDiffMessage::add_rm() { | ^~~~~~~~~~~~~~~ google/protobuf/util/message_differencer_unittest.cc: In member function 'virtual void google::protobuf::{anonymous}::ComparisonTest_IgnoredNoChangeTest_Test::TestBody()': google/protobuf/util/message_differencer_unittest.cc:2944:22: warning: 'void protobuf_unittest::TestDiffMessage::set_v(google::protobuf::int32)' is deprecated [-Wdeprecated-declarations] 2944 | proto1diff_.set_v(3); | ^ In file included from google/protobuf/util/message_differencer_unittest.cc:53: ./google/protobuf/util/message_differencer_unittest.pb.h:1510:13: note: declared here 1510 | inline void TestDiffMessage::set_v(::PROTOBUF_NAMESPACE_ID::int32 value) { | ^~~~~~~~~~~~~~~ google/protobuf/util/message_differencer_unittest.cc:2945:22: warning: 'void protobuf_unittest::TestDiffMessage::set_v(google::protobuf::int32)' is deprecated [-Wdeprecated-declarations] 2945 | proto2diff_.set_v(3); | ^ In file included from google/protobuf/util/message_differencer_unittest.cc:53: ./google/protobuf/util/message_differencer_unittest.pb.h:1510:13: note: declared here 1510 | inline void TestDiffMessage::set_v(::PROTOBUF_NAMESPACE_ID::int32 value) { | ^~~~~~~~~~~~~~~ google/protobuf/util/message_differencer_unittest.cc: In member function 'virtual void google::protobuf::{anonymous}::ComparisonTest_IgnoredAddTest_Test::TestBody()': google/protobuf/util/message_differencer_unittest.cc:2957:22: warning: 'void protobuf_unittest::TestDiffMessage::set_v(google::protobuf::int32)' is deprecated [-Wdeprecated-declarations] 2957 | proto2diff_.set_v(3); | ^ In file included from google/protobuf/util/message_differencer_unittest.cc:53: ./google/protobuf/util/message_differencer_unittest.pb.h:1510:13: note: declared here 1510 | inline void TestDiffMessage::set_v(::PROTOBUF_NAMESPACE_ID::int32 value) { | ^~~~~~~~~~~~~~~ google/protobuf/util/message_differencer_unittest.cc: In member function 'virtual void google::protobuf::{anonymous}::ComparisonTest_IgnoredDeleteTest_Test::TestBody()': google/protobuf/util/message_differencer_unittest.cc:2969:22: warning: 'void protobuf_unittest::TestDiffMessage::set_v(google::protobuf::int32)' is deprecated [-Wdeprecated-declarations] 2969 | proto1diff_.set_v(3); | ^ In file included from google/protobuf/util/message_differencer_unittest.cc:53: ./google/protobuf/util/message_differencer_unittest.pb.h:1510:13: note: declared here 1510 | inline void TestDiffMessage::set_v(::PROTOBUF_NAMESPACE_ID::int32 value) { | ^~~~~~~~~~~~~~~ google/protobuf/util/message_differencer_unittest.cc: In member function 'virtual void google::protobuf::{anonymous}::ComparisonTest_IgnoredModifyTest_Test::TestBody()': google/protobuf/util/message_differencer_unittest.cc:2981:22: warning: 'void protobuf_unittest::TestDiffMessage::set_v(google::protobuf::int32)' is deprecated [-Wdeprecated-declarations] 2981 | proto1diff_.set_v(3); | ^ In file included from google/protobuf/util/message_differencer_unittest.cc:53: ./google/protobuf/util/message_differencer_unittest.pb.h:1510:13: note: declared here 1510 | inline void TestDiffMessage::set_v(::PROTOBUF_NAMESPACE_ID::int32 value) { | ^~~~~~~~~~~~~~~ google/protobuf/util/message_differencer_unittest.cc:2982:22: warning: 'void protobuf_unittest::TestDiffMessage::set_v(google::protobuf::int32)' is deprecated [-Wdeprecated-declarations] 2982 | proto2diff_.set_v(4); | ^ In file included from google/protobuf/util/message_differencer_unittest.cc:53: ./google/protobuf/util/message_differencer_unittest.pb.h:1510:13: note: declared here 1510 | inline void TestDiffMessage::set_v(::PROTOBUF_NAMESPACE_ID::int32 value) { | ^~~~~~~~~~~~~~~ google/protobuf/util/message_differencer_unittest.cc: In member function 'virtual void google::protobuf::{anonymous}::ComparisonTest_IgnoredRepeatedNested_Test::TestBody()': google/protobuf/util/message_differencer_unittest.cc:3075:22: warning: 'protobuf_unittest::TestField* protobuf_unittest::TestDiffMessage::add_rm()' is deprecated [-Wdeprecated-declarations] 3075 | proto1diff_.add_rm()->set_c(0); | ^ In file included from google/protobuf/util/message_differencer_unittest.cc:53: ./google/protobuf/util/message_differencer_unittest.pb.h:1822:40: note: declared here 1822 | inline ::protobuf_unittest::TestField* TestDiffMessage::add_rm() { | ^~~~~~~~~~~~~~~ google/protobuf/util/message_differencer_unittest.cc:3076:22: warning: 'protobuf_unittest::TestField* protobuf_unittest::TestDiffMessage::add_rm()' is deprecated [-Wdeprecated-declarations] 3076 | proto1diff_.add_rm()->set_c(1); | ^ In file included from google/protobuf/util/message_differencer_unittest.cc:53: ./google/protobuf/util/message_differencer_unittest.pb.h:1822:40: note: declared here 1822 | inline ::protobuf_unittest::TestField* TestDiffMessage::add_rm() { | ^~~~~~~~~~~~~~~ google/protobuf/util/message_differencer_unittest.cc:3077:22: warning: 'protobuf_unittest::TestField* protobuf_unittest::TestDiffMessage::add_rm()' is deprecated [-Wdeprecated-declarations] 3077 | proto2diff_.add_rm()->set_c(2); | ^ In file included from google/protobuf/util/message_differencer_unittest.cc:53: ./google/protobuf/util/message_differencer_unittest.pb.h:1822:40: note: declared here 1822 | inline ::protobuf_unittest::TestField* TestDiffMessage::add_rm() { | ^~~~~~~~~~~~~~~ google/protobuf/util/message_differencer_unittest.cc:3078:22: warning: 'protobuf_unittest::TestField* protobuf_unittest::TestDiffMessage::add_rm()' is deprecated [-Wdeprecated-declarations] 3078 | proto2diff_.add_rm()->set_c(3); | ^ In file included from google/protobuf/util/message_differencer_unittest.cc:53: ./google/protobuf/util/message_differencer_unittest.pb.h:1822:40: note: declared here 1822 | inline ::protobuf_unittest::TestField* TestDiffMessage::add_rm() { | ^~~~~~~~~~~~~~~ CXX google/protobuf/protobuf_test-map_proto2_unittest.pb.o CXX google/protobuf/protobuf_test-map_unittest.pb.o CXX google/protobuf/protobuf_test-unittest_arena.pb.o CXX google/protobuf/protobuf_test-unittest_custom_options.pb.o CXX google/protobuf/protobuf_test-unittest_drop_unknown_fields.pb.o CXX google/protobuf/protobuf_test-unittest_embed_optimize_for.pb.o CXX google/protobuf/protobuf_test-unittest_empty.pb.o CXX google/protobuf/protobuf_test-unittest_enormous_descriptor.pb.o CXX google/protobuf/protobuf_test-unittest_import.pb.o CXX google/protobuf/protobuf_test-unittest_import_public.pb.o CXX google/protobuf/protobuf_test-unittest_lazy_dependencies.pb.o CXX google/protobuf/protobuf_test-unittest_lazy_dependencies_custom_option.pb.o CXX google/protobuf/protobuf_test-unittest_lazy_dependencies_enum.pb.o CXX google/protobuf/protobuf_test-unittest_lite_imports_nonlite.pb.o CXX google/protobuf/protobuf_test-unittest_mset.pb.o CXX google/protobuf/protobuf_test-unittest_mset_wire_format.pb.o CXX google/protobuf/protobuf_test-unittest_no_field_presence.pb.o CXX google/protobuf/protobuf_test-unittest_no_generic_services.pb.o CXX google/protobuf/protobuf_test-unittest_optimize_for.pb.o CXX google/protobuf/protobuf_test-unittest.pb.o CXX google/protobuf/protobuf_test-unittest_preserve_unknown_enum2.pb.o CXX google/protobuf/protobuf_test-unittest_preserve_unknown_enum.pb.o CXX google/protobuf/protobuf_test-unittest_proto3.pb.o CXX google/protobuf/protobuf_test-unittest_proto3_arena.pb.o CXX google/protobuf/protobuf_test-unittest_proto3_arena_lite.pb.o CXX google/protobuf/protobuf_test-unittest_proto3_lite.pb.o CXX google/protobuf/protobuf_test-unittest_proto3_optional.pb.o CXX google/protobuf/protobuf_test-unittest_well_known_types.pb.o CXX google/protobuf/util/internal/testdata/protobuf_test-anys.pb.o CXX google/protobuf/util/internal/testdata/protobuf_test-books.pb.o CXX google/protobuf/util/internal/testdata/protobuf_test-default_value.pb.o CXX google/protobuf/util/internal/testdata/protobuf_test-default_value_test.pb.o CXX google/protobuf/util/internal/testdata/protobuf_test-field_mask.pb.o CXX google/protobuf/util/internal/testdata/protobuf_test-maps.pb.o CXX google/protobuf/util/internal/testdata/protobuf_test-oneofs.pb.o CXX google/protobuf/util/internal/testdata/protobuf_test-proto3.pb.o CXX google/protobuf/util/internal/testdata/protobuf_test-struct.pb.o CXX google/protobuf/util/internal/testdata/protobuf_test-timestamp_duration.pb.o CXX google/protobuf/util/internal/testdata/protobuf_test-wrappers.pb.o CXX google/protobuf/util/protobuf_test-json_format.pb.o CXX google/protobuf/util/protobuf_test-json_format_proto3.pb.o CXX google/protobuf/util/protobuf_test-message_differencer_unittest.pb.o CXX google/protobuf/compiler/cpp/protobuf_lazy_descriptor_test-cpp_unittest.o CXX google/protobuf/protobuf_lazy_descriptor_test-arena_test_util.o CXX google/protobuf/protobuf_lazy_descriptor_test-test_util.o CXX google/protobuf/testing/protobuf_lazy_descriptor_test-googletest.o CXX google/protobuf/testing/protobuf_lazy_descriptor_test-file.o CXX google/protobuf/protobuf_lazy_descriptor_test-map_lite_unittest.pb.o CXX google/protobuf/protobuf_lazy_descriptor_test-unittest_lite.pb.o CXX google/protobuf/protobuf_lazy_descriptor_test-unittest_import_lite.pb.o CXX google/protobuf/protobuf_lazy_descriptor_test-unittest_import_public_lite.pb.o CXX google/protobuf/protobuf_lazy_descriptor_test-any_test.pb.o CXX google/protobuf/compiler/cpp/protobuf_lazy_descriptor_test-cpp_test_bad_identifiers.pb.o CXX google/protobuf/compiler/cpp/protobuf_lazy_descriptor_test-cpp_test_large_enum_value.pb.o CXX google/protobuf/protobuf_lazy_descriptor_test-map_proto2_unittest.pb.o CXX google/protobuf/protobuf_lazy_descriptor_test-map_unittest.pb.o CXX google/protobuf/protobuf_lazy_descriptor_test-unittest_arena.pb.o CXX google/protobuf/protobuf_lazy_descriptor_test-unittest_custom_options.pb.o CXX google/protobuf/protobuf_lazy_descriptor_test-unittest_drop_unknown_fields.pb.o CXX google/protobuf/protobuf_lazy_descriptor_test-unittest_embed_optimize_for.pb.o CXX google/protobuf/protobuf_lazy_descriptor_test-unittest_empty.pb.o CXX google/protobuf/protobuf_lazy_descriptor_test-unittest_enormous_descriptor.pb.o CXX google/protobuf/protobuf_lazy_descriptor_test-unittest_import.pb.o CXX google/protobuf/protobuf_lazy_descriptor_test-unittest_import_public.pb.o CXX google/protobuf/protobuf_lazy_descriptor_test-unittest_lazy_dependencies.pb.o CXX google/protobuf/protobuf_lazy_descriptor_test-unittest_lazy_dependencies_custom_option.pb.o CXX google/protobuf/protobuf_lazy_descriptor_test-unittest_lazy_dependencies_enum.pb.o CXX google/protobuf/protobuf_lazy_descriptor_test-unittest_lite_imports_nonlite.pb.o CXX google/protobuf/protobuf_lazy_descriptor_test-unittest_mset.pb.o CXX google/protobuf/protobuf_lazy_descriptor_test-unittest_mset_wire_format.pb.o CXX google/protobuf/protobuf_lazy_descriptor_test-unittest_no_field_presence.pb.o CXX google/protobuf/protobuf_lazy_descriptor_test-unittest_no_generic_services.pb.o CXX google/protobuf/protobuf_lazy_descriptor_test-unittest_optimize_for.pb.o CXX google/protobuf/protobuf_lazy_descriptor_test-unittest.pb.o CXX google/protobuf/protobuf_lazy_descriptor_test-unittest_preserve_unknown_enum2.pb.o CXX google/protobuf/protobuf_lazy_descriptor_test-unittest_preserve_unknown_enum.pb.o CXX google/protobuf/protobuf_lazy_descriptor_test-unittest_proto3.pb.o CXX google/protobuf/protobuf_lazy_descriptor_test-unittest_proto3_arena.pb.o CXX google/protobuf/protobuf_lazy_descriptor_test-unittest_proto3_arena_lite.pb.o CXX google/protobuf/protobuf_lazy_descriptor_test-unittest_proto3_lite.pb.o CXX google/protobuf/protobuf_lazy_descriptor_test-unittest_proto3_optional.pb.o CXX google/protobuf/protobuf_lazy_descriptor_test-unittest_well_known_types.pb.o CXX google/protobuf/util/internal/testdata/protobuf_lazy_descriptor_test-anys.pb.o CXX google/protobuf/util/internal/testdata/protobuf_lazy_descriptor_test-books.pb.o CXX google/protobuf/util/internal/testdata/protobuf_lazy_descriptor_test-default_value.pb.o CXX google/protobuf/util/internal/testdata/protobuf_lazy_descriptor_test-default_value_test.pb.o CXX google/protobuf/util/internal/testdata/protobuf_lazy_descriptor_test-field_mask.pb.o CXX google/protobuf/util/internal/testdata/protobuf_lazy_descriptor_test-maps.pb.o CXX google/protobuf/util/internal/testdata/protobuf_lazy_descriptor_test-oneofs.pb.o CXX google/protobuf/util/internal/testdata/protobuf_lazy_descriptor_test-proto3.pb.o CXX google/protobuf/util/internal/testdata/protobuf_lazy_descriptor_test-struct.pb.o CXX google/protobuf/util/internal/testdata/protobuf_lazy_descriptor_test-timestamp_duration.pb.o CXX google/protobuf/util/internal/testdata/protobuf_lazy_descriptor_test-wrappers.pb.o CXX google/protobuf/util/protobuf_lazy_descriptor_test-json_format.pb.o CXX google/protobuf/util/protobuf_lazy_descriptor_test-json_format_proto3.pb.o CXX google/protobuf/util/protobuf_lazy_descriptor_test-message_differencer_unittest.pb.o CXX google/protobuf/protobuf_lite_test-lite_unittest.o CXX google/protobuf/protobuf_lite_test-arena_test_util.o CXX google/protobuf/protobuf_lite_test-map_lite_test_util.o CXX google/protobuf/protobuf_lite_test-test_util_lite.o CXX google/protobuf/protobuf_lite_test-map_lite_unittest.pb.o CXX google/protobuf/protobuf_lite_test-unittest_lite.pb.o CXX google/protobuf/protobuf_lite_test-unittest_import_lite.pb.o CXX google/protobuf/protobuf_lite_test-unittest_import_public_lite.pb.o CXXLD test_plugin CXX google/protobuf/protobuf_lite_arena_test-lite_arena_unittest.o CXX google/protobuf/protobuf_lite_arena_test-arena_test_util.o CXX google/protobuf/protobuf_lite_arena_test-map_lite_test_util.o CXX google/protobuf/protobuf_lite_arena_test-test_util_lite.o CXX google/protobuf/protobuf_lite_arena_test-map_lite_unittest.pb.o CXX google/protobuf/protobuf_lite_arena_test-unittest_lite.pb.o CXX google/protobuf/protobuf_lite_arena_test-unittest_import_lite.pb.o CXX google/protobuf/protobuf_lite_arena_test-unittest_import_public_lite.pb.o CXX google/protobuf/no_warning_test-map_lite_unittest.pb.o CXX google/protobuf/no_warning_test-unittest_lite.pb.o CXX google/protobuf/no_warning_test-unittest_import_lite.pb.o CXX google/protobuf/no_warning_test-unittest_import_public_lite.pb.o CXX google/protobuf/no_warning_test-any_test.pb.o CXX google/protobuf/compiler/cpp/no_warning_test-cpp_test_bad_identifiers.pb.o CXX google/protobuf/compiler/cpp/no_warning_test-cpp_test_large_enum_value.pb.o In file included from ./google/protobuf/map_type_handler.h:34, from ./google/protobuf/map.h:56, from ./google/protobuf/generated_message_table_driven.h:34, from ./google/protobuf/unittest_lite.pb.h:26, from google/protobuf/unittest_lite.pb.cc:4: ./google/protobuf/parse_context.h: In instantiation of 'bool google::protobuf::internal::ExpectTag(const char*) [with unsigned int tag = 248]': google/protobuf/unittest_lite.pb.cc:2446:73: required from here ./google/protobuf/parse_context.h:398:17: warning: comparison is always false due to limited range of data type [-Wtype-limits] 398 | return *ptr == tag; | ~~~~~^~~~~~ ./google/protobuf/parse_context.h: In instantiation of 'bool google::protobuf::internal::ExpectTag(const char*) [with unsigned int tag = 256]': google/protobuf/unittest_lite.pb.cc:2461:73: required from here ./google/protobuf/parse_context.h:398:17: warning: comparison is always false due to limited range of data type [-Wtype-limits] ./google/protobuf/parse_context.h: In instantiation of 'bool google::protobuf::internal::ExpectTag(const char*) [with unsigned int tag = 264]': google/protobuf/unittest_lite.pb.cc:2476:73: required from here ./google/protobuf/parse_context.h:398:17: warning: comparison is always false due to limited range of data type [-Wtype-limits] ./google/protobuf/parse_context.h: In instantiation of 'bool google::protobuf::internal::ExpectTag(const char*) [with unsigned int tag = 272]': google/protobuf/unittest_lite.pb.cc:2491:73: required from here ./google/protobuf/parse_context.h:398:17: warning: comparison is always false due to limited range of data type [-Wtype-limits] ./google/protobuf/parse_context.h: In instantiation of 'bool google::protobuf::internal::ExpectTag(const char*) [with unsigned int tag = 280]': google/protobuf/unittest_lite.pb.cc:2506:73: required from here ./google/protobuf/parse_context.h:398:17: warning: comparison is always false due to limited range of data type [-Wtype-limits] ./google/protobuf/parse_context.h: In instantiation of 'bool google::protobuf::internal::ExpectTag(const char*) [with unsigned int tag = 288]': google/protobuf/unittest_lite.pb.cc:2521:73: required from here ./google/protobuf/parse_context.h:398:17: warning: comparison is always false due to limited range of data type [-Wtype-limits] ./google/protobuf/parse_context.h: In instantiation of 'bool google::protobuf::internal::ExpectTag(const char*) [with unsigned int tag = 301]': google/protobuf/unittest_lite.pb.cc:2536:73: required from here ./google/protobuf/parse_context.h:398:17: warning: comparison is always false due to limited range of data type [-Wtype-limits] ./google/protobuf/parse_context.h: In instantiation of 'bool google::protobuf::internal::ExpectTag(const char*) [with unsigned int tag = 305]': google/protobuf/unittest_lite.pb.cc:2551:73: required from here ./google/protobuf/parse_context.h:398:17: warning: comparison is always false due to limited range of data type [-Wtype-limits] ./google/protobuf/parse_context.h: In instantiation of 'bool google::protobuf::internal::ExpectTag(const char*) [with unsigned int tag = 317]': google/protobuf/unittest_lite.pb.cc:2566:73: required from here ./google/protobuf/parse_context.h:398:17: warning: comparison is always false due to limited range of data type [-Wtype-limits] ./google/protobuf/parse_context.h: In instantiation of 'bool google::protobuf::internal::ExpectTag(const char*) [with unsigned int tag = 321]': google/protobuf/unittest_lite.pb.cc:2581:73: required from here ./google/protobuf/parse_context.h:398:17: warning: comparison is always false due to limited range of data type [-Wtype-limits] ./google/protobuf/parse_context.h: In instantiation of 'bool google::protobuf::internal::ExpectTag(const char*) [with unsigned int tag = 333]': google/protobuf/unittest_lite.pb.cc:2596:73: required from here ./google/protobuf/parse_context.h:398:17: warning: comparison is always false due to limited range of data type [-Wtype-limits] ./google/protobuf/parse_context.h: In instantiation of 'bool google::protobuf::internal::ExpectTag(const char*) [with unsigned int tag = 337]': google/protobuf/unittest_lite.pb.cc:2611:73: required from here ./google/protobuf/parse_context.h:398:17: warning: comparison is always false due to limited range of data type [-Wtype-limits] ./google/protobuf/parse_context.h: In instantiation of 'bool google::protobuf::internal::ExpectTag(const char*) [with unsigned int tag = 344]': google/protobuf/unittest_lite.pb.cc:2626:73: required from here ./google/protobuf/parse_context.h:398:17: warning: comparison is always false due to limited range of data type [-Wtype-limits] ./google/protobuf/parse_context.h: In instantiation of 'bool google::protobuf::internal::ExpectTag(const char*) [with unsigned int tag = 354]': google/protobuf/unittest_lite.pb.cc:2642:73: required from here ./google/protobuf/parse_context.h:398:17: warning: comparison is always false due to limited range of data type [-Wtype-limits] ./google/protobuf/parse_context.h: In instantiation of 'bool google::protobuf::internal::ExpectTag(const char*) [with unsigned int tag = 362]': google/protobuf/unittest_lite.pb.cc:2655:73: required from here ./google/protobuf/parse_context.h:398:17: warning: comparison is always false due to limited range of data type [-Wtype-limits] ./google/protobuf/parse_context.h: In instantiation of 'bool google::protobuf::internal::ExpectTag(const char*) [with unsigned int tag = 371]': google/protobuf/unittest_lite.pb.cc:2667:73: required from here ./google/protobuf/parse_context.h:398:17: warning: comparison is always false due to limited range of data type [-Wtype-limits] ./google/protobuf/parse_context.h: In instantiation of 'bool google::protobuf::internal::ExpectTag(const char*) [with unsigned int tag = 386]': google/protobuf/unittest_lite.pb.cc:2679:73: required from here ./google/protobuf/parse_context.h:398:17: warning: comparison is always false due to limited range of data type [-Wtype-limits] ./google/protobuf/parse_context.h: In instantiation of 'bool google::protobuf::internal::ExpectTag(const char*) [with unsigned int tag = 394]': google/protobuf/unittest_lite.pb.cc:2691:73: required from here ./google/protobuf/parse_context.h:398:17: warning: comparison is always false due to limited range of data type [-Wtype-limits] ./google/protobuf/parse_context.h: In instantiation of 'bool google::protobuf::internal::ExpectTag(const char*) [with unsigned int tag = 402]': google/protobuf/unittest_lite.pb.cc:2703:73: required from here ./google/protobuf/parse_context.h:398:17: warning: comparison is always false due to limited range of data type [-Wtype-limits] ./google/protobuf/parse_context.h: In instantiation of 'bool google::protobuf::internal::ExpectTag(const char*) [with unsigned int tag = 408]': google/protobuf/unittest_lite.pb.cc:2720:73: required from here ./google/protobuf/parse_context.h:398:17: warning: comparison is always false due to limited range of data type [-Wtype-limits] ./google/protobuf/parse_context.h: In instantiation of 'bool google::protobuf::internal::ExpectTag(const char*) [with unsigned int tag = 416]': google/protobuf/unittest_lite.pb.cc:2740:73: required from here ./google/protobuf/parse_context.h:398:17: warning: comparison is always false due to limited range of data type [-Wtype-limits] ./google/protobuf/parse_context.h: In instantiation of 'bool google::protobuf::internal::ExpectTag(const char*) [with unsigned int tag = 424]': google/protobuf/unittest_lite.pb.cc:2760:73: required from here ./google/protobuf/parse_context.h:398:17: warning: comparison is always false due to limited range of data type [-Wtype-limits] ./google/protobuf/parse_context.h: In instantiation of 'bool google::protobuf::internal::ExpectTag(const char*) [with unsigned int tag = 434]': google/protobuf/unittest_lite.pb.cc:2776:73: required from here ./google/protobuf/parse_context.h:398:17: warning: comparison is always false due to limited range of data type [-Wtype-limits] ./google/protobuf/parse_context.h: In instantiation of 'bool google::protobuf::internal::ExpectTag(const char*) [with unsigned int tag = 442]': google/protobuf/unittest_lite.pb.cc:2789:73: required from here ./google/protobuf/parse_context.h:398:17: warning: comparison is always false due to limited range of data type [-Wtype-limits] ./google/protobuf/parse_context.h: In instantiation of 'bool google::protobuf::internal::ExpectTag(const char*) [with unsigned int tag = 458]': google/protobuf/unittest_lite.pb.cc:2801:73: required from here ./google/protobuf/parse_context.h:398:17: warning: comparison is always false due to limited range of data type [-Wtype-limits] ./google/protobuf/parse_context.h: In instantiation of 'bool google::protobuf::internal::ExpectTag(const char*) [with unsigned int tag = 163]': google/protobuf/unittest_lite.pb.cc:7080:73: required from here ./google/protobuf/parse_context.h:398:17: warning: comparison is always false due to limited range of data type [-Wtype-limits] ./google/protobuf/parse_context.h: In instantiation of 'bool google::protobuf::internal::ExpectTag(const char*) [with unsigned int tag = 8002]': google/protobuf/unittest_lite.pb.cc:7092:74: required from here ./google/protobuf/parse_context.h:398:17: warning: comparison is always false due to limited range of data type [-Wtype-limits] ./google/protobuf/parse_context.h: In instantiation of 'bool google::protobuf::internal::ExpectTag(const char*) [with unsigned int tag = 8010]': google/protobuf/unittest_lite.pb.cc:7104:74: required from here ./google/protobuf/parse_context.h:398:17: warning: comparison is always false due to limited range of data type [-Wtype-limits] In file included from ./google/protobuf/map_type_handler.h:34, from ./google/protobuf/map.h:56, from ./google/protobuf/generated_message_table_driven.h:34, from ./google/protobuf/map_lite_unittest.pb.h:26, from google/protobuf/map_lite_unittest.pb.cc:4: ./google/protobuf/parse_context.h: In instantiation of 'bool google::protobuf::internal::ExpectTag(const char*) [with unsigned int tag = 130]': google/protobuf/map_lite_unittest.pb.cc:1593:73: required from here ./google/protobuf/parse_context.h:398:17: warning: comparison is always false due to limited range of data type [-Wtype-limits] 398 | return *ptr == tag; | ~~~~~^~~~~~ ./google/protobuf/parse_context.h: In instantiation of 'bool google::protobuf::internal::ExpectTag(const char*) [with unsigned int tag = 138]': google/protobuf/map_lite_unittest.pb.cc:1605:73: required from here ./google/protobuf/parse_context.h:398:17: warning: comparison is always false due to limited range of data type [-Wtype-limits] ./google/protobuf/parse_context.h: In instantiation of 'bool google::protobuf::internal::ExpectTag(const char*) [with unsigned int tag = 146]': google/protobuf/map_lite_unittest.pb.cc:1617:73: required from here ./google/protobuf/parse_context.h:398:17: warning: comparison is always false due to limited range of data type [-Wtype-limits] CXX google/protobuf/no_warning_test-map_proto2_unittest.pb.o CXX google/protobuf/no_warning_test-map_unittest.pb.o ./google/protobuf/parse_context.h: In instantiation of 'bool google::protobuf::internal::ExpectTag(const char*) [with unsigned int tag = 810]': google/protobuf/map_lite_unittest.pb.cc:4074:73: required from here ./google/protobuf/parse_context.h:398:17: warning: comparison is always false due to limited range of data type [-Wtype-limits] ./google/protobuf/parse_context.h: In instantiation of 'bool google::protobuf::internal::ExpectTag(const char*) [with unsigned int tag = 818]': google/protobuf/map_lite_unittest.pb.cc:4087:73: required from here ./google/protobuf/parse_context.h:398:17: warning: comparison is always false due to limited range of data type [-Wtype-limits] CXX google/protobuf/no_warning_test-unittest_arena.pb.o CXX google/protobuf/no_warning_test-unittest_custom_options.pb.o CXX google/protobuf/no_warning_test-unittest_drop_unknown_fields.pb.o CXX google/protobuf/no_warning_test-unittest_embed_optimize_for.pb.o CXX google/protobuf/no_warning_test-unittest_empty.pb.o CXX google/protobuf/no_warning_test-unittest_enormous_descriptor.pb.o CXX google/protobuf/no_warning_test-unittest_import.pb.o In file included from ./google/protobuf/map_type_handler.h:34, from ./google/protobuf/map.h:56, from ./google/protobuf/generated_message_table_driven.h:34, from ./google/protobuf/map_proto2_unittest.pb.h:26, from google/protobuf/map_proto2_unittest.pb.cc:4: ./google/protobuf/parse_context.h: In instantiation of 'bool google::protobuf::internal::ExpectTag(const char*) [with unsigned int tag = 810]': google/protobuf/map_proto2_unittest.pb.cc:1026:73: required from here ./google/protobuf/parse_context.h:398:17: warning: comparison is always false due to limited range of data type [-Wtype-limits] 398 | return *ptr == tag; | ~~~~~^~~~~~ ./google/protobuf/parse_context.h: In instantiation of 'bool google::protobuf::internal::ExpectTag(const char*) [with unsigned int tag = 818]': google/protobuf/map_proto2_unittest.pb.cc:1039:73: required from here ./google/protobuf/parse_context.h:398:17: warning: comparison is always false due to limited range of data type [-Wtype-limits] CXX google/protobuf/no_warning_test-unittest_import_public.pb.o CXX google/protobuf/no_warning_test-unittest_lazy_dependencies.pb.o CXX google/protobuf/no_warning_test-unittest_lazy_dependencies_custom_option.pb.o CXX google/protobuf/no_warning_test-unittest_lazy_dependencies_enum.pb.o CXX google/protobuf/no_warning_test-unittest_lite_imports_nonlite.pb.o In file included from ./google/protobuf/map_type_handler.h:34, from ./google/protobuf/map.h:56, from ./google/protobuf/generated_message_table_driven.h:34, from ./google/protobuf/map_unittest.pb.h:26, from google/protobuf/map_unittest.pb.cc:4: ./google/protobuf/parse_context.h: In instantiation of 'bool google::protobuf::internal::ExpectTag(const char*) [with unsigned int tag = 130]': google/protobuf/map_unittest.pb.cc:2493:73: required from here ./google/protobuf/parse_context.h:398:17: warning: comparison is always false due to limited range of data type [-Wtype-limits] 398 | return *ptr == tag; | ~~~~~^~~~~~ ./google/protobuf/parse_context.h: In instantiation of 'bool google::protobuf::internal::ExpectTag(const char*) [with unsigned int tag = 138]': google/protobuf/map_unittest.pb.cc:2505:73: required from here ./google/protobuf/parse_context.h:398:17: warning: comparison is always false due to limited range of data type [-Wtype-limits] ./google/protobuf/parse_context.h: In instantiation of 'bool google::protobuf::internal::ExpectTag(const char*) [with unsigned int tag = 146]': google/protobuf/map_unittest.pb.cc:2517:73: required from here ./google/protobuf/parse_context.h:398:17: warning: comparison is always false due to limited range of data type [-Wtype-limits] ./google/protobuf/parse_context.h: In instantiation of 'bool google::protobuf::internal::ExpectTag(const char*) [with unsigned int tag = 154]': google/protobuf/map_unittest.pb.cc:2529:73: required from here ./google/protobuf/parse_context.h:398:17: warning: comparison is always false due to limited range of data type [-Wtype-limits] CXX google/protobuf/no_warning_test-unittest_mset.pb.o CXX google/protobuf/no_warning_test-unittest_mset_wire_format.pb.o CXX google/protobuf/no_warning_test-unittest_no_field_presence.pb.o CXX google/protobuf/no_warning_test-unittest_no_generic_services.pb.o CXX google/protobuf/no_warning_test-unittest_optimize_for.pb.o CXX google/protobuf/no_warning_test-unittest.pb.o CXX google/protobuf/no_warning_test-unittest_preserve_unknown_enum2.pb.o CXX google/protobuf/no_warning_test-unittest_preserve_unknown_enum.pb.o CXX google/protobuf/no_warning_test-unittest_proto3.pb.o CXX google/protobuf/no_warning_test-unittest_proto3_arena.pb.o CXX google/protobuf/no_warning_test-unittest_proto3_arena_lite.pb.o CXX google/protobuf/no_warning_test-unittest_proto3_lite.pb.o CXX google/protobuf/no_warning_test-unittest_proto3_optional.pb.o CXX google/protobuf/no_warning_test-unittest_well_known_types.pb.o In file included from ./google/protobuf/map_type_handler.h:34, from ./google/protobuf/map.h:56, from ./google/protobuf/generated_message_table_driven.h:34, from ./google/protobuf/unittest_proto3.pb.h:26, from google/protobuf/unittest_proto3.pb.cc:4: ./google/protobuf/parse_context.h: In instantiation of 'bool google::protobuf::internal::ExpectTag(const char*) [with unsigned int tag = 354]': google/protobuf/unittest_proto3.pb.cc:1444:73: required from here ./google/protobuf/parse_context.h:398:17: warning: comparison is always false due to limited range of data type [-Wtype-limits] 398 | return *ptr == tag; | ~~~~~^~~~~~ ./google/protobuf/parse_context.h: In instantiation of 'bool google::protobuf::internal::ExpectTag(const char*) [with unsigned int tag = 362]': google/protobuf/unittest_proto3.pb.cc:1457:73: required from here ./google/protobuf/parse_context.h:398:17: warning: comparison is always false due to limited range of data type [-Wtype-limits] ./google/protobuf/parse_context.h: In instantiation of 'bool google::protobuf::internal::ExpectTag(const char*) [with unsigned int tag = 386]': google/protobuf/unittest_proto3.pb.cc:1469:73: required from here ./google/protobuf/parse_context.h:398:17: warning: comparison is always false due to limited range of data type [-Wtype-limits] ./google/protobuf/parse_context.h: In instantiation of 'bool google::protobuf::internal::ExpectTag(const char*) [with unsigned int tag = 394]': google/protobuf/unittest_proto3.pb.cc:1481:73: required from here ./google/protobuf/parse_context.h:398:17: warning: comparison is always false due to limited range of data type [-Wtype-limits] ./google/protobuf/parse_context.h: In instantiation of 'bool google::protobuf::internal::ExpectTag(const char*) [with unsigned int tag = 402]': google/protobuf/unittest_proto3.pb.cc:1493:73: required from here ./google/protobuf/parse_context.h:398:17: warning: comparison is always false due to limited range of data type [-Wtype-limits] ./google/protobuf/parse_context.h: In instantiation of 'bool google::protobuf::internal::ExpectTag(const char*) [with unsigned int tag = 434]': google/protobuf/unittest_proto3.pb.cc:1529:73: required from here ./google/protobuf/parse_context.h:398:17: warning: comparison is always false due to limited range of data type [-Wtype-limits] ./google/protobuf/parse_context.h: In instantiation of 'bool google::protobuf::internal::ExpectTag(const char*) [with unsigned int tag = 442]': google/protobuf/unittest_proto3.pb.cc:1543:73: required from here ./google/protobuf/parse_context.h:398:17: warning: comparison is always false due to limited range of data type [-Wtype-limits] ./google/protobuf/parse_context.h: In instantiation of 'bool google::protobuf::internal::ExpectTag(const char*) [with unsigned int tag = 458]': google/protobuf/unittest_proto3.pb.cc:1555:73: required from here ./google/protobuf/parse_context.h:398:17: warning: comparison is always false due to limited range of data type [-Wtype-limits] In file included from ./google/protobuf/map_type_handler.h:34, from ./google/protobuf/map.h:56, from ./google/protobuf/generated_message_table_driven.h:34, from ./google/protobuf/unittest_no_field_presence.pb.h:26, from google/protobuf/unittest_no_field_presence.pb.cc:4: ./google/protobuf/parse_context.h: In instantiation of 'bool google::protobuf::internal::ExpectTag(const char*) [with unsigned int tag = 354]': google/protobuf/unittest_no_field_presence.pb.cc:1164:73: required from here ./google/protobuf/parse_context.h:398:17: warning: comparison is always false due to limited range of data type [-Wtype-limits] 398 | return *ptr == tag; | ~~~~~^~~~~~ ./google/protobuf/parse_context.h: In instantiation of 'bool google::protobuf::internal::ExpectTag(const char*) [with unsigned int tag = 362]': google/protobuf/unittest_no_field_presence.pb.cc:1177:73: required from here ./google/protobuf/parse_context.h:398:17: warning: comparison is always false due to limited range of data type [-Wtype-limits] ./google/protobuf/parse_context.h: In instantiation of 'bool google::protobuf::internal::ExpectTag(const char*) [with unsigned int tag = 386]': google/protobuf/unittest_no_field_presence.pb.cc:1189:73: required from here ./google/protobuf/parse_context.h:398:17: warning: comparison is always false due to limited range of data type [-Wtype-limits] ./google/protobuf/parse_context.h: In instantiation of 'bool google::protobuf::internal::ExpectTag(const char*) [with unsigned int tag = 394]': google/protobuf/unittest_no_field_presence.pb.cc:1201:73: required from here ./google/protobuf/parse_context.h:398:17: warning: comparison is always false due to limited range of data type [-Wtype-limits] ./google/protobuf/parse_context.h: In instantiation of 'bool google::protobuf::internal::ExpectTag(const char*) [with unsigned int tag = 402]': google/protobuf/unittest_no_field_presence.pb.cc:1213:73: required from here ./google/protobuf/parse_context.h:398:17: warning: comparison is always false due to limited range of data type [-Wtype-limits] ./google/protobuf/parse_context.h: In instantiation of 'bool google::protobuf::internal::ExpectTag(const char*) [with unsigned int tag = 434]': google/protobuf/unittest_no_field_presence.pb.cc:1249:73: required from here ./google/protobuf/parse_context.h:398:17: warning: comparison is always false due to limited range of data type [-Wtype-limits] ./google/protobuf/parse_context.h: In instantiation of 'bool google::protobuf::internal::ExpectTag(const char*) [with unsigned int tag = 442]': google/protobuf/unittest_no_field_presence.pb.cc:1263:73: required from here ./google/protobuf/parse_context.h:398:17: warning: comparison is always false due to limited range of data type [-Wtype-limits] ./google/protobuf/parse_context.h: In instantiation of 'bool google::protobuf::internal::ExpectTag(const char*) [with unsigned int tag = 458]': google/protobuf/unittest_no_field_presence.pb.cc:1275:73: required from here ./google/protobuf/parse_context.h:398:17: warning: comparison is always false due to limited range of data type [-Wtype-limits] CXX google/protobuf/util/internal/testdata/no_warning_test-anys.pb.o CXX google/protobuf/util/internal/testdata/no_warning_test-books.pb.o CXX google/protobuf/util/internal/testdata/no_warning_test-default_value.pb.o CXX google/protobuf/util/internal/testdata/no_warning_test-default_value_test.pb.o In file included from ./google/protobuf/map_type_handler.h:34, from ./google/protobuf/map.h:56, from ./google/protobuf/generated_message_table_driven.h:34, from ./google/protobuf/unittest_proto3_arena_lite.pb.h:26, from google/protobuf/unittest_proto3_arena_lite.pb.cc:4: ./google/protobuf/parse_context.h: In instantiation of 'bool google::protobuf::internal::ExpectTag(const char*) [with unsigned int tag = 354]': google/protobuf/unittest_proto3_arena_lite.pb.cc:1141:73: required from here ./google/protobuf/parse_context.h:398:17: warning: comparison is always false due to limited range of data type [-Wtype-limits] 398 | return *ptr == tag; | ~~~~~^~~~~~ ./google/protobuf/parse_context.h: In instantiation of 'bool google::protobuf::internal::ExpectTag(const char*) [with unsigned int tag = 362]': google/protobuf/unittest_proto3_arena_lite.pb.cc:1154:73: required from here ./google/protobuf/parse_context.h:398:17: warning: comparison is always false due to limited range of data type [-Wtype-limits] ./google/protobuf/parse_context.h: In instantiation of 'bool google::protobuf::internal::ExpectTag(const char*) [with unsigned int tag = 386]': google/protobuf/unittest_proto3_arena_lite.pb.cc:1166:73: required from here ./google/protobuf/parse_context.h:398:17: warning: comparison is always false due to limited range of data type [-Wtype-limits] ./google/protobuf/parse_context.h: In instantiation of 'bool google::protobuf::internal::ExpectTag(const char*) [with unsigned int tag = 394]': google/protobuf/unittest_proto3_arena_lite.pb.cc:1178:73: required from here ./google/protobuf/parse_context.h:398:17: warning: comparison is always false due to limited range of data type [-Wtype-limits] ./google/protobuf/parse_context.h: In instantiation of 'bool google::protobuf::internal::ExpectTag(const char*) [with unsigned int tag = 402]': google/protobuf/unittest_proto3_arena_lite.pb.cc:1190:73: required from here ./google/protobuf/parse_context.h:398:17: warning: comparison is always false due to limited range of data type [-Wtype-limits] ./google/protobuf/parse_context.h: In instantiation of 'bool google::protobuf::internal::ExpectTag(const char*) [with unsigned int tag = 434]': google/protobuf/unittest_proto3_arena_lite.pb.cc:1226:73: required from here ./google/protobuf/parse_context.h:398:17: warning: comparison is always false due to limited range of data type [-Wtype-limits] ./google/protobuf/parse_context.h: In instantiation of 'bool google::protobuf::internal::ExpectTag(const char*) [with unsigned int tag = 442]': google/protobuf/unittest_proto3_arena_lite.pb.cc:1240:73: required from here ./google/protobuf/parse_context.h:398:17: warning: comparison is always false due to limited range of data type [-Wtype-limits] ./google/protobuf/parse_context.h: In instantiation of 'bool google::protobuf::internal::ExpectTag(const char*) [with unsigned int tag = 458]': google/protobuf/unittest_proto3_arena_lite.pb.cc:1252:73: required from here ./google/protobuf/parse_context.h:398:17: warning: comparison is always false due to limited range of data type [-Wtype-limits] In file included from ./google/protobuf/map_type_handler.h:34, from ./google/protobuf/map.h:56, from ./google/protobuf/generated_message_table_driven.h:34, from ./google/protobuf/unittest_proto3_arena.pb.h:26, from google/protobuf/unittest_proto3_arena.pb.cc:4: ./google/protobuf/parse_context.h: In instantiation of 'bool google::protobuf::internal::ExpectTag(const char*) [with unsigned int tag = 354]': google/protobuf/unittest_proto3_arena.pb.cc:1446:73: required from here ./google/protobuf/parse_context.h:398:17: warning: comparison is always false due to limited range of data type [-Wtype-limits] 398 | return *ptr == tag; | ~~~~~^~~~~~ ./google/protobuf/parse_context.h: In instantiation of 'bool google::protobuf::internal::ExpectTag(const char*) [with unsigned int tag = 362]': google/protobuf/unittest_proto3_arena.pb.cc:1459:73: required from here ./google/protobuf/parse_context.h:398:17: warning: comparison is always false due to limited range of data type [-Wtype-limits] ./google/protobuf/parse_context.h: In instantiation of 'bool google::protobuf::internal::ExpectTag(const char*) [with unsigned int tag = 386]': google/protobuf/unittest_proto3_arena.pb.cc:1471:73: required from here ./google/protobuf/parse_context.h:398:17: warning: comparison is always false due to limited range of data type [-Wtype-limits] ./google/protobuf/parse_context.h: In instantiation of 'bool google::protobuf::internal::ExpectTag(const char*) [with unsigned int tag = 394]': google/protobuf/unittest_proto3_arena.pb.cc:1483:73: required from here ./google/protobuf/parse_context.h:398:17: warning: comparison is always false due to limited range of data type [-Wtype-limits] ./google/protobuf/parse_context.h: In instantiation of 'bool google::protobuf::internal::ExpectTag(const char*) [with unsigned int tag = 402]': google/protobuf/unittest_proto3_arena.pb.cc:1495:73: required from here ./google/protobuf/parse_context.h:398:17: warning: comparison is always false due to limited range of data type [-Wtype-limits] ./google/protobuf/parse_context.h: In instantiation of 'bool google::protobuf::internal::ExpectTag(const char*) [with unsigned int tag = 434]': google/protobuf/unittest_proto3_arena.pb.cc:1531:73: required from here ./google/protobuf/parse_context.h:398:17: warning: comparison is always false due to limited range of data type [-Wtype-limits] ./google/protobuf/parse_context.h: In instantiation of 'bool google::protobuf::internal::ExpectTag(const char*) [with unsigned int tag = 442]': google/protobuf/unittest_proto3_arena.pb.cc:1545:73: required from here ./google/protobuf/parse_context.h:398:17: warning: comparison is always false due to limited range of data type [-Wtype-limits] ./google/protobuf/parse_context.h: In instantiation of 'bool google::protobuf::internal::ExpectTag(const char*) [with unsigned int tag = 458]': google/protobuf/unittest_proto3_arena.pb.cc:1557:73: required from here ./google/protobuf/parse_context.h:398:17: warning: comparison is always false due to limited range of data type [-Wtype-limits] In file included from ./google/protobuf/map_type_handler.h:34, from ./google/protobuf/map.h:56, from ./google/protobuf/generated_message_table_driven.h:34, from ./google/protobuf/unittest_proto3_lite.pb.h:26, from google/protobuf/unittest_proto3_lite.pb.cc:4: ./google/protobuf/parse_context.h: In instantiation of 'bool google::protobuf::internal::ExpectTag(const char*) [with unsigned int tag = 354]': google/protobuf/unittest_proto3_lite.pb.cc:1141:73: required from here ./google/protobuf/parse_context.h:398:17: warning: comparison is always false due to limited range of data type [-Wtype-limits] 398 | return *ptr == tag; | ~~~~~^~~~~~ ./google/protobuf/parse_context.h: In instantiation of 'bool google::protobuf::internal::ExpectTag(const char*) [with unsigned int tag = 362]': google/protobuf/unittest_proto3_lite.pb.cc:1154:73: required from here ./google/protobuf/parse_context.h:398:17: warning: comparison is always false due to limited range of data type [-Wtype-limits] ./google/protobuf/parse_context.h: In instantiation of 'bool google::protobuf::internal::ExpectTag(const char*) [with unsigned int tag = 386]': google/protobuf/unittest_proto3_lite.pb.cc:1166:73: required from here ./google/protobuf/parse_context.h:398:17: warning: comparison is always false due to limited range of data type [-Wtype-limits] ./google/protobuf/parse_context.h: In instantiation of 'bool google::protobuf::internal::ExpectTag(const char*) [with unsigned int tag = 394]': google/protobuf/unittest_proto3_lite.pb.cc:1178:73: required from here ./google/protobuf/parse_context.h:398:17: warning: comparison is always false due to limited range of data type [-Wtype-limits] ./google/protobuf/parse_context.h: In instantiation of 'bool google::protobuf::internal::ExpectTag(const char*) [with unsigned int tag = 402]': google/protobuf/unittest_proto3_lite.pb.cc:1190:73: required from here ./google/protobuf/parse_context.h:398:17: warning: comparison is always false due to limited range of data type [-Wtype-limits] ./google/protobuf/parse_context.h: In instantiation of 'bool google::protobuf::internal::ExpectTag(const char*) [with unsigned int tag = 434]': google/protobuf/unittest_proto3_lite.pb.cc:1226:73: required from here ./google/protobuf/parse_context.h:398:17: warning: comparison is always false due to limited range of data type [-Wtype-limits] ./google/protobuf/parse_context.h: In instantiation of 'bool google::protobuf::internal::ExpectTag(const char*) [with unsigned int tag = 442]': google/protobuf/unittest_proto3_lite.pb.cc:1240:73: required from here ./google/protobuf/parse_context.h:398:17: warning: comparison is always false due to limited range of data type [-Wtype-limits] ./google/protobuf/parse_context.h: In instantiation of 'bool google::protobuf::internal::ExpectTag(const char*) [with unsigned int tag = 458]': google/protobuf/unittest_proto3_lite.pb.cc:1252:73: required from here ./google/protobuf/parse_context.h:398:17: warning: comparison is always false due to limited range of data type [-Wtype-limits] CXX google/protobuf/util/internal/testdata/no_warning_test-field_mask.pb.o CXX google/protobuf/util/internal/testdata/no_warning_test-maps.pb.o CXX google/protobuf/util/internal/testdata/no_warning_test-oneofs.pb.o In file included from ./google/protobuf/map_type_handler.h:34, from ./google/protobuf/map.h:56, from ./google/protobuf/generated_message_table_driven.h:34, from ./google/protobuf/unittest.pb.h:26, from google/protobuf/unittest.pb.cc:4: ./google/protobuf/parse_context.h: In instantiation of 'bool google::protobuf::internal::ExpectTag(const char*) [with unsigned int tag = 248]': google/protobuf/unittest.pb.cc:5690:73: required from here ./google/protobuf/parse_context.h:398:17: warning: comparison is always false due to limited range of data type [-Wtype-limits] 398 | return *ptr == tag; | ~~~~~^~~~~~ ./google/protobuf/parse_context.h: In instantiation of 'bool google::protobuf::internal::ExpectTag(const char*) [with unsigned int tag = 256]': google/protobuf/unittest.pb.cc:5705:73: required from here ./google/protobuf/parse_context.h:398:17: warning: comparison is always false due to limited range of data type [-Wtype-limits] ./google/protobuf/parse_context.h: In instantiation of 'bool google::protobuf::internal::ExpectTag(const char*) [with unsigned int tag = 264]': google/protobuf/unittest.pb.cc:5720:73: required from here ./google/protobuf/parse_context.h:398:17: warning: comparison is always false due to limited range of data type [-Wtype-limits] ./google/protobuf/parse_context.h: In instantiation of 'bool google::protobuf::internal::ExpectTag(const char*) [with unsigned int tag = 272]': google/protobuf/unittest.pb.cc:5735:73: required from here ./google/protobuf/parse_context.h:398:17: warning: comparison is always false due to limited range of data type [-Wtype-limits] ./google/protobuf/parse_context.h: In instantiation of 'bool google::protobuf::internal::ExpectTag(const char*) [with unsigned int tag = 280]': google/protobuf/unittest.pb.cc:5750:73: required from here ./google/protobuf/parse_context.h:398:17: warning: comparison is always false due to limited range of data type [-Wtype-limits] ./google/protobuf/parse_context.h: In instantiation of 'bool google::protobuf::internal::ExpectTag(const char*) [with unsigned int tag = 288]': google/protobuf/unittest.pb.cc:5765:73: required from here ./google/protobuf/parse_context.h:398:17: warning: comparison is always false due to limited range of data type [-Wtype-limits] ./google/protobuf/parse_context.h: In instantiation of 'bool google::protobuf::internal::ExpectTag(const char*) [with unsigned int tag = 301]': google/protobuf/unittest.pb.cc:5780:73: required from here ./google/protobuf/parse_context.h:398:17: warning: comparison is always false due to limited range of data type [-Wtype-limits] ./google/protobuf/parse_context.h: In instantiation of 'bool google::protobuf::internal::ExpectTag(const char*) [with unsigned int tag = 305]': google/protobuf/unittest.pb.cc:5795:73: required from here ./google/protobuf/parse_context.h:398:17: warning: comparison is always false due to limited range of data type [-Wtype-limits] ./google/protobuf/parse_context.h: In instantiation of 'bool google::protobuf::internal::ExpectTag(const char*) [with unsigned int tag = 317]': google/protobuf/unittest.pb.cc:5810:73: required from here ./google/protobuf/parse_context.h:398:17: warning: comparison is always false due to limited range of data type [-Wtype-limits] ./google/protobuf/parse_context.h: In instantiation of 'bool google::protobuf::internal::ExpectTag(const char*) [with unsigned int tag = 321]': google/protobuf/unittest.pb.cc:5825:73: required from here ./google/protobuf/parse_context.h:398:17: warning: comparison is always false due to limited range of data type [-Wtype-limits] ./google/protobuf/parse_context.h: In instantiation of 'bool google::protobuf::internal::ExpectTag(const char*) [with unsigned int tag = 333]': google/protobuf/unittest.pb.cc:5840:73: required from here ./google/protobuf/parse_context.h:398:17: warning: comparison is always false due to limited range of data type [-Wtype-limits] ./google/protobuf/parse_context.h: In instantiation of 'bool google::protobuf::internal::ExpectTag(const char*) [with unsigned int tag = 337]': google/protobuf/unittest.pb.cc:5855:73: required from here ./google/protobuf/parse_context.h:398:17: warning: comparison is always false due to limited range of data type [-Wtype-limits] ./google/protobuf/parse_context.h: In instantiation of 'bool google::protobuf::internal::ExpectTag(const char*) [with unsigned int tag = 344]': google/protobuf/unittest.pb.cc:5870:73: required from here ./google/protobuf/parse_context.h:398:17: warning: comparison is always false due to limited range of data type [-Wtype-limits] ./google/protobuf/parse_context.h: In instantiation of 'bool google::protobuf::internal::ExpectTag(const char*) [with unsigned int tag = 354]': google/protobuf/unittest.pb.cc:5889:73: required from here ./google/protobuf/parse_context.h:398:17: warning: comparison is always false due to limited range of data type [-Wtype-limits] ./google/protobuf/parse_context.h: In instantiation of 'bool google::protobuf::internal::ExpectTag(const char*) [with unsigned int tag = 362]': google/protobuf/unittest.pb.cc:5902:73: required from here ./google/protobuf/parse_context.h:398:17: warning: comparison is always false due to limited range of data type [-Wtype-limits] ./google/protobuf/parse_context.h: In instantiation of 'bool google::protobuf::internal::ExpectTag(const char*) [with unsigned int tag = 371]': google/protobuf/unittest.pb.cc:5914:73: required from here ./google/protobuf/parse_context.h:398:17: warning: comparison is always false due to limited range of data type [-Wtype-limits] ./google/protobuf/parse_context.h: In instantiation of 'bool google::protobuf::internal::ExpectTag(const char*) [with unsigned int tag = 386]': google/protobuf/unittest.pb.cc:5926:73: required from here ./google/protobuf/parse_context.h:398:17: warning: comparison is always false due to limited range of data type [-Wtype-limits] ./google/protobuf/parse_context.h: In instantiation of 'bool google::protobuf::internal::ExpectTag(const char*) [with unsigned int tag = 394]': google/protobuf/unittest.pb.cc:5938:73: required from here ./google/protobuf/parse_context.h:398:17: warning: comparison is always false due to limited range of data type [-Wtype-limits] ./google/protobuf/parse_context.h: In instantiation of 'bool google::protobuf::internal::ExpectTag(const char*) [with unsigned int tag = 402]': google/protobuf/unittest.pb.cc:5950:73: required from here ./google/protobuf/parse_context.h:398:17: warning: comparison is always false due to limited range of data type [-Wtype-limits] ./google/protobuf/parse_context.h: In instantiation of 'bool google::protobuf::internal::ExpectTag(const char*) [with unsigned int tag = 408]': google/protobuf/unittest.pb.cc:5967:73: required from here ./google/protobuf/parse_context.h:398:17: warning: comparison is always false due to limited range of data type [-Wtype-limits] ./google/protobuf/parse_context.h: In instantiation of 'bool google::protobuf::internal::ExpectTag(const char*) [with unsigned int tag = 416]': google/protobuf/unittest.pb.cc:5987:73: required from here ./google/protobuf/parse_context.h:398:17: warning: comparison is always false due to limited range of data type [-Wtype-limits] ./google/protobuf/parse_context.h: In instantiation of 'bool google::protobuf::internal::ExpectTag(const char*) [with unsigned int tag = 424]': google/protobuf/unittest.pb.cc:6007:73: required from here ./google/protobuf/parse_context.h:398:17: warning: comparison is always false due to limited range of data type [-Wtype-limits] ./google/protobuf/parse_context.h: In instantiation of 'bool google::protobuf::internal::ExpectTag(const char*) [with unsigned int tag = 434]': google/protobuf/unittest.pb.cc:6026:73: required from here ./google/protobuf/parse_context.h:398:17: warning: comparison is always false due to limited range of data type [-Wtype-limits] ./google/protobuf/parse_context.h: In instantiation of 'bool google::protobuf::internal::ExpectTag(const char*) [with unsigned int tag = 442]': google/protobuf/unittest.pb.cc:6042:73: required from here ./google/protobuf/parse_context.h:398:17: warning: comparison is always false due to limited range of data type [-Wtype-limits] ./google/protobuf/parse_context.h: In instantiation of 'bool google::protobuf::internal::ExpectTag(const char*) [with unsigned int tag = 458]': google/protobuf/unittest.pb.cc:6054:73: required from here ./google/protobuf/parse_context.h:398:17: warning: comparison is always false due to limited range of data type [-Wtype-limits] ./google/protobuf/parse_context.h: In instantiation of 'bool google::protobuf::internal::ExpectTag(const char*) [with unsigned int tag = 720]': google/protobuf/unittest.pb.cc:26920:73: required from here ./google/protobuf/parse_context.h:398:17: warning: comparison is always false due to limited range of data type [-Wtype-limits] ./google/protobuf/parse_context.h: In instantiation of 'bool google::protobuf::internal::ExpectTag(const char*) [with unsigned int tag = 728]': google/protobuf/unittest.pb.cc:26935:73: required from here ./google/protobuf/parse_context.h:398:17: warning: comparison is always false due to limited range of data type [-Wtype-limits] ./google/protobuf/parse_context.h: In instantiation of 'bool google::protobuf::internal::ExpectTag(const char*) [with unsigned int tag = 736]': google/protobuf/unittest.pb.cc:26950:73: required from here ./google/protobuf/parse_context.h:398:17: warning: comparison is always false due to limited range of data type [-Wtype-limits] ./google/protobuf/parse_context.h: In instantiation of 'bool google::protobuf::internal::ExpectTag(const char*) [with unsigned int tag = 744]': google/protobuf/unittest.pb.cc:26965:73: required from here ./google/protobuf/parse_context.h:398:17: warning: comparison is always false due to limited range of data type [-Wtype-limits] ./google/protobuf/parse_context.h: In instantiation of 'bool google::protobuf::internal::ExpectTag(const char*) [with unsigned int tag = 752]': google/protobuf/unittest.pb.cc:26980:73: required from here ./google/protobuf/parse_context.h:398:17: warning: comparison is always false due to limited range of data type [-Wtype-limits] ./google/protobuf/parse_context.h: In instantiation of 'bool google::protobuf::internal::ExpectTag(const char*) [with unsigned int tag = 760]': google/protobuf/unittest.pb.cc:26995:73: required from here ./google/protobuf/parse_context.h:398:17: warning: comparison is always false due to limited range of data type [-Wtype-limits] ./google/protobuf/parse_context.h: In instantiation of 'bool google::protobuf::internal::ExpectTag(const char*) [with unsigned int tag = 773]': google/protobuf/unittest.pb.cc:27010:73: required from here ./google/protobuf/parse_context.h:398:17: warning: comparison is always false due to limited range of data type [-Wtype-limits] ./google/protobuf/parse_context.h: In instantiation of 'bool google::protobuf::internal::ExpectTag(const char*) [with unsigned int tag = 777]': google/protobuf/unittest.pb.cc:27025:73: required from here ./google/protobuf/parse_context.h:398:17: warning: comparison is always false due to limited range of data type [-Wtype-limits] ./google/protobuf/parse_context.h: In instantiation of 'bool google::protobuf::internal::ExpectTag(const char*) [with unsigned int tag = 789]': google/protobuf/unittest.pb.cc:27040:73: required from here ./google/protobuf/parse_context.h:398:17: warning: comparison is always false due to limited range of data type [-Wtype-limits] ./google/protobuf/parse_context.h: In instantiation of 'bool google::protobuf::internal::ExpectTag(const char*) [with unsigned int tag = 793]': google/protobuf/unittest.pb.cc:27055:73: required from here ./google/protobuf/parse_context.h:398:17: warning: comparison is always false due to limited range of data type [-Wtype-limits] ./google/protobuf/parse_context.h: In instantiation of 'bool google::protobuf::internal::ExpectTag(const char*) [with unsigned int tag = 805]': google/protobuf/unittest.pb.cc:27070:73: required from here ./google/protobuf/parse_context.h:398:17: warning: comparison is always false due to limited range of data type [-Wtype-limits] ./google/protobuf/parse_context.h: In instantiation of 'bool google::protobuf::internal::ExpectTag(const char*) [with unsigned int tag = 809]': google/protobuf/unittest.pb.cc:27085:73: required from here ./google/protobuf/parse_context.h:398:17: warning: comparison is always false due to limited range of data type [-Wtype-limits] ./google/protobuf/parse_context.h: In instantiation of 'bool google::protobuf::internal::ExpectTag(const char*) [with unsigned int tag = 816]': google/protobuf/unittest.pb.cc:27100:73: required from here ./google/protobuf/parse_context.h:398:17: warning: comparison is always false due to limited range of data type [-Wtype-limits] ./google/protobuf/parse_context.h: In instantiation of 'bool google::protobuf::internal::ExpectTag(const char*) [with unsigned int tag = 824]': google/protobuf/unittest.pb.cc:27120:73: required from here ./google/protobuf/parse_context.h:398:17: warning: comparison is always false due to limited range of data type [-Wtype-limits] ./google/protobuf/parse_context.h: In instantiation of 'bool google::protobuf::internal::ExpectTag(const char*) [with unsigned int tag = 16042]': google/protobuf/unittest.pb.cc:28252:75: required from here ./google/protobuf/parse_context.h:398:17: warning: comparison is always false due to limited range of data type [-Wtype-limits] ./google/protobuf/parse_context.h: In instantiation of 'bool google::protobuf::internal::ExpectTag(const char*) [with unsigned int tag = 16369]': google/protobuf/unittest.pb.cc:28638:75: required from here ./google/protobuf/parse_context.h:398:17: warning: comparison is always false due to limited range of data type [-Wtype-limits] ./google/protobuf/parse_context.h: In instantiation of 'bool google::protobuf::internal::ExpectTag(const char*) [with unsigned int tag = 16376]': google/protobuf/unittest.pb.cc:28653:75: required from here ./google/protobuf/parse_context.h:398:17: warning: comparison is always false due to limited range of data type [-Wtype-limits] ./google/protobuf/parse_context.h: In instantiation of 'bool google::protobuf::internal::ExpectTag(const char*) [with unsigned int tag = 163]': google/protobuf/unittest.pb.cc:29484:73: required from here ./google/protobuf/parse_context.h:398:17: warning: comparison is always false due to limited range of data type [-Wtype-limits] ./google/protobuf/parse_context.h: In instantiation of 'bool google::protobuf::internal::ExpectTag(const char*) [with unsigned int tag = 8002]': google/protobuf/unittest.pb.cc:29496:74: required from here ./google/protobuf/parse_context.h:398:17: warning: comparison is always false due to limited range of data type [-Wtype-limits] ./google/protobuf/parse_context.h: In instantiation of 'bool google::protobuf::internal::ExpectTag(const char*) [with unsigned int tag = 8010]': google/protobuf/unittest.pb.cc:29508:74: required from here ./google/protobuf/parse_context.h:398:17: warning: comparison is always false due to limited range of data type [-Wtype-limits] In file included from ./google/protobuf/map_type_handler.h:34, from ./google/protobuf/map.h:56, from ./google/protobuf/generated_message_table_driven.h:34, from ./google/protobuf/unittest_well_known_types.pb.h:26, from google/protobuf/unittest_well_known_types.pb.cc:4: ./google/protobuf/parse_context.h: In instantiation of 'bool google::protobuf::internal::ExpectTag(const char*) [with unsigned int tag = 130]': google/protobuf/unittest_well_known_types.pb.cc:2512:73: required from here ./google/protobuf/parse_context.h:398:17: warning: comparison is always false due to limited range of data type [-Wtype-limits] 398 | return *ptr == tag; | ~~~~~^~~~~~ ./google/protobuf/parse_context.h: In instantiation of 'bool google::protobuf::internal::ExpectTag(const char*) [with unsigned int tag = 138]': google/protobuf/unittest_well_known_types.pb.cc:2524:73: required from here ./google/protobuf/parse_context.h:398:17: warning: comparison is always false due to limited range of data type [-Wtype-limits] ./google/protobuf/parse_context.h: In instantiation of 'bool google::protobuf::internal::ExpectTag(const char*) [with unsigned int tag = 146]': google/protobuf/unittest_well_known_types.pb.cc:2536:73: required from here ./google/protobuf/parse_context.h:398:17: warning: comparison is always false due to limited range of data type [-Wtype-limits] CXX google/protobuf/util/internal/testdata/no_warning_test-proto3.pb.o CXX google/protobuf/util/internal/testdata/no_warning_test-struct.pb.o CXX google/protobuf/util/internal/testdata/no_warning_test-timestamp_duration.pb.o In file included from ./google/protobuf/map_type_handler.h:34, from ./google/protobuf/map.h:56, from ./google/protobuf/generated_message_table_driven.h:34, from ./google/protobuf/util/internal/testdata/books.pb.h:26, from google/protobuf/util/internal/testdata/books.pb.cc:4: ./google/protobuf/parse_context.h: In instantiation of 'bool google::protobuf::internal::ExpectTag(const char*) [with unsigned int tag = 133]': google/protobuf/util/internal/testdata/books.pb.cc:3285:73: required from here ./google/protobuf/parse_context.h:398:17: warning: comparison is always false due to limited range of data type [-Wtype-limits] 398 | return *ptr == tag; | ~~~~~^~~~~~ ./google/protobuf/parse_context.h: In instantiation of 'bool google::protobuf::internal::ExpectTag(const char*) [with unsigned int tag = 136]': google/protobuf/util/internal/testdata/books.pb.cc:3300:73: required from here ./google/protobuf/parse_context.h:398:17: warning: comparison is always false due to limited range of data type [-Wtype-limits] ./google/protobuf/parse_context.h: In instantiation of 'bool google::protobuf::internal::ExpectTag(const char*) [with unsigned int tag = 144]': google/protobuf/util/internal/testdata/books.pb.cc:3315:73: required from here ./google/protobuf/parse_context.h:398:17: warning: comparison is always false due to limited range of data type [-Wtype-limits] ./google/protobuf/parse_context.h: In instantiation of 'bool google::protobuf::internal::ExpectTag(const char*) [with unsigned int tag = 157]': google/protobuf/util/internal/testdata/books.pb.cc:3330:73: required from here ./google/protobuf/parse_context.h:398:17: warning: comparison is always false due to limited range of data type [-Wtype-limits] ./google/protobuf/parse_context.h: In instantiation of 'bool google::protobuf::internal::ExpectTag(const char*) [with unsigned int tag = 160]': google/protobuf/util/internal/testdata/books.pb.cc:3345:73: required from here ./google/protobuf/parse_context.h:398:17: warning: comparison is always false due to limited range of data type [-Wtype-limits] ./google/protobuf/parse_context.h: In instantiation of 'bool google::protobuf::internal::ExpectTag(const char*) [with unsigned int tag = 169]': google/protobuf/util/internal/testdata/books.pb.cc:3360:73: required from here ./google/protobuf/parse_context.h:398:17: warning: comparison is always false due to limited range of data type [-Wtype-limits] ./google/protobuf/parse_context.h: In instantiation of 'bool google::protobuf::internal::ExpectTag(const char*) [with unsigned int tag = 176]': google/protobuf/util/internal/testdata/books.pb.cc:3375:73: required from here ./google/protobuf/parse_context.h:398:17: warning: comparison is always false due to limited range of data type [-Wtype-limits] ./google/protobuf/parse_context.h: In instantiation of 'bool google::protobuf::internal::ExpectTag(const char*) [with unsigned int tag = 184]': google/protobuf/util/internal/testdata/books.pb.cc:3390:73: required from here ./google/protobuf/parse_context.h:398:17: warning: comparison is always false due to limited range of data type [-Wtype-limits] ./google/protobuf/parse_context.h: In instantiation of 'bool google::protobuf::internal::ExpectTag(const char*) [with unsigned int tag = 193]': google/protobuf/util/internal/testdata/books.pb.cc:3405:73: required from here ./google/protobuf/parse_context.h:398:17: warning: comparison is always false due to limited range of data type [-Wtype-limits] ./google/protobuf/parse_context.h: In instantiation of 'bool google::protobuf::internal::ExpectTag(const char*) [with unsigned int tag = 200]': google/protobuf/util/internal/testdata/books.pb.cc:3420:73: required from here ./google/protobuf/parse_context.h:398:17: warning: comparison is always false due to limited range of data type [-Wtype-limits] ./google/protobuf/parse_context.h: In instantiation of 'bool google::protobuf::internal::ExpectTag(const char*) [with unsigned int tag = 210]': google/protobuf/util/internal/testdata/books.pb.cc:3439:73: required from here ./google/protobuf/parse_context.h:398:17: warning: comparison is always false due to limited range of data type [-Wtype-limits] ./google/protobuf/parse_context.h: In instantiation of 'bool google::protobuf::internal::ExpectTag(const char*) [with unsigned int tag = 218]': google/protobuf/util/internal/testdata/books.pb.cc:3452:73: required from here ./google/protobuf/parse_context.h:398:17: warning: comparison is always false due to limited range of data type [-Wtype-limits] ./google/protobuf/parse_context.h: In instantiation of 'bool google::protobuf::internal::ExpectTag(const char*) [with unsigned int tag = 229]': google/protobuf/util/internal/testdata/books.pb.cc:3464:73: required from here ./google/protobuf/parse_context.h:398:17: warning: comparison is always false due to limited range of data type [-Wtype-limits] ./google/protobuf/parse_context.h: In instantiation of 'bool google::protobuf::internal::ExpectTag(const char*) [with unsigned int tag = 233]': google/protobuf/util/internal/testdata/books.pb.cc:3479:73: required from here ./google/protobuf/parse_context.h:398:17: warning: comparison is always false due to limited range of data type [-Wtype-limits] ./google/protobuf/parse_context.h: In instantiation of 'bool google::protobuf::internal::ExpectTag(const char*) [with unsigned int tag = 240]': google/protobuf/util/internal/testdata/books.pb.cc:3494:73: required from here ./google/protobuf/parse_context.h:398:17: warning: comparison is always false due to limited range of data type [-Wtype-limits] CXX google/protobuf/util/internal/testdata/no_warning_test-wrappers.pb.o CXX google/protobuf/util/no_warning_test-json_format.pb.o CXX google/protobuf/util/no_warning_test-json_format_proto3.pb.o CXX google/protobuf/util/no_warning_test-message_differencer_unittest.pb.o CXXLD protobuf-test In file included from ./google/protobuf/map_type_handler.h:34, from ./google/protobuf/map.h:56, from ./google/protobuf/generated_message_table_driven.h:34, from ./google/protobuf/util/message_differencer_unittest.pb.h:26, from google/protobuf/util/message_differencer_unittest.pb.cc:4: ./google/protobuf/parse_context.h: In instantiation of 'bool google::protobuf::internal::ExpectTag(const char*) [with unsigned int tag = 130]': google/protobuf/util/message_differencer_unittest.pb.cc:1201:73: required from here ./google/protobuf/parse_context.h:398:17: warning: comparison is always false due to limited range of data type [-Wtype-limits] 398 | return *ptr == tag; | ~~~~~^~~~~~ In file included from ./google/protobuf/map_type_handler.h:34, from ./google/protobuf/map.h:56, from ./google/protobuf/generated_message_table_driven.h:34, from ./google/protobuf/util/json_format_proto3.pb.h:26, from google/protobuf/util/json_format_proto3.pb.cc:4: ./google/protobuf/parse_context.h: In instantiation of 'bool google::protobuf::internal::ExpectTag(const char*) [with unsigned int tag = 226]': google/protobuf/util/json_format_proto3.pb.cc:1736:73: required from here ./google/protobuf/parse_context.h:398:17: warning: comparison is always false due to limited range of data type [-Wtype-limits] 398 | return *ptr == tag; | ~~~~~^~~~~~ ./google/protobuf/parse_context.h: In instantiation of 'bool google::protobuf::internal::ExpectTag(const char*) [with unsigned int tag = 234]': google/protobuf/util/json_format_proto3.pb.cc:1749:73: required from here ./google/protobuf/parse_context.h:398:17: warning: comparison is always false due to limited range of data type [-Wtype-limits] ./google/protobuf/parse_context.h: In instantiation of 'bool google::protobuf::internal::ExpectTag(const char*) [with unsigned int tag = 250]': google/protobuf/util/json_format_proto3.pb.cc:1772:73: required from here ./google/protobuf/parse_context.h:398:17: warning: comparison is always false due to limited range of data type [-Wtype-limits] ./google/protobuf/parse_context.h: In instantiation of 'bool google::protobuf::internal::ExpectTag(const char*) [with unsigned int tag = 130]': google/protobuf/util/json_format_proto3.pb.cc:4776:73: required from here ./google/protobuf/parse_context.h:398:17: warning: comparison is always false due to limited range of data type [-Wtype-limits] ./google/protobuf/parse_context.h: In instantiation of 'bool google::protobuf::internal::ExpectTag(const char*) [with unsigned int tag = 138]': google/protobuf/util/json_format_proto3.pb.cc:4788:73: required from here ./google/protobuf/parse_context.h:398:17: warning: comparison is always false due to limited range of data type [-Wtype-limits] ./google/protobuf/parse_context.h: In instantiation of 'bool google::protobuf::internal::ExpectTag(const char*) [with unsigned int tag = 146]': google/protobuf/util/json_format_proto3.pb.cc:4800:73: required from here ./google/protobuf/parse_context.h:398:17: warning: comparison is always false due to limited range of data type [-Wtype-limits] ./google/protobuf/parse_context.h: In instantiation of 'bool google::protobuf::internal::ExpectTag(const char*) [with unsigned int tag = 154]': google/protobuf/util/json_format_proto3.pb.cc:4812:73: required from here ./google/protobuf/parse_context.h:398:17: warning: comparison is always false due to limited range of data type [-Wtype-limits] CXXLD protobuf-lite-test CXXLD protobuf-lite-arena-test CXXLD protobuf-lazy-descriptor-test CXXLD no-warning-test make[2]: Leaving directory '/home/buildozer/aports/main/protobuf/src/protobuf-3.13.0/src' make check-TESTS make[2]: Entering directory '/home/buildozer/aports/main/protobuf/src/protobuf-3.13.0/src' make[3]: Entering directory '/home/buildozer/aports/main/protobuf/src/protobuf-3.13.0/src' PASS: google/protobuf/compiler/zip_output_unittest.sh PASS: google/protobuf/io/gzip_stream_unittest.sh PASS: protobuf-lite-arena-test PASS: protobuf-lite-test PASS: protobuf-lazy-descriptor-test PASS: no-warning-test PASS: protobuf-test ============================================================================ Testsuite summary for Protocol Buffers 3.13.0 ============================================================================ # TOTAL: 7 # PASS: 7 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[3]: Leaving directory '/home/buildozer/aports/main/protobuf/src/protobuf-3.13.0/src' make[2]: Leaving directory '/home/buildozer/aports/main/protobuf/src/protobuf-3.13.0/src' make[1]: Leaving directory '/home/buildozer/aports/main/protobuf/src/protobuf-3.13.0/src' >>> protobuf: Entering fakeroot... Making install in . make[1]: Entering directory '/home/buildozer/aports/main/protobuf/src/protobuf-3.13.0' make[2]: Entering directory '/home/buildozer/aports/main/protobuf/src/protobuf-3.13.0' make[2]: Nothing to be done for 'install-exec-am'. ./install-sh -c -d '/home/buildozer/aports/main/protobuf/pkg/protobuf/usr/lib/pkgconfig' /usr/bin/install -c -m 644 protobuf.pc protobuf-lite.pc '/home/buildozer/aports/main/protobuf/pkg/protobuf/usr/lib/pkgconfig' make[2]: Leaving directory '/home/buildozer/aports/main/protobuf/src/protobuf-3.13.0' make[1]: Leaving directory '/home/buildozer/aports/main/protobuf/src/protobuf-3.13.0' Making install in src make[1]: Entering directory '/home/buildozer/aports/main/protobuf/src/protobuf-3.13.0/src' make[2]: Entering directory '/home/buildozer/aports/main/protobuf/src/protobuf-3.13.0/src' .././install-sh -c -d '/home/buildozer/aports/main/protobuf/pkg/protobuf/usr/lib' .././install-sh -c -d '/home/buildozer/aports/main/protobuf/pkg/protobuf/usr/include' /bin/sh ../libtool --mode=install /usr/bin/install -c libprotobuf-lite.la libprotobuf.la libprotoc.la '/home/buildozer/aports/main/protobuf/pkg/protobuf/usr/lib' .././install-sh -c -d '/home/buildozer/aports/main/protobuf/pkg/protobuf/usr/include' .././install-sh -c -d '/home/buildozer/aports/main/protobuf/pkg/protobuf/usr/include/google/protobuf' .././install-sh -c -d '/home/buildozer/aports/main/protobuf/pkg/protobuf/usr/include/google/protobuf' /usr/bin/install -c -m 644 google/protobuf/descriptor.proto google/protobuf/any.proto google/protobuf/api.proto google/protobuf/duration.proto google/protobuf/empty.proto google/protobuf/field_mask.proto google/protobuf/source_context.proto google/protobuf/struct.proto google/protobuf/timestamp.proto google/protobuf/type.proto google/protobuf/wrappers.proto '/home/buildozer/aports/main/protobuf/pkg/protobuf/usr/include/google/protobuf' libtool: install: /usr/bin/install -c .libs/libprotobuf-lite.so.24.0.0 /home/buildozer/aports/main/protobuf/pkg/protobuf/usr/lib/libprotobuf-lite.so.24.0.0 /usr/bin/install -c -m 644 google/protobuf/any.pb.h google/protobuf/api.pb.h google/protobuf/any.h google/protobuf/arena.h google/protobuf/arena_impl.h google/protobuf/arenastring.h google/protobuf/descriptor_database.h google/protobuf/descriptor.h google/protobuf/descriptor.pb.h google/protobuf/duration.pb.h google/protobuf/dynamic_message.h google/protobuf/empty.pb.h google/protobuf/extension_set.h google/protobuf/extension_set_inl.h google/protobuf/field_mask.pb.h google/protobuf/generated_enum_reflection.h google/protobuf/generated_enum_util.h google/protobuf/generated_message_reflection.h google/protobuf/generated_message_table_driven.h google/protobuf/generated_message_util.h google/protobuf/has_bits.h google/protobuf/implicit_weak_message.h google/protobuf/inlined_string_field.h google/protobuf/map_entry.h google/protobuf/map_entry_lite.h google/protobuf/map_field.h google/protobuf/map_field_inl.h google/protobuf/map_field_lite.h google/protobuf/map.h google/protobuf/map_type_handler.h google/protobuf/message.h google/protobuf/message_lite.h google/protobuf/metadata.h google/protobuf/metadata_lite.h google/protobuf/parse_context.h google/protobuf/port.h google/protobuf/port_def.inc google/protobuf/port_undef.inc google/protobuf/reflection.h google/protobuf/reflection_ops.h '/home/buildozer/aports/main/protobuf/pkg/protobuf/usr/include/google/protobuf' .././install-sh -c -d '/home/buildozer/aports/main/protobuf/pkg/protobuf/usr/include/google/protobuf/compiler' libtool: install: (cd /home/buildozer/aports/main/protobuf/pkg/protobuf/usr/lib && { ln -s -f libprotobuf-lite.so.24.0.0 libprotobuf-lite.so.24 || { rm -f libprotobuf-lite.so.24 && ln -s libprotobuf-lite.so.24.0.0 libprotobuf-lite.so.24; }; }) libtool: install: (cd /home/buildozer/aports/main/protobuf/pkg/protobuf/usr/lib && { ln -s -f libprotobuf-lite.so.24.0.0 libprotobuf-lite.so || { rm -f libprotobuf-lite.so && ln -s libprotobuf-lite.so.24.0.0 libprotobuf-lite.so; }; }) libtool: install: /usr/bin/install -c .libs/libprotobuf-lite.lai /home/buildozer/aports/main/protobuf/pkg/protobuf/usr/lib/libprotobuf-lite.la libtool: install: /usr/bin/install -c .libs/libprotobuf.so.24.0.0 /home/buildozer/aports/main/protobuf/pkg/protobuf/usr/lib/libprotobuf.so.24.0.0 .././install-sh -c -d '/home/buildozer/aports/main/protobuf/pkg/protobuf/usr/include/google/protobuf/compiler/php' /usr/bin/install -c -m 644 google/protobuf/compiler/plugin.proto '/home/buildozer/aports/main/protobuf/pkg/protobuf/usr/include/google/protobuf/compiler' libtool: install: (cd /home/buildozer/aports/main/protobuf/pkg/protobuf/usr/lib && { ln -s -f libprotobuf.so.24.0.0 libprotobuf.so.24 || { rm -f libprotobuf.so.24 && ln -s libprotobuf.so.24.0.0 libprotobuf.so.24; }; }) libtool: install: (cd /home/buildozer/aports/main/protobuf/pkg/protobuf/usr/lib && { ln -s -f libprotobuf.so.24.0.0 libprotobuf.so || { rm -f libprotobuf.so && ln -s libprotobuf.so.24.0.0 libprotobuf.so; }; }) libtool: install: /usr/bin/install -c .libs/libprotobuf.lai /home/buildozer/aports/main/protobuf/pkg/protobuf/usr/lib/libprotobuf.la /usr/bin/install -c -m 644 google/protobuf/compiler/php/php_generator.h '/home/buildozer/aports/main/protobuf/pkg/protobuf/usr/include/google/protobuf/compiler/php' .././install-sh -c -d '/home/buildozer/aports/main/protobuf/pkg/protobuf/usr/include/google/protobuf/compiler/python' libtool: warning: relinking 'libprotoc.la' libtool: install: (cd /home/buildozer/aports/main/protobuf/src/protobuf-3.13.0/src; /bin/sh "/home/buildozer/aports/main/protobuf/src/protobuf-3.13.0/libtool" --silent --tag CXX --mode=relink g++ -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -Os -fomit-frame-pointer -fno-delete-null-pointer-checks -Wno-error -version-info 24:0:0 -export-dynamic -no-undefined -Wl,--version-script=./libprotoc.map -Wl,--as-needed -o libprotoc.la -rpath /usr/lib google/protobuf/compiler/code_generator.lo google/protobuf/compiler/command_line_interface.lo google/protobuf/compiler/plugin.lo google/protobuf/compiler/plugin.pb.lo google/protobuf/compiler/subprocess.lo google/protobuf/compiler/zip_writer.lo google/protobuf/compiler/cpp/cpp_enum.lo google/protobuf/compiler/cpp/cpp_enum_field.lo google/protobuf/compiler/cpp/cpp_extension.lo google/protobuf/compiler/cpp/cpp_field.lo google/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/compiler/cpp/cpp_message_field.lo google/protobuf/compiler/cpp/cpp_padding_optimizer.lo google/protobuf/compiler/cpp/cpp_primitive_field.lo google/protobuf/compiler/cpp/cpp_service.lo google/protobuf/compiler/cpp/cpp_string_field.lo google/protobuf/compiler/java/java_context.lo google/protobuf/compiler/java/java_enum.lo google/protobuf/compiler/java/java_enum_lite.lo google/protobuf/compiler/java/java_enum_field.lo google/protobuf/compiler/java/java_enum_field_lite.lo google/protobuf/compiler/java/java_extension.lo google/protobuf/compiler/java/java_extension_lite.lo google/protobuf/compiler/java/java_field.lo google/protobuf/compiler/java/java_file.lo google/protobuf/compiler/java/java_generator.lo google/protobuf/compiler/java/java_generator_factory.lo google/protobuf/compiler/java/java_helpers.lo google/protobuf/compiler/java/java_map_field.lo google/protobuf/compiler/java/java_map_field_lite.lo google/protobuf/compiler/java/java_message.lo google/protobuf/compiler/java/java_message_lite.lo google/protobuf/compiler/java/java_message_builder.lo google/protobuf/compiler/java/java_message_builder_lite.lo google/protobuf/compiler/java/java_message_field.lo google/protobuf/compiler/java/java_message_field_lite.lo google/protobuf/compiler/java/java_name_resolver.lo google/protobuf/compiler/java/java_primitive_field.lo google/protobuf/compiler/java/java_primitive_field_lite.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_string_field_lite.lo google/protobuf/compiler/java/java_doc_comment.lo google/protobuf/compiler/js/js_generator.lo google/protobuf/compiler/js/well_known_types_embed.lo google/protobuf/compiler/objectivec/objectivec_enum.lo google/protobuf/compiler/objectivec/objectivec_enum_field.lo google/protobuf/compiler/objectivec/objectivec_extension.lo google/protobuf/compiler/objectivec/objectivec_field.lo google/protobuf/compiler/objectivec/objectivec_file.lo google/protobuf/compiler/objectivec/objectivec_generator.lo google/protobuf/compiler/objectivec/objectivec_helpers.lo google/protobuf/compiler/objectivec/objectivec_map_field.lo google/protobuf/compiler/objectivec/objectivec_message.lo google/protobuf/compiler/objectivec/objectivec_message_field.lo google/protobuf/compiler/objectivec/objectivec_oneof.lo google/protobuf/compiler/objectivec/objectivec_primitive_field.lo google/protobuf/compiler/php/php_generator.lo google/protobuf/compiler/python/python_generator.lo google/protobuf/compiler/ruby/ruby_generator.lo google/protobuf/compiler/csharp/csharp_doc_comment.lo google/protobuf/compiler/csharp/csharp_enum.lo google/protobuf/compiler/csharp/csharp_enum_field.lo google/protobuf/compiler/csharp/csharp_field_base.lo google/protobuf/compiler/csharp/csharp_generator.lo google/protobuf/compiler/csharp/csharp_helpers.lo google/protobuf/compiler/csharp/csharp_map_field.lo google/protobuf/compiler/csharp/csharp_message.lo google/protobuf/compiler/csharp/csharp_message_field.lo google/protobuf/compiler/csharp/csharp_primitive_field.lo google/protobuf/compiler/csharp/csharp_reflection_class.lo google/protobuf/compiler/csharp/csharp_repeated_enum_field.lo google/protobuf/compiler/csharp/csharp_repeated_message_field.lo google/protobuf/compiler/csharp/csharp_repeated_primitive_field.lo google/protobuf/compiler/csharp/csharp_source_generator_base.lo google/protobuf/compiler/csharp/csharp_wrapper_field.lo libprotobuf.la -lz -inst-prefix-dir /home/buildozer/aports/main/protobuf/pkg/protobuf) /usr/bin/install -c -m 644 google/protobuf/compiler/python/python_generator.h '/home/buildozer/aports/main/protobuf/pkg/protobuf/usr/include/google/protobuf/compiler/python' .././install-sh -c -d '/home/buildozer/aports/main/protobuf/pkg/protobuf/usr/include/google/protobuf/stubs' /usr/bin/install -c -m 644 google/protobuf/stubs/callback.h google/protobuf/stubs/bytestream.h google/protobuf/stubs/casts.h google/protobuf/stubs/common.h google/protobuf/stubs/fastmem.h google/protobuf/stubs/hash.h google/protobuf/stubs/logging.h google/protobuf/stubs/macros.h google/protobuf/stubs/map_util.h google/protobuf/stubs/mutex.h google/protobuf/stubs/once.h google/protobuf/stubs/platform_macros.h google/protobuf/stubs/port.h google/protobuf/stubs/status.h google/protobuf/stubs/stl_util.h google/protobuf/stubs/stringpiece.h google/protobuf/stubs/strutil.h google/protobuf/stubs/template_util.h '/home/buildozer/aports/main/protobuf/pkg/protobuf/usr/include/google/protobuf/stubs' .././install-sh -c -d '/home/buildozer/aports/main/protobuf/pkg/protobuf/usr/include/google/protobuf/compiler/objectivec' /usr/bin/install -c -m 644 google/protobuf/compiler/objectivec/objectivec_generator.h google/protobuf/compiler/objectivec/objectivec_helpers.h '/home/buildozer/aports/main/protobuf/pkg/protobuf/usr/include/google/protobuf/compiler/objectivec' .././install-sh -c -d '/home/buildozer/aports/main/protobuf/pkg/protobuf/usr/include/google/protobuf/compiler/cpp' /usr/bin/install -c -m 644 google/protobuf/compiler/cpp/cpp_generator.h '/home/buildozer/aports/main/protobuf/pkg/protobuf/usr/include/google/protobuf/compiler/cpp' .././install-sh -c -d '/home/buildozer/aports/main/protobuf/pkg/protobuf/usr/include/google/protobuf/util' /usr/bin/install -c -m 644 google/protobuf/util/type_resolver.h google/protobuf/util/delimited_message_util.h google/protobuf/util/field_comparator.h google/protobuf/util/field_mask_util.h google/protobuf/util/json_util.h google/protobuf/util/time_util.h google/protobuf/util/type_resolver_util.h google/protobuf/util/message_differencer.h '/home/buildozer/aports/main/protobuf/pkg/protobuf/usr/include/google/protobuf/util' .././install-sh -c -d '/home/buildozer/aports/main/protobuf/pkg/protobuf/usr/include/google/protobuf/compiler/java' /usr/bin/install -c -m 644 google/protobuf/compiler/java/java_generator.h google/protobuf/compiler/java/java_names.h '/home/buildozer/aports/main/protobuf/pkg/protobuf/usr/include/google/protobuf/compiler/java' .././install-sh -c -d '/home/buildozer/aports/main/protobuf/pkg/protobuf/usr/include/google/protobuf/compiler/js' /usr/bin/install -c -m 644 google/protobuf/compiler/js/js_generator.h google/protobuf/compiler/js/well_known_types_embed.h '/home/buildozer/aports/main/protobuf/pkg/protobuf/usr/include/google/protobuf/compiler/js' .././install-sh -c -d '/home/buildozer/aports/main/protobuf/pkg/protobuf/usr/include/google/protobuf/compiler/ruby' /usr/bin/install -c -m 644 google/protobuf/compiler/ruby/ruby_generator.h '/home/buildozer/aports/main/protobuf/pkg/protobuf/usr/include/google/protobuf/compiler/ruby' .././install-sh -c -d '/home/buildozer/aports/main/protobuf/pkg/protobuf/usr/include/google/protobuf/compiler/csharp' /usr/bin/install -c -m 644 google/protobuf/compiler/csharp/csharp_generator.h google/protobuf/compiler/csharp/csharp_names.h '/home/buildozer/aports/main/protobuf/pkg/protobuf/usr/include/google/protobuf/compiler/csharp' .././install-sh -c -d '/home/buildozer/aports/main/protobuf/pkg/protobuf/usr/include/google/protobuf' /usr/bin/install -c -m 644 google/protobuf/repeated_field.h google/protobuf/service.h google/protobuf/source_context.pb.h google/protobuf/struct.pb.h google/protobuf/text_format.h google/protobuf/timestamp.pb.h google/protobuf/type.pb.h google/protobuf/unknown_field_set.h google/protobuf/wire_format.h google/protobuf/wire_format_lite.h google/protobuf/wrappers.pb.h '/home/buildozer/aports/main/protobuf/pkg/protobuf/usr/include/google/protobuf' .././install-sh -c -d '/home/buildozer/aports/main/protobuf/pkg/protobuf/usr/include/google/protobuf/io' /usr/bin/install -c -m 644 google/protobuf/io/io_win32.h google/protobuf/io/coded_stream.h google/protobuf/io/gzip_stream.h google/protobuf/io/printer.h google/protobuf/io/strtod.h google/protobuf/io/tokenizer.h google/protobuf/io/zero_copy_stream.h google/protobuf/io/zero_copy_stream_impl.h google/protobuf/io/zero_copy_stream_impl_lite.h '/home/buildozer/aports/main/protobuf/pkg/protobuf/usr/include/google/protobuf/io' .././install-sh -c -d '/home/buildozer/aports/main/protobuf/pkg/protobuf/usr/include/google/protobuf/compiler' /usr/bin/install -c -m 644 google/protobuf/compiler/code_generator.h google/protobuf/compiler/command_line_interface.h google/protobuf/compiler/importer.h google/protobuf/compiler/parser.h google/protobuf/compiler/plugin.h google/protobuf/compiler/plugin.pb.h '/home/buildozer/aports/main/protobuf/pkg/protobuf/usr/include/google/protobuf/compiler' libtool: install: /usr/bin/install -c .libs/libprotoc.so.24.0.0T /home/buildozer/aports/main/protobuf/pkg/protobuf/usr/lib/libprotoc.so.24.0.0 libtool: install: (cd /home/buildozer/aports/main/protobuf/pkg/protobuf/usr/lib && { ln -s -f libprotoc.so.24.0.0 libprotoc.so.24 || { rm -f libprotoc.so.24 && ln -s libprotoc.so.24.0.0 libprotoc.so.24; }; }) libtool: install: (cd /home/buildozer/aports/main/protobuf/pkg/protobuf/usr/lib && { ln -s -f libprotoc.so.24.0.0 libprotoc.so || { rm -f libprotoc.so && ln -s libprotoc.so.24.0.0 libprotoc.so; }; }) libtool: install: /usr/bin/install -c .libs/libprotoc.lai /home/buildozer/aports/main/protobuf/pkg/protobuf/usr/lib/libprotoc.la libtool: install: /usr/bin/install -c .libs/libprotobuf-lite.a /home/buildozer/aports/main/protobuf/pkg/protobuf/usr/lib/libprotobuf-lite.a libtool: install: chmod 644 /home/buildozer/aports/main/protobuf/pkg/protobuf/usr/lib/libprotobuf-lite.a libtool: install: ranlib /home/buildozer/aports/main/protobuf/pkg/protobuf/usr/lib/libprotobuf-lite.a libtool: install: /usr/bin/install -c .libs/libprotobuf.a /home/buildozer/aports/main/protobuf/pkg/protobuf/usr/lib/libprotobuf.a libtool: install: chmod 644 /home/buildozer/aports/main/protobuf/pkg/protobuf/usr/lib/libprotobuf.a libtool: install: ranlib /home/buildozer/aports/main/protobuf/pkg/protobuf/usr/lib/libprotobuf.a libtool: install: /usr/bin/install -c .libs/libprotoc.a /home/buildozer/aports/main/protobuf/pkg/protobuf/usr/lib/libprotoc.a libtool: install: chmod 644 /home/buildozer/aports/main/protobuf/pkg/protobuf/usr/lib/libprotoc.a libtool: install: ranlib /home/buildozer/aports/main/protobuf/pkg/protobuf/usr/lib/libprotoc.a libtool: warning: remember to run 'libtool --finish /usr/lib' .././install-sh -c -d '/home/buildozer/aports/main/protobuf/pkg/protobuf/usr/bin' /bin/sh ../libtool --mode=install /usr/bin/install -c protoc '/home/buildozer/aports/main/protobuf/pkg/protobuf/usr/bin' libtool: warning: 'libprotobuf.la' has not been installed in '/usr/lib' libtool: warning: 'libprotoc.la' has not been installed in '/usr/lib' libtool: warning: '/home/buildozer/aports/main/protobuf/src/protobuf-3.13.0/src/libprotobuf.la' has not been installed in '/usr/lib' libtool: install: /usr/bin/install -c .libs/protoc /home/buildozer/aports/main/protobuf/pkg/protobuf/usr/bin/protoc make[2]: Leaving directory '/home/buildozer/aports/main/protobuf/src/protobuf-3.13.0/src' make[1]: Leaving directory '/home/buildozer/aports/main/protobuf/src/protobuf-3.13.0/src' >>> ruby-google-protobuf*: Running split function _ruby... >>> ruby-google-protobuf*: Preparing subpackage ruby-google-protobuf... >>> ruby-google-protobuf*: Stripping binaries >>> ruby-google-protobuf*: Running postcheck for ruby-google-protobuf >>> protobuf-dev*: Running split function dev... >>> protobuf-dev*: Preparing subpackage protobuf-dev... >>> protobuf-dev*: Stripping binaries >>> protobuf-dev*: Running postcheck for protobuf-dev >>> protobuf-vim*: Running split function vim... >>> protobuf-vim*: Preparing subpackage protobuf-vim... >>> protobuf-vim*: Running postcheck for protobuf-vim >>> protoc*: Running split function protoc... >>> protoc*: Preparing subpackage protoc... >>> protoc*: Stripping binaries >>> protoc*: Running postcheck for protoc >>> libprotoc*: Running split function libprotoc... >>> libprotoc*: Preparing subpackage libprotoc... >>> libprotoc*: Stripping binaries >>> libprotoc*: Running postcheck for libprotoc >>> libprotobuf*: Running split function libprotobuf... >>> libprotobuf*: Preparing subpackage libprotobuf... >>> libprotobuf*: Stripping binaries >>> libprotobuf*: Running postcheck for libprotobuf >>> libprotobuf-lite*: Running split function lite... >>> libprotobuf-lite*: Preparing subpackage libprotobuf-lite... >>> libprotobuf-lite*: Stripping binaries >>> libprotobuf-lite*: Running postcheck for libprotobuf-lite >>> protobuf*: Running postcheck for protobuf >>> protobuf*: Preparing package protobuf... >>> protobuf*: Stripping binaries >>> WARNING: protobuf*: No arch specific binaries found so arch should probably be set to "noarch" >>> libprotobuf-lite*: Scanning shared objects >>> libprotobuf*: Scanning shared objects >>> libprotoc*: Scanning shared objects >>> protobuf-dev*: Scanning shared objects >>> protobuf-vim*: Scanning shared objects >>> protobuf*: Scanning shared objects >>> protoc*: Scanning shared objects >>> ruby-google-protobuf*: Scanning shared objects >>> libprotobuf-lite*: Tracing dependencies... so:libc.musl-x86.so.1 so:libgcc_s.so.1 so:libstdc++.so.6 >>> libprotobuf-lite*: Package size: 588.0 KB >>> libprotobuf-lite*: Compressing data... >>> libprotobuf-lite*: Create checksum... >>> libprotobuf-lite*: Create libprotobuf-lite-3.13.0-r2.apk >>> libprotobuf*: Tracing dependencies... so:libc.musl-x86.so.1 so:libgcc_s.so.1 so:libstdc++.so.6 so:libz.so.1 >>> libprotobuf*: Package size: 2.5 MB >>> libprotobuf*: Compressing data... >>> libprotobuf*: Create checksum... >>> libprotobuf*: Create libprotobuf-3.13.0-r2.apk >>> libprotoc*: Tracing dependencies... so:libc.musl-x86.so.1 so:libgcc_s.so.1 so:libprotobuf.so.24 so:libstdc++.so.6 >>> libprotoc*: Package size: 1.9 MB >>> libprotoc*: Compressing data... >>> libprotoc*: Create checksum... >>> libprotoc*: Create libprotoc-3.13.0-r2.apk >>> protobuf-dev*: Tracing dependencies... zlib-dev protoc=3.13.0-r2 libprotobuf-lite=3.13.0-r2 libprotobuf=3.13.0-r2 libprotoc=3.13.0-r2 pkgconfig >>> protobuf-dev*: Package size: 13.5 MB >>> protobuf-dev*: Compressing data... >>> protobuf-dev*: Create checksum... >>> protobuf-dev*: Create protobuf-dev-3.13.0-r2.apk >>> protobuf-vim*: Tracing dependencies... >>> protobuf-vim*: Package size: 28.0 KB >>> protobuf-vim*: Compressing data... >>> protobuf-vim*: Create checksum... >>> protobuf-vim*: Create protobuf-vim-3.13.0-r2.apk >>> protobuf*: Tracing dependencies... >>> protobuf*: Package size: 16.0 KB >>> protobuf*: Compressing data... >>> protobuf*: Create checksum... >>> protobuf*: Create protobuf-3.13.0-r2.apk >>> protoc*: Tracing dependencies... so:libc.musl-x86.so.1 so:libgcc_s.so.1 so:libprotoc.so.24 so:libstdc++.so.6 >>> protoc*: Package size: 32.0 KB >>> protoc*: Compressing data... >>> protoc*: Create checksum... >>> protoc*: Create protoc-3.13.0-r2.apk >>> ruby-google-protobuf*: Tracing dependencies... so:libc.musl-x86.so.1 so:libruby.so.2.7 >>> ruby-google-protobuf*: Package size: 416.0 KB >>> ruby-google-protobuf*: Compressing data... >>> ruby-google-protobuf*: Create checksum... >>> ruby-google-protobuf*: Create ruby-google-protobuf-3.13.0-r2.apk >>> protobuf: Build complete at Fri, 18 Dec 2020 22:19:35 +0000 elapsed time 0h 7m 23s >>> protobuf: Cleaning up srcdir >>> protobuf: Cleaning up pkgdir >>> protobuf: Uninstalling dependencies... (1/24) Purging .makedepends-protobuf (20201218.221212) (2/24) Purging zlib-dev (1.2.11-r3) (3/24) Purging autoconf (2.69-r3) (4/24) Purging m4 (1.4.18-r1) (5/24) Purging automake (1.16.3-r0) (6/24) Purging libtool (2.4.6-r7) (7/24) Purging bash (5.0.18-r0) Executing bash-5.0.18-r0.pre-deinstall (8/24) Purging libltdl (2.4.6-r7) (9/24) Purging ruby-dev (2.7.2-r1) (10/24) Purging gmp-dev (6.2.1-r0) (11/24) Purging libgmpxx (6.2.1-r0) (12/24) Purging libucontext-dev (0.13.1-r0) (13/24) Purging libucontext (0.13.1-r0) (14/24) Purging ruby-rake (2.7.2-r1) (15/24) Purging ruby (2.7.2-r1) (16/24) Purging git-perl (2.29.2-r0) (17/24) Purging perl-git (2.29.2-r0) (18/24) Purging perl-error (0.17029-r1) (19/24) Purging perl (5.32.0-r0) (20/24) Purging libbz2 (1.0.8-r1) (21/24) Purging ruby-libs (2.7.2-r1) (22/24) Purging readline (8.0.4-r0) (23/24) Purging gdbm (1.18.1-r0) (24/24) Purging yaml (0.2.5-r0) Executing busybox-1.32.0-r8.trigger OK: 310 MiB in 86 packages >>> protobuf: Updating the main/x86 repository index... >>> protobuf: Signing the index...