- -- The C compiler identification is GNU 14.2.0
- -- The CXX compiler identification is GNU 14.2.0
- -- Detecting C compiler ABI info
- -- Detecting C compiler ABI info - done
- -- Check for working C compiler: /run/ccache/bin/cc - skipped
- -- Detecting C compile features
- -- Detecting C compile features - done
- -- Detecting CXX compiler ABI info
- -- Detecting CXX compiler ABI info - done
- -- Check for working CXX compiler: /run/ccache/bin/c++ - skipped
- -- Detecting CXX compile features
- -- Detecting CXX compile features - done
- -- Initiating compile using CMake 3.31.7
- -- Found Git: /usr/bin/git (found version "2.49.0")
- -- Checking submodules
- -- Submodule 'monero' is up-to-date
- -- Found PythonInterp: /usr/bin/python (found version "3.12.10")
- -- CMake version 3.31.7
- -- Found usable ccache: /usr/bin/ccache
- -- The ASM compiler identification is GNU
- -- Found assembler: /run/ccache/bin/cc
- -- Looking for -Wl,--no-undefined linker flag
- -- Looking for -Wl,--no-undefined linker flag - found
- -- Looking for -Wl,-undefined,error linker flag
- -- Looking for -Wl,-undefined,error linker flag - found
- -- Building without build tag
- -- Checking submodules
- -- Submodule 'external/miniupnp' is up-to-date
- -- Submodule 'external/rapidjson' is up-to-date
- -- Submodule 'external/trezor-common' is up-to-date
- -- Submodule 'external/randomx' is up-to-date
- -- Submodule 'external/supercop' is up-to-date
- -- Could not find DEVELOPER_LOCAL_TOOLS in env (not required)
- -- BOOST_IGNORE_SYSTEM_PATHS defaults to OFF
- -- Building for a 64-bit system
- -- Building internal libraries as static
- -- Using LMDB as default DB type
- -- Stack trace on exception enabled (using easylogging++)
- -- Performing Test CMAKE_HAVE_LIBC_PTHREAD
- -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
- -- Found Threads: TRUE
- -- Performing Test _Werror__pthread_c
- -- Performing Test _Werror__pthread_c - Success
- -- Performing Test _Werror__pthread_cxx
- -- Performing Test _Werror__pthread_cxx - Success
- -- Found OpenSSL: /usr/lib/x86_64-linux-gnu/libcrypto.so (found version "3.3.3")
- -- Using OpenSSL include dir at /usr/include
- -- Found HIDAPI: /app/lib/libhidapi-libusb.so
- -- Looking for memset_s in c
- -- Looking for memset_s in c - not found
- -- Looking for explicit_bzero in c
- -- Looking for explicit_bzero in c - found
- -- Looking for strptime
- -- Looking for strptime - found
- -- Could NOT find MiniUPnPc (missing: MINIUPNP_INCLUDE_DIR MINIUPNP_LIBRARY)
- -- Using in-tree miniupnpc
- -- Looking for libunbound
- -- Found libunbound include (unbound.h) in /app/include
- -- Found libunbound library
- -- Using 64-bit LMDB from source tree
- -- Looking for backtrace
- -- Looking for backtrace - found
- -- backtrace facility detected in default set of libraries
- -- Backtrace_LIBRARY:
- -- Found Backtrace: /usr/include
- -- Performing Test _maes_cxx
- -- Performing Test _maes_cxx - Success
- -- Setting CXX flag -maes
- -- Performing Test _maes_c
- -- Performing Test _maes_c - Success
- -- Setting C flag -maes
- -- Performing Test HAVE_SSSE3
- -- Performing Test HAVE_SSSE3 - Success
- -- Performing Test HAVE_AVX2
- -- Performing Test HAVE_AVX2 - Success
- -- Performing Test HAVE_CXX_ATOMICS
- -- Performing Test HAVE_CXX_ATOMICS - Success
- -- Using HIDAPI include dir at /app/include/hidapi
- -- Found Protobuf: /app/lib/libprotobuf.so (found version "6.31.1")
- -- Protobuf lib: /app/lib/libprotobuf.so, inc: /app/include, protoc: /app/bin/protoc
- -- Protobuf Compilation test failed: Change Dir: '/run/build/monero-gui/CMakeFiles/CMakeTmp'
- Run Build Command(s): /usr/bin/ninja -v cmTC_a3eab
- [1/3] /run/ccache/bin/c++ -I/run/build/monero-gui -O2 -pipe -g -Wp,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -pthread -std=gnu++11 -o CMakeFiles/cmTC_a3eab.dir/test-protobuf.cpp.o -c /run/build/monero-gui/monero/cmake/test-protobuf.cpp
- FAILED: CMakeFiles/cmTC_a3eab.dir/test-protobuf.cpp.o
- /run/ccache/bin/c++ -I/run/build/monero-gui -O2 -pipe -g -Wp,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -pthread -std=gnu++11 -o CMakeFiles/cmTC_a3eab.dir/test-protobuf.cpp.o -c /run/build/monero-gui/monero/cmake/test-protobuf.cpp
- In file included from /usr/include/absl/base/config.h:92,
- from /usr/include/absl/base/attributes.h:37,
- from /app/include/google/protobuf/message.h:98,
- from /run/build/monero-gui/monero/cmake/test-protobuf.cpp:31:
- /usr/include/absl/base/policy_checks.h:79:2: error: #error "C++ versions less than C++14 are not supported."
- 79 | #error "C++ versions less than C++14 are not supported."
- | ^~~~~
- In file included from /usr/include/absl/base/internal/invoke.h:64,
- from /usr/include/absl/base/call_once.h:34,
- from /app/include/google/protobuf/message.h:99:
- /usr/include/absl/meta/type_traits.h:586:10: error: ‘enable_if_t’ is not a member of ‘std’
- 586 | std::enable_if_t<std::is_class<typename T::absl_internal_is_view>::value>>
- | ^~~~~~~~~~~
- /usr/include/absl/meta/type_traits.h:586:10: note: ‘std::enable_if_t’ is only available from C++14 onwards
- /usr/include/absl/meta/type_traits.h:586:10: error: ‘enable_if_t’ is not a member of ‘std’
- /usr/include/absl/meta/type_traits.h:586:10: note: ‘std::enable_if_t’ is only available from C++14 onwards
- /usr/include/absl/meta/type_traits.h:586:72: error: type/value mismatch at argument 2 in template parameter list for ‘template<class T, class> struct absl::lts_20240722::type_traits_internal::IsOwnerImpl’
- 586 | std::enable_if_t<std::is_class<typename T::absl_internal_is_view>::value>>
- | ^~~~~
- /usr/include/absl/meta/type_traits.h:586:72: note: expected a type, got ‘(<expression error> < std::is_class<typename T::absl_internal_is_view>::value)’
- /usr/include/absl/meta/type_traits.h:586:77: error: expected unqualified-id before ‘>’ token
- 586 | std::enable_if_t<std::is_class<typename T::absl_internal_is_view>::value>>
- | ^~
- /usr/include/absl/meta/type_traits.h:618:10: error: ‘enable_if_t’ is not a member of ‘std’
- 618 | std::enable_if_t<std::is_class<typename T::absl_internal_is_view>::value>>
- | ^~~~~~~~~~~
- /usr/include/absl/meta/type_traits.h:618:10: note: ‘std::enable_if_t’ is only available from C++14 onwards
- /usr/include/absl/meta/type_traits.h:618:10: error: ‘enable_if_t’ is not a member of ‘std’
- /usr/include/absl/meta/type_traits.h:618:10: note: ‘std::enable_if_t’ is only available from C++14 onwards
- /usr/include/absl/meta/type_traits.h:618:72: error: type/value mismatch at argument 2 in template parameter list for ‘template<class T, class> struct absl::lts_20240722::type_traits_internal::IsViewImpl’
- 618 | std::enable_if_t<std::is_class<typename T::absl_internal_is_view>::value>>
- | ^~~~~
- /usr/include/absl/meta/type_traits.h:618:72: note: expected a type, got ‘(<expression error> < std::is_class<typename T::absl_internal_is_view>::value)’
- /usr/include/absl/meta/type_traits.h:618:77: error: expected unqualified-id before ‘>’ token
- 618 | std::enable_if_t<std::is_class<typename T::absl_internal_is_view>::value>>
- | ^~
- In file included from /usr/include/absl/base/internal/raw_logging.h:27,
- from /usr/include/absl/base/internal/low_level_scheduling.h:21,
- from /usr/include/absl/base/call_once.h:35:
- /usr/include/absl/base/log_severity.h: In function ‘constexpr const char* absl::lts_20240722::LogSeverityName(LogSeverity)’:
- /usr/include/absl/base/log_severity.h:109:1: error: body of ‘constexpr’ function ‘constexpr const char* absl::lts_20240722::LogSeverityName(LogSeverity)’ not a return-statement
- 109 | }
- | ^
- /usr/include/absl/base/log_severity.h: In function ‘constexpr absl::lts_20240722::LogSeverity absl::lts_20240722::NormalizeLogSeverity(LogSeverity)’:
- /usr/include/absl/base/log_severity.h:120:1: error: body of ‘constexpr’ function ‘constexpr absl::lts_20240722::LogSeverity absl::lts_20240722::NormalizeLogSeverity(LogSeverity)’ not a return-statement
- 120 | }
- | ^
- In file included from /usr/include/absl/base/nullability.h:162,
- from /usr/include/absl/base/call_once.h:40:
- /usr/include/absl/base/internal/nullability_impl.h: At global scope:
- /usr/include/absl/base/internal/nullability_impl.h:57:60: error: ‘remove_cv_t’ is not a member of ‘std’; did you mean ‘remove_cv’?
- 57 | static_assert(nullability_internal::IsSupportedType<std::remove_cv_t<T>>,
- | ^~~~~~~~~~~
- | remove_cv
- /usr/include/absl/base/internal/nullability_impl.h:57:60: error: ‘remove_cv_t’ is not a member of ‘std’; did you mean ‘remove_cv’?
- 57 | static_assert(nullability_internal::IsSupportedType<std::remove_cv_t<T>>,
- | ^~~~~~~~~~~
- | remove_cv
- /usr/include/absl/base/internal/nullability_impl.h:57:72: error: template argument 1 is invalid
- 57 | static_assert(nullability_internal::IsSupportedType<std::remove_cv_t<T>>,
- | ^
- /usr/include/absl/base/internal/nullability_impl.h:57:75: error: expected primary-expression before ‘,’ token
- 57 | static_assert(nullability_internal::IsSupportedType<std::remove_cv_t<T>>,
- | ^
- /usr/include/absl/base/internal/nullability_impl.h:65:60: error: ‘remove_cv_t’ is not a member of ‘std’; did you mean ‘remove_cv’?
- 65 | static_assert(nullability_internal::IsSupportedType<std::remove_cv_t<T>>,
- | ^~~~~~~~~~~
- | remove_cv
- /usr/include/absl/base/internal/nullability_impl.h:65:60: error: ‘remove_cv_t’ is not a member of ‘std’; did you mean ‘remove_cv’?
- 65 | static_assert(nullability_internal::IsSupportedType<std::remove_cv_t<T>>,
- | ^~~~~~~~~~~
- | remove_cv
- /usr/include/absl/base/internal/nullability_impl.h:65:72: error: template argument 1 is invalid
- 65 | static_assert(nullability_internal::IsSupportedType<std::remove_cv_t<T>>,
- | ^
- /usr/include/absl/base/internal/nullability_impl.h:65:75: error: expected primary-expression before ‘,’ token
- 65 | static_assert(nullability_internal::IsSupportedType<std::remove_cv_t<T>>,
- | ^
- /usr/include/absl/base/internal/nullability_impl.h:73:60: error: ‘remove_cv_t’ is not a member of ‘std’; did you mean ‘remove_cv’?
- 73 | static_assert(nullability_internal::IsSupportedType<std::remove_cv_t<T>>,
- | ^~~~~~~~~~~
- | remove_cv
- /usr/include/absl/base/internal/nullability_impl.h:73:60: error: ‘remove_cv_t’ is not a member of ‘std’; did you mean ‘remove_cv’?
- 73 | static_assert(nullability_internal::IsSupportedType<std::remove_cv_t<T>>,
- | ^~~~~~~~~~~
- | remove_cv
- /usr/include/absl/base/internal/nullability_impl.h:73:72: error: template argument 1 is invalid
- 73 | static_assert(nullability_internal::IsSupportedType<std::remove_cv_t<T>>,
- | ^
- /usr/include/absl/base/internal/nullability_impl.h:73:75: error: expected primary-expression before ‘,’ token
- 73 | static_assert(nullability_internal::IsSupportedType<std::remove_cv_t<T>>,
- | ^
- In file included from /usr/include/absl/log/internal/nullstream.h:37,
- from /usr/include/absl/log/internal/check_op.h:38,
- from /usr/include/absl/log/internal/check_impl.h:19,
- from /usr/include/absl/log/absl_check.h:38,
- from /app/include/google/protobuf/message.h:102:
- /usr/include/absl/strings/string_view.h:53:26: error: ‘string_view’ in namespace ‘std’ does not name a type
- 53 | using string_view = std::string_view;
- | ^~~~~~~~~~~
- /usr/include/absl/strings/string_view.h:53:21: note: ‘std::string_view’ is only available from C++17 onwards
- 53 | using string_view = std::string_view;
- | ^~~
- /usr/include/absl/strings/string_view.h:752:8: error: ‘string_view’ does not name a type
- 752 | inline string_view ClippedSubstr(string_view s, size_t pos,
- | ^~~~~~~~~~~
- /usr/include/absl/strings/string_view.h:763:11: error: ‘string_view’ does not name a type
- 763 | constexpr string_view NullSafeStringView(absl::Nullable<const char*> p) {
- | ^~~~~~~~~~~
- /usr/include/absl/log/internal/nullstream.h:49:32: error: ‘absl::string_view’ has not been declared
- 49 | NullStream& AtLocation(absl::string_view, int) { return *this; }
- | ^~~~~~~~~~~
- In file included from /usr/include/absl/time/time.h:97,
- from /usr/include/absl/log/log_entry.h:35,
- from /usr/include/absl/log/internal/log_message.h:41,
- from /usr/include/absl/log/internal/strip.h:25,
- from /usr/include/absl/log/internal/check_op.h:39:
- /usr/include/absl/time/civil_time.h:515:27: error: ‘string_view’ is not a member of ‘absl’
- 515 | bool ParseCivilTime(absl::string_view s, CivilSecond* c);
- | ^~~~~~~~~~~
- /usr/include/absl/time/civil_time.h:515:53: error: expected primary-expression before ‘*’ token
- 515 | bool ParseCivilTime(absl::string_view s, CivilSecond* c);
- | ^
- /usr/include/absl/time/civil_time.h:515:55: error: ‘c’ was not declared in this scope
- 515 | bool ParseCivilTime(absl::string_view s, CivilSecond* c);
- | ^
- /usr/include/absl/time/civil_time.h:515:56: error: expression list treated as compound expression in initializer [-fpermissive]
- 515 | bool ParseCivilTime(absl::string_view s, CivilSecond* c);
- | ^
- /usr/include/absl/time/civil_time.h:516:6: error: redefinition of ‘bool absl::lts_20240722::ParseCivilTime’
- 516 | bool ParseCivilTime(absl::string_view s, CivilMinute* c);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/time/civil_time.h:515:6: note: ‘bool absl::lts_20240722::ParseCivilTime’ previously defined here
- 515 | bool ParseCivilTime(absl::string_view s, CivilSecond* c);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/time/civil_time.h:516:27: error: ‘string_view’ is not a member of ‘absl’
- 516 | bool ParseCivilTime(absl::string_view s, CivilMinute* c);
- | ^~~~~~~~~~~
- /usr/include/absl/time/civil_time.h:516:53: error: expected primary-expression before ‘*’ token
- 516 | bool ParseCivilTime(absl::string_view s, CivilMinute* c);
- | ^
- /usr/include/absl/time/civil_time.h:516:55: error: ‘c’ was not declared in this scope
- 516 | bool ParseCivilTime(absl::string_view s, CivilMinute* c);
- | ^
- /usr/include/absl/time/civil_time.h:517:6: error: redefinition of ‘bool absl::lts_20240722::ParseCivilTime’
- 517 | bool ParseCivilTime(absl::string_view s, CivilHour* c);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/time/civil_time.h:515:6: note: ‘bool absl::lts_20240722::ParseCivilTime’ previously defined here
- 515 | bool ParseCivilTime(absl::string_view s, CivilSecond* c);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/time/civil_time.h:517:27: error: ‘string_view’ is not a member of ‘absl’
- 517 | bool ParseCivilTime(absl::string_view s, CivilHour* c);
- | ^~~~~~~~~~~
- /usr/include/absl/time/civil_time.h:517:51: error: expected primary-expression before ‘*’ token
- 517 | bool ParseCivilTime(absl::string_view s, CivilHour* c);
- | ^
- /usr/include/absl/time/civil_time.h:517:53: error: ‘c’ was not declared in this scope
- 517 | bool ParseCivilTime(absl::string_view s, CivilHour* c);
- | ^
- /usr/include/absl/time/civil_time.h:518:6: error: redefinition of ‘bool absl::lts_20240722::ParseCivilTime’
- 518 | bool ParseCivilTime(absl::string_view s, CivilDay* c);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/time/civil_time.h:515:6: note: ‘bool absl::lts_20240722::ParseCivilTime’ previously defined here
- 515 | bool ParseCivilTime(absl::string_view s, CivilSecond* c);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/time/civil_time.h:518:27: error: ‘string_view’ is not a member of ‘absl’
- 518 | bool ParseCivilTime(absl::string_view s, CivilDay* c);
- | ^~~~~~~~~~~
- /usr/include/absl/time/civil_time.h:518:50: error: expected primary-expression before ‘*’ token
- 518 | bool ParseCivilTime(absl::string_view s, CivilDay* c);
- | ^
- /usr/include/absl/time/civil_time.h:518:52: error: ‘c’ was not declared in this scope
- 518 | bool ParseCivilTime(absl::string_view s, CivilDay* c);
- | ^
- /usr/include/absl/time/civil_time.h:519:6: error: redefinition of ‘bool absl::lts_20240722::ParseCivilTime’
- 519 | bool ParseCivilTime(absl::string_view s, CivilMonth* c);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/time/civil_time.h:515:6: note: ‘bool absl::lts_20240722::ParseCivilTime’ previously defined here
- 515 | bool ParseCivilTime(absl::string_view s, CivilSecond* c);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/time/civil_time.h:519:27: error: ‘string_view’ is not a member of ‘absl’
- 519 | bool ParseCivilTime(absl::string_view s, CivilMonth* c);
- | ^~~~~~~~~~~
- /usr/include/absl/time/civil_time.h:519:52: error: expected primary-expression before ‘*’ token
- 519 | bool ParseCivilTime(absl::string_view s, CivilMonth* c);
- | ^
- /usr/include/absl/time/civil_time.h:519:54: error: ‘c’ was not declared in this scope
- 519 | bool ParseCivilTime(absl::string_view s, CivilMonth* c);
- | ^
- /usr/include/absl/time/civil_time.h:520:6: error: redefinition of ‘bool absl::lts_20240722::ParseCivilTime’
- 520 | bool ParseCivilTime(absl::string_view s, CivilYear* c);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/time/civil_time.h:515:6: note: ‘bool absl::lts_20240722::ParseCivilTime’ previously defined here
- 515 | bool ParseCivilTime(absl::string_view s, CivilSecond* c);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/time/civil_time.h:520:27: error: ‘string_view’ is not a member of ‘absl’
- 520 | bool ParseCivilTime(absl::string_view s, CivilYear* c);
- | ^~~~~~~~~~~
- /usr/include/absl/time/civil_time.h:520:51: error: expected primary-expression before ‘*’ token
- 520 | bool ParseCivilTime(absl::string_view s, CivilYear* c);
- | ^
- /usr/include/absl/time/civil_time.h:520:53: error: ‘c’ was not declared in this scope
- 520 | bool ParseCivilTime(absl::string_view s, CivilYear* c);
- | ^
- /usr/include/absl/time/civil_time.h:535:34: error: ‘string_view’ is not a member of ‘absl’
- 535 | bool ParseLenientCivilTime(absl::string_view s, CivilSecond* c);
- | ^~~~~~~~~~~
- /usr/include/absl/time/civil_time.h:535:60: error: expected primary-expression before ‘*’ token
- 535 | bool ParseLenientCivilTime(absl::string_view s, CivilSecond* c);
- | ^
- /usr/include/absl/time/civil_time.h:535:62: error: ‘c’ was not declared in this scope
- 535 | bool ParseLenientCivilTime(absl::string_view s, CivilSecond* c);
- | ^
- /usr/include/absl/time/civil_time.h:535:63: error: expression list treated as compound expression in initializer [-fpermissive]
- 535 | bool ParseLenientCivilTime(absl::string_view s, CivilSecond* c);
- | ^
- /usr/include/absl/time/civil_time.h:536:6: error: redefinition of ‘bool absl::lts_20240722::ParseLenientCivilTime’
- 536 | bool ParseLenientCivilTime(absl::string_view s, CivilMinute* c);
- | ^~~~~~~~~~~~~~~~~~~~~
- /usr/include/absl/time/civil_time.h:535:6: note: ‘bool absl::lts_20240722::ParseLenientCivilTime’ previously defined here
- 535 | bool ParseLenientCivilTime(absl::string_view s, CivilSecond* c);
- | ^~~~~~~~~~~~~~~~~~~~~
- /usr/include/absl/time/civil_time.h:536:34: error: ‘string_view’ is not a member of ‘absl’
- 536 | bool ParseLenientCivilTime(absl::string_view s, CivilMinute* c);
- | ^~~~~~~~~~~
- /usr/include/absl/time/civil_time.h:536:60: error: expected primary-expression before ‘*’ token
- 536 | bool ParseLenientCivilTime(absl::string_view s, CivilMinute* c);
- | ^
- /usr/include/absl/time/civil_time.h:536:62: error: ‘c’ was not declared in this scope
- 536 | bool ParseLenientCivilTime(absl::string_view s, CivilMinute* c);
- | ^
- /usr/include/absl/time/civil_time.h:537:6: error: redefinition of ‘bool absl::lts_20240722::ParseLenientCivilTime’
- 537 | bool ParseLenientCivilTime(absl::string_view s, CivilHour* c);
- | ^~~~~~~~~~~~~~~~~~~~~
- /usr/include/absl/time/civil_time.h:535:6: note: ‘bool absl::lts_20240722::ParseLenientCivilTime’ previously defined here
- 535 | bool ParseLenientCivilTime(absl::string_view s, CivilSecond* c);
- | ^~~~~~~~~~~~~~~~~~~~~
- /usr/include/absl/time/civil_time.h:537:34: error: ‘string_view’ is not a member of ‘absl’
- 537 | bool ParseLenientCivilTime(absl::string_view s, CivilHour* c);
- | ^~~~~~~~~~~
- /usr/include/absl/time/civil_time.h:537:58: error: expected primary-expression before ‘*’ token
- 537 | bool ParseLenientCivilTime(absl::string_view s, CivilHour* c);
- | ^
- /usr/include/absl/time/civil_time.h:537:60: error: ‘c’ was not declared in this scope
- 537 | bool ParseLenientCivilTime(absl::string_view s, CivilHour* c);
- | ^
- /usr/include/absl/time/civil_time.h:538:6: error: redefinition of ‘bool absl::lts_20240722::ParseLenientCivilTime’
- 538 | bool ParseLenientCivilTime(absl::string_view s, CivilDay* c);
- | ^~~~~~~~~~~~~~~~~~~~~
- /usr/include/absl/time/civil_time.h:535:6: note: ‘bool absl::lts_20240722::ParseLenientCivilTime’ previously defined here
- 535 | bool ParseLenientCivilTime(absl::string_view s, CivilSecond* c);
- | ^~~~~~~~~~~~~~~~~~~~~
- /usr/include/absl/time/civil_time.h:538:34: error: ‘string_view’ is not a member of ‘absl’
- 538 | bool ParseLenientCivilTime(absl::string_view s, CivilDay* c);
- | ^~~~~~~~~~~
- /usr/include/absl/time/civil_time.h:538:57: error: expected primary-expression before ‘*’ token
- 538 | bool ParseLenientCivilTime(absl::string_view s, CivilDay* c);
- | ^
- /usr/include/absl/time/civil_time.h:538:59: error: ‘c’ was not declared in this scope
- 538 | bool ParseLenientCivilTime(absl::string_view s, CivilDay* c);
- | ^
- /usr/include/absl/time/civil_time.h:539:6: error: redefinition of ‘bool absl::lts_20240722::ParseLenientCivilTime’
- 539 | bool ParseLenientCivilTime(absl::string_view s, CivilMonth* c);
- | ^~~~~~~~~~~~~~~~~~~~~
- /usr/include/absl/time/civil_time.h:535:6: note: ‘bool absl::lts_20240722::ParseLenientCivilTime’ previously defined here
- 535 | bool ParseLenientCivilTime(absl::string_view s, CivilSecond* c);
- | ^~~~~~~~~~~~~~~~~~~~~
- /usr/include/absl/time/civil_time.h:539:34: error: ‘string_view’ is not a member of ‘absl’
- 539 | bool ParseLenientCivilTime(absl::string_view s, CivilMonth* c);
- | ^~~~~~~~~~~
- /usr/include/absl/time/civil_time.h:539:59: error: expected primary-expression before ‘*’ token
- 539 | bool ParseLenientCivilTime(absl::string_view s, CivilMonth* c);
- | ^
- /usr/include/absl/time/civil_time.h:539:61: error: ‘c’ was not declared in this scope
- 539 | bool ParseLenientCivilTime(absl::string_view s, CivilMonth* c);
- | ^
- /usr/include/absl/time/civil_time.h:540:6: error: redefinition of ‘bool absl::lts_20240722::ParseLenientCivilTime’
- 540 | bool ParseLenientCivilTime(absl::string_view s, CivilYear* c);
- | ^~~~~~~~~~~~~~~~~~~~~
- /usr/include/absl/time/civil_time.h:535:6: note: ‘bool absl::lts_20240722::ParseLenientCivilTime’ previously defined here
- 535 | bool ParseLenientCivilTime(absl::string_view s, CivilSecond* c);
- | ^~~~~~~~~~~~~~~~~~~~~
- /usr/include/absl/time/civil_time.h:540:34: error: ‘string_view’ is not a member of ‘absl’
- 540 | bool ParseLenientCivilTime(absl::string_view s, CivilYear* c);
- | ^~~~~~~~~~~
- /usr/include/absl/time/civil_time.h:540:58: error: expected primary-expression before ‘*’ token
- 540 | bool ParseLenientCivilTime(absl::string_view s, CivilYear* c);
- | ^
- /usr/include/absl/time/civil_time.h:540:60: error: ‘c’ was not declared in this scope
- 540 | bool ParseLenientCivilTime(absl::string_view s, CivilYear* c);
- | ^
- /usr/include/absl/time/civil_time.h:566:26: error: ‘string_view’ is not a member of ‘absl’
- 566 | bool AbslParseFlag(absl::string_view s, CivilSecond* c, std::string* error);
- | ^~~~~~~~~~~
- /usr/include/absl/time/civil_time.h:566:52: error: expected primary-expression before ‘*’ token
- 566 | bool AbslParseFlag(absl::string_view s, CivilSecond* c, std::string* error);
- | ^
- /usr/include/absl/time/civil_time.h:566:54: error: ‘c’ was not declared in this scope
- 566 | bool AbslParseFlag(absl::string_view s, CivilSecond* c, std::string* error);
- | ^
- /usr/include/absl/time/civil_time.h:566:68: error: expected primary-expression before ‘*’ token
- 566 | bool AbslParseFlag(absl::string_view s, CivilSecond* c, std::string* error);
- | ^
- /usr/include/absl/time/civil_time.h:566:70: error: ‘error’ was not declared in this scope; did you mean ‘perror’?
- 566 | bool AbslParseFlag(absl::string_view s, CivilSecond* c, std::string* error);
- | ^~~~~
- | perror
- /usr/include/absl/time/civil_time.h:566:75: error: expression list treated as compound expression in initializer [-fpermissive]
- 566 | bool AbslParseFlag(absl::string_view s, CivilSecond* c, std::string* error);
- | ^
- /usr/include/absl/time/civil_time.h:567:6: error: redefinition of ‘bool absl::lts_20240722::time_internal::AbslParseFlag’
- 567 | bool AbslParseFlag(absl::string_view s, CivilMinute* c, std::string* error);
- | ^~~~~~~~~~~~~
- /usr/include/absl/time/civil_time.h:566:6: note: ‘bool absl::lts_20240722::time_internal::AbslParseFlag’ previously defined here
- 566 | bool AbslParseFlag(absl::string_view s, CivilSecond* c, std::string* error);
- | ^~~~~~~~~~~~~
- /usr/include/absl/time/civil_time.h:567:26: error: ‘string_view’ is not a member of ‘absl’
- 567 | bool AbslParseFlag(absl::string_view s, CivilMinute* c, std::string* error);
- | ^~~~~~~~~~~
- /usr/include/absl/time/civil_time.h:567:52: error: expected primary-expression before ‘*’ token
- 567 | bool AbslParseFlag(absl::string_view s, CivilMinute* c, std::string* error);
- | ^
- /usr/include/absl/time/civil_time.h:567:54: error: ‘c’ was not declared in this scope
- 567 | bool AbslParseFlag(absl::string_view s, CivilMinute* c, std::string* error);
- | ^
- /usr/include/absl/time/civil_time.h:567:68: error: expected primary-expression before ‘*’ token
- 567 | bool AbslParseFlag(absl::string_view s, CivilMinute* c, std::string* error);
- | ^
- /usr/include/absl/time/civil_time.h:567:70: error: ‘error’ was not declared in this scope; did you mean ‘perror’?
- 567 | bool AbslParseFlag(absl::string_view s, CivilMinute* c, std::string* error);
- | ^~~~~
- | perror
- /usr/include/absl/time/civil_time.h:568:6: error: redefinition of ‘bool absl::lts_20240722::time_internal::AbslParseFlag’
- 568 | bool AbslParseFlag(absl::string_view s, CivilHour* c, std::string* error);
- | ^~~~~~~~~~~~~
- /usr/include/absl/time/civil_time.h:566:6: note: ‘bool absl::lts_20240722::time_internal::AbslParseFlag’ previously defined here
- 566 | bool AbslParseFlag(absl::string_view s, CivilSecond* c, std::string* error);
- | ^~~~~~~~~~~~~
- /usr/include/absl/time/civil_time.h:568:26: error: ‘string_view’ is not a member of ‘absl’
- 568 | bool AbslParseFlag(absl::string_view s, CivilHour* c, std::string* error);
- | ^~~~~~~~~~~
- /usr/include/absl/time/civil_time.h:568:50: error: expected primary-expression before ‘*’ token
- 568 | bool AbslParseFlag(absl::string_view s, CivilHour* c, std::string* error);
- | ^
- /usr/include/absl/time/civil_time.h:568:52: error: ‘c’ was not declared in this scope
- 568 | bool AbslParseFlag(absl::string_view s, CivilHour* c, std::string* error);
- | ^
- /usr/include/absl/time/civil_time.h:568:66: error: expected primary-expression before ‘*’ token
- 568 | bool AbslParseFlag(absl::string_view s, CivilHour* c, std::string* error);
- | ^
- /usr/include/absl/time/civil_time.h:568:68: error: ‘error’ was not declared in this scope; did you mean ‘perror’?
- 568 | bool AbslParseFlag(absl::string_view s, CivilHour* c, std::string* error);
- | ^~~~~
- | perror
- /usr/include/absl/time/civil_time.h:569:6: error: redefinition of ‘bool absl::lts_20240722::time_internal::AbslParseFlag’
- 569 | bool AbslParseFlag(absl::string_view s, CivilDay* c, std::string* error);
- | ^~~~~~~~~~~~~
- /usr/include/absl/time/civil_time.h:566:6: note: ‘bool absl::lts_20240722::time_internal::AbslParseFlag’ previously defined here
- 566 | bool AbslParseFlag(absl::string_view s, CivilSecond* c, std::string* error);
- | ^~~~~~~~~~~~~
- /usr/include/absl/time/civil_time.h:569:26: error: ‘string_view’ is not a member of ‘absl’
- 569 | bool AbslParseFlag(absl::string_view s, CivilDay* c, std::string* error);
- | ^~~~~~~~~~~
- /usr/include/absl/time/civil_time.h:569:49: error: expected primary-expression before ‘*’ token
- 569 | bool AbslParseFlag(absl::string_view s, CivilDay* c, std::string* error);
- | ^
- /usr/include/absl/time/civil_time.h:569:51: error: ‘c’ was not declared in this scope
- 569 | bool AbslParseFlag(absl::string_view s, CivilDay* c, std::string* error);
- | ^
- /usr/include/absl/time/civil_time.h:569:65: error: expected primary-expression before ‘*’ token
- 569 | bool AbslParseFlag(absl::string_view s, CivilDay* c, std::string* error);
- | ^
- /usr/include/absl/time/civil_time.h:569:67: error: ‘error’ was not declared in this scope; did you mean ‘perror’?
- 569 | bool AbslParseFlag(absl::string_view s, CivilDay* c, std::string* error);
- | ^~~~~
- | perror
- /usr/include/absl/time/civil_time.h:570:6: error: redefinition of ‘bool absl::lts_20240722::time_internal::AbslParseFlag’
- 570 | bool AbslParseFlag(absl::string_view s, CivilMonth* c, std::string* error);
- | ^~~~~~~~~~~~~
- /usr/include/absl/time/civil_time.h:566:6: note: ‘bool absl::lts_20240722::time_internal::AbslParseFlag’ previously defined here
- 566 | bool AbslParseFlag(absl::string_view s, CivilSecond* c, std::string* error);
- | ^~~~~~~~~~~~~
- /usr/include/absl/time/civil_time.h:570:26: error: ‘string_view’ is not a member of ‘absl’
- 570 | bool AbslParseFlag(absl::string_view s, CivilMonth* c, std::string* error);
- | ^~~~~~~~~~~
- /usr/include/absl/time/civil_time.h:570:51: error: expected primary-expression before ‘*’ token
- 570 | bool AbslParseFlag(absl::string_view s, CivilMonth* c, std::string* error);
- | ^
- /usr/include/absl/time/civil_time.h:570:53: error: ‘c’ was not declared in this scope
- 570 | bool AbslParseFlag(absl::string_view s, CivilMonth* c, std::string* error);
- | ^
- /usr/include/absl/time/civil_time.h:570:67: error: expected primary-expression before ‘*’ token
- 570 | bool AbslParseFlag(absl::string_view s, CivilMonth* c, std::string* error);
- | ^
- /usr/include/absl/time/civil_time.h:570:69: error: ‘error’ was not declared in this scope; did you mean ‘perror’?
- 570 | bool AbslParseFlag(absl::string_view s, CivilMonth* c, std::string* error);
- | ^~~~~
- | perror
- /usr/include/absl/time/civil_time.h:571:6: error: redefinition of ‘bool absl::lts_20240722::time_internal::AbslParseFlag’
- 571 | bool AbslParseFlag(absl::string_view s, CivilYear* c, std::string* error);
- | ^~~~~~~~~~~~~
- /usr/include/absl/time/civil_time.h:566:6: note: ‘bool absl::lts_20240722::time_internal::AbslParseFlag’ previously defined here
- 566 | bool AbslParseFlag(absl::string_view s, CivilSecond* c, std::string* error);
- | ^~~~~~~~~~~~~
- /usr/include/absl/time/civil_time.h:571:26: error: ‘string_view’ is not a member of ‘absl’
- 571 | bool AbslParseFlag(absl::string_view s, CivilYear* c, std::string* error);
- | ^~~~~~~~~~~
- /usr/include/absl/time/civil_time.h:571:50: error: expected primary-expression before ‘*’ token
- 571 | bool AbslParseFlag(absl::string_view s, CivilYear* c, std::string* error);
- | ^
- /usr/include/absl/time/civil_time.h:571:52: error: ‘c’ was not declared in this scope
- 571 | bool AbslParseFlag(absl::string_view s, CivilYear* c, std::string* error);
- | ^
- /usr/include/absl/time/civil_time.h:571:66: error: expected primary-expression before ‘*’ token
- 571 | bool AbslParseFlag(absl::string_view s, CivilYear* c, std::string* error);
- | ^
- /usr/include/absl/time/civil_time.h:571:68: error: ‘error’ was not declared in this scope; did you mean ‘perror’?
- 571 | bool AbslParseFlag(absl::string_view s, CivilYear* c, std::string* error);
- | ^~~~~
- | perror
- /usr/include/absl/time/time.h: In constructor ‘absl::lts_20240722::Duration::HiRep::HiRep(int64_t)’:
- /usr/include/absl/time/time.h:262:5: error: ‘constexpr’ constructor does not have empty body
- 262 | }
- | ^
- /usr/include/absl/time/time.h: In member function ‘constexpr int64_t absl::lts_20240722::Duration::HiRep::Get() const’:
- /usr/include/absl/time/time.h:282:5: error: body of ‘constexpr’ function ‘constexpr int64_t absl::lts_20240722::Duration::HiRep::Get() const’ not a return-statement
- 282 | }
- | ^
- /usr/include/absl/time/time.h: In member function ‘constexpr absl::lts_20240722::Duration::HiRep& absl::lts_20240722::Duration::HiRep::operator=(int64_t) const’:
- /usr/include/absl/time/time.h:290:11: error: assignment of member ‘absl::lts_20240722::Duration::HiRep::hi_’ in read-only object
- 290 | hi_ = static_cast<uint32_t>(unsigned_value >> 32);
- | ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/absl/time/time.h:291:11: error: assignment of member ‘absl::lts_20240722::Duration::HiRep::lo_’ in read-only object
- 291 | lo_ = static_cast<uint32_t>(unsigned_value);
- | ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/absl/time/time.h:292:14: error: binding reference of type ‘absl::lts_20240722::Duration::HiRep&’ to ‘const absl::lts_20240722::Duration::HiRep’ discards qualifiers
- 292 | return *this;
- | ^~~~~
- /usr/include/absl/time/time.h:293:5: error: body of ‘constexpr’ function ‘constexpr absl::lts_20240722::Duration::HiRep& absl::lts_20240722::Duration::HiRep::operator=(int64_t) const’ not a return-statement
- 293 | }
- | ^
- /usr/include/absl/time/time.h: At global scope:
- /usr/include/absl/time/time.h:714:26: error: ‘string_view’ is not a member of ‘absl’
- 714 | bool ParseDuration(absl::string_view dur_string, Duration* d);
- | ^~~~~~~~~~~
- /usr/include/absl/time/time.h:714:58: error: expected primary-expression before ‘*’ token
- 714 | bool ParseDuration(absl::string_view dur_string, Duration* d);
- | ^
- /usr/include/absl/time/time.h:714:60: error: ‘d’ was not declared in this scope
- 714 | bool ParseDuration(absl::string_view dur_string, Duration* d);
- | ^
- /usr/include/absl/time/time.h:714:61: error: expression list treated as compound expression in initializer [-fpermissive]
- 714 | bool ParseDuration(absl::string_view dur_string, Duration* d);
- | ^
- /usr/include/absl/time/time.h:721:26: error: ‘string_view’ is not a member of ‘absl’
- 721 | bool AbslParseFlag(absl::string_view text, Duration* dst, std::string* error);
- | ^~~~~~~~~~~
- /usr/include/absl/time/time.h:721:52: error: expected primary-expression before ‘*’ token
- 721 | bool AbslParseFlag(absl::string_view text, Duration* dst, std::string* error);
- | ^
- /usr/include/absl/time/time.h:721:54: error: ‘dst’ was not declared in this scope
- 721 | bool AbslParseFlag(absl::string_view text, Duration* dst, std::string* error);
- | ^~~
- /usr/include/absl/time/time.h:721:70: error: expected primary-expression before ‘*’ token
- 721 | bool AbslParseFlag(absl::string_view text, Duration* dst, std::string* error);
- | ^
- /usr/include/absl/time/time.h:721:72: error: ‘error’ was not declared in this scope; did you mean ‘perror’?
- 721 | bool AbslParseFlag(absl::string_view text, Duration* dst, std::string* error);
- | ^~~~~
- | perror
- /usr/include/absl/time/time.h:721:77: error: expression list treated as compound expression in initializer [-fpermissive]
- 721 | bool AbslParseFlag(absl::string_view text, Duration* dst, std::string* error);
- | ^
- /usr/include/absl/time/time.h:1048:6: error: redefinition of ‘bool absl::lts_20240722::AbslParseFlag’
- 1048 | bool AbslParseFlag(absl::string_view text, Time* t, std::string* error);
- | ^~~~~~~~~~~~~
- /usr/include/absl/time/time.h:721:6: note: ‘bool absl::lts_20240722::AbslParseFlag’ previously defined here
- 721 | bool AbslParseFlag(absl::string_view text, Duration* dst, std::string* error);
- | ^~~~~~~~~~~~~
- /usr/include/absl/time/time.h:1048:26: error: ‘string_view’ is not a member of ‘absl’
- 1048 | bool AbslParseFlag(absl::string_view text, Time* t, std::string* error);
- | ^~~~~~~~~~~
- /usr/include/absl/time/time.h:1048:48: error: expected primary-expression before ‘*’ token
- 1048 | bool AbslParseFlag(absl::string_view text, Time* t, std::string* error);
- | ^
- /usr/include/absl/time/time.h:1048:50: error: ‘t’ was not declared in this scope; did you mean ‘tm’?
- 1048 | bool AbslParseFlag(absl::string_view text, Time* t, std::string* error);
- | ^
- | tm
- /usr/include/absl/time/time.h:1048:64: error: expected primary-expression before ‘*’ token
- 1048 | bool AbslParseFlag(absl::string_view text, Time* t, std::string* error);
- | ^
- /usr/include/absl/time/time.h:1048:66: error: ‘error’ was not declared in this scope; did you mean ‘perror’?
- 1048 | bool AbslParseFlag(absl::string_view text, Time* t, std::string* error);
- | ^~~~~
- | perror
- /usr/include/absl/time/time.h:1252:32: error: ‘string_view’ is not a member of ‘absl’
- 1252 | inline bool LoadTimeZone(absl::string_view name, TimeZone* tz) {
- | ^~~~~~~~~~~
- /usr/include/absl/time/time.h:1252:58: error: expected primary-expression before ‘*’ token
- 1252 | inline bool LoadTimeZone(absl::string_view name, TimeZone* tz) {
- | ^
- /usr/include/absl/time/time.h:1252:60: error: ‘tz’ was not declared in this scope; did you mean ‘tm’?
- 1252 | inline bool LoadTimeZone(absl::string_view name, TimeZone* tz) {
- | ^~
- | tm
- /usr/include/absl/time/time.h:1252:62: error: expression list treated as compound expression in initializer [-fpermissive]
- 1252 | inline bool LoadTimeZone(absl::string_view name, TimeZone* tz) {
- | ^
- /usr/include/absl/time/time.h:1494:59: error: ‘string_view’ is not a member of ‘absl’
- 1494 | ABSL_ATTRIBUTE_PURE_FUNCTION std::string FormatTime(absl::string_view format,
- | ^~~~~~~~~~~
- /usr/include/absl/time/time.h:1495:58: error: expected primary-expression before ‘t’
- 1495 | Time t, TimeZone tz);
- | ^
- /usr/include/absl/time/time.h:1495:70: error: expected primary-expression before ‘tz’
- 1495 | Time t, TimeZone tz);
- | ^~
- /usr/include/absl/time/time.h:1500:72: error: ‘std::string absl::lts_20240722::FormatTime(Time, TimeZone)’ redeclared as different kind of entity
- 1500 | ABSL_ATTRIBUTE_PURE_FUNCTION std::string FormatTime(Time t, TimeZone tz);
- | ^
- /usr/include/absl/time/time.h:1494:42: note: previous declaration ‘std::string absl::lts_20240722::FormatTime’
- 1494 | ABSL_ATTRIBUTE_PURE_FUNCTION std::string FormatTime(absl::string_view format,
- | ^~~~~~~~~~
- /usr/include/absl/time/time.h:1501:59: error: ‘std::string absl::lts_20240722::FormatTime(Time)’ redeclared as different kind of entity
- 1501 | ABSL_ATTRIBUTE_PURE_FUNCTION std::string FormatTime(Time t);
- | ^
- /usr/include/absl/time/time.h:1494:42: note: previous declaration ‘std::string absl::lts_20240722::FormatTime’
- 1494 | ABSL_ATTRIBUTE_PURE_FUNCTION std::string FormatTime(absl::string_view format,
- | ^~~~~~~~~~
- /usr/include/absl/time/time.h: In function ‘std::ostream& absl::lts_20240722::operator<<(std::ostream&, Time)’:
- /usr/include/absl/time/time.h:1505:26: error: no match for call to ‘(std::string {aka std::__cxx11::basic_string<char>}) (absl::lts_20240722::Time&)’
- 1505 | return os << FormatTime(t);
- | ~~~~~~~~~~^~~
- /usr/include/absl/time/time.h: In function ‘void absl::lts_20240722::AbslStringify(Sink&, Time)’:
- /usr/include/absl/time/time.h:1511:25: error: no match for call to ‘(std::string {aka std::__cxx11::basic_string<char>}) (absl::lts_20240722::Time&)’
- 1511 | sink.Append(FormatTime(t));
- | ~~~~~~~~~~^~~
- /usr/include/absl/time/time.h: At global scope:
- /usr/include/absl/time/time.h:1563:22: error: ‘string_view’ is not a member of ‘absl’
- 1563 | bool ParseTime(absl::string_view format, absl::string_view input, Time* time,
- | ^~~~~~~~~~~
- /usr/include/absl/time/time.h:1563:48: error: ‘string_view’ is not a member of ‘absl’
- 1563 | bool ParseTime(absl::string_view format, absl::string_view input, Time* time,
- | ^~~~~~~~~~~
- /usr/include/absl/time/time.h:1563:71: error: expected primary-expression before ‘*’ token
- 1563 | bool ParseTime(absl::string_view format, absl::string_view input, Time* time,
- | ^
- /usr/include/absl/time/time.h:1564:27: error: expected primary-expression before ‘*’ token
- 1564 | std::string* err);
- | ^
- /usr/include/absl/time/time.h:1564:29: error: ‘err’ was not declared in this scope; did you mean ‘erf’?
- 1564 | std::string* err);
- | ^~~
- | erf
- /usr/include/absl/time/time.h:1564:32: error: expression list treated as compound expression in initializer [-fpermissive]
- 1564 | std::string* err);
- | ^
- /usr/include/absl/time/time.h:1573:6: error: redefinition of ‘bool absl::lts_20240722::ParseTime’
- 1573 | bool ParseTime(absl::string_view format, absl::string_view input, TimeZone tz,
- | ^~~~~~~~~
- /usr/include/absl/time/time.h:1563:6: note: ‘bool absl::lts_20240722::ParseTime’ previously defined here
- 1563 | bool ParseTime(absl::string_view format, absl::string_view input, Time* time,
- | ^~~~~~~~~
- /usr/include/absl/time/time.h:1573:22: error: ‘string_view’ is not a member of ‘absl’
- 1573 | bool ParseTime(absl::string_view format, absl::string_view input, TimeZone tz,
- | ^~~~~~~~~~~
- /usr/include/absl/time/time.h:1573:48: error: ‘string_view’ is not a member of ‘absl’
- 1573 | bool ParseTime(absl::string_view format, absl::string_view input, TimeZone tz,
- | ^~~~~~~~~~~
- /usr/include/absl/time/time.h:1573:76: error: expected primary-expression before ‘tz’
- 1573 | bool ParseTime(absl::string_view format, absl::string_view input, TimeZone tz,
- | ^~
- /usr/include/absl/time/time.h:1574:20: error: expected primary-expression before ‘*’ token
- 1574 | Time* time, std::string* err);
- | ^
- /usr/include/absl/time/time.h:1574:39: error: expected primary-expression before ‘*’ token
- 1574 | Time* time, std::string* err);
- | ^
- /usr/include/absl/time/time.h:1574:41: error: ‘err’ was not declared in this scope; did you mean ‘erf’?
- 1574 | Time* time, std::string* err);
- | ^~~
- | erf
- In file included from /usr/include/absl/types/span.h:70,
- from /usr/include/absl/log/log_entry.h:36:
- /usr/include/absl/types/internal/span.h:119:26: error: ‘remove_const_t’ in namespace ‘std’ does not name a template type; did you mean ‘remove_const’?
- 119 | using Container = std::remove_const_t<T>;
- | ^~~~~~~~~~~~~~
- | remove_const
- /usr/include/absl/types/internal/span.h:121:44: error: parse error in template argument list
- 121 | decltype(span_internal::GetData(std::declval<const Container&>()));
- | ^~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/absl/types/internal/span.h:122:64: error: ‘Container’ was not declared in this scope
- 122 | using MutData = decltype(span_internal::GetData(std::declval<Container&>()));
- | ^~~~~~~~~
- /usr/include/absl/types/internal/span.h:122:56: error: parse error in template argument list
- 122 | using MutData = decltype(span_internal::GetData(std::declval<Container&>()));
- | ^~~~~~~~~~~~~~~~~~~
- /usr/include/absl/types/internal/span.h:130:29: error: ‘enable_if_t’ in namespace ‘std’ does not name a template type
- 130 | using EnableIfIsView = std::enable_if_t<IsView<T>::value, int>;
- | ^~~~~~~~~~~
- /usr/include/absl/types/internal/span.h:130:24: note: ‘std::enable_if_t’ is only available from C++14 onwards
- 130 | using EnableIfIsView = std::enable_if_t<IsView<T>::value, int>;
- | ^~~
- /usr/include/absl/types/internal/span.h:133:32: error: ‘enable_if_t’ in namespace ‘std’ does not name a template type
- 133 | using EnableIfNotIsView = std::enable_if_t<!IsView<T>::value, int>;
- | ^~~~~~~~~~~
- /usr/include/absl/types/internal/span.h:133:27: note: ‘std::enable_if_t’ is only available from C++14 onwards
- 133 | using EnableIfNotIsView = std::enable_if_t<!IsView<T>::value, int>;
- | ^~~
- /usr/include/absl/types/span.h:205:39: error: ‘EnableIfNotIsView’ in namespace ‘absl::lts_20240722::span_internal’ does not name a template type
- 205 | typename = span_internal::EnableIfNotIsView<V>>
- | ^~~~~~~~~~~~~~~~~
- /usr/include/absl/types/span.h:205:56: error: expected ‘>’ before ‘<’ token
- 205 | typename = span_internal::EnableIfNotIsView<V>>
- | ^
- /usr/include/absl/types/span.h:214:39: error: ‘EnableIfNotIsView’ in namespace ‘absl::lts_20240722::span_internal’ does not name a template type
- 214 | typename = span_internal::EnableIfNotIsView<V>>
- | ^~~~~~~~~~~~~~~~~
- /usr/include/absl/types/span.h:214:56: error: expected ‘>’ before ‘<’ token
- 214 | typename = span_internal::EnableIfNotIsView<V>>
- | ^
- /usr/include/absl/types/span.h:226:28: error: ‘absl::lts_20240722::span_internal::EnableIfIsView’ has not been declared
- 226 | span_internal::EnableIfIsView<V> = 0>
- | ^~~~~~~~~~~~~~
- /usr/include/absl/types/span.h:226:42: error: expected ‘>’ before ‘<’ token
- 226 | span_internal::EnableIfIsView<V> = 0>
- | ^
- /usr/include/absl/types/span.h:227:12: error: ‘template<class T> template<class V, class, class, <typeprefixerror><anonymous> > absl::lts_20240722::Span<T>::Span(V&)’ cannot be overloaded with ‘template<class T> template<class V, class, class, class> absl::lts_20240722::Span<T>::Span(V&)’
- 227 | explicit Span(V& v) noexcept // NOLINT(runtime/references)
- | ^~~~
- /usr/include/absl/types/span.h:206:12: note: previous declaration ‘template<class T> template<class V, class, class, class> absl::lts_20240722::Span<T>::Span(V&)’
- 206 | explicit Span(
- | ^~~~
- /usr/include/absl/types/span.h:231:28: error: ‘absl::lts_20240722::span_internal::EnableIfIsView’ has not been declared
- 231 | span_internal::EnableIfIsView<V> = 0>
- | ^~~~~~~~~~~~~~
- /usr/include/absl/types/span.h:231:42: error: expected ‘>’ before ‘<’ token
- 231 | span_internal::EnableIfIsView<V> = 0>
- | ^
- /usr/include/absl/types/span.h:232:13: error: ‘template<class T> template<class V, class, class, <typeprefixerror><anonymous> > constexpr absl::lts_20240722::Span<T>::Span(const V&)’ cannot be overloaded with ‘template<class T> template<class V, class, class, class> constexpr absl::lts_20240722::Span<T>::Span(const V&)’
- 232 | constexpr Span(const V& v) noexcept // NOLINT(runtime/explicit)
- | ^~~~
- /usr/include/absl/types/span.h:215:13: note: previous declaration ‘template<class T> template<class V, class, class, class> constexpr absl::lts_20240722::Span<T>::Span(const V&)’
- 215 | constexpr Span(
- | ^~~~
- /usr/include/absl/log/log_entry.h:75:9: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 75 | absl::string_view source_filename() const ABSL_ATTRIBUTE_LIFETIME_BOUND {
- | ^~~~~~~~~~~
- /usr/include/absl/log/log_entry.h:78:9: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 78 | absl::string_view source_basename() const ABSL_ATTRIBUTE_LIFETIME_BOUND {
- | ^~~~~~~~~~~
- /usr/include/absl/log/log_entry.h:145:9: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 145 | absl::string_view text_message_with_prefix_and_newline() const
- | ^~~~~~~~~~~
- /usr/include/absl/log/log_entry.h:151:9: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 151 | absl::string_view text_message_with_prefix() const
- | ^~~~~~~~~~~
- /usr/include/absl/log/log_entry.h:157:9: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 157 | absl::string_view text_message_with_newline() const
- | ^~~~~~~~~~~
- /usr/include/absl/log/log_entry.h:163:9: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 163 | absl::string_view text_message() const ABSL_ATTRIBUTE_LIFETIME_BOUND {
- | ^~~~~~~~~~~
- /usr/include/absl/log/log_entry.h:178:9: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 178 | absl::string_view encoded_message() const ABSL_ATTRIBUTE_LIFETIME_BOUND {
- | ^~~~~~~~~~~
- /usr/include/absl/log/log_entry.h:194:9: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 194 | absl::string_view stacktrace() const ABSL_ATTRIBUTE_LIFETIME_BOUND {
- | ^~~~~~~~~~~
- /usr/include/absl/log/log_entry.h:201:9: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 201 | absl::string_view full_filename_;
- | ^~~~~~~~~~~
- /usr/include/absl/log/log_entry.h:202:9: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 202 | absl::string_view base_filename_;
- | ^~~~~~~~~~~
- /usr/include/absl/log/log_entry.h:211:9: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 211 | absl::string_view encoding_;
- | ^~~~~~~~~~~
- In file included from /usr/include/absl/log/internal/log_message.h:43:
- /usr/include/absl/strings/has_absl_stringify.h:36:15: error: ‘string_view’ has not been declared
- 36 | void Append(string_view v);
- | ^~~~~~~~~~~
- /usr/include/absl/strings/has_absl_stringify.h:39:62: error: ‘absl::string_view’ has not been declared
- 39 | friend void AbslFormatFlush(UnimplementedSink* sink, absl::string_view v);
- | ^~~~~~~~~~~
- /usr/include/absl/strings/has_absl_stringify.h:57:13: error: ‘enable_if_t’ is not a member of ‘std’
- 57 | T, std::enable_if_t<std::is_void<decltype(AbslStringify(
- | ^~~~~~~~~~~
- /usr/include/absl/strings/has_absl_stringify.h:57:13: note: ‘std::enable_if_t’ is only available from C++14 onwards
- /usr/include/absl/strings/has_absl_stringify.h:57:13: error: ‘enable_if_t’ is not a member of ‘std’
- /usr/include/absl/strings/has_absl_stringify.h:57:13: note: ‘std::enable_if_t’ is only available from C++14 onwards
- /usr/include/absl/strings/has_absl_stringify.h:59:41: error: type/value mismatch at argument 2 in template parameter list for ‘template<class T, class> struct absl::lts_20240722::HasAbslStringify’
- 59 | std::declval<const T&>()))>::value>> : std::true_type {};
- | ^~~~~
- /usr/include/absl/strings/has_absl_stringify.h:59:41: note: expected a type, got ‘(<expression error> < std::is_void<decltype (absl::lts_20240722::AbslStringify(std::declval<absl::lts_20240722::strings_internal::UnimplementedSink&>(), declval<const T&>()))>::value)’
- /usr/include/absl/strings/has_absl_stringify.h:59:46: error: expected unqualified-id before ‘>’ token
- 59 | std::declval<const T&>()))>::value>> : std::true_type {};
- | ^~
- /usr/include/absl/log/internal/log_message.h:75:32: error: ‘absl::string_view’ has not been declared
- 75 | LogMessage& AtLocation(absl::string_view file, int line);
- | ^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:146:32: error: ‘absl::string_view’ has not been declared
- 146 | LogMessage& operator<<(absl::string_view v);
- | ^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:146:15: error: ‘absl::lts_20240722::log_internal::LogMessage& absl::lts_20240722::log_internal::LogMessage::operator<<(int)’ cannot be overloaded with ‘absl::lts_20240722::log_internal::LogMessage& absl::lts_20240722::log_internal::LogMessage::operator<<(int)’
- 146 | LogMessage& operator<<(absl::string_view v);
- | ^~~~~~~~
- /usr/include/absl/log/internal/log_message.h:118:15: note: previous declaration ‘absl::lts_20240722::log_internal::LogMessage& absl::lts_20240722::log_internal::LogMessage::operator<<(int)’
- 118 | LogMessage& operator<<(signed int v) { return operator<< <signed int>(v); }
- | ^~~~~~~~
- /usr/include/absl/log/internal/log_message.h:235:34: error: ‘absl::string_view’ has not been declared
- 235 | void CopyToEncodedBuffer(absl::string_view str) ABSL_ATTRIBUTE_NOINLINE;
- | ^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:271:21: error: ‘absl::string_view’ has not been declared
- 271 | void Append(absl::string_view v) {
- | ^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:276:58: error: ‘absl::string_view’ has not been declared
- 276 | friend void AbslFormatFlush(StringifySink* sink, absl::string_view v) {
- | ^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:341:45: error: template-id ‘CopyToEncodedBuffer<absl::lts_20240722::log_internal::LogMessage::StringType::kLiteral>’ used as a declarator
- 341 | LogMessage::StringType::kLiteral>(absl::string_view str);
- | ^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:340:22: error: variable or field ‘CopyToEncodedBuffer’ declared void
- 340 | extern template void LogMessage::CopyToEncodedBuffer<
- | ^~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:341:38: error: expected ‘;’ before ‘(’ token
- 341 | LogMessage::StringType::kLiteral>(absl::string_view str);
- | ^
- | ;
- /usr/include/absl/log/internal/log_message.h:343:48: error: template-id ‘CopyToEncodedBuffer<absl::lts_20240722::log_internal::LogMessage::StringType::kNotLiteral>’ used as a declarator
- 343 | LogMessage::StringType::kNotLiteral>(absl::string_view str);
- | ^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:342:22: error: variable or field ‘CopyToEncodedBuffer’ declared void
- 342 | extern template void LogMessage::CopyToEncodedBuffer<
- | ^~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:343:41: error: expected ‘;’ before ‘(’ token
- 343 | LogMessage::StringType::kNotLiteral>(absl::string_view str);
- | ^
- | ;
- /usr/include/absl/log/internal/log_message.h:356:25: error: ‘absl::string_view’ has not been declared
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:383:32: error: ‘absl::string_view’ has not been declared
- 383 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~
- /usr/include/absl/log/internal/check_op.h:299:21: error: ‘absl::string_view’ has not been declared
- 299 | void Append(absl::string_view text);
- | ^~~~~~~~~~~
- /usr/include/absl/log/internal/check_op.h:301:58: error: ‘absl::string_view’ has not been declared
- 301 | friend void AbslFormatFlush(StringifySink* sink, absl::string_view text);
- | ^~~~~~~~~~~
- /usr/include/absl/log/internal/check_op.h:329:6: error: ‘enable_if_t’ in namespace ‘std’ does not name a template type
- 329 | std::enable_if_t<HasAbslStringify<T>::value,
- | ^~~~~~~~~~~
- /usr/include/absl/log/internal/check_op.h:329:1: note: ‘std::enable_if_t’ is only available from C++14 onwards
- 329 | std::enable_if_t<HasAbslStringify<T>::value,
- | ^~~
- /usr/include/absl/log/internal/check_op.h:362:1: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 362 | ABSL_LOG_INTERNAL_DEFINE_MAKE_CHECK_OP_STRING_EXTERN(const absl::string_view&);
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/check_op.h:362:1: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 362 | ABSL_LOG_INTERNAL_DEFINE_MAKE_CHECK_OP_STRING_EXTERN(const absl::string_view&);
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- In file included from /app/include/google/protobuf/message.h:103:
- /usr/include/absl/memory/memory.h:97:12: error: ‘make_unique’ has not been declared in ‘std’
- 97 | using std::make_unique;
- | ^~~~~~~~~~~
- In file included from /usr/include/absl/container/internal/compressed_tuple.h:40,
- from /usr/include/absl/container/internal/inlined_vector.h:32,
- from /usr/include/absl/container/inlined_vector.h:53,
- from /usr/include/absl/strings/cord.h:80,
- from /app/include/google/protobuf/message.h:104:
- /usr/include/absl/utility/utility.h:54:12: error: ‘exchange’ has not been declared in ‘std’
- 54 | using std::exchange;
- | ^~~~~~~~
- /usr/include/absl/utility/utility.h:56:12: error: ‘index_sequence’ has not been declared in ‘std’
- 56 | using std::index_sequence;
- | ^~~~~~~~~~~~~~
- /usr/include/absl/utility/utility.h:57:12: error: ‘index_sequence_for’ has not been declared in ‘std’
- 57 | using std::index_sequence_for;
- | ^~~~~~~~~~~~~~~~~~
- /usr/include/absl/utility/utility.h:58:12: error: ‘integer_sequence’ has not been declared in ‘std’
- 58 | using std::integer_sequence;
- | ^~~~~~~~~~~~~~~~
- /usr/include/absl/utility/utility.h:59:12: error: ‘make_index_sequence’ has not been declared in ‘std’
- 59 | using std::make_index_sequence;
- | ^~~~~~~~~~~~~~~~~~~
- /usr/include/absl/utility/utility.h:60:12: error: ‘make_integer_sequence’ has not been declared in ‘std’
- 60 | using std::make_integer_sequence;
- | ^~~~~~~~~~~~~~~~~~~~~
- /usr/include/absl/utility/utility.h:85:12: error: ‘in_place_t’ has not been declared in ‘std’
- 85 | using std::in_place_t;
- | ^~~~~~~~~~
- /usr/include/absl/utility/utility.h:86:12: error: ‘in_place’ has not been declared in ‘std’
- 86 | using std::in_place;
- | ^~~~~~~~
- /usr/include/absl/utility/utility.h:102:12: error: ‘in_place_type’ has not been declared in ‘std’
- 102 | using std::in_place_type;
- | ^~~~~~~~~~~~~
- /usr/include/absl/utility/utility.h:103:12: error: ‘in_place_type_t’ has not been declared in ‘std’
- 103 | using std::in_place_type_t;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/utility/utility.h:119:12: error: ‘in_place_index’ has not been declared in ‘std’
- 119 | using std::in_place_index;
- | ^~~~~~~~~~~~~~
- /usr/include/absl/utility/utility.h:120:12: error: ‘in_place_index_t’ has not been declared in ‘std’
- 120 | using std::in_place_index_t;
- | ^~~~~~~~~~~~~~~~
- /usr/include/absl/utility/utility.h:138:49: error: ‘index_sequence’ has not been declared
- 138 | auto apply_helper(Functor&& functor, Tuple&& t, index_sequence<Indexes...>)
- | ^~~~~~~~~~~~~~
- /usr/include/absl/utility/utility.h:138:63: error: expected ‘,’ or ‘...’ before ‘<’ token
- 138 | auto apply_helper(Functor&& functor, Tuple&& t, index_sequence<Indexes...>)
- | ^
- /usr/include/absl/utility/utility.h:192:15: error: ‘make_index_sequence’ is not a member of ‘absl’
- 192 | absl::make_index_sequence<std::tuple_size<
- | ^~~~~~~~~~~~~~~~~~~
- /usr/include/absl/utility/utility.h:192:15: error: ‘make_index_sequence’ is not a member of ‘absl’
- /usr/include/absl/utility/utility.h:193:65: error: expected primary-expression before ‘{’ token
- 193 | typename std::remove_reference<Tuple>::type>::value>{})) {
- | ^
- /usr/include/absl/utility/utility.h:193:65: error: expected ‘)’ before ‘{’ token
- 193 | typename std::remove_reference<Tuple>::type>::value>{})) {
- | ^
- | )
- /usr/include/absl/utility/utility.h:190:47: note: to match this ‘(’
- 190 | -> decltype(utility_internal::apply_helper(
- | ^
- /usr/include/absl/utility/utility.h: In function ‘decltype (absl::lts_20240722::utility_internal::apply_helper(forward<Functor>(functor), forward<Tuple>(t), ((<expression error> < std::tuple_size<typename std::remove_reference<_Arg>::type>::value) > <expression error>))) absl::lts_20240722::apply(Functor&&, Tuple&&)’:
- /usr/include/absl/utility/utility.h:196:13: error: ‘make_index_sequence’ is not a member of ‘absl’
- 196 | absl::make_index_sequence<std::tuple_size<
- | ^~~~~~~~~~~~~~~~~~~
- /usr/include/absl/utility/utility.h:197:63: error: expected primary-expression before ‘{’ token
- 197 | typename std::remove_reference<Tuple>::type>::value>{});
- | ^
- /usr/include/absl/utility/utility.h:197:63: error: expected ‘)’ before ‘{’ token
- 197 | typename std::remove_reference<Tuple>::type>::value>{});
- | ^
- | )
- /usr/include/absl/utility/utility.h:194:40: note: to match this ‘(’
- 194 | return utility_internal::apply_helper(
- | ^
- /usr/include/absl/utility/utility.h: At global scope:
- /usr/include/absl/utility/utility.h:202:43: error: ‘absl::index_sequence’ has not been declared
- 202 | T make_from_tuple_impl(Tuple&& tup, absl::index_sequence<I...>) {
- | ^~~~~~~~~~~~~~
- /usr/include/absl/utility/utility.h:202:57: error: expected ‘,’ or ‘...’ before ‘<’ token
- 202 | T make_from_tuple_impl(Tuple&& tup, absl::index_sequence<I...>) {
- | ^
- /usr/include/absl/utility/utility.h: In function ‘constexpr T absl::lts_20240722::make_from_tuple(Tuple&&)’:
- /usr/include/absl/utility/utility.h:223:13: error: ‘make_index_sequence’ is not a member of ‘absl’
- 223 | absl::make_index_sequence<
- | ^~~~~~~~~~~~~~~~~~~
- /usr/include/absl/utility/utility.h:224:56: error: expected primary-expression before ‘{’ token
- 224 | std::tuple_size<absl::decay_t<Tuple>>::value>{});
- | ^
- /usr/include/absl/utility/utility.h:224:56: error: expected ‘)’ before ‘{’ token
- 224 | std::tuple_size<absl::decay_t<Tuple>>::value>{});
- | ^
- | )
- /usr/include/absl/utility/utility.h:221:51: note: to match this ‘(’
- 221 | return utility_internal::make_from_tuple_impl<T>(
- | ^
- /usr/include/absl/container/internal/compressed_tuple.h: In function ‘constexpr bool absl::lts_20240722::container_internal::internal_compressed_tuple::ShouldUseBase()’:
- /usr/include/absl/container/internal/compressed_tuple.h:77:16: error: ‘is_final’ is not a member of ‘std’
- 77 | !std::is_final<T>::value &&
- | ^~~~~~~~
- /usr/include/absl/container/internal/compressed_tuple.h:77:26: error: expected primary-expression before ‘>’ token
- 77 | !std::is_final<T>::value &&
- | ^
- /usr/include/absl/container/internal/compressed_tuple.h:77:29: error: ‘::value’ has not been declared
- 77 | !std::is_final<T>::value &&
- | ^~~~~
- /usr/include/absl/container/internal/compressed_tuple.h: At global scope:
- /usr/include/absl/container/internal/compressed_tuple.h:89:46: error: expected ‘)’ before ‘,’ token
- 89 | explicit constexpr Storage(absl::in_place_t, V&& v)
- | ~ ^
- | )
- /usr/include/absl/container/internal/compressed_tuple.h:92:16: error: ‘constexpr T& absl::lts_20240722::container_internal::internal_compressed_tuple::Storage<T, I, UseBase>::get() const &’ cannot be overloaded with ‘constexpr const T& absl::lts_20240722::container_internal::internal_compressed_tuple::Storage<T, I, UseBase>::get() const &’
- 92 | constexpr T& get() & { return value; }
- | ^~~
- /usr/include/absl/container/internal/compressed_tuple.h:91:22: note: previous declaration ‘constexpr const T& absl::lts_20240722::container_internal::internal_compressed_tuple::Storage<T, I, UseBase>::get() const &’
- 91 | constexpr const T& get() const& { return value; }
- | ^~~
- /usr/include/absl/container/internal/compressed_tuple.h:94:17: error: ‘constexpr T&& absl::lts_20240722::container_internal::internal_compressed_tuple::Storage<T, I, UseBase>::get() const &&’ cannot be overloaded with ‘constexpr const T&& absl::lts_20240722::container_internal::internal_compressed_tuple::Storage<T, I, UseBase>::get() const &&’
- 94 | constexpr T&& get() && { return std::move(*this).value; }
- | ^~~
- /usr/include/absl/container/internal/compressed_tuple.h:93:23: note: previous declaration ‘constexpr const T&& absl::lts_20240722::container_internal::internal_compressed_tuple::Storage<T, I, UseBase>::get() const &&’
- 93 | constexpr const T&& get() const&& { return std::move(*this).value; }
- | ^~~
- /usr/include/absl/container/internal/compressed_tuple.h:102:46: error: expected ‘)’ before ‘,’ token
- 102 | explicit constexpr Storage(absl::in_place_t, V&& v) : T(std::forward<V>(v)) {}
- | ~ ^
- | )
- /usr/include/absl/container/internal/compressed_tuple.h:105:16: error: ‘constexpr T& absl::lts_20240722::container_internal::internal_compressed_tuple::Storage<T, I, true>::get() const &’ cannot be overloaded with ‘constexpr const T& absl::lts_20240722::container_internal::internal_compressed_tuple::Storage<T, I, true>::get() const &’
- 105 | constexpr T& get() & { return *this; }
- | ^~~
- /usr/include/absl/container/internal/compressed_tuple.h:104:22: note: previous declaration ‘constexpr const T& absl::lts_20240722::container_internal::internal_compressed_tuple::Storage<T, I, true>::get() const &’
- 104 | constexpr const T& get() const& { return *this; }
- | ^~~
- /usr/include/absl/container/internal/compressed_tuple.h:107:17: error: ‘constexpr T&& absl::lts_20240722::container_internal::internal_compressed_tuple::Storage<T, I, true>::get() const &&’ cannot be overloaded with ‘constexpr const T&& absl::lts_20240722::container_internal::internal_compressed_tuple::Storage<T, I, true>::get() const &&’
- 107 | constexpr T&& get() && { return std::move(*this); }
- | ^~~
- /usr/include/absl/container/internal/compressed_tuple.h:106:23: note: previous declaration ‘constexpr const T&& absl::lts_20240722::container_internal::internal_compressed_tuple::Storage<T, I, true>::get() const &&’
- 106 | constexpr const T&& get() const&& { return std::move(*this); }
- | ^~~
- /usr/include/absl/container/internal/compressed_tuple.h:115:35: error: ‘index_sequence’ is not a member of ‘absl’
- 115 | CompressedTuple<Ts...>, absl::index_sequence<I...>, ShouldAnyUseBase>
- | ^~~~~~~~~~~~~~
- /usr/include/absl/container/internal/compressed_tuple.h:115:35: error: ‘index_sequence’ is not a member of ‘absl’
- /usr/include/absl/container/internal/compressed_tuple.h:115:51: error: expected parameter pack before ‘...’
- 115 | CompressedTuple<Ts...>, absl::index_sequence<I...>, ShouldAnyUseBase>
- | ^~~
- /usr/include/absl/container/internal/compressed_tuple.h:115:54: error: wrong number of template arguments (2, should be 3)
- 115 | CompressedTuple<Ts...>, absl::index_sequence<I...>, ShouldAnyUseBase>
- | ^
- /usr/include/absl/container/internal/compressed_tuple.h:111:48: note: provided for ‘template<class D, class I, bool ShouldAnyUseBase> struct absl::lts_20240722::container_internal::internal_compressed_tuple::CompressedTupleImpl’
- 111 | struct ABSL_INTERNAL_COMPRESSED_TUPLE_DECLSPEC CompressedTupleImpl;
- | ^~~~~~~~~~~~~~~~~~~
- /usr/include/absl/container/internal/compressed_tuple.h:131:35: error: ‘index_sequence’ is not a member of ‘absl’
- 131 | CompressedTuple<Ts...>, absl::index_sequence<I...>, false>
- | ^~~~~~~~~~~~~~
- /usr/include/absl/container/internal/compressed_tuple.h:131:35: error: ‘index_sequence’ is not a member of ‘absl’
- /usr/include/absl/container/internal/compressed_tuple.h:131:51: error: expected parameter pack before ‘...’
- 131 | CompressedTuple<Ts...>, absl::index_sequence<I...>, false>
- | ^~~
- /usr/include/absl/container/internal/compressed_tuple.h:131:54: error: wrong number of template arguments (2, should be 3)
- 131 | CompressedTuple<Ts...>, absl::index_sequence<I...>, false>
- | ^
- /usr/include/absl/container/internal/compressed_tuple.h:111:48: note: provided for ‘template<class D, class I, bool ShouldAnyUseBase> struct absl::lts_20240722::container_internal::internal_compressed_tuple::CompressedTupleImpl’
- 111 | struct ABSL_INTERNAL_COMPRESSED_TUPLE_DECLSPEC CompressedTupleImpl;
- | ^~~~~~~~~~~~~~~~~~~
- /usr/include/absl/container/internal/compressed_tuple.h:204:41: error: ‘index_sequence_for’ is not a member of ‘absl’
- 204 | CompressedTuple<Ts...>, absl::index_sequence_for<Ts...>,
- | ^~~~~~~~~~~~~~~~~~
- /usr/include/absl/container/internal/compressed_tuple.h:204:41: error: ‘index_sequence_for’ is not a member of ‘absl’
- /usr/include/absl/container/internal/compressed_tuple.h:204:62: error: expected parameter pack before ‘...’
- 204 | CompressedTuple<Ts...>, absl::index_sequence_for<Ts...>,
- | ^~~
- /usr/include/absl/container/internal/compressed_tuple.h:204:65: error: wrong number of template arguments (2, should be 3)
- 204 | CompressedTuple<Ts...>, absl::index_sequence_for<Ts...>,
- | ^
- /usr/include/absl/container/internal/compressed_tuple.h:111:48: note: provided for ‘template<class D, class I, bool ShouldAnyUseBase> struct absl::lts_20240722::container_internal::internal_compressed_tuple::CompressedTupleImpl’
- 111 | struct ABSL_INTERNAL_COMPRESSED_TUPLE_DECLSPEC CompressedTupleImpl;
- | ^~~~~~~~~~~~~~~~~~~
- /usr/include/absl/container/internal/compressed_tuple.h:205:54: error: expected template-name before ‘<’ token
- 205 | internal_compressed_tuple::ShouldAnyUseBase<Ts...>()> {
- | ^
- /usr/include/absl/container/internal/compressed_tuple.h:205:54: error: expected ‘{’ before ‘<’ token
- In file included from /usr/include/absl/strings/internal/str_format/extension.h:27,
- from /usr/include/absl/strings/internal/str_format/arg.h:37,
- from /usr/include/absl/strings/str_format.h:83,
- from /usr/include/absl/crc/crc32c.h:32,
- from /usr/include/absl/crc/internal/crc_cord_state.h:23,
- from /usr/include/absl/strings/cord.h:81:
- /usr/include/absl/strings/internal/str_format/output.h:44:14: error: ‘string_view’ has not been declared
- 44 | void Write(string_view v);
- | ^~~~~~~~~~~
- /usr/include/absl/strings/internal/str_format/output.h:59:14: error: ‘string_view’ has not been declared
- 59 | void Write(string_view v);
- | ^~~~~~~~~~~
- /usr/include/absl/strings/internal/str_format/output.h:71:47: error: ‘string_view’ has not been declared
- 71 | inline void AbslFormatFlush(std::string* out, string_view s) {
- | ^~~~~~~~~~~
- /usr/include/absl/strings/internal/str_format/output.h: In function ‘void absl::lts_20240722::str_format_internal::AbslFormatFlush(std::string*, int)’:
- /usr/include/absl/strings/internal/str_format/output.h:72:17: error: request for member ‘data’ in ‘s’, which is of non-class type ‘int’
- 72 | out->append(s.data(), s.size());
- | ^~~~
- /usr/include/absl/strings/internal/str_format/output.h:72:27: error: request for member ‘size’ in ‘s’, which is of non-class type ‘int’
- 72 | out->append(s.data(), s.size());
- | ^~~~
- /usr/include/absl/strings/internal/str_format/output.h: At global scope:
- /usr/include/absl/strings/internal/str_format/output.h:74:48: error: ‘string_view’ has not been declared
- 74 | inline void AbslFormatFlush(std::ostream* out, string_view s) {
- | ^~~~~~~~~~~
- /usr/include/absl/strings/internal/str_format/output.h: In function ‘void absl::lts_20240722::str_format_internal::AbslFormatFlush(std::ostream*, int)’:
- /usr/include/absl/strings/internal/str_format/output.h:75:16: error: request for member ‘data’ in ‘s’, which is of non-class type ‘int’
- 75 | out->write(s.data(), static_cast<std::streamsize>(s.size()));
- | ^~~~
- /usr/include/absl/strings/internal/str_format/output.h:75:55: error: request for member ‘size’ in ‘s’, which is of non-class type ‘int’
- 75 | out->write(s.data(), static_cast<std::streamsize>(s.size()));
- | ^~~~
- /usr/include/absl/strings/internal/str_format/output.h: At global scope:
- /usr/include/absl/strings/internal/str_format/output.h:78:48: error: ‘string_view’ has not been declared
- 78 | inline void AbslFormatFlush(FILERawSink* sink, string_view v) {
- | ^~~~~~~~~~~
- /usr/include/absl/strings/internal/str_format/output.h:82:50: error: ‘string_view’ has not been declared
- 82 | inline void AbslFormatFlush(BufferRawSink* sink, string_view v) {
- | ^~~~~~~~~~~
- /usr/include/absl/strings/internal/str_format/output.h:89:26: error: ‘string_view’ has not been declared
- 89 | auto InvokeFlush(T* out, string_view s) -> decltype(AbslFormatFlush(out, s)) {
- | ^~~~~~~~~~~
- /usr/include/absl/strings/internal/str_format/extension.h:44:49: error: there are no arguments to ‘string_view’ that depend on a template parameter, so a declaration of ‘string_view’ must be available [-fpermissive]
- 44 | std::declval<T*>(), string_view()))* = nullptr>
- | ^~~~~~~~~~~
- /usr/include/absl/strings/internal/str_format/extension.h:44:49: note: (if you use ‘-fpermissive’, G++ will accept your code, but allowing the use of an undeclared name is deprecated)
- /usr/include/absl/strings/internal/str_format/extension.h:44:49: error: there are no arguments to ‘string_view’ that depend on a template parameter, so a declaration of ‘string_view’ must be available [-fpermissive]
- /usr/include/absl/strings/internal/str_format/extension.h:48:14: error: ‘string_view’ has not been declared
- 48 | void Write(string_view s) { write_(sink_, s); }
- | ^~~~~~~~~~~
- /usr/include/absl/strings/internal/str_format/extension.h:57:30: error: ‘string_view’ has not been declared
- 57 | static void Flush(void* r, string_view s) {
- | ^~~~~~~~~~~
- /usr/include/absl/strings/internal/str_format/extension.h:62:25: error: ‘string_view’ has not been declared
- 62 | void (*write_)(void*, string_view);
- | ^~~~~~~~~~~
- /usr/include/absl/strings/internal/str_format/extension.h:94:15: error: ‘string_view’ has not been declared
- 94 | void Append(string_view v) {
- | ^~~~~~~~~~~
- /usr/include/absl/strings/internal/str_format/extension.h:110:24: error: ‘string_view’ has not been declared
- 110 | bool PutPaddedString(string_view v, int width, int precision, bool left);
- | ^~~~~~~~~~~
- /usr/include/absl/strings/internal/str_format/extension.h: In member function ‘void absl::lts_20240722::str_format_internal::FormatSinkImpl::Flush()’:
- /usr/include/absl/strings/internal/str_format/extension.h:73:16: error: ‘string_view’ was not declared in this scope
- 73 | raw_.Write(string_view(buf_, static_cast<size_t>(pos_ - buf_)));
- | ^~~~~~~~~~~
- /usr/include/absl/strings/internal/str_format/extension.h: In member function ‘void absl::lts_20240722::str_format_internal::FormatSinkImpl::Append(int)’:
- /usr/include/absl/strings/internal/str_format/extension.h:95:18: error: request for member ‘size’ in ‘v’, which is of non-class type ‘int’
- 95 | size_t n = v.size();
- | ^~~~
- /usr/include/absl/strings/internal/str_format/extension.h:103:20: error: request for member ‘data’ in ‘v’, which is of non-class type ‘int’
- 103 | memcpy(pos_, v.data(), n);
- | ^~~~
- /usr/include/absl/strings/internal/str_format/arg.h: At global scope:
- /usr/include/absl/strings/internal/str_format/arg.h:150:13: error: ‘enable_if_t’ in namespace ‘std’ does not name a template type
- 150 | -> std::enable_if_t<std::is_enum<T>::value &&
- | ^~~~~~~~~~~
- /usr/include/absl/strings/internal/str_format/arg.h:150:8: note: ‘std::enable_if_t’ is only available from C++14 onwards
- 150 | -> std::enable_if_t<std::is_enum<T>::value &&
- | ^~~
- /usr/include/absl/strings/internal/str_format/arg.h:150:24: error: expected initializer before ‘<’ token
- 150 | -> std::enable_if_t<std::is_enum<T>::value &&
- | ^
- /usr/include/absl/strings/internal/str_format/arg.h:169:13: error: ‘enable_if_t’ in namespace ‘std’ does not name a template type
- 169 | -> std::enable_if_t<!std::is_enum<T>::value &&
- | ^~~~~~~~~~~
- /usr/include/absl/strings/internal/str_format/arg.h:169:8: note: ‘std::enable_if_t’ is only available from C++14 onwards
- 169 | -> std::enable_if_t<!std::is_enum<T>::value &&
- | ^~~
- /usr/include/absl/strings/internal/str_format/arg.h:169:24: error: expected initializer before ‘<’ token
- 169 | -> std::enable_if_t<!std::is_enum<T>::value &&
- | ^
- /usr/include/absl/strings/internal/str_format/arg.h:228:39: error: ‘absl::lts_20240722::str_format_internal::StringConvertResult absl::lts_20240722::str_format_internal::FormatConvertImpl’ redeclared as different kind of entity
- 228 | StringConvertResult FormatConvertImpl(string_view v,
- | ^~~~~~~~~~~
- /usr/include/absl/strings/internal/str_format/arg.h:225:21: note: previous declaration ‘absl::lts_20240722::str_format_internal::StringConvertResult absl::lts_20240722::str_format_internal::FormatConvertImpl(const std::wstring&, FormatConversionSpecImpl, FormatSinkImpl*)’
- 225 | StringConvertResult FormatConvertImpl(const std::wstring& v,
- | ^~~~~~~~~~~~~~~~~
- /usr/include/absl/strings/internal/str_format/arg.h:228:39: error: ‘string_view’ was not declared in this scope
- 228 | StringConvertResult FormatConvertImpl(string_view v,
- | ^~~~~~~~~~~
- /usr/include/absl/strings/internal/str_format/arg.h:229:64: error: expected primary-expression before ‘conv’
- 229 | FormatConversionSpecImpl conv,
- | ^~~~
- /usr/include/absl/strings/internal/str_format/arg.h:230:53: error: expected primary-expression before ‘*’ token
- 230 | FormatSinkImpl* sink);
- | ^
- /usr/include/absl/strings/internal/str_format/arg.h:230:55: error: ‘sink’ was not declared in this scope; did you mean ‘sinl’?
- 230 | FormatSinkImpl* sink);
- | ^~~~
- | sinl
- /usr/include/absl/strings/internal/str_format/arg.h: In function ‘absl::lts_20240722::str_format_internal::StringConvertResult absl::lts_20240722::str_format_internal::FormatConvertImpl(const AbslCord&, FormatConversionSpecImpl, FormatSinkImpl*)’:
- /usr/include/absl/strings/internal/str_format/arg.h:280:8: error: ‘string_view’ was not declared in this scope
- 280 | for (string_view piece : value.Chunks()) {
- | ^~~~~~~~~~~
- /usr/include/absl/strings/internal/str_format/arg.h:293:3: error: expected primary-expression before ‘if’
- 293 | if (space_remaining > 0 && is_left) sink->Append(space_remaining, ' ');
- | ^~
- /usr/include/absl/strings/internal/str_format/arg.h:291:4: error: expected ‘;’ before ‘if’
- 291 | }
- | ^
- | ;
- 292 |
- 293 | if (space_remaining > 0 && is_left) sink->Append(space_remaining, ' ');
- | ~~
- /usr/include/absl/strings/internal/str_format/arg.h:293:3: error: expected primary-expression before ‘if’
- 293 | if (space_remaining > 0 && is_left) sink->Append(space_remaining, ' ');
- | ^~
- /usr/include/absl/strings/internal/str_format/arg.h:291:4: error: expected ‘)’ before ‘if’
- 291 | }
- | ^
- | )
- 292 |
- 293 | if (space_remaining > 0 && is_left) sink->Append(space_remaining, ' ');
- | ~~
- /usr/include/absl/strings/internal/str_format/arg.h:280:7: note: to match this ‘(’
- 280 | for (string_view piece : value.Chunks()) {
- | ^
- /usr/include/absl/strings/internal/str_format/arg.h: At global scope:
- /usr/include/absl/strings/internal/str_format/arg.h:664:1: error: ‘string_view’ was not declared in this scope
- 664 | ABSL_INTERNAL_FORMAT_DISPATCH_OVERLOADS_EXPAND_(extern);
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/absl/strings/internal/str_format/arg.h:664:1: error: template-id ‘Dispatch<<expression error> >’ for ‘bool absl::lts_20240722::str_format_internal::FormatArgImpl::Dispatch(Data, absl::lts_20240722::str_format_internal::FormatConversionSpecImpl, void*)’ does not match any template declaration
- 664 | ABSL_INTERNAL_FORMAT_DISPATCH_OVERLOADS_EXPAND_(extern);
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/absl/strings/internal/str_format/arg.h:599:15: note: candidate is: ‘template<class T> static bool absl::lts_20240722::str_format_internal::FormatArgImpl::Dispatch(Data, absl::lts_20240722::str_format_internal::FormatConversionSpecImpl, void*)’
- 599 | static bool Dispatch(Data arg, FormatConversionSpecImpl spec, void* out) {
- | ^~~~~~~~
- In file included from /usr/include/absl/strings/internal/str_format/checker.h:22,
- from /usr/include/absl/strings/internal/str_format/bind.h:26,
- from /usr/include/absl/strings/str_format.h:84:
- /usr/include/absl/strings/internal/str_format/constexpr_parser.h: In member function ‘constexpr void absl::lts_20240722::str_format_internal::UnboundConversion::InputValue::set_value(int) const’:
- /usr/include/absl/strings/internal/str_format/constexpr_parser.h:47:14: error: assignment of member ‘absl::lts_20240722::str_format_internal::UnboundConversion::InputValue::value_’ in read-only object
- 47 | value_ = value;
- | ~~~~~~~^~~~~~~
- /usr/include/absl/strings/internal/str_format/constexpr_parser.h: In member function ‘constexpr void absl::lts_20240722::str_format_internal::UnboundConversion::InputValue::set_from_arg(int) const’:
- /usr/include/absl/strings/internal/str_format/constexpr_parser.h:58:14: error: assignment of member ‘absl::lts_20240722::str_format_internal::UnboundConversion::InputValue::value_’ in read-only object
- 58 | value_ = -value - 1;
- | ~~~~~~~^~~~~~~~~~~~
- /usr/include/absl/strings/internal/str_format/constexpr_parser.h: In member function ‘constexpr int absl::lts_20240722::str_format_internal::UnboundConversion::InputValue::get_from_arg() const’:
- /usr/include/absl/strings/internal/str_format/constexpr_parser.h:64:5: error: body of ‘constexpr’ function ‘constexpr int absl::lts_20240722::str_format_internal::UnboundConversion::InputValue::get_from_arg() const’ not a return-statement
- 64 | }
- | ^
- /usr/include/absl/strings/internal/str_format/constexpr_parser.h: In member function ‘constexpr absl::lts_20240722::FormatConversionChar absl::lts_20240722::str_format_internal::ConvTag::as_conv() const’:
- /usr/include/absl/strings/internal/str_format/constexpr_parser.h:103:3: error: body of ‘constexpr’ function ‘constexpr absl::lts_20240722::FormatConversionChar absl::lts_20240722::str_format_internal::ConvTag::as_conv() const’ not a return-statement
- 103 | }
- | ^
- /usr/include/absl/strings/internal/str_format/constexpr_parser.h: In member function ‘constexpr absl::lts_20240722::LengthMod absl::lts_20240722::str_format_internal::ConvTag::as_length() const’:
- /usr/include/absl/strings/internal/str_format/constexpr_parser.h:109:3: error: body of ‘constexpr’ function ‘constexpr absl::lts_20240722::LengthMod absl::lts_20240722::str_format_internal::ConvTag::as_length() const’ not a return-statement
- 109 | }
- | ^
- /usr/include/absl/strings/internal/str_format/constexpr_parser.h: In member function ‘constexpr absl::lts_20240722::str_format_internal::Flags absl::lts_20240722::str_format_internal::ConvTag::as_flags() const’:
- /usr/include/absl/strings/internal/str_format/constexpr_parser.h:115:3: error: body of ‘constexpr’ function ‘constexpr absl::lts_20240722::str_format_internal::Flags absl::lts_20240722::str_format_internal::ConvTag::as_flags() const’ not a return-statement
- 115 | }
- | ^
- /usr/include/absl/strings/internal/str_format/constexpr_parser.h: In function ‘constexpr bool absl::lts_20240722::str_format_internal::CheckFastPathSetting(const UnboundConversion&)’:
- /usr/include/absl/strings/internal/str_format/constexpr_parser.h:194:1: error: body of ‘constexpr’ function ‘constexpr bool absl::lts_20240722::str_format_internal::CheckFastPathSetting(const UnboundConversion&)’ not a return-statement
- 194 | }
- | ^
- /usr/include/absl/strings/internal/str_format/constexpr_parser.h: In function ‘constexpr int absl::lts_20240722::str_format_internal::ParseDigits(char&, const char*&, const char*)’:
- /usr/include/absl/strings/internal/str_format/constexpr_parser.h:211:1: error: body of ‘constexpr’ function ‘constexpr int absl::lts_20240722::str_format_internal::ParseDigits(char&, const char*&, const char*)’ not a return-statement
- 211 | }
- | ^
- /usr/include/absl/strings/internal/str_format/constexpr_parser.h: In function ‘constexpr const char* absl::lts_20240722::str_format_internal::ConsumeUnboundConversion(const char*, const char*, UnboundConversion*, int*)’:
- /usr/include/absl/strings/internal/str_format/constexpr_parser.h:351:1: error: body of ‘constexpr’ function ‘constexpr const char* absl::lts_20240722::str_format_internal::ConsumeUnboundConversion(const char*, const char*, UnboundConversion*, int*)’ not a return-statement
- 351 | }
- | ^
- In file included from /usr/include/absl/strings/internal/str_format/bind.h:29:
- /usr/include/absl/strings/internal/str_format/parser.h: At global scope:
- /usr/include/absl/strings/internal/str_format/parser.h:57:24: error: ‘string_view’ was not declared in this scope
- 57 | bool ParseFormatString(string_view src, Consumer consumer) {
- | ^~~~~~~~~~~
- /usr/include/absl/strings/internal/str_format/parser.h:57:50: error: expected primary-expression before ‘consumer’
- 57 | bool ParseFormatString(string_view src, Consumer consumer) {
- | ^~~~~~~~
- /usr/include/absl/strings/internal/str_format/parser.h:57:58: error: expression list treated as compound expression in initializer [-fpermissive]
- 57 | bool ParseFormatString(string_view src, Consumer consumer) {
- | ^
- /usr/include/absl/strings/internal/str_format/parser.h:57:59: error: expected ‘;’ before ‘{’ token
- 57 | bool ParseFormatString(string_view src, Consumer consumer) {
- | ^~
- | ;
- /usr/include/absl/strings/internal/str_format/parser.h:116:32: error: ‘string_view’ was not declared in this scope
- 116 | constexpr bool EnsureConstexpr(string_view s) {
- | ^~~~~~~~~~~
- /usr/include/absl/strings/internal/str_format/parser.h:123:18: error: expected ‘)’ before ‘format’
- 123 | string_view format, bool allow_ignored,
- | ^~~~~~~
- | )
- /usr/include/absl/strings/internal/str_format/parser.h:122:28: note: to match this ‘(’
- 122 | explicit ParsedFormatBase(
- | ^
- /usr/include/absl/strings/internal/str_format/parser.h: In member function ‘bool absl::lts_20240722::str_format_internal::ParsedFormatBase::ProcessFormat(Consumer) const’:
- /usr/include/absl/strings/internal/str_format/parser.h:153:5: error: ‘string_view’ was not declared in this scope
- 153 | string_view text(base, 0);
- | ^~~~~~~~~~~
- /usr/include/absl/strings/internal/str_format/parser.h:155:31: error: ‘text’ was not declared in this scope
- 155 | const char* const end = text.data() + text.size();
- | ^~~~
- /usr/include/absl/strings/internal/str_format/parser.h: At global scope:
- /usr/include/absl/strings/internal/str_format/parser.h:222:44: error: expected ‘)’ before ‘format’
- 222 | explicit ExtendedParsedFormat(string_view format)
- | ~ ^~~~~~~
- | )
- /usr/include/absl/strings/internal/str_format/parser.h:245:52: error: ‘string_view’ has not been declared
- 245 | static std::unique_ptr<ExtendedParsedFormat> New(string_view format) {
- | ^~~~~~~~~~~
- /usr/include/absl/strings/internal/str_format/parser.h:249:7: error: ‘string_view’ has not been declared
- 249 | string_view format) {
- | ^~~~~~~~~~~
- /usr/include/absl/strings/internal/str_format/parser.h:254:52: error: ‘string_view’ has not been declared
- 254 | static std::unique_ptr<ExtendedParsedFormat> New(string_view format,
- | ^~~~~~~~~~~
- /usr/include/absl/strings/internal/str_format/parser.h:262:35: error: expected ‘)’ before ‘s’
- 262 | ExtendedParsedFormat(string_view s, bool allow_ignored)
- | ~ ^~
- | )
- /usr/include/absl/strings/internal/str_format/parser.h:263:50: error: expected unqualified-id before ‘)’ token
- 263 | : ParsedFormatBase(s, allow_ignored, {C...}) {}
- | ^
- /usr/include/absl/strings/internal/str_format/bind.h:55:45: error: expected ‘)’ before ‘s’
- 55 | explicit UntypedFormatSpecImpl(string_view s)
- | ~ ^~
- | )
- /usr/include/absl/strings/internal/str_format/bind.h:63:3: error: ‘string_view’ does not name a type
- 63 | string_view str() const {
- | ^~~~~~~~~~~
- /usr/include/absl/strings/internal/str_format/bind.h:119:34: error: ‘absl::index_sequence’ has not been declared
- 119 | static bool CheckMatches(absl::index_sequence<I...>) {
- | ^~~~~~~~~~~~~~
- /usr/include/absl/strings/internal/str_format/bind.h:119:48: error: expected ‘,’ or ‘...’ before ‘<’ token
- 119 | static bool CheckMatches(absl::index_sequence<I...>) {
- | ^
- /usr/include/absl/strings/internal/str_format/bind.h:168:33: error: expected ‘)’ before ‘s’
- 168 | FormatSpecTemplate(string_view s) : Base(s) {} // NOLINT
- | ~ ^~
- | )
- /usr/include/absl/strings/internal/str_format/bind.h: In constructor ‘absl::lts_20240722::str_format_internal::FormatSpecTemplate<Args>::FormatSpecTemplate(const absl::lts_20240722::str_format_internal::ExtendedParsedFormat<C ...>&)’:
- /usr/include/absl/strings/internal/str_format/bind.h:176:30: error: ‘make_index_sequence’ is not a member of ‘absl’
- 176 | CheckMatches<C...>(absl::make_index_sequence<sizeof...(C)>{});
- | ^~~~~~~~~~~~~~~~~~~
- /usr/include/absl/strings/internal/str_format/bind.h:176:63: error: expected primary-expression before ‘{’ token
- 176 | CheckMatches<C...>(absl::make_index_sequence<sizeof...(C)>{});
- | ^
- /usr/include/absl/container/internal/inlined_vector.h: In instantiation of ‘class absl::lts_20240722::inlined_vector_internal::Storage<absl::lts_20240722::str_format_internal::FormatArgImpl, 4, std::allocator<absl::lts_20240722::str_format_internal::FormatArgImpl> >’:
- /usr/include/absl/container/inlined_vector.h:98:9: required from ‘class absl::lts_20240722::InlinedVector<absl::lts_20240722::str_format_internal::FormatArgImpl, 4>’
- 98 | using MemcpyPolicy = typename Storage::MemcpyPolicy;
- | ^~~~~~~~~~~~
- /usr/include/absl/strings/internal/str_format/bind.h:194:41: required from here
- 194 | absl::InlinedVector<FormatArgImpl, 4> args_;
- | ^~~~~
- /usr/include/absl/container/internal/inlined_vector.h:568:12: error: ‘absl::lts_20240722::inlined_vector_internal::Storage<T, N, A>::metadata_’ has incomplete type
- 568 | Metadata metadata_;
- | ^~~~~~~~~
- /usr/include/absl/container/internal/compressed_tuple.h:202:47: note: declaration of ‘using absl::lts_20240722::inlined_vector_internal::Storage<absl::lts_20240722::str_format_internal::FormatArgImpl, 4, std::allocator<absl::lts_20240722::str_format_internal::FormatArgImpl> >::Metadata = class absl::lts_20240722::container_internal::CompressedTuple<std::allocator<absl::lts_20240722::str_format_internal::FormatArgImpl>, long unsigned int>’ {aka ‘class absl::lts_20240722::container_internal::CompressedTuple<std::allocator<absl::lts_20240722::str_format_internal::FormatArgImpl>, long unsigned int>’}
- 202 | class ABSL_INTERNAL_COMPRESSED_TUPLE_DECLSPEC CompressedTuple
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/container/internal/inlined_vector.h: In instantiation of ‘constexpr const size_t absl::lts_20240722::inlined_vector_internal::Storage<absl::lts_20240722::str_format_internal::FormatArgImpl, 4, std::allocator<absl::lts_20240722::str_format_internal::FormatArgImpl> >::kOptimalInlinedSize’:
- /usr/include/absl/container/internal/inlined_vector.h:550:22: required from ‘struct absl::lts_20240722::inlined_vector_internal::Storage<absl::lts_20240722::str_format_internal::FormatArgImpl, 4, std::allocator<absl::lts_20240722::str_format_internal::FormatArgImpl> >::Inlined’
- 550 | ValueType<A>[kOptimalInlinedSize])];
- | ^~~~~~~~~~~~~~~~~~~
- /usr/include/absl/container/internal/inlined_vector.h:555:13: required from ‘union absl::lts_20240722::inlined_vector_internal::Storage<absl::lts_20240722::str_format_internal::FormatArgImpl, 4, std::allocator<absl::lts_20240722::str_format_internal::FormatArgImpl> >::Data’
- 555 | Inlined inlined;
- | ^~~~~~~
- /usr/include/absl/container/internal/inlined_vector.h:569:8: required from ‘class absl::lts_20240722::inlined_vector_internal::Storage<absl::lts_20240722::str_format_internal::FormatArgImpl, 4, std::allocator<absl::lts_20240722::str_format_internal::FormatArgImpl> >’
- 569 | Data data_;
- | ^~~~~
- /usr/include/absl/container/inlined_vector.h:98:9: required from ‘class absl::lts_20240722::InlinedVector<absl::lts_20240722::str_format_internal::FormatArgImpl, 4>’
- 98 | using MemcpyPolicy = typename Storage::MemcpyPolicy;
- | ^~~~~~~~~~~~
- /usr/include/absl/strings/internal/str_format/bind.h:194:41: required from here
- 194 | absl::InlinedVector<FormatArgImpl, 4> args_;
- | ^~~~~
- /usr/include/absl/container/internal/inlined_vector.h:546:17: error: call to non-‘constexpr’ function ‘const _Tp& std::max(const _Tp&, const _Tp&) [with _Tp = long unsigned int]’
- 546 | (std::max)(N, sizeof(Allocated) / sizeof(ValueType<A>));
- | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- In file included from /usr/include/c++/14.2.0/string:51,
- from /run/build/monero-gui/monero/cmake/test-protobuf.cpp:29:
- /usr/include/c++/14.2.0/bits/stl_algobase.h:257:5: note: ‘const _Tp& std::max(const _Tp&, const _Tp&) [with _Tp = long unsigned int]’ declared here
- 257 | max(const _Tp& __a, const _Tp& __b)
- | ^~~
- /usr/include/absl/container/internal/inlined_vector.h: In instantiation of ‘struct absl::lts_20240722::inlined_vector_internal::Storage<absl::lts_20240722::str_format_internal::FormatArgImpl, 4, std::allocator<absl::lts_20240722::str_format_internal::FormatArgImpl> >::Inlined’:
- /usr/include/absl/container/internal/inlined_vector.h:555:13: required from ‘union absl::lts_20240722::inlined_vector_internal::Storage<absl::lts_20240722::str_format_internal::FormatArgImpl, 4, std::allocator<absl::lts_20240722::str_format_internal::FormatArgImpl> >::Data’
- 555 | Inlined inlined;
- | ^~~~~~~
- /usr/include/absl/container/internal/inlined_vector.h:569:8: required from ‘class absl::lts_20240722::inlined_vector_internal::Storage<absl::lts_20240722::str_format_internal::FormatArgImpl, 4, std::allocator<absl::lts_20240722::str_format_internal::FormatArgImpl> >’
- 569 | Data data_;
- | ^~~~~
- /usr/include/absl/container/inlined_vector.h:98:9: required from ‘class absl::lts_20240722::InlinedVector<absl::lts_20240722::str_format_internal::FormatArgImpl, 4>’
- 98 | using MemcpyPolicy = typename Storage::MemcpyPolicy;
- | ^~~~~~~~~~~~
- /usr/include/absl/strings/internal/str_format/bind.h:194:41: required from here
- 194 | absl::InlinedVector<FormatArgImpl, 4> args_;
- | ^~~~~
- /usr/include/absl/container/internal/inlined_vector.h:550:22: error: size of array is not an integral constant-expression
- 550 | ValueType<A>[kOptimalInlinedSize])];
- | ^~~~~~~~~~~~~~~~~~~
- /usr/include/absl/strings/str_format.h: At global scope:
- /usr/include/absl/strings/str_format.h:111:41: error: expected ‘)’ before ‘s’
- 111 | explicit UntypedFormatSpec(string_view s) : spec_(s) {}
- | ~ ^~
- | )
- /usr/include/absl/strings/str_format.h:847:15: error: ‘string_view’ has not been declared
- 847 | void Append(string_view v) { sink_->Append(v); }
- | ^~~~~~~~~~~
- /usr/include/absl/strings/str_format.h:855:24: error: ‘string_view’ has not been declared
- 855 | bool PutPaddedString(string_view v, int width, int precision, bool left) {
- | ^~~~~~~~~~~
- /usr/include/absl/strings/str_format.h:861:37: error: ‘absl::string_view’ has not been declared
- 861 | absl::string_view v) {
- | ^~~~~~~~~~~
- /usr/include/absl/crc/crc32c.h:79:37: error: ‘absl::string_view’ has not been declared
- 79 | absl::string_view buf_to_add);
- | ^~~~~~~~~~~
- /usr/include/absl/crc/crc32c.h:89:30: error: ‘string_view’ is not a member of ‘absl’
- 89 | crc32c_t ComputeCrc32c(absl::string_view buf);
- | ^~~~~~~~~~~
- /usr/include/absl/crc/crc32c.h:103:36: error: ‘absl::string_view’ has not been declared
- 103 | absl::string_view buf_to_add) {
- | ^~~~~~~~~~~
- /usr/include/absl/crc/crc32c.h: In function ‘absl::lts_20240722::crc32c_t absl::lts_20240722::ExtendCrc32c(crc32c_t, int)’:
- /usr/include/absl/crc/crc32c.h:105:18: error: request for member ‘size’ in ‘buf_to_add’, which is of non-class type ‘int’
- 105 | if (buf_to_add.size() <= 64) {
- | ^~~~
- /usr/include/absl/crc/crc32c.h:107:59: error: request for member ‘data’ in ‘buf_to_add’, which is of non-class type ‘int’
- 107 | if (crc_internal::ExtendCrc32cInline(&crc, buf_to_add.data(),
- | ^~~~
- /usr/include/absl/crc/crc32c.h:108:53: error: request for member ‘size’ in ‘buf_to_add’, which is of non-class type ‘int’
- 108 | buf_to_add.size())) {
- | ^~~~
- In file included from /usr/include/absl/functional/any_invocable.h:43,
- from /usr/include/absl/functional/internal/function_ref.h:23,
- from /usr/include/absl/functional/function_ref.h:54,
- from /usr/include/absl/strings/cord.h:82:
- /usr/include/absl/functional/internal/any_invocable.h: At global scope:
- /usr/include/absl/functional/internal/any_invocable.h:380:28: error: ‘in_place_type_t’ is not a member of ‘absl’
- 380 | struct IsInPlaceType<absl::in_place_type_t<T>> : std::true_type {};
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/functional/internal/any_invocable.h:380:28: error: ‘in_place_type_t’ is not a member of ‘absl’
- /usr/include/absl/functional/internal/any_invocable.h:380:44: error: template argument 1 is invalid
- 380 | struct IsInPlaceType<absl::in_place_type_t<T>> : std::true_type {};
- | ^
- /usr/include/absl/functional/internal/any_invocable.h:380:45: error: expected unqualified-id before ‘>’ token
- 380 | struct IsInPlaceType<absl::in_place_type_t<T>> : std::true_type {};
- | ^~
- /usr/include/absl/functional/internal/any_invocable.h:476:42: error: expected ‘)’ before ‘<’ token
- 476 | explicit CoreImpl(absl::in_place_type_t<QualTRef>, Args&&... args) {
- | ~ ^
- | )
- /usr/include/absl/functional/internal/any_invocable.h:868:1: error: expected ‘)’ before ‘<’ token
- 868 | ABSL_INTERNAL_ANY_INVOCABLE_IMPL(, , &);
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/absl/functional/internal/any_invocable.h:869:1: error: expected ‘)’ before ‘<’ token
- 869 | ABSL_INTERNAL_ANY_INVOCABLE_IMPL(const, , const&);
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/absl/functional/internal/any_invocable.h:872:1: error: expected ‘)’ before ‘<’ token
- 872 | ABSL_INTERNAL_ANY_INVOCABLE_IMPL(, &, &);
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/absl/functional/internal/any_invocable.h:873:1: error: expected ‘)’ before ‘<’ token
- 873 | ABSL_INTERNAL_ANY_INVOCABLE_IMPL(const, &, const&);
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/absl/functional/internal/any_invocable.h:876:1: error: expected ‘)’ before ‘<’ token
- 876 | ABSL_INTERNAL_ANY_INVOCABLE_IMPL(, &&, &&);
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/absl/functional/internal/any_invocable.h:877:1: error: expected ‘)’ before ‘<’ token
- 877 | ABSL_INTERNAL_ANY_INVOCABLE_IMPL(const, &&, const&&);
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/absl/functional/any_invocable.h:208:46: error: expected ‘)’ before ‘<’ token
- 208 | explicit AnyInvocable(absl::in_place_type_t<T>, Args&&... args)
- | ~ ^
- | )
- /usr/include/absl/functional/any_invocable.h:220:46: error: expected ‘)’ before ‘<’ token
- 220 | explicit AnyInvocable(absl::in_place_type_t<T>,
- | ~ ^
- | )
- In file included from /usr/include/absl/strings/internal/cord_internal.h:30,
- from /usr/include/absl/strings/cord_analysis.h:23,
- from /usr/include/absl/strings/cord.h:84:
- /usr/include/absl/container/internal/container_memory.h:74:11: error: ‘IsDestructionTrivial’ function uses ‘auto’ type specifier without trailing return type
- 74 | constexpr auto IsDestructionTrivial() {
- | ^~~~
- /usr/include/absl/container/internal/container_memory.h:74:11: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /usr/include/absl/container/internal/container_memory.h:106:35: error: ‘absl::index_sequence’ has not been declared
- 106 | absl::index_sequence<I...>) {
- | ^~~~~~~~~~~~~~
- /usr/include/absl/container/internal/container_memory.h:106:49: error: expected ‘,’ or ‘...’ before ‘<’ token
- 106 | absl::index_sequence<I...>) {
- | ^
- /usr/include/absl/container/internal/container_memory.h:123:22: error: ‘absl::index_sequence’ has not been declared
- 123 | Tuple&& t, absl::index_sequence<Is...>, F&& f) {
- | ^~~~~~~~~~~~~~
- /usr/include/absl/container/internal/container_memory.h:123:36: error: expected ‘,’ or ‘...’ before ‘<’ token
- 123 | Tuple&& t, absl::index_sequence<Is...>, F&& f) {
- | ^
- /usr/include/absl/container/internal/container_memory.h: In function ‘decltype (declval<F>()(declval<T>())) absl::lts_20240722::container_internal::memory_internal::WithConstructedImpl(Tuple&&, int)’:
- /usr/include/absl/container/internal/container_memory.h:124:53: error: ‘f’ was not declared in this scope
- 124 | return WithConstructedImplF<T, F>{std::forward<F>(f)}(
- | ^
- /usr/include/absl/container/internal/container_memory.h: At global scope:
- /usr/include/absl/container/internal/container_memory.h:129:32: error: ‘absl::index_sequence’ has not been declared
- 129 | auto TupleRefImpl(T&& t, absl::index_sequence<Is...>)
- | ^~~~~~~~~~~~~~
- /usr/include/absl/container/internal/container_memory.h:129:46: error: expected ‘,’ or ‘...’ before ‘<’ token
- 129 | auto TupleRefImpl(T&& t, absl::index_sequence<Is...>)
- | ^
- /usr/include/absl/container/internal/container_memory.h:139:11: error: ‘make_index_sequence’ is not a member of ‘absl’
- 139 | absl::make_index_sequence<
- | ^~~~~~~~~~~~~~~~~~~
- /usr/include/absl/container/internal/container_memory.h:139:11: error: ‘make_index_sequence’ is not a member of ‘absl’
- /usr/include/absl/container/internal/container_memory.h:140:63: error: expected primary-expression before ‘)’ token
- 140 | std::tuple_size<typename std::decay<T>::type>::value>())) {
- | ^
- /usr/include/absl/container/internal/container_memory.h: In function ‘decltype (absl::lts_20240722::container_internal::memory_internal::TupleRefImpl(forward<T>(t), ((<expression error> < std::tuple_size<typename std::decay<_Ex>::type>::value) > <expression error>))) absl::lts_20240722::container_internal::memory_internal::TupleRef(T&&)’:
- /usr/include/absl/container/internal/container_memory.h:143:13: error: ‘make_index_sequence’ is not a member of ‘absl’
- 143 | absl::make_index_sequence<
- | ^~~~~~~~~~~~~~~~~~~
- /usr/include/absl/container/internal/container_memory.h:144:65: error: expected primary-expression before ‘)’ token
- 144 | std::tuple_size<typename std::decay<T>::type>::value>());
- | ^
- /usr/include/absl/container/internal/container_memory.h: In function ‘void absl::lts_20240722::container_internal::ConstructFromTuple(Alloc*, T*, Tuple&&)’:
- /usr/include/absl/container/internal/container_memory.h:164:13: error: ‘make_index_sequence’ is not a member of ‘absl’
- 164 | absl::make_index_sequence<
- | ^~~~~~~~~~~~~~~~~~~
- /usr/include/absl/container/internal/container_memory.h:165:69: error: expected primary-expression before ‘)’ token
- 165 | std::tuple_size<typename std::decay<Tuple>::type>::value>());
- | ^
- /usr/include/absl/container/internal/container_memory.h: In function ‘decltype (declval<F>()(declval<T>())) absl::lts_20240722::container_internal::WithConstructed(Tuple&&, F&&)’:
- /usr/include/absl/container/internal/container_memory.h:175:13: error: ‘make_index_sequence’ is not a member of ‘absl’
- 175 | absl::make_index_sequence<
- | ^~~~~~~~~~~~~~~~~~~
- /usr/include/absl/container/internal/container_memory.h:176:69: error: expected primary-expression before ‘)’ token
- 176 | std::tuple_size<typename std::decay<Tuple>::type>::value>(),
- | ^
- /usr/include/absl/container/internal/container_memory.h: At global scope:
- /usr/include/absl/container/internal/container_memory.h:429:10: error: ‘destroy’ function uses ‘auto’ type specifier without trailing return type
- 429 | static auto destroy(Allocator* alloc, slot_type* slot) {
- | ^~~~
- /usr/include/absl/container/internal/container_memory.h:429:10: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /usr/include/absl/container/internal/container_memory.h:439:10: error: ‘transfer’ function uses ‘auto’ type specifier without trailing return type
- 439 | static auto transfer(Allocator* alloc, slot_type* new_slot,
- | ^~~~
- /usr/include/absl/container/internal/container_memory.h:439:10: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /usr/include/absl/strings/internal/cord_internal.h:341:55: error: expected ‘)’ before ‘str’
- 341 | explicit constexpr CordRepExternal(absl::string_view str)
- | ~ ^~~~
- | )
- /usr/include/absl/strings/internal/cord_internal.h:342:45: error: expected unqualified-id before ‘,’ token
- 342 | : CordRep(RefcountAndFlags::Immortal{}, str.size()),
- | ^
- /usr/include/absl/strings/internal/cord_internal.h:360:50: error: ‘string_view’ is not a member of ‘absl’
- 360 | Releaser, absl::string_view>>
- | ^~~~~~~~~~~
- /usr/include/absl/strings/internal/cord_internal.h:360:50: error: ‘string_view’ is not a member of ‘absl’
- /usr/include/absl/strings/internal/cord_internal.h:360:50: error: template argument 2 is invalid
- /usr/include/absl/strings/internal/cord_internal.h:361:55: error: ‘absl::string_view’ has not been declared
- 361 | void InvokeReleaser(Rank1, Releaser&& releaser, absl::string_view data) {
- | ^~~~~~~~~~~
- /usr/include/absl/strings/internal/cord_internal.h:367:55: error: ‘absl::string_view’ has not been declared
- 367 | void InvokeReleaser(Rank0, Releaser&& releaser, absl::string_view) {
- | ^~~~~~~~~~~
- /usr/include/absl/strings/internal/cord_internal.h: In destructor ‘absl::lts_20240722::cord_internal::CordRepExternalImpl<Releaser>::~CordRepExternalImpl()’:
- /usr/include/absl/strings/internal/cord_internal.h:386:26: error: ‘string_view’ is not a member of ‘absl’
- 386 | absl::string_view(base, length));
- | ^~~~~~~~~~~
- /usr/include/absl/strings/internal/cord_internal.h: At global scope:
- /usr/include/absl/strings/internal/cord_internal.h:454:32: error: ‘string_view’ is not a member of ‘absl’
- 454 | constexpr char GetOrNull(absl::string_view data, size_t pos) {
- | ^~~~~~~~~~~
- /usr/include/absl/strings/internal/cord_internal.h:454:57: error: expected primary-expression before ‘pos’
- 454 | constexpr char GetOrNull(absl::string_view data, size_t pos) {
- | ^~~
- /usr/include/absl/strings/internal/cord_internal.h:454:60: error: expression list treated as compound expression in initializer [-fpermissive]
- 454 | constexpr char GetOrNull(absl::string_view data, size_t pos) {
- | ^
- /usr/include/absl/strings/internal/cord_internal.h:516:41: error: expected ‘)’ before ‘sv’
- 516 | constexpr InlineData(absl::string_view sv, CordRep* rep) noexcept
- | ~ ^~~
- | )
- /usr/include/absl/strings/internal/cord_internal.h:698:45: error: expected ‘)’ before ‘chars’
- 698 | explicit constexpr Rep(absl::string_view chars)
- | ~ ^~~~~~
- | )
- /usr/include/absl/strings/internal/cord_internal.h:714:38: error: expected unqualified-id before ‘{’ token
- 714 | GetOrNull(chars, 14)} {}
- | ^
- /usr/include/absl/strings/internal/cord_internal.h:694:20: error: defaulted declaration ‘constexpr absl::lts_20240722::cord_internal::InlineData::Rep& absl::lts_20240722::cord_internal::InlineData::Rep::operator=(const absl::lts_20240722::cord_internal::InlineData::Rep&) const’ does not match the expected signature
- 694 | constexpr Rep& operator=(const Rep&) = default;
- | ^~~~~~~~
- /usr/include/absl/strings/internal/cord_internal.h:694:20: note: expected signature: ‘absl::lts_20240722::cord_internal::InlineData::Rep& absl::lts_20240722::cord_internal::InlineData::Rep::operator=(const absl::lts_20240722::cord_internal::InlineData::Rep&)’
- /usr/include/absl/strings/internal/cord_internal.h:694:20: error: explicitly defaulted function ‘constexpr absl::lts_20240722::cord_internal::InlineData::Rep& absl::lts_20240722::cord_internal::InlineData::Rep::operator=(const absl::lts_20240722::cord_internal::InlineData::Rep&) const’ cannot be declared ‘constexpr’ because the implicit declaration is not ‘constexpr’:
- /usr/include/absl/strings/internal/cord_internal.h:684:12: note: defaulted constructor calls non-‘constexpr’ ‘absl::lts_20240722::cord_internal::InlineData::Rep::AsTree& absl::lts_20240722::cord_internal::InlineData::Rep::AsTree::operator=(const absl::lts_20240722::cord_internal::InlineData::Rep::AsTree&)’
- 684 | struct AsTree {
- | ^~~~~~
- /usr/include/absl/strings/internal/cord_internal.h:684:12: note: ‘absl::lts_20240722::cord_internal::InlineData::Rep::AsTree& absl::lts_20240722::cord_internal::InlineData::Rep::AsTree::operator=(const absl::lts_20240722::cord_internal::InlineData::Rep::AsTree&)’ is not usable as a ‘constexpr’ function because:
- /usr/include/absl/strings/internal/cord_internal.h: In constructor ‘absl::lts_20240722::cord_internal::InlineData::InlineData()’:
- /usr/include/absl/strings/internal/cord_internal.h:503:52: error: ‘constexpr’ constructor does not have empty body
- 503 | constexpr InlineData() noexcept { poison_this(); }
- | ^
- In file included from /usr/include/absl/strings/cord_buffer.h:38,
- from /usr/include/absl/strings/cord.h:85:
- /usr/include/absl/strings/internal/cord_rep_flat.h: At global scope:
- /usr/include/absl/strings/internal/cord_rep_flat.h:161:36: error: ‘absl::string_view’ has not been declared
- 161 | static CordRepFlat* Create(absl::string_view data, size_t extra = 0) {
- | ^~~~~~~~~~~
- In file included from /usr/include/c++/14.2.0/cassert:44,
- from /usr/include/absl/strings/internal/cord_rep_flat.h:18:
- /usr/include/absl/strings/internal/cord_rep_flat.h: In static member function ‘static absl::lts_20240722::cord_internal::CordRepFlat* absl::lts_20240722::cord_internal::CordRepFlat::Create(int, size_t)’:
- /usr/include/absl/strings/internal/cord_rep_flat.h:162:5: error: request for member ‘size’ in ‘data’, which is of non-class type ‘int’
- 162 | assert(data.size() <= kMaxFlatLength);
- | ^~~~~~
- /usr/include/absl/strings/internal/cord_rep_flat.h:163:34: error: request for member ‘size’ in ‘data’, which is of non-class type ‘int’
- 163 | CordRepFlat* flat = New(data.size() + (std::min)(extra, kMaxFlatLength));
- | ^~~~
- /usr/include/absl/strings/internal/cord_rep_flat.h:164:31: error: request for member ‘data’ in ‘data’, which is of non-class type ‘int’
- 164 | memcpy(flat->Data(), data.data(), data.size());
- | ^~~~
- /usr/include/absl/strings/internal/cord_rep_flat.h:164:44: error: request for member ‘size’ in ‘data’, which is of non-class type ‘int’
- 164 | memcpy(flat->Data(), data.data(), data.size());
- | ^~~~
- /usr/include/absl/strings/internal/cord_rep_flat.h:165:25: error: request for member ‘size’ in ‘data’, which is of non-class type ‘int’
- 165 | flat->length = data.size();
- | ^~~~
- /usr/include/absl/strings/cord_buffer.h: At global scope:
- /usr/include/absl/strings/cord_buffer.h:435:46: error: ‘absl::string_view’ has not been declared
- 435 | cord_internal::CordRep* ConsumeValue(absl::string_view& short_value) {
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord_buffer.h: In member function ‘absl::lts_20240722::cord_internal::CordRep* absl::lts_20240722::CordBuffer::ConsumeValue(int&)’:
- /usr/include/absl/strings/cord_buffer.h:438:27: error: ‘string_view’ is not a member of ‘absl’
- 438 | short_value = absl::string_view(rep_.data(), rep_.short_length());
- | ^~~~~~~~~~~
- In file included from /usr/include/absl/strings/cord.h:86:
- /usr/include/absl/strings/internal/cord_data_edge.h: At global scope:
- /usr/include/absl/strings/internal/cord_data_edge.h:45:14: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 45 | inline absl::string_view EdgeData(const CordRep* edge) {
- | ^~~~~~~~~~~
- In file included from /usr/include/absl/strings/cord.h:88:
- /usr/include/absl/strings/internal/cord_rep_btree.h:208:51: error: ‘string_view’ has not been declared
- 208 | static CordRepBtree* Append(CordRepBtree* tree, string_view data,
- | ^~~~~~~~~~~
- /usr/include/absl/strings/internal/cord_rep_btree.h:210:52: error: ‘string_view’ has not been declared
- 210 | static CordRepBtree* Prepend(CordRepBtree* tree, string_view data,
- | ^~~~~~~~~~~
- /usr/include/absl/strings/internal/cord_rep_btree.h:239:21: error: ‘absl::string_view’ has not been declared
- 239 | bool IsFlat(absl::string_view* fragment) const;
- | ^~~~~~~~~~~
- /usr/include/absl/strings/internal/cord_rep_btree.h:245:46: error: ‘absl::string_view’ has not been declared
- 245 | bool IsFlat(size_t offset, size_t n, absl::string_view* fragment) const;
- | ^~~~~~~~~~~
- /usr/include/absl/strings/internal/cord_rep_btree.h:321:16: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 321 | inline absl::string_view Data(size_t index) const;
- | ^~~~~~~~~~~
- /usr/include/absl/strings/internal/cord_rep_btree.h:346:46: error: ‘absl::string_view’ has not been declared
- 346 | static void Dump(const CordRep* rep, absl::string_view label,
- | ^~~~~~~~~~~
- /usr/include/absl/strings/internal/cord_rep_btree.h:348:46: error: ‘absl::string_view’ has not been declared
- 348 | static void Dump(const CordRep* rep, absl::string_view label,
- | ^~~~~~~~~~~
- /usr/include/absl/strings/internal/cord_rep_btree.h:455:38: error: ‘absl::string_view’ has not been declared
- 455 | static CordRepBtree* NewLeaf(absl::string_view data, size_t extra);
- | ^~~~~~~~~~~
- /usr/include/absl/strings/internal/cord_rep_btree.h:535:9: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 535 | absl::string_view AddData(absl::string_view data, size_t extra);
- | ^~~~~~~~~~~
- /usr/include/absl/strings/internal/cord_rep_btree.h:571:58: error: ‘absl::string_view’ has not been declared
- 571 | static CordRepBtree* AddData(CordRepBtree* tree, absl::string_view data,
- | ^~~~~~~~~~~
- /usr/include/absl/strings/internal/cord_rep_btree.h:637:14: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 637 | inline absl::string_view CordRepBtree::Data(size_t index) const {
- | ^~~~~~~~~~~
- In file included from /usr/include/absl/strings/cord.h:89:
- /usr/include/absl/strings/internal/cord_rep_btree_reader.h:112:9: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 112 | absl::string_view Init(CordRepBtree* tree);
- | ^~~~~~~~~~~
- /usr/include/absl/strings/internal/cord_rep_btree_reader.h:118:9: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 118 | absl::string_view Next();
- | ^~~~~~~~~~~
- /usr/include/absl/strings/internal/cord_rep_btree_reader.h:122:9: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 122 | absl::string_view Skip(size_t skip);
- | ^~~~~~~~~~~
- /usr/include/absl/strings/internal/cord_rep_btree_reader.h:146:9: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 146 | absl::string_view Read(size_t n, size_t chunk_size, CordRep*& tree);
- | ^~~~~~~~~~~
- /usr/include/absl/strings/internal/cord_rep_btree_reader.h:155:9: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 155 | absl::string_view Seek(size_t offset);
- | ^~~~~~~~~~~
- /usr/include/absl/strings/internal/cord_rep_btree_reader.h:167:14: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 167 | inline absl::string_view CordRepBtreeReader::Init(CordRepBtree* tree) {
- | ^~~~~~~~~~~
- /usr/include/absl/strings/internal/cord_rep_btree_reader.h:174:14: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 174 | inline absl::string_view CordRepBtreeReader::Next() {
- | ^~~~~~~~~~~
- /usr/include/absl/strings/internal/cord_rep_btree_reader.h:182:14: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 182 | inline absl::string_view CordRepBtreeReader::Skip(size_t skip) {
- | ^~~~~~~~~~~
- /usr/include/absl/strings/internal/cord_rep_btree_reader.h:197:14: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 197 | inline absl::string_view CordRepBtreeReader::Seek(size_t offset) {
- | ^~~~~~~~~~~
- In file included from /usr/include/absl/strings/cord.h:97:
- /usr/include/absl/strings/internal/string_constant.h:39:48: error: ‘absl::string_view’ has not been declared
- 39 | static constexpr bool TryConstexprEval(absl::string_view view) {
- | ^~~~~~~~~~~
- /usr/include/absl/strings/internal/string_constant.h:44:26: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 44 | static constexpr absl::string_view value = T{}();
- | ^~~~~~~~~~~
- /usr/include/absl/strings/internal/string_constant.h:44:50: error: expected unqualified-id before ‘)’ token
- 44 | static constexpr absl::string_view value = T{}();
- | ^
- /usr/include/absl/strings/internal/string_constant.h:45:19: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 45 | constexpr absl::string_view operator()() const { return value; }
- | ^~~~~~~~~~~
- /usr/include/absl/strings/internal/string_constant.h:49:34: error: ‘value’ was not declared in this scope
- 49 | static_assert(TryConstexprEval(value),
- | ^~~~~
- /usr/include/absl/strings/internal/string_constant.h: In static member function ‘static constexpr bool absl::lts_20240722::strings_internal::StringConstant<T>::TryConstexprEval(int)’:
- /usr/include/absl/strings/internal/string_constant.h:40:17: error: request for member ‘empty’ in ‘view’, which is of non-class type ‘int’
- 40 | return view.empty() || 2 * view[0] != 1;
- | ^~~~~
- /usr/include/absl/strings/internal/string_constant.h:40:36: error: invalid types ‘int[int]’ for array subscript
- 40 | return view.empty() || 2 * view[0] != 1;
- | ^
- /usr/include/absl/strings/internal/string_constant.h: At global scope:
- /usr/include/absl/strings/internal/string_constant.h:55:17: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 55 | constexpr absl::string_view StringConstant<T>::value;
- | ^~~~~~~~~~~
- In file included from /usr/include/absl/strings/cord.h:100:
- /usr/include/absl/types/optional.h:47:12: error: ‘bad_optional_access’ has not been declared in ‘std’
- 47 | using std::bad_optional_access;
- | ^~~~~~~~~~~~~~~~~~~
- /usr/include/absl/types/optional.h:48:12: error: ‘optional’ has not been declared in ‘std’
- 48 | using std::optional;
- | ^~~~~~~~
- /usr/include/absl/types/optional.h:49:12: error: ‘make_optional’ has not been declared in ‘std’
- 49 | using std::make_optional;
- | ^~~~~~~~~~~~~
- /usr/include/absl/types/optional.h:50:12: error: ‘nullopt_t’ has not been declared in ‘std’
- 50 | using std::nullopt_t;
- | ^~~~~~~~~
- /usr/include/absl/types/optional.h:51:12: error: ‘nullopt’ has not been declared in ‘std’
- 51 | using std::nullopt;
- | ^~~~~~~
- /usr/include/absl/strings/cord.h:107:33: error: ‘string_view’ is not a member of ‘absl’
- 107 | Cord MakeCordFromExternal(absl::string_view, Releaser&&);
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h:107:54: error: expected primary-expression before ‘&&’ token
- 107 | Cord MakeCordFromExternal(absl::string_view, Releaser&&);
- | ^~
- /usr/include/absl/strings/cord.h:107:56: error: expected primary-expression before ‘)’ token
- 107 | Cord MakeCordFromExternal(absl::string_view, Releaser&&);
- | ^
- /usr/include/absl/strings/cord.h:196:34: error: expected ‘)’ before ‘src’
- 196 | explicit Cord(absl::string_view src);
- | ~ ^~~~
- | )
- /usr/include/absl/strings/cord.h:197:25: error: ‘absl::string_view’ has not been declared
- 197 | Cord& operator=(absl::string_view src);
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h:254:42: error: ‘absl::string_view’ has not been declared
- 254 | friend Cord MakeCordFromExternal(absl::string_view data, Releaser&& releaser);
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h:254:79: error: ‘template<class Releaser> absl::lts_20240722::Cord absl::lts_20240722::MakeCordFromExternal(int, Releaser&&)’ conflicts with a previous declaration
- 254 | friend Cord MakeCordFromExternal(absl::string_view data, Releaser&& releaser);
- | ^
- /usr/include/absl/strings/cord.h:107:6: note: previous declaration ‘template<class Releaser> absl::lts_20240722::Cord absl::lts_20240722::MakeCordFromExternal<Releaser>’
- 107 | Cord MakeCordFromExternal(absl::string_view, Releaser&&);
- | ^~~~~~~~~~~~~~~~~~~~
- /usr/include/absl/strings/cord.h:268:21: error: ‘absl::string_view’ has not been declared
- 268 | void Append(absl::string_view src);
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h:329:22: error: ‘absl::string_view’ has not been declared
- 329 | void Prepend(absl::string_view src);
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h:387:21: error: ‘absl::string_view’ has not been declared
- 387 | int Compare(absl::string_view rhs) const;
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h:394:25: error: ‘absl::string_view’ has not been declared
- 394 | bool StartsWith(absl::string_view rhs) const;
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h:399:23: error: ‘absl::string_view’ has not been declared
- 399 | bool EndsWith(absl::string_view rhs) const;
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h:405:23: error: ‘absl::string_view’ has not been declared
- 405 | bool Contains(absl::string_view rhs) const;
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h:471:30: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 471 | using value_type = absl::string_view;
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h:473:52: error: template argument 1 is invalid
- 473 | using pointer = absl::Nonnull<const value_type*>;
- | ^
- /usr/include/absl/strings/cord.h:474:23: error: ‘value_type’ does not name a type
- 474 | using reference = value_type;
- | ^~~~~~~~~~
- /usr/include/absl/strings/cord.h:482:5: error: ‘reference’ does not name a type
- 482 | reference operator*() const;
- | ^~~~~~~~~
- /usr/include/absl/strings/cord.h:483:5: error: ‘pointer’ does not name a type
- 483 | pointer operator->() const;
- | ^~~~~~~
- /usr/include/absl/strings/cord.h:514:11: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 514 | absl::string_view current_chunk_;
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h:569:30: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 569 | using value_type = absl::string_view;
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h:570:23: error: ‘value_type’ does not name a type
- 570 | using reference = value_type&;
- | ^~~~~~~~~~
- /usr/include/absl/strings/cord.h:571:34: error: expected ‘;’ before ‘value_type’
- 571 | using const_reference = const value_type&;
- | ^~~~~~~~~~~
- | ;
- /usr/include/absl/strings/cord.h:675:16: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 675 | static absl::string_view ChunkRemaining(const CharIterator& it);
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h:763:9: error: ‘optional’ in namespace ‘absl’ does not name a template type
- 763 | absl::optional<absl::string_view> TryFlat() const
- | ^~~~~~~~
- /usr/include/absl/strings/cord.h:771:9: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 771 | absl::string_view Flatten() ABSL_ATTRIBUTE_LIFETIME_BOUND;
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h:778:27: error: ‘absl::string_view’ has not been declared
- 778 | CharIterator Find(absl::string_view needle) const;
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h:783:37: error: ‘absl::string_view’ has not been declared
- 783 | absl::string_view part) {
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h:816:9: error: ‘optional’ in namespace ‘absl’ does not name a template type
- 816 | absl::optional<uint32_t> ExpectedChecksum() const;
- | ^~~~~~~~
- /usr/include/absl/strings/cord.h:847:34: error: expected ‘)’ before ‘src’
- 847 | explicit Cord(absl::string_view src, MethodIdentifier method);
- | ~ ^~~~
- | )
- /usr/include/absl/strings/cord.h:851:49: error: ‘absl::string_view’ has not been declared
- 851 | friend bool operator==(const Cord& lhs, absl::string_view rhs);
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h:890:50: error: ‘string_view’ is not a member of ‘absl’
- 890 | void ForEachChunk(absl::FunctionRef<void(absl::string_view)>) const;
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h:890:62: error: template argument 1 is invalid
- 890 | void ForEachChunk(absl::FunctionRef<void(absl::string_view)>) const;
- | ^
- /usr/include/absl/strings/cord.h:894:9: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 894 | absl::string_view FlattenSlowPath();
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h:913:51: error: expected ‘)’ before ‘sv’
- 913 | explicit constexpr InlineRep(absl::string_view sv,
- | ~ ^~~
- | )
- /usr/include/absl/strings/cord.h:932:28: error: ‘absl::string_view’ has not been declared
- 932 | void AppendArray(absl::string_view src, MethodIdentifier method);
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h:933:11: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 933 | absl::string_view FindFlatStartPiece() const;
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h:1045:46: error: ‘string_view’ is not a member of ‘absl’
- 1045 | absl::Nonnull<absl::string_view*> fragment);
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h:1045:46: error: ‘string_view’ is not a member of ‘absl’
- /usr/include/absl/strings/cord.h:1045:58: error: template argument 1 is invalid
- 1045 | absl::Nonnull<absl::string_view*> fragment);
- | ^
- /usr/include/absl/strings/cord.h:1045:46: error: ‘string_view’ is not a member of ‘absl’
- 1045 | absl::Nonnull<absl::string_view*> fragment);
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h:1045:46: error: ‘string_view’ is not a member of ‘absl’
- /usr/include/absl/strings/cord.h:1045:58: error: template argument 1 is invalid
- 1045 | absl::Nonnull<absl::string_view*> fragment);
- | ^
- /usr/include/absl/strings/cord.h:1045:46: error: ‘string_view’ is not a member of ‘absl’
- 1045 | absl::Nonnull<absl::string_view*> fragment);
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h:1045:46: error: ‘string_view’ is not a member of ‘absl’
- /usr/include/absl/strings/cord.h:1045:58: error: template argument 1 is invalid
- 1045 | absl::Nonnull<absl::string_view*> fragment);
- | ^
- /usr/include/absl/strings/cord.h:1045:32: error: ‘absl::Nonnull’ is not a type
- 1045 | absl::Nonnull<absl::string_view*> fragment);
- | ^~~~~~~
- /usr/include/absl/strings/cord.h:1045:39: error: expected ‘,’ or ‘...’ before ‘<’ token
- 1045 | absl::Nonnull<absl::string_view*> fragment);
- | ^
- /usr/include/absl/strings/cord.h:1050:36: error: ‘string_view’ is not a member of ‘absl’
- 1050 | absl::FunctionRef<void(absl::string_view)> callback);
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h:1050:48: error: template argument 1 is invalid
- 1050 | absl::FunctionRef<void(absl::string_view)> callback);
- | ^
- /usr/include/absl/strings/cord.h:1057:29: error: ‘absl::string_view’ has not been declared
- 1057 | int CompareSlowPath(absl::string_view rhs, size_t compared_size,
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h:1061:25: error: ‘absl::string_view’ has not been declared
- 1061 | bool EqualsImpl(absl::string_view rhs, size_t size_to_compare) const;
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h:1068:16: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 1068 | static absl::string_view GetFirstChunk(const Cord& c);
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h:1069:16: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 1069 | static absl::string_view GetFirstChunk(absl::string_view sv);
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h:1084:28: error: ‘absl::string_view’ has not been declared
- 1084 | void AppendPrecise(absl::string_view src, MethodIdentifier method);
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h:1085:29: error: ‘absl::string_view’ has not been declared
- 1085 | void PrependPrecise(absl::string_view src, MethodIdentifier method);
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h:1092:27: error: ‘absl::string_view’ has not been declared
- 1092 | void PrependArray(absl::string_view src, MethodIdentifier method);
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h:1114:48: error: ‘absl::string_view’ has not been declared
- 1114 | CharIterator FindImpl(CharIterator it, absl::string_view needle) const;
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h: In function ‘void absl::lts_20240722::AbslStringify(Sink&, const Cord&)’:
- /usr/include/absl/strings/cord.h:790:16: error: ‘string_view’ is not a member of ‘absl’
- 790 | for (absl::string_view chunk : cord.Chunks()) {
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h:793:3: error: expected primary-expression before ‘}’ token
- 793 | }
- | ^
- /usr/include/absl/strings/cord.h:793:3: error: expected ‘;’ before ‘}’ token
- /usr/include/absl/strings/cord.h:793:3: error: expected primary-expression before ‘}’ token
- /usr/include/absl/strings/cord.h:793:3: error: expected ‘)’ before ‘}’ token
- /usr/include/absl/strings/cord.h:790:9: note: to match this ‘(’
- 790 | for (absl::string_view chunk : cord.Chunks()) {
- | ^
- /usr/include/absl/strings/cord.h:793:3: error: expected primary-expression before ‘}’ token
- 793 | }
- | ^
- /usr/include/absl/strings/cord.h: In function ‘H absl::lts_20240722::AbslHashValue(H, const Cord&)’:
- /usr/include/absl/strings/cord.h:820:11: error: ‘optional’ is not a member of ‘absl’
- 820 | absl::optional<absl::string_view> maybe_flat = c.TryFlat();
- | ^~~~~~~~
- /usr/include/absl/strings/cord.h:820:26: error: ‘string_view’ is not a member of ‘absl’
- 820 | absl::optional<absl::string_view> maybe_flat = c.TryFlat();
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h:820:39: error: ‘maybe_flat’ was not declared in this scope
- 820 | absl::optional<absl::string_view> maybe_flat = c.TryFlat();
- | ^~~~~~~~~~
- /usr/include/absl/strings/cord.h:820:54: error: ‘const class absl::lts_20240722::Cord’ has no member named ‘TryFlat’
- 820 | absl::optional<absl::string_view> maybe_flat = c.TryFlat();
- | ^~~~~~~
- /usr/include/absl/strings/cord.h: In member function ‘H absl::lts_20240722::Cord::HashFragmented(H) const’:
- /usr/include/absl/strings/cord.h:1102:49: error: ‘absl::string_view’ has not been declared
- 1102 | ForEachChunk([&combiner, &hash_state](absl::string_view chunk) {
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h: In lambda function:
- /usr/include/absl/strings/cord.h:1103:69: error: request for member ‘data’ in ‘chunk’, which is of non-class type ‘int’
- 1103 | hash_state = combiner.add_buffer(std::move(hash_state), chunk.data(),
- | ^~~~
- /usr/include/absl/strings/cord.h:1104:46: error: request for member ‘size’ in ‘chunk’, which is of non-class type ‘int’
- 1104 | chunk.size());
- | ^~~~
- /usr/include/absl/strings/cord.h: At global scope:
- /usr/include/absl/strings/cord.h:1135:6: error: variable or field ‘InitializeCordRepExternal’ declared void
- 1135 | void InitializeCordRepExternal(absl::string_view data,
- | ^~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/absl/strings/cord.h:1135:38: error: ‘string_view’ is not a member of ‘absl’
- 1135 | void InitializeCordRepExternal(absl::string_view data,
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h:1136:64: error: expected primary-expression before ‘rep’
- 1136 | absl::Nonnull<CordRepExternal*> rep);
- | ^~~
- /usr/include/absl/strings/cord.h:1142:46: error: ‘string_view’ is not a member of ‘absl’
- 1142 | absl::Nonnull<CordRep*> NewExternalRep(absl::string_view data,
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h:1143:48: error: expected primary-expression before ‘&&’ token
- 1143 | Releaser&& releaser) {
- | ^~
- /usr/include/absl/strings/cord.h:1143:51: error: ‘releaser’ was not declared in this scope; did you mean ‘Releaser’?
- 1143 | Releaser&& releaser) {
- | ^~~~~~~~
- | Releaser
- /usr/include/absl/strings/cord.h:1143:59: error: expression list treated as compound expression in initializer [-fpermissive]
- 1143 | Releaser&& releaser) {
- | ^
- /usr/include/absl/strings/cord.h:1143:60: error: expected ‘;’ before ‘{’ token
- 1143 | Releaser&& releaser) {
- | ^~
- | ;
- /usr/include/absl/strings/cord.h:1156:11: error: ‘absl::lts_20240722::cord_internal::CordRep* absl::lts_20240722::cord_internal::NewExternalRep’ redeclared as different kind of entity
- 1156 | absl::string_view data, void (&releaser)(absl::string_view)) {
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h:1142:25: note: previous declaration ‘template<class Releaser> absl::lts_20240722::cord_internal::CordRep* absl::lts_20240722::cord_internal::NewExternalRep<Releaser>’
- 1142 | absl::Nonnull<CordRep*> NewExternalRep(absl::string_view data,
- | ^~~~~~~~~~~~~~
- /usr/include/absl/strings/cord.h:1156:11: error: ‘string_view’ is not a member of ‘absl’
- 1156 | absl::string_view data, void (&releaser)(absl::string_view)) {
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h:1156:36: error: ‘releaser’ was not declared in this scope
- 1156 | absl::string_view data, void (&releaser)(absl::string_view)) {
- | ^~~~~~~~
- /usr/include/absl/strings/cord.h:1156:52: error: ‘string_view’ is not a member of ‘absl’
- 1156 | absl::string_view data, void (&releaser)(absl::string_view)) {
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h:1163:6: error: redefinition of ‘template<class Releaser> absl::lts_20240722::Cord absl::lts_20240722::MakeCordFromExternal’
- 1163 | Cord MakeCordFromExternal(absl::string_view data, Releaser&& releaser) {
- | ^~~~~~~~~~~~~~~~~~~~
- /usr/include/absl/strings/cord.h:107:6: note: ‘template<class Releaser> absl::lts_20240722::Cord absl::lts_20240722::MakeCordFromExternal<Releaser>’ previously declared here
- 107 | Cord MakeCordFromExternal(absl::string_view, Releaser&&);
- | ^~~~~~~~~~~~~~~~~~~~
- /usr/include/absl/strings/cord.h:1163:33: error: ‘string_view’ is not a member of ‘absl’
- 1163 | Cord MakeCordFromExternal(absl::string_view data, Releaser&& releaser) {
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h:1163:59: error: expected primary-expression before ‘&&’ token
- 1163 | Cord MakeCordFromExternal(absl::string_view data, Releaser&& releaser) {
- | ^~
- /usr/include/absl/strings/cord.h:1163:62: error: ‘releaser’ was not declared in this scope; did you mean ‘Releaser’?
- 1163 | Cord MakeCordFromExternal(absl::string_view data, Releaser&& releaser) {
- | ^~~~~~~~
- | Releaser
- /usr/include/absl/strings/cord.h:1178:11: error: ‘constexpr const int absl::lts_20240722::Cord::InlineRep::InlineRep’ is not a static data member of ‘class absl::lts_20240722::Cord::InlineRep’
- 1178 | constexpr Cord::InlineRep::InlineRep(absl::string_view sv,
- | ^~~~
- /usr/include/absl/strings/cord.h:1178:44: error: ‘string_view’ is not a member of ‘absl’
- 1178 | constexpr Cord::InlineRep::InlineRep(absl::string_view sv,
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h:1179:63: error: expected primary-expression before ‘rep’
- 1179 | absl::Nullable<CordRep*> rep)
- | ^~~
- /usr/include/absl/strings/cord.h:1179:66: error: expression list treated as compound expression in initializer [-fpermissive]
- 1179 | absl::Nullable<CordRep*> rep)
- | ^
- /usr/include/absl/strings/cord.h:1338:8: error: ‘int absl::lts_20240722::Cord::Cord’ is not a static data member of ‘class absl::lts_20240722::Cord’
- 1338 | inline Cord::Cord(absl::string_view src)
- | ^~~~
- /usr/include/absl/strings/cord.h:1338:25: error: ‘string_view’ is not a member of ‘absl’
- 1338 | inline Cord::Cord(absl::string_view src)
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h: In member function ‘absl::lts_20240722::Cord& absl::lts_20240722::Cord::operator=(T&&)’:
- /usr/include/absl/strings/cord.h:1358:28: error: ‘string_view’ is not a member of ‘absl’
- 1358 | return operator=(absl::string_view(src));
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h: At global scope:
- /usr/include/absl/strings/cord.h:1405:14: error: ‘optional’ in namespace ‘absl’ does not name a template type
- 1405 | inline absl::optional<absl::string_view> Cord::TryFlat() const
- | ^~~~~~~~
- /usr/include/absl/strings/cord.h:1418:14: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 1418 | inline absl::string_view Cord::Flatten() ABSL_ATTRIBUTE_LIFETIME_BOUND {
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h:1431:13: error: variable or field ‘Append’ declared void
- 1431 | inline void Cord::Append(absl::string_view src) {
- | ^~~~
- /usr/include/absl/strings/cord.h:1431:32: error: ‘string_view’ is not a member of ‘absl’
- 1431 | inline void Cord::Append(absl::string_view src) {
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h:1435:13: error: variable or field ‘Prepend’ declared void
- 1435 | inline void Cord::Prepend(absl::string_view src) {
- | ^~~~
- /usr/include/absl/strings/cord.h:1435:33: error: ‘string_view’ is not a member of ‘absl’
- 1435 | inline void Cord::Prepend(absl::string_view src) {
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h: In member function ‘void absl::lts_20240722::Cord::Append(absl::lts_20240722::CordBuffer)’:
- /usr/include/absl/strings/cord.h:1442:9: error: ‘string_view’ is not a member of ‘absl’
- 1442 | absl::string_view short_value;
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h:1443:42: error: ‘short_value’ was not declared in this scope
- 1443 | if (CordRep* rep = buffer.ConsumeValue(short_value)) {
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h: In member function ‘void absl::lts_20240722::Cord::Prepend(absl::lts_20240722::CordBuffer)’:
- /usr/include/absl/strings/cord.h:1453:9: error: ‘string_view’ is not a member of ‘absl’
- 1453 | absl::string_view short_value;
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h:1454:42: error: ‘short_value’ was not declared in this scope
- 1454 | if (CordRep* rep = buffer.ConsumeValue(short_value)) {
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h: At global scope:
- /usr/include/absl/strings/cord.h:1495:13: error: ‘bool absl::lts_20240722::Cord::StartsWith’ is not a static data member of ‘class absl::lts_20240722::Cord’
- 1495 | inline bool Cord::StartsWith(absl::string_view rhs) const {
- | ^~~~
- /usr/include/absl/strings/cord.h:1495:36: error: ‘string_view’ is not a member of ‘absl’
- 1495 | inline bool Cord::StartsWith(absl::string_view rhs) const {
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h: In member function ‘void absl::lts_20240722::Cord::ChunkIterator::InitTree(absl::lts_20240722::Nonnull<absl::lts_20240722::cord_internal::CordRep*>)’:
- /usr/include/absl/strings/cord.h:1513:5: error: ‘current_chunk_’ was not declared in this scope
- 1513 | current_chunk_ = btree_reader_.Init(tree->btree());
- | ^~~~~~~~~~~~~~
- /usr/include/absl/strings/cord.h:1513:36: error: ‘using absl::lts_20240722::Cord::ChunkIterator::CordRepBtreeReader = class absl::lts_20240722::cord_internal::CordRepBtreeReader’ {aka ‘class absl::lts_20240722::cord_internal::CordRepBtreeReader’} has no member named ‘Init’
- 1513 | current_chunk_ = btree_reader_.Init(tree->btree());
- | ^~~~
- /usr/include/absl/strings/cord.h:1516:5: error: ‘current_chunk_’ was not declared in this scope
- 1516 | current_chunk_ = cord_internal::EdgeData(tree);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/strings/cord.h:1516:37: error: ‘EdgeData’ is not a member of ‘absl::lts_20240722::cord_internal’
- 1516 | current_chunk_ = cord_internal::EdgeData(tree);
- | ^~~~~~~~
- /usr/include/absl/strings/cord.h: In constructor ‘absl::lts_20240722::Cord::ChunkIterator::ChunkIterator(absl::lts_20240722::Nonnull<const absl::lts_20240722::Cord*>)’:
- /usr/include/absl/strings/cord.h:1532:7: error: ‘current_chunk_’ was not declared in this scope
- 1532 | current_chunk_ = {};
- | ^~~~~~~~~~~~~~
- /usr/include/absl/strings/cord.h:1536:5: error: ‘current_chunk_’ was not declared in this scope
- 1536 | current_chunk_ = {cord->contents_.data(), bytes_remaining_};
- | ^~~~~~~~~~~~~~
- /usr/include/absl/strings/cord.h: In member function ‘absl::lts_20240722::Cord::ChunkIterator& absl::lts_20240722::Cord::ChunkIterator::AdvanceBtree()’:
- /usr/include/absl/strings/cord.h:1541:3: error: ‘current_chunk_’ was not declared in this scope
- 1541 | current_chunk_ = btree_reader_.Next();
- | ^~~~~~~~~~~~~~
- /usr/include/absl/strings/cord.h:1541:34: error: ‘using absl::lts_20240722::Cord::ChunkIterator::CordRepBtreeReader = class absl::lts_20240722::cord_internal::CordRepBtreeReader’ {aka ‘class absl::lts_20240722::cord_internal::CordRepBtreeReader’} has no member named ‘Next’
- 1541 | current_chunk_ = btree_reader_.Next();
- | ^~~~
- In file included from /usr/include/c++/14.2.0/cassert:44,
- from /usr/include/absl/strings/internal/cord_rep_crc.h:18,
- from /usr/include/absl/strings/cord.h:90:
- /usr/include/absl/strings/cord.h: In member function ‘void absl::lts_20240722::Cord::ChunkIterator::AdvanceBytesBtree(size_t)’:
- /usr/include/absl/strings/cord.h:1546:3: error: ‘current_chunk_’ was not declared in this scope
- 1546 | assert(n >= current_chunk_.size());
- | ^~~~~~
- /usr/include/absl/strings/cord.h:1550:38: error: ‘using absl::lts_20240722::Cord::ChunkIterator::CordRepBtreeReader = class absl::lts_20240722::cord_internal::CordRepBtreeReader’ {aka ‘class absl::lts_20240722::cord_internal::CordRepBtreeReader’} has no member named ‘Next’
- 1550 | current_chunk_ = btree_reader_.Next();
- | ^~~~
- /usr/include/absl/strings/cord.h:1553:38: error: ‘using absl::lts_20240722::Cord::ChunkIterator::CordRepBtreeReader = class absl::lts_20240722::cord_internal::CordRepBtreeReader’ {aka ‘class absl::lts_20240722::cord_internal::CordRepBtreeReader’} has no member named ‘Seek’
- 1553 | current_chunk_ = btree_reader_.Seek(offset);
- | ^~~~
- /usr/include/absl/strings/cord.h: In member function ‘absl::lts_20240722::Cord::ChunkIterator& absl::lts_20240722::Cord::ChunkIterator::operator++()’:
- /usr/include/absl/strings/cord.h:1563:3: error: ‘current_chunk_’ was not declared in this scope
- 1563 | assert(bytes_remaining_ >= current_chunk_.size());
- | ^~~~~~
- /usr/include/absl/strings/cord.h: At global scope:
- /usr/include/absl/strings/cord.h:1590:29: error: ‘reference’ in ‘class absl::lts_20240722::Cord::ChunkIterator’ does not name a type
- 1590 | inline Cord::ChunkIterator::reference Cord::ChunkIterator::operator*() const {
- | ^~~~~~~~~
- /usr/include/absl/strings/cord.h:1595:29: error: ‘pointer’ in ‘class absl::lts_20240722::Cord::ChunkIterator’ does not name a type
- 1595 | inline Cord::ChunkIterator::pointer Cord::ChunkIterator::operator->() const {
- | ^~~~~~~
- /usr/include/absl/strings/cord.h: In member function ‘void absl::lts_20240722::Cord::ChunkIterator::RemoveChunkPrefix(size_t)’:
- /usr/include/absl/strings/cord.h:1601:3: error: ‘current_chunk_’ was not declared in this scope
- 1601 | assert(n < current_chunk_.size());
- | ^~~~~~
- In file included from /usr/include/absl/base/macros.h:36,
- from /usr/include/absl/base/internal/raw_logging.h:28:
- /usr/include/absl/strings/cord.h: In member function ‘void absl::lts_20240722::Cord::ChunkIterator::AdvanceBytes(size_t)’:
- /usr/include/absl/strings/cord.h:1608:7: error: ‘current_chunk_’ was not declared in this scope
- 1608 | if (ABSL_PREDICT_TRUE(n < current_chunk_.size())) {
- | ^~~~~~~~~~~~~~~~~
- /usr/include/absl/strings/cord.h: In member function ‘absl::lts_20240722::Cord::CharIterator& absl::lts_20240722::Cord::CharIterator::operator++()’:
- /usr/include/absl/strings/cord.h:1636:7: error: base operand of ‘->’ has non-pointer type ‘absl::lts_20240722::Cord::ChunkIterator’
- 1636 | if (ABSL_PREDICT_TRUE(chunk_iterator_->size() > 1)) {
- | ^~~~~~~~~~~~~~~~~
- /usr/include/absl/strings/cord.h: In member function ‘const char& absl::lts_20240722::Cord::CharIterator::operator*() const’:
- /usr/include/absl/strings/cord.h:1659:26: error: base operand of ‘->’ has non-pointer type ‘const absl::lts_20240722::Cord::ChunkIterator’
- 1659 | return *chunk_iterator_->data();
- | ^~
- /usr/include/absl/strings/cord.h: In member function ‘const char* absl::lts_20240722::Cord::CharIterator::operator->() const’:
- /usr/include/absl/strings/cord.h:1663:25: error: base operand of ‘->’ has non-pointer type ‘const absl::lts_20240722::Cord::ChunkIterator’
- 1663 | return chunk_iterator_->data();
- | ^~
- /usr/include/absl/strings/cord.h: At global scope:
- /usr/include/absl/strings/cord.h:1677:14: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 1677 | inline absl::string_view Cord::ChunkRemaining(const CharIterator& it) {
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h:1698:34: error: ‘string_view’ is not a member of ‘absl’
- 1698 | absl::FunctionRef<void(absl::string_view)> callback) const {
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h:1698:46: error: template argument 1 is invalid
- 1698 | absl::FunctionRef<void(absl::string_view)> callback) const {
- | ^
- /usr/include/absl/strings/cord.h: In member function ‘void absl::lts_20240722::Cord::ForEachChunk(int) const’:
- /usr/include/absl/strings/cord.h:1701:20: error: ‘string_view’ is not a member of ‘absl’
- 1701 | callback(absl::string_view(contents_.data(), contents_.size()));
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h:1701:67: error: ‘callback’ cannot be used as a function
- 1701 | callback(absl::string_view(contents_.data(), contents_.size()));
- | ^
- /usr/include/absl/strings/cord.h: At global scope:
- /usr/include/absl/strings/cord.h:1729:47: error: ‘absl::string_view’ has not been declared
- 1729 | inline bool operator==(const Cord& lhs, absl::string_view rhs) {
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h: In function ‘bool absl::lts_20240722::operator==(const Cord&, int)’:
- /usr/include/absl/strings/cord.h:1731:25: error: request for member ‘size’ in ‘rhs’, which is of non-class type ‘int’
- 1731 | size_t rhs_size = rhs.size();
- | ^~~~
- /usr/include/absl/strings/cord.h: At global scope:
- /usr/include/absl/strings/cord.h:1736:13: error: declaration of ‘operator==’ as non-function
- 1736 | inline bool operator==(absl::string_view x, const Cord& y) { return y == x; }
- | ^~~~~~~~
- /usr/include/absl/strings/cord.h:1736:30: error: ‘string_view’ is not a member of ‘absl’
- 1736 | inline bool operator==(absl::string_view x, const Cord& y) { return y == x; }
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h:1736:45: error: expected primary-expression before ‘const’
- 1736 | inline bool operator==(absl::string_view x, const Cord& y) { return y == x; }
- | ^~~~~
- /usr/include/absl/strings/cord.h:1737:45: error: ‘absl::string_view’ has not been declared
- 1737 | inline bool operator!=(const Cord& x, absl::string_view y) { return !(x == y); }
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h:1738:13: error: declaration of ‘operator!=’ as non-function
- 1738 | inline bool operator!=(absl::string_view x, const Cord& y) { return !(x == y); }
- | ^~~~~~~~
- /usr/include/absl/strings/cord.h:1738:30: error: ‘string_view’ is not a member of ‘absl’
- 1738 | inline bool operator!=(absl::string_view x, const Cord& y) { return !(x == y); }
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h:1738:45: error: expected primary-expression before ‘const’
- 1738 | inline bool operator!=(absl::string_view x, const Cord& y) { return !(x == y); }
- | ^~~~~
- /usr/include/absl/strings/cord.h:1739:44: error: ‘absl::string_view’ has not been declared
- 1739 | inline bool operator<(const Cord& x, absl::string_view y) {
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h:1742:13: error: declaration of ‘operator<’ as non-function
- 1742 | inline bool operator<(absl::string_view x, const Cord& y) {
- | ^~~~~~~~
- /usr/include/absl/strings/cord.h:1742:29: error: ‘string_view’ is not a member of ‘absl’
- 1742 | inline bool operator<(absl::string_view x, const Cord& y) {
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h:1742:44: error: expected primary-expression before ‘const’
- 1742 | inline bool operator<(absl::string_view x, const Cord& y) {
- | ^~~~~
- /usr/include/absl/strings/cord.h:1745:44: error: ‘absl::string_view’ has not been declared
- 1745 | inline bool operator>(const Cord& x, absl::string_view y) { return y < x; }
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h: In function ‘bool absl::lts_20240722::operator>(const Cord&, int)’:
- /usr/include/absl/strings/cord.h:1745:70: error: no match for ‘operator<’ (operand types are ‘int’ and ‘const absl::lts_20240722::Cord’)
- 1745 | inline bool operator>(const Cord& x, absl::string_view y) { return y < x; }
- | ~ ^ ~
- | | |
- | int const absl::lts_20240722::Cord
- /usr/include/absl/types/span.h:547:6: note: candidate: ‘template<class T> bool absl::lts_20240722::operator<(Span<T>, Span<T>)’
- 547 | bool operator<(Span<T> a, Span<T> b) {
- | ^~~~~~~~
- /usr/include/absl/types/span.h:547:6: note: template argument deduction/substitution failed:
- /usr/include/absl/strings/cord.h:1745:72: note: mismatched types ‘absl::lts_20240722::Span<T>’ and ‘int’
- 1745 | inline bool operator>(const Cord& x, absl::string_view y) { return y < x; }
- | ^
- /usr/include/absl/types/span.h:551:6: note: candidate: ‘template<class T> bool absl::lts_20240722::operator<(Span<const T>, Span<T>)’
- 551 | bool operator<(Span<const T> a, Span<T> b) {
- | ^~~~~~~~
- /usr/include/absl/types/span.h:551:6: note: template argument deduction/substitution failed:
- /usr/include/absl/strings/cord.h:1745:72: note: mismatched types ‘absl::lts_20240722::Span<const T>’ and ‘int’
- 1745 | inline bool operator>(const Cord& x, absl::string_view y) { return y < x; }
- | ^
- /usr/include/absl/types/span.h:555:6: note: candidate: ‘template<class T> bool absl::lts_20240722::operator<(Span<T>, Span<const T>)’
- 555 | bool operator<(Span<T> a, Span<const T> b) {
- | ^~~~~~~~
- /usr/include/absl/types/span.h:555:6: note: template argument deduction/substitution failed:
- /usr/include/absl/strings/cord.h:1745:72: note: mismatched types ‘absl::lts_20240722::Span<T>’ and ‘int’
- 1745 | inline bool operator>(const Cord& x, absl::string_view y) { return y < x; }
- | ^
- /usr/include/absl/types/span.h:561:6: note: candidate: ‘template<class T, class U, class> bool absl::lts_20240722::operator<(const U&, Span<T>)’
- 561 | bool operator<(const U& a, Span<T> b) {
- | ^~~~~~~~
- /usr/include/absl/types/span.h:561:6: note: template argument deduction/substitution failed:
- /usr/include/absl/strings/cord.h:1745:72: note: ‘absl::lts_20240722::Cord’ is not derived from ‘absl::lts_20240722::Span<T>’
- 1745 | inline bool operator>(const Cord& x, absl::string_view y) { return y < x; }
- | ^
- /usr/include/absl/types/span.h:567:6: note: candidate: ‘template<class T, class U, class> bool absl::lts_20240722::operator<(Span<T>, const U&)’
- 567 | bool operator<(Span<T> a, const U& b) {
- | ^~~~~~~~
- /usr/include/absl/types/span.h:567:6: note: template argument deduction/substitution failed:
- /usr/include/absl/strings/cord.h:1745:72: note: mismatched types ‘absl::lts_20240722::Span<T>’ and ‘int’
- 1745 | inline bool operator>(const Cord& x, absl::string_view y) { return y < x; }
- | ^
- /usr/include/absl/container/inlined_vector.h:964:6: note: candidate: ‘template<class T, long unsigned int N, class A> bool absl::lts_20240722::operator<(const InlinedVector<T, N, A>&, const InlinedVector<T, N, A>&)’
- 964 | bool operator<(const absl::InlinedVector<T, N, A>& a,
- | ^~~~~~~~
- /usr/include/absl/container/inlined_vector.h:964:6: note: template argument deduction/substitution failed:
- /usr/include/absl/strings/cord.h:1745:72: note: mismatched types ‘const absl::lts_20240722::InlinedVector<T, N, A>’ and ‘int’
- 1745 | inline bool operator>(const Cord& x, absl::string_view y) { return y < x; }
- | ^
- /usr/include/absl/base/log_severity.h:176:1: note: candidate: ‘constexpr bool absl::lts_20240722::operator<(LogSeverity, LogSeverityAtLeast)’
- 176 | COMPOP(>, <, LogSeverityAtLeast)
- | ^~~~~~
- /usr/include/absl/base/log_severity.h:176:1: note: no known conversion for argument 1 from ‘int’ to ‘absl::lts_20240722::LogSeverity’
- 176 | COMPOP(>, <, LogSeverityAtLeast)
- | ^~~~~~
- /usr/include/absl/base/log_severity.h:178:1: note: candidate: ‘constexpr bool absl::lts_20240722::operator<(LogSeverityAtMost, LogSeverity)’
- 178 | COMPOP(<, >, LogSeverityAtMost)
- | ^~~~~~
- /usr/include/absl/base/log_severity.h:178:1: note: no known conversion for argument 1 from ‘int’ to ‘absl::lts_20240722::LogSeverityAtMost’
- 178 | COMPOP(<, >, LogSeverityAtMost)
- | ^~~~~~
- /usr/include/absl/time/time.h:1745:46: note: candidate: ‘constexpr bool absl::lts_20240722::operator<(Duration, Duration)’
- 1745 | ABSL_ATTRIBUTE_CONST_FUNCTION constexpr bool operator<(Duration lhs,
- | ^~~~~~~~
- /usr/include/absl/time/time.h:1745:65: note: no known conversion for argument 1 from ‘int’ to ‘absl::lts_20240722::Duration’
- 1745 | ABSL_ATTRIBUTE_CONST_FUNCTION constexpr bool operator<(Duration lhs,
- | ~~~~~~~~~^~~
- /usr/include/absl/time/time.h:880:46: note: candidate: ‘constexpr bool absl::lts_20240722::operator<(Time, Time)’
- 880 | ABSL_ATTRIBUTE_CONST_FUNCTION constexpr bool operator<(Time lhs, Time rhs) {
- | ^~~~~~~~
- /usr/include/absl/time/time.h:880:61: note: no known conversion for argument 1 from ‘int’ to ‘absl::lts_20240722::Time’
- 880 | ABSL_ATTRIBUTE_CONST_FUNCTION constexpr bool operator<(Time lhs, Time rhs) {
- | ~~~~~^~~
- In file included from /usr/include/absl/strings/internal/str_format/arg.h:35:
- /usr/include/absl/numeric/int128.h:810:16: note: candidate: ‘constexpr bool absl::lts_20240722::operator<(uint128, uint128)’
- 810 | constexpr bool operator<(uint128 lhs, uint128 rhs) {
- | ^~~~~~~~
- /usr/include/absl/numeric/int128.h:810:47: note: no known conversion for argument 2 from ‘const absl::lts_20240722::Cord’ to ‘absl::lts_20240722::uint128’
- 810 | constexpr bool operator<(uint128 lhs, uint128 rhs) {
- | ~~~~~~~~^~~
- In file included from /usr/include/absl/numeric/int128.h:1182:
- /usr/include/absl/numeric/int128_have_intrinsic.inc:207:16: note: candidate: ‘constexpr bool absl::lts_20240722::operator<(int128, int128)’
- 207 | constexpr bool operator<(int128 lhs, int128 rhs) {
- | ^~~~~~~~
- /usr/include/absl/numeric/int128_have_intrinsic.inc:207:45: note: no known conversion for argument 2 from ‘const absl::lts_20240722::Cord’ to ‘absl::lts_20240722::int128’
- 207 | constexpr bool operator<(int128 lhs, int128 rhs) {
- | ~~~~~~~^~~
- /usr/include/absl/strings/cord.h:1716:13: note: candidate: ‘bool absl::lts_20240722::operator<(const Cord&, const Cord&)’
- 1716 | inline bool operator<(const Cord& x, const Cord& y) { return x.Compare(y) < 0; }
- | ^~~~~~~~
- /usr/include/absl/strings/cord.h:1716:35: note: no known conversion for argument 1 from ‘int’ to ‘const absl::lts_20240722::Cord&’
- 1716 | inline bool operator<(const Cord& x, const Cord& y) { return x.Compare(y) < 0; }
- | ~~~~~~~~~~~~^
- /usr/include/absl/strings/cord.h:1739:13: note: candidate: ‘bool absl::lts_20240722::operator<(const Cord&, int)’
- 1739 | inline bool operator<(const Cord& x, absl::string_view y) {
- | ^~~~~~~~
- /usr/include/absl/strings/cord.h:1739:35: note: no known conversion for argument 1 from ‘int’ to ‘const absl::lts_20240722::Cord&’
- 1739 | inline bool operator<(const Cord& x, absl::string_view y) {
- | ~~~~~~~~~~~~^
- /usr/include/absl/strings/cord.h: At global scope:
- /usr/include/absl/strings/cord.h:1746:13: error: declaration of ‘operator>’ as non-function
- 1746 | inline bool operator>(absl::string_view x, const Cord& y) { return y < x; }
- | ^~~~~~~~
- /usr/include/absl/strings/cord.h:1746:29: error: ‘string_view’ is not a member of ‘absl’
- 1746 | inline bool operator>(absl::string_view x, const Cord& y) { return y < x; }
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h:1746:44: error: expected primary-expression before ‘const’
- 1746 | inline bool operator>(absl::string_view x, const Cord& y) { return y < x; }
- | ^~~~~
- /usr/include/absl/strings/cord.h:1747:45: error: ‘absl::string_view’ has not been declared
- 1747 | inline bool operator<=(const Cord& x, absl::string_view y) { return !(y < x); }
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h: In function ‘bool absl::lts_20240722::operator<=(const Cord&, int)’:
- /usr/include/absl/strings/cord.h:1747:73: error: no match for ‘operator<’ (operand types are ‘int’ and ‘const absl::lts_20240722::Cord’)
- 1747 | inline bool operator<=(const Cord& x, absl::string_view y) { return !(y < x); }
- | ~ ^ ~
- | | |
- | int const absl::lts_20240722::Cord
- /usr/include/absl/types/span.h:547:6: note: candidate: ‘template<class T> bool absl::lts_20240722::operator<(Span<T>, Span<T>)’
- 547 | bool operator<(Span<T> a, Span<T> b) {
- | ^~~~~~~~
- /usr/include/absl/types/span.h:547:6: note: template argument deduction/substitution failed:
- /usr/include/absl/strings/cord.h:1747:75: note: mismatched types ‘absl::lts_20240722::Span<T>’ and ‘int’
- 1747 | inline bool operator<=(const Cord& x, absl::string_view y) { return !(y < x); }
- | ^
- /usr/include/absl/types/span.h:551:6: note: candidate: ‘template<class T> bool absl::lts_20240722::operator<(Span<const T>, Span<T>)’
- 551 | bool operator<(Span<const T> a, Span<T> b) {
- | ^~~~~~~~
- /usr/include/absl/types/span.h:551:6: note: template argument deduction/substitution failed:
- /usr/include/absl/strings/cord.h:1747:75: note: mismatched types ‘absl::lts_20240722::Span<const T>’ and ‘int’
- 1747 | inline bool operator<=(const Cord& x, absl::string_view y) { return !(y < x); }
- | ^
- /usr/include/absl/types/span.h:555:6: note: candidate: ‘template<class T> bool absl::lts_20240722::operator<(Span<T>, Span<const T>)’
- 555 | bool operator<(Span<T> a, Span<const T> b) {
- | ^~~~~~~~
- /usr/include/absl/types/span.h:555:6: note: template argument deduction/substitution failed:
- /usr/include/absl/strings/cord.h:1747:75: note: mismatched types ‘absl::lts_20240722::Span<T>’ and ‘int’
- 1747 | inline bool operator<=(const Cord& x, absl::string_view y) { return !(y < x); }
- | ^
- /usr/include/absl/types/span.h:561:6: note: candidate: ‘template<class T, class U, class> bool absl::lts_20240722::operator<(const U&, Span<T>)’
- 561 | bool operator<(const U& a, Span<T> b) {
- | ^~~~~~~~
- /usr/include/absl/types/span.h:561:6: note: template argument deduction/substitution failed:
- /usr/include/absl/strings/cord.h:1747:75: note: ‘absl::lts_20240722::Cord’ is not derived from ‘absl::lts_20240722::Span<T>’
- 1747 | inline bool operator<=(const Cord& x, absl::string_view y) { return !(y < x); }
- | ^
- /usr/include/absl/types/span.h:567:6: note: candidate: ‘template<class T, class U, class> bool absl::lts_20240722::operator<(Span<T>, const U&)’
- 567 | bool operator<(Span<T> a, const U& b) {
- | ^~~~~~~~
- /usr/include/absl/types/span.h:567:6: note: template argument deduction/substitution failed:
- /usr/include/absl/strings/cord.h:1747:75: note: mismatched types ‘absl::lts_20240722::Span<T>’ and ‘int’
- 1747 | inline bool operator<=(const Cord& x, absl::string_view y) { return !(y < x); }
- | ^
- /usr/include/absl/container/inlined_vector.h:964:6: note: candidate: ‘template<class T, long unsigned int N, class A> bool absl::lts_20240722::operator<(const InlinedVector<T, N, A>&, const InlinedVector<T, N, A>&)’
- 964 | bool operator<(const absl::InlinedVector<T, N, A>& a,
- | ^~~~~~~~
- /usr/include/absl/container/inlined_vector.h:964:6: note: template argument deduction/substitution failed:
- /usr/include/absl/strings/cord.h:1747:75: note: mismatched types ‘const absl::lts_20240722::InlinedVector<T, N, A>’ and ‘int’
- 1747 | inline bool operator<=(const Cord& x, absl::string_view y) { return !(y < x); }
- | ^
- /usr/include/absl/base/log_severity.h:176:1: note: candidate: ‘constexpr bool absl::lts_20240722::operator<(LogSeverity, LogSeverityAtLeast)’
- 176 | COMPOP(>, <, LogSeverityAtLeast)
- | ^~~~~~
- /usr/include/absl/base/log_severity.h:176:1: note: no known conversion for argument 1 from ‘int’ to ‘absl::lts_20240722::LogSeverity’
- 176 | COMPOP(>, <, LogSeverityAtLeast)
- | ^~~~~~
- /usr/include/absl/base/log_severity.h:178:1: note: candidate: ‘constexpr bool absl::lts_20240722::operator<(LogSeverityAtMost, LogSeverity)’
- 178 | COMPOP(<, >, LogSeverityAtMost)
- | ^~~~~~
- /usr/include/absl/base/log_severity.h:178:1: note: no known conversion for argument 1 from ‘int’ to ‘absl::lts_20240722::LogSeverityAtMost’
- 178 | COMPOP(<, >, LogSeverityAtMost)
- | ^~~~~~
- /usr/include/absl/time/time.h:1745:46: note: candidate: ‘constexpr bool absl::lts_20240722::operator<(Duration, Duration)’
- 1745 | ABSL_ATTRIBUTE_CONST_FUNCTION constexpr bool operator<(Duration lhs,
- | ^~~~~~~~
- /usr/include/absl/time/time.h:1745:65: note: no known conversion for argument 1 from ‘int’ to ‘absl::lts_20240722::Duration’
- 1745 | ABSL_ATTRIBUTE_CONST_FUNCTION constexpr bool operator<(Duration lhs,
- | ~~~~~~~~~^~~
- /usr/include/absl/time/time.h:880:46: note: candidate: ‘constexpr bool absl::lts_20240722::operator<(Time, Time)’
- 880 | ABSL_ATTRIBUTE_CONST_FUNCTION constexpr bool operator<(Time lhs, Time rhs) {
- | ^~~~~~~~
- /usr/include/absl/time/time.h:880:61: note: no known conversion for argument 1 from ‘int’ to ‘absl::lts_20240722::Time’
- 880 | ABSL_ATTRIBUTE_CONST_FUNCTION constexpr bool operator<(Time lhs, Time rhs) {
- | ~~~~~^~~
- /usr/include/absl/numeric/int128.h:810:16: note: candidate: ‘constexpr bool absl::lts_20240722::operator<(uint128, uint128)’
- 810 | constexpr bool operator<(uint128 lhs, uint128 rhs) {
- | ^~~~~~~~
- /usr/include/absl/numeric/int128.h:810:47: note: no known conversion for argument 2 from ‘const absl::lts_20240722::Cord’ to ‘absl::lts_20240722::uint128’
- 810 | constexpr bool operator<(uint128 lhs, uint128 rhs) {
- | ~~~~~~~~^~~
- /usr/include/absl/numeric/int128_have_intrinsic.inc:207:16: note: candidate: ‘constexpr bool absl::lts_20240722::operator<(int128, int128)’
- 207 | constexpr bool operator<(int128 lhs, int128 rhs) {
- | ^~~~~~~~
- /usr/include/absl/numeric/int128_have_intrinsic.inc:207:45: note: no known conversion for argument 2 from ‘const absl::lts_20240722::Cord’ to ‘absl::lts_20240722::int128’
- 207 | constexpr bool operator<(int128 lhs, int128 rhs) {
- | ~~~~~~~^~~
- /usr/include/absl/strings/cord.h:1716:13: note: candidate: ‘bool absl::lts_20240722::operator<(const Cord&, const Cord&)’
- 1716 | inline bool operator<(const Cord& x, const Cord& y) { return x.Compare(y) < 0; }
- | ^~~~~~~~
- /usr/include/absl/strings/cord.h:1716:35: note: no known conversion for argument 1 from ‘int’ to ‘const absl::lts_20240722::Cord&’
- 1716 | inline bool operator<(const Cord& x, const Cord& y) { return x.Compare(y) < 0; }
- | ~~~~~~~~~~~~^
- /usr/include/absl/strings/cord.h:1739:13: note: candidate: ‘bool absl::lts_20240722::operator<(const Cord&, int)’
- 1739 | inline bool operator<(const Cord& x, absl::string_view y) {
- | ^~~~~~~~
- /usr/include/absl/strings/cord.h:1739:35: note: no known conversion for argument 1 from ‘int’ to ‘const absl::lts_20240722::Cord&’
- 1739 | inline bool operator<(const Cord& x, absl::string_view y) {
- | ~~~~~~~~~~~~^
- /usr/include/absl/strings/cord.h: At global scope:
- /usr/include/absl/strings/cord.h:1748:13: error: declaration of ‘operator<=’ as non-function
- 1748 | inline bool operator<=(absl::string_view x, const Cord& y) { return !(y < x); }
- | ^~~~~~~~
- /usr/include/absl/strings/cord.h:1748:30: error: ‘string_view’ is not a member of ‘absl’
- 1748 | inline bool operator<=(absl::string_view x, const Cord& y) { return !(y < x); }
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h:1748:45: error: expected primary-expression before ‘const’
- 1748 | inline bool operator<=(absl::string_view x, const Cord& y) { return !(y < x); }
- | ^~~~~
- /usr/include/absl/strings/cord.h:1749:45: error: ‘absl::string_view’ has not been declared
- 1749 | inline bool operator>=(const Cord& x, absl::string_view y) { return !(x < y); }
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h:1750:13: error: declaration of ‘operator>=’ as non-function
- 1750 | inline bool operator>=(absl::string_view x, const Cord& y) { return !(x < y); }
- | ^~~~~~~~
- /usr/include/absl/strings/cord.h:1750:30: error: ‘string_view’ is not a member of ‘absl’
- 1750 | inline bool operator>=(absl::string_view x, const Cord& y) { return !(x < y); }
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h:1750:45: error: expected primary-expression before ‘const’
- 1750 | inline bool operator>=(absl::string_view x, const Cord& y) { return !(x < y); }
- | ^~~~~
- In file included from /app/include/google/protobuf/arena_align.h:63,
- from /app/include/google/protobuf/arena.h:35,
- from /app/include/google/protobuf/message.h:107:
- /app/include/google/protobuf/port_def.inc:119:15: error: static assertion failed: Protobuf only supports C++17 and newer.
- 119 | static_assert(PROTOBUF_CPLUSPLUS_MIN(201703L),
- | ^~~~~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/port_def.inc:119:15: note: the comparison reduces to ‘(201103 >= 201703)’
- /app/include/google/protobuf/arena_align.h: In member function ‘constexpr size_t google::protobuf::internal::ArenaAlign::Padded(size_t) const’:
- /app/include/google/protobuf/arena_align.h:134:3: error: body of ‘constexpr’ function ‘constexpr size_t google::protobuf::internal::ArenaAlign::Padded(size_t) const’ not a return-statement
- 134 | }
- | ^
- /app/include/google/protobuf/arena_align.h: In function ‘google::protobuf::internal::ArenaAlign google::protobuf::internal::ArenaAlignAs(size_t)’:
- /app/include/google/protobuf/arena_align.h:158:3: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [43], int, std::string&)’
- 158 | ABSL_DCHECK_NE(align, 0U);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/arena_align.h:159:3: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 159 | ABSL_DCHECK(absl::has_single_bit(align)) << "Invalid alignment " << align;
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /app/include/google/protobuf/arena_align.h: At global scope:
- /app/include/google/protobuf/arena_align.h:183:18: error: ‘ArenaAlignAs’ function uses ‘auto’ type specifier without trailing return type
- 183 | inline constexpr auto ArenaAlignAs() {
- | ^~~~
- /app/include/google/protobuf/arena_align.h:183:18: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /app/include/google/protobuf/arena_align.h:189:18: error: ‘ArenaAlignOf’ function uses ‘auto’ type specifier without trailing return type
- 189 | inline constexpr auto ArenaAlignOf() {
- | ^~~~
- /app/include/google/protobuf/arena_align.h:189:18: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- In file included from /app/include/google/protobuf/port.h:37,
- from /app/include/google/protobuf/arena.h:37:
- /app/include/google/protobuf/port_def.inc:119:15: error: static assertion failed: Protobuf only supports C++17 and newer.
- 119 | static_assert(PROTOBUF_CPLUSPLUS_MIN(201703L),
- | ^~~~~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/port_def.inc:119:15: note: the comparison reduces to ‘(201103 >= 201703)’
- /app/include/google/protobuf/port.h: In function ‘void google::protobuf::internal::AssertDownCast(From*)’:
- /app/include/google/protobuf/port.h:185:23: error: ‘is_base_of_v’ is not a member of ‘std’; did you mean ‘is_base_of’?
- 185 | static_assert(!std::is_base_of_v<MessageLite, To>);
- | ^~~~~~~~~~~~
- | is_base_of
- /app/include/google/protobuf/port.h:185:47: error: expected primary-expression before ‘,’ token
- 185 | static_assert(!std::is_base_of_v<MessageLite, To>);
- | ^
- /app/include/google/protobuf/port.h:185:51: error: expected primary-expression before ‘>’ token
- 185 | static_assert(!std::is_base_of_v<MessageLite, To>);
- | ^
- /app/include/google/protobuf/port.h:185:52: error: expected primary-expression before ‘)’ token
- 185 | static_assert(!std::is_base_of_v<MessageLite, To>);
- | ^
- /app/include/google/protobuf/port.h: In function ‘To google::protobuf::internal::DownCast(From*)’:
- /app/include/google/protobuf/port.h:195:23: error: ‘remove_pointer_t’ is not a member of ‘std’; did you mean ‘remove_pointer’?
- 195 | AssertDownCast<std::remove_pointer_t<To>>(f);
- | ^~~~~~~~~~~~~~~~
- | remove_pointer
- /app/include/google/protobuf/port.h:195:23: error: ‘remove_pointer_t’ is not a member of ‘std’; did you mean ‘remove_pointer’?
- 195 | AssertDownCast<std::remove_pointer_t<To>>(f);
- | ^~~~~~~~~~~~~~~~
- | remove_pointer
- /app/include/google/protobuf/port.h:195:3: error: parse error in template argument list
- 195 | AssertDownCast<std::remove_pointer_t<To>>(f);
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/port.h: In function ‘ToRef google::protobuf::internal::DownCast(From&)’:
- /app/include/google/protobuf/port.h:201:23: error: ‘remove_reference_t’ is not a member of ‘std’; did you mean ‘remove_reference’?
- 201 | AssertDownCast<std::remove_reference_t<ToRef>>(&f);
- | ^~~~~~~~~~~~~~~~~~
- | remove_reference
- /app/include/google/protobuf/port.h:201:23: error: ‘remove_reference_t’ is not a member of ‘std’; did you mean ‘remove_reference’?
- 201 | AssertDownCast<std::remove_reference_t<ToRef>>(&f);
- | ^~~~~~~~~~~~~~~~~~
- | remove_reference
- /app/include/google/protobuf/port.h:201:3: error: parse error in template argument list
- 201 | AssertDownCast<std::remove_reference_t<ToRef>>(&f);
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/port.h: At global scope:
- /app/include/google/protobuf/port.h:207:14: error: ‘optional’ in namespace ‘absl’ does not name a template type
- 207 | inline absl::optional<absl::string_view> RttiTypeName() {
- | ^~~~~~~~
- /app/include/google/protobuf/port.h: In function ‘constexpr bool google::protobuf::internal::PerformDebugChecks()’:
- /app/include/google/protobuf/port.h:286:1: error: body of ‘constexpr’ function ‘constexpr bool google::protobuf::internal::PerformDebugChecks()’ not a return-statement
- 286 | }
- | ^
- /app/include/google/protobuf/port.h: At global scope:
- /app/include/google/protobuf/port.h:493:46: error: expected ‘)’ before ‘name’
- 493 | explicit RealDebugCounter(absl::string_view name) { Register(name); }
- | ~ ^~~~~
- | )
- /app/include/google/protobuf/port.h:499:23: error: ‘absl::string_view’ has not been declared
- 499 | void Register(absl::string_view name);
- | ^~~~~~~~~~~
- /app/include/google/protobuf/port.h:546:32: error: ‘conditional_t’ in namespace ‘std’ does not name a template type; did you mean ‘conditional’?
- 546 | using GlobalEmptyString = std::conditional_t<
- | ^~~~~~~~~~~~~
- | conditional
- /app/include/google/protobuf/port.h:550:24: error: ‘GlobalEmptyString’ does not name a type; did you mean ‘GlobalEmptyStringConstexpr’?
- 550 | PROTOBUF_EXPORT extern GlobalEmptyString fixed_address_empty_string;
- | ^~~~~~~~~~~~~~~~~
- | GlobalEmptyStringConstexpr
- In file included from /app/include/google/protobuf/arena_cleanup.h:20,
- from /app/include/google/protobuf/serial_arena.h:26,
- from /app/include/google/protobuf/arena.h:38:
- /app/include/google/protobuf/port_def.inc:119:15: error: static assertion failed: Protobuf only supports C++17 and newer.
- 119 | static_assert(PROTOBUF_CPLUSPLUS_MIN(201703L),
- | ^~~~~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/port_def.inc:119:15: note: the comparison reduces to ‘(201103 >= 201703)’
- In file included from /app/include/google/protobuf/string_block.h:24,
- from /app/include/google/protobuf/serial_arena.h:28:
- /app/include/google/protobuf/port_def.inc:119:15: error: static assertion failed: Protobuf only supports C++17 and newer.
- 119 | static_assert(PROTOBUF_CPLUSPLUS_MIN(201703L),
- | ^~~~~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/port_def.inc:119:15: note: the comparison reduces to ‘(201103 >= 201703)’
- /app/include/google/protobuf/string_block.h: In static member function ‘static google::protobuf::internal::StringBlock* google::protobuf::internal::StringBlock::Emplace(void*, size_t, google::protobuf::internal::StringBlock*)’:
- /app/include/google/protobuf/string_block.h:125:3: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [44], int, std::string&)’
- 125 | ABSL_DCHECK_EQ(count, NextSize(next));
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/string_block.h: In static member function ‘static size_t google::protobuf::internal::StringBlock::Delete(google::protobuf::internal::StringBlock*)’:
- /app/include/google/protobuf/string_block.h:147:3: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 147 | ABSL_DCHECK(block != nullptr);
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /app/include/google/protobuf/string_block.h: In member function ‘std::string* google::protobuf::internal::StringBlock::AtOffset(size_t)’:
- /app/include/google/protobuf/string_block.h:162:3: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [44], int, std::string&)’
- 162 | ABSL_DCHECK_LE(offset, effective_size());
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- In file included from /app/include/google/protobuf/serial_arena.h:31:
- /app/include/google/protobuf/port_def.inc: At global scope:
- /app/include/google/protobuf/port_def.inc:119:15: error: static assertion failed: Protobuf only supports C++17 and newer.
- 119 | static_assert(PROTOBUF_CPLUSPLUS_MIN(201703L),
- | ^~~~~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/port_def.inc:119:15: note: the comparison reduces to ‘(201103 >= 201703)’
- /app/include/google/protobuf/serial_arena.h: In constructor ‘google::protobuf::internal::ArenaBlock::ArenaBlock(google::protobuf::internal::ArenaBlock*, size_t)’:
- /app/include/google/protobuf/serial_arena.h:44:5: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [44], int, std::string&)’
- 44 | ABSL_DCHECK_GT(size, sizeof(ArenaBlock));
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/serial_arena.h: In member function ‘char* google::protobuf::internal::ArenaBlock::Pointer(size_t)’:
- /app/include/google/protobuf/serial_arena.h:48:5: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [44], int, std::string&)’
- 48 | ABSL_DCHECK_LE(n, size);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/serial_arena.h: In member function ‘bool google::protobuf::internal::SerialArena::MaybeAllocateAligned(size_t, void**)’:
- /app/include/google/protobuf/serial_arena.h:202:5: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 202 | ABSL_DCHECK(internal::ArenaAlignDefault::IsAligned(n));
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /app/include/google/protobuf/serial_arena.h:203:5: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [44], int, std::string&)’
- 203 | ABSL_DCHECK_GE(limit_, ptr());
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/serial_arena.h: In member function ‘void* google::protobuf::internal::SerialArena::AllocateAlignedWithCleanup(size_t, size_t, void (*)(void*))’:
- /app/include/google/protobuf/serial_arena.h:242:5: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [44], int, std::string&)’
- 242 | ABSL_DCHECK_GE(limit_, ptr());
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/serial_arena.h: In static member function ‘static const char* google::protobuf::internal::SerialArena::MaybePrefetchImpl(ptrdiff_t, const char*, const char*, const char*)’:
- /app/include/google/protobuf/serial_arena.h:290:7: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 290 | ABSL_DCHECK(prefetch_ptr != nullptr);
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /app/include/google/protobuf/serial_arena.h: In member function ‘void google::protobuf::internal::SerialArena::MaybePrefetchData(const char*)’:
- /app/include/google/protobuf/serial_arena.h:300:5: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 300 | ABSL_DCHECK(static_cast<const void*>(prefetch_ptr_) == nullptr ||
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /app/include/google/protobuf/serial_arena.h: In member function ‘void google::protobuf::internal::SerialArena::MaybePrefetchCleanup()’:
- /app/include/google/protobuf/serial_arena.h:307:5: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 307 | ABSL_DCHECK(static_cast<const void*>(cleanup_list_.prefetch_ptr_) ==
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- In file included from /app/include/google/protobuf/arenaz_sampler.h:19,
- from /app/include/google/protobuf/thread_safe_arena.h:25,
- from /app/include/google/protobuf/arena.h:39:
- /app/include/google/protobuf/port_def.inc: At global scope:
- /app/include/google/protobuf/port_def.inc:119:15: error: static assertion failed: Protobuf only supports C++17 and newer.
- 119 | static_assert(PROTOBUF_CPLUSPLUS_MIN(201703L),
- | ^~~~~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/port_def.inc:119:15: note: the comparison reduces to ‘(201103 >= 201703)’
- In file included from /app/include/google/protobuf/thread_safe_arena.h:30:
- /app/include/google/protobuf/port_def.inc:119:15: error: static assertion failed: Protobuf only supports C++17 and newer.
- 119 | static_assert(PROTOBUF_CPLUSPLUS_MIN(201703L),
- | ^~~~~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/port_def.inc:119:15: note: the comparison reduces to ‘(201103 >= 201703)’
- In file included from /app/include/google/protobuf/arena.h:42:
- /app/include/google/protobuf/port_def.inc:119:15: error: static assertion failed: Protobuf only supports C++17 and newer.
- 119 | static_assert(PROTOBUF_CPLUSPLUS_MIN(201703L),
- | ^~~~~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/port_def.inc:119:15: note: the comparison reduces to ‘(201103 >= 201703)’
- /app/include/google/protobuf/arena.h:489:20: error: ‘GetConstructType’ function uses ‘auto’ type specifier without trailing return type
- 489 | static constexpr auto GetConstructType() {
- | ^~~~
- /app/include/google/protobuf/arena.h:489:20: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /app/include/google/protobuf/arena.h: In static member function ‘static T* google::protobuf::Arena::Create(google::protobuf::Arena*, Args&& ...)’:
- /app/include/google/protobuf/arena.h:202:25: error: ‘remove_const_t’ in namespace ‘std’ does not name a template type; did you mean ‘remove_const’?
- 202 | using Type = std::remove_const_t<T>;
- | ^~~~~~~~~~~~~~
- | remove_const
- /app/include/google/protobuf/arena.h:214:30: error: ‘Type’ does not name a type; did you mean ‘typeof’?
- 214 | return static_cast<Type*>(DefaultConstruct<Type>(arena));
- | ^~~~
- | typeof
- /app/include/google/protobuf/arena.h:214:34: error: expected ‘>’ before ‘*’ token
- 214 | return static_cast<Type*>(DefaultConstruct<Type>(arena));
- | ^
- /app/include/google/protobuf/arena.h:214:34: error: expected ‘(’ before ‘*’ token
- /app/include/google/protobuf/arena.h:214:35: error: expected primary-expression before ‘>’ token
- 214 | return static_cast<Type*>(DefaultConstruct<Type>(arena));
- | ^
- /app/include/google/protobuf/arena.h:214:54: error: ‘Type’ was not declared in this scope
- 214 | return static_cast<Type*>(DefaultConstruct<Type>(arena));
- | ^~~~
- /app/include/google/protobuf/arena.h:214:67: error: expected ‘)’ before ‘;’ token
- 214 | return static_cast<Type*>(DefaultConstruct<Type>(arena));
- | ^
- /app/include/google/protobuf/arena.h:216:30: error: ‘Type’ does not name a type; did you mean ‘typeof’?
- 216 | return static_cast<Type*>(CopyConstruct<Type>(arena, &args...));
- | ^~~~
- | typeof
- /app/include/google/protobuf/arena.h:216:34: error: expected ‘>’ before ‘*’ token
- 216 | return static_cast<Type*>(CopyConstruct<Type>(arena, &args...));
- | ^
- /app/include/google/protobuf/arena.h:216:34: error: expected ‘(’ before ‘*’ token
- /app/include/google/protobuf/arena.h:216:35: error: expected primary-expression before ‘>’ token
- 216 | return static_cast<Type*>(CopyConstruct<Type>(arena, &args...));
- | ^
- /app/include/google/protobuf/arena.h:216:51: error: ‘Type’ was not declared in this scope
- 216 | return static_cast<Type*>(CopyConstruct<Type>(arena, &args...));
- | ^~~~
- /app/include/google/protobuf/arena.h:216:74: error: expected ‘)’ before ‘;’ token
- 216 | return static_cast<Type*>(CopyConstruct<Type>(arena, &args...));
- | ^
- /app/include/google/protobuf/arena.h:219:36: error: ‘Type’ was not declared in this scope
- 219 | return CreateArenaCompatible<Type>(arena, std::forward<Args>(args)...);
- | ^~~~
- /app/include/google/protobuf/arena.h: In member function ‘void google::protobuf::Arena::Own(T*)’:
- /app/include/google/protobuf/arena.h:306:14: error: ‘conditional_t’ in namespace ‘std’ does not name a template type; did you mean ‘conditional’?
- 306 | std::conditional_t<std::is_convertible<T*, MessageLite*>::value,
- | ^~~~~~~~~~~~~
- | conditional
- /app/include/google/protobuf/arena.h:309:36: error: ‘TypeToUse’ does not name a type
- 309 | impl_.AddCleanup(static_cast<TypeToUse*>(object),
- | ^~~~~~~~~
- /app/include/google/protobuf/arena.h:309:45: error: expected ‘>’ before ‘*’ token
- 309 | impl_.AddCleanup(static_cast<TypeToUse*>(object),
- | ^
- /app/include/google/protobuf/arena.h:309:45: error: expected ‘(’ before ‘*’ token
- /app/include/google/protobuf/arena.h:309:46: error: expected primary-expression before ‘>’ token
- 309 | impl_.AddCleanup(static_cast<TypeToUse*>(object),
- | ^
- /app/include/google/protobuf/arena.h:310:55: error: ‘TypeToUse’ was not declared in this scope
- 310 | &internal::arena_delete_object<TypeToUse>);
- | ^~~~~~~~~
- /app/include/google/protobuf/arena.h: In member function ‘void* google::protobuf::Arena::AllocateInternal()’:
- /app/include/google/protobuf/arena.h:535:16: error: ‘conditional_t’ is not a member of ‘std’; did you mean ‘conditional’?
- 535 | std::conditional_t<trivial, std::string, T>>;
- | ^~~~~~~~~~~~~
- | conditional
- /app/include/google/protobuf/arena.h:535:16: error: ‘conditional_t’ is not a member of ‘std’; did you mean ‘conditional’?
- 535 | std::conditional_t<trivial, std::string, T>>;
- | ^~~~~~~~~~~~~
- | conditional
- /app/include/google/protobuf/arena.h:535:55: error: expected primary-expression before ‘;’ token
- 535 | std::conditional_t<trivial, std::string, T>>;
- | ^
- In file included from /usr/include/absl/container/internal/hash_function_defaults.h:55,
- from /usr/include/absl/container/hash_container_defaults.h:19,
- from /usr/include/absl/container/flat_hash_map.h:43,
- from /app/include/google/protobuf/descriptor.h:47,
- from /app/include/google/protobuf/message.h:108:
- /usr/include/absl/container/internal/common.h: At global scope:
- /usr/include/absl/container/internal/common.h:113:9: error: ‘optional’ in namespace ‘absl’ does not name a template type
- 113 | absl::optional<allocator_type> alloc_ = {};
- | ^~~~~~~~
- /usr/include/absl/container/internal/common.h: In member function ‘absl::lts_20240722::container_internal::node_handle_base<PolicyTraits, Alloc>& absl::lts_20240722::container_internal::node_handle_base<PolicyTraits, Alloc>::operator=(absl::lts_20240722::container_internal::node_handle_base<PolicyTraits, Alloc>&&)’:
- /usr/include/absl/container/internal/common.h:67:7: error: ‘alloc_’ was not declared in this scope; did you mean ‘alloc’?
- 67 | alloc_ = other.alloc_;
- | ^~~~~~
- | alloc
- /usr/include/absl/container/internal/common.h: In member function ‘bool absl::lts_20240722::container_internal::node_handle_base<PolicyTraits, Alloc>::empty() const’:
- /usr/include/absl/container/internal/common.h:74:41: error: ‘alloc_’ was not declared in this scope; did you mean ‘alloc’?
- 74 | bool empty() const noexcept { return !alloc_; }
- | ^~~~~~
- | alloc
- /usr/include/absl/container/internal/common.h: In member function ‘absl::lts_20240722::container_internal::node_handle_base<PolicyTraits, Alloc>::allocator_type absl::lts_20240722::container_internal::node_handle_base<PolicyTraits, Alloc>::get_allocator() const’:
- /usr/include/absl/container/internal/common.h:76:50: error: ‘alloc_’ was not declared in this scope; did you mean ‘alloc’?
- 76 | allocator_type get_allocator() const { return *alloc_; }
- | ^~~~~~
- | alloc
- /usr/include/absl/container/internal/common.h: In constructor ‘absl::lts_20240722::container_internal::node_handle_base<PolicyTraits, Alloc>::node_handle_base(transfer_tag_t, const allocator_type&, slot_type*)’:
- /usr/include/absl/container/internal/common.h:83:9: error: class ‘absl::lts_20240722::container_internal::node_handle_base<PolicyTraits, Alloc>’ does not have any field named ‘alloc_’
- 83 | : alloc_(a) {
- | ^~~~~~
- /usr/include/absl/container/internal/common.h: In constructor ‘absl::lts_20240722::container_internal::node_handle_base<PolicyTraits, Alloc>::node_handle_base(construct_tag_t, const allocator_type&, Args&& ...)’:
- /usr/include/absl/container/internal/common.h:90:9: error: class ‘absl::lts_20240722::container_internal::node_handle_base<PolicyTraits, Alloc>’ does not have any field named ‘alloc_’
- 90 | : alloc_(a) {
- | ^~~~~~
- In file included from /usr/include/c++/14.2.0/cassert:44,
- from /usr/include/absl/container/internal/common.h:18:
- /usr/include/absl/container/internal/common.h: In member function ‘void absl::lts_20240722::container_internal::node_handle_base<PolicyTraits, Alloc>::reset()’:
- /usr/include/absl/container/internal/common.h:102:5: error: ‘alloc_’ was not declared in this scope; did you mean ‘alloc’?
- 102 | assert(alloc_.has_value());
- | ^~~~~~
- /usr/include/absl/container/internal/common.h:103:20: error: ‘nullopt’ is not a member of ‘absl’
- 103 | alloc_ = absl::nullopt;
- | ^~~~~~~
- /usr/include/absl/container/internal/common.h: In member function ‘absl::lts_20240722::container_internal::node_handle_base<PolicyTraits, Alloc>::allocator_type* absl::lts_20240722::container_internal::node_handle_base<PolicyTraits, Alloc>::alloc()’:
- /usr/include/absl/container/internal/common.h:110:52: error: ‘alloc_’ was not declared in this scope; did you mean ‘alloc’?
- 110 | allocator_type* alloc() { return std::addressof(*alloc_); }
- | ^~~~~~
- | alloc
- In file included from /usr/include/absl/hash/internal/hash.h:69,
- from /usr/include/absl/hash/hash.h:85,
- from /usr/include/absl/container/internal/hash_function_defaults.h:56:
- /usr/include/absl/types/variant.h: At global scope:
- /usr/include/absl/types/variant.h:54:12: error: ‘bad_variant_access’ has not been declared in ‘std’
- 54 | using std::bad_variant_access;
- | ^~~~~~~~~~~~~~~~~~
- /usr/include/absl/types/variant.h:56:12: error: ‘get_if’ has not been declared in ‘std’
- 56 | using std::get_if;
- | ^~~~~~
- /usr/include/absl/types/variant.h:57:12: error: ‘holds_alternative’ has not been declared in ‘std’
- 57 | using std::holds_alternative;
- | ^~~~~~~~~~~~~~~~~
- /usr/include/absl/types/variant.h:58:12: error: ‘monostate’ has not been declared in ‘std’
- 58 | using std::monostate;
- | ^~~~~~~~~
- /usr/include/absl/types/variant.h:59:12: error: ‘variant’ has not been declared in ‘std’
- 59 | using std::variant;
- | ^~~~~~~
- /usr/include/absl/types/variant.h:60:12: error: ‘variant_alternative’ has not been declared in ‘std’
- 60 | using std::variant_alternative;
- | ^~~~~~~~~~~~~~~~~~~
- /usr/include/absl/types/variant.h:61:12: error: ‘variant_alternative_t’ has not been declared in ‘std’
- 61 | using std::variant_alternative_t;
- | ^~~~~~~~~~~~~~~~~~~~~
- /usr/include/absl/types/variant.h:62:12: error: ‘variant_npos’ has not been declared in ‘std’
- 62 | using std::variant_npos;
- | ^~~~~~~~~~~~
- /usr/include/absl/types/variant.h:63:12: error: ‘variant_size’ has not been declared in ‘std’
- 63 | using std::variant_size;
- | ^~~~~~~~~~~~
- /usr/include/absl/types/variant.h:64:12: error: ‘variant_size_v’ has not been declared in ‘std’
- 64 | using std::variant_size_v;
- | ^~~~~~~~~~~~~~
- /usr/include/absl/types/variant.h:65:12: error: ‘visit’ has not been declared in ‘std’
- 65 | using std::visit;
- | ^~~~~
- /usr/include/absl/types/variant.h: In function ‘To absl::lts_20240722::ConvertVariantTo(Variant&&)’:
- /usr/include/absl/types/variant.h:854:16: error: ‘visit’ is not a member of ‘absl’
- 854 | return absl::visit(variant_internal::ConversionVisitor<To>{},
- | ^~~~~
- /usr/include/absl/hash/internal/hash.h: At global scope:
- /usr/include/absl/hash/internal/hash.h:445:6: error: ‘enable_if_t’ in namespace ‘std’ does not name a template type
- 445 | std::enable_if_t<std::is_pointer<T>::value, H> AbslHashValue(H hash_state,
- | ^~~~~~~~~~~
- /usr/include/absl/hash/internal/hash.h:445:1: note: ‘std::enable_if_t’ is only available from C++14 onwards
- 445 | std::enable_if_t<std::is_pointer<T>::value, H> AbslHashValue(H hash_state,
- | ^~~
- /usr/include/absl/hash/internal/hash.h:511:50: error: ‘absl::index_sequence’ has not been declared
- 511 | H hash_tuple(H hash_state, const Tuple& t, absl::index_sequence<Is...>) {
- | ^~~~~~~~~~~~~~
- /usr/include/absl/hash/internal/hash.h:511:64: error: expected ‘,’ or ‘...’ before ‘<’ token
- 511 | H hash_tuple(H hash_state, const Tuple& t, absl::index_sequence<Is...>) {
- | ^
- /usr/include/absl/hash/internal/hash.h: In function ‘typename std::enable_if<absl::lts_20240722::conjunction<absl::lts_20240722::hash_internal::is_hashable<Ts>...>::value, H>::type absl::lts_20240722::hash_internal::AbslHashValue(H, const std::tuple<_Elements ...>&)’:
- /usr/include/absl/hash/internal/hash.h:526:42: error: ‘make_index_sequence’ is not a member of ‘absl’
- 526 | absl::make_index_sequence<sizeof...(Ts)>());
- | ^~~~~~~~~~~~~~~~~~~
- /usr/include/absl/hash/internal/hash.h:526:77: error: expected primary-expression before ‘)’ token
- 526 | absl::make_index_sequence<sizeof...(Ts)>());
- | ^
- /usr/include/absl/hash/internal/hash.h: At global scope:
- /usr/include/absl/hash/internal/hash.h:565:37: error: ‘absl::string_view’ has not been declared
- 565 | H AbslHashValue(H hash_state, absl::string_view str) {
- | ^~~~~~~~~~~
- /usr/include/absl/hash/internal/hash.h: In function ‘H absl::lts_20240722::hash_internal::AbslHashValue(H, int)’:
- /usr/include/absl/hash/internal/hash.h:567:56: error: request for member ‘data’ in ‘str’, which is of non-class type ‘int’
- 567 | H::combine_contiguous(std::move(hash_state), str.data(), str.size()),
- | ^~~~
- /usr/include/absl/hash/internal/hash.h:567:68: error: request for member ‘size’ in ‘str’, which is of non-class type ‘int’
- 567 | H::combine_contiguous(std::move(hash_state), str.data(), str.size()),
- | ^~~~
- /usr/include/absl/hash/internal/hash.h:568:11: error: request for member ‘size’ in ‘str’, which is of non-class type ‘int’
- 568 | str.size());
- | ^~~~
- /usr/include/absl/hash/internal/hash.h: At global scope:
- /usr/include/absl/hash/internal/hash.h:834:31: error: ‘optional’ in namespace ‘absl’ does not name a template type
- 834 | H hash_state, const absl::optional<T>& opt) {
- | ^~~~~~~~
- /usr/include/absl/hash/internal/hash.h:834:39: error: expected ‘,’ or ‘...’ before ‘<’ token
- 834 | H hash_state, const absl::optional<T>& opt) {
- | ^
- /usr/include/absl/hash/internal/hash.h: In function ‘typename std::enable_if<absl::lts_20240722::hash_internal::is_hashable<T1>::value, H>::type absl::lts_20240722::hash_internal::AbslHashValue(H, int)’:
- /usr/include/absl/hash/internal/hash.h:835:7: error: ‘opt’ was not declared in this scope
- 835 | if (opt) hash_state = H::combine(std::move(hash_state), *opt);
- | ^~~
- /usr/include/absl/hash/internal/hash.h:836:44: error: ‘opt’ was not declared in this scope
- 836 | return H::combine(std::move(hash_state), opt.has_value());
- | ^~~
- /usr/include/absl/hash/internal/hash.h: At global scope:
- /usr/include/absl/hash/internal/hash.h:852:41: error: ‘variant’ in namespace ‘absl’ does not name a template type
- 852 | AbslHashValue(H hash_state, const absl::variant<T...>& v) {
- | ^~~~~~~
- /usr/include/absl/hash/internal/hash.h:852:48: error: expected ‘,’ or ‘...’ before ‘<’ token
- 852 | AbslHashValue(H hash_state, const absl::variant<T...>& v) {
- | ^
- /usr/include/absl/hash/internal/hash.h: In function ‘typename std::enable_if<absl::lts_20240722::conjunction<absl::lts_20240722::hash_internal::is_hashable<Ts>...>::value, H>::type absl::lts_20240722::hash_internal::AbslHashValue(H, int)’:
- /usr/include/absl/hash/internal/hash.h:853:8: error: ‘v’ was not declared in this scope
- 853 | if (!v.valueless_by_exception()) {
- | ^
- /usr/include/absl/hash/internal/hash.h:854:24: error: ‘visit’ is not a member of ‘absl’
- 854 | hash_state = absl::visit(VariantVisitor<H>{std::move(hash_state)}, v);
- | ^~~~~
- /usr/include/absl/hash/internal/hash.h:856:44: error: ‘v’ was not declared in this scope
- 856 | return H::combine(std::move(hash_state), v.index());
- | ^
- /usr/include/absl/hash/internal/hash.h: In static member function ‘static size_t absl::lts_20240722::hash_internal::MixingHashState::hash(T)’:
- /usr/include/absl/hash/internal/hash.h:1050:38: error: ‘make_unsigned_t’ in namespace ‘std’ does not name a template type; did you mean ‘make_unsigned’?
- 1050 | Mix(Seed(), static_cast<std::make_unsigned_t<T>>(value)));
- | ^~~~~~~~~~~~~~~
- | make_unsigned
- /usr/include/absl/hash/internal/hash.h:1050:53: error: expected ‘>’ before ‘<’ token
- 1050 | Mix(Seed(), static_cast<std::make_unsigned_t<T>>(value)));
- | ^
- /usr/include/absl/hash/internal/hash.h:1050:53: error: expected ‘(’ before ‘<’ token
- /usr/include/absl/hash/internal/hash.h:1050:53: error: expected primary-expression before ‘<’ token
- /usr/include/absl/hash/internal/hash.h:1050:55: error: expected primary-expression before ‘>>’ token
- 1050 | Mix(Seed(), static_cast<std::make_unsigned_t<T>>(value)));
- | ^~
- /usr/include/absl/hash/internal/hash.h:1050:66: error: expected ‘)’ before ‘;’ token
- 1050 | Mix(Seed(), static_cast<std::make_unsigned_t<T>>(value)));
- | ^
- /usr/include/absl/container/internal/hash_function_defaults.h: At global scope:
- /usr/include/absl/container/internal/hash_function_defaults.h:79:27: error: ‘absl::string_view’ has not been declared
- 79 | size_t operator()(absl::string_view v) const {
- | ^~~~~~~~~~~
- /usr/include/absl/container/internal/hash_function_defaults.h: In member function ‘size_t absl::lts_20240722::container_internal::StringHash::operator()(int) const’:
- /usr/include/absl/container/internal/hash_function_defaults.h:80:29: error: ‘string_view’ is not a member of ‘absl’
- 80 | return absl::Hash<absl::string_view>{}(v);
- | ^~~~~~~~~~~
- /usr/include/absl/container/internal/hash_function_defaults.h:80:29: error: ‘string_view’ is not a member of ‘absl’
- /usr/include/absl/container/internal/hash_function_defaults.h:80:40: error: template argument 1 is invalid
- 80 | return absl::Hash<absl::string_view>{}(v);
- | ^
- /usr/include/absl/container/internal/hash_function_defaults.h: At global scope:
- /usr/include/absl/container/internal/hash_function_defaults.h:89:25: error: ‘absl::string_view’ has not been declared
- 89 | bool operator()(absl::string_view lhs, absl::string_view rhs) const {
- | ^~~~~~~~~~~
- /usr/include/absl/container/internal/hash_function_defaults.h:89:48: error: ‘absl::string_view’ has not been declared
- 89 | bool operator()(absl::string_view lhs, absl::string_view rhs) const {
- | ^~~~~~~~~~~
- /usr/include/absl/container/internal/hash_function_defaults.h:95:48: error: ‘absl::string_view’ has not been declared
- 95 | bool operator()(const absl::Cord& lhs, absl::string_view rhs) const {
- | ^~~~~~~~~~~
- /usr/include/absl/container/internal/hash_function_defaults.h:98:25: error: ‘absl::string_view’ has not been declared
- 98 | bool operator()(absl::string_view lhs, const absl::Cord& rhs) const {
- | ^~~~~~~~~~~
- /usr/include/absl/container/internal/hash_function_defaults.h: In member function ‘bool absl::lts_20240722::container_internal::StringEq::operator()(int, const absl::lts_20240722::Cord&) const’:
- /usr/include/absl/container/internal/hash_function_defaults.h:99:16: error: no match for ‘operator==’ (operand types are ‘int’ and ‘const absl::lts_20240722::Cord’)
- 99 | return lhs == rhs;
- | ~~~ ^~ ~~~
- | | |
- | int const absl::lts_20240722::Cord
- /usr/include/absl/types/span.h:495:6: note: candidate: ‘template<class T> bool absl::lts_20240722::operator==(Span<T>, Span<T>)’
- 495 | bool operator==(Span<T> a, Span<T> b) {
- | ^~~~~~~~
- /usr/include/absl/types/span.h:495:6: note: template argument deduction/substitution failed:
- /usr/include/absl/container/internal/hash_function_defaults.h:99:19: note: mismatched types ‘absl::lts_20240722::Span<T>’ and ‘int’
- 99 | return lhs == rhs;
- | ^~~
- /usr/include/absl/types/span.h:499:6: note: candidate: ‘template<class T> bool absl::lts_20240722::operator==(Span<const T>, Span<T>)’
- 499 | bool operator==(Span<const T> a, Span<T> b) {
- | ^~~~~~~~
- /usr/include/absl/types/span.h:499:6: note: template argument deduction/substitution failed:
- /usr/include/absl/container/internal/hash_function_defaults.h:99:19: note: mismatched types ‘absl::lts_20240722::Span<const T>’ and ‘int’
- 99 | return lhs == rhs;
- | ^~~
- /usr/include/absl/types/span.h:503:6: note: candidate: ‘template<class T> bool absl::lts_20240722::operator==(Span<T>, Span<const T>)’
- 503 | bool operator==(Span<T> a, Span<const T> b) {
- | ^~~~~~~~
- /usr/include/absl/types/span.h:503:6: note: template argument deduction/substitution failed:
- /usr/include/absl/container/internal/hash_function_defaults.h:99:19: note: mismatched types ‘absl::lts_20240722::Span<T>’ and ‘int’
- 99 | return lhs == rhs;
- | ^~~
- /usr/include/absl/types/span.h:509:6: note: candidate: ‘template<class T, class U, class> bool absl::lts_20240722::operator==(const U&, Span<T>)’
- 509 | bool operator==(const U& a, Span<T> b) {
- | ^~~~~~~~
- /usr/include/absl/types/span.h:509:6: note: template argument deduction/substitution failed:
- /usr/include/absl/container/internal/hash_function_defaults.h:99:19: note: ‘absl::lts_20240722::Cord’ is not derived from ‘absl::lts_20240722::Span<T>’
- 99 | return lhs == rhs;
- | ^~~
- /usr/include/absl/types/span.h:515:6: note: candidate: ‘template<class T, class U, class> bool absl::lts_20240722::operator==(Span<T>, const U&)’
- 515 | bool operator==(Span<T> a, const U& b) {
- | ^~~~~~~~
- /usr/include/absl/types/span.h:515:6: note: template argument deduction/substitution failed:
- /usr/include/absl/container/internal/hash_function_defaults.h:99:19: note: mismatched types ‘absl::lts_20240722::Span<T>’ and ‘int’
- 99 | return lhs == rhs;
- | ^~~
- /usr/include/absl/container/inlined_vector.h:943:6: note: candidate: ‘template<class T, long unsigned int N, class A> bool absl::lts_20240722::operator==(const InlinedVector<T, N, A>&, const InlinedVector<T, N, A>&)’
- 943 | bool operator==(const absl::InlinedVector<T, N, A>& a,
- | ^~~~~~~~
- /usr/include/absl/container/inlined_vector.h:943:6: note: template argument deduction/substitution failed:
- /usr/include/absl/container/internal/hash_function_defaults.h:99:19: note: mismatched types ‘const absl::lts_20240722::InlinedVector<T, N, A>’ and ‘int’
- 99 | return lhs == rhs;
- | ^~~
- /usr/include/absl/time/time.h:1774:46: note: candidate: ‘constexpr bool absl::lts_20240722::operator==(Duration, Duration)’
- 1774 | ABSL_ATTRIBUTE_CONST_FUNCTION constexpr bool operator==(Duration lhs,
- | ^~~~~~~~
- /usr/include/absl/time/time.h:1774:66: note: no known conversion for argument 1 from ‘int’ to ‘absl::lts_20240722::Duration’
- 1774 | ABSL_ATTRIBUTE_CONST_FUNCTION constexpr bool operator==(Duration lhs,
- | ~~~~~~~~~^~~
- /usr/include/absl/time/time.h:892:46: note: candidate: ‘constexpr bool absl::lts_20240722::operator==(Time, Time)’
- 892 | ABSL_ATTRIBUTE_CONST_FUNCTION constexpr bool operator==(Time lhs, Time rhs) {
- | ^~~~~~~~
- /usr/include/absl/time/time.h:892:62: note: no known conversion for argument 1 from ‘int’ to ‘absl::lts_20240722::Time’
- 892 | ABSL_ATTRIBUTE_CONST_FUNCTION constexpr bool operator==(Time lhs, Time rhs) {
- | ~~~~~^~~
- /usr/include/absl/numeric/int128.h:798:16: note: candidate: ‘constexpr bool absl::lts_20240722::operator==(uint128, uint128)’
- 798 | constexpr bool operator==(uint128 lhs, uint128 rhs) {
- | ^~~~~~~~
- /usr/include/absl/numeric/int128.h:798:48: note: no known conversion for argument 2 from ‘const absl::lts_20240722::Cord’ to ‘absl::lts_20240722::uint128’
- 798 | constexpr bool operator==(uint128 lhs, uint128 rhs) {
- | ~~~~~~~~^~~
- /usr/include/absl/numeric/int128_have_intrinsic.inc:199:16: note: candidate: ‘constexpr bool absl::lts_20240722::operator==(int128, int128)’
- 199 | constexpr bool operator==(int128 lhs, int128 rhs) {
- | ^~~~~~~~
- /usr/include/absl/numeric/int128_have_intrinsic.inc:199:46: note: no known conversion for argument 2 from ‘const absl::lts_20240722::Cord’ to ‘absl::lts_20240722::int128’
- 199 | constexpr bool operator==(int128 lhs, int128 rhs) {
- | ~~~~~~~^~~
- /usr/include/absl/strings/cord.h:1708:13: note: candidate: ‘bool absl::lts_20240722::operator==(const Cord&, const Cord&)’
- 1708 | inline bool operator==(const Cord& lhs, const Cord& rhs) {
- | ^~~~~~~~
- /usr/include/absl/strings/cord.h:1708:36: note: no known conversion for argument 1 from ‘int’ to ‘const absl::lts_20240722::Cord&’
- 1708 | inline bool operator==(const Cord& lhs, const Cord& rhs) {
- | ~~~~~~~~~~~~^~~
- /usr/include/absl/strings/cord.h:1729:13: note: candidate: ‘bool absl::lts_20240722::operator==(const Cord&, int)’
- 1729 | inline bool operator==(const Cord& lhs, absl::string_view rhs) {
- | ^~~~~~~~
- /usr/include/absl/strings/cord.h:1729:36: note: no known conversion for argument 1 from ‘int’ to ‘const absl::lts_20240722::Cord&’
- 1729 | inline bool operator==(const Cord& lhs, absl::string_view rhs) {
- | ~~~~~~~~~~~~^~~
- /usr/include/absl/container/internal/hash_function_defaults.h: At global scope:
- /usr/include/absl/container/internal/hash_function_defaults.h:112:21: error: ‘string_view’ is not a member of ‘absl’
- 112 | struct HashEq<absl::string_view> : StringHashEq {};
- | ^~~~~~~~~~~
- /usr/include/absl/container/internal/hash_function_defaults.h:112:21: error: ‘string_view’ is not a member of ‘absl’
- /usr/include/absl/container/internal/hash_function_defaults.h:112:32: error: template argument 1 is invalid
- 112 | struct HashEq<absl::string_view> : StringHashEq {};
- | ^
- /usr/include/absl/container/internal/hash_function_defaults.h:209:30: error: wrong number of template arguments (0, should be 1)
- 209 | using type = std::equal_to<>;
- | ^
- In file included from /usr/include/c++/14.2.0/string:49:
- /usr/include/c++/14.2.0/bits/stl_function.h:370:12: note: provided for ‘template<class _Tp> struct std::equal_to’
- 370 | struct equal_to : public binary_function<_Tp, _Tp, bool>
- | ^~~~~~~~
- /usr/include/absl/container/internal/hash_function_defaults.h:214:22: error: ‘enable_if_t’ in namespace ‘std’ does not name a template type
- 214 | T, typename std::enable_if_t<HasAbslContainerEq<T>::value>> {
- | ^~~~~~~~~~~
- /usr/include/absl/container/internal/hash_function_defaults.h:214:22: note: ‘std::enable_if_t’ is only available from C++14 onwards
- /usr/include/absl/container/internal/hash_function_defaults.h:214:33: error: expected template-argument before ‘<’ token
- 214 | T, typename std::enable_if_t<HasAbslContainerEq<T>::value>> {
- | ^
- /usr/include/absl/container/internal/hash_function_defaults.h:214:33: error: expected ‘>’ before ‘<’ token
- /usr/include/absl/container/internal/hash_function_defaults.h:214:62: error: template argument 2 is invalid
- 214 | T, typename std::enable_if_t<HasAbslContainerEq<T>::value>> {
- | ^~
- /usr/include/absl/container/internal/hash_function_defaults.h:225:22: error: ‘enable_if_t’ in namespace ‘std’ does not name a template type
- 225 | T, typename std::enable_if_t<HasAbslContainerHash<T>::value>> {
- | ^~~~~~~~~~~
- /usr/include/absl/container/internal/hash_function_defaults.h:225:22: note: ‘std::enable_if_t’ is only available from C++14 onwards
- /usr/include/absl/container/internal/hash_function_defaults.h:225:33: error: expected template-argument before ‘<’ token
- 225 | T, typename std::enable_if_t<HasAbslContainerHash<T>::value>> {
- | ^
- /usr/include/absl/container/internal/hash_function_defaults.h:225:33: error: expected ‘>’ before ‘<’ token
- /usr/include/absl/container/internal/hash_function_defaults.h:225:64: error: template argument 2 is invalid
- 225 | T, typename std::enable_if_t<HasAbslContainerHash<T>::value>> {
- | ^~
- /usr/include/absl/container/internal/hash_function_defaults.h:247:32: error: ‘enable_if_t’ in namespace ‘std’ does not name a template type
- 247 | struct HashEq<T, typename std::enable_if_t<HasAbslContainerHash<T>::value>> {
- | ^~~~~~~~~~~
- /usr/include/absl/container/internal/hash_function_defaults.h:247:32: note: ‘std::enable_if_t’ is only available from C++14 onwards
- /usr/include/absl/container/internal/hash_function_defaults.h:247:43: error: expected template-argument before ‘<’ token
- 247 | struct HashEq<T, typename std::enable_if_t<HasAbslContainerHash<T>::value>> {
- | ^
- /usr/include/absl/container/internal/hash_function_defaults.h:247:43: error: expected ‘>’ before ‘<’ token
- /usr/include/absl/container/internal/hash_function_defaults.h:247:74: error: template argument 2 is invalid
- 247 | struct HashEq<T, typename std::enable_if_t<HasAbslContainerHash<T>::value>> {
- | ^~
- In file included from /usr/include/absl/container/internal/hash_policy_traits.h:24,
- from /usr/include/absl/container/internal/raw_hash_set.h:213,
- from /usr/include/absl/container/internal/raw_hash_map.h:26,
- from /usr/include/absl/container/flat_hash_map.h:45:
- /usr/include/absl/container/internal/common_policy_traits.h:50:10: error: ‘destroy’ function uses ‘auto’ type specifier without trailing return type
- 50 | static auto destroy(Alloc* alloc, slot_type* slot) {
- | ^~~~
- /usr/include/absl/container/internal/common_policy_traits.h:50:10: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /usr/include/absl/container/internal/raw_hash_set.h:590:37: error: ‘GetInsertionOffset’ function uses ‘auto’ type specifier without trailing return type
- 590 | ABSL_ATTRIBUTE_ALWAYS_INLINE inline auto GetInsertionOffset(
- | ^~~~
- /usr/include/absl/container/internal/raw_hash_set.h:590:37: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /usr/include/absl/container/internal/raw_hash_set.h: In function ‘bool absl::lts_20240722::container_internal::IsFull(ctrl_t)’:
- /usr/include/absl/container/internal/raw_hash_set.h:630:27: error: ‘underlying_type_t’ in namespace ‘std’ does not name a template type; did you mean ‘underlying_type’?
- 630 | return static_cast<std::underlying_type_t<ctrl_t>>(c) >= 0;
- | ^~~~~~~~~~~~~~~~~
- | underlying_type
- /usr/include/absl/container/internal/raw_hash_set.h:630:44: error: expected ‘>’ before ‘<’ token
- 630 | return static_cast<std::underlying_type_t<ctrl_t>>(c) >= 0;
- | ^
- /usr/include/absl/container/internal/raw_hash_set.h:630:44: error: expected ‘(’ before ‘<’ token
- 630 | return static_cast<std::underlying_type_t<ctrl_t>>(c) >= 0;
- | ^
- | (
- /usr/include/absl/container/internal/raw_hash_set.h:630:44: error: expected primary-expression before ‘<’ token
- /usr/include/absl/container/internal/raw_hash_set.h:630:51: error: expected primary-expression before ‘>>’ token
- 630 | return static_cast<std::underlying_type_t<ctrl_t>>(c) >= 0;
- | ^~
- /usr/include/absl/container/internal/raw_hash_set.h:630:61: error: expected ‘)’ before ‘;’ token
- 630 | return static_cast<std::underlying_type_t<ctrl_t>>(c) >= 0;
- | ^
- | )
- /usr/include/absl/container/internal/raw_hash_set.h: At global scope:
- /usr/include/absl/container/internal/raw_hash_set.h:720:3: error: ‘MaskNonFull’ function uses ‘auto’ type specifier without trailing return type
- 720 | auto MaskNonFull() const {
- | ^~~~
- /usr/include/absl/container/internal/raw_hash_set.h:720:3: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /usr/include/absl/container/internal/raw_hash_set.h:880:3: error: ‘MaskNonFull’ function uses ‘auto’ type specifier without trailing return type
- 880 | auto MaskNonFull() const {
- | ^~~~
- /usr/include/absl/container/internal/raw_hash_set.h:880:3: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /usr/include/absl/container/internal/raw_hash_set.h: In member function ‘bool absl::lts_20240722::container_internal::GrowthInfo::HasNoDeletedAndGrowthLeft() const’:
- /usr/include/absl/container/internal/raw_hash_set.h:1131:29: error: ‘make_signed_t’ in namespace ‘std’ does not name a template type; did you mean ‘make_signed’?
- 1131 | return static_cast<std::make_signed_t<size_t>>(growth_left_info_) > 0;
- | ^~~~~~~~~~~~~
- | make_signed
- /usr/include/absl/container/internal/raw_hash_set.h:1131:42: error: expected ‘>’ before ‘<’ token
- 1131 | return static_cast<std::make_signed_t<size_t>>(growth_left_info_) > 0;
- | ^
- /usr/include/absl/container/internal/raw_hash_set.h:1131:42: error: expected ‘(’ before ‘<’ token
- /usr/include/absl/container/internal/raw_hash_set.h:1131:42: error: expected primary-expression before ‘<’ token
- /usr/include/absl/container/internal/raw_hash_set.h:1131:49: error: expected primary-expression before ‘>>’ token
- 1131 | return static_cast<std::make_signed_t<size_t>>(growth_left_info_) > 0;
- | ^~
- /usr/include/absl/container/internal/raw_hash_set.h:1131:74: error: expected ‘)’ before ‘;’ token
- 1131 | return static_cast<std::make_signed_t<size_t>>(growth_left_info_) > 0;
- | ^
- /usr/include/absl/container/internal/raw_hash_set.h: In member function ‘bool absl::lts_20240722::container_internal::GrowthInfo::HasNoDeleted() const’:
- /usr/include/absl/container/internal/raw_hash_set.h:1141:29: error: ‘make_signed_t’ in namespace ‘std’ does not name a template type; did you mean ‘make_signed’?
- 1141 | return static_cast<std::make_signed_t<size_t>>(growth_left_info_) >= 0;
- | ^~~~~~~~~~~~~
- | make_signed
- /usr/include/absl/container/internal/raw_hash_set.h:1141:42: error: expected ‘>’ before ‘<’ token
- 1141 | return static_cast<std::make_signed_t<size_t>>(growth_left_info_) >= 0;
- | ^
- /usr/include/absl/container/internal/raw_hash_set.h:1141:42: error: expected ‘(’ before ‘<’ token
- /usr/include/absl/container/internal/raw_hash_set.h:1141:42: error: expected primary-expression before ‘<’ token
- /usr/include/absl/container/internal/raw_hash_set.h:1141:49: error: expected primary-expression before ‘>>’ token
- 1141 | return static_cast<std::make_signed_t<size_t>>(growth_left_info_) >= 0;
- | ^~
- /usr/include/absl/container/internal/raw_hash_set.h:1141:75: error: expected ‘)’ before ‘;’ token
- 1141 | return static_cast<std::make_signed_t<size_t>>(growth_left_info_) >= 0;
- | ^
- /usr/include/absl/container/internal/raw_hash_set.h: In static member function ‘static typename Set::size_type absl::lts_20240722::container_internal::HashtableFreeFunctionsAccess::EraseIf(Predicate&, Set*)’:
- /usr/include/absl/container/internal/raw_hash_set.h:4076:63: error: use of ‘auto’ in lambda parameter declaration only available with ‘-std=c++14’ or ‘-std=gnu++14’
- 4076 | c->common(), c->slot_array(), [&](const ctrl_t* ctrl, auto* slot) {
- | ^~~~
- /usr/include/absl/container/internal/raw_hash_set.h: In static member function ‘static void absl::lts_20240722::container_internal::HashtableFreeFunctionsAccess::ForEach(Callback&, Set*)’:
- /usr/include/absl/container/internal/raw_hash_set.h:4102:60: error: use of ‘auto’ in lambda parameter declaration only available with ‘-std=c++14’ or ‘-std=gnu++14’
- 4102 | c->common(), c->slot_array(), [&cb](const ctrl_t*, auto* slot) {
- | ^~~~
- /usr/include/absl/container/flat_hash_map.h: At global scope:
- /usr/include/absl/container/flat_hash_map.h:626:10: error: ‘destroy’ function uses ‘auto’ type specifier without trailing return type
- 626 | static auto destroy(Allocator* alloc, slot_type* slot) {
- | ^~~~
- /usr/include/absl/container/flat_hash_map.h:626:10: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /usr/include/absl/container/flat_hash_map.h:631:10: error: ‘transfer’ function uses ‘auto’ type specifier without trailing return type
- 631 | static auto transfer(Allocator* alloc, slot_type* new_slot,
- | ^~~~
- /usr/include/absl/container/flat_hash_map.h:631:10: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- In file included from /usr/include/absl/log/absl_vlog_is_on.h:61,
- from /usr/include/absl/log/internal/log_impl.h:18,
- from /usr/include/absl/log/absl_log.h:36,
- from /app/include/google/protobuf/descriptor.h:51:
- /usr/include/absl/log/internal/vlog_config.h:128:21: error: ‘string_view’ is not a member of ‘absl’
- 128 | int VLogLevel(absl::string_view file);
- | ^~~~~~~~~~~
- /usr/include/absl/log/internal/vlog_config.h:140:6: error: variable or field ‘UpdateVModule’ declared void
- 140 | void UpdateVModule(absl::string_view vmodule);
- | ^~~~~~~~~~~~~
- /usr/include/absl/log/internal/vlog_config.h:140:26: error: ‘string_view’ is not a member of ‘absl’
- 140 | void UpdateVModule(absl::string_view vmodule);
- | ^~~~~~~~~~~
- /usr/include/absl/log/internal/vlog_config.h:150:26: error: ‘string_view’ is not a member of ‘absl’
- 150 | int PrependVModule(absl::string_view module_pattern, int log_level);
- | ^~~~~~~~~~~
- /usr/include/absl/log/internal/vlog_config.h:150:54: error: expected primary-expression before ‘int’
- 150 | int PrependVModule(absl::string_view module_pattern, int log_level);
- | ^~~
- /usr/include/absl/log/internal/vlog_config.h:150:67: error: expression list treated as compound expression in initializer [-fpermissive]
- 150 | int PrependVModule(absl::string_view module_pattern, int log_level);
- | ^
- In file included from /app/include/google/protobuf/stubs/port.h:22,
- from /app/include/google/protobuf/stubs/common.h:22,
- from /app/include/google/protobuf/extension_set.h:30,
- from /app/include/google/protobuf/descriptor.h:56:
- /app/include/google/protobuf/port_def.inc:119:15: error: static assertion failed: Protobuf only supports C++17 and newer.
- 119 | static_assert(PROTOBUF_CPLUSPLUS_MIN(201703L),
- | ^~~~~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/port_def.inc:119:15: note: the comparison reduces to ‘(201103 >= 201703)’
- In file included from /app/include/google/protobuf/stubs/common.h:34:
- /app/include/google/protobuf/port_def.inc:119:15: error: static assertion failed: Protobuf only supports C++17 and newer.
- 119 | static_assert(PROTOBUF_CPLUSPLUS_MIN(201703L),
- | ^~~~~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/port_def.inc:119:15: note: the comparison reduces to ‘(201103 >= 201703)’
- In file included from /usr/include/absl/strings/str_cat.h:109,
- from /usr/include/absl/container/internal/layout.h:199,
- from /usr/include/absl/container/internal/btree.h:67,
- from /usr/include/absl/container/btree_map.h:59,
- from /app/include/google/protobuf/extension_set.h:34:
- /usr/include/absl/strings/internal/stringify_sink.h:32:15: error: ‘string_view’ has not been declared
- 32 | void Append(string_view v);
- | ^~~~~~~~~~~
- /usr/include/absl/strings/internal/stringify_sink.h:35:58: error: ‘absl::string_view’ has not been declared
- 35 | friend void AbslFormatFlush(StringifySink* sink, absl::string_view v) {
- | ^~~~~~~~~~~
- /usr/include/absl/strings/internal/stringify_sink.h:41:10: error: ‘string_view’ does not name a type
- 41 | friend string_view ExtractStringification(StringifySink& sink, const T& v);
- | ^~~~~~~~~~~
- /usr/include/absl/strings/internal/stringify_sink.h:47:1: error: ‘string_view’ does not name a type
- 47 | string_view ExtractStringification(StringifySink& sink, const T& v) {
- | ^~~~~~~~~~~
- In file included from /usr/include/absl/strings/str_cat.h:110:
- /usr/include/absl/strings/numbers.h:63:44: error: ‘string_view’ is not a member of ‘absl’
- 63 | ABSL_MUST_USE_RESULT bool SimpleAtoi(absl::string_view str,
- | ^~~~~~~~~~~
- /usr/include/absl/strings/numbers.h:64:63: error: expected primary-expression before ‘out’
- 64 | absl::Nonnull<int_type*> out);
- | ^~~
- /usr/include/absl/strings/numbers.h:64:66: error: expression list treated as compound expression in initializer [-fpermissive]
- 64 | absl::Nonnull<int_type*> out);
- | ^
- /usr/include/absl/strings/numbers.h:75:44: error: ‘string_view’ is not a member of ‘absl’
- 75 | ABSL_MUST_USE_RESULT bool SimpleAtof(absl::string_view str,
- | ^~~~~~~~~~~
- /usr/include/absl/strings/numbers.h:76:60: error: expected primary-expression before ‘out’
- 76 | absl::Nonnull<float*> out);
- | ^~~
- /usr/include/absl/strings/numbers.h:76:63: error: expression list treated as compound expression in initializer [-fpermissive]
- 76 | absl::Nonnull<float*> out);
- | ^
- /usr/include/absl/strings/numbers.h:87:44: error: ‘string_view’ is not a member of ‘absl’
- 87 | ABSL_MUST_USE_RESULT bool SimpleAtod(absl::string_view str,
- | ^~~~~~~~~~~
- /usr/include/absl/strings/numbers.h:88:61: error: expected primary-expression before ‘out’
- 88 | absl::Nonnull<double*> out);
- | ^~~
- /usr/include/absl/strings/numbers.h:88:64: error: expression list treated as compound expression in initializer [-fpermissive]
- 88 | absl::Nonnull<double*> out);
- | ^
- /usr/include/absl/strings/numbers.h:98:44: error: ‘string_view’ is not a member of ‘absl’
- 98 | ABSL_MUST_USE_RESULT bool SimpleAtob(absl::string_view str,
- | ^~~~~~~~~~~
- /usr/include/absl/strings/numbers.h:99:59: error: expected primary-expression before ‘out’
- 99 | absl::Nonnull<bool*> out);
- | ^~~
- /usr/include/absl/strings/numbers.h:99:62: error: expression list treated as compound expression in initializer [-fpermissive]
- 99 | absl::Nonnull<bool*> out);
- | ^
- /usr/include/absl/strings/numbers.h:112:47: error: ‘string_view’ is not a member of ‘absl’
- 112 | ABSL_MUST_USE_RESULT bool SimpleHexAtoi(absl::string_view str,
- | ^~~~~~~~~~~
- /usr/include/absl/strings/numbers.h:113:66: error: expected primary-expression before ‘out’
- 113 | absl::Nonnull<int_type*> out);
- | ^~~
- /usr/include/absl/strings/numbers.h:113:69: error: expression list treated as compound expression in initializer [-fpermissive]
- 113 | absl::Nonnull<int_type*> out);
- | ^
- /usr/include/absl/strings/numbers.h:117:11: error: ‘bool absl::lts_20240722::SimpleHexAtoi’ redeclared as different kind of entity
- 117 | absl::string_view str, absl::Nonnull<absl::int128*> out);
- | ^~~~~~~~~~~
- /usr/include/absl/strings/numbers.h:112:27: note: previous declaration ‘template<class int_type> bool absl::lts_20240722::SimpleHexAtoi<int_type>’
- 112 | ABSL_MUST_USE_RESULT bool SimpleHexAtoi(absl::string_view str,
- | ^~~~~~~~~~~~~
- /usr/include/absl/strings/numbers.h:117:11: error: ‘string_view’ is not a member of ‘absl’
- 117 | absl::string_view str, absl::Nonnull<absl::int128*> out);
- | ^~~~~~~~~~~
- /usr/include/absl/strings/numbers.h:117:57: error: expected primary-expression before ‘out’
- 117 | absl::string_view str, absl::Nonnull<absl::int128*> out);
- | ^~~
- /usr/include/absl/strings/numbers.h:119:11: error: ‘bool absl::lts_20240722::SimpleHexAtoi’ redeclared as different kind of entity
- 119 | absl::string_view str, absl::Nonnull<absl::uint128*> out);
- | ^~~~~~~~~~~
- /usr/include/absl/strings/numbers.h:112:27: note: previous declaration ‘template<class int_type> bool absl::lts_20240722::SimpleHexAtoi<int_type>’
- 112 | ABSL_MUST_USE_RESULT bool SimpleHexAtoi(absl::string_view str,
- | ^~~~~~~~~~~~~
- /usr/include/absl/strings/numbers.h:119:11: error: ‘string_view’ is not a member of ‘absl’
- 119 | absl::string_view str, absl::Nonnull<absl::uint128*> out);
- | ^~~~~~~~~~~
- /usr/include/absl/strings/numbers.h:119:58: error: expected primary-expression before ‘out’
- 119 | absl::string_view str, absl::Nonnull<absl::uint128*> out);
- | ^~~
- /usr/include/absl/strings/numbers.h:145:30: error: ‘string_view’ is not a member of ‘absl’
- 145 | bool safe_strto32_base(absl::string_view text, absl::Nonnull<int32_t*> value,
- | ^~~~~~~~~~~
- /usr/include/absl/strings/numbers.h:145:72: error: expected primary-expression before ‘value’
- 145 | bool safe_strto32_base(absl::string_view text, absl::Nonnull<int32_t*> value,
- | ^~~~~
- /usr/include/absl/strings/numbers.h:146:24: error: expected primary-expression before ‘int’
- 146 | int base);
- | ^~~
- /usr/include/absl/strings/numbers.h:146:32: error: expression list treated as compound expression in initializer [-fpermissive]
- 146 | int base);
- | ^
- /usr/include/absl/strings/numbers.h:147:30: error: ‘string_view’ is not a member of ‘absl’
- 147 | bool safe_strto64_base(absl::string_view text, absl::Nonnull<int64_t*> value,
- | ^~~~~~~~~~~
- /usr/include/absl/strings/numbers.h:147:72: error: expected primary-expression before ‘value’
- 147 | bool safe_strto64_base(absl::string_view text, absl::Nonnull<int64_t*> value,
- | ^~~~~
- /usr/include/absl/strings/numbers.h:148:24: error: expected primary-expression before ‘int’
- 148 | int base);
- | ^~~
- /usr/include/absl/strings/numbers.h:148:32: error: expression list treated as compound expression in initializer [-fpermissive]
- 148 | int base);
- | ^
- /usr/include/absl/strings/numbers.h:149:31: error: ‘string_view’ is not a member of ‘absl’
- 149 | bool safe_strto128_base(absl::string_view text,
- | ^~~~~~~~~~~
- /usr/include/absl/strings/numbers.h:150:54: error: expected primary-expression before ‘value’
- 150 | absl::Nonnull<absl::int128*> value, int base);
- | ^~~~~
- /usr/include/absl/strings/numbers.h:150:61: error: expected primary-expression before ‘int’
- 150 | absl::Nonnull<absl::int128*> value, int base);
- | ^~~
- /usr/include/absl/strings/numbers.h:150:69: error: expression list treated as compound expression in initializer [-fpermissive]
- 150 | absl::Nonnull<absl::int128*> value, int base);
- | ^
- /usr/include/absl/strings/numbers.h:151:31: error: ‘string_view’ is not a member of ‘absl’
- 151 | bool safe_strtou32_base(absl::string_view text, absl::Nonnull<uint32_t*> value,
- | ^~~~~~~~~~~
- /usr/include/absl/strings/numbers.h:151:74: error: expected primary-expression before ‘value’
- 151 | bool safe_strtou32_base(absl::string_view text, absl::Nonnull<uint32_t*> value,
- | ^~~~~
- /usr/include/absl/strings/numbers.h:152:25: error: expected primary-expression before ‘int’
- 152 | int base);
- | ^~~
- /usr/include/absl/strings/numbers.h:152:33: error: expression list treated as compound expression in initializer [-fpermissive]
- 152 | int base);
- | ^
- /usr/include/absl/strings/numbers.h:153:31: error: ‘string_view’ is not a member of ‘absl’
- 153 | bool safe_strtou64_base(absl::string_view text, absl::Nonnull<uint64_t*> value,
- | ^~~~~~~~~~~
- /usr/include/absl/strings/numbers.h:153:74: error: expected primary-expression before ‘value’
- 153 | bool safe_strtou64_base(absl::string_view text, absl::Nonnull<uint64_t*> value,
- | ^~~~~
- /usr/include/absl/strings/numbers.h:154:25: error: expected primary-expression before ‘int’
- 154 | int base);
- | ^~~
- /usr/include/absl/strings/numbers.h:154:33: error: expression list treated as compound expression in initializer [-fpermissive]
- 154 | int base);
- | ^
- /usr/include/absl/strings/numbers.h:155:32: error: ‘string_view’ is not a member of ‘absl’
- 155 | bool safe_strtou128_base(absl::string_view text,
- | ^~~~~~~~~~~
- /usr/include/absl/strings/numbers.h:156:56: error: expected primary-expression before ‘value’
- 156 | absl::Nonnull<absl::uint128*> value, int base);
- | ^~~~~
- /usr/include/absl/strings/numbers.h:156:63: error: expected primary-expression before ‘int’
- 156 | absl::Nonnull<absl::uint128*> value, int base);
- | ^~~
- /usr/include/absl/strings/numbers.h:156:71: error: expression list treated as compound expression in initializer [-fpermissive]
- 156 | absl::Nonnull<absl::uint128*> value, int base);
- | ^
- /usr/include/absl/strings/numbers.h:213:50: error: ‘string_view’ is not a member of ‘absl’
- 213 | ABSL_MUST_USE_RESULT bool safe_strtoi_base(absl::string_view s,
- | ^~~~~~~~~~~
- /usr/include/absl/strings/numbers.h:214:69: error: expected primary-expression before ‘out’
- 214 | absl::Nonnull<int_type*> out,
- | ^~~
- /usr/include/absl/strings/numbers.h:215:44: error: expected primary-expression before ‘int’
- 215 | int base) {
- | ^~~
- /usr/include/absl/strings/numbers.h:215:52: error: expression list treated as compound expression in initializer [-fpermissive]
- 215 | int base) {
- | ^
- /usr/include/absl/strings/numbers.h:215:53: error: expected ‘;’ before ‘{’ token
- 215 | int base) {
- | ^~
- | ;
- /usr/include/absl/strings/numbers.h:283:27: error: redefinition of ‘template<class int_type> bool absl::lts_20240722::SimpleAtoi’
- 283 | ABSL_MUST_USE_RESULT bool SimpleAtoi(absl::string_view str,
- | ^~~~~~~~~~
- /usr/include/absl/strings/numbers.h:63:27: note: ‘template<class int_type> bool absl::lts_20240722::SimpleAtoi<int_type>’ previously declared here
- 63 | ABSL_MUST_USE_RESULT bool SimpleAtoi(absl::string_view str,
- | ^~~~~~~~~~
- /usr/include/absl/strings/numbers.h:283:44: error: ‘string_view’ is not a member of ‘absl’
- 283 | ABSL_MUST_USE_RESULT bool SimpleAtoi(absl::string_view str,
- | ^~~~~~~~~~~
- /usr/include/absl/strings/numbers.h:284:63: error: expected primary-expression before ‘out’
- 284 | absl::Nonnull<int_type*> out) {
- | ^~~
- /usr/include/absl/strings/numbers.h:288:51: error: ‘bool absl::lts_20240722::SimpleAtoi’ redeclared as different kind of entity
- 288 | ABSL_MUST_USE_RESULT inline bool SimpleAtoi(absl::string_view str,
- | ^~~~~~~~~~~
- /usr/include/absl/strings/numbers.h:63:27: note: previous declaration ‘template<class int_type> bool absl::lts_20240722::SimpleAtoi<int_type>’
- 63 | ABSL_MUST_USE_RESULT bool SimpleAtoi(absl::string_view str,
- | ^~~~~~~~~~
- /usr/include/absl/strings/numbers.h:288:51: error: ‘string_view’ is not a member of ‘absl’
- 288 | ABSL_MUST_USE_RESULT inline bool SimpleAtoi(absl::string_view str,
- | ^~~~~~~~~~~
- /usr/include/absl/strings/numbers.h:289:74: error: expected primary-expression before ‘out’
- 289 | absl::Nonnull<absl::int128*> out) {
- | ^~~
- /usr/include/absl/strings/numbers.h:293:51: error: ‘bool absl::lts_20240722::SimpleAtoi’ redeclared as different kind of entity
- 293 | ABSL_MUST_USE_RESULT inline bool SimpleAtoi(absl::string_view str,
- | ^~~~~~~~~~~
- /usr/include/absl/strings/numbers.h:63:27: note: previous declaration ‘template<class int_type> bool absl::lts_20240722::SimpleAtoi<int_type>’
- 63 | ABSL_MUST_USE_RESULT bool SimpleAtoi(absl::string_view str,
- | ^~~~~~~~~~
- /usr/include/absl/strings/numbers.h:293:51: error: ‘string_view’ is not a member of ‘absl’
- 293 | ABSL_MUST_USE_RESULT inline bool SimpleAtoi(absl::string_view str,
- | ^~~~~~~~~~~
- /usr/include/absl/strings/numbers.h:294:75: error: expected primary-expression before ‘out’
- 294 | absl::Nonnull<absl::uint128*> out) {
- | ^~~
- /usr/include/absl/strings/numbers.h:299:27: error: redefinition of ‘template<class int_type> bool absl::lts_20240722::SimpleHexAtoi’
- 299 | ABSL_MUST_USE_RESULT bool SimpleHexAtoi(absl::string_view str,
- | ^~~~~~~~~~~~~
- /usr/include/absl/strings/numbers.h:112:27: note: ‘template<class int_type> bool absl::lts_20240722::SimpleHexAtoi<int_type>’ previously declared here
- 112 | ABSL_MUST_USE_RESULT bool SimpleHexAtoi(absl::string_view str,
- | ^~~~~~~~~~~~~
- /usr/include/absl/strings/numbers.h:299:47: error: ‘string_view’ is not a member of ‘absl’
- 299 | ABSL_MUST_USE_RESULT bool SimpleHexAtoi(absl::string_view str,
- | ^~~~~~~~~~~
- /usr/include/absl/strings/numbers.h:300:66: error: expected primary-expression before ‘out’
- 300 | absl::Nonnull<int_type*> out) {
- | ^~~
- /usr/include/absl/strings/numbers.h:305:11: error: ‘bool absl::lts_20240722::SimpleHexAtoi’ redeclared as different kind of entity
- 305 | absl::string_view str, absl::Nonnull<absl::int128*> out) {
- | ^~~~~~~~~~~
- /usr/include/absl/strings/numbers.h:112:27: note: previous declaration ‘template<class int_type> bool absl::lts_20240722::SimpleHexAtoi<int_type>’
- 112 | ABSL_MUST_USE_RESULT bool SimpleHexAtoi(absl::string_view str,
- | ^~~~~~~~~~~~~
- /usr/include/absl/strings/numbers.h:305:11: error: ‘string_view’ is not a member of ‘absl’
- 305 | absl::string_view str, absl::Nonnull<absl::int128*> out) {
- | ^~~~~~~~~~~
- /usr/include/absl/strings/numbers.h:305:57: error: expected primary-expression before ‘out’
- 305 | absl::string_view str, absl::Nonnull<absl::int128*> out) {
- | ^~~
- /usr/include/absl/strings/numbers.h:310:11: error: ‘bool absl::lts_20240722::SimpleHexAtoi’ redeclared as different kind of entity
- 310 | absl::string_view str, absl::Nonnull<absl::uint128*> out) {
- | ^~~~~~~~~~~
- /usr/include/absl/strings/numbers.h:112:27: note: previous declaration ‘template<class int_type> bool absl::lts_20240722::SimpleHexAtoi<int_type>’
- 112 | ABSL_MUST_USE_RESULT bool SimpleHexAtoi(absl::string_view str,
- | ^~~~~~~~~~~~~
- /usr/include/absl/strings/numbers.h:310:11: error: ‘string_view’ is not a member of ‘absl’
- 310 | absl::string_view str, absl::Nonnull<absl::uint128*> out) {
- | ^~~~~~~~~~~
- /usr/include/absl/strings/numbers.h:310:58: error: expected primary-expression before ‘out’
- 310 | absl::string_view str, absl::Nonnull<absl::uint128*> out) {
- | ^~~
- /usr/include/absl/strings/str_cat.h: In function ‘void absl::lts_20240722::AbslStringify(S&, Hex)’:
- /usr/include/absl/strings/str_cat.h:224:25: error: ‘string_view’ is not a member of ‘absl’
- 224 | sink.Append(absl::string_view(end - real_width, real_width));
- | ^~~~~~~~~~~
- /usr/include/absl/strings/str_cat.h:231:25: error: ‘string_view’ is not a member of ‘absl’
- 231 | sink.Append(absl::string_view(end - hex.width, hex.width));
- | ^~~~~~~~~~~
- /usr/include/absl/strings/str_cat.h: In function ‘void absl::lts_20240722::AbslStringify(S&, Dec)’:
- /usr/include/absl/strings/str_cat.h:298:23: error: ‘string_view’ is not a member of ‘absl’
- 298 | sink.Append(absl::string_view(writer, static_cast<size_t>(end - writer)));
- | ^~~~~~~~~~~
- /usr/include/absl/strings/str_cat.h: At global scope:
- /usr/include/absl/strings/str_cat.h:360:29: error: expected ‘)’ before ‘pc’
- 360 | AlphaNum(absl::string_view pc // NOLINT(runtime/explicit)
- | ~ ^~~
- | )
- /usr/include/absl/strings/str_cat.h:383:9: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 383 | absl::string_view::size_type size() const { return piece_.size(); }
- | ^~~~~~~~~~~
- /usr/include/absl/strings/str_cat.h:385:9: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 385 | absl::string_view Piece() const { return piece_; }
- | ^~~~~~~~~~~
- /usr/include/absl/strings/str_cat.h:418:9: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 418 | absl::string_view piece_;
- | ^~~~~~~~~~~
- /usr/include/absl/strings/str_cat.h: In constructor ‘absl::lts_20240722::AlphaNum::AlphaNum(int)’:
- /usr/include/absl/strings/str_cat.h:322:9: error: class ‘absl::lts_20240722::AlphaNum’ does not have any field named ‘piece_’
- 322 | : piece_(digits_, static_cast<size_t>(
- | ^~~~~~
- /usr/include/absl/strings/str_cat.h: In constructor ‘absl::lts_20240722::AlphaNum::AlphaNum(unsigned int)’:
- /usr/include/absl/strings/str_cat.h:326:9: error: class ‘absl::lts_20240722::AlphaNum’ does not have any field named ‘piece_’
- 326 | : piece_(digits_, static_cast<size_t>(
- | ^~~~~~
- /usr/include/absl/strings/str_cat.h: In constructor ‘absl::lts_20240722::AlphaNum::AlphaNum(long int)’:
- /usr/include/absl/strings/str_cat.h:330:9: error: class ‘absl::lts_20240722::AlphaNum’ does not have any field named ‘piece_’
- 330 | : piece_(digits_, static_cast<size_t>(
- | ^~~~~~
- /usr/include/absl/strings/str_cat.h: In constructor ‘absl::lts_20240722::AlphaNum::AlphaNum(long unsigned int)’:
- /usr/include/absl/strings/str_cat.h:334:9: error: class ‘absl::lts_20240722::AlphaNum’ does not have any field named ‘piece_’
- 334 | : piece_(digits_, static_cast<size_t>(
- | ^~~~~~
- /usr/include/absl/strings/str_cat.h: In constructor ‘absl::lts_20240722::AlphaNum::AlphaNum(long long int)’:
- /usr/include/absl/strings/str_cat.h:338:9: error: class ‘absl::lts_20240722::AlphaNum’ does not have any field named ‘piece_’
- 338 | : piece_(digits_, static_cast<size_t>(
- | ^~~~~~
- /usr/include/absl/strings/str_cat.h: In constructor ‘absl::lts_20240722::AlphaNum::AlphaNum(long long unsigned int)’:
- /usr/include/absl/strings/str_cat.h:342:9: error: class ‘absl::lts_20240722::AlphaNum’ does not have any field named ‘piece_’
- 342 | : piece_(digits_, static_cast<size_t>(
- | ^~~~~~
- /usr/include/absl/strings/str_cat.h: In constructor ‘absl::lts_20240722::AlphaNum::AlphaNum(float)’:
- /usr/include/absl/strings/str_cat.h:347:9: error: class ‘absl::lts_20240722::AlphaNum’ does not have any field named ‘piece_’
- 347 | : piece_(digits_, numbers_internal::SixDigitsToBuffer(f, digits_)) {}
- | ^~~~~~
- /usr/include/absl/strings/str_cat.h: In constructor ‘absl::lts_20240722::AlphaNum::AlphaNum(double)’:
- /usr/include/absl/strings/str_cat.h:349:9: error: class ‘absl::lts_20240722::AlphaNum’ does not have any field named ‘piece_’
- 349 | : piece_(digits_, numbers_internal::SixDigitsToBuffer(f, digits_)) {}
- | ^~~~~~
- /usr/include/absl/strings/str_cat.h: In constructor ‘absl::lts_20240722::AlphaNum::AlphaNum(const absl::lts_20240722::strings_internal::AlphaNumBuffer<size>&)’:
- /usr/include/absl/strings/str_cat.h:355:9: error: class ‘absl::lts_20240722::AlphaNum’ does not have any field named ‘piece_’
- 355 | : piece_(&buf.data[0], buf.size) {}
- | ^~~~~~
- /usr/include/absl/strings/str_cat.h: In constructor ‘absl::lts_20240722::AlphaNum::AlphaNum(absl::lts_20240722::Nullable<const char*>)’:
- /usr/include/absl/strings/str_cat.h:359:9: error: class ‘absl::lts_20240722::AlphaNum’ does not have any field named ‘piece_’
- 359 | : piece_(NullSafeStringView(c_str)) {}
- | ^~~~~~
- /usr/include/absl/strings/str_cat.h:359:16: error: ‘NullSafeStringView’ was not declared in this scope
- 359 | : piece_(NullSafeStringView(c_str)) {}
- | ^~~~~~~~~~~~~~~~~~
- /usr/include/absl/strings/str_cat.h: In constructor ‘absl::lts_20240722::AlphaNum::AlphaNum(const T&, absl::lts_20240722::strings_internal::StringifySink&&)’:
- /usr/include/absl/strings/str_cat.h:369:9: error: class ‘absl::lts_20240722::AlphaNum’ does not have any field named ‘piece_’
- 369 | : piece_(strings_internal::ExtractStringification(sink, v)) {}
- | ^~~~~~
- /usr/include/absl/strings/str_cat.h:369:34: error: ‘ExtractStringification’ is not a member of ‘absl::lts_20240722::strings_internal’
- 369 | : piece_(strings_internal::ExtractStringification(sink, v)) {}
- | ^~~~~~~~~~~~~~~~~~~~~~
- /usr/include/absl/strings/str_cat.h: In constructor ‘absl::lts_20240722::AlphaNum::AlphaNum(const std::__cxx11::basic_string<char, std::char_traits<char>, _Alloc>&)’:
- /usr/include/absl/strings/str_cat.h:375:9: error: class ‘absl::lts_20240722::AlphaNum’ does not have any field named ‘piece_’
- 375 | : piece_(str) {}
- | ^~~~~~
- /usr/include/absl/strings/str_cat.h: In member function ‘const char* absl::lts_20240722::AlphaNum::data() const’:
- /usr/include/absl/strings/str_cat.h:384:53: error: ‘piece_’ was not declared in this scope
- 384 | absl::Nullable<const char*> data() const { return piece_.data(); }
- | ^~~~~~
- /usr/include/absl/strings/str_cat.h: At global scope:
- /usr/include/absl/strings/str_cat.h:453:51: error: ‘string_view’ is not a member of ‘absl’
- 453 | std::string CatPieces(std::initializer_list<absl::string_view> pieces);
- | ^~~~~~~~~~~
- /usr/include/absl/strings/str_cat.h:453:51: error: ‘string_view’ is not a member of ‘absl’
- /usr/include/absl/strings/str_cat.h:453:62: error: template argument 1 is invalid
- 453 | std::string CatPieces(std::initializer_list<absl::string_view> pieces);
- | ^
- /usr/include/absl/strings/str_cat.h:455:47: error: ‘string_view’ is not a member of ‘absl’
- 455 | std::initializer_list<absl::string_view> pieces);
- | ^~~~~~~~~~~
- /usr/include/absl/strings/str_cat.h:455:47: error: ‘string_view’ is not a member of ‘absl’
- /usr/include/absl/strings/str_cat.h:455:58: error: template argument 1 is invalid
- 455 | std::initializer_list<absl::string_view> pieces);
- | ^
- /usr/include/absl/strings/str_cat.h:521:39: error: ‘enable_if_t’ in namespace ‘std’ does not name a template type
- 521 | template <typename T, typename = std::enable_if_t<
- | ^~~~~~~~~~~
- /usr/include/absl/strings/str_cat.h:521:34: note: ‘std::enable_if_t’ is only available from C++14 onwards
- 521 | template <typename T, typename = std::enable_if_t<
- | ^~~
- /usr/include/absl/strings/str_cat.h:521:50: error: expected ‘>’ before ‘<’ token
- 521 | template <typename T, typename = std::enable_if_t<
- | ^
- /usr/include/absl/strings/str_cat.h:523:48: error: expected unqualified-id before ‘{’ token
- 523 | std::is_arithmetic<T>{} && !std::is_same<T, char>{}>>
- | ^
- /usr/include/absl/strings/str_cat.h:523:54: error: expected unqualified-id before ‘!’ token
- 523 | std::is_arithmetic<T>{} && !std::is_same<T, char>{}>>
- | ^
- /usr/include/absl/strings/str_cat.h:523:78: error: expected unqualified-id before ‘>>’ token
- 523 | std::is_arithmetic<T>{} && !std::is_same<T, char>{}>>
- | ^~
- /usr/include/absl/strings/str_cat.h:534:23: error: ‘template<class T> std::string absl::lts_20240722::StrCat’ redeclared as different kind of entity
- 534 | strings_internal::EnableIfFastCase<T> a) {
- | ^~~~~~~~~~~~~~~~
- /usr/include/absl/strings/str_cat.h:530:41: note: previous declaration ‘std::string absl::lts_20240722::StrCat()’
- 530 | ABSL_MUST_USE_RESULT inline std::string StrCat() { return std::string(); }
- | ^~~~~~
- /usr/include/absl/strings/str_cat.h:534:23: error: ‘EnableIfFastCase’ is not a member of ‘absl::lts_20240722::strings_internal’
- 534 | strings_internal::EnableIfFastCase<T> a) {
- | ^~~~~~~~~~~~~~~~
- /usr/include/absl/strings/str_cat.h:534:41: error: expected primary-expression before ‘>’ token
- 534 | strings_internal::EnableIfFastCase<T> a) {
- | ^
- /usr/include/absl/strings/str_cat.h:534:43: error: ‘a’ was not declared in this scope
- 534 | strings_internal::EnableIfFastCase<T> a) {
- | ^
- /usr/include/absl/strings/str_cat.h: In function ‘std::string absl::lts_20240722::StrCat(const AlphaNum&)’:
- /usr/include/absl/strings/str_cat.h:538:34: error: ‘const class absl::lts_20240722::AlphaNum’ has no member named ‘size’
- 538 | return std::string(a.data(), a.size());
- | ^~~~
- /usr/include/absl/strings/str_cat.h: In function ‘std::string absl::lts_20240722::StrCat(const AlphaNum&, const AlphaNum&, const AlphaNum&, const AlphaNum&, const AlphaNum&, const AV& ...)’:
- /usr/include/absl/strings/str_cat.h:553:10: error: ‘const class absl::lts_20240722::AlphaNum’ has no member named ‘Piece’
- 553 | {a.Piece(), b.Piece(), c.Piece(), d.Piece(), e.Piece(),
- | ^~~~~
- /usr/include/absl/strings/str_cat.h:553:21: error: ‘const class absl::lts_20240722::AlphaNum’ has no member named ‘Piece’
- 553 | {a.Piece(), b.Piece(), c.Piece(), d.Piece(), e.Piece(),
- | ^~~~~
- /usr/include/absl/strings/str_cat.h:553:32: error: ‘const class absl::lts_20240722::AlphaNum’ has no member named ‘Piece’
- 553 | {a.Piece(), b.Piece(), c.Piece(), d.Piece(), e.Piece(),
- | ^~~~~
- /usr/include/absl/strings/str_cat.h:553:43: error: ‘const class absl::lts_20240722::AlphaNum’ has no member named ‘Piece’
- 553 | {a.Piece(), b.Piece(), c.Piece(), d.Piece(), e.Piece(),
- | ^~~~~
- /usr/include/absl/strings/str_cat.h:553:54: error: ‘const class absl::lts_20240722::AlphaNum’ has no member named ‘Piece’
- 553 | {a.Piece(), b.Piece(), c.Piece(), d.Piece(), e.Piece(),
- | ^~~~~
- /usr/include/absl/strings/str_cat.h:554:43: error: ‘const class absl::lts_20240722::AlphaNum’ has no member named ‘Piece’
- 554 | static_cast<const AlphaNum&>(args).Piece()...});
- | ^~~~~
- /usr/include/absl/strings/str_cat.h:552:37: error: cannot convert ‘<brace-enclosed initializer list>’ to ‘int’
- 552 | return strings_internal::CatPieces(
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~^
- | |
- | <brace-enclosed initializer list>
- 553 | {a.Piece(), b.Piece(), c.Piece(), d.Piece(), e.Piece(),
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 554 | static_cast<const AlphaNum&>(args).Piece()...});
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/absl/strings/str_cat.h:453:64: note: initializing argument 1 of ‘std::string absl::lts_20240722::strings_internal::CatPieces(int)’
- 453 | std::string CatPieces(std::initializer_list<absl::string_view> pieces);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~
- /usr/include/absl/strings/str_cat.h: In function ‘void absl::lts_20240722::StrAppend(Nonnull<std::__cxx11::basic_string<char>*>, const AlphaNum&, const AlphaNum&, const AlphaNum&, const AlphaNum&, const AlphaNum&, const AV& ...)’:
- /usr/include/absl/strings/str_cat.h:599:16: error: ‘const class absl::lts_20240722::AlphaNum’ has no member named ‘Piece’
- 599 | dest, {a.Piece(), b.Piece(), c.Piece(), d.Piece(), e.Piece(),
- | ^~~~~
- /usr/include/absl/strings/str_cat.h:599:27: error: ‘const class absl::lts_20240722::AlphaNum’ has no member named ‘Piece’
- 599 | dest, {a.Piece(), b.Piece(), c.Piece(), d.Piece(), e.Piece(),
- | ^~~~~
- /usr/include/absl/strings/str_cat.h:599:38: error: ‘const class absl::lts_20240722::AlphaNum’ has no member named ‘Piece’
- 599 | dest, {a.Piece(), b.Piece(), c.Piece(), d.Piece(), e.Piece(),
- | ^~~~~
- /usr/include/absl/strings/str_cat.h:599:49: error: ‘const class absl::lts_20240722::AlphaNum’ has no member named ‘Piece’
- 599 | dest, {a.Piece(), b.Piece(), c.Piece(), d.Piece(), e.Piece(),
- | ^~~~~
- /usr/include/absl/strings/str_cat.h:599:60: error: ‘const class absl::lts_20240722::AlphaNum’ has no member named ‘Piece’
- 599 | dest, {a.Piece(), b.Piece(), c.Piece(), d.Piece(), e.Piece(),
- | ^~~~~
- /usr/include/absl/strings/str_cat.h:600:49: error: ‘const class absl::lts_20240722::AlphaNum’ has no member named ‘Piece’
- 600 | static_cast<const AlphaNum&>(args).Piece()...});
- | ^~~~~
- /usr/include/absl/strings/str_cat.h:598:33: error: cannot convert ‘<brace-enclosed initializer list>’ to ‘int’
- 598 | strings_internal::AppendPieces(
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
- | |
- | <brace-enclosed initializer list>
- 599 | dest, {a.Piece(), b.Piece(), c.Piece(), d.Piece(), e.Piece(),
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 600 | static_cast<const AlphaNum&>(args).Piece()...});
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/absl/strings/str_cat.h:455:60: note: initializing argument 2 of ‘void absl::lts_20240722::strings_internal::AppendPieces(absl::lts_20240722::Nonnull<std::__cxx11::basic_string<char>*>, int)’
- 455 | std::initializer_list<absl::string_view> pieces);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~
- /usr/include/absl/container/internal/layout.h: At global scope:
- /usr/include/absl/container/internal/layout.h:354:36: error: ‘index_sequence’ is not a member of ‘absl’
- 354 | std::tuple<Elements...>, absl::index_sequence<StaticSizeSeq...>,
- | ^~~~~~~~~~~~~~
- /usr/include/absl/container/internal/layout.h:354:36: error: ‘index_sequence’ is not a member of ‘absl’
- /usr/include/absl/container/internal/layout.h:354:64: error: expected parameter pack before ‘...’
- 354 | std::tuple<Elements...>, absl::index_sequence<StaticSizeSeq...>,
- | ^~~
- /usr/include/absl/container/internal/layout.h:354:67: error: wrong number of template arguments (2, should be 5)
- 354 | std::tuple<Elements...>, absl::index_sequence<StaticSizeSeq...>,
- | ^
- /usr/include/absl/container/internal/layout.h:332:7: note: provided for ‘template<class Elements, class StaticSizeSeq, class RuntimeSizeSeq, class SizeSeq, class OffsetSeq> class absl::lts_20240722::container_internal::internal_layout::LayoutImpl’
- 332 | class LayoutImpl;
- | ^~~~~~~~~~
- /usr/include/absl/container/internal/layout.h:700:36: error: ‘index_sequence’ is not a member of ‘absl’
- 700 | std::tuple<Elements...>, absl::index_sequence<StaticSizeSeq...>,
- | ^~~~~~~~~~~~~~
- /usr/include/absl/container/internal/layout.h:700:36: error: ‘index_sequence’ is not a member of ‘absl’
- /usr/include/absl/container/internal/layout.h:700:64: error: expected parameter pack before ‘...’
- 700 | std::tuple<Elements...>, absl::index_sequence<StaticSizeSeq...>,
- | ^~~
- /usr/include/absl/container/internal/layout.h:700:67: error: wrong number of template arguments (2, should be 5)
- 700 | std::tuple<Elements...>, absl::index_sequence<StaticSizeSeq...>,
- | ^
- /usr/include/absl/container/internal/layout.h:332:7: note: provided for ‘template<class Elements, class StaticSizeSeq, class RuntimeSizeSeq, class SizeSeq, class OffsetSeq> class absl::lts_20240722::container_internal::internal_layout::LayoutImpl’
- 332 | class LayoutImpl;
- | ^~~~~~~~~~
- /usr/include/absl/container/internal/layout.h:707:11: error: ‘make_index_sequence’ is not a member of ‘absl’
- 707 | absl::make_index_sequence<NumRuntimeSizes>,
- | ^~~~~~~~~~~~~~~~~~~
- /usr/include/absl/container/internal/layout.h:707:11: error: ‘make_index_sequence’ is not a member of ‘absl’
- /usr/include/absl/container/internal/layout.h:707:46: error: wrong number of template arguments (3, should be 5)
- 707 | absl::make_index_sequence<NumRuntimeSizes>,
- | ^
- /usr/include/absl/container/internal/layout.h:332:7: note: provided for ‘template<class Elements, class StaticSizeSeq, class RuntimeSizeSeq, class SizeSeq, class OffsetSeq> class absl::lts_20240722::container_internal::internal_layout::LayoutImpl’
- 332 | class LayoutImpl;
- | ^~~~~~~~~~
- /usr/include/absl/container/internal/layout.h:714:24: error: expected template-name before ‘<’ token
- 714 | : public LayoutType<StaticSizeSeq,
- | ^
- /usr/include/absl/container/internal/layout.h:714:24: error: expected ‘{’ before ‘<’ token
- /usr/include/absl/container/internal/layout.h:813:26: error: ‘make_index_sequence’ is not a member of ‘absl’
- 813 | absl::make_index_sequence<0>, Ts...> {
- | ^~~~~~~~~~~~~~~~~~~
- /usr/include/absl/container/internal/layout.h:813:26: error: ‘make_index_sequence’ is not a member of ‘absl’
- /usr/include/absl/container/internal/layout.h:813:47: error: template argument 1 is invalid
- 813 | absl::make_index_sequence<0>, Ts...> {
- | ^
- /usr/include/absl/container/internal/layout.h:813:55: error: expected ‘{’ before ‘>’ token
- 813 | absl::make_index_sequence<0>, Ts...> {
- | ^
- /usr/include/absl/container/internal/btree.h:112:42: error: ‘string_view’ is not a member of ‘absl’
- 112 | StringBtreeDefaultLess(std::less<absl::string_view>) {} // NOLINT
- | ^~~~~~~~~~~
- /usr/include/absl/container/internal/btree.h:112:42: error: ‘string_view’ is not a member of ‘absl’
- /usr/include/absl/container/internal/btree.h:112:53: error: template argument 1 is invalid
- 112 | StringBtreeDefaultLess(std::less<absl::string_view>) {} // NOLINT
- | ^
- /usr/include/absl/container/internal/btree.h:116:37: error: ‘string_view’ is not a member of ‘absl’
- 116 | explicit operator std::less<absl::string_view>() const { return {}; }
- | ^~~~~~~~~~~
- /usr/include/absl/container/internal/btree.h:116:37: error: ‘string_view’ is not a member of ‘absl’
- /usr/include/absl/container/internal/btree.h:116:48: error: template argument 1 is invalid
- 116 | explicit operator std::less<absl::string_view>() const { return {}; }
- | ^
- /usr/include/absl/container/internal/btree.h:119:40: error: ‘absl::string_view’ has not been declared
- 119 | absl::weak_ordering operator()(absl::string_view lhs,
- | ^~~~~~~~~~~
- /usr/include/absl/container/internal/btree.h:120:40: error: ‘absl::string_view’ has not been declared
- 120 | absl::string_view rhs) const {
- | ^~~~~~~~~~~
- /usr/include/absl/container/internal/btree.h:129:40: error: ‘absl::string_view’ has not been declared
- 129 | absl::string_view rhs) const {
- | ^~~~~~~~~~~
- /usr/include/absl/container/internal/btree.h:132:40: error: ‘absl::string_view’ has not been declared
- 132 | absl::weak_ordering operator()(absl::string_view lhs,
- | ^~~~~~~~~~~
- /usr/include/absl/container/internal/btree.h: In member function ‘absl::lts_20240722::weak_ordering absl::lts_20240722::container_internal::StringBtreeDefaultLess::operator()(int, int) const’:
- /usr/include/absl/container/internal/btree.h:121:61: error: request for member ‘compare’ in ‘lhs’, which is of non-class type ‘int’
- 121 | return compare_internal::compare_result_as_ordering(lhs.compare(rhs));
- | ^~~~~~~
- /usr/include/absl/container/internal/btree.h: At global scope:
- /usr/include/absl/container/internal/btree.h:144:48: error: ‘string_view’ is not a member of ‘absl’
- 144 | StringBtreeDefaultGreater(std::greater<absl::string_view>) {} // NOLINT
- | ^~~~~~~~~~~
- /usr/include/absl/container/internal/btree.h:144:48: error: ‘string_view’ is not a member of ‘absl’
- /usr/include/absl/container/internal/btree.h:144:59: error: template argument 1 is invalid
- 144 | StringBtreeDefaultGreater(std::greater<absl::string_view>) {} // NOLINT
- | ^
- /usr/include/absl/container/internal/btree.h:148:40: error: ‘string_view’ is not a member of ‘absl’
- 148 | explicit operator std::greater<absl::string_view>() const { return {}; }
- | ^~~~~~~~~~~
- /usr/include/absl/container/internal/btree.h:148:40: error: ‘string_view’ is not a member of ‘absl’
- /usr/include/absl/container/internal/btree.h:148:51: error: template argument 1 is invalid
- 148 | explicit operator std::greater<absl::string_view>() const { return {}; }
- | ^
- /usr/include/absl/container/internal/btree.h:151:40: error: ‘absl::string_view’ has not been declared
- 151 | absl::weak_ordering operator()(absl::string_view lhs,
- | ^~~~~~~~~~~
- /usr/include/absl/container/internal/btree.h:152:40: error: ‘absl::string_view’ has not been declared
- 152 | absl::string_view rhs) const {
- | ^~~~~~~~~~~
- /usr/include/absl/container/internal/btree.h:161:40: error: ‘absl::string_view’ has not been declared
- 161 | absl::string_view rhs) const {
- | ^~~~~~~~~~~
- /usr/include/absl/container/internal/btree.h:164:40: error: ‘absl::string_view’ has not been declared
- 164 | absl::weak_ordering operator()(absl::string_view lhs,
- | ^~~~~~~~~~~
- /usr/include/absl/container/internal/btree.h: In member function ‘absl::lts_20240722::weak_ordering absl::lts_20240722::container_internal::StringBtreeDefaultGreater::operator()(int, int) const’:
- /usr/include/absl/container/internal/btree.h:153:61: error: request for member ‘compare’ in ‘rhs’, which is of non-class type ‘int’
- 153 | return compare_internal::compare_result_as_ordering(rhs.compare(lhs));
- | ^~~~~~~
- /usr/include/absl/container/internal/btree.h: At global scope:
- /usr/include/absl/container/internal/btree.h:288:44: error: ‘string_view’ is not a member of ‘absl’
- 288 | struct key_compare_adapter<std::less<absl::string_view>, absl::string_view> {
- | ^~~~~~~~~~~
- /usr/include/absl/container/internal/btree.h:288:44: error: ‘string_view’ is not a member of ‘absl’
- /usr/include/absl/container/internal/btree.h:288:55: error: template argument 1 is invalid
- 288 | struct key_compare_adapter<std::less<absl::string_view>, absl::string_view> {
- | ^
- /usr/include/absl/container/internal/btree.h:288:64: error: ‘string_view’ is not a member of ‘absl’
- 288 | struct key_compare_adapter<std::less<absl::string_view>, absl::string_view> {
- | ^~~~~~~~~~~
- /usr/include/absl/container/internal/btree.h:288:64: error: ‘string_view’ is not a member of ‘absl’
- /usr/include/absl/container/internal/btree.h:288:75: error: template argument 1 is invalid
- 288 | struct key_compare_adapter<std::less<absl::string_view>, absl::string_view> {
- | ^
- /usr/include/absl/container/internal/btree.h:288:75: error: template argument 2 is invalid
- /usr/include/absl/container/internal/btree.h:293:47: error: ‘string_view’ is not a member of ‘absl’
- 293 | struct key_compare_adapter<std::greater<absl::string_view>, absl::string_view> {
- | ^~~~~~~~~~~
- /usr/include/absl/container/internal/btree.h:293:47: error: ‘string_view’ is not a member of ‘absl’
- /usr/include/absl/container/internal/btree.h:293:58: error: template argument 1 is invalid
- 293 | struct key_compare_adapter<std::greater<absl::string_view>, absl::string_view> {
- | ^
- /usr/include/absl/container/internal/btree.h:293:67: error: ‘string_view’ is not a member of ‘absl’
- 293 | struct key_compare_adapter<std::greater<absl::string_view>, absl::string_view> {
- | ^~~~~~~~~~~
- /usr/include/absl/container/internal/btree.h:293:67: error: ‘string_view’ is not a member of ‘absl’
- /usr/include/absl/container/internal/btree.h:293:78: error: template argument 1 is invalid
- 293 | struct key_compare_adapter<std::greater<absl::string_view>, absl::string_view> {
- | ^
- /usr/include/absl/container/internal/btree.h:293:78: error: template argument 2 is invalid
- /usr/include/absl/container/internal/btree.h:635:20: error: ‘InternalLayout’ function uses ‘auto’ type specifier without trailing return type
- 635 | constexpr static auto InternalLayout() { return internal_layout_type(); }
- | ^~~~
- /usr/include/absl/container/internal/btree.h:635:20: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /usr/include/absl/container/internal/btree.h: In constructor ‘absl::lts_20240722::container_internal::btree<Params>::btree(absl::lts_20240722::container_internal::btree<Params>&&)’:
- /usr/include/absl/container/internal/btree.h:1403:20: error: ‘exchange’ is not a member of ‘std’
- 1403 | : root_(std::exchange(other.root_, EmptyNode())),
- | ^~~~~~~~
- /usr/include/absl/container/internal/btree.h:1403:20: note: ‘std::exchange’ is only available from C++14 onwards
- /usr/include/absl/container/internal/btree.h:1405:20: error: ‘exchange’ is not a member of ‘std’
- 1405 | size_(std::exchange(other.size_, 0u)) {
- | ^~~~~~~~
- /usr/include/absl/container/internal/btree.h:1405:20: note: ‘std::exchange’ is only available from C++14 onwards
- In file included from /app/include/google/protobuf/explicitly_constructed.h:17,
- from /app/include/google/protobuf/generated_enum_util.h:19,
- from /app/include/google/protobuf/extension_set.h:37:
- /app/include/google/protobuf/port_def.inc: At global scope:
- /app/include/google/protobuf/port_def.inc:119:15: error: static assertion failed: Protobuf only supports C++17 and newer.
- 119 | static_assert(PROTOBUF_CPLUSPLUS_MIN(201703L),
- | ^~~~~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/port_def.inc:119:15: note: the comparison reduces to ‘(201103 >= 201703)’
- In file included from /app/include/google/protobuf/endian.h:20,
- from /app/include/google/protobuf/io/coded_stream.h:113,
- from /app/include/google/protobuf/message_lite.h:40,
- from /app/include/google/protobuf/generated_enum_util.h:20:
- /app/include/google/protobuf/port_def.inc:119:15: error: static assertion failed: Protobuf only supports C++17 and newer.
- 119 | static_assert(PROTOBUF_CPLUSPLUS_MIN(201703L),
- | ^~~~~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/port_def.inc:119:15: note: the comparison reduces to ‘(201103 >= 201703)’
- In file included from /app/include/google/protobuf/io/coded_stream.h:116:
- /app/include/google/protobuf/port_def.inc:119:15: error: static assertion failed: Protobuf only supports C++17 and newer.
- 119 | static_assert(PROTOBUF_CPLUSPLUS_MIN(201703L),
- | ^~~~~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/port_def.inc:119:15: note: the comparison reduces to ‘(201103 >= 201703)’
- /app/include/google/protobuf/io/coded_stream.h:696:56: error: ‘absl::string_view’ has not been declared
- 696 | uint8_t* WriteStringMaybeAliased(uint32_t num, absl::string_view s,
- | ^~~~~~~~~~~
- /app/include/google/protobuf/io/coded_stream.h:708:55: error: ‘absl::string_view’ has not been declared
- 708 | uint8_t* WriteBytesMaybeAliased(uint32_t num, absl::string_view s,
- | ^~~~~~~~~~~
- /app/include/google/protobuf/io/coded_stream.h:867:63: error: ‘absl::string_view’ has not been declared
- 867 | uint8_t* WriteStringMaybeAliasedOutline(uint32_t num, absl::string_view s,
- | ^~~~~~~~~~~
- /app/include/google/protobuf/io/coded_stream.h:869:51: error: ‘absl::string_view’ has not been declared
- 869 | uint8_t* WriteStringOutline(uint32_t num, absl::string_view s, uint8_t* ptr);
- | ^~~~~~~~~~~
- /app/include/google/protobuf/io/coded_stream.h: In member function ‘uint8_t* google::protobuf::io::EpsCopyOutputStream::WriteStringMaybeAliased(uint32_t, int, uint8_t*)’:
- /app/include/google/protobuf/io/coded_stream.h:698:29: error: request for member ‘size’ in ‘s’, which is of non-class type ‘int’
- 698 | std::ptrdiff_t size = s.size();
- | ^~~~
- /app/include/google/protobuf/io/coded_stream.h:705:24: error: request for member ‘data’ in ‘s’, which is of non-class type ‘int’
- 705 | std::memcpy(ptr, s.data(), size);
- | ^~~~
- /app/include/google/protobuf/io/coded_stream.h: In member function ‘std::ptrdiff_t google::protobuf::io::EpsCopyOutputStream::GetSize(uint8_t*) const’:
- /app/include/google/protobuf/io/coded_stream.h:832:5: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 832 | ABSL_DCHECK(ptr <= end_ + kSlopBytes); // NOLINT
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /app/include/google/protobuf/io/coded_stream.h: In member function ‘uint8_t* google::protobuf::io::EpsCopyOutputStream::WriteTag(uint32_t, uint32_t, uint8_t*)’:
- /app/include/google/protobuf/io/coded_stream.h:853:5: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 853 | ABSL_DCHECK(ptr < end_); // NOLINT
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /app/include/google/protobuf/io/coded_stream.h: At global scope:
- /app/include/google/protobuf/io/coded_stream.h:1119:26: error: ‘absl::string_view’ has not been declared
- 1119 | void WriteString(absl::string_view str);
- | ^~~~~~~~~~~
- /app/include/google/protobuf/io/coded_stream.h:1121:44: error: ‘absl::string_view’ has not been declared
- 1121 | static uint8_t* WriteStringToArray(absl::string_view str, uint8_t* target);
- | ^~~~~~~~~~~
- /app/include/google/protobuf/io/coded_stream.h:1123:52: error: ‘absl::string_view’ has not been declared
- 1123 | static uint8_t* WriteStringWithSizeToArray(absl::string_view str,
- | ^~~~~~~~~~~
- /app/include/google/protobuf/io/coded_stream.h: In member function ‘bool google::protobuf::io::CodedOutputStream::HadError()’:
- /app/include/google/protobuf/io/coded_stream.h:1061:5: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 1061 | ABSL_DCHECK(cur_);
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /app/include/google/protobuf/io/coded_stream.h: At global scope:
- /app/include/google/protobuf/io/coded_stream.h:1792:13: error: variable or field ‘WriteString’ declared void
- 1792 | inline void CodedOutputStream::WriteString(absl::string_view str) {
- | ^~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/io/coded_stream.h:1792:50: error: ‘string_view’ is not a member of ‘absl’
- 1792 | inline void CodedOutputStream::WriteString(absl::string_view str) {
- | ^~~~~~~~~~~
- /app/include/google/protobuf/io/coded_stream.h:1807:17: error: ‘uint8_t* google::protobuf::io::CodedOutputStream::WriteStringToArray’ is not a static data member of ‘class google::protobuf::io::CodedOutputStream’
- 1807 | inline uint8_t* CodedOutputStream::WriteStringToArray(absl::string_view str,
- | ^~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/io/coded_stream.h:1807:61: error: ‘string_view’ is not a member of ‘absl’
- 1807 | inline uint8_t* CodedOutputStream::WriteStringToArray(absl::string_view str,
- | ^~~~~~~~~~~
- /app/include/google/protobuf/io/coded_stream.h:1808:62: error: expected primary-expression before ‘*’ token
- 1808 | uint8_t* target) {
- | ^
- /app/include/google/protobuf/io/coded_stream.h:1808:64: error: ‘target’ was not declared in this scope
- 1808 | uint8_t* target) {
- | ^~~~~~
- /app/include/google/protobuf/io/coded_stream.h:1808:70: error: expression list treated as compound expression in initializer [-fpermissive]
- 1808 | uint8_t* target) {
- | ^
- In file included from /app/include/google/protobuf/metadata_lite.h:18,
- from /app/include/google/protobuf/message_lite.h:41:
- /app/include/google/protobuf/port_def.inc:119:15: error: static assertion failed: Protobuf only supports C++17 and newer.
- 119 | static_assert(PROTOBUF_CPLUSPLUS_MIN(201703L),
- | ^~~~~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/port_def.inc:119:15: note: the comparison reduces to ‘(201103 >= 201703)’
- In file included from /app/include/google/protobuf/message_lite.h:46:
- /app/include/google/protobuf/port_def.inc:119:15: error: static assertion failed: Protobuf only supports C++17 and newer.
- 119 | static_assert(PROTOBUF_CPLUSPLUS_MIN(201703L),
- | ^~~~~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/port_def.inc:119:15: note: the comparison reduces to ‘(201103 >= 201703)’
- /app/include/google/protobuf/message_lite.h: In static member function ‘static constexpr google::protobuf::internal::MessageCreator google::protobuf::internal::MessageCreator::ZeroInit(uint32_t, uint8_t, uintptr_t)’:
- /app/include/google/protobuf/message_lite.h:112:3: error: body of ‘constexpr’ function ‘static constexpr google::protobuf::internal::MessageCreator google::protobuf::internal::MessageCreator::ZeroInit(uint32_t, uint8_t, uintptr_t)’ not a return-statement
- 112 | }
- | ^
- /app/include/google/protobuf/message_lite.h: In static member function ‘static constexpr google::protobuf::internal::MessageCreator google::protobuf::internal::MessageCreator::CopyInit(uint32_t, uint8_t, uintptr_t)’:
- /app/include/google/protobuf/message_lite.h:122:3: error: body of ‘constexpr’ function ‘static constexpr google::protobuf::internal::MessageCreator google::protobuf::internal::MessageCreator::CopyInit(uint32_t, uint8_t, uintptr_t)’ not a return-statement
- 122 | }
- | ^
- /app/include/google/protobuf/message_lite.h: In member function ‘uintptr_t google::protobuf::internal::MessageCreator::arena_bits() const’:
- /app/include/google/protobuf/message_lite.h:147:5: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [44], int, std::string&)’
- 147 | ABSL_DCHECK_NE(+tag(), +kFunc);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/message_lite.h: In member function ‘void google::protobuf::internal::CachedSize::SetNonZero(Scalar) const’:
- /app/include/google/protobuf/message_lite.h:201:5: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [44], int, std::string&)’
- 201 | ABSL_DCHECK_NE(desired, 0);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/message_lite.h: At global scope:
- /app/include/google/protobuf/message_lite.h:246:1: error: ‘GetClassData’ function uses ‘auto’ type specifier without trailing return type
- 246 | auto GetClassData(const MessageLite& msg);
- | ^~~~
- /app/include/google/protobuf/message_lite.h:246:1: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /app/include/google/protobuf/message_lite.h:248:11: error: parameter declared ‘auto’
- 248 | template <const auto* kDefault, const auto* kClassData>
- | ^~~~~
- /app/include/google/protobuf/message_lite.h:248:33: error: parameter declared ‘auto’
- 248 | template <const auto* kDefault, const auto* kClassData>
- | ^~~~~
- /app/include/google/protobuf/message_lite.h:251:20: error: ‘class_data’ function uses ‘auto’ type specifier without trailing return type
- 251 | static constexpr const auto* class_data() { return kClassData->base(); }
- | ^~~~~
- /app/include/google/protobuf/message_lite.h:251:20: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /app/include/google/protobuf/message_lite.h:252:20: error: ‘StrongPointer’ function uses ‘auto’ type specifier without trailing return type
- 252 | static constexpr auto StrongPointer() { return default_instance(); }
- | ^~~~
- /app/include/google/protobuf/message_lite.h:252:20: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /app/include/google/protobuf/message_lite.h:258:20: error: ‘class_data’ function uses ‘auto’ type specifier without trailing return type
- 258 | static constexpr const auto* class_data() {
- | ^~~~~
- /app/include/google/protobuf/message_lite.h:258:20: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /app/include/google/protobuf/message_lite.h:263:20: error: ‘StrongPointer’ function uses ‘auto’ type specifier without trailing return type
- 263 | static constexpr auto StrongPointer() { return &T::default_instance; }
- | ^~~~
- /app/include/google/protobuf/message_lite.h:263:20: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /app/include/google/protobuf/message_lite.h: In function ‘int google::protobuf::internal::ToIntSize(size_t)’:
- /app/include/google/protobuf/message_lite.h:332:3: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [44], int, std::string&)’
- 332 | ABSL_DCHECK_LE(size, static_cast<size_t>(INT_MAX));
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/message_lite.h: In function ‘const std::string& google::protobuf::internal::GetEmptyStringAlreadyInited()’:
- /app/include/google/protobuf/message_lite.h:338:10: error: ‘fixed_address_empty_string’ was not declared in this scope
- 338 | return fixed_address_empty_string.get();
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/message_lite.h: At global scope:
- /app/include/google/protobuf/message_lite.h:456:22: error: expected identifier before ‘*’ token
- 456 | absl::string_view (*get_type_name)(const ClassData* data);
- | ^
- /app/include/google/protobuf/message_lite.h:456:44: error: ‘ClassData’ does not name a type
- 456 | absl::string_view (*get_type_name)(const ClassData* data);
- | ^~~~~~~~~
- /app/include/google/protobuf/message_lite.h:456:59: error: ‘string_view’ declared as function returning a function
- 456 | absl::string_view (*get_type_name)(const ClassData* data);
- | ^
- /app/include/google/protobuf/message_lite.h: In member function ‘const google::protobuf::internal::ClassDataFull& google::protobuf::internal::ClassData::full() const’:
- /app/include/google/protobuf/message_lite.h:496:3: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 496 | ABSL_DCHECK(!is_lite);
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /app/include/google/protobuf/message_lite.h: At global scope:
- /app/include/google/protobuf/message_lite.h:537:9: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 537 | absl::string_view GetTypeName() const;
- | ^~~~~~~~~~~
- /app/include/google/protobuf/message_lite.h:657:59: error: ‘absl::string_view’ has not been declared
- 657 | ABSL_ATTRIBUTE_REINITIALIZES bool ParseFromString(absl::string_view data);
- | ^~~~~~~~~~~
- /app/include/google/protobuf/message_lite.h:662:13: error: ‘absl::string_view’ has not been declared
- 662 | absl::string_view data);
- | ^~~~~~~~~~~
- /app/include/google/protobuf/message_lite.h:694:30: error: ‘absl::string_view’ has not been declared
- 694 | bool MergeFromString(absl::string_view data);
- | ^~~~~~~~~~~
- /app/include/google/protobuf/message_lite.h:699:37: error: ‘absl::string_view’ has not been declared
- 699 | bool MergePartialFromString(absl::string_view data);
- | ^~~~~~~~~~~
- /app/include/google/protobuf/message_lite.h:1063:10: error: ‘GetClassData’ function uses ‘auto’ type specifier without trailing return type
- 1063 | friend auto internal::GetClassData(const MessageLite& msg);
- | ^~~~
- /app/include/google/protobuf/message_lite.h:1063:10: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /app/include/google/protobuf/message_lite.h: In member function ‘const google::protobuf::internal::TcParseTableBase* google::protobuf::MessageLite::GetTcParseTable() const’:
- /app/include/google/protobuf/message_lite.h:930:5: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 930 | ABSL_DCHECK(data != nullptr);
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /app/include/google/protobuf/message_lite.h:934:7: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 934 | ABSL_DCHECK(!data->is_lite);
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /app/include/google/protobuf/message_lite.h: At global scope:
- /app/include/google/protobuf/message_lite.h:1108:9: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 1108 | absl::string_view name() const;
- | ^~~~~~~~~~~
- /app/include/google/protobuf/message_lite.h:1147:8: error: ‘GetClassData’ function uses ‘auto’ type specifier without trailing return type
- 1147 | inline auto GetClassData(const MessageLite& msg) { return msg.GetClassData(); }
- | ^~~~
- /app/include/google/protobuf/message_lite.h:1147:8: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /app/include/google/protobuf/message_lite.h:1150:26: error: ‘string_view’ is not a member of ‘absl’
- 1150 | bool MergeFromImpl(absl::string_view input, MessageLite* msg,
- | ^~~~~~~~~~~
- /app/include/google/protobuf/message_lite.h:1150:56: error: expected primary-expression before ‘*’ token
- 1150 | bool MergeFromImpl(absl::string_view input, MessageLite* msg,
- | ^
- /app/include/google/protobuf/message_lite.h:1150:58: error: ‘msg’ was not declared in this scope
- 1150 | bool MergeFromImpl(absl::string_view input, MessageLite* msg,
- | ^~~
- /app/include/google/protobuf/message_lite.h:1151:20: error: expected primary-expression before ‘const’
- 1151 | const internal::TcParseTableBase* tc_table,
- | ^~~~~
- /app/include/google/protobuf/message_lite.h:1152:44: error: expected primary-expression before ‘parse_flags’
- 1152 | MessageLite::ParseFlags parse_flags);
- | ^~~~~~~~~~~
- /app/include/google/protobuf/message_lite.h:1152:55: error: expression list treated as compound expression in initializer [-fpermissive]
- 1152 | MessageLite::ParseFlags parse_flags);
- | ^
- /app/include/google/protobuf/message_lite.h:1153:75: error: expected ‘;’ before ‘(’ token
- 1153 | extern template PROTOBUF_EXPORT_TEMPLATE_DECLARE bool MergeFromImpl<false>(
- | ^
- | ;
- /app/include/google/protobuf/message_lite.h:1157:74: error: expected ‘;’ before ‘(’ token
- 1157 | extern template PROTOBUF_EXPORT_TEMPLATE_DECLARE bool MergeFromImpl<true>(
- | ^
- | ;
- /app/include/google/protobuf/message_lite.h:1165:55: error: ‘template<bool alias> bool google::protobuf::internal::MergeFromImpl(google::protobuf::io::ZeroCopyInputStream*, google::protobuf::MessageLite*, const TcParseTableBase*, google::protobuf::MessageLite::ParseFlags)’ conflicts with a previous declaration
- 1165 | MessageLite::ParseFlags parse_flags);
- | ^
- /app/include/google/protobuf/message_lite.h:1150:6: note: previous declaration ‘template<bool alias> bool google::protobuf::internal::MergeFromImpl<alias>’
- 1150 | bool MergeFromImpl(absl::string_view input, MessageLite* msg,
- | ^~~~~~~~~~~~~
- /app/include/google/protobuf/message_lite.h:1166:55: error: ‘template<bool alias> bool google::protobuf::internal::MergeFromImpl<alias>’ is not a function template
- 1166 | extern template PROTOBUF_EXPORT_TEMPLATE_DECLARE bool MergeFromImpl<false>(
- | ^~~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/message_lite.h:1170:55: error: ‘template<bool alias> bool google::protobuf::internal::MergeFromImpl<alias>’ is not a function template
- 1170 | extern template PROTOBUF_EXPORT_TEMPLATE_DECLARE bool MergeFromImpl<true>(
- | ^~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/message_lite.h:1183:55: error: ‘template<bool alias> bool google::protobuf::internal::MergeFromImpl(BoundedZCIS, google::protobuf::MessageLite*, const TcParseTableBase*, google::protobuf::MessageLite::ParseFlags)’ conflicts with a previous declaration
- 1183 | MessageLite::ParseFlags parse_flags);
- | ^
- /app/include/google/protobuf/message_lite.h:1150:6: note: previous declaration ‘template<bool alias> bool google::protobuf::internal::MergeFromImpl<alias>’
- 1150 | bool MergeFromImpl(absl::string_view input, MessageLite* msg,
- | ^~~~~~~~~~~~~
- /app/include/google/protobuf/message_lite.h:1184:55: error: ‘template<bool alias> bool google::protobuf::internal::MergeFromImpl<alias>’ is not a function template
- 1184 | extern template PROTOBUF_EXPORT_TEMPLATE_DECLARE bool MergeFromImpl<false>(
- | ^~~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/message_lite.h:1188:55: error: ‘template<bool alias> bool google::protobuf::internal::MergeFromImpl<alias>’ is not a function template
- 1188 | extern template PROTOBUF_EXPORT_TEMPLATE_DECLARE bool MergeFromImpl<true>(
- | ^~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/message_lite.h:1199:55: error: ‘template<bool alias, class T> bool google::protobuf::internal::MergeFromImpl(const SourceWrapper<T>&, google::protobuf::MessageLite*, const TcParseTableBase*, google::protobuf::MessageLite::ParseFlags)’ conflicts with a previous declaration
- 1199 | MessageLite::ParseFlags parse_flags) {
- | ^
- /app/include/google/protobuf/message_lite.h:1150:6: note: previous declaration ‘template<bool alias> bool google::protobuf::internal::MergeFromImpl<alias>’
- 1150 | bool MergeFromImpl(absl::string_view input, MessageLite* msg,
- | ^~~~~~~~~~~~~
- In file included from /usr/include/absl/log/internal/check_impl.h:20:
- /app/include/google/protobuf/message_lite.h: In member function ‘MessageLite* google::protobuf::internal::MessageCreator::PlacementNew(const MessageLite*, const MessageLite*, void*, google::protobuf::Arena*) const’:
- /app/include/google/protobuf/message_lite.h:1270:5: error: use of ‘auto’ in lambda parameter declaration only available with ‘-std=c++14’ or ‘-std=gnu++14’
- 1270 | ABSL_DCHECK(std::all_of(src + sizeof(MessageLite), src + size,
- | ^~~~~~~~~~~
- /app/include/google/protobuf/message_lite.h: In function ‘const T* google::protobuf::DownCastMessage(const MessageLite*)’:
- /app/include/google/protobuf/message_lite.h:1426:38: error: ‘const class google::protobuf::MessageLite’ has no member named ‘GetTypeName’
- 1426 | << "Cannot downcast " << from->GetTypeName() << " to "
- | ^~~~~~~~~~~
- In file included from /app/include/google/protobuf/generated_enum_util.h:23:
- /app/include/google/protobuf/port_def.inc: At global scope:
- /app/include/google/protobuf/port_def.inc:119:15: error: static assertion failed: Protobuf only supports C++17 and newer.
- 119 | static_assert(PROTOBUF_CPLUSPLUS_MIN(201703L),
- | ^~~~~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/port_def.inc:119:15: note: the comparison reduces to ‘(201103 >= 201703)’
- /app/include/google/protobuf/generated_enum_util.h:43:9: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 43 | absl::string_view name;
- | ^~~~~~~~~~~
- /app/include/google/protobuf/generated_enum_util.h:49:44: error: ‘absl::string_view’ has not been declared
- 49 | absl::string_view name, int* value);
- | ^~~~~~~~~~~
- In file included from /app/include/google/protobuf/arenastring.h:24,
- from /app/include/google/protobuf/parse_context.h:29,
- from /app/include/google/protobuf/extension_set.h:42:
- /app/include/google/protobuf/port_def.inc:119:15: error: static assertion failed: Protobuf only supports C++17 and newer.
- 119 | static_assert(PROTOBUF_CPLUSPLUS_MIN(201703L),
- | ^~~~~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/port_def.inc:119:15: note: the comparison reduces to ‘(201103 >= 201703)’
- /app/include/google/protobuf/arenastring.h:106:44: error: ‘GlobalEmptyString’ does not name a type
- 106 | explicit constexpr TaggedStringPtr(const GlobalEmptyString* ptr)
- | ^~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/arenastring.h: In static member function ‘static void google::protobuf::internal::TaggedStringPtr::assert_aligned(const void*)’:
- /app/include/google/protobuf/arenastring.h:186:5: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [43], int, std::string&)’
- 186 | ABSL_DCHECK_EQ(reinterpret_cast<uintptr_t>(p) & kMask, 0UL);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/arenastring.h: In member function ‘std::string* google::protobuf::internal::TaggedStringPtr::TagAs(Type, std::string*)’:
- /app/include/google/protobuf/arenastring.h:193:5: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 193 | ABSL_DCHECK(p != nullptr);
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /app/include/google/protobuf/arenastring.h: At global scope:
- /app/include/google/protobuf/arenastring.h:230:34: error: ‘GlobalEmptyString’ does not name a type
- 230 | constexpr ArenaStringPtr(const GlobalEmptyString* default_value,
- | ^~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/arenastring.h:294:18: error: ‘absl::string_view’ has not been declared
- 294 | void Set(absl::string_view value, Arena* arena);
- | ^~~~~~~~~~~
- /app/include/google/protobuf/arenastring.h:301:23: error: ‘absl::string_view’ has not been declared
- 301 | void SetBytes(absl::string_view value, Arena* arena);
- | ^~~~~~~~~~~
- /app/include/google/protobuf/arenastring.h: In constructor ‘google::protobuf::internal::ArenaStringPtr::ArenaStringPtr(google::protobuf::Arena*)’:
- /app/include/google/protobuf/arenastring.h:238:22: error: ‘fixed_address_empty_string’ was not declared in this scope
- 238 | : tagged_ptr_(&fixed_address_empty_string) {
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/arenastring.h:240:17: error: ‘string_view’ is not a member of ‘absl’
- 240 | Set(absl::string_view(""), arena);
- | ^~~~~~~~~~~
- /app/include/google/protobuf/arenastring.h: In constructor ‘google::protobuf::internal::ArenaStringPtr::ArenaStringPtr(google::protobuf::Arena*, const google::protobuf::internal::LazyString&)’:
- /app/include/google/protobuf/arenastring.h:249:22: error: ‘fixed_address_empty_string’ was not declared in this scope
- 249 | : tagged_ptr_(&fixed_address_empty_string) {
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/arenastring.h:251:17: error: ‘string_view’ is not a member of ‘absl’
- 251 | Set(absl::string_view(default_value.get()), arena);
- | ^~~~~~~~~~~
- /app/include/google/protobuf/arenastring.h: In member function ‘void google::protobuf::internal::ArenaStringPtr::InitDefault()’:
- /app/include/google/protobuf/arenastring.h:448:34: error: ‘fixed_address_empty_string’ was not declared in this scope
- 448 | tagged_ptr_ = TaggedStringPtr(&fixed_address_empty_string);
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/arenastring.h: In member function ‘void google::protobuf::internal::ArenaStringPtr::Set(const char*, google::protobuf::Arena*)’:
- /app/include/google/protobuf/arenastring.h:465:13: error: ‘string_view’ is not a member of ‘absl’
- 465 | Set(absl::string_view{s}, arena);
- | ^~~~~~~~~~~
- /app/include/google/protobuf/arenastring.h: In member function ‘void google::protobuf::internal::ArenaStringPtr::Set(const char*, size_t, google::protobuf::Arena*)’:
- /app/include/google/protobuf/arenastring.h:469:13: error: ‘string_view’ is not a member of ‘absl’
- 469 | Set(absl::string_view{s, n}, arena);
- | ^~~~~~~~~~~
- /app/include/google/protobuf/arenastring.h: At global scope:
- /app/include/google/protobuf/arenastring.h:472:13: error: variable or field ‘SetBytes’ declared void
- 472 | inline void ArenaStringPtr::SetBytes(absl::string_view value, Arena* arena) {
- | ^~~~~~~~~~~~~~
- /app/include/google/protobuf/arenastring.h:472:44: error: ‘string_view’ is not a member of ‘absl’
- 472 | inline void ArenaStringPtr::SetBytes(absl::string_view value, Arena* arena) {
- | ^~~~~~~~~~~
- /app/include/google/protobuf/arenastring.h:472:68: error: expected primary-expression before ‘*’ token
- 472 | inline void ArenaStringPtr::SetBytes(absl::string_view value, Arena* arena) {
- | ^
- /app/include/google/protobuf/arenastring.h:472:70: error: ‘arena’ was not declared in this scope; did you mean ‘Arena’?
- 472 | inline void ArenaStringPtr::SetBytes(absl::string_view value, Arena* arena) {
- | ^~~~~
- | Arena
- /app/include/google/protobuf/arenastring.h: In member function ‘void google::protobuf::internal::ArenaStringPtr::SetBytes(const void*, size_t, google::protobuf::Arena*)’:
- /app/include/google/protobuf/arenastring.h:494:13: error: ‘string_view’ is not a member of ‘absl’
- 494 | Set(absl::string_view{static_cast<const char*>(p), n}, arena);
- | ^~~~~~~~~~~
- /app/include/google/protobuf/arenastring.h: In member function ‘void google::protobuf::internal::ArenaStringPtr::ClearNonDefaultToEmpty()’:
- /app/include/google/protobuf/arenastring.h:523:3: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 523 | ABSL_DCHECK(!tagged_ptr_.IsDefault());
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /app/include/google/protobuf/arenastring.h: In member function ‘std::string* google::protobuf::internal::ArenaStringPtr::UnsafeMutablePointer()’:
- /app/include/google/protobuf/arenastring.h:528:3: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 528 | ABSL_DCHECK(tagged_ptr_.IsMutable());
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /app/include/google/protobuf/arenastring.h:529:3: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 529 | ABSL_DCHECK(tagged_ptr_.Get() != nullptr);
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- In file included from /app/include/google/protobuf/inlined_string_field.h:22,
- from /app/include/google/protobuf/parse_context.h:31:
- /app/include/google/protobuf/port_def.inc: At global scope:
- /app/include/google/protobuf/port_def.inc:119:15: error: static assertion failed: Protobuf only supports C++17 and newer.
- 119 | static_assert(PROTOBUF_CPLUSPLUS_MIN(201703L),
- | ^~~~~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/port_def.inc:119:15: note: the comparison reduces to ‘(201103 >= 201703)’
- /app/include/google/protobuf/inlined_string_field.h:125:18: error: ‘absl::string_view’ has not been declared
- 125 | void Set(absl::string_view value, Arena* arena, bool donated,
- | ^~~~~~~~~~~
- /app/include/google/protobuf/inlined_string_field.h:144:23: error: ‘absl::string_view’ has not been declared
- 144 | void SetBytes(absl::string_view value, Arena* arena, bool donated,
- | ^~~~~~~~~~~
- /app/include/google/protobuf/inlined_string_field.h:162:48: error: ‘absl::string_view’ has not been declared
- 162 | PROTOBUF_NDEBUG_INLINE void SetNoArena(absl::string_view value);
- | ^~~~~~~~~~~
- /app/include/google/protobuf/inlined_string_field.h:431:13: error: variable or field ‘SetNoArena’ declared void
- 431 | inline void InlinedStringField::SetNoArena(absl::string_view value) {
- | ^~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/inlined_string_field.h:431:50: error: ‘string_view’ is not a member of ‘absl’
- 431 | inline void InlinedStringField::SetNoArena(absl::string_view value) {
- | ^~~~~~~~~~~
- /app/include/google/protobuf/inlined_string_field.h:461:13: error: variable or field ‘Set’ declared void
- 461 | inline void InlinedStringField::Set(absl::string_view value, Arena* arena,
- | ^~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/inlined_string_field.h:461:43: error: ‘string_view’ is not a member of ‘absl’
- 461 | inline void InlinedStringField::Set(absl::string_view value, Arena* arena,
- | ^~~~~~~~~~~
- /app/include/google/protobuf/inlined_string_field.h:461:67: error: expected primary-expression before ‘*’ token
- 461 | inline void InlinedStringField::Set(absl::string_view value, Arena* arena,
- | ^
- /app/include/google/protobuf/inlined_string_field.h:461:69: error: ‘arena’ was not declared in this scope; did you mean ‘Arena’?
- 461 | inline void InlinedStringField::Set(absl::string_view value, Arena* arena,
- | ^~~~~
- | Arena
- /app/include/google/protobuf/inlined_string_field.h:462:37: error: expected primary-expression before ‘bool’
- 462 | bool donated, uint32_t* /*donating_states*/,
- | ^~~~
- /app/include/google/protobuf/inlined_string_field.h:462:59: error: expected primary-expression before ‘*’ token
- 462 | bool donated, uint32_t* /*donating_states*/,
- | ^
- /app/include/google/protobuf/inlined_string_field.h:462:80: error: expected primary-expression before ‘,’ token
- 462 | bool donated, uint32_t* /*donating_states*/,
- | ^
- /app/include/google/protobuf/inlined_string_field.h:463:54: error: expected primary-expression before ‘,’ token
- 463 | uint32_t /*mask*/, MessageLite* /*msg*/) {
- | ^
- /app/include/google/protobuf/inlined_string_field.h:463:67: error: expected primary-expression before ‘*’ token
- 463 | uint32_t /*mask*/, MessageLite* /*msg*/) {
- | ^
- /app/include/google/protobuf/inlined_string_field.h:463:76: error: expected primary-expression before ‘)’ token
- 463 | uint32_t /*mask*/, MessageLite* /*msg*/) {
- | ^
- /app/include/google/protobuf/inlined_string_field.h: In member function ‘void google::protobuf::internal::InlinedStringField::Set(const char*, google::protobuf::Arena*, bool, uint32_t*, uint32_t, google::protobuf::MessageLite*)’:
- /app/include/google/protobuf/inlined_string_field.h:472:13: error: ‘string_view’ is not a member of ‘absl’
- 472 | Set(absl::string_view(str), arena, donated, donating_states, mask, msg);
- | ^~~~~~~~~~~
- /app/include/google/protobuf/inlined_string_field.h: In member function ‘void google::protobuf::internal::InlinedStringField::Set(const char*, size_t, google::protobuf::Arena*, bool, uint32_t*, uint32_t, google::protobuf::MessageLite*)’:
- /app/include/google/protobuf/inlined_string_field.h:479:13: error: ‘string_view’ is not a member of ‘absl’
- 479 | Set(absl::string_view{str, size}, arena, donated, donating_states, mask, msg);
- | ^~~~~~~~~~~
- /app/include/google/protobuf/inlined_string_field.h: At global scope:
- /app/include/google/protobuf/inlined_string_field.h:482:13: error: variable or field ‘SetBytes’ declared void
- 482 | inline void InlinedStringField::SetBytes(absl::string_view value, Arena* arena,
- | ^~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/inlined_string_field.h:482:48: error: ‘string_view’ is not a member of ‘absl’
- 482 | inline void InlinedStringField::SetBytes(absl::string_view value, Arena* arena,
- | ^~~~~~~~~~~
- /app/include/google/protobuf/inlined_string_field.h:482:72: error: expected primary-expression before ‘*’ token
- 482 | inline void InlinedStringField::SetBytes(absl::string_view value, Arena* arena,
- | ^
- /app/include/google/protobuf/inlined_string_field.h:482:74: error: ‘arena’ was not declared in this scope; did you mean ‘Arena’?
- 482 | inline void InlinedStringField::SetBytes(absl::string_view value, Arena* arena,
- | ^~~~~
- | Arena
- /app/include/google/protobuf/inlined_string_field.h:483:42: error: expected primary-expression before ‘bool’
- 483 | bool donated,
- | ^~~~
- /app/include/google/protobuf/inlined_string_field.h:484:50: error: expected primary-expression before ‘*’ token
- 484 | uint32_t* donating_states,
- | ^
- /app/include/google/protobuf/inlined_string_field.h:484:52: error: ‘donating_states’ was not declared in this scope; did you mean ‘InitDonatingStates’?
- 484 | uint32_t* donating_states,
- | ^~~~~~~~~~~~~~~
- | InitDonatingStates
- /app/include/google/protobuf/inlined_string_field.h:485:51: error: expected primary-expression before ‘mask’
- 485 | uint32_t mask, MessageLite* msg) {
- | ^~~~
- /app/include/google/protobuf/inlined_string_field.h:485:68: error: expected primary-expression before ‘*’ token
- 485 | uint32_t mask, MessageLite* msg) {
- | ^
- /app/include/google/protobuf/inlined_string_field.h:485:70: error: ‘msg’ was not declared in this scope
- 485 | uint32_t mask, MessageLite* msg) {
- | ^~~
- In file included from /app/include/google/protobuf/io/zero_copy_stream.h:93,
- from /app/include/google/protobuf/parse_context.h:33:
- /app/include/google/protobuf/port_def.inc:119:15: error: static assertion failed: Protobuf only supports C++17 and newer.
- 119 | static_assert(PROTOBUF_CPLUSPLUS_MIN(201703L),
- | ^~~~~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/port_def.inc:119:15: note: the comparison reduces to ‘(201103 >= 201703)’
- In file included from /app/include/google/protobuf/micro_string.h:19,
- from /app/include/google/protobuf/parse_context.h:36:
- /app/include/google/protobuf/port_def.inc:119:15: error: static assertion failed: Protobuf only supports C++17 and newer.
- 119 | static_assert(PROTOBUF_CPLUSPLUS_MIN(201703L),
- | ^~~~~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/port_def.inc:119:15: note: the comparison reduces to ‘(201103 >= 201703)’
- /app/include/google/protobuf/micro_string.h:75:11: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 75 | absl::string_view view() const { return {payload, size}; }
- | ^~~~~~~~~~~
- /app/include/google/protobuf/micro_string.h:81:34: error: ‘absl::string_view’ has not been declared
- 81 | void SetExternalBuffer(absl::string_view buffer) {
- | ^~~~~~~~~~~
- /app/include/google/protobuf/micro_string.h:171:18: error: ‘absl::string_view’ has not been declared
- 171 | void Set(absl::string_view data, Arena* arena) {
- | ^~~~~~~~~~~
- /app/include/google/protobuf/micro_string.h:174:18: error: ‘absl::string_view’ has not been declared
- 174 | void Set(absl::string_view data, Arena* arena, size_t inline_capacity) {
- | ^~~~~~~~~~~
- /app/include/google/protobuf/micro_string.h:195:23: error: ‘absl::string_view’ has not been declared
- 195 | void SetAlias(absl::string_view data, Arena* arena,
- | ^~~~~~~~~~~
- /app/include/google/protobuf/micro_string.h:231:9: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 231 | absl::string_view Get() const {
- | ^~~~~~~~~~~
- /app/include/google/protobuf/micro_string.h:244:60: error: ‘absl::string_view’ has not been declared
- 244 | static constexpr UnownedPayload MakeUnownedPayload(absl::string_view data) {
- | ^~~~~~~~~~~
- /app/include/google/protobuf/micro_string.h:300:11: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 300 | absl::string_view view() const { return {data(), size}; }
- | ^~~~~~~~~~~
- /app/include/google/protobuf/micro_string.h:380:9: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 380 | absl::string_view inline_view() const {
- | ^~~~~~~~~~~
- /app/include/google/protobuf/micro_string.h:421:50: error: ‘absl::string_view’ has not been declared
- 421 | static void SetMaybeConstant(Self& self, absl::string_view data,
- | ^~~~~~~~~~~
- /app/include/google/protobuf/micro_string.h:438:22: error: ‘absl::string_view’ has not been declared
- 438 | void SetImpl(absl::string_view data, Arena* arena, size_t inline_capacity);
- | ^~~~~~~~~~~
- /app/include/google/protobuf/micro_string.h: In member function ‘char* google::protobuf::internal::MicroString::LargeRep::owned_head()’:
- /app/include/google/protobuf/micro_string.h:77:7: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [44], int, std::string&)’
- 77 | ABSL_DCHECK_GE(capacity, kOwned);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/micro_string.h: In member function ‘void google::protobuf::internal::MicroString::LargeRep::SetExternalBuffer(int)’:
- /app/include/google/protobuf/micro_string.h:82:42: error: request for member ‘data’ in ‘buffer’, which is of non-class type ‘int’
- 82 | payload = const_cast<char*>(buffer.data());
- | ^~~~
- /app/include/google/protobuf/micro_string.h:83:21: error: request for member ‘size’ in ‘buffer’, which is of non-class type ‘int’
- 83 | size = buffer.size();
- | ^~~~
- /app/include/google/protobuf/micro_string.h: In member function ‘void google::protobuf::internal::MicroString::Set(const google::protobuf::internal::MicroString&, google::protobuf::Arena*, size_t)’:
- /app/include/google/protobuf/micro_string.h:167:15: error: ‘const class google::protobuf::internal::MicroString’ has no member named ‘Get’; did you mean ‘Set’?
- 167 | Set(other.Get(), arena, inline_capacity);
- | ^~~
- | Set
- /app/include/google/protobuf/micro_string.h: In member function ‘void google::protobuf::internal::MicroString::Set(const std::string&, Args ...)’:
- /app/include/google/protobuf/micro_string.h:183:15: error: ‘string_view’ is not a member of ‘absl’
- 183 | Set(absl::string_view(data), args...);
- | ^~~~~~~~~~~
- /app/include/google/protobuf/micro_string.h: In member function ‘void google::protobuf::internal::MicroString::Set(const char*, Args ...)’:
- /app/include/google/protobuf/micro_string.h:191:15: error: ‘string_view’ is not a member of ‘absl’
- 191 | Set(absl::string_view(data), args...);
- | ^~~~~~~~~~~
- /app/include/google/protobuf/micro_string.h: In static member function ‘static constexpr google::protobuf::internal::MicroString::UnownedPayload google::protobuf::internal::MicroString::MakeUnownedPayload(int)’:
- /app/include/google/protobuf/micro_string.h:245:59: error: request for member ‘data’ in ‘data’, which is of non-class type ‘int’
- 245 | return UnownedPayload{LargeRep{const_cast<char*>(data.data()),
- | ^~~~
- /app/include/google/protobuf/micro_string.h:246:63: error: request for member ‘size’ in ‘data’, which is of non-class type ‘int’
- 246 | static_cast<uint32_t>(data.size()),
- | ^~~~
- /app/include/google/protobuf/micro_string.h:248:3: error: body of ‘constexpr’ function ‘static constexpr google::protobuf::internal::MicroString::UnownedPayload google::protobuf::internal::MicroString::MakeUnownedPayload(int)’ not a return-statement
- 248 | }
- | ^
- /app/include/google/protobuf/micro_string.h: In member function ‘void google::protobuf::internal::MicroString::StringRep::ResetBase()’:
- /app/include/google/protobuf/micro_string.h:262:42: error: cannot convert ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 262 | void ResetBase() { SetExternalBuffer(str); }
- | ^~~
- | |
- | std::string {aka std::__cxx11::basic_string<char>}
- /app/include/google/protobuf/micro_string.h:81:46: note: initializing argument 1 of ‘void google::protobuf::internal::MicroString::LargeRep::SetExternalBuffer(int)’
- 81 | void SetExternalBuffer(absl::string_view buffer) {
- | ~~~~~~~~~~~~~~~~~~^~~~~~
- /app/include/google/protobuf/micro_string.h: In member function ‘google::protobuf::internal::MicroString::LargeRepKind google::protobuf::internal::MicroString::large_rep_kind() const’:
- /app/include/google/protobuf/micro_string.h:289:5: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 289 | ABSL_DCHECK(is_large_rep());
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /app/include/google/protobuf/micro_string.h: In member function ‘google::protobuf::internal::MicroString::MicroRep* google::protobuf::internal::MicroString::micro_rep() const’:
- /app/include/google/protobuf/micro_string.h:319:5: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 319 | ABSL_DCHECK(is_micro_rep());
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /app/include/google/protobuf/micro_string.h: In member function ‘google::protobuf::internal::MicroString::LargeRep* google::protobuf::internal::MicroString::large_rep() const’:
- /app/include/google/protobuf/micro_string.h:334:5: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 334 | ABSL_DCHECK(is_large_rep());
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /app/include/google/protobuf/micro_string.h: In member function ‘google::protobuf::internal::MicroString::StringRep* google::protobuf::internal::MicroString::string_rep() const’:
- /app/include/google/protobuf/micro_string.h:341:5: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [44], int, std::string&)’
- 341 | ABSL_DCHECK_EQ(+kString, +large_rep_kind());
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/micro_string.h: In member function ‘size_t google::protobuf::internal::MicroString::inline_size() const’:
- /app/include/google/protobuf/micro_string.h:355:5: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 355 | ABSL_DCHECK(is_inline());
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /app/include/google/protobuf/micro_string.h: In member function ‘void google::protobuf::internal::MicroString::set_inline_size(size_t)’:
- /app/include/google/protobuf/micro_string.h:365:5: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 365 | ABSL_DCHECK(is_inline());
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /app/include/google/protobuf/micro_string.h: In member function ‘char* google::protobuf::internal::MicroString::inline_head()’:
- /app/include/google/protobuf/micro_string.h:368:5: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 368 | ABSL_DCHECK(is_inline());
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /app/include/google/protobuf/micro_string.h: In static member function ‘static void google::protobuf::internal::MicroString::SetMaybeConstant(Self&, int, google::protobuf::Arena*)’:
- /app/include/google/protobuf/micro_string.h:423:30: error: request for member ‘size’ in ‘data’, which is of non-class type ‘int’
- 423 | const size_t size = data.size();
- | ^~~~
- /app/include/google/protobuf/micro_string.h:431:40: error: request for member ‘data’ in ‘data’, which is of non-class type ‘int’
- 431 | memcpy(tmp.inline_head(), data.data(), data.size());
- | ^~~~
- /app/include/google/protobuf/micro_string.h:431:53: error: request for member ‘size’ in ‘data’, which is of non-class type ‘int’
- 431 | memcpy(tmp.inline_head(), data.data(), data.size());
- | ^~~~
- /app/include/google/protobuf/micro_string.h: In lambda function:
- /app/include/google/protobuf/micro_string.h:459:22: error: ‘absl::string_view’ has not been declared
- 459 | setter([&](absl::string_view chunk) {
- | ^~~~~~~~~~~
- /app/include/google/protobuf/micro_string.h: In lambda function:
- /app/include/google/protobuf/micro_string.h:460:7: error: request for member ‘size’ in ‘chunk’, which is of non-class type ‘int’
- 460 | ABSL_DCHECK_LE(p - start + chunk.size(), size);
- | ^~~~~~~~~~~~~~
- /app/include/google/protobuf/micro_string.h:461:23: error: request for member ‘data’ in ‘chunk’, which is of non-class type ‘int’
- 461 | memcpy(p, chunk.data(), chunk.size());
- | ^~~~
- /app/include/google/protobuf/micro_string.h:461:37: error: request for member ‘size’ in ‘chunk’, which is of non-class type ‘int’
- 461 | memcpy(p, chunk.data(), chunk.size());
- | ^~~~
- /app/include/google/protobuf/micro_string.h:462:18: error: request for member ‘size’ in ‘chunk’, which is of non-class type ‘int’
- 462 | p += chunk.size();
- | ^~~~
- /app/include/google/protobuf/micro_string.h: In lambda function:
- /app/include/google/protobuf/micro_string.h:484:22: error: ‘absl::string_view’ has not been declared
- 484 | setter([&](absl::string_view chunk) {
- | ^~~~~~~~~~~
- /app/include/google/protobuf/micro_string.h: In lambda function:
- /app/include/google/protobuf/micro_string.h:485:27: error: request for member ‘data’ in ‘chunk’, which is of non-class type ‘int’
- 485 | r->str.append(chunk.data(), chunk.size());
- | ^~~~
- /app/include/google/protobuf/micro_string.h:485:41: error: request for member ‘size’ in ‘chunk’, which is of non-class type ‘int’
- 485 | r->str.append(chunk.data(), chunk.size());
- | ^~~~
- /app/include/google/protobuf/micro_string.h: At global scope:
- /app/include/google/protobuf/micro_string.h:568:22: error: ‘Get’ has not been declared in ‘class google::protobuf::internal::MicroString’
- 568 | using MicroString::Get;
- | ^~~
- /app/include/google/protobuf/micro_string.h:573:18: error: ‘absl::string_view’ has not been declared
- 573 | void Set(absl::string_view data, Arena* arena) {
- | ^~~~~~~~~~~
- /app/include/google/protobuf/micro_string.h:586:23: error: ‘absl::string_view’ has not been declared
- 586 | void SetAlias(absl::string_view data, Arena* arena) {
- | ^~~~~~~~~~~
- /app/include/google/protobuf/micro_string.h: In member function ‘void google::protobuf::internal::MicroStringExtraImpl<RequestedSpace>::Set(const std::string&, google::protobuf::Arena*)’:
- /app/include/google/protobuf/micro_string.h:577:15: error: ‘string_view’ is not a member of ‘absl’
- 577 | Set(absl::string_view(data), arena);
- | ^~~~~~~~~~~
- /app/include/google/protobuf/micro_string.h: In member function ‘void google::protobuf::internal::MicroStringExtraImpl<RequestedSpace>::Set(const char*, google::protobuf::Arena*)’:
- /app/include/google/protobuf/micro_string.h:580:15: error: ‘string_view’ is not a member of ‘absl’
- 580 | Set(absl::string_view(data), arena);
- | ^~~~~~~~~~~
- /app/include/google/protobuf/micro_string.h: At global scope:
- /app/include/google/protobuf/micro_string.h:619:10: error: ‘conditional_t’ in namespace ‘std’ does not name a template type; did you mean ‘conditional’?
- 619 | std::conditional_t<(!MicroString::kAllowExtraCapacity ||
- | ^~~~~~~~~~~~~
- | conditional
- In file included from /app/include/google/protobuf/repeated_ptr_field.h:46,
- from /app/include/google/protobuf/repeated_field.h:46,
- from /app/include/google/protobuf/parse_context.h:38:
- /app/include/google/protobuf/port_def.inc:119:15: error: static assertion failed: Protobuf only supports C++17 and newer.
- 119 | static_assert(PROTOBUF_CPLUSPLUS_MIN(201703L),
- | ^~~~~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/port_def.inc:119:15: note: the comparison reduces to ‘(201103 >= 201703)’
- /app/include/google/protobuf/repeated_ptr_field.h: In member function ‘void google::protobuf::internal::RepeatedPtrFieldBase::InternalSwap(google::protobuf::internal::RepeatedPtrFieldBase*)’:
- /app/include/google/protobuf/repeated_ptr_field.h:325:5: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 325 | ABSL_DCHECK(this != rhs);
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /app/include/google/protobuf/repeated_ptr_field.h: In member function ‘void google::protobuf::internal::RepeatedPtrFieldBase::AddAllocatedForParse(void*)’:
- /app/include/google/protobuf/repeated_ptr_field.h:339:5: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 339 | ABSL_DCHECK(PrepareForParse());
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /app/include/google/protobuf/repeated_ptr_field.h: In member function ‘int google::protobuf::internal::RepeatedPtrFieldBase::ExchangeCurrentSize(int)’:
- /app/include/google/protobuf/repeated_ptr_field.h:637:17: error: ‘exchange’ is not a member of ‘std’
- 637 | return std::exchange(current_size_, new_size);
- | ^~~~~~~~
- /app/include/google/protobuf/repeated_ptr_field.h:637:17: note: ‘std::exchange’ is only available from C++14 onwards
- /app/include/google/protobuf/repeated_ptr_field.h: In member function ‘bool google::protobuf::internal::RepeatedPtrFieldBase::SizeAtCapacity() const’:
- /app/include/google/protobuf/repeated_ptr_field.h:641:5: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 641 | ABSL_DCHECK_LE(size(), allocated_size());
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h:642:5: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 642 | ABSL_DCHECK_LE(allocated_size(), Capacity());
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h: In member function ‘bool google::protobuf::internal::RepeatedPtrFieldBase::AllocatedSizeAtCapacity() const’:
- /app/include/google/protobuf/repeated_ptr_field.h:651:5: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 651 | ABSL_DCHECK_LE(size(), allocated_size());
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h:652:5: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 652 | ABSL_DCHECK_LE(allocated_size(), Capacity());
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h: In member function ‘void*& google::protobuf::internal::RepeatedPtrFieldBase::element_at(int)’:
- /app/include/google/protobuf/repeated_ptr_field.h:668:7: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 668 | ABSL_DCHECK_EQ(index, 0);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h: In member function ‘google::protobuf::internal::RepeatedPtrFieldBase::Rep* google::protobuf::internal::RepeatedPtrFieldBase::rep()’:
- /app/include/google/protobuf/repeated_ptr_field.h:682:5: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 682 | ABSL_DCHECK(!using_sso());
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /app/include/google/protobuf/repeated_ptr_field.h: In member function ‘void google::protobuf::internal::RepeatedPtrFieldBase::MaybeExtend()’:
- /app/include/google/protobuf/repeated_ptr_field.h:745:7: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 745 | ABSL_DCHECK_EQ(allocated_size(), Capacity());
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h:748:7: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 748 | ABSL_DCHECK_NE(allocated_size(), Capacity());
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h: At global scope:
- /app/include/google/protobuf/repeated_ptr_field.h:855:20: error: ‘GetNewFunc’ function uses ‘auto’ type specifier without trailing return type
- 855 | static constexpr auto GetNewFunc() { return Arena::DefaultConstruct<Type>; }
- | ^~~~
- /app/include/google/protobuf/repeated_ptr_field.h:855:20: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /app/include/google/protobuf/repeated_ptr_field.h:918:20: error: ‘GetNewFunc’ function uses ‘auto’ type specifier without trailing return type
- 918 | static constexpr auto GetNewFunc() { return NewStringElement; }
- | ^~~~
- /app/include/google/protobuf/repeated_ptr_field.h:918:20: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /app/include/google/protobuf/repeated_ptr_field.h: In constructor ‘google::protobuf::RepeatedPtrField<T>::RepeatedPtrField()’:
- /app/include/google/protobuf/repeated_ptr_field.h:1275:1: error: ‘constexpr’ constructor does not have empty body
- 1275 | }
- | ^
- In file included from /app/include/google/protobuf/repeated_field.h:49:
- /app/include/google/protobuf/port_def.inc: At global scope:
- /app/include/google/protobuf/port_def.inc:119:15: error: static assertion failed: Protobuf only supports C++17 and newer.
- 119 | static_assert(PROTOBUF_CPLUSPLUS_MIN(201703L),
- | ^~~~~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/port_def.inc:119:15: note: the comparison reduces to ‘(201103 >= 201703)’
- /app/include/google/protobuf/repeated_field.h: In function ‘constexpr int google::protobuf::internal::SooCapacityElements(size_t)’:
- /app/include/google/protobuf/repeated_field.h:147:1: error: body of ‘constexpr’ function ‘constexpr int google::protobuf::internal::SooCapacityElements(size_t)’ not a return-statement
- 147 | }
- | ^
- /app/include/google/protobuf/repeated_field.h: In member function ‘char* google::protobuf::internal::LongSooRep::elements() const’:
- /app/include/google/protobuf/repeated_field.h:153:5: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [46], int, std::string&)’
- 153 | ABSL_DCHECK_NE(ret, nullptr);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_field.h: In constructor ‘google::protobuf::internal::ShortSooRep::ShortSooRep(google::protobuf::Arena*)’:
- /app/include/google/protobuf/repeated_field.h:165:5: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [46], int, std::string&)’
- 165 | ABSL_DCHECK_EQ(size(), 0);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_field.h: In member function ‘google::protobuf::Arena* google::protobuf::internal::SooRep::soo_arena() const’:
- /app/include/google/protobuf/repeated_field.h:194:5: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 194 | ABSL_DCHECK(is_soo());
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /app/include/google/protobuf/repeated_field.h: In member function ‘int google::protobuf::internal::SooRep::size(bool) const’:
- /app/include/google/protobuf/repeated_field.h:198:5: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [46], int, std::string&)’
- 198 | ABSL_DCHECK_EQ(is_soo, this->is_soo());
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_field.h: In member function ‘void google::protobuf::internal::SooRep::set_size(bool, int)’:
- /app/include/google/protobuf/repeated_field.h:209:5: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [46], int, std::string&)’
- 209 | ABSL_DCHECK_EQ(is_soo, this->is_soo());
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_field.h:211:7: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [46], int, std::string&)’
- 211 | ABSL_DCHECK_LE(size, kSooSizeMask);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_field.h: In member function ‘void google::protobuf::internal::SooRep::set_non_soo(bool, int, void*)’:
- /app/include/google/protobuf/repeated_field.h:221:5: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [46], int, std::string&)’
- 221 | ABSL_DCHECK_EQ(was_soo, is_soo());
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_field.h:222:5: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [46], int, std::string&)’
- 222 | ABSL_DCHECK_NE(elements, nullptr);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_field.h:223:5: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [46], int, std::string&)’
- 223 | ABSL_DCHECK_EQ(reinterpret_cast<uintptr_t>(elements) % kSooPtrAlignment,
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_field.h: At global scope:
- /app/include/google/protobuf/repeated_field.h:457:53: error: call to non-‘constexpr’ function ‘const _Tp& std::max(const _Tp&, const _Tp&) [with _Tp = long unsigned int]’
- 457 | using HeapRep = internal::HeapRep<std::max<size_t>(sizeof(Element), 8)>;
- | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
- /usr/include/c++/14.2.0/bits/stl_algobase.h:257:5: note: ‘const _Tp& std::max(const _Tp&, const _Tp&) [with _Tp = long unsigned int]’ declared here
- 257 | max(const _Tp& __a, const _Tp& __b)
- | ^~~
- /app/include/google/protobuf/repeated_field.h: In constructor ‘google::protobuf::RepeatedField< <template-parameter-1-1> >::RepeatedField()’:
- /app/include/google/protobuf/repeated_field.h:646:1: error: ‘constexpr’ constructor does not have empty body
- 646 | }
- | ^
- /app/include/google/protobuf/repeated_field.h: In instantiation of ‘class google::protobuf::RepeatedField<absl::lts_20240722::Cord>’:
- /app/include/google/protobuf/repeated_field.h:1271:26: required from here
- 1271 | RepeatedField<absl::Cord>::SpaceUsedExcludingSelfLong() const;
- | ^~
- /app/include/google/protobuf/repeated_field.h:457:53: error: call to non-‘constexpr’ function ‘const _Tp& std::max(const _Tp&, const _Tp&) [with _Tp = long unsigned int]’
- 457 | using HeapRep = internal::HeapRep<std::max<size_t>(sizeof(Element), 8)>;
- | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
- /usr/include/c++/14.2.0/bits/stl_algobase.h:257:5: note: ‘const _Tp& std::max(const _Tp&, const _Tp&) [with _Tp = long unsigned int]’ declared here
- 257 | max(const _Tp& __a, const _Tp& __b)
- | ^~~
- /app/include/google/protobuf/repeated_field.h:457:9: note: in template argument for type ‘long unsigned int’
- 457 | using HeapRep = internal::HeapRep<std::max<size_t>(sizeof(Element), 8)>;
- | ^~~~~~~
- In file included from /app/include/google/protobuf/wire_format_lite.h:54,
- from /app/include/google/protobuf/parse_context.h:40:
- /app/include/google/protobuf/port_def.inc: At global scope:
- /app/include/google/protobuf/port_def.inc:119:15: error: static assertion failed: Protobuf only supports C++17 and newer.
- 119 | static_assert(PROTOBUF_CPLUSPLUS_MIN(201703L),
- | ^~~~~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/port_def.inc:119:15: note: the comparison reduces to ‘(201103 >= 201703)’
- /app/include/google/protobuf/wire_format_lite.h:289:38: error: ‘absl::string_view’ has not been declared
- 289 | absl::string_view field_name);
- | ^~~~~~~~~~~
- /app/include/google/protobuf/wire_format_lite.h:614:41: error: ‘absl::string_view’ has not been declared
- 614 | static inline size_t StringSize(absl::string_view value);
- | ^~~~~~~~~~~
- /app/include/google/protobuf/wire_format_lite.h:615:40: error: ‘absl::string_view’ has not been declared
- 615 | static inline size_t BytesSize(absl::string_view value);
- | ^~~~~~~~~~~
- /app/include/google/protobuf/repeated_field.h: In instantiation of ‘class google::protobuf::RepeatedField<unsigned int>’:
- /app/include/google/protobuf/wire_format_lite.h:978:3: required from here
- 978 | ABSL_DCHECK_EQ(UInt32Size(tag), static_cast<size_t>(tag_size));
- | ^~~~~~~~~~~~~~
- /app/include/google/protobuf/repeated_field.h:457:53: error: call to non-‘constexpr’ function ‘const _Tp& std::max(const _Tp&, const _Tp&) [with _Tp = long unsigned int]’
- 457 | using HeapRep = internal::HeapRep<std::max<size_t>(sizeof(Element), 8)>;
- | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
- /usr/include/c++/14.2.0/bits/stl_algobase.h:257:5: note: ‘const _Tp& std::max(const _Tp&, const _Tp&) [with _Tp = long unsigned int]’ declared here
- 257 | max(const _Tp& __a, const _Tp& __b)
- | ^~~
- /app/include/google/protobuf/repeated_field.h:457:9: note: in template argument for type ‘long unsigned int’
- 457 | using HeapRep = internal::HeapRep<std::max<size_t>(sizeof(Element), 8)>;
- | ^~~~~~~
- /app/include/google/protobuf/wire_format_lite.h: In static member function ‘static uint8_t* google::protobuf::internal::WireFormatLite::WriteStringToArray(int, const std::string&, uint8_t*)’:
- /app/include/google/protobuf/wire_format_lite.h:1449:60: error: cannot convert ‘const std::string’ {aka ‘const std::__cxx11::basic_string<char>’} to ‘int’
- 1449 | return io::CodedOutputStream::WriteStringWithSizeToArray(value, target);
- | ^~~~~
- | |
- | const std::string {aka const std::__cxx11::basic_string<char>}
- /app/include/google/protobuf/io/coded_stream.h:1123:64: note: initializing argument 1 of ‘static uint8_t* google::protobuf::io::CodedOutputStream::WriteStringWithSizeToArray(int, uint8_t*)’
- 1123 | static uint8_t* WriteStringWithSizeToArray(absl::string_view str,
- | ~~~~~~~~~~~~~~~~~~^~~
- /app/include/google/protobuf/wire_format_lite.h: In static member function ‘static uint8_t* google::protobuf::internal::WireFormatLite::WriteBytesToArray(int, const std::string&, uint8_t*)’:
- /app/include/google/protobuf/wire_format_lite.h:1455:60: error: cannot convert ‘const std::string’ {aka ‘const std::__cxx11::basic_string<char>’} to ‘int’
- 1455 | return io::CodedOutputStream::WriteStringWithSizeToArray(value, target);
- | ^~~~~
- | |
- | const std::string {aka const std::__cxx11::basic_string<char>}
- /app/include/google/protobuf/io/coded_stream.h:1123:64: note: initializing argument 1 of ‘static uint8_t* google::protobuf::io::CodedOutputStream::WriteStringWithSizeToArray(int, uint8_t*)’
- 1123 | static uint8_t* WriteStringWithSizeToArray(absl::string_view str,
- | ~~~~~~~~~~~~~~~~~~^~~
- /app/include/google/protobuf/wire_format_lite.h: At global scope:
- /app/include/google/protobuf/wire_format_lite.h:1545:54: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 1545 | inline size_t WireFormatLite::StringSize(const absl::string_view value) {
- | ^~~~~~~~~~~
- /app/include/google/protobuf/wire_format_lite.h: In static member function ‘static size_t google::protobuf::internal::WireFormatLite::StringSize(int)’:
- /app/include/google/protobuf/wire_format_lite.h:1549:36: error: request for member ‘size’ in ‘value’, which is of non-class type ‘const int’
- 1549 | return LengthDelimitedSize(value.size());
- | ^~~~
- /app/include/google/protobuf/wire_format_lite.h: At global scope:
- /app/include/google/protobuf/wire_format_lite.h:1551:53: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 1551 | inline size_t WireFormatLite::BytesSize(const absl::string_view value) {
- | ^~~~~~~~~~~
- /app/include/google/protobuf/wire_format_lite.h: In static member function ‘static size_t google::protobuf::internal::WireFormatLite::BytesSize(int)’:
- /app/include/google/protobuf/wire_format_lite.h:1552:36: error: request for member ‘size’ in ‘value’, which is of non-class type ‘const int’
- 1552 | return LengthDelimitedSize(value.size());
- | ^~~~
- In file included from /app/include/google/protobuf/parse_context.h:44:
- /app/include/google/protobuf/port_def.inc: At global scope:
- /app/include/google/protobuf/port_def.inc:119:15: error: static assertion failed: Protobuf only supports C++17 and newer.
- 119 | static_assert(PROTOBUF_CPLUSPLUS_MIN(201703L),
- | ^~~~~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/port_def.inc:119:15: note: the comparison reduces to ‘(201103 >= 201703)’
- /app/include/google/protobuf/parse_context.h:58:63: error: ‘absl::string_view’ has not been declared
- 58 | PROTOBUF_EXPORT void WriteLengthDelimited(uint32_t num, absl::string_view val,
- | ^~~~~~~~~~~
- /app/include/google/protobuf/parse_context.h:62:54: error: ‘absl::string_view’ has not been declared
- 62 | inline void WriteLengthDelimited(uint32_t num, absl::string_view val,
- | ^~~~~~~~~~~
- /app/include/google/protobuf/parse_context.h:302:30: error: ‘absl::string_view’ has not been declared
- 302 | const char* InitFrom(absl::string_view flat) {
- | ^~~~~~~~~~~
- /app/include/google/protobuf/parse_context.h: In member function ‘void google::protobuf::internal::EpsCopyInputStream::BackUp(const char*)’:
- /app/include/google/protobuf/parse_context.h:110:5: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 110 | ABSL_DCHECK(ptr <= buffer_end_ + kSlopBytes);
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /app/include/google/protobuf/parse_context.h: In member function ‘google::protobuf::internal::EpsCopyInputStream::LimitToken google::protobuf::internal::EpsCopyInputStream::PushLimit(const char*, int)’:
- /app/include/google/protobuf/parse_context.h:158:5: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 158 | ABSL_DCHECK(limit >= 0 && limit <= INT_MAX - kSlopBytes);
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /app/include/google/protobuf/parse_context.h: In member function ‘const char* google::protobuf::internal::EpsCopyInputStream::ReadCord(const char*, int, absl::lts_20240722::Cord*)’:
- /app/include/google/protobuf/parse_context.h:223:21: error: ‘string_view’ is not a member of ‘absl’
- 223 | *cord = absl::string_view(ptr, size);
- | ^~~~~~~~~~~
- /app/include/google/protobuf/parse_context.h: In member function ‘bool google::protobuf::internal::EpsCopyInputStream::DoneWithCheck(const char**, int)’:
- /app/include/google/protobuf/parse_context.h:286:5: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 286 | ABSL_DCHECK(*ptr);
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /app/include/google/protobuf/parse_context.h:289:5: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [45], int, std::string&)’
- 289 | ABSL_DCHECK_LE(overrun, kSlopBytes); // Guaranteed by parse loop.
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/parse_context.h: In member function ‘const char* google::protobuf::internal::EpsCopyInputStream::InitFrom(int)’:
- /app/include/google/protobuf/parse_context.h:304:14: error: request for member ‘size’ in ‘flat’, which is of non-class type ‘int’
- 304 | if (flat.size() > kSlopBytes) {
- | ^~~~
- /app/include/google/protobuf/parse_context.h:306:39: error: request for member ‘data’ in ‘flat’, which is of non-class type ‘int’
- 306 | limit_end_ = buffer_end_ = flat.data() + flat.size() - kSlopBytes;
- | ^~~~
- /app/include/google/protobuf/parse_context.h:306:53: error: request for member ‘size’ in ‘flat’, which is of non-class type ‘int’
- 306 | limit_end_ = buffer_end_ = flat.data() + flat.size() - kSlopBytes;
- | ^~~~
- /app/include/google/protobuf/parse_context.h:309:19: error: request for member ‘data’ in ‘flat’, which is of non-class type ‘int’
- 309 | return flat.data();
- | ^~~~
- /app/include/google/protobuf/parse_context.h:311:17: error: request for member ‘empty’ in ‘flat’, which is of non-class type ‘int’
- 311 | if (!flat.empty()) {
- | ^~~~~
- /app/include/google/protobuf/parse_context.h:312:41: error: request for member ‘data’ in ‘flat’, which is of non-class type ‘int’
- 312 | std::memcpy(patch_buffer_, flat.data(), flat.size());
- | ^~~~
- /app/include/google/protobuf/parse_context.h:312:54: error: request for member ‘size’ in ‘flat’, which is of non-class type ‘int’
- 312 | std::memcpy(patch_buffer_, flat.data(), flat.size());
- | ^~~~
- /app/include/google/protobuf/parse_context.h:315:55: error: request for member ‘size’ in ‘flat’, which is of non-class type ‘int’
- 315 | limit_end_ = buffer_end_ = patch_buffer_ + flat.size();
- | ^~~~
- /app/include/google/protobuf/parse_context.h:318:59: error: request for member ‘data’ in ‘flat’, which is of non-class type ‘int’
- 318 | aliasing_ = reinterpret_cast<std::uintptr_t>(flat.data()) -
- | ^~~~
- /app/include/google/protobuf/parse_context.h: In member function ‘int google::protobuf::internal::EpsCopyInputStream::BytesAvailable(const char*) const’:
- /app/include/google/protobuf/parse_context.h:372:5: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [45], int, std::string&)’
- 372 | ABSL_DCHECK_NE(ptr, nullptr);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/parse_context.h:374:5: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [45], int, std::string&)’
- 374 | ABSL_DCHECK_GE(available, 0);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/parse_context.h:375:5: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [45], int, std::string&)’
- 375 | ABSL_DCHECK_LE(available, INT_MAX);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/parse_context.h: In member function ‘const char* google::protobuf::internal::EpsCopyInputStream::AppendSize(const char*, int, const A&)’:
- /app/include/google/protobuf/parse_context.h:419:14: error: ‘is_invocable_r_v’ is not a member of ‘std’
- 419 | std::is_invocable_r_v<bool, decltype(append), const char*, int>;
- | ^~~~~~~~~~~~~~~~
- /app/include/google/protobuf/parse_context.h:419:31: error: expected primary-expression before ‘bool’
- 419 | std::is_invocable_r_v<bool, decltype(append), const char*, int>;
- | ^~~~
- /app/include/google/protobuf/parse_context.h: In member function ‘const char* google::protobuf::internal::ParseContext::ParseGroup(google::protobuf::MessageLite*, const char*, uint32_t)’:
- /app/include/google/protobuf/parse_context.h:581:7: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [45], int, std::string&)’
- 581 | ABSL_DCHECK_EQ(old_depth, depth_);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/parse_context.h:582:7: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [45], int, std::string&)’
- 582 | ABSL_DCHECK_EQ(old_group_depth, group_depth_);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/parse_context.h: At global scope:
- /app/include/google/protobuf/parse_context.h:662:27: error: ‘enable_if_t’ in namespace ‘std’ does not name a template type
- 662 | typename = std::enable_if_t<std::is_same<Void, void>::value>>
- | ^~~~~~~~~~~
- /app/include/google/protobuf/parse_context.h:662:22: note: ‘std::enable_if_t’ is only available from C++14 onwards
- 662 | typename = std::enable_if_t<std::is_same<Void, void>::value>>
- | ^~~
- /app/include/google/protobuf/parse_context.h:662:38: error: expected ‘>’ before ‘<’ token
- 662 | typename = std::enable_if_t<std::is_same<Void, void>::value>>
- | ^
- /app/include/google/protobuf/parse_context.h: In member function ‘const char* google::protobuf::internal::EpsCopyInputStream::ReadMicroString(const char*, google::protobuf::internal::MicroString&, google::protobuf::Arena*)’:
- /app/include/google/protobuf/parse_context.h:1189:19: error: ‘string_view’ is not a member of ‘absl’
- 1189 | str.Set(absl::string_view(ptr, size), arena);
- | ^~~~~~~~~~~
- /app/include/google/protobuf/parse_context.h: At global scope:
- /app/include/google/protobuf/parse_context.h:1313:23: error: ‘string_view’ is not a member of ‘absl’
- 1313 | bool VerifyUTF8(absl::string_view s, const char* field_name);
- | ^~~~~~~~~~~
- /app/include/google/protobuf/parse_context.h:1313:38: error: expected primary-expression before ‘const’
- 1313 | bool VerifyUTF8(absl::string_view s, const char* field_name);
- | ^~~~~
- /app/include/google/protobuf/parse_context.h:1313:60: error: expression list treated as compound expression in initializer [-fpermissive]
- 1313 | bool VerifyUTF8(absl::string_view s, const char* field_name);
- | ^
- /app/include/google/protobuf/parse_context.h:1315:68: error: ‘bool google::protobuf::internal::VerifyUTF8(const std::string*, const char*)’ redeclared as different kind of entity
- 1315 | inline bool VerifyUTF8(const std::string* s, const char* field_name) {
- | ^
- /app/include/google/protobuf/parse_context.h:1313:6: note: previous declaration ‘bool google::protobuf::internal::VerifyUTF8’
- 1313 | bool VerifyUTF8(absl::string_view s, const char* field_name);
- | ^~~~~~~~~~
- /app/include/google/protobuf/parse_context.h: In function ‘bool google::protobuf::internal::VerifyUTF8(const std::string*, const char*)’:
- /app/include/google/protobuf/parse_context.h:1316:20: error: ‘google::protobuf::internal::VerifyUTF8’ cannot be used as a function
- 1316 | return VerifyUTF8(*s, field_name);
- | ~~~~~~~~~~^~~~~~~~~~~~~~~~
- /app/include/google/protobuf/repeated_field.h: In instantiation of ‘class google::protobuf::RepeatedField<int>’:
- /app/include/google/protobuf/parse_context.h:1430:51: required from here
- 1430 | static_cast<RepeatedField<int>*>(object)->Add(val);
- | ^~
- /app/include/google/protobuf/repeated_field.h:457:53: error: call to non-‘constexpr’ function ‘const _Tp& std::max(const _Tp&, const _Tp&) [with _Tp = long unsigned int]’
- 457 | using HeapRep = internal::HeapRep<std::max<size_t>(sizeof(Element), 8)>;
- | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
- /usr/include/c++/14.2.0/bits/stl_algobase.h:257:5: note: ‘const _Tp& std::max(const _Tp&, const _Tp&) [with _Tp = long unsigned int]’ declared here
- 257 | max(const _Tp& __a, const _Tp& __b)
- | ^~~
- /app/include/google/protobuf/repeated_field.h:457:9: note: in template argument for type ‘long unsigned int’
- 457 | using HeapRep = internal::HeapRep<std::max<size_t>(sizeof(Element), 8)>;
- | ^~~~~~~
- In file included from /app/include/google/protobuf/extension_set.h:48:
- /app/include/google/protobuf/port_def.inc: At global scope:
- /app/include/google/protobuf/port_def.inc:119:15: error: static assertion failed: Protobuf only supports C++17 and newer.
- 119 | static_assert(PROTOBUF_CPLUSPLUS_MIN(201703L),
- | ^~~~~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/port_def.inc:119:15: note: the comparison reduces to ‘(201103 >= 201703)’
- /app/include/google/protobuf/extension_set.h:85:16: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 85 | inline ::absl::string_view GetFeatureSetDefaultsData();
- | ^~~~~~~~~~~
- /app/include/google/protobuf/extension_set.h:664:18: error: ‘variant’ in namespace ‘std’ does not name a template type
- 664 | virtual std::variant<size_t, const MessageLite*> UnparsedSizeOrMessage()
- | ^~~~~~~
- /app/include/google/protobuf/extension_set.h:664:13: note: ‘std::variant’ is only available from C++17 onwards
- 664 | virtual std::variant<size_t, const MessageLite*> UnparsedSizeOrMessage()
- | ^~~
- /app/include/google/protobuf/extension_set.h: In member function ‘const void* google::protobuf::internal::ExtensionSet::Extension::PrefetchPtr() const’:
- /app/include/google/protobuf/extension_set.h:727:7: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [45], int, std::string&)’
- 727 | ABSL_DCHECK_EQ(is_pointer, is_repeated || FieldTypeIsPointer(type));
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /usr/include/absl/container/internal/btree.h: In instantiation of ‘class absl::lts_20240722::container_internal::btree_node<absl::lts_20240722::container_internal::map_params<int, google::protobuf::internal::ExtensionSet::Extension, std::less<int>, std::allocator<std::pair<const int, google::protobuf::internal::ExtensionSet::Extension> >, 256, false> >’:
- /usr/include/absl/container/internal/btree.h:1313:9: required from ‘class absl::lts_20240722::container_internal::btree<absl::lts_20240722::container_internal::map_params<int, google::protobuf::internal::ExtensionSet::Extension, std::less<int>, std::allocator<std::pair<const int, google::protobuf::internal::ExtensionSet::Extension> >, 256, false> >’
- 1313 | using field_type = typename node_type::field_type;
- | ^~~~~~~~~~
- /usr/include/absl/container/internal/btree_container.h:38:9: required from ‘class absl::lts_20240722::container_internal::btree_container<absl::lts_20240722::container_internal::btree<absl::lts_20240722::container_internal::map_params<int, google::protobuf::internal::ExtensionSet::Extension, std::less<int>, std::allocator<std::pair<const int, google::protobuf::internal::ExtensionSet::Extension> >, 256, false> > >’
- 38 | using params_type = typename Tree::params_type;
- | ^~~~~~~~~~~
- /usr/include/absl/container/internal/btree_container.h:279:7: required from ‘class absl::lts_20240722::container_internal::btree_set_container<absl::lts_20240722::container_internal::btree<absl::lts_20240722::container_internal::map_params<int, google::protobuf::internal::ExtensionSet::Extension, std::less<int>, std::allocator<std::pair<const int, google::protobuf::internal::ExtensionSet::Extension> >, 256, false> > >’
- 279 | class btree_set_container : public btree_container<Tree> {
- | ^~~~~~~~~~~~~~~~~~~
- /usr/include/absl/container/internal/btree_container.h:445:7: required from ‘class absl::lts_20240722::container_internal::btree_map_container<absl::lts_20240722::container_internal::btree<absl::lts_20240722::container_internal::map_params<int, google::protobuf::internal::ExtensionSet::Extension, std::less<int>, std::allocator<std::pair<const int, google::protobuf::internal::ExtensionSet::Extension> >, 256, false> > >’
- 445 | class btree_map_container : public btree_set_container<Tree> {
- | ^~~~~~~~~~~~~~~~~~~
- /usr/include/absl/container/btree_map.h:90:37: required from ‘class absl::lts_20240722::btree_map<int, google::protobuf::internal::ExtensionSet::Extension>’
- 90 | class ABSL_INTERNAL_ATTRIBUTE_OWNER btree_map
- | ^~~~~~~~~
- /app/include/google/protobuf/extension_set.h:853:55: required from here
- 853 | return ABSL_PREDICT_FALSE(is_large()) ? map_.large->size() : flat_size_;
- | ^~
- /usr/include/absl/container/internal/btree.h:583:9: error: invalid use of incomplete type ‘using absl::lts_20240722::container_internal::btree_node<absl::lts_20240722::container_internal::map_params<int, google::protobuf::internal::ExtensionSet::Extension, std::less<int>, std::allocator<std::pair<const int, google::protobuf::internal::ExtensionSet::Extension> >, 256, false> >::layout_type = class absl::lts_20240722::container_internal::Layout<absl::lts_20240722::container_internal::btree_node<absl::lts_20240722::container_internal::map_params<int, google::protobuf::internal::ExtensionSet::Extension, std::less<int>, std::allocator<std::pair<const int, google::protobuf::internal::ExtensionSet::Extension> >, 256, false> >*, unsigned int, unsigned char, absl::lts_20240722::container_internal::map_slot_type<int, google::protobuf::internal::ExtensionSet::Extension>, absl::lts_20240722::container_internal::btree_node<absl::lts_20240722::container_internal::map_params<int, google::protobuf::internal::ExtensionSet::Extension, std::less<int>, std::allocator<std::pair<const int, google::protobuf::internal::ExtensionSet::Extension> >, 256, false> >*>’ {aka ‘class absl::lts_20240722::container_internal::Layout<absl::lts_20240722::container_internal::btree_node<absl::lts_20240722::container_internal::map_params<int, google::protobuf::internal::ExtensionSet::Extension, std::less<int>, std::allocator<std::pair<const int, google::protobuf::internal::ExtensionSet::Extension> >, 256, false> >*, unsigned int, unsigned char, absl::lts_20240722::container_internal::map_slot_type<int, google::protobuf::internal::ExtensionSet::Extension>, absl::lts_20240722::container_internal::btree_node<absl::lts_20240722::container_internal::map_params<int, google::protobuf::internal::ExtensionSet::Extension, std::less<int>, std::allocator<std::pair<const int, google::protobuf::internal::ExtensionSet::Extension> >, 256, false> >*>’}
- 583 | using leaf_layout_type = typename layout_type::template WithStaticSizes<
- | ^~~~~~~~~~~~~~~~
- /usr/include/absl/container/internal/layout.h:812:7: note: declaration of ‘using absl::lts_20240722::container_internal::btree_node<absl::lts_20240722::container_internal::map_params<int, google::protobuf::internal::ExtensionSet::Extension, std::less<int>, std::allocator<std::pair<const int, google::protobuf::internal::ExtensionSet::Extension> >, 256, false> >::layout_type = class absl::lts_20240722::container_internal::Layout<absl::lts_20240722::container_internal::btree_node<absl::lts_20240722::container_internal::map_params<int, google::protobuf::internal::ExtensionSet::Extension, std::less<int>, std::allocator<std::pair<const int, google::protobuf::internal::ExtensionSet::Extension> >, 256, false> >*, unsigned int, unsigned char, absl::lts_20240722::container_internal::map_slot_type<int, google::protobuf::internal::ExtensionSet::Extension>, absl::lts_20240722::container_internal::btree_node<absl::lts_20240722::container_internal::map_params<int, google::protobuf::internal::ExtensionSet::Extension, std::less<int>, std::allocator<std::pair<const int, google::protobuf::internal::ExtensionSet::Extension> >, 256, false> >*>’ {aka ‘class absl::lts_20240722::container_internal::Layout<absl::lts_20240722::container_internal::btree_node<absl::lts_20240722::container_internal::map_params<int, google::protobuf::internal::ExtensionSet::Extension, std::less<int>, std::allocator<std::pair<const int, google::protobuf::internal::ExtensionSet::Extension> >, 256, false> >*, unsigned int, unsigned char, absl::lts_20240722::container_internal::map_slot_type<int, google::protobuf::internal::ExtensionSet::Extension>, absl::lts_20240722::container_internal::btree_node<absl::lts_20240722::container_internal::map_params<int, google::protobuf::internal::ExtensionSet::Extension, std::less<int>, std::allocator<std::pair<const int, google::protobuf::internal::ExtensionSet::Extension> >, 256, false> >*>’}
- 812 | class Layout : public internal_layout::LayoutWithStaticSizes<
- | ^~~~~~
- /usr/include/absl/container/internal/btree.h: In instantiation of ‘constexpr const absl::lts_20240722::container_internal::btree_node<absl::lts_20240722::container_internal::map_params<int, google::protobuf::internal::ExtensionSet::Extension, std::less<int>, std::allocator<std::pair<const int, google::protobuf::internal::ExtensionSet::Extension> >, 256, false> >::size_type absl::lts_20240722::container_internal::btree_node<absl::lts_20240722::container_internal::map_params<int, google::protobuf::internal::ExtensionSet::Extension, std::less<int>, std::allocator<std::pair<const int, google::protobuf::internal::ExtensionSet::Extension> >, 256, false> >::kNodeTargetSlots’:
- /usr/include/absl/container/internal/btree.h:618:7: required from ‘constexpr const absl::lts_20240722::container_internal::btree_node<absl::lts_20240722::container_internal::map_params<int, google::protobuf::internal::ExtensionSet::Extension, std::less<int>, std::allocator<std::pair<const int, google::protobuf::internal::ExtensionSet::Extension> >, 256, false> >::size_type absl::lts_20240722::container_internal::btree_node<absl::lts_20240722::container_internal::map_params<int, google::protobuf::internal::ExtensionSet::Extension, std::less<int>, std::allocator<std::pair<const int, google::protobuf::internal::ExtensionSet::Extension> >, 256, false> >::kNodeSlots’
- 618 | kNodeTargetSlots >= kMinNodeSlots ? kNodeTargetSlots : kMinNodeSlots;
- | ^~~~~~~~~~~~~~~~
- /usr/include/absl/container/internal/btree.h:620:63: required from ‘class absl::lts_20240722::container_internal::btree_node<absl::lts_20240722::container_internal::map_params<int, google::protobuf::internal::ExtensionSet::Extension, std::less<int>, std::allocator<std::pair<const int, google::protobuf::internal::ExtensionSet::Extension> >, 256, false> >’
- 620 | using internal_layout_type = typename layout_type::template WithStaticSizes<
- | ^~~~~~~~~~~~~~~~
- 621 | /*parent*/ 1,
- | ~~~~~~~~~~~~~
- 622 | /*generation*/ BtreeGenerationsEnabled() ? 1 : 0,
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 623 | /*position, start, finish, max_count*/ 4, /*slots*/ kNodeSlots,
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 624 | /*children*/ kNodeSlots + 1>;
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/absl/container/internal/btree.h:1313:9: required from ‘class absl::lts_20240722::container_internal::btree<absl::lts_20240722::container_internal::map_params<int, google::protobuf::internal::ExtensionSet::Extension, std::less<int>, std::allocator<std::pair<const int, google::protobuf::internal::ExtensionSet::Extension> >, 256, false> >’
- 1313 | using field_type = typename node_type::field_type;
- | ^~~~~~~~~~
- /usr/include/absl/container/internal/btree_container.h:38:9: required from ‘class absl::lts_20240722::container_internal::btree_container<absl::lts_20240722::container_internal::btree<absl::lts_20240722::container_internal::map_params<int, google::protobuf::internal::ExtensionSet::Extension, std::less<int>, std::allocator<std::pair<const int, google::protobuf::internal::ExtensionSet::Extension> >, 256, false> > >’
- 38 | using params_type = typename Tree::params_type;
- | ^~~~~~~~~~~
- /usr/include/absl/container/internal/btree_container.h:279:7: required from ‘class absl::lts_20240722::container_internal::btree_set_container<absl::lts_20240722::container_internal::btree<absl::lts_20240722::container_internal::map_params<int, google::protobuf::internal::ExtensionSet::Extension, std::less<int>, std::allocator<std::pair<const int, google::protobuf::internal::ExtensionSet::Extension> >, 256, false> > >’
- 279 | class btree_set_container : public btree_container<Tree> {
- | ^~~~~~~~~~~~~~~~~~~
- /usr/include/absl/container/internal/btree_container.h:445:7: required from ‘class absl::lts_20240722::container_internal::btree_map_container<absl::lts_20240722::container_internal::btree<absl::lts_20240722::container_internal::map_params<int, google::protobuf::internal::ExtensionSet::Extension, std::less<int>, std::allocator<std::pair<const int, google::protobuf::internal::ExtensionSet::Extension> >, 256, false> > >’
- 445 | class btree_map_container : public btree_set_container<Tree> {
- | ^~~~~~~~~~~~~~~~~~~
- /usr/include/absl/container/btree_map.h:90:37: required from ‘class absl::lts_20240722::btree_map<int, google::protobuf::internal::ExtensionSet::Extension>’
- 90 | class ABSL_INTERNAL_ATTRIBUTE_OWNER btree_map
- | ^~~~~~~~~
- /app/include/google/protobuf/extension_set.h:853:55: required from here
- 853 | return ABSL_PREDICT_FALSE(is_large()) ? map_.large->size() : flat_size_;
- | ^~
- /usr/include/absl/container/internal/btree.h:608:22: in ‘constexpr’ expansion of ‘absl::lts_20240722::container_internal::btree_node<absl::lts_20240722::container_internal::map_params<int, google::protobuf::internal::ExtensionSet::Extension, std::less<int>, std::allocator<std::pair<const int, google::protobuf::internal::ExtensionSet::Extension> >, 256, false> >::NodeTargetSlots(0, ((absl::lts_20240722::container_internal::btree_node<absl::lts_20240722::container_internal::map_params<int, google::protobuf::internal::ExtensionSet::Extension, std::less<int>, std::allocator<std::pair<const int, google::protobuf::internal::ExtensionSet::Extension> >, 256, false> >::size_type)absl::lts_20240722::container_internal::btree_node<absl::lts_20240722::container_internal::map_params<int, google::protobuf::internal::ExtensionSet::Extension, std::less<int>, std::allocator<std::pair<const int, google::protobuf::internal::ExtensionSet::Extension> >, 256, false> >::kTargetNodeSize))’
- /usr/include/absl/container/internal/btree.h:600:28: error: ‘static constexpr absl::lts_20240722::container_internal::btree_node<Params>::size_type absl::lts_20240722::container_internal::btree_node<Params>::SizeWithNSlots(size_type) [with Params = absl::lts_20240722::container_internal::map_params<int, google::protobuf::internal::ExtensionSet::Extension, std::less<int>, std::allocator<std::pair<const int, google::protobuf::internal::ExtensionSet::Extension> >, 256, false>; size_type = long unsigned int]’ called in a constant expression
- 600 | : SizeWithNSlots((begin + end) / 2 + 1) >
- | ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/absl/container/internal/btree.h:587:30: note: ‘static constexpr absl::lts_20240722::container_internal::btree_node<Params>::size_type absl::lts_20240722::container_internal::btree_node<Params>::SizeWithNSlots(size_type) [with Params = absl::lts_20240722::container_internal::map_params<int, google::protobuf::internal::ExtensionSet::Extension, std::less<int>, std::allocator<std::pair<const int, google::protobuf::internal::ExtensionSet::Extension> >, 256, false>; size_type = long unsigned int]’ is not usable as a ‘constexpr’ function because:
- 587 | constexpr static size_type SizeWithNSlots(size_type n) {
- | ^~~~~~~~~~~~~~
- /usr/include/absl/container/internal/btree.h: In instantiation of ‘class absl::lts_20240722::container_internal::btree_node<absl::lts_20240722::container_internal::map_params<int, google::protobuf::internal::ExtensionSet::Extension, std::less<int>, std::allocator<std::pair<const int, google::protobuf::internal::ExtensionSet::Extension> >, 256, false> >’:
- /usr/include/absl/container/internal/btree.h:1313:9: required from ‘class absl::lts_20240722::container_internal::btree<absl::lts_20240722::container_internal::map_params<int, google::protobuf::internal::ExtensionSet::Extension, std::less<int>, std::allocator<std::pair<const int, google::protobuf::internal::ExtensionSet::Extension> >, 256, false> >’
- 1313 | using field_type = typename node_type::field_type;
- | ^~~~~~~~~~
- /usr/include/absl/container/internal/btree_container.h:38:9: required from ‘class absl::lts_20240722::container_internal::btree_container<absl::lts_20240722::container_internal::btree<absl::lts_20240722::container_internal::map_params<int, google::protobuf::internal::ExtensionSet::Extension, std::less<int>, std::allocator<std::pair<const int, google::protobuf::internal::ExtensionSet::Extension> >, 256, false> > >’
- 38 | using params_type = typename Tree::params_type;
- | ^~~~~~~~~~~
- /usr/include/absl/container/internal/btree_container.h:279:7: required from ‘class absl::lts_20240722::container_internal::btree_set_container<absl::lts_20240722::container_internal::btree<absl::lts_20240722::container_internal::map_params<int, google::protobuf::internal::ExtensionSet::Extension, std::less<int>, std::allocator<std::pair<const int, google::protobuf::internal::ExtensionSet::Extension> >, 256, false> > >’
- 279 | class btree_set_container : public btree_container<Tree> {
- | ^~~~~~~~~~~~~~~~~~~
- /usr/include/absl/container/internal/btree_container.h:445:7: required from ‘class absl::lts_20240722::container_internal::btree_map_container<absl::lts_20240722::container_internal::btree<absl::lts_20240722::container_internal::map_params<int, google::protobuf::internal::ExtensionSet::Extension, std::less<int>, std::allocator<std::pair<const int, google::protobuf::internal::ExtensionSet::Extension> >, 256, false> > >’
- 445 | class btree_map_container : public btree_set_container<Tree> {
- | ^~~~~~~~~~~~~~~~~~~
- /usr/include/absl/container/btree_map.h:90:37: required from ‘class absl::lts_20240722::btree_map<int, google::protobuf::internal::ExtensionSet::Extension>’
- 90 | class ABSL_INTERNAL_ATTRIBUTE_OWNER btree_map
- | ^~~~~~~~~
- /app/include/google/protobuf/extension_set.h:853:55: required from here
- 853 | return ABSL_PREDICT_FALSE(is_large()) ? map_.large->size() : flat_size_;
- | ^~
- /usr/include/absl/container/internal/btree.h:620:9: error: invalid use of incomplete type ‘using absl::lts_20240722::container_internal::btree_node<absl::lts_20240722::container_internal::map_params<int, google::protobuf::internal::ExtensionSet::Extension, std::less<int>, std::allocator<std::pair<const int, google::protobuf::internal::ExtensionSet::Extension> >, 256, false> >::layout_type = class absl::lts_20240722::container_internal::Layout<absl::lts_20240722::container_internal::btree_node<absl::lts_20240722::container_internal::map_params<int, google::protobuf::internal::ExtensionSet::Extension, std::less<int>, std::allocator<std::pair<const int, google::protobuf::internal::ExtensionSet::Extension> >, 256, false> >*, unsigned int, unsigned char, absl::lts_20240722::container_internal::map_slot_type<int, google::protobuf::internal::ExtensionSet::Extension>, absl::lts_20240722::container_internal::btree_node<absl::lts_20240722::container_internal::map_params<int, google::protobuf::internal::ExtensionSet::Extension, std::less<int>, std::allocator<std::pair<const int, google::protobuf::internal::ExtensionSet::Extension> >, 256, false> >*>’ {aka ‘class absl::lts_20240722::container_internal::Layout<absl::lts_20240722::container_internal::btree_node<absl::lts_20240722::container_internal::map_params<int, google::protobuf::internal::ExtensionSet::Extension, std::less<int>, std::allocator<std::pair<const int, google::protobuf::internal::ExtensionSet::Extension> >, 256, false> >*, unsigned int, unsigned char, absl::lts_20240722::container_internal::map_slot_type<int, google::protobuf::internal::ExtensionSet::Extension>, absl::lts_20240722::container_internal::btree_node<absl::lts_20240722::container_internal::map_params<int, google::protobuf::internal::ExtensionSet::Extension, std::less<int>, std::allocator<std::pair<const int, google::protobuf::internal::ExtensionSet::Extension> >, 256, false> >*>’}
- 620 | using internal_layout_type = typename layout_type::template WithStaticSizes<
- | ^~~~~~~~~~~~~~~~~~~~
- /usr/include/absl/container/internal/layout.h:812:7: note: declaration of ‘using absl::lts_20240722::container_internal::btree_node<absl::lts_20240722::container_internal::map_params<int, google::protobuf::internal::ExtensionSet::Extension, std::less<int>, std::allocator<std::pair<const int, google::protobuf::internal::ExtensionSet::Extension> >, 256, false> >::layout_type = class absl::lts_20240722::container_internal::Layout<absl::lts_20240722::container_internal::btree_node<absl::lts_20240722::container_internal::map_params<int, google::protobuf::internal::ExtensionSet::Extension, std::less<int>, std::allocator<std::pair<const int, google::protobuf::internal::ExtensionSet::Extension> >, 256, false> >*, unsigned int, unsigned char, absl::lts_20240722::container_internal::map_slot_type<int, google::protobuf::internal::ExtensionSet::Extension>, absl::lts_20240722::container_internal::btree_node<absl::lts_20240722::container_internal::map_params<int, google::protobuf::internal::ExtensionSet::Extension, std::less<int>, std::allocator<std::pair<const int, google::protobuf::internal::ExtensionSet::Extension> >, 256, false> >*>’ {aka ‘class absl::lts_20240722::container_internal::Layout<absl::lts_20240722::container_internal::btree_node<absl::lts_20240722::container_internal::map_params<int, google::protobuf::internal::ExtensionSet::Extension, std::less<int>, std::allocator<std::pair<const int, google::protobuf::internal::ExtensionSet::Extension> >, 256, false> >*, unsigned int, unsigned char, absl::lts_20240722::container_internal::map_slot_type<int, google::protobuf::internal::ExtensionSet::Extension>, absl::lts_20240722::container_internal::btree_node<absl::lts_20240722::container_internal::map_params<int, google::protobuf::internal::ExtensionSet::Extension, std::less<int>, std::allocator<std::pair<const int, google::protobuf::internal::ExtensionSet::Extension> >, 256, false> >*>’}
- 812 | class Layout : public internal_layout::LayoutWithStaticSizes<
- | ^~~~~~
- /usr/include/absl/container/internal/btree.h:652:57: error: invalid use of incomplete type ‘using absl::lts_20240722::container_internal::btree_node<absl::lts_20240722::container_internal::map_params<int, google::protobuf::internal::ExtensionSet::Extension, std::less<int>, std::allocator<std::pair<const int, google::protobuf::internal::ExtensionSet::Extension> >, 256, false> >::layout_type = class absl::lts_20240722::container_internal::Layout<absl::lts_20240722::container_internal::btree_node<absl::lts_20240722::container_internal::map_params<int, google::protobuf::internal::ExtensionSet::Extension, std::less<int>, std::allocator<std::pair<const int, google::protobuf::internal::ExtensionSet::Extension> >, 256, false> >*, unsigned int, unsigned char, absl::lts_20240722::container_internal::map_slot_type<int, google::protobuf::internal::ExtensionSet::Extension>, absl::lts_20240722::container_internal::btree_node<absl::lts_20240722::container_internal::map_params<int, google::protobuf::internal::ExtensionSet::Extension, std::less<int>, std::allocator<std::pair<const int, google::protobuf::internal::ExtensionSet::Extension> >, 256, false> >*>’ {aka ‘class absl::lts_20240722::container_internal::Layout<absl::lts_20240722::container_internal::btree_node<absl::lts_20240722::container_internal::map_params<int, google::protobuf::internal::ExtensionSet::Extension, std::less<int>, std::allocator<std::pair<const int, google::protobuf::internal::ExtensionSet::Extension> >, 256, false> >*, unsigned int, unsigned char, absl::lts_20240722::container_internal::map_slot_type<int, google::protobuf::internal::ExtensionSet::Extension>, absl::lts_20240722::container_internal::btree_node<absl::lts_20240722::container_internal::map_params<int, google::protobuf::internal::ExtensionSet::Extension, std::less<int>, std::allocator<std::pair<const int, google::protobuf::internal::ExtensionSet::Extension> >, 256, false> >*>’}
- 652 | inline typename layout_type::template ElementType<N> *GetField() {
- | ^~~~~~~~
- /usr/include/absl/container/internal/layout.h:812:7: note: declaration of ‘using absl::lts_20240722::container_internal::btree_node<absl::lts_20240722::container_internal::map_params<int, google::protobuf::internal::ExtensionSet::Extension, std::less<int>, std::allocator<std::pair<const int, google::protobuf::internal::ExtensionSet::Extension> >, 256, false> >::layout_type = class absl::lts_20240722::container_internal::Layout<absl::lts_20240722::container_internal::btree_node<absl::lts_20240722::container_internal::map_params<int, google::protobuf::internal::ExtensionSet::Extension, std::less<int>, std::allocator<std::pair<const int, google::protobuf::internal::ExtensionSet::Extension> >, 256, false> >*, unsigned int, unsigned char, absl::lts_20240722::container_internal::map_slot_type<int, google::protobuf::internal::ExtensionSet::Extension>, absl::lts_20240722::container_internal::btree_node<absl::lts_20240722::container_internal::map_params<int, google::protobuf::internal::ExtensionSet::Extension, std::less<int>, std::allocator<std::pair<const int, google::protobuf::internal::ExtensionSet::Extension> >, 256, false> >*>’ {aka ‘class absl::lts_20240722::container_internal::Layout<absl::lts_20240722::container_internal::btree_node<absl::lts_20240722::container_internal::map_params<int, google::protobuf::internal::ExtensionSet::Extension, std::less<int>, std::allocator<std::pair<const int, google::protobuf::internal::ExtensionSet::Extension> >, 256, false> >*, unsigned int, unsigned char, absl::lts_20240722::container_internal::map_slot_type<int, google::protobuf::internal::ExtensionSet::Extension>, absl::lts_20240722::container_internal::btree_node<absl::lts_20240722::container_internal::map_params<int, google::protobuf::internal::ExtensionSet::Extension, std::less<int>, std::allocator<std::pair<const int, google::protobuf::internal::ExtensionSet::Extension> >, 256, false> >*>’}
- 812 | class Layout : public internal_layout::LayoutWithStaticSizes<
- | ^~~~~~
- /usr/include/absl/container/internal/btree.h:658:63: error: invalid use of incomplete type ‘using absl::lts_20240722::container_internal::btree_node<absl::lts_20240722::container_internal::map_params<int, google::protobuf::internal::ExtensionSet::Extension, std::less<int>, std::allocator<std::pair<const int, google::protobuf::internal::ExtensionSet::Extension> >, 256, false> >::layout_type = class absl::lts_20240722::container_internal::Layout<absl::lts_20240722::container_internal::btree_node<absl::lts_20240722::container_internal::map_params<int, google::protobuf::internal::ExtensionSet::Extension, std::less<int>, std::allocator<std::pair<const int, google::protobuf::internal::ExtensionSet::Extension> >, 256, false> >*, unsigned int, unsigned char, absl::lts_20240722::container_internal::map_slot_type<int, google::protobuf::internal::ExtensionSet::Extension>, absl::lts_20240722::container_internal::btree_node<absl::lts_20240722::container_internal::map_params<int, google::protobuf::internal::ExtensionSet::Extension, std::less<int>, std::allocator<std::pair<const int, google::protobuf::internal::ExtensionSet::Extension> >, 256, false> >*>’ {aka ‘class absl::lts_20240722::container_internal::Layout<absl::lts_20240722::container_internal::btree_node<absl::lts_20240722::container_internal::map_params<int, google::protobuf::internal::ExtensionSet::Extension, std::less<int>, std::allocator<std::pair<const int, google::protobuf::internal::ExtensionSet::Extension> >, 256, false> >*, unsigned int, unsigned char, absl::lts_20240722::container_internal::map_slot_type<int, google::protobuf::internal::ExtensionSet::Extension>, absl::lts_20240722::container_internal::btree_node<absl::lts_20240722::container_internal::map_params<int, google::protobuf::internal::ExtensionSet::Extension, std::less<int>, std::allocator<std::pair<const int, google::protobuf::internal::ExtensionSet::Extension> >, 256, false> >*>’}
- 658 | inline const typename layout_type::template ElementType<N> *GetField() const {
- | ^~~~~~~~
- /usr/include/absl/container/internal/layout.h:812:7: note: declaration of ‘using absl::lts_20240722::container_internal::btree_node<absl::lts_20240722::container_internal::map_params<int, google::protobuf::internal::ExtensionSet::Extension, std::less<int>, std::allocator<std::pair<const int, google::protobuf::internal::ExtensionSet::Extension> >, 256, false> >::layout_type = class absl::lts_20240722::container_internal::Layout<absl::lts_20240722::container_internal::btree_node<absl::lts_20240722::container_internal::map_params<int, google::protobuf::internal::ExtensionSet::Extension, std::less<int>, std::allocator<std::pair<const int, google::protobuf::internal::ExtensionSet::Extension> >, 256, false> >*, unsigned int, unsigned char, absl::lts_20240722::container_internal::map_slot_type<int, google::protobuf::internal::ExtensionSet::Extension>, absl::lts_20240722::container_internal::btree_node<absl::lts_20240722::container_internal::map_params<int, google::protobuf::internal::ExtensionSet::Extension, std::less<int>, std::allocator<std::pair<const int, google::protobuf::internal::ExtensionSet::Extension> >, 256, false> >*>’ {aka ‘class absl::lts_20240722::container_internal::Layout<absl::lts_20240722::container_internal::btree_node<absl::lts_20240722::container_internal::map_params<int, google::protobuf::internal::ExtensionSet::Extension, std::less<int>, std::allocator<std::pair<const int, google::protobuf::internal::ExtensionSet::Extension> >, 256, false> >*, unsigned int, unsigned char, absl::lts_20240722::container_internal::map_slot_type<int, google::protobuf::internal::ExtensionSet::Extension>, absl::lts_20240722::container_internal::btree_node<absl::lts_20240722::container_internal::map_params<int, google::protobuf::internal::ExtensionSet::Extension, std::less<int>, std::allocator<std::pair<const int, google::protobuf::internal::ExtensionSet::Extension> >, 256, false> >*>’}
- 812 | class Layout : public internal_layout::LayoutWithStaticSizes<
- | ^~~~~~
- /usr/include/absl/container/internal/btree.h: In instantiation of ‘class absl::lts_20240722::container_internal::btree<absl::lts_20240722::container_internal::map_params<int, google::protobuf::internal::ExtensionSet::Extension, std::less<int>, std::allocator<std::pair<const int, google::protobuf::internal::ExtensionSet::Extension> >, 256, false> >’:
- /usr/include/absl/container/internal/btree_container.h:38:9: required from ‘class absl::lts_20240722::container_internal::btree_container<absl::lts_20240722::container_internal::btree<absl::lts_20240722::container_internal::map_params<int, google::protobuf::internal::ExtensionSet::Extension, std::less<int>, std::allocator<std::pair<const int, google::protobuf::internal::ExtensionSet::Extension> >, 256, false> > >’
- 38 | using params_type = typename Tree::params_type;
- | ^~~~~~~~~~~
- /usr/include/absl/container/internal/btree_container.h:279:7: required from ‘class absl::lts_20240722::container_internal::btree_set_container<absl::lts_20240722::container_internal::btree<absl::lts_20240722::container_internal::map_params<int, google::protobuf::internal::ExtensionSet::Extension, std::less<int>, std::allocator<std::pair<const int, google::protobuf::internal::ExtensionSet::Extension> >, 256, false> > >’
- 279 | class btree_set_container : public btree_container<Tree> {
- | ^~~~~~~~~~~~~~~~~~~
- /usr/include/absl/container/internal/btree_container.h:445:7: required from ‘class absl::lts_20240722::container_internal::btree_map_container<absl::lts_20240722::container_internal::btree<absl::lts_20240722::container_internal::map_params<int, google::protobuf::internal::ExtensionSet::Extension, std::less<int>, std::allocator<std::pair<const int, google::protobuf::internal::ExtensionSet::Extension> >, 256, false> > >’
- 445 | class btree_map_container : public btree_set_container<Tree> {
- | ^~~~~~~~~~~~~~~~~~~
- /usr/include/absl/container/btree_map.h:90:37: required from ‘class absl::lts_20240722::btree_map<int, google::protobuf::internal::ExtensionSet::Extension>’
- 90 | class ABSL_INTERNAL_ATTRIBUTE_OWNER btree_map
- | ^~~~~~~~~
- /app/include/google/protobuf/extension_set.h:853:55: required from here
- 853 | return ABSL_PREDICT_FALSE(is_large()) ? map_.large->size() : flat_size_;
- | ^~
- /usr/include/absl/container/internal/btree.h:1338:8: error: enumerator value for ‘kNodeSlots’ is not an integer constant
- 1338 | enum : uint32_t {
- | ^
- /usr/include/absl/container/internal/btree.h:1788:7: error: ‘absl::lts_20240722::container_internal::btree<Params>::rightmost_’ has incomplete type
- 1788 | rightmost_;
- | ^~~~~~~~~~
- /usr/include/absl/container/internal/compressed_tuple.h:202:47: note: declaration of ‘class absl::lts_20240722::container_internal::CompressedTuple<absl::lts_20240722::container_internal::key_compare_adapter<std::less<int>, int>::checked_compare, std::allocator<std::pair<const int, google::protobuf::internal::ExtensionSet::Extension> >, absl::lts_20240722::container_internal::btree_node<absl::lts_20240722::container_internal::map_params<int, google::protobuf::internal::ExtensionSet::Extension, std::less<int>, std::allocator<std::pair<const int, google::protobuf::internal::ExtensionSet::Extension> >, 256, false> >*>’
- 202 | class ABSL_INTERNAL_COMPRESSED_TUPLE_DECLSPEC CompressedTuple
- | ^~~~~~~~~~~~~~~
- /app/include/google/protobuf/repeated_field.h: In instantiation of ‘class google::protobuf::RepeatedField<long int>’:
- /app/include/google/protobuf/extension_set.h:1278:26: required from here
- 1278 | RepeatedField<int64_t> default_repeated_field_int64_t_;
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/repeated_field.h:457:53: error: call to non-‘constexpr’ function ‘const _Tp& std::max(const _Tp&, const _Tp&) [with _Tp = long unsigned int]’
- 457 | using HeapRep = internal::HeapRep<std::max<size_t>(sizeof(Element), 8)>;
- | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
- /usr/include/c++/14.2.0/bits/stl_algobase.h:257:5: note: ‘const _Tp& std::max(const _Tp&, const _Tp&) [with _Tp = long unsigned int]’ declared here
- 257 | max(const _Tp& __a, const _Tp& __b)
- | ^~~
- /app/include/google/protobuf/repeated_field.h:457:9: note: in template argument for type ‘long unsigned int’
- 457 | using HeapRep = internal::HeapRep<std::max<size_t>(sizeof(Element), 8)>;
- | ^~~~~~~
- /app/include/google/protobuf/repeated_field.h: In instantiation of ‘class google::protobuf::RepeatedField<long unsigned int>’:
- /app/include/google/protobuf/extension_set.h:1280:27: required from here
- 1280 | RepeatedField<uint64_t> default_repeated_field_uint64_t_;
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/repeated_field.h:457:53: error: call to non-‘constexpr’ function ‘const _Tp& std::max(const _Tp&, const _Tp&) [with _Tp = long unsigned int]’
- 457 | using HeapRep = internal::HeapRep<std::max<size_t>(sizeof(Element), 8)>;
- | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
- /usr/include/c++/14.2.0/bits/stl_algobase.h:257:5: note: ‘const _Tp& std::max(const _Tp&, const _Tp&) [with _Tp = long unsigned int]’ declared here
- 257 | max(const _Tp& __a, const _Tp& __b)
- | ^~~
- /app/include/google/protobuf/repeated_field.h:457:9: note: in template argument for type ‘long unsigned int’
- 457 | using HeapRep = internal::HeapRep<std::max<size_t>(sizeof(Element), 8)>;
- | ^~~~~~~
- /app/include/google/protobuf/repeated_field.h: In instantiation of ‘class google::protobuf::RepeatedField<double>’:
- /app/include/google/protobuf/extension_set.h:1281:25: required from here
- 1281 | RepeatedField<double> default_repeated_field_double_;
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/repeated_field.h:457:53: error: call to non-‘constexpr’ function ‘const _Tp& std::max(const _Tp&, const _Tp&) [with _Tp = long unsigned int]’
- 457 | using HeapRep = internal::HeapRep<std::max<size_t>(sizeof(Element), 8)>;
- | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
- /usr/include/c++/14.2.0/bits/stl_algobase.h:257:5: note: ‘const _Tp& std::max(const _Tp&, const _Tp&) [with _Tp = long unsigned int]’ declared here
- 257 | max(const _Tp& __a, const _Tp& __b)
- | ^~~
- /app/include/google/protobuf/repeated_field.h:457:9: note: in template argument for type ‘long unsigned int’
- 457 | using HeapRep = internal::HeapRep<std::max<size_t>(sizeof(Element), 8)>;
- | ^~~~~~~
- /app/include/google/protobuf/repeated_field.h: In instantiation of ‘class google::protobuf::RepeatedField<float>’:
- /app/include/google/protobuf/extension_set.h:1282:24: required from here
- 1282 | RepeatedField<float> default_repeated_field_float_;
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/repeated_field.h:457:53: error: call to non-‘constexpr’ function ‘const _Tp& std::max(const _Tp&, const _Tp&) [with _Tp = long unsigned int]’
- 457 | using HeapRep = internal::HeapRep<std::max<size_t>(sizeof(Element), 8)>;
- | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
- /usr/include/c++/14.2.0/bits/stl_algobase.h:257:5: note: ‘const _Tp& std::max(const _Tp&, const _Tp&) [with _Tp = long unsigned int]’ declared here
- 257 | max(const _Tp& __a, const _Tp& __b)
- | ^~~
- /app/include/google/protobuf/repeated_field.h:457:9: note: in template argument for type ‘long unsigned int’
- 457 | using HeapRep = internal::HeapRep<std::max<size_t>(sizeof(Element), 8)>;
- | ^~~~~~~
- /app/include/google/protobuf/repeated_field.h: In instantiation of ‘class google::protobuf::RepeatedField<bool>’:
- /app/include/google/protobuf/extension_set.h:1283:23: required from here
- 1283 | RepeatedField<bool> default_repeated_field_bool_;
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/repeated_field.h:457:53: error: call to non-‘constexpr’ function ‘const _Tp& std::max(const _Tp&, const _Tp&) [with _Tp = long unsigned int]’
- 457 | using HeapRep = internal::HeapRep<std::max<size_t>(sizeof(Element), 8)>;
- | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
- /usr/include/c++/14.2.0/bits/stl_algobase.h:257:5: note: ‘const _Tp& std::max(const _Tp&, const _Tp&) [with _Tp = long unsigned int]’ declared here
- 257 | max(const _Tp& __a, const _Tp& __b)
- | ^~~
- /app/include/google/protobuf/repeated_field.h:457:9: note: in template argument for type ‘long unsigned int’
- 457 | using HeapRep = internal::HeapRep<std::max<size_t>(sizeof(Element), 8)>;
- | ^~~~~~~
- In file included from /app/include/google/protobuf/descriptor.h:60:
- /app/include/google/protobuf/port_def.inc: At global scope:
- /app/include/google/protobuf/port_def.inc:119:15: error: static assertion failed: Protobuf only supports C++17 and newer.
- 119 | static_assert(PROTOBUF_CPLUSPLUS_MIN(201703L),
- | ^~~~~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/port_def.inc:119:15: note: the comparison reduces to ‘(201103 >= 201703)’
- /app/include/google/protobuf/descriptor.h:239:9: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 239 | absl::string_view name() const { return get(get_size(0) + 1, get_size(0)); }
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:240:9: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 240 | absl::string_view full_name() const {
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:246:9: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 246 | absl::string_view lowercase_name() const {
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:249:9: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 249 | absl::string_view camelcase_name() const {
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:252:9: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 252 | absl::string_view json_name() const { return get(get_size(6), get_size(7)); }
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:267:9: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 267 | absl::string_view get(size_t offset, size_t size) const {
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:296:22: error: ‘absl::string_view’ has not been declared
- 296 | void SetLazy(absl::string_view name, const FileDescriptor* file);
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:327:23: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 327 | PROTOBUF_EXPORT absl::string_view ShortEditionName(Edition edition);
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h: In function ‘void google::protobuf::AbslStringify(Sink&, Edition)’:
- /app/include/google/protobuf/descriptor.h:339:39: error: ‘ShortEditionName’ is not a member of ‘google::protobuf::internal’
- 339 | absl::Format(&sink, "%v", internal::ShortEditionName(edition));
- | ^~~~~~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h: At global scope:
- /app/include/google/protobuf/descriptor.h:356:9: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 356 | absl::string_view name() const;
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:363:9: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 363 | absl::string_view full_name() const;
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:456:48: error: ‘absl::string_view’ has not been declared
- 456 | const FieldDescriptor* FindFieldByName(absl::string_view name) const;
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:462:13: error: ‘absl::string_view’ has not been declared
- 462 | absl::string_view lowercase_name) const;
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:469:13: error: ‘absl::string_view’ has not been declared
- 469 | absl::string_view camelcase_name) const;
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:486:48: error: ‘absl::string_view’ has not been declared
- 486 | const OneofDescriptor* FindOneofByName(absl::string_view name) const;
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:498:48: error: ‘absl::string_view’ has not been declared
- 498 | const Descriptor* FindNestedTypeByName(absl::string_view name) const;
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:510:50: error: ‘absl::string_view’ has not been declared
- 510 | const EnumDescriptor* FindEnumTypeByName(absl::string_view name) const;
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:514:56: error: ‘absl::string_view’ has not been declared
- 514 | const EnumValueDescriptor* FindEnumValueByName(absl::string_view name) const;
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:543:11: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 543 | absl::string_view name() const { return containing_type_->name(); }
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:546:11: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 546 | absl::string_view full_name() const {
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:628:52: error: ‘absl::string_view’ has not been declared
- 628 | const FieldDescriptor* FindExtensionByName(absl::string_view name) const;
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:633:13: error: ‘absl::string_view’ has not been declared
- 633 | absl::string_view name) const;
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:638:13: error: ‘absl::string_view’ has not been declared
- 638 | absl::string_view name) const;
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:665:9: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 665 | absl::string_view reserved_name(int index) const;
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:668:29: error: ‘absl::string_view’ has not been declared
- 668 | bool IsReservedName(absl::string_view name) const;
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:882:9: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 882 | absl::string_view name() const;
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:884:9: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 884 | absl::string_view full_name() const;
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:886:9: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 886 | absl::string_view json_name() const;
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:898:9: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 898 | absl::string_view lowercase_name() const;
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:909:9: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 909 | absl::string_view camelcase_name() const;
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:913:9: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 913 | absl::string_view type_name() const;
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:916:9: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 916 | absl::string_view cpp_type_name() const;
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:1020:9: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 1020 | absl::string_view default_value_string() const;
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:1077:16: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 1077 | static absl::string_view TypeName(Type type);
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:1080:16: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 1080 | static absl::string_view CppTypeName(CppType cpp_type);
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:1098:9: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 1098 | absl::string_view PrintableNameForExtension() const;
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:1253:9: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 1253 | absl::string_view name() const;
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:1255:9: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 1255 | absl::string_view full_name() const;
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:1359:9: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 1359 | absl::string_view name() const;
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:1362:9: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 1362 | absl::string_view full_name() const;
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:1379:52: error: ‘absl::string_view’ has not been declared
- 1379 | const EnumValueDescriptor* FindValueByName(absl::string_view name) const;
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:1459:9: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 1459 | absl::string_view reserved_name(int index) const;
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:1462:29: error: ‘absl::string_view’ has not been declared
- 1462 | bool IsReservedName(absl::string_view name) const;
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:1577:9: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 1577 | absl::string_view name() const; // Name of this enum constant.
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:1586:9: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 1586 | absl::string_view full_name() const;
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:1682:9: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 1682 | absl::string_view name() const;
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:1684:9: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 1684 | absl::string_view full_name() const;
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:1704:50: error: ‘absl::string_view’ has not been declared
- 1704 | const MethodDescriptor* FindMethodByName(absl::string_view name) const;
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:1785:9: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 1785 | absl::string_view name() const;
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:1787:9: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 1787 | absl::string_view full_name() const;
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:1892:9: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 1892 | absl::string_view name() const;
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:1895:9: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 1895 | absl::string_view package() const;
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:1930:9: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 1930 | absl::string_view option_dependency_name(int index) const;
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:1967:49: error: ‘absl::string_view’ has not been declared
- 1967 | const Descriptor* FindMessageTypeByName(absl::string_view name) const;
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:1969:50: error: ‘absl::string_view’ has not been declared
- 1969 | const EnumDescriptor* FindEnumTypeByName(absl::string_view name) const;
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:1972:56: error: ‘absl::string_view’ has not been declared
- 1972 | const EnumValueDescriptor* FindEnumValueByName(absl::string_view name) const;
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:1974:52: error: ‘absl::string_view’ has not been declared
- 1974 | const ServiceDescriptor* FindServiceByName(absl::string_view name) const;
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:1977:52: error: ‘absl::string_view’ has not been declared
- 1977 | const FieldDescriptor* FindExtensionByName(absl::string_view name) const;
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:1981:13: error: ‘absl::string_view’ has not been declared
- 1981 | absl::string_view name) const;
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:1985:13: error: ‘absl::string_view’ has not been declared
- 1985 | absl::string_view name) const;
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:2079:9: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 2079 | absl::string_view* option_dependencies_;
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:2195:46: error: ‘absl::string_view’ has not been declared
- 2195 | const FileDescriptor* FindFileByName(absl::string_view name) const;
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:2202:13: error: ‘absl::string_view’ has not been declared
- 2202 | absl::string_view symbol_name) const;
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:2209:49: error: ‘absl::string_view’ has not been declared
- 2209 | const Descriptor* FindMessageTypeByName(absl::string_view name) const;
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:2210:48: error: ‘absl::string_view’ has not been declared
- 2210 | const FieldDescriptor* FindFieldByName(absl::string_view name) const;
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:2211:52: error: ‘absl::string_view’ has not been declared
- 2211 | const FieldDescriptor* FindExtensionByName(absl::string_view name) const;
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:2212:48: error: ‘absl::string_view’ has not been declared
- 2212 | const OneofDescriptor* FindOneofByName(absl::string_view name) const;
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:2213:50: error: ‘absl::string_view’ has not been declared
- 2213 | const EnumDescriptor* FindEnumTypeByName(absl::string_view name) const;
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:2214:56: error: ‘absl::string_view’ has not been declared
- 2214 | const EnumValueDescriptor* FindEnumValueByName(absl::string_view name) const;
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:2215:52: error: ‘absl::string_view’ has not been declared
- 2215 | const ServiceDescriptor* FindServiceByName(absl::string_view name) const;
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:2216:50: error: ‘absl::string_view’ has not been declared
- 2216 | const MethodDescriptor* FindMethodByName(absl::string_view name) const;
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:2229:41: error: ‘absl::string_view’ has not been declared
- 2229 | const Descriptor* extendee, absl::string_view printable_name) const;
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:2270:18: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 2270 | static absl::string_view ErrorLocationName(ErrorLocation location);
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:2280:36: error: ‘absl::string_view’ has not been declared
- 2280 | virtual void RecordError(absl::string_view filename,
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:2281:36: error: ‘absl::string_view’ has not been declared
- 2281 | absl::string_view element_name,
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:2283:36: error: ‘absl::string_view’ has not been declared
- 2283 | absl::string_view message)
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:2294:38: error: ‘absl::string_view’ has not been declared
- 2294 | virtual void RecordWarning(absl::string_view filename,
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:2295:38: error: ‘absl::string_view’ has not been declared
- 2295 | absl::string_view element_name,
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:2298:38: error: ‘absl::string_view’ has not been declared
- 2298 | absl::string_view message) {
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:2486:35: error: ‘absl::string_view’ has not been declared
- 2486 | bool InternalIsFileLoaded(absl::string_view filename) const;
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:2491:33: error: ‘absl::string_view’ has not been declared
- 2491 | void AddDirectInputFile(absl::string_view file_name,
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:2497:39: error: ‘absl::string_view’ has not been declared
- 2497 | void AddUnusedImportTrackFile(absl::string_view file_name,
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:2534:10: error: ‘MemoizeProjection’ function uses ‘auto’ type specifier without trailing return type
- 2534 | static const auto& MemoizeProjection(const Desc* descriptor, Func func) {
- | ^~~~~
- /app/include/google/protobuf/descriptor.h:2534:10: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /app/include/google/protobuf/descriptor.h:2561:37: error: ‘absl::string_view’ has not been declared
- 2561 | bool IsSubSymbolOfBuiltType(absl::string_view name) const;
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:2572:13: error: ‘absl::string_view’ has not been declared
- 2572 | absl::string_view name, DeferredValidation& deferred_validation) const;
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:2574:13: error: ‘absl::string_view’ has not been declared
- 2574 | absl::string_view name, DeferredValidation& deferred_validation) const;
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:2597:40: error: ‘absl::string_view’ has not been declared
- 2597 | Symbol CrossLinkOnDemandHelper(absl::string_view name,
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:2601:44: error: ‘absl::string_view’ has not been declared
- 2601 | FileDescriptor* NewPlaceholderFile(absl::string_view name) const;
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:2603:13: error: ‘absl::string_view’ has not been declared
- 2603 | absl::string_view name, internal::FlatAllocator& alloc) const;
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:2611:31: error: ‘absl::string_view’ has not been declared
- 2611 | Symbol NewPlaceholder(absl::string_view name,
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:2613:44: error: ‘absl::string_view’ has not been declared
- 2613 | Symbol NewPlaceholderWithMutexHeld(absl::string_view name,
- | ^~~~~~~~~~~
- /usr/include/absl/container/internal/raw_hash_set.h: In instantiation of ‘class absl::lts_20240722::container_internal::raw_hash_set<absl::lts_20240722::container_internal::FlatHashMapPolicy<std::__cxx11::basic_string<char>, bool>, absl::lts_20240722::container_internal::StringHash, absl::lts_20240722::container_internal::StringEq, std::allocator<std::pair<const std::__cxx11::basic_string<char>, bool> > >’:
- /usr/include/absl/container/internal/raw_hash_map.h:33:7: required from ‘class absl::lts_20240722::container_internal::raw_hash_map<absl::lts_20240722::container_internal::FlatHashMapPolicy<std::__cxx11::basic_string<char>, bool>, absl::lts_20240722::container_internal::StringHash, absl::lts_20240722::container_internal::StringEq, std::allocator<std::pair<const std::__cxx11::basic_string<char>, bool> > >’
- 33 | class raw_hash_map : public raw_hash_set<Policy, Hash, Eq, Alloc> {
- | ^~~~~~~~~~~~
- /usr/include/absl/container/flat_hash_map.h:128:37: required from ‘class absl::lts_20240722::flat_hash_map<std::__cxx11::basic_string<char>, bool>’
- 128 | class ABSL_INTERNAL_ATTRIBUTE_OWNER flat_hash_map
- | ^~~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:2659:42: required from here
- 2659 | absl::flat_hash_map<std::string, bool> direct_input_files_;
- | ^~~~~~~~~~~~~~~~~~~
- /usr/include/absl/container/internal/raw_hash_set.h:2397:74: error: no match for call to ‘(const absl::lts_20240722::container_internal::StringHash) (const absl::lts_20240722::container_internal::raw_hash_set<absl::lts_20240722::container_internal::FlatHashMapPolicy<std::__cxx11::basic_string<char>, bool>, absl::lts_20240722::container_internal::StringHash, absl::lts_20240722::container_internal::StringEq, std::allocator<std::pair<const std::__cxx11::basic_string<char>, bool> > >::key_type&)’
- 2397 | auto KeyTypeCanBeHashed(const Hash& h, const key_type& k) -> decltype(h(k));
- | ~^~~
- /usr/include/absl/container/internal/hash_function_defaults.h:79:10: note: candidate: ‘size_t absl::lts_20240722::container_internal::StringHash::operator()(int) const’
- 79 | size_t operator()(absl::string_view v) const {
- | ^~~~~~~~
- /usr/include/absl/container/internal/hash_function_defaults.h:79:39: note: no known conversion for argument 1 from ‘const absl::lts_20240722::container_internal::raw_hash_set<absl::lts_20240722::container_internal::FlatHashMapPolicy<std::__cxx11::basic_string<char>, bool>, absl::lts_20240722::container_internal::StringHash, absl::lts_20240722::container_internal::StringEq, std::allocator<std::pair<const std::__cxx11::basic_string<char>, bool> > >::key_type’ {aka ‘const std::__cxx11::basic_string<char>’} to ‘int’
- 79 | size_t operator()(absl::string_view v) const {
- | ~~~~~~~~~~~~~~~~~~^
- /usr/include/absl/container/internal/hash_function_defaults.h:82:10: note: candidate: ‘size_t absl::lts_20240722::container_internal::StringHash::operator()(const absl::lts_20240722::Cord&) const’
- 82 | size_t operator()(const absl::Cord& v) const {
- | ^~~~~~~~
- /usr/include/absl/container/internal/hash_function_defaults.h:82:39: note: no known conversion for argument 1 from ‘const absl::lts_20240722::container_internal::raw_hash_set<absl::lts_20240722::container_internal::FlatHashMapPolicy<std::__cxx11::basic_string<char>, bool>, absl::lts_20240722::container_internal::StringHash, absl::lts_20240722::container_internal::StringEq, std::allocator<std::pair<const std::__cxx11::basic_string<char>, bool> > >::key_type’ {aka ‘const std::__cxx11::basic_string<char>’} to ‘const absl::lts_20240722::Cord&’
- 82 | size_t operator()(const absl::Cord& v) const {
- | ~~~~~~~~~~~~~~~~~~^
- /usr/include/absl/container/internal/raw_hash_set.h:2398:70: error: no match for call to ‘(const absl::lts_20240722::container_internal::StringEq) (const absl::lts_20240722::container_internal::raw_hash_set<absl::lts_20240722::container_internal::FlatHashMapPolicy<std::__cxx11::basic_string<char>, bool>, absl::lts_20240722::container_internal::StringHash, absl::lts_20240722::container_internal::StringEq, std::allocator<std::pair<const std::__cxx11::basic_string<char>, bool> > >::key_type&, const absl::lts_20240722::container_internal::raw_hash_set<absl::lts_20240722::container_internal::FlatHashMapPolicy<std::__cxx11::basic_string<char>, bool>, absl::lts_20240722::container_internal::StringHash, absl::lts_20240722::container_internal::StringEq, std::allocator<std::pair<const std::__cxx11::basic_string<char>, bool> > >::key_type&)’
- 2398 | auto KeyTypeCanBeEq(const Eq& eq, const key_type& k) -> decltype(eq(k, k));
- | ~~^~~~~~
- /usr/include/absl/container/internal/hash_function_defaults.h:89:8: note: candidate: ‘bool absl::lts_20240722::container_internal::StringEq::operator()(int, int) const’
- 89 | bool operator()(absl::string_view lhs, absl::string_view rhs) const {
- | ^~~~~~~~
- /usr/include/absl/container/internal/hash_function_defaults.h:89:37: note: no known conversion for argument 1 from ‘const absl::lts_20240722::container_internal::raw_hash_set<absl::lts_20240722::container_internal::FlatHashMapPolicy<std::__cxx11::basic_string<char>, bool>, absl::lts_20240722::container_internal::StringHash, absl::lts_20240722::container_internal::StringEq, std::allocator<std::pair<const std::__cxx11::basic_string<char>, bool> > >::key_type’ {aka ‘const std::__cxx11::basic_string<char>’} to ‘int’
- 89 | bool operator()(absl::string_view lhs, absl::string_view rhs) const {
- | ~~~~~~~~~~~~~~~~~~^~~
- /usr/include/absl/container/internal/hash_function_defaults.h:92:8: note: candidate: ‘bool absl::lts_20240722::container_internal::StringEq::operator()(const absl::lts_20240722::Cord&, const absl::lts_20240722::Cord&) const’
- 92 | bool operator()(const absl::Cord& lhs, const absl::Cord& rhs) const {
- | ^~~~~~~~
- /usr/include/absl/container/internal/hash_function_defaults.h:92:37: note: no known conversion for argument 1 from ‘const absl::lts_20240722::container_internal::raw_hash_set<absl::lts_20240722::container_internal::FlatHashMapPolicy<std::__cxx11::basic_string<char>, bool>, absl::lts_20240722::container_internal::StringHash, absl::lts_20240722::container_internal::StringEq, std::allocator<std::pair<const std::__cxx11::basic_string<char>, bool> > >::key_type’ {aka ‘const std::__cxx11::basic_string<char>’} to ‘const absl::lts_20240722::Cord&’
- 92 | bool operator()(const absl::Cord& lhs, const absl::Cord& rhs) const {
- | ~~~~~~~~~~~~~~~~~~^~~
- /usr/include/absl/container/internal/hash_function_defaults.h:95:8: note: candidate: ‘bool absl::lts_20240722::container_internal::StringEq::operator()(const absl::lts_20240722::Cord&, int) const’
- 95 | bool operator()(const absl::Cord& lhs, absl::string_view rhs) const {
- | ^~~~~~~~
- /usr/include/absl/container/internal/hash_function_defaults.h:95:37: note: no known conversion for argument 1 from ‘const absl::lts_20240722::container_internal::raw_hash_set<absl::lts_20240722::container_internal::FlatHashMapPolicy<std::__cxx11::basic_string<char>, bool>, absl::lts_20240722::container_internal::StringHash, absl::lts_20240722::container_internal::StringEq, std::allocator<std::pair<const std::__cxx11::basic_string<char>, bool> > >::key_type’ {aka ‘const std::__cxx11::basic_string<char>’} to ‘const absl::lts_20240722::Cord&’
- 95 | bool operator()(const absl::Cord& lhs, absl::string_view rhs) const {
- | ~~~~~~~~~~~~~~~~~~^~~
- /usr/include/absl/container/internal/hash_function_defaults.h:98:8: note: candidate: ‘bool absl::lts_20240722::container_internal::StringEq::operator()(int, const absl::lts_20240722::Cord&) const’
- 98 | bool operator()(absl::string_view lhs, const absl::Cord& rhs) const {
- | ^~~~~~~~
- /usr/include/absl/container/internal/hash_function_defaults.h:98:37: note: no known conversion for argument 1 from ‘const absl::lts_20240722::container_internal::raw_hash_set<absl::lts_20240722::container_internal::FlatHashMapPolicy<std::__cxx11::basic_string<char>, bool>, absl::lts_20240722::container_internal::StringHash, absl::lts_20240722::container_internal::StringEq, std::allocator<std::pair<const std::__cxx11::basic_string<char>, bool> > >::key_type’ {aka ‘const std::__cxx11::basic_string<char>’} to ‘int’
- 98 | bool operator()(absl::string_view lhs, const absl::Cord& rhs) const {
- | ~~~~~~~~~~~~~~~~~~^~~
- /usr/include/absl/container/internal/raw_hash_set.h:4052:7: error: ‘absl::lts_20240722::container_internal::raw_hash_set<Policy, Hash, Eq, Alloc>::settings_’ has incomplete type
- 4052 | settings_{CommonFields::CreateDefault<SooEnabled()>(), hasher{},
- | ^~~~~~~~~
- /usr/include/absl/container/internal/compressed_tuple.h:202:47: note: declaration of ‘class absl::lts_20240722::container_internal::CompressedTuple<absl::lts_20240722::container_internal::CommonFields, absl::lts_20240722::container_internal::StringHash, absl::lts_20240722::container_internal::StringEq, std::allocator<std::pair<const std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, bool> > >’
- 202 | class ABSL_INTERNAL_COMPRESSED_TUPLE_DECLSPEC CompressedTuple
- | ^~~~~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:2667:13: error: ‘absl::string_view’ has not been declared
- 2667 | absl::string_view message_name) const;
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:2621:16: error: ‘make_unique’ is not a member of ‘std’
- 2621 | std::make_unique<
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:2621:16: note: ‘std::make_unique’ is only available from C++14 onwards
- /app/include/google/protobuf/descriptor.h:2623:61: error: expected primary-expression before ‘>’ token
- 2623 | std::unique_ptr<MemoBase>>>();
- | ^
- /app/include/google/protobuf/descriptor.h:2623:63: error: expected primary-expression before ‘)’ token
- 2623 | std::unique_ptr<MemoBase>>>();
- | ^
- /app/include/google/protobuf/descriptor.h: In member function ‘void google::protobuf::DescriptorPool::SetRecursiveBuildDispatcher(absl::lts_20240722::AnyInvocable<void(absl::lts_20240722::FunctionRef<void()>) const>)’:
- /app/include/google/protobuf/descriptor.h:2395:26: error: ‘make_unique’ is not a member of ‘std’
- 2395 | dispatcher_ = std::make_unique<
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:2395:26: note: ‘std::make_unique’ is only available from C++14 onwards
- /app/include/google/protobuf/descriptor.h:2396:67: error: expected primary-expression before ‘>’ token
- 2396 | absl::AnyInvocable<void(absl::FunctionRef<void()>) const>>(
- | ^~
- /app/include/google/protobuf/descriptor.h: In static member function ‘static const auto& google::protobuf::DescriptorPool::MemoizeProjection(const Desc*, Func)’:
- /app/include/google/protobuf/descriptor.h:2535:26: error: ‘decay_t’ in namespace ‘std’ does not name a template type; did you mean ‘decay’?
- 2535 | using ResultT = std::decay_t<decltype(func(descriptor))>;
- | ^~~~~~~
- | decay
- /app/include/google/protobuf/descriptor.h:2537:24: error: ‘is_empty_v’ is not a member of ‘std’; did you mean ‘is_empty’?
- 2537 | static_assert(std::is_empty_v<Func>);
- | ^~~~~~~~~~
- | is_empty
- /app/include/google/protobuf/descriptor.h:2537:39: error: expected primary-expression before ‘>’ token
- 2537 | static_assert(std::is_empty_v<Func>);
- | ^
- /app/include/google/protobuf/descriptor.h:2537:40: error: expected primary-expression before ‘)’ token
- 2537 | static_assert(std::is_empty_v<Func>);
- | ^
- /app/include/google/protobuf/descriptor.h:2545:50: error: ‘ResultT’ was not declared in this scope
- 2545 | return internal::DownCast<const MemoData<ResultT>&>(*it->second).value;
- | ^~~~~~~
- /app/include/google/protobuf/descriptor.h:2545:57: error: template argument 1 is invalid
- 2545 | return internal::DownCast<const MemoData<ResultT>&>(*it->second).value;
- | ^
- /app/include/google/protobuf/descriptor.h:2545:26: error: parse error in template argument list
- 2545 | return internal::DownCast<const MemoData<ResultT>&>(*it->second).value;
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:2548:24: error: ‘make_unique’ is not a member of ‘std’
- 2548 | auto result = std::make_unique<MemoData<ResultT>>();
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:2548:24: note: ‘std::make_unique’ is only available from C++14 onwards
- /app/include/google/protobuf/descriptor.h:2548:45: error: ‘ResultT’ was not declared in this scope; did you mean ‘result’?
- 2548 | auto result = std::make_unique<MemoData<ResultT>>();
- | ^~~~~~~
- | result
- /app/include/google/protobuf/descriptor.h:2548:45: error: template argument 1 is invalid
- /app/include/google/protobuf/descriptor.h:2548:55: error: expected primary-expression before ‘)’ token
- 2548 | auto result = std::make_unique<MemoData<ResultT>>();
- | ^
- /app/include/google/protobuf/descriptor.h:2555:24: error: parse error in template argument list
- 2555 | return internal::DownCast<const MemoData<ResultT>&>(*it->second).value;
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h: At global scope:
- /app/include/google/protobuf/descriptor.h:2704:1: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 2704 | PROTOBUF_DEFINE_NAME_ACCESSOR(Descriptor)
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:2704:1: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 2704 | PROTOBUF_DEFINE_NAME_ACCESSOR(Descriptor)
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h: In member function ‘const google::protobuf::FieldDescriptor* google::protobuf::Descriptor::field(int) const’:
- /app/include/google/protobuf/descriptor.h:2714:1: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [42], int, std::string&)’
- 2714 | PROTOBUF_DEFINE_ARRAY_ACCESSOR(Descriptor, field, const FieldDescriptor*)
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/descriptor.h:2714:1: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [42], int, std::string&)’
- 2714 | PROTOBUF_DEFINE_ARRAY_ACCESSOR(Descriptor, field, const FieldDescriptor*)
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/descriptor.h: In member function ‘const google::protobuf::OneofDescriptor* google::protobuf::Descriptor::oneof_decl(int) const’:
- /app/include/google/protobuf/descriptor.h:2715:1: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [42], int, std::string&)’
- 2715 | PROTOBUF_DEFINE_ARRAY_ACCESSOR(Descriptor, oneof_decl, const OneofDescriptor*)
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/descriptor.h:2715:1: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [42], int, std::string&)’
- 2715 | PROTOBUF_DEFINE_ARRAY_ACCESSOR(Descriptor, oneof_decl, const OneofDescriptor*)
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/descriptor.h: In member function ‘const google::protobuf::Descriptor* google::protobuf::Descriptor::nested_type(int) const’:
- /app/include/google/protobuf/descriptor.h:2716:1: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [42], int, std::string&)’
- 2716 | PROTOBUF_DEFINE_ARRAY_ACCESSOR(Descriptor, nested_type, const Descriptor*)
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/descriptor.h:2716:1: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [42], int, std::string&)’
- 2716 | PROTOBUF_DEFINE_ARRAY_ACCESSOR(Descriptor, nested_type, const Descriptor*)
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/descriptor.h: In member function ‘const google::protobuf::EnumDescriptor* google::protobuf::Descriptor::enum_type(int) const’:
- /app/include/google/protobuf/descriptor.h:2717:1: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [42], int, std::string&)’
- 2717 | PROTOBUF_DEFINE_ARRAY_ACCESSOR(Descriptor, enum_type, const EnumDescriptor*)
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/descriptor.h:2717:1: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [42], int, std::string&)’
- 2717 | PROTOBUF_DEFINE_ARRAY_ACCESSOR(Descriptor, enum_type, const EnumDescriptor*)
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/descriptor.h: In member function ‘const google::protobuf::OneofDescriptor* google::protobuf::Descriptor::real_oneof_decl(int) const’:
- /app/include/google/protobuf/descriptor.h:2719:3: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 2719 | ABSL_DCHECK(index < real_oneof_decl_count());
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h: In member function ‘const google::protobuf::Descriptor::ExtensionRange* google::protobuf::Descriptor::extension_range(int) const’:
- /app/include/google/protobuf/descriptor.h:2725:1: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [42], int, std::string&)’
- 2725 | PROTOBUF_DEFINE_ARRAY_ACCESSOR(Descriptor, extension_range,
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/descriptor.h:2725:1: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [42], int, std::string&)’
- 2725 | PROTOBUF_DEFINE_ARRAY_ACCESSOR(Descriptor, extension_range,
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/descriptor.h: In member function ‘const google::protobuf::FieldDescriptor* google::protobuf::Descriptor::extension(int) const’:
- /app/include/google/protobuf/descriptor.h:2727:1: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [42], int, std::string&)’
- 2727 | PROTOBUF_DEFINE_ARRAY_ACCESSOR(Descriptor, extension, const FieldDescriptor*)
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/descriptor.h:2727:1: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [42], int, std::string&)’
- 2727 | PROTOBUF_DEFINE_ARRAY_ACCESSOR(Descriptor, extension, const FieldDescriptor*)
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/descriptor.h: In member function ‘const google::protobuf::Descriptor::ReservedRange* google::protobuf::Descriptor::reserved_range(int) const’:
- /app/include/google/protobuf/descriptor.h:2730:1: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [42], int, std::string&)’
- 2730 | PROTOBUF_DEFINE_ARRAY_ACCESSOR(Descriptor, reserved_range,
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/descriptor.h:2730:1: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [42], int, std::string&)’
- 2730 | PROTOBUF_DEFINE_ARRAY_ACCESSOR(Descriptor, reserved_range,
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/descriptor.h: At global scope:
- /app/include/google/protobuf/descriptor.h:2737:1: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 2737 | PROTOBUF_DEFINE_NAME_ACCESSOR(FieldDescriptor)
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:2737:1: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 2737 | PROTOBUF_DEFINE_NAME_ACCESSOR(FieldDescriptor)
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:2752:1: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 2752 | PROTOBUF_DEFINE_STRING_ACCESSOR(FieldDescriptor, default_value_string)
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:2754:1: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 2754 | PROTOBUF_DEFINE_NAME_ACCESSOR(OneofDescriptor)
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:2754:1: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 2754 | PROTOBUF_DEFINE_NAME_ACCESSOR(OneofDescriptor)
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h: In member function ‘const google::protobuf::FieldDescriptor* google::protobuf::OneofDescriptor::field(int) const’:
- /app/include/google/protobuf/descriptor.h:2757:1: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [42], int, std::string&)’
- 2757 | PROTOBUF_DEFINE_ARRAY_ACCESSOR(OneofDescriptor, field, const FieldDescriptor*)
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/descriptor.h:2757:1: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [42], int, std::string&)’
- 2757 | PROTOBUF_DEFINE_ARRAY_ACCESSOR(OneofDescriptor, field, const FieldDescriptor*)
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/descriptor.h: At global scope:
- /app/include/google/protobuf/descriptor.h:2760:1: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 2760 | PROTOBUF_DEFINE_NAME_ACCESSOR(EnumDescriptor)
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:2760:1: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 2760 | PROTOBUF_DEFINE_NAME_ACCESSOR(EnumDescriptor)
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h: In member function ‘const google::protobuf::EnumValueDescriptor* google::protobuf::EnumDescriptor::value(int) const’:
- /app/include/google/protobuf/descriptor.h:2764:1: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [42], int, std::string&)’
- 2764 | PROTOBUF_DEFINE_ARRAY_ACCESSOR(EnumDescriptor, value,
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/descriptor.h:2764:1: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [42], int, std::string&)’
- 2764 | PROTOBUF_DEFINE_ARRAY_ACCESSOR(EnumDescriptor, value,
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/descriptor.h: In member function ‘const google::protobuf::EnumDescriptor::ReservedRange* google::protobuf::EnumDescriptor::reserved_range(int) const’:
- /app/include/google/protobuf/descriptor.h:2769:1: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [42], int, std::string&)’
- 2769 | PROTOBUF_DEFINE_ARRAY_ACCESSOR(EnumDescriptor, reserved_range,
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/descriptor.h:2769:1: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [42], int, std::string&)’
- 2769 | PROTOBUF_DEFINE_ARRAY_ACCESSOR(EnumDescriptor, reserved_range,
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/descriptor.h: At global scope:
- /app/include/google/protobuf/descriptor.h:2773:14: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 2773 | inline absl::string_view EnumValueDescriptor::name() const {
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:2776:14: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 2776 | inline absl::string_view EnumValueDescriptor::full_name() const {
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:2783:1: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 2783 | PROTOBUF_DEFINE_NAME_ACCESSOR(ServiceDescriptor)
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:2783:1: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 2783 | PROTOBUF_DEFINE_NAME_ACCESSOR(ServiceDescriptor)
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h: In member function ‘const google::protobuf::MethodDescriptor* google::protobuf::ServiceDescriptor::method(int) const’:
- /app/include/google/protobuf/descriptor.h:2786:1: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [42], int, std::string&)’
- 2786 | PROTOBUF_DEFINE_ARRAY_ACCESSOR(ServiceDescriptor, method,
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/descriptor.h:2786:1: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [42], int, std::string&)’
- 2786 | PROTOBUF_DEFINE_ARRAY_ACCESSOR(ServiceDescriptor, method,
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/descriptor.h: At global scope:
- /app/include/google/protobuf/descriptor.h:2790:1: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 2790 | PROTOBUF_DEFINE_NAME_ACCESSOR(MethodDescriptor)
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:2790:1: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 2790 | PROTOBUF_DEFINE_NAME_ACCESSOR(MethodDescriptor)
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:2796:1: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 2796 | PROTOBUF_DEFINE_STRING_ACCESSOR(FileDescriptor, name)
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:2797:1: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 2797 | PROTOBUF_DEFINE_STRING_ACCESSOR(FileDescriptor, package)
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h: In member function ‘const google::protobuf::Descriptor* google::protobuf::FileDescriptor::message_type(int) const’:
- /app/include/google/protobuf/descriptor.h:2810:1: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [42], int, std::string&)’
- 2810 | PROTOBUF_DEFINE_ARRAY_ACCESSOR(FileDescriptor, message_type, const Descriptor*)
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/descriptor.h:2810:1: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [42], int, std::string&)’
- 2810 | PROTOBUF_DEFINE_ARRAY_ACCESSOR(FileDescriptor, message_type, const Descriptor*)
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/descriptor.h: In member function ‘const google::protobuf::EnumDescriptor* google::protobuf::FileDescriptor::enum_type(int) const’:
- /app/include/google/protobuf/descriptor.h:2811:1: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [42], int, std::string&)’
- 2811 | PROTOBUF_DEFINE_ARRAY_ACCESSOR(FileDescriptor, enum_type, const EnumDescriptor*)
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/descriptor.h:2811:1: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [42], int, std::string&)’
- 2811 | PROTOBUF_DEFINE_ARRAY_ACCESSOR(FileDescriptor, enum_type, const EnumDescriptor*)
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/descriptor.h: In member function ‘const google::protobuf::ServiceDescriptor* google::protobuf::FileDescriptor::service(int) const’:
- /app/include/google/protobuf/descriptor.h:2812:1: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [42], int, std::string&)’
- 2812 | PROTOBUF_DEFINE_ARRAY_ACCESSOR(FileDescriptor, service,
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/descriptor.h:2812:1: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [42], int, std::string&)’
- 2812 | PROTOBUF_DEFINE_ARRAY_ACCESSOR(FileDescriptor, service,
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/descriptor.h: In member function ‘const google::protobuf::FieldDescriptor* google::protobuf::FileDescriptor::extension(int) const’:
- /app/include/google/protobuf/descriptor.h:2814:1: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [42], int, std::string&)’
- 2814 | PROTOBUF_DEFINE_ARRAY_ACCESSOR(FileDescriptor, extension,
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/descriptor.h:2814:1: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [42], int, std::string&)’
- 2814 | PROTOBUF_DEFINE_ARRAY_ACCESSOR(FileDescriptor, extension,
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/descriptor.h: At global scope:
- /app/include/google/protobuf/descriptor.h:2835:13: error: ‘bool google::protobuf::Descriptor::IsReservedName’ is not a static data member of ‘class google::protobuf::Descriptor’
- 2835 | inline bool Descriptor::IsReservedName(absl::string_view name) const {
- | ^~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:2835:46: error: ‘string_view’ is not a member of ‘absl’
- 2835 | inline bool Descriptor::IsReservedName(absl::string_view name) const {
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:2846:14: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 2846 | inline absl::string_view Descriptor::reserved_name(int index) const {
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:2854:13: error: ‘bool google::protobuf::EnumDescriptor::IsReservedName’ is not a static data member of ‘class google::protobuf::EnumDescriptor’
- 2854 | inline bool EnumDescriptor::IsReservedName(absl::string_view name) const {
- | ^~~~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:2854:50: error: ‘string_view’ is not a member of ‘absl’
- 2854 | inline bool EnumDescriptor::IsReservedName(absl::string_view name) const {
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:2865:14: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 2865 | inline absl::string_view EnumDescriptor::reserved_name(int index) const {
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:2869:14: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 2869 | inline absl::string_view FieldDescriptor::lowercase_name() const {
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:2873:14: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 2873 | inline absl::string_view FieldDescriptor::camelcase_name() const {
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:2877:14: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 2877 | inline absl::string_view FieldDescriptor::json_name() const {
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h: In member function ‘int google::protobuf::FieldDescriptor::index_in_oneof() const’:
- /app/include/google/protobuf/descriptor.h:2891:3: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 2891 | ABSL_DCHECK(is_oneof_);
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h: In member function ‘const google::protobuf::Descriptor* google::protobuf::FieldDescriptor::extension_scope() const’:
- /app/include/google/protobuf/descriptor.h:2896:3: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 2896 | ABSL_CHECK(is_extension_);
- | ^~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h: In member function ‘bool google::protobuf::FieldDescriptor::is_repeated() const’:
- /app/include/google/protobuf/descriptor.h:2919:3: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [42], int, std::string&)’
- 2919 | ABSL_DCHECK_EQ(is_repeated_, static_cast<Label>(label_) == LABEL_REPEATED);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/descriptor.h: In member function ‘const google::protobuf::OneofDescriptor* google::protobuf::FieldDescriptor::real_containing_oneof() const’:
- /app/include/google/protobuf/descriptor.h:2935:5: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 2935 | ABSL_DCHECK(!res->is_synthetic());
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h: At global scope:
- /app/include/google/protobuf/descriptor.h:3005:14: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 3005 | inline absl::string_view FieldDescriptor::type_name() const {
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:3013:14: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 3013 | inline absl::string_view FieldDescriptor::cpp_type_name() const {
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:3021:14: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 3021 | inline absl::string_view FieldDescriptor::TypeName(Type type) {
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:3025:14: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 3025 | inline absl::string_view FieldDescriptor::CppTypeName(CppType cpp_type) {
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:3118:30: error: ‘string_view’ is not a member of ‘absl’
- 3118 | bool ParseNoReflection(absl::string_view from, google::protobuf::MessageLite& to);
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:3118:77: error: expected primary-expression before ‘&’ token
- 3118 | bool ParseNoReflection(absl::string_view from, google::protobuf::MessageLite& to);
- | ^
- /app/include/google/protobuf/descriptor.h:3118:79: error: ‘to’ was not declared in this scope; did you mean ‘io’?
- 3118 | bool ParseNoReflection(absl::string_view from, google::protobuf::MessageLite& to);
- | ^~
- | io
- /app/include/google/protobuf/descriptor.h:3118:81: error: expression list treated as compound expression in initializer [-fpermissive]
- 3118 | bool ParseNoReflection(absl::string_view from, google::protobuf::MessageLite& to);
- | ^
- /app/include/google/protobuf/descriptor.h:3180:52: error: ‘string_view’ is not a member of ‘absl’
- 3180 | PROTOBUF_EXPORT bool IsLazilyInitializedFile(absl::string_view filename);
- | ^~~~~~~~~~~
- In file included from /app/include/google/protobuf/generated_enum_reflection.h:30,
- from /app/include/google/protobuf/generated_message_reflection.h:27,
- from /app/include/google/protobuf/message.h:109:
- /app/include/google/protobuf/port_def.inc:119:15: error: static assertion failed: Protobuf only supports C++17 and newer.
- 119 | static_assert(PROTOBUF_CPLUSPLUS_MIN(201703L),
- | ^~~~~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/port_def.inc:119:15: note: the comparison reduces to ‘(201103 >= 201703)’
- /app/include/google/protobuf/generated_enum_reflection.h:53:62: error: ‘absl::string_view’ has not been declared
- 53 | const EnumDescriptor* PROTOBUF_NONNULL descriptor, absl::string_view name,
- | ^~~~~~~~~~~
- /app/include/google/protobuf/generated_enum_reflection.h:58:27: error: ‘absl::string_view’ has not been declared
- 58 | absl::string_view name, EnumType* PROTOBUF_NONNULL value) {
- | ^~~~~~~~~~~
- In file included from /app/include/google/protobuf/io/zero_copy_stream_impl_lite.h:37,
- from /app/include/google/protobuf/unknown_field_set.h:32,
- from /app/include/google/protobuf/generated_message_reflection.h:28:
- /app/include/google/protobuf/port_def.inc:119:15: error: static assertion failed: Protobuf only supports C++17 and newer.
- 119 | static_assert(PROTOBUF_CPLUSPLUS_MIN(201703L),
- | ^~~~~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/port_def.inc:119:15: note: the comparison reduces to ‘(201103 >= 201703)’
- In file included from /app/include/google/protobuf/unknown_field_set.h:40:
- /app/include/google/protobuf/port_def.inc:119:15: error: static assertion failed: Protobuf only supports C++17 and newer.
- 119 | static_assert(PROTOBUF_CPLUSPLUS_MIN(201703L),
- | ^~~~~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/port_def.inc:119:15: note: the comparison reduces to ‘(201103 >= 201703)’
- /app/include/google/protobuf/unknown_field_set.h:83:16: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 83 | inline absl::string_view length_delimited() const;
- | ^~~~~~~~~~~
- /app/include/google/protobuf/unknown_field_set.h:89:42: error: ‘absl::string_view’ has not been declared
- 89 | inline void set_length_delimited(absl::string_view value);
- | ^~~~~~~~~~~
- /app/include/google/protobuf/unknown_field_set.h:196:45: error: ‘absl::string_view’ has not been declared
- 196 | void AddLengthDelimited(int number, absl::string_view value);
- | ^~~~~~~~~~~
- /app/include/google/protobuf/unknown_field_set.h:223:43: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 223 | inline bool ParseFromString(const absl::string_view data) {
- | ^~~~~~~~~~~
- /app/include/google/protobuf/unknown_field_set.h:261:27: error: ‘enable_if_t’ in namespace ‘std’ does not name a template type
- 261 | typename std::enable_if_t<
- | ^~~~~~~~~~~
- /app/include/google/protobuf/unknown_field_set.h:261:27: note: ‘std::enable_if_t’ is only available from C++14 onwards
- /app/include/google/protobuf/unknown_field_set.h:261:38: error: expected ‘>’ before ‘<’ token
- 261 | typename std::enable_if_t<
- | ^
- /app/include/google/protobuf/unknown_field_set.h:273:8: error: ‘template<class MessageType, typename std::enable_if<(std::is_base_of<google::protobuf::MessageLite, T>::value && (! std::is_base_of<google::protobuf::Message, Element>::value)), int>::type <anonymous> > bool google::protobuf::UnknownFieldSet::InternalMergeFromMessage(const MessageType&)’ cannot be overloaded with ‘template<class MessageType, <typeprefixerror><anonymous> > bool google::protobuf::UnknownFieldSet::InternalMergeFromMessage(const MessageType&)’
- 273 | bool InternalMergeFromMessage(const MessageType& message) {
- | ^~~~~~~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/unknown_field_set.h:263:8: note: previous declaration ‘template<class MessageType, <typeprefixerror><anonymous> > bool google::protobuf::UnknownFieldSet::InternalMergeFromMessage(const MessageType&)’
- 263 | bool InternalMergeFromMessage(const MessageType& message) {
- | ^~~~~~~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/repeated_field.h: In instantiation of ‘class google::protobuf::RepeatedField<google::protobuf::UnknownField>’:
- /app/include/google/protobuf/unknown_field_set.h:281:31: required from here
- 281 | RepeatedField<UnknownField> fields_;
- | ^~~~~~~
- /app/include/google/protobuf/repeated_field.h:457:53: error: call to non-‘constexpr’ function ‘const _Tp& std::max(const _Tp&, const _Tp&) [with _Tp = long unsigned int]’
- 457 | using HeapRep = internal::HeapRep<std::max<size_t>(sizeof(Element), 8)>;
- | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
- /usr/include/c++/14.2.0/bits/stl_algobase.h:257:5: note: ‘const _Tp& std::max(const _Tp&, const _Tp&) [with _Tp = long unsigned int]’ declared here
- 257 | max(const _Tp& __a, const _Tp& __b)
- | ^~~
- /app/include/google/protobuf/repeated_field.h:457:9: note: in template argument for type ‘long unsigned int’
- 457 | using HeapRep = internal::HeapRep<std::max<size_t>(sizeof(Element), 8)>;
- | ^~~~~~~
- /app/include/google/protobuf/unknown_field_set.h: In member function ‘bool google::protobuf::UnknownFieldSet::ParseFromString(int)’:
- /app/include/google/protobuf/unknown_field_set.h:224:32: error: request for member ‘data’ in ‘data’, which is of non-class type ‘const int’
- 224 | return ParseFromArray(data.data(), static_cast<int>(data.size()));
- | ^~~~
- /app/include/google/protobuf/unknown_field_set.h:224:62: error: request for member ‘size’ in ‘data’, which is of non-class type ‘const int’
- 224 | return ParseFromArray(data.data(), static_cast<int>(data.size()));
- | ^~~~
- /app/include/google/protobuf/unknown_field_set.h: At global scope:
- /app/include/google/protobuf/unknown_field_set.h:289:54: error: ‘absl::string_view’ has not been declared
- 289 | inline void WriteLengthDelimited(uint32_t num, absl::string_view val,
- | ^~~~~~~~~~~
- /app/include/google/protobuf/unknown_field_set.h:306:11: error: explicitly defaulted function ‘constexpr google::protobuf::UnknownFieldSet::UnknownFieldSet()’ cannot be declared ‘constexpr’ because the implicit declaration is not ‘constexpr’:
- 306 | constexpr UnknownFieldSet::UnknownFieldSet() = default;
- | ^~~~~~~~~~~~~~~
- /app/include/google/protobuf/repeated_field.h:639:11: note: defaulted constructor calls non-‘constexpr’ ‘google::protobuf::RepeatedField< <template-parameter-1-1> >::RepeatedField() [with Element = google::protobuf::UnknownField]’
- 639 | constexpr RepeatedField<Element>::RepeatedField() {
- | ^~~~~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/repeated_field.h:639:11: note: ‘google::protobuf::RepeatedField< <template-parameter-1-1> >::RepeatedField() [with Element = google::protobuf::UnknownField]’ declared here
- /app/include/google/protobuf/unknown_field_set.h:346:61: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 346 | const absl::string_view value) {
- | ^~~~~~~~~~~
- /app/include/google/protobuf/unknown_field_set.h: In member function ‘void google::protobuf::UnknownFieldSet::AddLengthDelimited(int, int)’:
- /app/include/google/protobuf/unknown_field_set.h:347:44: error: request for member ‘data’ in ‘value’, which is of non-class type ‘const int’
- 347 | AddLengthDelimited(number)->assign(value.data(), value.size());
- | ^~~~
- /app/include/google/protobuf/unknown_field_set.h:347:58: error: request for member ‘size’ in ‘value’, which is of non-class type ‘const int’
- 347 | AddLengthDelimited(number)->assign(value.data(), value.size());
- | ^~~~
- /app/include/google/protobuf/unknown_field_set.h: At global scope:
- /app/include/google/protobuf/unknown_field_set.h:367:14: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 367 | inline absl::string_view UnknownField::length_delimited() const {
- | ^~~~~~~~~~~
- /app/include/google/protobuf/unknown_field_set.h:388:60: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 388 | inline void UnknownField::set_length_delimited(const absl::string_view value) {
- | ^~~~~~~~~~~
- /app/include/google/protobuf/unknown_field_set.h: In member function ‘void google::protobuf::UnknownField::set_length_delimited(int)’:
- /app/include/google/protobuf/unknown_field_set.h:390:36: error: request for member ‘data’ in ‘value’, which is of non-class type ‘const int’
- 390 | data_.string_value->assign(value.data(), value.size());
- | ^~~~
- /app/include/google/protobuf/unknown_field_set.h:390:50: error: request for member ‘size’ in ‘value’, which is of non-class type ‘const int’
- 390 | data_.string_value->assign(value.data(), value.size());
- | ^~~~
- /app/include/google/protobuf/unknown_field_set.h: In member function ‘size_t google::protobuf::UnknownField::GetLengthDelimitedSize() const’:
- /app/include/google/protobuf/unknown_field_set.h:412:3: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [49], int, std::string&)’
- 412 | ABSL_DCHECK_EQ(TYPE_LENGTH_DELIMITED, type());
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- In file included from /app/include/google/protobuf/generated_message_reflection.h:31:
- /app/include/google/protobuf/port_def.inc: At global scope:
- /app/include/google/protobuf/port_def.inc:119:15: error: static assertion failed: Protobuf only supports C++17 and newer.
- 119 | static_assert(PROTOBUF_CPLUSPLUS_MIN(201703L),
- | ^~~~~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/port_def.inc:119:15: note: the comparison reduces to ‘(201103 >= 201703)’
- /app/include/google/protobuf/generated_message_reflection.h: In member function ‘uint32_t google::protobuf::internal::ReflectionSchema::GetFieldOffsetNonOneof(const google::protobuf::FieldDescriptor*) const’:
- /app/include/google/protobuf/generated_message_reflection.h:125:5: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 125 | ABSL_DCHECK(!InRealOneof(field));
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /app/include/google/protobuf/generated_message_reflection.h: In member function ‘uint32_t google::protobuf::internal::ReflectionSchema::HasBitIndex(const google::protobuf::FieldDescriptor*) const’:
- /app/include/google/protobuf/generated_message_reflection.h:164:5: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 164 | ABSL_DCHECK(!field->is_extension());
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /app/include/google/protobuf/generated_message_reflection.h:166:5: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 166 | ABSL_DCHECK(HasHasbits());
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /app/include/google/protobuf/generated_message_reflection.h: In member function ‘uint32_t google::protobuf::internal::ReflectionSchema::HasBitsOffset() const’:
- /app/include/google/protobuf/generated_message_reflection.h:172:5: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 172 | ABSL_DCHECK(HasHasbits());
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /app/include/google/protobuf/generated_message_reflection.h: In member function ‘uint32_t google::protobuf::internal::ReflectionSchema::InlinedStringIndex(const google::protobuf::FieldDescriptor*) const’:
- /app/include/google/protobuf/generated_message_reflection.h:181:5: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 181 | ABSL_DCHECK(HasInlinedString());
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /app/include/google/protobuf/generated_message_reflection.h: In member function ‘uint32_t google::protobuf::internal::ReflectionSchema::InlinedStringDonatedOffset() const’:
- /app/include/google/protobuf/generated_message_reflection.h:187:5: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 187 | ABSL_DCHECK(HasInlinedString());
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /app/include/google/protobuf/generated_message_reflection.h: In member function ‘uint32_t google::protobuf::internal::ReflectionSchema::GetExtensionSetOffset() const’:
- /app/include/google/protobuf/generated_message_reflection.h:196:5: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 196 | ABSL_DCHECK(HasExtensionSet());
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /app/include/google/protobuf/generated_message_reflection.h: In member function ‘bool google::protobuf::internal::ReflectionSchema::IsEagerlyVerifiedLazyField(const google::protobuf::FieldDescriptor*) const’:
- /app/include/google/protobuf/generated_message_reflection.h:217:5: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [60], int, std::string&)’
- 217 | ABSL_DCHECK_EQ(field->type(), FieldDescriptor::TYPE_MESSAGE);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/generated_message_reflection.h: In member function ‘uint32_t google::protobuf::internal::ReflectionSchema::SplitOffset() const’:
- /app/include/google/protobuf/generated_message_reflection.h:231:5: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 231 | ABSL_DCHECK(IsSplit());
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /app/include/google/protobuf/generated_message_reflection.h: In member function ‘uint32_t google::protobuf::internal::ReflectionSchema::SizeofSplit() const’:
- /app/include/google/protobuf/generated_message_reflection.h:236:5: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 236 | ABSL_DCHECK(IsSplit());
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /app/include/google/protobuf/generated_message_reflection.h: In static member function ‘static bool google::protobuf::internal::ReflectionSchema::IsMicroString(uint32_t, google::protobuf::internal::FieldDescriptorLite::Type)’:
- /app/include/google/protobuf/generated_message_reflection.h:285:5: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 285 | ABSL_DCHECK(type == FieldDescriptor::TYPE_STRING ||
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- In file included from /app/include/google/protobuf/generated_message_tctable_decl.h:29,
- from /app/include/google/protobuf/message.h:110:
- /app/include/google/protobuf/port_def.inc: At global scope:
- /app/include/google/protobuf/port_def.inc:119:15: error: static assertion failed: Protobuf only supports C++17 and newer.
- 119 | static_assert(PROTOBUF_CPLUSPLUS_MIN(201703L),
- | ^~~~~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/port_def.inc:119:15: note: the comparison reduces to ‘(201103 >= 201703)’
- /app/include/google/protobuf/generated_message_tctable_decl.h: In member function ‘bool google::protobuf::internal::MapTypeCard::is_zigzag() const’:
- /app/include/google/protobuf/generated_message_tctable_decl.h:172:5: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 172 | ABSL_DCHECK(wiretype() == WireFormatLite::WIRETYPE_VARINT);
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /app/include/google/protobuf/generated_message_tctable_decl.h: In member function ‘bool google::protobuf::internal::MapTypeCard::is_utf8() const’:
- /app/include/google/protobuf/generated_message_tctable_decl.h:176:5: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 176 | ABSL_DCHECK(wiretype() == WireFormatLite::WIRETYPE_LENGTH_DELIMITED);
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /app/include/google/protobuf/generated_message_tctable_decl.h: In function ‘constexpr google::protobuf::internal::MapTypeCard google::protobuf::internal::MakeMapTypeCard(int, WireFormatLite::FieldType)’:
- /app/include/google/protobuf/generated_message_tctable_decl.h:241:1: error: body of ‘constexpr’ function ‘constexpr google::protobuf::internal::MapTypeCard google::protobuf::internal::MakeMapTypeCard(int, WireFormatLite::FieldType)’ not a return-statement
- 241 | }
- | ^
- /app/include/google/protobuf/generated_message_tctable_decl.h: In static member function ‘static uint32_t google::protobuf::internal::TcParseTableBase::RecodeTagForFastParsing(uint32_t)’:
- /app/include/google/protobuf/generated_message_tctable_decl.h:377:5: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [62], int, std::string&)’
- 377 | ABSL_DCHECK_LE(tag, 0x3FFFu);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/generated_message_tctable_decl.h: In static member function ‘static uint32_t google::protobuf::internal::TcParseTableBase::TagToIdx(uint32_t, uint32_t)’:
- /app/include/google/protobuf/generated_message_tctable_decl.h:394:5: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [62], int, std::string&)’
- 394 | ABSL_DCHECK_EQ((fast_table_size & (fast_table_size - 1)), uint32_t{0});
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- In file included from /app/include/google/protobuf/any.h:19,
- from /app/include/google/protobuf/generated_message_util.h:37,
- from /app/include/google/protobuf/message.h:111:
- /app/include/google/protobuf/port_def.inc: At global scope:
- /app/include/google/protobuf/port_def.inc:119:15: error: static assertion failed: Protobuf only supports C++17 and newer.
- 119 | static_assert(PROTOBUF_CPLUSPLUS_MIN(201703L),
- | ^~~~~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/port_def.inc:119:15: note: the comparison reduces to ‘(201103 >= 201703)’
- /app/include/google/protobuf/any.h:36:30: error: ‘string_view’ is not a member of ‘absl’
- 36 | std::string GetTypeUrl(absl::string_view message_name,
- | ^~~~~~~~~~~
- /app/include/google/protobuf/any.h:37:30: error: ‘string_view’ is not a member of ‘absl’
- 37 | absl::string_view type_url_prefix);
- | ^~~~~~~~~~~
- /app/include/google/protobuf/any.h:40:7: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 40 | absl::string_view GetAnyMessageName() {
- | ^~~~~~~~~~~
- /app/include/google/protobuf/any.h:50:39: error: ‘absl::string_view’ has not been declared
- 50 | const MessageLite& message, absl::string_view type_url_prefix,
- | ^~~~~~~~~~~
- /app/include/google/protobuf/any.h:51:11: error: ‘absl::string_view’ has not been declared
- 51 | absl::string_view type_name, URL_TYPE* PROTOBUF_NONNULL dst_url,
- | ^~~~~~~~~~~
- /app/include/google/protobuf/any.h:54:11: error: ‘string_view’ is not a member of ‘absl’
- 54 | absl::string_view type_name, absl::string_view type_url,
- | ^~~~~~~~~~~
- /app/include/google/protobuf/any.h:54:40: error: ‘string_view’ is not a member of ‘absl’
- 54 | absl::string_view type_name, absl::string_view type_url,
- | ^~~~~~~~~~~
- /app/include/google/protobuf/any.h:55:5: error: expected primary-expression before ‘const’
- 55 | const VALUE_TYPE& value, MessageLite* PROTOBUF_NONNULL dst_message);
- | ^~~~~
- /app/include/google/protobuf/any.h:55:41: error: expected primary-expression before ‘*’ token
- 55 | const VALUE_TYPE& value, MessageLite* PROTOBUF_NONNULL dst_message);
- | ^
- /app/include/google/protobuf/any.h:55:60: error: ‘dst_message’ was not declared in this scope
- 55 | const VALUE_TYPE& value, MessageLite* PROTOBUF_NONNULL dst_message);
- | ^~~~~~~~~~~
- /app/include/google/protobuf/any.h:55:71: error: expression list treated as compound expression in initializer [-fpermissive]
- 55 | const VALUE_TYPE& value, MessageLite* PROTOBUF_NONNULL dst_message);
- | ^
- /app/include/google/protobuf/any.h:56:43: error: ‘string_view’ is not a member of ‘absl’
- 56 | PROTOBUF_EXPORT bool InternalIsLite(absl::string_view type_name,
- | ^~~~~~~~~~~
- /app/include/google/protobuf/any.h:57:43: error: ‘string_view’ is not a member of ‘absl’
- 57 | absl::string_view type_url);
- | ^~~~~~~~~~~
- /app/include/google/protobuf/any.h:57:63: error: expression list treated as compound expression in initializer [-fpermissive]
- 57 | absl::string_view type_url);
- | ^
- /app/include/google/protobuf/any.h: In function ‘bool google::protobuf::internal::InternalPackFrom(const T&, std::string*, std::string*)’:
- /app/include/google/protobuf/any.h:66:31: error: ‘GetAnyMessageName’ was not declared in this scope
- 66 | GetAnyMessageName<T>(), dst_url, dst_value);
- | ^~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/any.h:66:50: error: expected primary-expression before ‘>’ token
- 66 | GetAnyMessageName<T>(), dst_url, dst_value);
- | ^
- /app/include/google/protobuf/any.h:66:52: error: expected primary-expression before ‘)’ token
- 66 | GetAnyMessageName<T>(), dst_url, dst_value);
- | ^
- /app/include/google/protobuf/any.h: At global scope:
- /app/include/google/protobuf/any.h:80:47: error: ‘absl::string_view’ has not been declared
- 80 | bool InternalPackFrom(const T& message, absl::string_view type_url_prefix,
- | ^~~~~~~~~~~
- /app/include/google/protobuf/any.h: In function ‘bool google::protobuf::internal::InternalPackFrom(const T&, int, std::string*, std::string*)’:
- /app/include/google/protobuf/any.h:83:57: error: ‘GetAnyMessageName’ was not declared in this scope
- 83 | return InternalPackFromLite(message, type_url_prefix, GetAnyMessageName<T>(),
- | ^~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/any.h:83:76: error: expected primary-expression before ‘>’ token
- 83 | return InternalPackFromLite(message, type_url_prefix, GetAnyMessageName<T>(),
- | ^
- /app/include/google/protobuf/any.h:83:78: error: expected primary-expression before ‘)’ token
- 83 | return InternalPackFromLite(message, type_url_prefix, GetAnyMessageName<T>(),
- | ^
- /app/include/google/protobuf/any.h: At global scope:
- /app/include/google/protobuf/any.h:87:45: error: ‘absl::string_view’ has not been declared
- 87 | absl::string_view type_url_prefix,
- | ^~~~~~~~~~~
- /app/include/google/protobuf/any.h:96:29: error: ‘string_view’ is not a member of ‘absl’
- 96 | bool InternalUnpackTo(absl::string_view type_url, const VALUE_TYPE& value,
- | ^~~~~~~~~~~
- /app/include/google/protobuf/any.h:96:51: error: expected primary-expression before ‘const’
- 96 | bool InternalUnpackTo(absl::string_view type_url, const VALUE_TYPE& value,
- | ^~~~~
- /app/include/google/protobuf/any.h:97:24: error: expected primary-expression before ‘*’ token
- 97 | T* PROTOBUF_NONNULL message) {
- | ^
- /app/include/google/protobuf/any.h:97:43: error: ‘message’ was not declared in this scope; did you mean ‘Message’?
- 97 | T* PROTOBUF_NONNULL message) {
- | ^~~~~~~
- | Message
- /app/include/google/protobuf/any.h:97:50: error: expression list treated as compound expression in initializer [-fpermissive]
- 97 | T* PROTOBUF_NONNULL message) {
- | ^
- /app/include/google/protobuf/any.h:97:51: error: expected ‘;’ before ‘{’ token
- 97 | T* PROTOBUF_NONNULL message) {
- | ^~
- | ;
- /app/include/google/protobuf/any.h:100:45: error: ‘bool google::protobuf::internal::InternalUnpackTo’ redeclared as different kind of entity
- 100 | PROTOBUF_EXPORT bool InternalUnpackTo(absl::string_view type_url,
- | ^~~~~~~~~~~
- /app/include/google/protobuf/any.h:96:6: note: previous declaration ‘template<class T> bool google::protobuf::internal::InternalUnpackTo<T>’
- 96 | bool InternalUnpackTo(absl::string_view type_url, const VALUE_TYPE& value,
- | ^~~~~~~~~~~~~~~~
- /app/include/google/protobuf/any.h:100:45: error: ‘string_view’ is not a member of ‘absl’
- 100 | PROTOBUF_EXPORT bool InternalUnpackTo(absl::string_view type_url,
- | ^~~~~~~~~~~
- /app/include/google/protobuf/any.h:101:39: error: expected primary-expression before ‘const’
- 101 | const VALUE_TYPE& value,
- | ^~~~~
- /app/include/google/protobuf/any.h:102:46: error: expected primary-expression before ‘*’ token
- 102 | Message* PROTOBUF_NONNULL message);
- | ^
- /app/include/google/protobuf/any.h:102:65: error: ‘message’ was not declared in this scope; did you mean ‘Message’?
- 102 | Message* PROTOBUF_NONNULL message);
- | ^~~~~~~
- | Message
- /app/include/google/protobuf/any.h:108:23: error: ‘string_view’ is not a member of ‘absl’
- 108 | bool InternalIs(absl::string_view type_url) {
- | ^~~~~~~~~~~
- /app/include/google/protobuf/any.h:108:44: error: expected ‘;’ before ‘{’ token
- 108 | bool InternalIs(absl::string_view type_url) {
- | ^~
- | ;
- /app/include/google/protobuf/any.h:122:28: error: ‘string_view’ is not a member of ‘absl’
- 122 | bool ParseAnyTypeUrl(absl::string_view type_url,
- | ^~~~~~~~~~~
- /app/include/google/protobuf/any.h:123:33: error: expected primary-expression before ‘*’ token
- 123 | std::string* PROTOBUF_NONNULL full_type_name);
- | ^
- /app/include/google/protobuf/any.h:123:52: error: ‘full_type_name’ was not declared in this scope
- 123 | std::string* PROTOBUF_NONNULL full_type_name);
- | ^~~~~~~~~~~~~~
- /app/include/google/protobuf/any.h:123:66: error: expression list treated as compound expression in initializer [-fpermissive]
- 123 | std::string* PROTOBUF_NONNULL full_type_name);
- | ^
- /app/include/google/protobuf/any.h:130:6: error: redefinition of ‘bool google::protobuf::internal::ParseAnyTypeUrl’
- 130 | bool ParseAnyTypeUrl(absl::string_view type_url,
- | ^~~~~~~~~~~~~~~
- /app/include/google/protobuf/any.h:122:6: note: ‘bool google::protobuf::internal::ParseAnyTypeUrl’ previously defined here
- 122 | bool ParseAnyTypeUrl(absl::string_view type_url,
- | ^~~~~~~~~~~~~~~
- /app/include/google/protobuf/any.h:130:28: error: ‘string_view’ is not a member of ‘absl’
- 130 | bool ParseAnyTypeUrl(absl::string_view type_url,
- | ^~~~~~~~~~~
- /app/include/google/protobuf/any.h:131:33: error: expected primary-expression before ‘*’ token
- 131 | std::string* PROTOBUF_NULLABLE url_prefix,
- | ^
- /app/include/google/protobuf/any.h:131:53: error: ‘url_prefix’ was not declared in this scope
- 131 | std::string* PROTOBUF_NULLABLE url_prefix,
- | ^~~~~~~~~~
- /app/include/google/protobuf/any.h:132:33: error: expected primary-expression before ‘*’ token
- 132 | std::string* PROTOBUF_NONNULL full_type_name);
- | ^
- /app/include/google/protobuf/any.h:132:52: error: ‘full_type_name’ was not declared in this scope
- 132 | std::string* PROTOBUF_NONNULL full_type_name);
- | ^~~~~~~~~~~~~~
- In file included from /app/include/google/protobuf/has_bits.h:18,
- from /app/include/google/protobuf/generated_message_util.h:38:
- /app/include/google/protobuf/port_def.inc:119:15: error: static assertion failed: Protobuf only supports C++17 and newer.
- 119 | static_assert(PROTOBUF_CPLUSPLUS_MIN(201703L),
- | ^~~~~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/port_def.inc:119:15: note: the comparison reduces to ‘(201103 >= 201703)’
- /app/include/google/protobuf/has_bits.h: In constructor ‘google::protobuf::internal::HasBits<doublewords>::HasBits(std::initializer_list<unsigned int>)’:
- /app/include/google/protobuf/has_bits.h:35:3: error: ‘constexpr’ constructor does not have empty body
- 35 | }
- | ^
- In file included from /app/include/google/protobuf/implicit_weak_message.h:25,
- from /app/include/google/protobuf/generated_message_util.h:39:
- /app/include/google/protobuf/port_def.inc: At global scope:
- /app/include/google/protobuf/port_def.inc:119:15: error: static assertion failed: Protobuf only supports C++17 and newer.
- 119 | static_assert(PROTOBUF_CPLUSPLUS_MIN(201703L),
- | ^~~~~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/port_def.inc:119:15: note: the comparison reduces to ‘(201103 >= 201703)’
- In file included from /app/include/google/protobuf/generated_message_util.h:48:
- /app/include/google/protobuf/port_def.inc:119:15: error: static assertion failed: Protobuf only supports C++17 and newer.
- 119 | static_assert(PROTOBUF_CPLUSPLUS_MIN(201703L),
- | ^~~~~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/port_def.inc:119:15: note: the comparison reduces to ‘(201103 >= 201703)’
- /app/include/google/protobuf/generated_message_util.h:362:53: error: ‘absl::string_view’ has not been declared
- 362 | inline void AssignToString(std::string& dest, absl::string_view value,
- | ^~~~~~~~~~~
- /app/include/google/protobuf/generated_message_util.h: In function ‘void google::protobuf::internal::AssignToString(std::string&, int, BytesTag)’:
- /app/include/google/protobuf/generated_message_util.h:364:21: error: request for member ‘data’ in ‘value’, which is of non-class type ‘int’
- 364 | dest.assign(value.data(), value.size());
- | ^~~~
- /app/include/google/protobuf/generated_message_util.h:364:35: error: request for member ‘size’ in ‘value’, which is of non-class type ‘int’
- 364 | dest.assign(value.data(), value.size());
- | ^~~~
- /app/include/google/protobuf/generated_message_util.h: At global scope:
- /app/include/google/protobuf/generated_message_util.h:381:17: error: ‘optional’ in namespace ‘absl’ does not name a template type
- 381 | constexpr absl::optional<uintptr_t> EncodePlacementArenaOffsets(
- | ^~~~~~~~
- In file included from /app/include/google/protobuf/map.h:53,
- from /app/include/google/protobuf/message.h:112:
- /app/include/google/protobuf/port_def.inc:119:15: error: static assertion failed: Protobuf only supports C++17 and newer.
- 119 | static_assert(PROTOBUF_CPLUSPLUS_MIN(201703L),
- | ^~~~~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/port_def.inc:119:15: note: the comparison reduces to ‘(201103 >= 201703)’
- /app/include/google/protobuf/map.h:111:31: error: ‘enable_if_t’ is not a member of ‘std’
- 111 | struct KeyForBaseImpl<T, std::enable_if_t<std::is_integral<T>::value &&
- | ^~~~~~~~~~~
- /app/include/google/protobuf/map.h:111:31: note: ‘std::enable_if_t’ is only available from C++14 onwards
- /app/include/google/protobuf/map.h:111:31: error: ‘enable_if_t’ is not a member of ‘std’
- /app/include/google/protobuf/map.h:111:31: note: ‘std::enable_if_t’ is only available from C++14 onwards
- /app/include/google/protobuf/map.h:112:62: error: type/value mismatch at argument 2 in template parameter list for ‘template<class T, class> struct google::protobuf::internal::KeyForBaseImpl’
- 112 | std::is_signed<T>::value>> {
- | ^~~~~
- /app/include/google/protobuf/map.h:112:62: note: expected a type, got ‘((<expression error> < std::is_integral<_Tp>::value) && std::is_signed<_Tp>::value)’
- /app/include/google/protobuf/map.h:112:67: error: expected unqualified-id before ‘>’ token
- 112 | std::is_signed<T>::value>> {
- | ^~
- /app/include/google/protobuf/map.h:141:16: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 141 | static absl::string_view ImplicitConvert(T&& str) {
- | ^~~~~~~~~~~
- /app/include/google/protobuf/map.h:156:26: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 156 | using ViewType = absl::string_view;
- | ^~~~~~~~~~~
- /app/include/google/protobuf/map.h:158:10: error: ‘ViewType’ does not name a type; did you mean ‘FieldType’?
- 158 | static ViewType ToView(const T& v) {
- | ^~~~~~~~
- | FieldType
- /app/include/google/protobuf/map.h:237:42: error: non-constant condition for static assertion
- 237 | static_assert(sizeof(UntypedMapIterator) ==
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
- 238 | sizeof(void*) * 2 +
- | ~~~~~~~~~~~~~~~~~~~
- 239 | std::max(sizeof(uint32_t), alignof(void*)),
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/map.h:239:31: error: call to non-‘constexpr’ function ‘const _Tp& std::max(const _Tp&, const _Tp&) [with _Tp = long unsigned int]’
- 239 | std::max(sizeof(uint32_t), alignof(void*)),
- | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/c++/14.2.0/bits/stl_algobase.h:257:5: note: ‘const _Tp& std::max(const _Tp&, const _Tp&) [with _Tp = long unsigned int]’ declared here
- 257 | max(const _Tp& __a, const _Tp& __b)
- | ^~~
- /app/include/google/protobuf/map.h:242:33: error: non-constant condition for static assertion
- 242 | alignof(UntypedMapIterator) == std::max(alignof(void*), alignof(uint32_t)),
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/map.h:242:44: error: call to non-‘constexpr’ function ‘const _Tp& std::max(const _Tp&, const _Tp&) [with _Tp = long unsigned int]’
- 242 | alignof(UntypedMapIterator) == std::max(alignof(void*), alignof(uint32_t)),
- | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/c++/14.2.0/bits/stl_algobase.h:257:5: note: ‘const _Tp& std::max(const _Tp&, const _Tp&) [with _Tp = long unsigned int]’ declared here
- 257 | max(const _Tp& __a, const _Tp& __b)
- | ^~~
- /app/include/google/protobuf/map.h:386:3: error: ‘VisitKey’ function uses ‘auto’ type specifier without trailing return type
- 386 | auto VisitKey(NodeBase* node, F f) const;
- | ^~~~
- /app/include/google/protobuf/map.h:386:3: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /app/include/google/protobuf/map.h:392:3: error: ‘VisitValue’ function uses ‘auto’ type specifier without trailing return type
- 392 | auto VisitValue(NodeBase* node, F f) const;
- | ^~~~
- /app/include/google/protobuf/map.h:392:3: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /app/include/google/protobuf/map.h:410:3: error: ‘VisitKeyType’ function uses ‘auto’ type specifier without trailing return type
- 410 | auto VisitKeyType(F f) const;
- | ^~~~
- /app/include/google/protobuf/map.h:410:3: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /app/include/google/protobuf/map.h:412:3: error: ‘VisitValueType’ function uses ‘auto’ type specifier without trailing return type
- 412 | auto VisitValueType(F f) const;
- | ^~~~
- /app/include/google/protobuf/map.h:412:3: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /app/include/google/protobuf/map.h: In static member function ‘static constexpr google::protobuf::internal::UntypedMapBase::TypeKind google::protobuf::internal::UntypedMapBase::StaticTypeKind()’:
- /app/include/google/protobuf/map.h:269:24: error: ‘is_same_v’ is not a member of ‘std’; did you mean ‘is_same’?
- 269 | if constexpr (std::is_same_v<T, bool>) {
- | ^~~~~~~~~
- | is_same
- /app/include/google/protobuf/map.h:269:35: error: expected primary-expression before ‘,’ token
- 269 | if constexpr (std::is_same_v<T, bool>) {
- | ^
- /app/include/google/protobuf/map.h:269:37: error: expected primary-expression before ‘bool’
- 269 | if constexpr (std::is_same_v<T, bool>) {
- | ^~~~
- /app/include/google/protobuf/map.h:269:37: error: expected ‘)’ before ‘bool’
- /app/include/google/protobuf/map.h:269:18: note: to match this ‘(’
- 269 | if constexpr (std::is_same_v<T, bool>) {
- | ^
- /app/include/google/protobuf/map.h:271:31: error: ‘is_same_v’ is not a member of ‘std’; did you mean ‘is_same’?
- 271 | } else if constexpr (std::is_same_v<T, int32_t> ||
- | ^~~~~~~~~
- | is_same
- /app/include/google/protobuf/map.h:271:42: error: expected primary-expression before ‘,’ token
- 271 | } else if constexpr (std::is_same_v<T, int32_t> ||
- | ^
- /app/include/google/protobuf/map.h:271:51: error: expected primary-expression before ‘>’ token
- 271 | } else if constexpr (std::is_same_v<T, int32_t> ||
- | ^
- /app/include/google/protobuf/map.h:271:53: error: expected primary-expression before ‘||’ token
- 271 | } else if constexpr (std::is_same_v<T, int32_t> ||
- | ^~
- /app/include/google/protobuf/map.h:272:31: error: ‘is_same_v’ is not a member of ‘std’; did you mean ‘is_same’?
- 272 | std::is_same_v<T, uint32_t> || std::is_enum_v<T>) {
- | ^~~~~~~~~
- | is_same
- /app/include/google/protobuf/map.h:272:42: error: expected primary-expression before ‘,’ token
- 272 | std::is_same_v<T, uint32_t> || std::is_enum_v<T>) {
- | ^
- /app/include/google/protobuf/map.h:272:52: error: expected primary-expression before ‘>’ token
- 272 | std::is_same_v<T, uint32_t> || std::is_enum_v<T>) {
- | ^
- /app/include/google/protobuf/map.h:272:54: error: expected primary-expression before ‘||’ token
- 272 | std::is_same_v<T, uint32_t> || std::is_enum_v<T>) {
- | ^~
- /app/include/google/protobuf/map.h:272:62: error: ‘is_enum_v’ is not a member of ‘std’; did you mean ‘is_enum’?
- 272 | std::is_same_v<T, uint32_t> || std::is_enum_v<T>) {
- | ^~~~~~~~~
- | is_enum
- /app/include/google/protobuf/map.h:272:73: error: expected primary-expression before ‘>’ token
- 272 | std::is_same_v<T, uint32_t> || std::is_enum_v<T>) {
- | ^
- /app/include/google/protobuf/map.h:272:74: error: expected primary-expression before ‘)’ token
- 272 | std::is_same_v<T, uint32_t> || std::is_enum_v<T>) {
- | ^
- /app/include/google/protobuf/map.h:276:31: error: ‘is_same_v’ is not a member of ‘std’; did you mean ‘is_same’?
- 276 | } else if constexpr (std::is_same_v<T, int64_t> ||
- | ^~~~~~~~~
- | is_same
- /app/include/google/protobuf/map.h:276:42: error: expected primary-expression before ‘,’ token
- 276 | } else if constexpr (std::is_same_v<T, int64_t> ||
- | ^
- /app/include/google/protobuf/map.h:276:51: error: expected primary-expression before ‘>’ token
- 276 | } else if constexpr (std::is_same_v<T, int64_t> ||
- | ^
- /app/include/google/protobuf/map.h:276:53: error: expected primary-expression before ‘||’ token
- 276 | } else if constexpr (std::is_same_v<T, int64_t> ||
- | ^~
- /app/include/google/protobuf/map.h:277:31: error: ‘is_same_v’ is not a member of ‘std’; did you mean ‘is_same’?
- 277 | std::is_same_v<T, uint64_t>) {
- | ^~~~~~~~~
- | is_same
- /app/include/google/protobuf/map.h:277:42: error: expected primary-expression before ‘,’ token
- 277 | std::is_same_v<T, uint64_t>) {
- | ^
- /app/include/google/protobuf/map.h:277:52: error: expected primary-expression before ‘>’ token
- 277 | std::is_same_v<T, uint64_t>) {
- | ^
- /app/include/google/protobuf/map.h:277:53: error: expected primary-expression before ‘)’ token
- 277 | std::is_same_v<T, uint64_t>) {
- | ^
- /app/include/google/protobuf/map.h:279:31: error: ‘is_same_v’ is not a member of ‘std’; did you mean ‘is_same’?
- 279 | } else if constexpr (std::is_same_v<T, float>) {
- | ^~~~~~~~~
- | is_same
- /app/include/google/protobuf/map.h:279:42: error: expected primary-expression before ‘,’ token
- 279 | } else if constexpr (std::is_same_v<T, float>) {
- | ^
- /app/include/google/protobuf/map.h:279:44: error: expected primary-expression before ‘float’
- 279 | } else if constexpr (std::is_same_v<T, float>) {
- | ^~~~~
- /app/include/google/protobuf/map.h:279:44: error: expected ‘)’ before ‘float’
- /app/include/google/protobuf/map.h:279:25: note: to match this ‘(’
- 279 | } else if constexpr (std::is_same_v<T, float>) {
- | ^
- /app/include/google/protobuf/map.h:281:31: error: ‘is_same_v’ is not a member of ‘std’; did you mean ‘is_same’?
- 281 | } else if constexpr (std::is_same_v<T, double>) {
- | ^~~~~~~~~
- | is_same
- /app/include/google/protobuf/map.h:281:42: error: expected primary-expression before ‘,’ token
- 281 | } else if constexpr (std::is_same_v<T, double>) {
- | ^
- /app/include/google/protobuf/map.h:281:44: error: expected primary-expression before ‘double’
- 281 | } else if constexpr (std::is_same_v<T, double>) {
- | ^~~~~~
- /app/include/google/protobuf/map.h:281:44: error: expected ‘)’ before ‘double’
- /app/include/google/protobuf/map.h:281:25: note: to match this ‘(’
- 281 | } else if constexpr (std::is_same_v<T, double>) {
- | ^
- /app/include/google/protobuf/map.h:283:31: error: ‘is_same_v’ is not a member of ‘std’; did you mean ‘is_same’?
- 283 | } else if constexpr (std::is_same_v<T, std::string>) {
- | ^~~~~~~~~
- | is_same
- /app/include/google/protobuf/map.h:283:42: error: expected primary-expression before ‘,’ token
- 283 | } else if constexpr (std::is_same_v<T, std::string>) {
- | ^
- /app/include/google/protobuf/map.h:283:55: error: expected primary-expression before ‘>’ token
- 283 | } else if constexpr (std::is_same_v<T, std::string>) {
- | ^
- /app/include/google/protobuf/map.h:283:56: error: expected primary-expression before ‘)’ token
- 283 | } else if constexpr (std::is_same_v<T, std::string>) {
- | ^
- /app/include/google/protobuf/map.h:285:31: error: ‘is_base_of_v’ is not a member of ‘std’; did you mean ‘is_base_of’?
- 285 | } else if constexpr (std::is_base_of_v<MessageLite, T>) {
- | ^~~~~~~~~~~~
- | is_base_of
- /app/include/google/protobuf/map.h:285:55: error: expected primary-expression before ‘,’ token
- 285 | } else if constexpr (std::is_base_of_v<MessageLite, T>) {
- | ^
- /app/include/google/protobuf/map.h:285:58: error: expected primary-expression before ‘>’ token
- 285 | } else if constexpr (std::is_base_of_v<MessageLite, T>) {
- | ^
- /app/include/google/protobuf/map.h:285:59: error: expected primary-expression before ‘)’ token
- 285 | } else if constexpr (std::is_base_of_v<MessageLite, T>) {
- | ^
- /app/include/google/protobuf/map.h: In member function ‘void google::protobuf::internal::UntypedMapBase::DeallocNode(google::protobuf::internal::NodeBase*, size_t)’:
- /app/include/google/protobuf/map.h:447:5: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 447 | ABSL_DCHECK(arena_ == nullptr);
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /app/include/google/protobuf/map.h: In member function ‘google::protobuf::internal::NodeBase** google::protobuf::internal::UntypedMapBase::CreateEmptyTable(google::protobuf::internal::map_index_t)’:
- /app/include/google/protobuf/map.h:460:5: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [35], int, std::string&)’
- 460 | ABSL_DCHECK_GE(n, kMinTableSize);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/map.h:461:5: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [35], int, std::string&)’
- 461 | ABSL_DCHECK_EQ(n & (n - 1), 0u);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/map.h: At global scope:
- /app/include/google/protobuf/map.h:481:1: error: ‘VisitKeyType’ function uses ‘auto’ type specifier without trailing return type
- 481 | auto UntypedMapBase::VisitKeyType(F f) const {
- | ^~~~
- /app/include/google/protobuf/map.h:481:1: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /app/include/google/protobuf/map.h:501:1: error: ‘VisitValueType’ function uses ‘auto’ type specifier without trailing return type
- 501 | auto UntypedMapBase::VisitValueType(F f) const {
- | ^~~~
- /app/include/google/protobuf/map.h:501:1: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /app/include/google/protobuf/map.h: In member function ‘void google::protobuf::internal::UntypedMapBase::VisitAllNodes(F) const’:
- /app/include/google/protobuf/map.h:525:20: error: use of ‘auto’ in lambda parameter declaration only available with ‘-std=c++14’ or ‘-std=gnu++14’
- 525 | VisitKeyType([&](auto key_type) {
- | ^~~~
- /app/include/google/protobuf/map.h: In lambda function:
- /app/include/google/protobuf/map.h:526:24: error: use of ‘auto’ in lambda parameter declaration only available with ‘-std=c++14’ or ‘-std=gnu++14’
- 526 | VisitValueType([&](auto value_type) {
- | ^~~~
- /app/include/google/protobuf/map.h: In lambda function:
- /app/include/google/protobuf/map.h:528:27: error: ‘decltype’ evaluates to ‘int’, which is not a class or enumeration type
- 528 | f(GetKey<typename decltype(key_type)::type>(it.node_),
- | ^~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/map.h:529:29: error: ‘decltype’ evaluates to ‘int’, which is not a class or enumeration type
- 529 | GetValue<typename decltype(value_type)::type>(it.node_));
- | ^~~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/map.h: At global scope:
- /app/include/google/protobuf/map.h:536:1: error: ‘VisitKey’ function uses ‘auto’ type specifier without trailing return type
- 536 | auto UntypedMapBase::VisitKey(NodeBase* node, F f) const {
- | ^~~~
- /app/include/google/protobuf/map.h:536:1: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /app/include/google/protobuf/map.h: In member function ‘auto google::protobuf::internal::UntypedMapBase::VisitKey(google::protobuf::internal::NodeBase*, F) const’:
- /app/include/google/protobuf/map.h:537:27: error: use of ‘auto’ in lambda parameter declaration only available with ‘-std=c++14’ or ‘-std=gnu++14’
- 537 | return VisitKeyType([&](auto key_type) {
- | ^~~~
- /app/include/google/protobuf/map.h: In lambda function:
- /app/include/google/protobuf/map.h:538:30: error: ‘decltype’ evaluates to ‘int’, which is not a class or enumeration type
- 538 | return f(GetKey<typename decltype(key_type)::type>(node));
- | ^~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/map.h: At global scope:
- /app/include/google/protobuf/map.h:543:1: error: ‘VisitValue’ function uses ‘auto’ type specifier without trailing return type
- 543 | auto UntypedMapBase::VisitValue(NodeBase* node, F f) const {
- | ^~~~
- /app/include/google/protobuf/map.h:543:1: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /app/include/google/protobuf/map.h: In member function ‘auto google::protobuf::internal::UntypedMapBase::VisitValue(google::protobuf::internal::NodeBase*, F) const’:
- /app/include/google/protobuf/map.h:544:29: error: use of ‘auto’ in lambda parameter declaration only available with ‘-std=c++14’ or ‘-std=gnu++14’
- 544 | return VisitValueType([&](auto value_type) {
- | ^~~~
- /app/include/google/protobuf/map.h: In lambda function:
- /app/include/google/protobuf/map.h:545:32: error: ‘decltype’ evaluates to ‘int’, which is not a class or enumeration type
- 545 | return f(GetValue<typename decltype(value_type)::type>(node));
- | ^~~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/map.h: In constructor ‘google::protobuf::internal::MapFieldBaseForParse::MapFieldBaseForParse(const google::protobuf::Message*, TaggedPtr)’:
- /app/include/google/protobuf/map.h:632:5: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 632 | ABSL_DCHECK(!IsPayload(ptr));
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /app/include/google/protobuf/map.h: At global scope:
- /app/include/google/protobuf/map.h:649:28: error: ‘std::enable_if_t’ has not been declared
- 649 | template <typename T, std::enable_if_t<std::is_integral<T>::value, int> = 0>
- | ^~~~~~~~~~~
- /app/include/google/protobuf/map.h:649:39: error: expected ‘>’ before ‘<’ token
- 649 | template <typename T, std::enable_if_t<std::is_integral<T>::value, int> = 0>
- | ^
- /app/include/google/protobuf/map.h:656:28: error: ‘std::enable_if_t’ has not been declared
- 656 | template <typename T, std::enable_if_t<!std::is_integral<T>::value, int> = 0>
- | ^~~~~~~~~~~
- /app/include/google/protobuf/map.h:656:39: error: expected ‘>’ before ‘<’ token
- 656 | template <typename T, std::enable_if_t<!std::is_integral<T>::value, int> = 0>
- | ^
- /app/include/google/protobuf/map.h:664:3: error: ‘decltype(auto)’ type specifier only available with ‘-std=c++14’ or ‘-std=gnu++14’
- 664 | decltype(auto) key() const { return ReadKey<Key>(GetVoidKey()); }
- | ^~~~~~~~
- /app/include/google/protobuf/map.h:1450:20: error: ‘GetTypeInfo’ function uses ‘auto’ type specifier without trailing return type
- 1450 | static constexpr auto GetTypeInfo() {
- | ^~~~
- /app/include/google/protobuf/map.h:1450:20: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /app/include/google/protobuf/map.h: In constructor ‘google::protobuf::Map<Key, T>::Map()’:
- /app/include/google/protobuf/map.h:1016:75: error: ‘constexpr’ constructor does not have empty body
- 1016 | constexpr Map() : Base(nullptr, GetTypeInfo()) { StaticValidityCheck(); }
- | ^
- /app/include/google/protobuf/map.h: In static member function ‘static constexpr void google::protobuf::Map<Key, T>::StaticValidityCheck()’:
- /app/include/google/protobuf/map.h:1101:24: error: ‘is_scalar_v’ is not a member of ‘std’; did you mean ‘is_scalar’?
- 1101 | if constexpr (std::is_scalar_v<key_type>) {
- | ^~~~~~~~~~~
- | is_scalar
- /app/include/google/protobuf/map.h:1101:44: error: expected primary-expression before ‘>’ token
- 1101 | if constexpr (std::is_scalar_v<key_type>) {
- | ^
- /app/include/google/protobuf/map.h:1101:45: error: expected primary-expression before ‘)’ token
- 1101 | if constexpr (std::is_scalar_v<key_type>) {
- | ^
- /app/include/google/protobuf/map.h:1105:24: error: ‘is_scalar_v’ is not a member of ‘std’; did you mean ‘is_scalar’?
- 1105 | if constexpr (std::is_scalar_v<mapped_type>) {
- | ^~~~~~~~~~~
- | is_scalar
- /app/include/google/protobuf/map.h:1105:47: error: expected primary-expression before ‘>’ token
- 1105 | if constexpr (std::is_scalar_v<mapped_type>) {
- | ^
- /app/include/google/protobuf/map.h:1105:48: error: expected primary-expression before ‘)’ token
- 1105 | if constexpr (std::is_scalar_v<mapped_type>) {
- | ^
- /app/include/google/protobuf/map.h: In member function ‘google::protobuf::Map<Key, T>::Node* google::protobuf::Map<Key, T>::CloneFromOther(const google::protobuf::Map<Key, T>&)’:
- /app/include/google/protobuf/map.h:1497:26: error: ‘is_base_of_v’ is not a member of ‘std’; did you mean ‘is_base_of’?
- 1497 | if constexpr (std::is_base_of_v<MessageLite, mapped_type>) {
- | ^~~~~~~~~~~~
- | is_base_of
- /app/include/google/protobuf/map.h:1497:50: error: expected primary-expression before ‘,’ token
- 1497 | if constexpr (std::is_base_of_v<MessageLite, mapped_type>) {
- | ^
- /app/include/google/protobuf/map.h:1497:63: error: expected primary-expression before ‘>’ token
- 1497 | if constexpr (std::is_base_of_v<MessageLite, mapped_type>) {
- | ^
- /app/include/google/protobuf/map.h:1497:64: error: expected primary-expression before ‘)’ token
- 1497 | if constexpr (std::is_base_of_v<MessageLite, mapped_type>) {
- | ^
- In file included from /app/include/google/protobuf/reflection.h:25,
- from /app/include/google/protobuf/message.h:115:
- /app/include/google/protobuf/port_def.inc: At global scope:
- /app/include/google/protobuf/port_def.inc:119:15: error: static assertion failed: Protobuf only supports C++17 and newer.
- 119 | static_assert(PROTOBUF_CPLUSPLUS_MIN(201703L),
- | ^~~~~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/port_def.inc:119:15: note: the comparison reduces to ‘(201103 >= 201703)’
- /app/include/google/protobuf/reflection.h:37:28: error: ‘conditional_t’ in namespace ‘std’ does not name a template type; did you mean ‘conditional’?
- 37 | using MakeDependent = std::conditional_t<true, T, Dep>;
- | ^~~~~~~~~~~~~
- | conditional
- /app/include/google/protobuf/reflection.h:72:26: error: ‘MakeDependent’ does not name a type
- 72 | RepeatedFieldRef(const MakeDependent<T, Message>& message,
- | ^~~~~~~~~~~~~
- /app/include/google/protobuf/reflection.h:72:39: error: expected ‘,’ or ‘...’ before ‘<’ token
- 72 | RepeatedFieldRef(const MakeDependent<T, Message>& message,
- | ^
- /app/include/google/protobuf/reflection.h: In constructor ‘google::protobuf::RepeatedFieldRef<T, typename std::enable_if<(! std::is_base_of<google::protobuf::Message, Element>::value)>::type>::RepeatedFieldRef(int)’:
- /app/include/google/protobuf/reflection.h:74:30: error: ‘message’ was not declared in this scope; did you mean ‘Message’?
- 74 | const auto* reflection = message.GetReflection();
- | ^~~~~~~
- | Message
- /app/include/google/protobuf/reflection.h:76:18: error: ‘field’ was not declared in this scope
- 76 | message, field, internal::RefTypeTraits<T>::cpp_type, nullptr);
- | ^~~~~
- /app/include/google/protobuf/reflection.h: At global scope:
- /app/include/google/protobuf/reflection.h:124:40: error: expected ‘)’ before ‘<’ token
- 124 | MutableRepeatedFieldRef(MakeDependent<T, Message>* PROTOBUF_NONNULL message,
- | ~ ^
- | )
- /app/include/google/protobuf/reflection.h:180:26: error: ‘MakeDependent’ does not name a type
- 180 | RepeatedFieldRef(const MakeDependent<T, Message>& message,
- | ^~~~~~~~~~~~~
- /app/include/google/protobuf/reflection.h:180:39: error: expected ‘,’ or ‘...’ before ‘<’ token
- 180 | RepeatedFieldRef(const MakeDependent<T, Message>& message,
- | ^
- /app/include/google/protobuf/reflection.h: In constructor ‘google::protobuf::RepeatedFieldRef<T, typename std::enable_if<std::is_base_of<google::protobuf::Message, Element>::value>::type>::RepeatedFieldRef(int)’:
- /app/include/google/protobuf/reflection.h:182:30: error: ‘message’ was not declared in this scope; did you mean ‘Message’?
- 182 | const auto* reflection = message.GetReflection();
- | ^~~~~~~
- | Message
- /app/include/google/protobuf/reflection.h:184:18: error: ‘field’ was not declared in this scope
- 184 | message, field, internal::RefTypeTraits<T>::cpp_type,
- | ^~~~~
- /app/include/google/protobuf/reflection.h: At global scope:
- /app/include/google/protobuf/reflection.h:242:40: error: expected ‘)’ before ‘<’ token
- 242 | MutableRepeatedFieldRef(MakeDependent<T, Message>* PROTOBUF_NONNULL message,
- | ~ ^
- | )
- In file included from /app/include/google/protobuf/message.h:118:
- /app/include/google/protobuf/port_def.inc:119:15: error: static assertion failed: Protobuf only supports C++17 and newer.
- 119 | static_assert(PROTOBUF_CPLUSPLUS_MIN(201703L),
- | ^~~~~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/port_def.inc:119:15: note: the comparison reduces to ‘(201103 >= 201703)’
- /app/include/google/protobuf/message.h:397:16: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 397 | static absl::string_view GetTypeNameImpl(const internal::ClassData* data);
- | ^~~~~~~~~~~
- /app/include/google/protobuf/message.h:634:11: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 634 | absl::string_view CopyFromCord(const absl::Cord& cord) {
- | ^~~~~~~~~~~
- /app/include/google/protobuf/message.h:651:9: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 651 | absl::string_view GetStringView(
- | ^~~~~~~~~~~
- /app/include/google/protobuf/message.h:777:9: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 777 | absl::string_view GetRepeatedStringView(
- | ^~~~~~~~~~~
- /app/include/google/protobuf/message.h:960:57: error: ‘absl::string_view’ has not been declared
- 960 | const FieldDescriptor* FindKnownExtensionByName(absl::string_view name) const;
- | ^~~~~~~~~~~
- /app/include/google/protobuf/message.h:992:9: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 992 | absl::string_view GetStringViewImpl(const Message& message,
- | ^~~~~~~~~~~
- /app/include/google/protobuf/message.h:995:9: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 995 | absl::string_view GetRepeatedStringViewImpl(const Message& message,
- | ^~~~~~~~~~~
- /app/include/google/protobuf/message.h: In member function ‘bool google::protobuf::Reflection::IsDefaultInstance(const google::protobuf::Message&) const’:
- /app/include/google/protobuf/message.h:488:5: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [39], int, std::string&)’
- 488 | ABSL_DCHECK_EQ(message.GetReflection(), this);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/message.h: In function ‘const T* google::protobuf::DownCastMessage(const MessageLite*) [with T = Message]’:
- /app/include/google/protobuf/message.h:1535:3: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 1535 | ABSL_DCHECK(DynamicCastMessage<Message>(from) == from)
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /app/include/google/protobuf/message.h:1536:38: error: ‘const class google::protobuf::MessageLite’ has no member named ‘GetTypeName’
- 1536 | << "Cannot downcast " << from->GetTypeName() << " to Message";
- | ^~~~~~~~~~~
- /app/include/google/protobuf/message.h: In member function ‘const void* google::protobuf::Reflection::GetSplitField(const google::protobuf::Message*) const’:
- /app/include/google/protobuf/message.h:1608:3: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 1608 | ABSL_DCHECK(schema_.IsSplit());
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /app/include/google/protobuf/message.h: In member function ‘void** google::protobuf::Reflection::MutableSplitField(google::protobuf::Message*) const’:
- /app/include/google/protobuf/message.h:1614:3: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 1614 | ABSL_DCHECK(schema_.IsSplit());
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /app/include/google/protobuf/message.h: In function ‘constexpr google::protobuf::internal::FieldDescriptorLite::CppType google::protobuf::internal::GetCppType()’:
- /app/include/google/protobuf/message.h:1663:14: error: ‘is_same_v’ is not a member of ‘std’; did you mean ‘is_same’?
- 1663 | if (std::is_same_v<T, int32_t>) return FieldDescriptor::CPPTYPE_INT32;
- | ^~~~~~~~~
- | is_same
- /app/include/google/protobuf/message.h:1663:25: error: expected primary-expression before ‘,’ token
- 1663 | if (std::is_same_v<T, int32_t>) return FieldDescriptor::CPPTYPE_INT32;
- | ^
- /app/include/google/protobuf/message.h:1663:34: error: expected primary-expression before ‘>’ token
- 1663 | if (std::is_same_v<T, int32_t>) return FieldDescriptor::CPPTYPE_INT32;
- | ^
- /app/include/google/protobuf/message.h:1663:35: error: expected primary-expression before ‘)’ token
- 1663 | if (std::is_same_v<T, int32_t>) return FieldDescriptor::CPPTYPE_INT32;
- | ^
- /app/include/google/protobuf/message.h:1664:14: error: ‘is_same_v’ is not a member of ‘std’; did you mean ‘is_same’?
- 1664 | if (std::is_same_v<T, int64_t>) return FieldDescriptor::CPPTYPE_INT64;
- | ^~~~~~~~~
- | is_same
- /app/include/google/protobuf/message.h:1664:25: error: expected primary-expression before ‘,’ token
- 1664 | if (std::is_same_v<T, int64_t>) return FieldDescriptor::CPPTYPE_INT64;
- | ^
- /app/include/google/protobuf/message.h:1664:34: error: expected primary-expression before ‘>’ token
- 1664 | if (std::is_same_v<T, int64_t>) return FieldDescriptor::CPPTYPE_INT64;
- | ^
- /app/include/google/protobuf/message.h:1664:35: error: expected primary-expression before ‘)’ token
- 1664 | if (std::is_same_v<T, int64_t>) return FieldDescriptor::CPPTYPE_INT64;
- | ^
- /app/include/google/protobuf/message.h:1665:14: error: ‘is_same_v’ is not a member of ‘std’; did you mean ‘is_same’?
- 1665 | if (std::is_same_v<T, uint32_t>) return FieldDescriptor::CPPTYPE_UINT32;
- | ^~~~~~~~~
- | is_same
- /app/include/google/protobuf/message.h:1665:25: error: expected primary-expression before ‘,’ token
- 1665 | if (std::is_same_v<T, uint32_t>) return FieldDescriptor::CPPTYPE_UINT32;
- | ^
- /app/include/google/protobuf/message.h:1665:35: error: expected primary-expression before ‘>’ token
- 1665 | if (std::is_same_v<T, uint32_t>) return FieldDescriptor::CPPTYPE_UINT32;
- | ^
- /app/include/google/protobuf/message.h:1665:36: error: expected primary-expression before ‘)’ token
- 1665 | if (std::is_same_v<T, uint32_t>) return FieldDescriptor::CPPTYPE_UINT32;
- | ^
- /app/include/google/protobuf/message.h:1666:14: error: ‘is_same_v’ is not a member of ‘std’; did you mean ‘is_same’?
- 1666 | if (std::is_same_v<T, uint64_t>) return FieldDescriptor::CPPTYPE_UINT64;
- | ^~~~~~~~~
- | is_same
- /app/include/google/protobuf/message.h:1666:25: error: expected primary-expression before ‘,’ token
- 1666 | if (std::is_same_v<T, uint64_t>) return FieldDescriptor::CPPTYPE_UINT64;
- | ^
- /app/include/google/protobuf/message.h:1666:35: error: expected primary-expression before ‘>’ token
- 1666 | if (std::is_same_v<T, uint64_t>) return FieldDescriptor::CPPTYPE_UINT64;
- | ^
- /app/include/google/protobuf/message.h:1666:36: error: expected primary-expression before ‘)’ token
- 1666 | if (std::is_same_v<T, uint64_t>) return FieldDescriptor::CPPTYPE_UINT64;
- | ^
- /app/include/google/protobuf/message.h:1667:14: error: ‘is_same_v’ is not a member of ‘std’; did you mean ‘is_same’?
- 1667 | if (std::is_same_v<T, float>) return FieldDescriptor::CPPTYPE_FLOAT;
- | ^~~~~~~~~
- | is_same
- /app/include/google/protobuf/message.h:1667:25: error: expected primary-expression before ‘,’ token
- 1667 | if (std::is_same_v<T, float>) return FieldDescriptor::CPPTYPE_FLOAT;
- | ^
- /app/include/google/protobuf/message.h:1667:27: error: expected primary-expression before ‘float’
- 1667 | if (std::is_same_v<T, float>) return FieldDescriptor::CPPTYPE_FLOAT;
- | ^~~~~
- /app/include/google/protobuf/message.h:1667:26: error: expected ‘)’ before ‘float’
- 1667 | if (std::is_same_v<T, float>) return FieldDescriptor::CPPTYPE_FLOAT;
- | ~ ^~~~~~
- | )
- /app/include/google/protobuf/message.h:1668:14: error: ‘is_same_v’ is not a member of ‘std’; did you mean ‘is_same’?
- 1668 | if (std::is_same_v<T, double>) return FieldDescriptor::CPPTYPE_DOUBLE;
- | ^~~~~~~~~
- | is_same
- /app/include/google/protobuf/message.h:1668:25: error: expected primary-expression before ‘,’ token
- 1668 | if (std::is_same_v<T, double>) return FieldDescriptor::CPPTYPE_DOUBLE;
- | ^
- /app/include/google/protobuf/message.h:1668:27: error: expected primary-expression before ‘double’
- 1668 | if (std::is_same_v<T, double>) return FieldDescriptor::CPPTYPE_DOUBLE;
- | ^~~~~~
- /app/include/google/protobuf/message.h:1668:26: error: expected ‘)’ before ‘double’
- 1668 | if (std::is_same_v<T, double>) return FieldDescriptor::CPPTYPE_DOUBLE;
- | ~ ^~~~~~~
- | )
- /app/include/google/protobuf/message.h:1669:14: error: ‘is_same_v’ is not a member of ‘std’; did you mean ‘is_same’?
- 1669 | if (std::is_same_v<T, bool>) return FieldDescriptor::CPPTYPE_BOOL;
- | ^~~~~~~~~
- | is_same
- /app/include/google/protobuf/message.h:1669:25: error: expected primary-expression before ‘,’ token
- 1669 | if (std::is_same_v<T, bool>) return FieldDescriptor::CPPTYPE_BOOL;
- | ^
- /app/include/google/protobuf/message.h:1669:27: error: expected primary-expression before ‘bool’
- 1669 | if (std::is_same_v<T, bool>) return FieldDescriptor::CPPTYPE_BOOL;
- | ^~~~
- /app/include/google/protobuf/message.h:1669:26: error: expected ‘)’ before ‘bool’
- 1669 | if (std::is_same_v<T, bool>) return FieldDescriptor::CPPTYPE_BOOL;
- | ~ ^~~~~
- | )
- /app/include/google/protobuf/message.h:1671:22: error: ‘remove_cv_t’ in namespace ‘std’ does not name a template type; did you mean ‘remove_cv’?
- 1671 | using PCV = std::remove_cv_t<std::remove_pointer_t<T>>;
- | ^~~~~~~~~~~
- | remove_cv
- /app/include/google/protobuf/message.h:1674:14: error: ‘is_same_v’ is not a member of ‘std’; did you mean ‘is_same’?
- 1674 | if (std::is_same_v<PCV, internal::ArenaStringPtr> ||
- | ^~~~~~~~~
- | is_same
- /app/include/google/protobuf/message.h:1674:24: error: ‘PCV’ was not declared in this scope
- 1674 | if (std::is_same_v<PCV, internal::ArenaStringPtr> ||
- | ^~~
- /app/include/google/protobuf/message.h:1674:53: error: expected primary-expression before ‘>’ token
- 1674 | if (std::is_same_v<PCV, internal::ArenaStringPtr> ||
- | ^
- /app/include/google/protobuf/message.h:1674:55: error: expected primary-expression before ‘||’ token
- 1674 | if (std::is_same_v<PCV, internal::ArenaStringPtr> ||
- | ^~
- /app/include/google/protobuf/message.h:1675:14: error: ‘is_same_v’ is not a member of ‘std’; did you mean ‘is_same’?
- 1675 | std::is_same_v<PCV, std::string> ||
- | ^~~~~~~~~
- | is_same
- /app/include/google/protobuf/message.h:1675:40: error: expected primary-expression before ‘>’ token
- 1675 | std::is_same_v<PCV, std::string> ||
- | ^
- /app/include/google/protobuf/message.h:1675:42: error: expected primary-expression before ‘||’ token
- 1675 | std::is_same_v<PCV, std::string> ||
- | ^~
- /app/include/google/protobuf/message.h:1676:14: error: ‘is_same_v’ is not a member of ‘std’; did you mean ‘is_same’?
- 1676 | std::is_same_v<PCV, internal::MicroString> ||
- | ^~~~~~~~~
- | is_same
- /app/include/google/protobuf/message.h:1676:50: error: expected primary-expression before ‘>’ token
- 1676 | std::is_same_v<PCV, internal::MicroString> ||
- | ^
- /app/include/google/protobuf/message.h:1676:52: error: expected primary-expression before ‘||’ token
- 1676 | std::is_same_v<PCV, internal::MicroString> ||
- | ^~
- /app/include/google/protobuf/message.h:1677:14: error: ‘is_same_v’ is not a member of ‘std’; did you mean ‘is_same’?
- 1677 | std::is_same_v<PCV, absl::Cord>) {
- | ^~~~~~~~~
- | is_same
- /app/include/google/protobuf/message.h:1677:39: error: expected primary-expression before ‘>’ token
- 1677 | std::is_same_v<PCV, absl::Cord>) {
- | ^
- /app/include/google/protobuf/message.h:1677:40: error: expected primary-expression before ‘)’ token
- 1677 | std::is_same_v<PCV, absl::Cord>) {
- | ^
- /app/include/google/protobuf/message.h:1682:14: error: ‘is_same_v’ is not a member of ‘std’; did you mean ‘is_same’?
- 1682 | if (std::is_same_v<PCV, Message> || //
- | ^~~~~~~~~
- | is_same
- /app/include/google/protobuf/message.h:1682:24: error: ‘PCV’ was not declared in this scope
- 1682 | if (std::is_same_v<PCV, Message> || //
- | ^~~
- /app/include/google/protobuf/message.h:1682:36: error: expected primary-expression before ‘>’ token
- 1682 | if (std::is_same_v<PCV, Message> || //
- | ^
- /app/include/google/protobuf/message.h:1682:38: error: expected primary-expression before ‘||’ token
- 1682 | if (std::is_same_v<PCV, Message> || //
- | ^~
- /app/include/google/protobuf/message.h:1683:14: error: ‘is_same_v’ is not a member of ‘std’; did you mean ‘is_same’?
- 1683 | std::is_same_v<PCV, MessageLite> || //
- | ^~~~~~~~~
- | is_same
- /app/include/google/protobuf/message.h:1683:40: error: expected primary-expression before ‘>’ token
- 1683 | std::is_same_v<PCV, MessageLite> || //
- | ^
- /app/include/google/protobuf/message.h:1683:42: error: expected primary-expression before ‘||’ token
- 1683 | std::is_same_v<PCV, MessageLite> || //
- | ^~
- /app/include/google/protobuf/message.h:1684:14: error: ‘is_same_v’ is not a member of ‘std’; did you mean ‘is_same’?
- 1684 | std::is_same_v<PCV, internal::LazyField>) {
- | ^~~~~~~~~
- | is_same
- /app/include/google/protobuf/message.h:1684:48: error: expected primary-expression before ‘>’ token
- 1684 | std::is_same_v<PCV, internal::LazyField>) {
- | ^
- /app/include/google/protobuf/message.h:1684:49: error: expected primary-expression before ‘)’ token
- 1684 | std::is_same_v<PCV, internal::LazyField>) {
- | ^
- /app/include/google/protobuf/message.h: In member function ‘void google::protobuf::Reflection::VerifyFieldType(const google::protobuf::FieldDescriptor*) const’:
- /app/include/google/protobuf/message.h:1698:46: error: ‘constexpr bool google::protobuf::internal::PerformDebugChecks()’ called in a constant expression
- 1698 | if constexpr (!internal::PerformDebugChecks()) {
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
- /app/include/google/protobuf/port.h:279:16: note: ‘constexpr bool google::protobuf::internal::PerformDebugChecks()’ declared here
- 279 | constexpr bool PerformDebugChecks() {
- | ^~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/message.h:1701:22: error: ‘is_const_v’ is not a member of ‘std’; did you mean ‘is_const’?
- 1701 | if constexpr (std::is_const_v<T>) {
- | ^~~~~~~~~~
- | is_const
- /app/include/google/protobuf/message.h:1701:34: error: expected primary-expression before ‘>’ token
- 1701 | if constexpr (std::is_const_v<T>) {
- | ^
- /app/include/google/protobuf/message.h:1701:35: error: expected primary-expression before ‘)’ token
- 1701 | if constexpr (std::is_const_v<T>) {
- | ^
- /app/include/google/protobuf/message.h:1702:33: error: ‘remove_const_t’ is not a member of ‘std’; did you mean ‘remove_const’?
- 1702 | return VerifyFieldType<std::remove_const_t<T>>(field);
- | ^~~~~~~~~~~~~~
- | remove_const
- /app/include/google/protobuf/message.h:1702:33: error: ‘remove_const_t’ is not a member of ‘std’; did you mean ‘remove_const’?
- 1702 | return VerifyFieldType<std::remove_const_t<T>>(field);
- | ^~~~~~~~~~~~~~
- | remove_const
- /app/include/google/protobuf/message.h:1702:12: error: parse error in template argument list
- 1702 | return VerifyFieldType<std::remove_const_t<T>>(field);
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/message.h:1706:22: error: ‘is_same_v’ is not a member of ‘std’; did you mean ‘is_same’?
- 1706 | if constexpr (std::is_same_v<T, char> || std::is_same_v<T, void>) {
- | ^~~~~~~~~
- | is_same
- /app/include/google/protobuf/message.h:1706:33: error: expected primary-expression before ‘,’ token
- 1706 | if constexpr (std::is_same_v<T, char> || std::is_same_v<T, void>) {
- | ^
- /app/include/google/protobuf/message.h:1706:35: error: expected primary-expression before ‘char’
- 1706 | if constexpr (std::is_same_v<T, char> || std::is_same_v<T, void>) {
- | ^~~~
- /app/include/google/protobuf/message.h:1706:34: error: expected ‘)’ before ‘char’
- 1706 | if constexpr (std::is_same_v<T, char> || std::is_same_v<T, void>) {
- | ~ ^~~~~
- | )
- /app/include/google/protobuf/message.h: In lambda function:
- /app/include/google/protobuf/message.h:1711:69: error: ‘const class google::protobuf::FieldDescriptor’ has no member named ‘full_name’
- 1711 | return absl::StrFormat("Invalid cast of %s to type %s.", field->full_name(),
- | ^~~~~~~~~
- /app/include/google/protobuf/message.h:1712:38: error: ‘RttiTypeName’ is not a member of ‘google::protobuf::internal’
- 1712 | internal::RttiTypeName<T>().value_or("unknown"));
- | ^~~~~~~~~~~~
- /app/include/google/protobuf/message.h:1712:52: error: expected primary-expression before ‘>’ token
- 1712 | internal::RttiTypeName<T>().value_or("unknown"));
- | ^
- /app/include/google/protobuf/message.h:1712:54: error: expected primary-expression before ‘)’ token
- 1712 | internal::RttiTypeName<T>().value_or("unknown"));
- | ^
- /app/include/google/protobuf/message.h: In member function ‘void google::protobuf::Reflection::VerifyFieldType(const google::protobuf::FieldDescriptor*) const’:
- /app/include/google/protobuf/message.h:1716:22: error: ‘is_same_v’ is not a member of ‘std’; did you mean ‘is_same’?
- 1716 | if constexpr (std::is_same_v<T, internal::MapFieldBase>) {
- | ^~~~~~~~~
- | is_same
- /app/include/google/protobuf/message.h:1716:33: error: expected primary-expression before ‘,’ token
- 1716 | if constexpr (std::is_same_v<T, internal::MapFieldBase>) {
- | ^
- /app/include/google/protobuf/message.h:1716:57: error: expected primary-expression before ‘>’ token
- 1716 | if constexpr (std::is_same_v<T, internal::MapFieldBase>) {
- | ^
- /app/include/google/protobuf/message.h:1716:58: error: expected primary-expression before ‘)’ token
- 1716 | if constexpr (std::is_same_v<T, internal::MapFieldBase>) {
- | ^
- /app/include/google/protobuf/message.h:1718:29: error: ‘is_same_v’ is not a member of ‘std’; did you mean ‘is_same’?
- 1718 | } else if constexpr (std::is_same_v<T, internal::RepeatedPtrFieldBase>) {
- | ^~~~~~~~~
- | is_same
- /app/include/google/protobuf/message.h:1718:40: error: expected primary-expression before ‘,’ token
- 1718 | } else if constexpr (std::is_same_v<T, internal::RepeatedPtrFieldBase>) {
- | ^
- /app/include/google/protobuf/message.h:1718:72: error: expected primary-expression before ‘>’ token
- 1718 | } else if constexpr (std::is_same_v<T, internal::RepeatedPtrFieldBase>) {
- | ^
- /app/include/google/protobuf/message.h:1718:73: error: expected primary-expression before ‘)’ token
- 1718 | } else if constexpr (std::is_same_v<T, internal::RepeatedPtrFieldBase>) {
- | ^
- /app/include/google/protobuf/message.h:1735:9: error: ‘is_pointer_v’ is not a member of ‘std’; did you mean ‘is_pointer’?
- 1735 | ABSL_DCHECK(std::is_pointer_v<T>) << error();
- | ^~~~~~~~~~~
- /app/include/google/protobuf/message.h:1735:9: error: expected primary-expression before ‘>’ token
- 1735 | ABSL_DCHECK(std::is_pointer_v<T>) << error();
- | ^~~~~~~~~~~
- /app/include/google/protobuf/message.h:1735:9: error: expected primary-expression before ‘)’ token
- 1735 | ABSL_DCHECK(std::is_pointer_v<T>) << error();
- | ^~~~~~~~~~~
- /app/include/google/protobuf/message.h:1746:13: error: ‘is_same_v’ is not a member of ‘std’; did you mean ‘is_same’?
- 1746 | ABSL_DCHECK((std::is_same_v<T, internal::MicroString>)) << error();
- | ^~~~~~~~~~~
- /app/include/google/protobuf/message.h:1746:13: error: expected primary-expression before ‘,’ token
- 1746 | ABSL_DCHECK((std::is_same_v<T, internal::MicroString>)) << error();
- | ^~~~~~~~~~~
- /app/include/google/protobuf/message.h:1746:13: error: expected primary-expression before ‘>’ token
- 1746 | ABSL_DCHECK((std::is_same_v<T, internal::MicroString>)) << error();
- | ^~~~~~~~~~~
- /app/include/google/protobuf/message.h:1746:13: error: expected primary-expression before ‘)’ token
- 1746 | ABSL_DCHECK((std::is_same_v<T, internal::MicroString>)) << error();
- | ^~~~~~~~~~~
- /app/include/google/protobuf/message.h:1748:13: error: ‘is_same_v’ is not a member of ‘std’; did you mean ‘is_same’?
- 1748 | ABSL_DCHECK((std::is_same_v<T, internal::ArenaStringPtr> ||
- | ^~~~~~~~~~~
- /app/include/google/protobuf/message.h:1748:13: error: expected primary-expression before ‘,’ token
- 1748 | ABSL_DCHECK((std::is_same_v<T, internal::ArenaStringPtr> ||
- | ^~~~~~~~~~~
- /app/include/google/protobuf/message.h:1748:13: error: expected primary-expression before ‘>’ token
- 1748 | ABSL_DCHECK((std::is_same_v<T, internal::ArenaStringPtr> ||
- | ^~~~~~~~~~~
- /app/include/google/protobuf/message.h:1748:13: error: expected primary-expression before ‘||’ token
- 1748 | ABSL_DCHECK((std::is_same_v<T, internal::ArenaStringPtr> ||
- | ^~~~~~~~~~~
- /app/include/google/protobuf/message.h:1748:13: error: ‘is_same_v’ is not a member of ‘std’; did you mean ‘is_same’?
- 1748 | ABSL_DCHECK((std::is_same_v<T, internal::ArenaStringPtr> ||
- | ^~~~~~~~~~~
- /app/include/google/protobuf/message.h:1748:13: error: expected primary-expression before ‘,’ token
- 1748 | ABSL_DCHECK((std::is_same_v<T, internal::ArenaStringPtr> ||
- | ^~~~~~~~~~~
- /app/include/google/protobuf/message.h:1748:13: error: expected primary-expression before ‘>’ token
- 1748 | ABSL_DCHECK((std::is_same_v<T, internal::ArenaStringPtr> ||
- | ^~~~~~~~~~~
- /app/include/google/protobuf/message.h:1748:13: error: expected primary-expression before ‘)’ token
- 1748 | ABSL_DCHECK((std::is_same_v<T, internal::ArenaStringPtr> ||
- | ^~~~~~~~~~~
- /app/include/google/protobuf/message.h:1755:13: error: ‘is_same_v’ is not a member of ‘std’; did you mean ‘is_same’?
- 1755 | ABSL_DCHECK((std::is_same_v<T, absl::Cord*>)) << error();
- | ^~~~~~~~~~~
- /app/include/google/protobuf/message.h:1755:13: error: expected primary-expression before ‘,’ token
- 1755 | ABSL_DCHECK((std::is_same_v<T, absl::Cord*>)) << error();
- | ^~~~~~~~~~~
- /app/include/google/protobuf/message.h:1755:13: error: expected primary-expression before ‘*’ token
- 1755 | ABSL_DCHECK((std::is_same_v<T, absl::Cord*>)) << error();
- | ^~~~~~~~~~~
- /app/include/google/protobuf/message.h:1755:13: error: expected primary-expression before ‘>’ token
- 1755 | ABSL_DCHECK((std::is_same_v<T, absl::Cord*>)) << error();
- | ^~~~~~~~~~~
- /app/include/google/protobuf/message.h:1755:13: error: expected primary-expression before ‘)’ token
- 1755 | ABSL_DCHECK((std::is_same_v<T, absl::Cord*>)) << error();
- | ^~~~~~~~~~~
- /app/include/google/protobuf/message.h:1757:13: error: ‘is_same_v’ is not a member of ‘std’; did you mean ‘is_same’?
- 1757 | ABSL_DCHECK((std::is_same_v<T, absl::Cord> ||
- | ^~~~~~~~~~~
- /app/include/google/protobuf/message.h:1757:13: error: expected primary-expression before ‘,’ token
- 1757 | ABSL_DCHECK((std::is_same_v<T, absl::Cord> ||
- | ^~~~~~~~~~~
- /app/include/google/protobuf/message.h:1757:13: error: expected primary-expression before ‘>’ token
- 1757 | ABSL_DCHECK((std::is_same_v<T, absl::Cord> ||
- | ^~~~~~~~~~~
- /app/include/google/protobuf/message.h:1757:13: error: expected primary-expression before ‘||’ token
- 1757 | ABSL_DCHECK((std::is_same_v<T, absl::Cord> ||
- | ^~~~~~~~~~~
- /app/include/google/protobuf/message.h:1757:13: error: ‘is_same_v’ is not a member of ‘std’; did you mean ‘is_same’?
- 1757 | ABSL_DCHECK((std::is_same_v<T, absl::Cord> ||
- | ^~~~~~~~~~~
- /app/include/google/protobuf/message.h:1757:13: error: expected primary-expression before ‘,’ token
- 1757 | ABSL_DCHECK((std::is_same_v<T, absl::Cord> ||
- | ^~~~~~~~~~~
- /app/include/google/protobuf/message.h:1757:13: error: expected primary-expression before ‘>’ token
- 1757 | ABSL_DCHECK((std::is_same_v<T, absl::Cord> ||
- | ^~~~~~~~~~~
- /app/include/google/protobuf/message.h:1757:13: error: expected primary-expression before ‘)’ token
- 1757 | ABSL_DCHECK((std::is_same_v<T, absl::Cord> ||
- | ^~~~~~~~~~~
- /app/include/google/protobuf/message.h: In member function ‘const Type& google::protobuf::Reflection::GetRawSplit(const google::protobuf::Message&, const google::protobuf::FieldDescriptor*) const’:
- /app/include/google/protobuf/message.h:1771:68: error: ‘const class google::protobuf::FieldDescriptor’ has no member named ‘full_name’
- 1771 | ABSL_DCHECK(!schema_.InRealOneof(field)) << "Field = " << field->full_name();
- | ^~~~~~~~~
- /app/include/google/protobuf/message.h: In member function ‘const Type& google::protobuf::Reflection::GetRaw(const google::protobuf::Message&, const google::protobuf::FieldDescriptor*) const’:
- /app/include/google/protobuf/message.h:1797:31: error: ‘const class google::protobuf::FieldDescriptor’ has no member named ‘full_name’
- 1797 | << "Field = " << field->full_name();
- | ^~~~~~~~~
- In file included from /app/include/google/protobuf/generated_message_bases.h:24,
- from /app/include/google/protobuf/descriptor.pb.h:23,
- from /run/build/monero-gui/test-protobuf.pb.h:32,
- from /run/build/monero-gui/monero/cmake/test-protobuf.cpp:33:
- /app/include/google/protobuf/port_def.inc: At global scope:
- /app/include/google/protobuf/port_def.inc:119:15: error: static assertion failed: Protobuf only supports C++17 and newer.
- 119 | static_assert(PROTOBUF_CPLUSPLUS_MIN(201703L),
- | ^~~~~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/port_def.inc:119:15: note: the comparison reduces to ‘(201103 >= 201703)’
- In file included from /app/include/google/protobuf/descriptor.pb.h:37:
- /app/include/google/protobuf/port_def.inc:119:15: error: static assertion failed: Protobuf only supports C++17 and newer.
- 119 | static_assert(PROTOBUF_CPLUSPLUS_MIN(201703L),
- | ^~~~~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/port_def.inc:119:15: note: the comparison reduces to ‘(201103 >= 201703)’
- /app/include/google/protobuf/descriptor.pb.h:45:9: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 45 | ::absl::string_view GetAnyMessageName();
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:333:13: error: ‘string_view’ is not a member of ‘absl’
- 333 | ::absl::string_view name, ExtensionRangeOptions_VerificationState* PROTOBUF_NONNULL value) {
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:333:70: error: expected primary-expression before ‘*’ token
- 333 | ::absl::string_view name, ExtensionRangeOptions_VerificationState* PROTOBUF_NONNULL value) {
- | ^
- /app/include/google/protobuf/descriptor.pb.h:333:89: error: ‘value’ was not declared in this scope
- 333 | ::absl::string_view name, ExtensionRangeOptions_VerificationState* PROTOBUF_NONNULL value) {
- | ^~~~~
- /app/include/google/protobuf/descriptor.pb.h:333:94: error: expression list treated as compound expression in initializer [-fpermissive]
- 333 | ::absl::string_view name, ExtensionRangeOptions_VerificationState* PROTOBUF_NONNULL value) {
- | ^
- /app/include/google/protobuf/descriptor.pb.h:381:13: error: ‘string_view’ is not a member of ‘absl’
- 381 | ::absl::string_view name, FieldDescriptorProto_Type* PROTOBUF_NONNULL value) {
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:381:56: error: expected primary-expression before ‘*’ token
- 381 | ::absl::string_view name, FieldDescriptorProto_Type* PROTOBUF_NONNULL value) {
- | ^
- /app/include/google/protobuf/descriptor.pb.h:381:75: error: ‘value’ was not declared in this scope
- 381 | ::absl::string_view name, FieldDescriptorProto_Type* PROTOBUF_NONNULL value) {
- | ^~~~~
- /app/include/google/protobuf/descriptor.pb.h:381:80: error: expression list treated as compound expression in initializer [-fpermissive]
- 381 | ::absl::string_view name, FieldDescriptorProto_Type* PROTOBUF_NONNULL value) {
- | ^
- /app/include/google/protobuf/descriptor.pb.h:414:13: error: ‘string_view’ is not a member of ‘absl’
- 414 | ::absl::string_view name, FieldDescriptorProto_Label* PROTOBUF_NONNULL value) {
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:414:57: error: expected primary-expression before ‘*’ token
- 414 | ::absl::string_view name, FieldDescriptorProto_Label* PROTOBUF_NONNULL value) {
- | ^
- /app/include/google/protobuf/descriptor.pb.h:414:76: error: ‘value’ was not declared in this scope
- 414 | ::absl::string_view name, FieldDescriptorProto_Label* PROTOBUF_NONNULL value) {
- | ^~~~~
- /app/include/google/protobuf/descriptor.pb.h:414:81: error: expression list treated as compound expression in initializer [-fpermissive]
- 414 | ::absl::string_view name, FieldDescriptorProto_Label* PROTOBUF_NONNULL value) {
- | ^
- /app/include/google/protobuf/descriptor.pb.h:447:13: error: ‘string_view’ is not a member of ‘absl’
- 447 | ::absl::string_view name, FileOptions_OptimizeMode* PROTOBUF_NONNULL value) {
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:447:55: error: expected primary-expression before ‘*’ token
- 447 | ::absl::string_view name, FileOptions_OptimizeMode* PROTOBUF_NONNULL value) {
- | ^
- /app/include/google/protobuf/descriptor.pb.h:447:74: error: ‘value’ was not declared in this scope
- 447 | ::absl::string_view name, FileOptions_OptimizeMode* PROTOBUF_NONNULL value) {
- | ^~~~~
- /app/include/google/protobuf/descriptor.pb.h:447:79: error: expression list treated as compound expression in initializer [-fpermissive]
- 447 | ::absl::string_view name, FileOptions_OptimizeMode* PROTOBUF_NONNULL value) {
- | ^
- /app/include/google/protobuf/descriptor.pb.h:480:13: error: ‘string_view’ is not a member of ‘absl’
- 480 | ::absl::string_view name, FieldOptions_CType* PROTOBUF_NONNULL value) {
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:480:49: error: expected primary-expression before ‘*’ token
- 480 | ::absl::string_view name, FieldOptions_CType* PROTOBUF_NONNULL value) {
- | ^
- /app/include/google/protobuf/descriptor.pb.h:480:68: error: ‘value’ was not declared in this scope
- 480 | ::absl::string_view name, FieldOptions_CType* PROTOBUF_NONNULL value) {
- | ^~~~~
- /app/include/google/protobuf/descriptor.pb.h:480:73: error: expression list treated as compound expression in initializer [-fpermissive]
- 480 | ::absl::string_view name, FieldOptions_CType* PROTOBUF_NONNULL value) {
- | ^
- /app/include/google/protobuf/descriptor.pb.h:513:13: error: ‘string_view’ is not a member of ‘absl’
- 513 | ::absl::string_view name, FieldOptions_JSType* PROTOBUF_NONNULL value) {
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:513:50: error: expected primary-expression before ‘*’ token
- 513 | ::absl::string_view name, FieldOptions_JSType* PROTOBUF_NONNULL value) {
- | ^
- /app/include/google/protobuf/descriptor.pb.h:513:69: error: ‘value’ was not declared in this scope
- 513 | ::absl::string_view name, FieldOptions_JSType* PROTOBUF_NONNULL value) {
- | ^~~~~
- /app/include/google/protobuf/descriptor.pb.h:513:74: error: expression list treated as compound expression in initializer [-fpermissive]
- 513 | ::absl::string_view name, FieldOptions_JSType* PROTOBUF_NONNULL value) {
- | ^
- /app/include/google/protobuf/descriptor.pb.h:546:13: error: ‘string_view’ is not a member of ‘absl’
- 546 | ::absl::string_view name, FieldOptions_OptionRetention* PROTOBUF_NONNULL value) {
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:546:59: error: expected primary-expression before ‘*’ token
- 546 | ::absl::string_view name, FieldOptions_OptionRetention* PROTOBUF_NONNULL value) {
- | ^
- /app/include/google/protobuf/descriptor.pb.h:546:78: error: ‘value’ was not declared in this scope
- 546 | ::absl::string_view name, FieldOptions_OptionRetention* PROTOBUF_NONNULL value) {
- | ^~~~~
- /app/include/google/protobuf/descriptor.pb.h:546:83: error: expression list treated as compound expression in initializer [-fpermissive]
- 546 | ::absl::string_view name, FieldOptions_OptionRetention* PROTOBUF_NONNULL value) {
- | ^
- /app/include/google/protobuf/descriptor.pb.h:586:13: error: ‘string_view’ is not a member of ‘absl’
- 586 | ::absl::string_view name, FieldOptions_OptionTargetType* PROTOBUF_NONNULL value) {
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:586:60: error: expected primary-expression before ‘*’ token
- 586 | ::absl::string_view name, FieldOptions_OptionTargetType* PROTOBUF_NONNULL value) {
- | ^
- /app/include/google/protobuf/descriptor.pb.h:586:79: error: ‘value’ was not declared in this scope
- 586 | ::absl::string_view name, FieldOptions_OptionTargetType* PROTOBUF_NONNULL value) {
- | ^~~~~
- /app/include/google/protobuf/descriptor.pb.h:586:84: error: expression list treated as compound expression in initializer [-fpermissive]
- 586 | ::absl::string_view name, FieldOptions_OptionTargetType* PROTOBUF_NONNULL value) {
- | ^
- /app/include/google/protobuf/descriptor.pb.h:619:13: error: ‘string_view’ is not a member of ‘absl’
- 619 | ::absl::string_view name, MethodOptions_IdempotencyLevel* PROTOBUF_NONNULL value) {
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:619:61: error: expected primary-expression before ‘*’ token
- 619 | ::absl::string_view name, MethodOptions_IdempotencyLevel* PROTOBUF_NONNULL value) {
- | ^
- /app/include/google/protobuf/descriptor.pb.h:619:80: error: ‘value’ was not declared in this scope
- 619 | ::absl::string_view name, MethodOptions_IdempotencyLevel* PROTOBUF_NONNULL value) {
- | ^~~~~
- /app/include/google/protobuf/descriptor.pb.h:619:85: error: expression list treated as compound expression in initializer [-fpermissive]
- 619 | ::absl::string_view name, MethodOptions_IdempotencyLevel* PROTOBUF_NONNULL value) {
- | ^
- /app/include/google/protobuf/descriptor.pb.h:654:13: error: ‘string_view’ is not a member of ‘absl’
- 654 | ::absl::string_view name, FeatureSet_VisibilityFeature_DefaultSymbolVisibility* PROTOBUF_NONNULL value) {
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:654:83: error: expected primary-expression before ‘*’ token
- 654 | ::absl::string_view name, FeatureSet_VisibilityFeature_DefaultSymbolVisibility* PROTOBUF_NONNULL value) {
- | ^
- /app/include/google/protobuf/descriptor.pb.h:654:102: error: ‘value’ was not declared in this scope
- 654 | ::absl::string_view name, FeatureSet_VisibilityFeature_DefaultSymbolVisibility* PROTOBUF_NONNULL value) {
- | ^~~~~
- /app/include/google/protobuf/descriptor.pb.h:654:107: error: expression list treated as compound expression in initializer [-fpermissive]
- 654 | ::absl::string_view name, FeatureSet_VisibilityFeature_DefaultSymbolVisibility* PROTOBUF_NONNULL value) {
- | ^
- /app/include/google/protobuf/descriptor.pb.h:688:13: error: ‘string_view’ is not a member of ‘absl’
- 688 | ::absl::string_view name, FeatureSet_FieldPresence* PROTOBUF_NONNULL value) {
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:688:55: error: expected primary-expression before ‘*’ token
- 688 | ::absl::string_view name, FeatureSet_FieldPresence* PROTOBUF_NONNULL value) {
- | ^
- /app/include/google/protobuf/descriptor.pb.h:688:74: error: ‘value’ was not declared in this scope
- 688 | ::absl::string_view name, FeatureSet_FieldPresence* PROTOBUF_NONNULL value) {
- | ^~~~~
- /app/include/google/protobuf/descriptor.pb.h:688:79: error: expression list treated as compound expression in initializer [-fpermissive]
- 688 | ::absl::string_view name, FeatureSet_FieldPresence* PROTOBUF_NONNULL value) {
- | ^
- /app/include/google/protobuf/descriptor.pb.h:721:13: error: ‘string_view’ is not a member of ‘absl’
- 721 | ::absl::string_view name, FeatureSet_EnumType* PROTOBUF_NONNULL value) {
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:721:50: error: expected primary-expression before ‘*’ token
- 721 | ::absl::string_view name, FeatureSet_EnumType* PROTOBUF_NONNULL value) {
- | ^
- /app/include/google/protobuf/descriptor.pb.h:721:69: error: ‘value’ was not declared in this scope
- 721 | ::absl::string_view name, FeatureSet_EnumType* PROTOBUF_NONNULL value) {
- | ^~~~~
- /app/include/google/protobuf/descriptor.pb.h:721:74: error: expression list treated as compound expression in initializer [-fpermissive]
- 721 | ::absl::string_view name, FeatureSet_EnumType* PROTOBUF_NONNULL value) {
- | ^
- /app/include/google/protobuf/descriptor.pb.h:754:13: error: ‘string_view’ is not a member of ‘absl’
- 754 | ::absl::string_view name, FeatureSet_RepeatedFieldEncoding* PROTOBUF_NONNULL value) {
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:754:63: error: expected primary-expression before ‘*’ token
- 754 | ::absl::string_view name, FeatureSet_RepeatedFieldEncoding* PROTOBUF_NONNULL value) {
- | ^
- /app/include/google/protobuf/descriptor.pb.h:754:82: error: ‘value’ was not declared in this scope
- 754 | ::absl::string_view name, FeatureSet_RepeatedFieldEncoding* PROTOBUF_NONNULL value) {
- | ^~~~~
- /app/include/google/protobuf/descriptor.pb.h:754:87: error: expression list treated as compound expression in initializer [-fpermissive]
- 754 | ::absl::string_view name, FeatureSet_RepeatedFieldEncoding* PROTOBUF_NONNULL value) {
- | ^
- /app/include/google/protobuf/descriptor.pb.h:787:13: error: ‘string_view’ is not a member of ‘absl’
- 787 | ::absl::string_view name, FeatureSet_Utf8Validation* PROTOBUF_NONNULL value) {
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:787:56: error: expected primary-expression before ‘*’ token
- 787 | ::absl::string_view name, FeatureSet_Utf8Validation* PROTOBUF_NONNULL value) {
- | ^
- /app/include/google/protobuf/descriptor.pb.h:787:75: error: ‘value’ was not declared in this scope
- 787 | ::absl::string_view name, FeatureSet_Utf8Validation* PROTOBUF_NONNULL value) {
- | ^~~~~
- /app/include/google/protobuf/descriptor.pb.h:787:80: error: expression list treated as compound expression in initializer [-fpermissive]
- 787 | ::absl::string_view name, FeatureSet_Utf8Validation* PROTOBUF_NONNULL value) {
- | ^
- /app/include/google/protobuf/descriptor.pb.h:820:13: error: ‘string_view’ is not a member of ‘absl’
- 820 | ::absl::string_view name, FeatureSet_MessageEncoding* PROTOBUF_NONNULL value) {
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:820:57: error: expected primary-expression before ‘*’ token
- 820 | ::absl::string_view name, FeatureSet_MessageEncoding* PROTOBUF_NONNULL value) {
- | ^
- /app/include/google/protobuf/descriptor.pb.h:820:76: error: ‘value’ was not declared in this scope
- 820 | ::absl::string_view name, FeatureSet_MessageEncoding* PROTOBUF_NONNULL value) {
- | ^~~~~
- /app/include/google/protobuf/descriptor.pb.h:820:81: error: expression list treated as compound expression in initializer [-fpermissive]
- 820 | ::absl::string_view name, FeatureSet_MessageEncoding* PROTOBUF_NONNULL value) {
- | ^
- /app/include/google/protobuf/descriptor.pb.h:853:13: error: ‘string_view’ is not a member of ‘absl’
- 853 | ::absl::string_view name, FeatureSet_JsonFormat* PROTOBUF_NONNULL value) {
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:853:52: error: expected primary-expression before ‘*’ token
- 853 | ::absl::string_view name, FeatureSet_JsonFormat* PROTOBUF_NONNULL value) {
- | ^
- /app/include/google/protobuf/descriptor.pb.h:853:71: error: ‘value’ was not declared in this scope
- 853 | ::absl::string_view name, FeatureSet_JsonFormat* PROTOBUF_NONNULL value) {
- | ^~~~~
- /app/include/google/protobuf/descriptor.pb.h:853:76: error: expression list treated as compound expression in initializer [-fpermissive]
- 853 | ::absl::string_view name, FeatureSet_JsonFormat* PROTOBUF_NONNULL value) {
- | ^
- /app/include/google/protobuf/descriptor.pb.h:886:13: error: ‘string_view’ is not a member of ‘absl’
- 886 | ::absl::string_view name, FeatureSet_EnforceNamingStyle* PROTOBUF_NONNULL value) {
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:886:60: error: expected primary-expression before ‘*’ token
- 886 | ::absl::string_view name, FeatureSet_EnforceNamingStyle* PROTOBUF_NONNULL value) {
- | ^
- /app/include/google/protobuf/descriptor.pb.h:886:79: error: ‘value’ was not declared in this scope
- 886 | ::absl::string_view name, FeatureSet_EnforceNamingStyle* PROTOBUF_NONNULL value) {
- | ^~~~~
- /app/include/google/protobuf/descriptor.pb.h:886:84: error: expression list treated as compound expression in initializer [-fpermissive]
- 886 | ::absl::string_view name, FeatureSet_EnforceNamingStyle* PROTOBUF_NONNULL value) {
- | ^
- /app/include/google/protobuf/descriptor.pb.h:919:13: error: ‘string_view’ is not a member of ‘absl’
- 919 | ::absl::string_view name, GeneratedCodeInfo_Annotation_Semantic* PROTOBUF_NONNULL value) {
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:919:68: error: expected primary-expression before ‘*’ token
- 919 | ::absl::string_view name, GeneratedCodeInfo_Annotation_Semantic* PROTOBUF_NONNULL value) {
- | ^
- /app/include/google/protobuf/descriptor.pb.h:919:87: error: ‘value’ was not declared in this scope
- 919 | ::absl::string_view name, GeneratedCodeInfo_Annotation_Semantic* PROTOBUF_NONNULL value) {
- | ^~~~~
- /app/include/google/protobuf/descriptor.pb.h:919:92: error: expression list treated as compound expression in initializer [-fpermissive]
- 919 | ::absl::string_view name, GeneratedCodeInfo_Annotation_Semantic* PROTOBUF_NONNULL value) {
- | ^
- /app/include/google/protobuf/descriptor.pb.h:955:13: error: ‘string_view’ is not a member of ‘absl’
- 955 | ::absl::string_view name, Edition* PROTOBUF_NONNULL value) {
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:955:38: error: expected primary-expression before ‘*’ token
- 955 | ::absl::string_view name, Edition* PROTOBUF_NONNULL value) {
- | ^
- /app/include/google/protobuf/descriptor.pb.h:955:57: error: ‘value’ was not declared in this scope
- 955 | ::absl::string_view name, Edition* PROTOBUF_NONNULL value) {
- | ^~~~~
- /app/include/google/protobuf/descriptor.pb.h:955:62: error: expression list treated as compound expression in initializer [-fpermissive]
- 955 | ::absl::string_view name, Edition* PROTOBUF_NONNULL value) {
- | ^
- /app/include/google/protobuf/descriptor.pb.h:988:13: error: ‘string_view’ is not a member of ‘absl’
- 988 | ::absl::string_view name, SymbolVisibility* PROTOBUF_NONNULL value) {
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:988:47: error: expected primary-expression before ‘*’ token
- 988 | ::absl::string_view name, SymbolVisibility* PROTOBUF_NONNULL value) {
- | ^
- /app/include/google/protobuf/descriptor.pb.h:988:66: error: ‘value’ was not declared in this scope
- 988 | ::absl::string_view name, SymbolVisibility* PROTOBUF_NONNULL value) {
- | ^~~~~
- /app/include/google/protobuf/descriptor.pb.h:988:71: error: expression list treated as compound expression in initializer [-fpermissive]
- 988 | ::absl::string_view name, SymbolVisibility* PROTOBUF_NONNULL value) {
- | ^
- /app/include/google/protobuf/descriptor.pb.h:1121:60: error: ‘google::protobuf::internal::GetAnyMessageName’ has not been declared
- 1121 | friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
- | ^~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:1121:79: error: ‘string_view’ declared as function returning a function
- 1121 | friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
- | ^
- /app/include/google/protobuf/descriptor.pb.h:1122:18: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 1122 | static ::absl::string_view FullMessageName() { return "google.protobuf.UninterpretedOption.NamePart"; }
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:1136:20: error: ‘InternalNewImpl_’ function uses ‘auto’ type specifier without trailing return type
- 1136 | static constexpr auto InternalNewImpl_();
- | ^~~~
- /app/include/google/protobuf/descriptor.pb.h:1136:20: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /app/include/google/protobuf/descriptor.pb.h:1139:20: error: ‘InternalGenerateClassData_’ function uses ‘auto’ type specifier without trailing return type
- 1139 | static constexpr auto InternalGenerateClassData_();
- | ^~~~
- /app/include/google/protobuf/descriptor.pb.h:1139:20: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /app/include/google/protobuf/descriptor.pb.h: In member function ‘void google::protobuf::UninterpretedOption_NamePart::UnsafeArenaSwap(google::protobuf::UninterpretedOption_NamePart*)’:
- /app/include/google/protobuf/descriptor.pb.h:1065:5: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 1065 | ABSL_DCHECK(GetArena() == other->GetArena());
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h: At global scope:
- /app/include/google/protobuf/descriptor.pb.h:1331:60: error: ‘google::protobuf::internal::GetAnyMessageName’ has not been declared
- 1331 | friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
- | ^~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:1331:79: error: ‘string_view’ declared as function returning a function
- 1331 | friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
- | ^
- /app/include/google/protobuf/descriptor.pb.h:1332:18: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 1332 | static ::absl::string_view FullMessageName() { return "google.protobuf.SourceCodeInfo.Location"; }
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:1346:20: error: ‘InternalNewImpl_’ function uses ‘auto’ type specifier without trailing return type
- 1346 | static constexpr auto InternalNewImpl_();
- | ^~~~
- /app/include/google/protobuf/descriptor.pb.h:1346:20: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /app/include/google/protobuf/descriptor.pb.h:1349:20: error: ‘InternalGenerateClassData_’ function uses ‘auto’ type specifier without trailing return type
- 1349 | static constexpr auto InternalGenerateClassData_();
- | ^~~~
- /app/include/google/protobuf/descriptor.pb.h:1349:20: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /app/include/google/protobuf/descriptor.pb.h: In member function ‘void google::protobuf::SourceCodeInfo_Location::UnsafeArenaSwap(google::protobuf::SourceCodeInfo_Location*)’:
- /app/include/google/protobuf/descriptor.pb.h:1280:5: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 1280 | ABSL_DCHECK(GetArena() == other->GetArena());
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h: At global scope:
- /app/include/google/protobuf/descriptor.pb.h:1612:60: error: ‘google::protobuf::internal::GetAnyMessageName’ has not been declared
- 1612 | friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
- | ^~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:1612:79: error: ‘string_view’ declared as function returning a function
- 1612 | friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
- | ^
- /app/include/google/protobuf/descriptor.pb.h:1613:18: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 1613 | static ::absl::string_view FullMessageName() { return "google.protobuf.GeneratedCodeInfo.Annotation"; }
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:1627:20: error: ‘InternalNewImpl_’ function uses ‘auto’ type specifier without trailing return type
- 1627 | static constexpr auto InternalNewImpl_();
- | ^~~~
- /app/include/google/protobuf/descriptor.pb.h:1627:20: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /app/include/google/protobuf/descriptor.pb.h:1630:20: error: ‘InternalGenerateClassData_’ function uses ‘auto’ type specifier without trailing return type
- 1630 | static constexpr auto InternalGenerateClassData_();
- | ^~~~
- /app/include/google/protobuf/descriptor.pb.h:1630:20: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /app/include/google/protobuf/descriptor.pb.h:1652:15: error: ‘absl::string_view’ has not been declared
- 1652 | ::absl::string_view name, Semantic* PROTOBUF_NONNULL value) {
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h: In member function ‘void google::protobuf::GeneratedCodeInfo_Annotation::UnsafeArenaSwap(google::protobuf::GeneratedCodeInfo_Annotation*)’:
- /app/include/google/protobuf/descriptor.pb.h:1561:5: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 1561 | ABSL_DCHECK(GetArena() == other->GetArena());
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h: In static member function ‘static bool google::protobuf::GeneratedCodeInfo_Annotation::Semantic_Parse(int, Semantic*)’:
- /app/include/google/protobuf/descriptor.pb.h:1653:55: error: ‘google::protobuf::GeneratedCodeInfo_Annotation_Semantic_Parse’ cannot be used as a function
- 1653 | return GeneratedCodeInfo_Annotation_Semantic_Parse(name, value);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h: At global scope:
- /app/include/google/protobuf/descriptor.pb.h:1890:60: error: ‘google::protobuf::internal::GetAnyMessageName’ has not been declared
- 1890 | friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
- | ^~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:1890:79: error: ‘string_view’ declared as function returning a function
- 1890 | friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
- | ^
- /app/include/google/protobuf/descriptor.pb.h:1891:18: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 1891 | static ::absl::string_view FullMessageName() { return "google.protobuf.FieldOptions.FeatureSupport"; }
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:1905:20: error: ‘InternalNewImpl_’ function uses ‘auto’ type specifier without trailing return type
- 1905 | static constexpr auto InternalNewImpl_();
- | ^~~~
- /app/include/google/protobuf/descriptor.pb.h:1905:20: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /app/include/google/protobuf/descriptor.pb.h:1908:20: error: ‘InternalGenerateClassData_’ function uses ‘auto’ type specifier without trailing return type
- 1908 | static constexpr auto InternalGenerateClassData_();
- | ^~~~
- /app/include/google/protobuf/descriptor.pb.h:1908:20: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /app/include/google/protobuf/descriptor.pb.h: In member function ‘void google::protobuf::FieldOptions_FeatureSupport::UnsafeArenaSwap(google::protobuf::FieldOptions_FeatureSupport*)’:
- /app/include/google/protobuf/descriptor.pb.h:1839:5: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 1839 | ABSL_DCHECK(GetArena() == other->GetArena());
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h: At global scope:
- /app/include/google/protobuf/descriptor.pb.h:2126:60: error: ‘google::protobuf::internal::GetAnyMessageName’ has not been declared
- 2126 | friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
- | ^~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:2126:79: error: ‘string_view’ declared as function returning a function
- 2126 | friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
- | ^
- /app/include/google/protobuf/descriptor.pb.h:2127:18: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 2127 | static ::absl::string_view FullMessageName() { return "google.protobuf.FieldOptions.EditionDefault"; }
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:2141:20: error: ‘InternalNewImpl_’ function uses ‘auto’ type specifier without trailing return type
- 2141 | static constexpr auto InternalNewImpl_();
- | ^~~~
- /app/include/google/protobuf/descriptor.pb.h:2141:20: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /app/include/google/protobuf/descriptor.pb.h:2144:20: error: ‘InternalGenerateClassData_’ function uses ‘auto’ type specifier without trailing return type
- 2144 | static constexpr auto InternalGenerateClassData_();
- | ^~~~
- /app/include/google/protobuf/descriptor.pb.h:2144:20: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /app/include/google/protobuf/descriptor.pb.h: In member function ‘void google::protobuf::FieldOptions_EditionDefault::UnsafeArenaSwap(google::protobuf::FieldOptions_EditionDefault*)’:
- /app/include/google/protobuf/descriptor.pb.h:2075:5: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 2075 | ABSL_DCHECK(GetArena() == other->GetArena());
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h: At global scope:
- /app/include/google/protobuf/descriptor.pb.h:2308:60: error: ‘google::protobuf::internal::GetAnyMessageName’ has not been declared
- 2308 | friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
- | ^~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:2308:79: error: ‘string_view’ declared as function returning a function
- 2308 | friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
- | ^
- /app/include/google/protobuf/descriptor.pb.h:2309:18: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 2309 | static ::absl::string_view FullMessageName() { return "google.protobuf.FeatureSet.VisibilityFeature"; }
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:2323:20: error: ‘InternalNewImpl_’ function uses ‘auto’ type specifier without trailing return type
- 2323 | static constexpr auto InternalNewImpl_();
- | ^~~~
- /app/include/google/protobuf/descriptor.pb.h:2323:20: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /app/include/google/protobuf/descriptor.pb.h:2326:20: error: ‘InternalGenerateClassData_’ function uses ‘auto’ type specifier without trailing return type
- 2326 | static constexpr auto InternalGenerateClassData_();
- | ^~~~
- /app/include/google/protobuf/descriptor.pb.h:2326:20: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /app/include/google/protobuf/descriptor.pb.h:2350:15: error: ‘absl::string_view’ has not been declared
- 2350 | ::absl::string_view name, DefaultSymbolVisibility* PROTOBUF_NONNULL value) {
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h: In member function ‘void google::protobuf::FeatureSet_VisibilityFeature::UnsafeArenaSwap(google::protobuf::FeatureSet_VisibilityFeature*)’:
- /app/include/google/protobuf/descriptor.pb.h:2284:5: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 2284 | ABSL_DCHECK(GetArena() == other->GetArena());
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h: In static member function ‘static bool google::protobuf::FeatureSet_VisibilityFeature::DefaultSymbolVisibility_Parse(int, DefaultSymbolVisibility*)’:
- /app/include/google/protobuf/descriptor.pb.h:2351:70: error: ‘google::protobuf::FeatureSet_VisibilityFeature_DefaultSymbolVisibility_Parse’ cannot be used as a function
- 2351 | return FeatureSet_VisibilityFeature_DefaultSymbolVisibility_Parse(name, value);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h: At global scope:
- /app/include/google/protobuf/descriptor.pb.h:2510:60: error: ‘google::protobuf::internal::GetAnyMessageName’ has not been declared
- 2510 | friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
- | ^~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:2510:79: error: ‘string_view’ declared as function returning a function
- 2510 | friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
- | ^
- /app/include/google/protobuf/descriptor.pb.h:2511:18: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 2511 | static ::absl::string_view FullMessageName() { return "google.protobuf.FeatureSet"; }
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:2525:20: error: ‘InternalNewImpl_’ function uses ‘auto’ type specifier without trailing return type
- 2525 | static constexpr auto InternalNewImpl_();
- | ^~~~
- /app/include/google/protobuf/descriptor.pb.h:2525:20: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /app/include/google/protobuf/descriptor.pb.h:2528:20: error: ‘InternalGenerateClassData_’ function uses ‘auto’ type specifier without trailing return type
- 2528 | static constexpr auto InternalGenerateClassData_();
- | ^~~~
- /app/include/google/protobuf/descriptor.pb.h:2528:20: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /app/include/google/protobuf/descriptor.pb.h:2552:15: error: ‘absl::string_view’ has not been declared
- 2552 | ::absl::string_view name, FieldPresence* PROTOBUF_NONNULL value) {
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:2573:15: error: ‘absl::string_view’ has not been declared
- 2573 | ::absl::string_view name, EnumType* PROTOBUF_NONNULL value) {
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:2594:15: error: ‘absl::string_view’ has not been declared
- 2594 | ::absl::string_view name, RepeatedFieldEncoding* PROTOBUF_NONNULL value) {
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:2615:15: error: ‘absl::string_view’ has not been declared
- 2615 | ::absl::string_view name, Utf8Validation* PROTOBUF_NONNULL value) {
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:2636:15: error: ‘absl::string_view’ has not been declared
- 2636 | ::absl::string_view name, MessageEncoding* PROTOBUF_NONNULL value) {
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:2657:15: error: ‘absl::string_view’ has not been declared
- 2657 | ::absl::string_view name, JsonFormat* PROTOBUF_NONNULL value) {
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:2678:15: error: ‘absl::string_view’ has not been declared
- 2678 | ::absl::string_view name, EnforceNamingStyle* PROTOBUF_NONNULL value) {
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:2809:20: error: ‘std::enable_if_t’ has not been declared
- 2809 | ::std::enable_if_t<!_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:2809:31: error: expected ‘>’ before ‘<’ token
- 2809 | ::std::enable_if_t<!_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^
- /app/include/google/protobuf/descriptor.pb.h:2818:20: error: ‘std::enable_if_t’ has not been declared
- 2818 | ::std::enable_if_t<_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:2818:31: error: expected ‘>’ before ‘<’ token
- 2818 | ::std::enable_if_t<_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^
- /app/include/google/protobuf/descriptor.pb.h:2819:58: error: ‘template<class _proto_TypeTraits, unsigned char _field_type, bool _is_packed, <typeprefixerror><anonymous> > typename _proto_TypeTraits::Singular::ConstType google::protobuf::FeatureSet::GetExtension(const google::protobuf::internal::ExtensionIdentifier<google::protobuf::FeatureSet, TypeTraitsT, field_type, is_packed>&) const’ cannot be overloaded with ‘template<class _proto_TypeTraits, unsigned char _field_type, bool _is_packed, <typeprefixerror><anonymous> > typename _proto_TypeTraits::Singular::ConstType google::protobuf::FeatureSet::GetExtension(const google::protobuf::internal::ExtensionIdentifier<google::protobuf::FeatureSet, TypeTraitsT, field_type, is_packed>&) const’
- 2819 | inline typename _proto_TypeTraits::Singular::ConstType GetExtension(
- | ^~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:2810:58: note: previous declaration ‘template<class _proto_TypeTraits, unsigned char _field_type, bool _is_packed, <typeprefixerror><anonymous> > typename _proto_TypeTraits::Singular::ConstType google::protobuf::FeatureSet::GetExtension(const google::protobuf::internal::ExtensionIdentifier<google::protobuf::FeatureSet, TypeTraitsT, field_type, is_packed>&) const’
- 2810 | inline typename _proto_TypeTraits::Singular::ConstType GetExtension(
- | ^~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:2881:20: error: ‘std::enable_if_t’ has not been declared
- 2881 | ::std::enable_if_t<!_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:2881:31: error: expected ‘>’ before ‘<’ token
- 2881 | ::std::enable_if_t<!_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^
- /app/include/google/protobuf/descriptor.pb.h:2891:20: error: ‘std::enable_if_t’ has not been declared
- 2891 | ::std::enable_if_t<_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:2891:31: error: expected ‘>’ before ‘<’ token
- 2891 | ::std::enable_if_t<_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^
- /app/include/google/protobuf/descriptor.pb.h:2892:58: error: ‘template<class _proto_TypeTraits, unsigned char _field_type, bool _is_packed, <typeprefixerror><anonymous> > typename _proto_TypeTraits::Repeated::ConstType google::protobuf::FeatureSet::GetExtension(const google::protobuf::internal::ExtensionIdentifier<google::protobuf::FeatureSet, TypeTraitsT, field_type, is_packed>&, int) const’ cannot be overloaded with ‘template<class _proto_TypeTraits, unsigned char _field_type, bool _is_packed, <typeprefixerror><anonymous> > typename _proto_TypeTraits::Repeated::ConstType google::protobuf::FeatureSet::GetExtension(const google::protobuf::internal::ExtensionIdentifier<google::protobuf::FeatureSet, TypeTraitsT, field_type, is_packed>&, int) const’
- 2892 | inline typename _proto_TypeTraits::Repeated::ConstType GetExtension(
- | ^~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:2882:58: note: previous declaration ‘template<class _proto_TypeTraits, unsigned char _field_type, bool _is_packed, <typeprefixerror><anonymous> > typename _proto_TypeTraits::Repeated::ConstType google::protobuf::FeatureSet::GetExtension(const google::protobuf::internal::ExtensionIdentifier<google::protobuf::FeatureSet, TypeTraitsT, field_type, is_packed>&, int) const’
- 2882 | inline typename _proto_TypeTraits::Repeated::ConstType GetExtension(
- | ^~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h: In member function ‘void google::protobuf::FeatureSet::UnsafeArenaSwap(google::protobuf::FeatureSet*)’:
- /app/include/google/protobuf/descriptor.pb.h:2454:5: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 2454 | ABSL_DCHECK(GetArena() == other->GetArena());
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h: In static member function ‘static bool google::protobuf::FeatureSet::FieldPresence_Parse(int, FieldPresence*)’:
- /app/include/google/protobuf/descriptor.pb.h:2553:42: error: ‘google::protobuf::FeatureSet_FieldPresence_Parse’ cannot be used as a function
- 2553 | return FeatureSet_FieldPresence_Parse(name, value);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h: In static member function ‘static bool google::protobuf::FeatureSet::EnumType_Parse(int, EnumType*)’:
- /app/include/google/protobuf/descriptor.pb.h:2574:37: error: ‘google::protobuf::FeatureSet_EnumType_Parse’ cannot be used as a function
- 2574 | return FeatureSet_EnumType_Parse(name, value);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h: In static member function ‘static bool google::protobuf::FeatureSet::RepeatedFieldEncoding_Parse(int, RepeatedFieldEncoding*)’:
- /app/include/google/protobuf/descriptor.pb.h:2595:50: error: ‘google::protobuf::FeatureSet_RepeatedFieldEncoding_Parse’ cannot be used as a function
- 2595 | return FeatureSet_RepeatedFieldEncoding_Parse(name, value);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h: In static member function ‘static bool google::protobuf::FeatureSet::Utf8Validation_Parse(int, Utf8Validation*)’:
- /app/include/google/protobuf/descriptor.pb.h:2616:43: error: ‘google::protobuf::FeatureSet_Utf8Validation_Parse’ cannot be used as a function
- 2616 | return FeatureSet_Utf8Validation_Parse(name, value);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h: In static member function ‘static bool google::protobuf::FeatureSet::MessageEncoding_Parse(int, MessageEncoding*)’:
- /app/include/google/protobuf/descriptor.pb.h:2637:44: error: ‘google::protobuf::FeatureSet_MessageEncoding_Parse’ cannot be used as a function
- 2637 | return FeatureSet_MessageEncoding_Parse(name, value);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h: In static member function ‘static bool google::protobuf::FeatureSet::JsonFormat_Parse(int, JsonFormat*)’:
- /app/include/google/protobuf/descriptor.pb.h:2658:39: error: ‘google::protobuf::FeatureSet_JsonFormat_Parse’ cannot be used as a function
- 2658 | return FeatureSet_JsonFormat_Parse(name, value);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h: In static member function ‘static bool google::protobuf::FeatureSet::EnforceNamingStyle_Parse(int, EnforceNamingStyle*)’:
- /app/include/google/protobuf/descriptor.pb.h:2679:47: error: ‘google::protobuf::FeatureSet_EnforceNamingStyle_Parse’ cannot be used as a function
- 2679 | return FeatureSet_EnforceNamingStyle_Parse(name, value);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h: At global scope:
- /app/include/google/protobuf/descriptor.pb.h:3120:60: error: ‘google::protobuf::internal::GetAnyMessageName’ has not been declared
- 3120 | friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
- | ^~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:3120:79: error: ‘string_view’ declared as function returning a function
- 3120 | friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
- | ^
- /app/include/google/protobuf/descriptor.pb.h:3121:18: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 3121 | static ::absl::string_view FullMessageName() { return "google.protobuf.ExtensionRangeOptions.Declaration"; }
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:3135:20: error: ‘InternalNewImpl_’ function uses ‘auto’ type specifier without trailing return type
- 3135 | static constexpr auto InternalNewImpl_();
- | ^~~~
- /app/include/google/protobuf/descriptor.pb.h:3135:20: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /app/include/google/protobuf/descriptor.pb.h:3138:20: error: ‘InternalGenerateClassData_’ function uses ‘auto’ type specifier without trailing return type
- 3138 | static constexpr auto InternalGenerateClassData_();
- | ^~~~
- /app/include/google/protobuf/descriptor.pb.h:3138:20: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /app/include/google/protobuf/descriptor.pb.h: In member function ‘void google::protobuf::ExtensionRangeOptions_Declaration::UnsafeArenaSwap(google::protobuf::ExtensionRangeOptions_Declaration*)’:
- /app/include/google/protobuf/descriptor.pb.h:3069:5: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 3069 | ABSL_DCHECK(GetArena() == other->GetArena());
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h: At global scope:
- /app/include/google/protobuf/descriptor.pb.h:3374:60: error: ‘google::protobuf::internal::GetAnyMessageName’ has not been declared
- 3374 | friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
- | ^~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:3374:79: error: ‘string_view’ declared as function returning a function
- 3374 | friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
- | ^
- /app/include/google/protobuf/descriptor.pb.h:3375:18: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 3375 | static ::absl::string_view FullMessageName() { return "google.protobuf.EnumDescriptorProto.EnumReservedRange"; }
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:3389:20: error: ‘InternalNewImpl_’ function uses ‘auto’ type specifier without trailing return type
- 3389 | static constexpr auto InternalNewImpl_();
- | ^~~~
- /app/include/google/protobuf/descriptor.pb.h:3389:20: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /app/include/google/protobuf/descriptor.pb.h:3392:20: error: ‘InternalGenerateClassData_’ function uses ‘auto’ type specifier without trailing return type
- 3392 | static constexpr auto InternalGenerateClassData_();
- | ^~~~
- /app/include/google/protobuf/descriptor.pb.h:3392:20: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /app/include/google/protobuf/descriptor.pb.h: In member function ‘void google::protobuf::EnumDescriptorProto_EnumReservedRange::UnsafeArenaSwap(google::protobuf::EnumDescriptorProto_EnumReservedRange*)’:
- /app/include/google/protobuf/descriptor.pb.h:3323:5: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 3323 | ABSL_DCHECK(GetArena() == other->GetArena());
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h: At global scope:
- /app/include/google/protobuf/descriptor.pb.h:3579:60: error: ‘google::protobuf::internal::GetAnyMessageName’ has not been declared
- 3579 | friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
- | ^~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:3579:79: error: ‘string_view’ declared as function returning a function
- 3579 | friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
- | ^
- /app/include/google/protobuf/descriptor.pb.h:3580:18: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 3580 | static ::absl::string_view FullMessageName() { return "google.protobuf.DescriptorProto.ReservedRange"; }
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:3594:20: error: ‘InternalNewImpl_’ function uses ‘auto’ type specifier without trailing return type
- 3594 | static constexpr auto InternalNewImpl_();
- | ^~~~
- /app/include/google/protobuf/descriptor.pb.h:3594:20: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /app/include/google/protobuf/descriptor.pb.h:3597:20: error: ‘InternalGenerateClassData_’ function uses ‘auto’ type specifier without trailing return type
- 3597 | static constexpr auto InternalGenerateClassData_();
- | ^~~~
- /app/include/google/protobuf/descriptor.pb.h:3597:20: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /app/include/google/protobuf/descriptor.pb.h: In member function ‘void google::protobuf::DescriptorProto_ReservedRange::UnsafeArenaSwap(google::protobuf::DescriptorProto_ReservedRange*)’:
- /app/include/google/protobuf/descriptor.pb.h:3528:5: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 3528 | ABSL_DCHECK(GetArena() == other->GetArena());
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h: At global scope:
- /app/include/google/protobuf/descriptor.pb.h:3789:60: error: ‘google::protobuf::internal::GetAnyMessageName’ has not been declared
- 3789 | friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
- | ^~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:3789:79: error: ‘string_view’ declared as function returning a function
- 3789 | friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
- | ^
- /app/include/google/protobuf/descriptor.pb.h:3790:18: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 3790 | static ::absl::string_view FullMessageName() { return "google.protobuf.UninterpretedOption"; }
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:3804:20: error: ‘InternalNewImpl_’ function uses ‘auto’ type specifier without trailing return type
- 3804 | static constexpr auto InternalNewImpl_();
- | ^~~~
- /app/include/google/protobuf/descriptor.pb.h:3804:20: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /app/include/google/protobuf/descriptor.pb.h:3807:20: error: ‘InternalGenerateClassData_’ function uses ‘auto’ type specifier without trailing return type
- 3807 | static constexpr auto InternalGenerateClassData_();
- | ^~~~
- /app/include/google/protobuf/descriptor.pb.h:3807:20: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /app/include/google/protobuf/descriptor.pb.h: In member function ‘void google::protobuf::UninterpretedOption::UnsafeArenaSwap(google::protobuf::UninterpretedOption*)’:
- /app/include/google/protobuf/descriptor.pb.h:3733:5: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 3733 | ABSL_DCHECK(GetArena() == other->GetArena());
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h: At global scope:
- /app/include/google/protobuf/descriptor.pb.h:4086:60: error: ‘google::protobuf::internal::GetAnyMessageName’ has not been declared
- 4086 | friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
- | ^~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:4086:79: error: ‘string_view’ declared as function returning a function
- 4086 | friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
- | ^
- /app/include/google/protobuf/descriptor.pb.h:4087:18: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 4087 | static ::absl::string_view FullMessageName() { return "google.protobuf.SourceCodeInfo"; }
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:4101:20: error: ‘InternalNewImpl_’ function uses ‘auto’ type specifier without trailing return type
- 4101 | static constexpr auto InternalNewImpl_();
- | ^~~~
- /app/include/google/protobuf/descriptor.pb.h:4101:20: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /app/include/google/protobuf/descriptor.pb.h:4104:20: error: ‘InternalGenerateClassData_’ function uses ‘auto’ type specifier without trailing return type
- 4104 | static constexpr auto InternalGenerateClassData_();
- | ^~~~
- /app/include/google/protobuf/descriptor.pb.h:4104:20: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /app/include/google/protobuf/descriptor.pb.h:4159:20: error: ‘std::enable_if_t’ has not been declared
- 4159 | ::std::enable_if_t<!_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:4159:31: error: expected ‘>’ before ‘<’ token
- 4159 | ::std::enable_if_t<!_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^
- /app/include/google/protobuf/descriptor.pb.h:4168:20: error: ‘std::enable_if_t’ has not been declared
- 4168 | ::std::enable_if_t<_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:4168:31: error: expected ‘>’ before ‘<’ token
- 4168 | ::std::enable_if_t<_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^
- /app/include/google/protobuf/descriptor.pb.h:4169:58: error: ‘template<class _proto_TypeTraits, unsigned char _field_type, bool _is_packed, <typeprefixerror><anonymous> > typename _proto_TypeTraits::Singular::ConstType google::protobuf::SourceCodeInfo::GetExtension(const google::protobuf::internal::ExtensionIdentifier<google::protobuf::SourceCodeInfo, _proto_TypeTraits, _field_type, _is_packed>&) const’ cannot be overloaded with ‘template<class _proto_TypeTraits, unsigned char _field_type, bool _is_packed, <typeprefixerror><anonymous> > typename _proto_TypeTraits::Singular::ConstType google::protobuf::SourceCodeInfo::GetExtension(const google::protobuf::internal::ExtensionIdentifier<google::protobuf::SourceCodeInfo, _proto_TypeTraits, _field_type, _is_packed>&) const’
- 4169 | inline typename _proto_TypeTraits::Singular::ConstType GetExtension(
- | ^~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:4160:58: note: previous declaration ‘template<class _proto_TypeTraits, unsigned char _field_type, bool _is_packed, <typeprefixerror><anonymous> > typename _proto_TypeTraits::Singular::ConstType google::protobuf::SourceCodeInfo::GetExtension(const google::protobuf::internal::ExtensionIdentifier<google::protobuf::SourceCodeInfo, _proto_TypeTraits, _field_type, _is_packed>&) const’
- 4160 | inline typename _proto_TypeTraits::Singular::ConstType GetExtension(
- | ^~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:4231:20: error: ‘std::enable_if_t’ has not been declared
- 4231 | ::std::enable_if_t<!_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:4231:31: error: expected ‘>’ before ‘<’ token
- 4231 | ::std::enable_if_t<!_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^
- /app/include/google/protobuf/descriptor.pb.h:4241:20: error: ‘std::enable_if_t’ has not been declared
- 4241 | ::std::enable_if_t<_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:4241:31: error: expected ‘>’ before ‘<’ token
- 4241 | ::std::enable_if_t<_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^
- /app/include/google/protobuf/descriptor.pb.h:4242:58: error: ‘template<class _proto_TypeTraits, unsigned char _field_type, bool _is_packed, <typeprefixerror><anonymous> > typename _proto_TypeTraits::Repeated::ConstType google::protobuf::SourceCodeInfo::GetExtension(const google::protobuf::internal::ExtensionIdentifier<google::protobuf::SourceCodeInfo, _proto_TypeTraits, _field_type, _is_packed>&, int) const’ cannot be overloaded with ‘template<class _proto_TypeTraits, unsigned char _field_type, bool _is_packed, <typeprefixerror><anonymous> > typename _proto_TypeTraits::Repeated::ConstType google::protobuf::SourceCodeInfo::GetExtension(const google::protobuf::internal::ExtensionIdentifier<google::protobuf::SourceCodeInfo, _proto_TypeTraits, _field_type, _is_packed>&, int) const’
- 4242 | inline typename _proto_TypeTraits::Repeated::ConstType GetExtension(
- | ^~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:4232:58: note: previous declaration ‘template<class _proto_TypeTraits, unsigned char _field_type, bool _is_packed, <typeprefixerror><anonymous> > typename _proto_TypeTraits::Repeated::ConstType google::protobuf::SourceCodeInfo::GetExtension(const google::protobuf::internal::ExtensionIdentifier<google::protobuf::SourceCodeInfo, _proto_TypeTraits, _field_type, _is_packed>&, int) const’
- 4232 | inline typename _proto_TypeTraits::Repeated::ConstType GetExtension(
- | ^~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h: In member function ‘void google::protobuf::SourceCodeInfo::UnsafeArenaSwap(google::protobuf::SourceCodeInfo*)’:
- /app/include/google/protobuf/descriptor.pb.h:4030:5: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 4030 | ABSL_DCHECK(GetArena() == other->GetArena());
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h: At global scope:
- /app/include/google/protobuf/descriptor.pb.h:4462:60: error: ‘google::protobuf::internal::GetAnyMessageName’ has not been declared
- 4462 | friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
- | ^~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:4462:79: error: ‘string_view’ declared as function returning a function
- 4462 | friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
- | ^
- /app/include/google/protobuf/descriptor.pb.h:4463:18: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 4463 | static ::absl::string_view FullMessageName() { return "google.protobuf.GeneratedCodeInfo"; }
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:4477:20: error: ‘InternalNewImpl_’ function uses ‘auto’ type specifier without trailing return type
- 4477 | static constexpr auto InternalNewImpl_();
- | ^~~~
- /app/include/google/protobuf/descriptor.pb.h:4477:20: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /app/include/google/protobuf/descriptor.pb.h:4480:20: error: ‘InternalGenerateClassData_’ function uses ‘auto’ type specifier without trailing return type
- 4480 | static constexpr auto InternalGenerateClassData_();
- | ^~~~
- /app/include/google/protobuf/descriptor.pb.h:4480:20: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /app/include/google/protobuf/descriptor.pb.h: In member function ‘void google::protobuf::GeneratedCodeInfo::UnsafeArenaSwap(google::protobuf::GeneratedCodeInfo*)’:
- /app/include/google/protobuf/descriptor.pb.h:4411:5: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 4411 | ABSL_DCHECK(GetArena() == other->GetArena());
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h: At global scope:
- /app/include/google/protobuf/descriptor.pb.h:4665:60: error: ‘google::protobuf::internal::GetAnyMessageName’ has not been declared
- 4665 | friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
- | ^~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:4665:79: error: ‘string_view’ declared as function returning a function
- 4665 | friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
- | ^
- /app/include/google/protobuf/descriptor.pb.h:4666:18: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 4666 | static ::absl::string_view FullMessageName() { return "google.protobuf.FeatureSetDefaults.FeatureSetEditionDefault"; }
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:4680:20: error: ‘InternalNewImpl_’ function uses ‘auto’ type specifier without trailing return type
- 4680 | static constexpr auto InternalNewImpl_();
- | ^~~~
- /app/include/google/protobuf/descriptor.pb.h:4680:20: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /app/include/google/protobuf/descriptor.pb.h:4683:20: error: ‘InternalGenerateClassData_’ function uses ‘auto’ type specifier without trailing return type
- 4683 | static constexpr auto InternalGenerateClassData_();
- | ^~~~
- /app/include/google/protobuf/descriptor.pb.h:4683:20: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /app/include/google/protobuf/descriptor.pb.h: In member function ‘void google::protobuf::FeatureSetDefaults_FeatureSetEditionDefault::UnsafeArenaSwap(google::protobuf::FeatureSetDefaults_FeatureSetEditionDefault*)’:
- /app/include/google/protobuf/descriptor.pb.h:4609:5: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 4609 | ABSL_DCHECK(GetArena() == other->GetArena());
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h: At global scope:
- /app/include/google/protobuf/descriptor.pb.h:4896:60: error: ‘google::protobuf::internal::GetAnyMessageName’ has not been declared
- 4896 | friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
- | ^~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:4896:79: error: ‘string_view’ declared as function returning a function
- 4896 | friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
- | ^
- /app/include/google/protobuf/descriptor.pb.h:4897:18: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 4897 | static ::absl::string_view FullMessageName() { return "google.protobuf.ServiceOptions"; }
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:4911:20: error: ‘InternalNewImpl_’ function uses ‘auto’ type specifier without trailing return type
- 4911 | static constexpr auto InternalNewImpl_();
- | ^~~~
- /app/include/google/protobuf/descriptor.pb.h:4911:20: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /app/include/google/protobuf/descriptor.pb.h:4914:20: error: ‘InternalGenerateClassData_’ function uses ‘auto’ type specifier without trailing return type
- 4914 | static constexpr auto InternalGenerateClassData_();
- | ^~~~
- /app/include/google/protobuf/descriptor.pb.h:4914:20: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /app/include/google/protobuf/descriptor.pb.h:4996:20: error: ‘std::enable_if_t’ has not been declared
- 4996 | ::std::enable_if_t<!_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:4996:31: error: expected ‘>’ before ‘<’ token
- 4996 | ::std::enable_if_t<!_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^
- /app/include/google/protobuf/descriptor.pb.h:5005:20: error: ‘std::enable_if_t’ has not been declared
- 5005 | ::std::enable_if_t<_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:5005:31: error: expected ‘>’ before ‘<’ token
- 5005 | ::std::enable_if_t<_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^
- /app/include/google/protobuf/descriptor.pb.h:5006:58: error: ‘template<class _proto_TypeTraits, unsigned char _field_type, bool _is_packed, <typeprefixerror><anonymous> > typename _proto_TypeTraits::Singular::ConstType google::protobuf::ServiceOptions::GetExtension(const google::protobuf::internal::ExtensionIdentifier<google::protobuf::ServiceOptions, _proto_TypeTraits, _field_type, _is_packed>&) const’ cannot be overloaded with ‘template<class _proto_TypeTraits, unsigned char _field_type, bool _is_packed, <typeprefixerror><anonymous> > typename _proto_TypeTraits::Singular::ConstType google::protobuf::ServiceOptions::GetExtension(const google::protobuf::internal::ExtensionIdentifier<google::protobuf::ServiceOptions, _proto_TypeTraits, _field_type, _is_packed>&) const’
- 5006 | inline typename _proto_TypeTraits::Singular::ConstType GetExtension(
- | ^~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:4997:58: note: previous declaration ‘template<class _proto_TypeTraits, unsigned char _field_type, bool _is_packed, <typeprefixerror><anonymous> > typename _proto_TypeTraits::Singular::ConstType google::protobuf::ServiceOptions::GetExtension(const google::protobuf::internal::ExtensionIdentifier<google::protobuf::ServiceOptions, _proto_TypeTraits, _field_type, _is_packed>&) const’
- 4997 | inline typename _proto_TypeTraits::Singular::ConstType GetExtension(
- | ^~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:5068:20: error: ‘std::enable_if_t’ has not been declared
- 5068 | ::std::enable_if_t<!_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:5068:31: error: expected ‘>’ before ‘<’ token
- 5068 | ::std::enable_if_t<!_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^
- /app/include/google/protobuf/descriptor.pb.h:5078:20: error: ‘std::enable_if_t’ has not been declared
- 5078 | ::std::enable_if_t<_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:5078:31: error: expected ‘>’ before ‘<’ token
- 5078 | ::std::enable_if_t<_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^
- /app/include/google/protobuf/descriptor.pb.h:5079:58: error: ‘template<class _proto_TypeTraits, unsigned char _field_type, bool _is_packed, <typeprefixerror><anonymous> > typename _proto_TypeTraits::Repeated::ConstType google::protobuf::ServiceOptions::GetExtension(const google::protobuf::internal::ExtensionIdentifier<google::protobuf::ServiceOptions, _proto_TypeTraits, _field_type, _is_packed>&, int) const’ cannot be overloaded with ‘template<class _proto_TypeTraits, unsigned char _field_type, bool _is_packed, <typeprefixerror><anonymous> > typename _proto_TypeTraits::Repeated::ConstType google::protobuf::ServiceOptions::GetExtension(const google::protobuf::internal::ExtensionIdentifier<google::protobuf::ServiceOptions, _proto_TypeTraits, _field_type, _is_packed>&, int) const’
- 5079 | inline typename _proto_TypeTraits::Repeated::ConstType GetExtension(
- | ^~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:5069:58: note: previous declaration ‘template<class _proto_TypeTraits, unsigned char _field_type, bool _is_packed, <typeprefixerror><anonymous> > typename _proto_TypeTraits::Repeated::ConstType google::protobuf::ServiceOptions::GetExtension(const google::protobuf::internal::ExtensionIdentifier<google::protobuf::ServiceOptions, _proto_TypeTraits, _field_type, _is_packed>&, int) const’
- 5069 | inline typename _proto_TypeTraits::Repeated::ConstType GetExtension(
- | ^~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h: In member function ‘void google::protobuf::ServiceOptions::UnsafeArenaSwap(google::protobuf::ServiceOptions*)’:
- /app/include/google/protobuf/descriptor.pb.h:4840:5: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 4840 | ABSL_DCHECK(GetArena() == other->GetArena());
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h: At global scope:
- /app/include/google/protobuf/descriptor.pb.h:5307:60: error: ‘google::protobuf::internal::GetAnyMessageName’ has not been declared
- 5307 | friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
- | ^~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:5307:79: error: ‘string_view’ declared as function returning a function
- 5307 | friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
- | ^
- /app/include/google/protobuf/descriptor.pb.h:5308:18: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 5308 | static ::absl::string_view FullMessageName() { return "google.protobuf.OneofOptions"; }
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:5322:20: error: ‘InternalNewImpl_’ function uses ‘auto’ type specifier without trailing return type
- 5322 | static constexpr auto InternalNewImpl_();
- | ^~~~
- /app/include/google/protobuf/descriptor.pb.h:5322:20: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /app/include/google/protobuf/descriptor.pb.h:5325:20: error: ‘InternalGenerateClassData_’ function uses ‘auto’ type specifier without trailing return type
- 5325 | static constexpr auto InternalGenerateClassData_();
- | ^~~~
- /app/include/google/protobuf/descriptor.pb.h:5325:20: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /app/include/google/protobuf/descriptor.pb.h:5395:20: error: ‘std::enable_if_t’ has not been declared
- 5395 | ::std::enable_if_t<!_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:5395:31: error: expected ‘>’ before ‘<’ token
- 5395 | ::std::enable_if_t<!_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^
- /app/include/google/protobuf/descriptor.pb.h:5404:20: error: ‘std::enable_if_t’ has not been declared
- 5404 | ::std::enable_if_t<_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:5404:31: error: expected ‘>’ before ‘<’ token
- 5404 | ::std::enable_if_t<_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^
- /app/include/google/protobuf/descriptor.pb.h:5405:58: error: ‘template<class _proto_TypeTraits, unsigned char _field_type, bool _is_packed, <typeprefixerror><anonymous> > typename _proto_TypeTraits::Singular::ConstType google::protobuf::OneofOptions::GetExtension(const google::protobuf::internal::ExtensionIdentifier<google::protobuf::OneofOptions, _proto_TypeTraits, _field_type, _is_packed>&) const’ cannot be overloaded with ‘template<class _proto_TypeTraits, unsigned char _field_type, bool _is_packed, <typeprefixerror><anonymous> > typename _proto_TypeTraits::Singular::ConstType google::protobuf::OneofOptions::GetExtension(const google::protobuf::internal::ExtensionIdentifier<google::protobuf::OneofOptions, _proto_TypeTraits, _field_type, _is_packed>&) const’
- 5405 | inline typename _proto_TypeTraits::Singular::ConstType GetExtension(
- | ^~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:5396:58: note: previous declaration ‘template<class _proto_TypeTraits, unsigned char _field_type, bool _is_packed, <typeprefixerror><anonymous> > typename _proto_TypeTraits::Singular::ConstType google::protobuf::OneofOptions::GetExtension(const google::protobuf::internal::ExtensionIdentifier<google::protobuf::OneofOptions, _proto_TypeTraits, _field_type, _is_packed>&) const’
- 5396 | inline typename _proto_TypeTraits::Singular::ConstType GetExtension(
- | ^~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:5467:20: error: ‘std::enable_if_t’ has not been declared
- 5467 | ::std::enable_if_t<!_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:5467:31: error: expected ‘>’ before ‘<’ token
- 5467 | ::std::enable_if_t<!_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^
- /app/include/google/protobuf/descriptor.pb.h:5477:20: error: ‘std::enable_if_t’ has not been declared
- 5477 | ::std::enable_if_t<_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:5477:31: error: expected ‘>’ before ‘<’ token
- 5477 | ::std::enable_if_t<_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^
- /app/include/google/protobuf/descriptor.pb.h:5478:58: error: ‘template<class _proto_TypeTraits, unsigned char _field_type, bool _is_packed, <typeprefixerror><anonymous> > typename _proto_TypeTraits::Repeated::ConstType google::protobuf::OneofOptions::GetExtension(const google::protobuf::internal::ExtensionIdentifier<google::protobuf::OneofOptions, _proto_TypeTraits, _field_type, _is_packed>&, int) const’ cannot be overloaded with ‘template<class _proto_TypeTraits, unsigned char _field_type, bool _is_packed, <typeprefixerror><anonymous> > typename _proto_TypeTraits::Repeated::ConstType google::protobuf::OneofOptions::GetExtension(const google::protobuf::internal::ExtensionIdentifier<google::protobuf::OneofOptions, _proto_TypeTraits, _field_type, _is_packed>&, int) const’
- 5478 | inline typename _proto_TypeTraits::Repeated::ConstType GetExtension(
- | ^~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:5468:58: note: previous declaration ‘template<class _proto_TypeTraits, unsigned char _field_type, bool _is_packed, <typeprefixerror><anonymous> > typename _proto_TypeTraits::Repeated::ConstType google::protobuf::OneofOptions::GetExtension(const google::protobuf::internal::ExtensionIdentifier<google::protobuf::OneofOptions, _proto_TypeTraits, _field_type, _is_packed>&, int) const’
- 5468 | inline typename _proto_TypeTraits::Repeated::ConstType GetExtension(
- | ^~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h: In member function ‘void google::protobuf::OneofOptions::UnsafeArenaSwap(google::protobuf::OneofOptions*)’:
- /app/include/google/protobuf/descriptor.pb.h:5251:5: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 5251 | ABSL_DCHECK(GetArena() == other->GetArena());
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h: At global scope:
- /app/include/google/protobuf/descriptor.pb.h:5705:60: error: ‘google::protobuf::internal::GetAnyMessageName’ has not been declared
- 5705 | friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
- | ^~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:5705:79: error: ‘string_view’ declared as function returning a function
- 5705 | friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
- | ^
- /app/include/google/protobuf/descriptor.pb.h:5706:18: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 5706 | static ::absl::string_view FullMessageName() { return "google.protobuf.MethodOptions"; }
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:5720:20: error: ‘InternalNewImpl_’ function uses ‘auto’ type specifier without trailing return type
- 5720 | static constexpr auto InternalNewImpl_();
- | ^~~~
- /app/include/google/protobuf/descriptor.pb.h:5720:20: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /app/include/google/protobuf/descriptor.pb.h:5723:20: error: ‘InternalGenerateClassData_’ function uses ‘auto’ type specifier without trailing return type
- 5723 | static constexpr auto InternalGenerateClassData_();
- | ^~~~
- /app/include/google/protobuf/descriptor.pb.h:5723:20: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /app/include/google/protobuf/descriptor.pb.h:5745:15: error: ‘absl::string_view’ has not been declared
- 5745 | ::absl::string_view name, IdempotencyLevel* PROTOBUF_NONNULL value) {
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:5838:20: error: ‘std::enable_if_t’ has not been declared
- 5838 | ::std::enable_if_t<!_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:5838:31: error: expected ‘>’ before ‘<’ token
- 5838 | ::std::enable_if_t<!_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^
- /app/include/google/protobuf/descriptor.pb.h:5847:20: error: ‘std::enable_if_t’ has not been declared
- 5847 | ::std::enable_if_t<_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:5847:31: error: expected ‘>’ before ‘<’ token
- 5847 | ::std::enable_if_t<_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^
- /app/include/google/protobuf/descriptor.pb.h:5848:58: error: ‘template<class _proto_TypeTraits, unsigned char _field_type, bool _is_packed, <typeprefixerror><anonymous> > typename _proto_TypeTraits::Singular::ConstType google::protobuf::MethodOptions::GetExtension(const google::protobuf::internal::ExtensionIdentifier<google::protobuf::MethodOptions, _proto_TypeTraits, _field_type, _is_packed>&) const’ cannot be overloaded with ‘template<class _proto_TypeTraits, unsigned char _field_type, bool _is_packed, <typeprefixerror><anonymous> > typename _proto_TypeTraits::Singular::ConstType google::protobuf::MethodOptions::GetExtension(const google::protobuf::internal::ExtensionIdentifier<google::protobuf::MethodOptions, _proto_TypeTraits, _field_type, _is_packed>&) const’
- 5848 | inline typename _proto_TypeTraits::Singular::ConstType GetExtension(
- | ^~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:5839:58: note: previous declaration ‘template<class _proto_TypeTraits, unsigned char _field_type, bool _is_packed, <typeprefixerror><anonymous> > typename _proto_TypeTraits::Singular::ConstType google::protobuf::MethodOptions::GetExtension(const google::protobuf::internal::ExtensionIdentifier<google::protobuf::MethodOptions, _proto_TypeTraits, _field_type, _is_packed>&) const’
- 5839 | inline typename _proto_TypeTraits::Singular::ConstType GetExtension(
- | ^~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:5910:20: error: ‘std::enable_if_t’ has not been declared
- 5910 | ::std::enable_if_t<!_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:5910:31: error: expected ‘>’ before ‘<’ token
- 5910 | ::std::enable_if_t<!_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^
- /app/include/google/protobuf/descriptor.pb.h:5920:20: error: ‘std::enable_if_t’ has not been declared
- 5920 | ::std::enable_if_t<_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:5920:31: error: expected ‘>’ before ‘<’ token
- 5920 | ::std::enable_if_t<_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^
- /app/include/google/protobuf/descriptor.pb.h:5921:58: error: ‘template<class _proto_TypeTraits, unsigned char _field_type, bool _is_packed, <typeprefixerror><anonymous> > typename _proto_TypeTraits::Repeated::ConstType google::protobuf::MethodOptions::GetExtension(const google::protobuf::internal::ExtensionIdentifier<google::protobuf::MethodOptions, _proto_TypeTraits, _field_type, _is_packed>&, int) const’ cannot be overloaded with ‘template<class _proto_TypeTraits, unsigned char _field_type, bool _is_packed, <typeprefixerror><anonymous> > typename _proto_TypeTraits::Repeated::ConstType google::protobuf::MethodOptions::GetExtension(const google::protobuf::internal::ExtensionIdentifier<google::protobuf::MethodOptions, _proto_TypeTraits, _field_type, _is_packed>&, int) const’
- 5921 | inline typename _proto_TypeTraits::Repeated::ConstType GetExtension(
- | ^~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:5911:58: note: previous declaration ‘template<class _proto_TypeTraits, unsigned char _field_type, bool _is_packed, <typeprefixerror><anonymous> > typename _proto_TypeTraits::Repeated::ConstType google::protobuf::MethodOptions::GetExtension(const google::protobuf::internal::ExtensionIdentifier<google::protobuf::MethodOptions, _proto_TypeTraits, _field_type, _is_packed>&, int) const’
- 5911 | inline typename _proto_TypeTraits::Repeated::ConstType GetExtension(
- | ^~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h: In member function ‘void google::protobuf::MethodOptions::UnsafeArenaSwap(google::protobuf::MethodOptions*)’:
- /app/include/google/protobuf/descriptor.pb.h:5649:5: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 5649 | ABSL_DCHECK(GetArena() == other->GetArena());
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h: In static member function ‘static bool google::protobuf::MethodOptions::IdempotencyLevel_Parse(int, IdempotencyLevel*)’:
- /app/include/google/protobuf/descriptor.pb.h:5746:48: error: ‘google::protobuf::MethodOptions_IdempotencyLevel_Parse’ cannot be used as a function
- 5746 | return MethodOptions_IdempotencyLevel_Parse(name, value);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h: At global scope:
- /app/include/google/protobuf/descriptor.pb.h:6150:60: error: ‘google::protobuf::internal::GetAnyMessageName’ has not been declared
- 6150 | friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
- | ^~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:6150:79: error: ‘string_view’ declared as function returning a function
- 6150 | friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
- | ^
- /app/include/google/protobuf/descriptor.pb.h:6151:18: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 6151 | static ::absl::string_view FullMessageName() { return "google.protobuf.MessageOptions"; }
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:6165:20: error: ‘InternalNewImpl_’ function uses ‘auto’ type specifier without trailing return type
- 6165 | static constexpr auto InternalNewImpl_();
- | ^~~~
- /app/include/google/protobuf/descriptor.pb.h:6165:20: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /app/include/google/protobuf/descriptor.pb.h:6168:20: error: ‘InternalGenerateClassData_’ function uses ‘auto’ type specifier without trailing return type
- 6168 | static constexpr auto InternalGenerateClassData_();
- | ^~~~
- /app/include/google/protobuf/descriptor.pb.h:6168:20: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /app/include/google/protobuf/descriptor.pb.h:6298:20: error: ‘std::enable_if_t’ has not been declared
- 6298 | ::std::enable_if_t<!_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:6298:31: error: expected ‘>’ before ‘<’ token
- 6298 | ::std::enable_if_t<!_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^
- /app/include/google/protobuf/descriptor.pb.h:6307:20: error: ‘std::enable_if_t’ has not been declared
- 6307 | ::std::enable_if_t<_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:6307:31: error: expected ‘>’ before ‘<’ token
- 6307 | ::std::enable_if_t<_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^
- /app/include/google/protobuf/descriptor.pb.h:6308:58: error: ‘template<class _proto_TypeTraits, unsigned char _field_type, bool _is_packed, <typeprefixerror><anonymous> > typename _proto_TypeTraits::Singular::ConstType google::protobuf::MessageOptions::GetExtension(const google::protobuf::internal::ExtensionIdentifier<google::protobuf::MessageOptions, _proto_TypeTraits, _field_type, _is_packed>&) const’ cannot be overloaded with ‘template<class _proto_TypeTraits, unsigned char _field_type, bool _is_packed, <typeprefixerror><anonymous> > typename _proto_TypeTraits::Singular::ConstType google::protobuf::MessageOptions::GetExtension(const google::protobuf::internal::ExtensionIdentifier<google::protobuf::MessageOptions, _proto_TypeTraits, _field_type, _is_packed>&) const’
- 6308 | inline typename _proto_TypeTraits::Singular::ConstType GetExtension(
- | ^~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:6299:58: note: previous declaration ‘template<class _proto_TypeTraits, unsigned char _field_type, bool _is_packed, <typeprefixerror><anonymous> > typename _proto_TypeTraits::Singular::ConstType google::protobuf::MessageOptions::GetExtension(const google::protobuf::internal::ExtensionIdentifier<google::protobuf::MessageOptions, _proto_TypeTraits, _field_type, _is_packed>&) const’
- 6299 | inline typename _proto_TypeTraits::Singular::ConstType GetExtension(
- | ^~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:6370:20: error: ‘std::enable_if_t’ has not been declared
- 6370 | ::std::enable_if_t<!_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:6370:31: error: expected ‘>’ before ‘<’ token
- 6370 | ::std::enable_if_t<!_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^
- /app/include/google/protobuf/descriptor.pb.h:6380:20: error: ‘std::enable_if_t’ has not been declared
- 6380 | ::std::enable_if_t<_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:6380:31: error: expected ‘>’ before ‘<’ token
- 6380 | ::std::enable_if_t<_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^
- /app/include/google/protobuf/descriptor.pb.h:6381:58: error: ‘template<class _proto_TypeTraits, unsigned char _field_type, bool _is_packed, <typeprefixerror><anonymous> > typename _proto_TypeTraits::Repeated::ConstType google::protobuf::MessageOptions::GetExtension(const google::protobuf::internal::ExtensionIdentifier<google::protobuf::MessageOptions, _proto_TypeTraits, _field_type, _is_packed>&, int) const’ cannot be overloaded with ‘template<class _proto_TypeTraits, unsigned char _field_type, bool _is_packed, <typeprefixerror><anonymous> > typename _proto_TypeTraits::Repeated::ConstType google::protobuf::MessageOptions::GetExtension(const google::protobuf::internal::ExtensionIdentifier<google::protobuf::MessageOptions, _proto_TypeTraits, _field_type, _is_packed>&, int) const’
- 6381 | inline typename _proto_TypeTraits::Repeated::ConstType GetExtension(
- | ^~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:6371:58: note: previous declaration ‘template<class _proto_TypeTraits, unsigned char _field_type, bool _is_packed, <typeprefixerror><anonymous> > typename _proto_TypeTraits::Repeated::ConstType google::protobuf::MessageOptions::GetExtension(const google::protobuf::internal::ExtensionIdentifier<google::protobuf::MessageOptions, _proto_TypeTraits, _field_type, _is_packed>&, int) const’
- 6371 | inline typename _proto_TypeTraits::Repeated::ConstType GetExtension(
- | ^~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h: In member function ‘void google::protobuf::MessageOptions::UnsafeArenaSwap(google::protobuf::MessageOptions*)’:
- /app/include/google/protobuf/descriptor.pb.h:6094:5: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 6094 | ABSL_DCHECK(GetArena() == other->GetArena());
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h: At global scope:
- /app/include/google/protobuf/descriptor.pb.h:6613:60: error: ‘google::protobuf::internal::GetAnyMessageName’ has not been declared
- 6613 | friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
- | ^~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:6613:79: error: ‘string_view’ declared as function returning a function
- 6613 | friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
- | ^
- /app/include/google/protobuf/descriptor.pb.h:6614:18: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 6614 | static ::absl::string_view FullMessageName() { return "google.protobuf.FileOptions"; }
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:6628:20: error: ‘InternalNewImpl_’ function uses ‘auto’ type specifier without trailing return type
- 6628 | static constexpr auto InternalNewImpl_();
- | ^~~~
- /app/include/google/protobuf/descriptor.pb.h:6628:20: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /app/include/google/protobuf/descriptor.pb.h:6631:20: error: ‘InternalGenerateClassData_’ function uses ‘auto’ type specifier without trailing return type
- 6631 | static constexpr auto InternalGenerateClassData_();
- | ^~~~
- /app/include/google/protobuf/descriptor.pb.h:6631:20: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /app/include/google/protobuf/descriptor.pb.h:6653:15: error: ‘absl::string_view’ has not been declared
- 6653 | ::absl::string_view name, OptimizeMode* PROTOBUF_NONNULL value) {
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:7000:20: error: ‘std::enable_if_t’ has not been declared
- 7000 | ::std::enable_if_t<!_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:7000:31: error: expected ‘>’ before ‘<’ token
- 7000 | ::std::enable_if_t<!_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^
- /app/include/google/protobuf/descriptor.pb.h:7009:20: error: ‘std::enable_if_t’ has not been declared
- 7009 | ::std::enable_if_t<_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:7009:31: error: expected ‘>’ before ‘<’ token
- 7009 | ::std::enable_if_t<_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^
- /app/include/google/protobuf/descriptor.pb.h:7010:58: error: ‘template<class _proto_TypeTraits, unsigned char _field_type, bool _is_packed, <typeprefixerror><anonymous> > typename _proto_TypeTraits::Singular::ConstType google::protobuf::FileOptions::GetExtension(const google::protobuf::internal::ExtensionIdentifier<google::protobuf::FileOptions, _proto_TypeTraits, _field_type, _is_packed>&) const’ cannot be overloaded with ‘template<class _proto_TypeTraits, unsigned char _field_type, bool _is_packed, <typeprefixerror><anonymous> > typename _proto_TypeTraits::Singular::ConstType google::protobuf::FileOptions::GetExtension(const google::protobuf::internal::ExtensionIdentifier<google::protobuf::FileOptions, _proto_TypeTraits, _field_type, _is_packed>&) const’
- 7010 | inline typename _proto_TypeTraits::Singular::ConstType GetExtension(
- | ^~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:7001:58: note: previous declaration ‘template<class _proto_TypeTraits, unsigned char _field_type, bool _is_packed, <typeprefixerror><anonymous> > typename _proto_TypeTraits::Singular::ConstType google::protobuf::FileOptions::GetExtension(const google::protobuf::internal::ExtensionIdentifier<google::protobuf::FileOptions, _proto_TypeTraits, _field_type, _is_packed>&) const’
- 7001 | inline typename _proto_TypeTraits::Singular::ConstType GetExtension(
- | ^~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:7072:20: error: ‘std::enable_if_t’ has not been declared
- 7072 | ::std::enable_if_t<!_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:7072:31: error: expected ‘>’ before ‘<’ token
- 7072 | ::std::enable_if_t<!_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^
- /app/include/google/protobuf/descriptor.pb.h:7082:20: error: ‘std::enable_if_t’ has not been declared
- 7082 | ::std::enable_if_t<_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:7082:31: error: expected ‘>’ before ‘<’ token
- 7082 | ::std::enable_if_t<_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^
- /app/include/google/protobuf/descriptor.pb.h:7083:58: error: ‘template<class _proto_TypeTraits, unsigned char _field_type, bool _is_packed, <typeprefixerror><anonymous> > typename _proto_TypeTraits::Repeated::ConstType google::protobuf::FileOptions::GetExtension(const google::protobuf::internal::ExtensionIdentifier<google::protobuf::FileOptions, _proto_TypeTraits, _field_type, _is_packed>&, int) const’ cannot be overloaded with ‘template<class _proto_TypeTraits, unsigned char _field_type, bool _is_packed, <typeprefixerror><anonymous> > typename _proto_TypeTraits::Repeated::ConstType google::protobuf::FileOptions::GetExtension(const google::protobuf::internal::ExtensionIdentifier<google::protobuf::FileOptions, _proto_TypeTraits, _field_type, _is_packed>&, int) const’
- 7083 | inline typename _proto_TypeTraits::Repeated::ConstType GetExtension(
- | ^~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:7073:58: note: previous declaration ‘template<class _proto_TypeTraits, unsigned char _field_type, bool _is_packed, <typeprefixerror><anonymous> > typename _proto_TypeTraits::Repeated::ConstType google::protobuf::FileOptions::GetExtension(const google::protobuf::internal::ExtensionIdentifier<google::protobuf::FileOptions, _proto_TypeTraits, _field_type, _is_packed>&, int) const’
- 7073 | inline typename _proto_TypeTraits::Repeated::ConstType GetExtension(
- | ^~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h: In member function ‘void google::protobuf::FileOptions::UnsafeArenaSwap(google::protobuf::FileOptions*)’:
- /app/include/google/protobuf/descriptor.pb.h:6557:5: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 6557 | ABSL_DCHECK(GetArena() == other->GetArena());
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h: In static member function ‘static bool google::protobuf::FileOptions::OptimizeMode_Parse(int, OptimizeMode*)’:
- /app/include/google/protobuf/descriptor.pb.h:6654:42: error: ‘google::protobuf::FileOptions_OptimizeMode_Parse’ cannot be used as a function
- 6654 | return FileOptions_OptimizeMode_Parse(name, value);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h: At global scope:
- /app/include/google/protobuf/descriptor.pb.h:7329:60: error: ‘google::protobuf::internal::GetAnyMessageName’ has not been declared
- 7329 | friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
- | ^~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:7329:79: error: ‘string_view’ declared as function returning a function
- 7329 | friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
- | ^
- /app/include/google/protobuf/descriptor.pb.h:7330:18: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 7330 | static ::absl::string_view FullMessageName() { return "google.protobuf.FieldOptions"; }
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:7344:20: error: ‘InternalNewImpl_’ function uses ‘auto’ type specifier without trailing return type
- 7344 | static constexpr auto InternalNewImpl_();
- | ^~~~
- /app/include/google/protobuf/descriptor.pb.h:7344:20: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /app/include/google/protobuf/descriptor.pb.h:7347:20: error: ‘InternalGenerateClassData_’ function uses ‘auto’ type specifier without trailing return type
- 7347 | static constexpr auto InternalGenerateClassData_();
- | ^~~~
- /app/include/google/protobuf/descriptor.pb.h:7347:20: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /app/include/google/protobuf/descriptor.pb.h:7371:15: error: ‘absl::string_view’ has not been declared
- 7371 | ::absl::string_view name, CType* PROTOBUF_NONNULL value) {
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:7392:15: error: ‘absl::string_view’ has not been declared
- 7392 | ::absl::string_view name, JSType* PROTOBUF_NONNULL value) {
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:7413:15: error: ‘absl::string_view’ has not been declared
- 7413 | ::absl::string_view name, OptionRetention* PROTOBUF_NONNULL value) {
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:7441:15: error: ‘absl::string_view’ has not been declared
- 7441 | ::absl::string_view name, OptionTargetType* PROTOBUF_NONNULL value) {
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:7672:20: error: ‘std::enable_if_t’ has not been declared
- 7672 | ::std::enable_if_t<!_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:7672:31: error: expected ‘>’ before ‘<’ token
- 7672 | ::std::enable_if_t<!_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^
- /app/include/google/protobuf/descriptor.pb.h:7681:20: error: ‘std::enable_if_t’ has not been declared
- 7681 | ::std::enable_if_t<_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:7681:31: error: expected ‘>’ before ‘<’ token
- 7681 | ::std::enable_if_t<_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^
- /app/include/google/protobuf/descriptor.pb.h:7682:58: error: ‘template<class _proto_TypeTraits, unsigned char _field_type, bool _is_packed, <typeprefixerror><anonymous> > typename _proto_TypeTraits::Singular::ConstType google::protobuf::FieldOptions::GetExtension(const google::protobuf::internal::ExtensionIdentifier<google::protobuf::FieldOptions, _proto_TypeTraits, _field_type, _is_packed>&) const’ cannot be overloaded with ‘template<class _proto_TypeTraits, unsigned char _field_type, bool _is_packed, <typeprefixerror><anonymous> > typename _proto_TypeTraits::Singular::ConstType google::protobuf::FieldOptions::GetExtension(const google::protobuf::internal::ExtensionIdentifier<google::protobuf::FieldOptions, _proto_TypeTraits, _field_type, _is_packed>&) const’
- 7682 | inline typename _proto_TypeTraits::Singular::ConstType GetExtension(
- | ^~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:7673:58: note: previous declaration ‘template<class _proto_TypeTraits, unsigned char _field_type, bool _is_packed, <typeprefixerror><anonymous> > typename _proto_TypeTraits::Singular::ConstType google::protobuf::FieldOptions::GetExtension(const google::protobuf::internal::ExtensionIdentifier<google::protobuf::FieldOptions, _proto_TypeTraits, _field_type, _is_packed>&) const’
- 7673 | inline typename _proto_TypeTraits::Singular::ConstType GetExtension(
- | ^~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:7744:20: error: ‘std::enable_if_t’ has not been declared
- 7744 | ::std::enable_if_t<!_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:7744:31: error: expected ‘>’ before ‘<’ token
- 7744 | ::std::enable_if_t<!_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^
- /app/include/google/protobuf/descriptor.pb.h:7754:20: error: ‘std::enable_if_t’ has not been declared
- 7754 | ::std::enable_if_t<_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:7754:31: error: expected ‘>’ before ‘<’ token
- 7754 | ::std::enable_if_t<_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^
- /app/include/google/protobuf/descriptor.pb.h:7755:58: error: ‘template<class _proto_TypeTraits, unsigned char _field_type, bool _is_packed, <typeprefixerror><anonymous> > typename _proto_TypeTraits::Repeated::ConstType google::protobuf::FieldOptions::GetExtension(const google::protobuf::internal::ExtensionIdentifier<google::protobuf::FieldOptions, _proto_TypeTraits, _field_type, _is_packed>&, int) const’ cannot be overloaded with ‘template<class _proto_TypeTraits, unsigned char _field_type, bool _is_packed, <typeprefixerror><anonymous> > typename _proto_TypeTraits::Repeated::ConstType google::protobuf::FieldOptions::GetExtension(const google::protobuf::internal::ExtensionIdentifier<google::protobuf::FieldOptions, _proto_TypeTraits, _field_type, _is_packed>&, int) const’
- 7755 | inline typename _proto_TypeTraits::Repeated::ConstType GetExtension(
- | ^~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:7745:58: note: previous declaration ‘template<class _proto_TypeTraits, unsigned char _field_type, bool _is_packed, <typeprefixerror><anonymous> > typename _proto_TypeTraits::Repeated::ConstType google::protobuf::FieldOptions::GetExtension(const google::protobuf::internal::ExtensionIdentifier<google::protobuf::FieldOptions, _proto_TypeTraits, _field_type, _is_packed>&, int) const’
- 7745 | inline typename _proto_TypeTraits::Repeated::ConstType GetExtension(
- | ^~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h: In member function ‘void google::protobuf::FieldOptions::UnsafeArenaSwap(google::protobuf::FieldOptions*)’:
- /app/include/google/protobuf/descriptor.pb.h:7273:5: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 7273 | ABSL_DCHECK(GetArena() == other->GetArena());
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h: In static member function ‘static bool google::protobuf::FieldOptions::CType_Parse(int, CType*)’:
- /app/include/google/protobuf/descriptor.pb.h:7372:36: error: ‘google::protobuf::FieldOptions_CType_Parse’ cannot be used as a function
- 7372 | return FieldOptions_CType_Parse(name, value);
- | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h: In static member function ‘static bool google::protobuf::FieldOptions::JSType_Parse(int, JSType*)’:
- /app/include/google/protobuf/descriptor.pb.h:7393:37: error: ‘google::protobuf::FieldOptions_JSType_Parse’ cannot be used as a function
- 7393 | return FieldOptions_JSType_Parse(name, value);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h: In static member function ‘static bool google::protobuf::FieldOptions::OptionRetention_Parse(int, OptionRetention*)’:
- /app/include/google/protobuf/descriptor.pb.h:7414:46: error: ‘google::protobuf::FieldOptions_OptionRetention_Parse’ cannot be used as a function
- 7414 | return FieldOptions_OptionRetention_Parse(name, value);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h: In static member function ‘static bool google::protobuf::FieldOptions::OptionTargetType_Parse(int, OptionTargetType*)’:
- /app/include/google/protobuf/descriptor.pb.h:7442:47: error: ‘google::protobuf::FieldOptions_OptionTargetType_Parse’ cannot be used as a function
- 7442 | return FieldOptions_OptionTargetType_Parse(name, value);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h: At global scope:
- /app/include/google/protobuf/descriptor.pb.h:7994:60: error: ‘google::protobuf::internal::GetAnyMessageName’ has not been declared
- 7994 | friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
- | ^~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:7994:79: error: ‘string_view’ declared as function returning a function
- 7994 | friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
- | ^
- /app/include/google/protobuf/descriptor.pb.h:7995:18: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 7995 | static ::absl::string_view FullMessageName() { return "google.protobuf.FeatureSetDefaults"; }
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:8009:20: error: ‘InternalNewImpl_’ function uses ‘auto’ type specifier without trailing return type
- 8009 | static constexpr auto InternalNewImpl_();
- | ^~~~
- /app/include/google/protobuf/descriptor.pb.h:8009:20: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /app/include/google/protobuf/descriptor.pb.h:8012:20: error: ‘InternalGenerateClassData_’ function uses ‘auto’ type specifier without trailing return type
- 8012 | static constexpr auto InternalGenerateClassData_();
- | ^~~~
- /app/include/google/protobuf/descriptor.pb.h:8012:20: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /app/include/google/protobuf/descriptor.pb.h: In member function ‘void google::protobuf::FeatureSetDefaults::UnsafeArenaSwap(google::protobuf::FeatureSetDefaults*)’:
- /app/include/google/protobuf/descriptor.pb.h:7938:5: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 7938 | ABSL_DCHECK(GetArena() == other->GetArena());
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h: At global scope:
- /app/include/google/protobuf/descriptor.pb.h:8224:60: error: ‘google::protobuf::internal::GetAnyMessageName’ has not been declared
- 8224 | friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
- | ^~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:8224:79: error: ‘string_view’ declared as function returning a function
- 8224 | friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
- | ^
- /app/include/google/protobuf/descriptor.pb.h:8225:18: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 8225 | static ::absl::string_view FullMessageName() { return "google.protobuf.ExtensionRangeOptions"; }
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:8239:20: error: ‘InternalNewImpl_’ function uses ‘auto’ type specifier without trailing return type
- 8239 | static constexpr auto InternalNewImpl_();
- | ^~~~
- /app/include/google/protobuf/descriptor.pb.h:8239:20: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /app/include/google/protobuf/descriptor.pb.h:8242:20: error: ‘InternalGenerateClassData_’ function uses ‘auto’ type specifier without trailing return type
- 8242 | static constexpr auto InternalGenerateClassData_();
- | ^~~~
- /app/include/google/protobuf/descriptor.pb.h:8242:20: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /app/include/google/protobuf/descriptor.pb.h:8264:15: error: ‘absl::string_view’ has not been declared
- 8264 | ::absl::string_view name, VerificationState* PROTOBUF_NONNULL value) {
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:8363:20: error: ‘std::enable_if_t’ has not been declared
- 8363 | ::std::enable_if_t<!_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:8363:31: error: expected ‘>’ before ‘<’ token
- 8363 | ::std::enable_if_t<!_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^
- /app/include/google/protobuf/descriptor.pb.h:8372:20: error: ‘std::enable_if_t’ has not been declared
- 8372 | ::std::enable_if_t<_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:8372:31: error: expected ‘>’ before ‘<’ token
- 8372 | ::std::enable_if_t<_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^
- /app/include/google/protobuf/descriptor.pb.h:8373:58: error: ‘template<class _proto_TypeTraits, unsigned char _field_type, bool _is_packed, <typeprefixerror><anonymous> > typename _proto_TypeTraits::Singular::ConstType google::protobuf::ExtensionRangeOptions::GetExtension(const google::protobuf::internal::ExtensionIdentifier<google::protobuf::ExtensionRangeOptions, _proto_TypeTraits, _field_type, _is_packed>&) const’ cannot be overloaded with ‘template<class _proto_TypeTraits, unsigned char _field_type, bool _is_packed, <typeprefixerror><anonymous> > typename _proto_TypeTraits::Singular::ConstType google::protobuf::ExtensionRangeOptions::GetExtension(const google::protobuf::internal::ExtensionIdentifier<google::protobuf::ExtensionRangeOptions, _proto_TypeTraits, _field_type, _is_packed>&) const’
- 8373 | inline typename _proto_TypeTraits::Singular::ConstType GetExtension(
- | ^~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:8364:58: note: previous declaration ‘template<class _proto_TypeTraits, unsigned char _field_type, bool _is_packed, <typeprefixerror><anonymous> > typename _proto_TypeTraits::Singular::ConstType google::protobuf::ExtensionRangeOptions::GetExtension(const google::protobuf::internal::ExtensionIdentifier<google::protobuf::ExtensionRangeOptions, _proto_TypeTraits, _field_type, _is_packed>&) const’
- 8364 | inline typename _proto_TypeTraits::Singular::ConstType GetExtension(
- | ^~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:8435:20: error: ‘std::enable_if_t’ has not been declared
- 8435 | ::std::enable_if_t<!_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:8435:31: error: expected ‘>’ before ‘<’ token
- 8435 | ::std::enable_if_t<!_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^
- /app/include/google/protobuf/descriptor.pb.h:8445:20: error: ‘std::enable_if_t’ has not been declared
- 8445 | ::std::enable_if_t<_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:8445:31: error: expected ‘>’ before ‘<’ token
- 8445 | ::std::enable_if_t<_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^
- /app/include/google/protobuf/descriptor.pb.h:8446:58: error: ‘template<class _proto_TypeTraits, unsigned char _field_type, bool _is_packed, <typeprefixerror><anonymous> > typename _proto_TypeTraits::Repeated::ConstType google::protobuf::ExtensionRangeOptions::GetExtension(const google::protobuf::internal::ExtensionIdentifier<google::protobuf::ExtensionRangeOptions, _proto_TypeTraits, _field_type, _is_packed>&, int) const’ cannot be overloaded with ‘template<class _proto_TypeTraits, unsigned char _field_type, bool _is_packed, <typeprefixerror><anonymous> > typename _proto_TypeTraits::Repeated::ConstType google::protobuf::ExtensionRangeOptions::GetExtension(const google::protobuf::internal::ExtensionIdentifier<google::protobuf::ExtensionRangeOptions, _proto_TypeTraits, _field_type, _is_packed>&, int) const’
- 8446 | inline typename _proto_TypeTraits::Repeated::ConstType GetExtension(
- | ^~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:8436:58: note: previous declaration ‘template<class _proto_TypeTraits, unsigned char _field_type, bool _is_packed, <typeprefixerror><anonymous> > typename _proto_TypeTraits::Repeated::ConstType google::protobuf::ExtensionRangeOptions::GetExtension(const google::protobuf::internal::ExtensionIdentifier<google::protobuf::ExtensionRangeOptions, _proto_TypeTraits, _field_type, _is_packed>&, int) const’
- 8436 | inline typename _proto_TypeTraits::Repeated::ConstType GetExtension(
- | ^~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h: In member function ‘void google::protobuf::ExtensionRangeOptions::UnsafeArenaSwap(google::protobuf::ExtensionRangeOptions*)’:
- /app/include/google/protobuf/descriptor.pb.h:8168:5: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 8168 | ABSL_DCHECK(GetArena() == other->GetArena());
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h: In static member function ‘static bool google::protobuf::ExtensionRangeOptions::VerificationState_Parse(int, VerificationState*)’:
- /app/include/google/protobuf/descriptor.pb.h:8265:57: error: ‘google::protobuf::ExtensionRangeOptions_VerificationState_Parse’ cannot be used as a function
- 8265 | return ExtensionRangeOptions_VerificationState_Parse(name, value);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h: At global scope:
- /app/include/google/protobuf/descriptor.pb.h:8675:60: error: ‘google::protobuf::internal::GetAnyMessageName’ has not been declared
- 8675 | friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
- | ^~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:8675:79: error: ‘string_view’ declared as function returning a function
- 8675 | friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
- | ^
- /app/include/google/protobuf/descriptor.pb.h:8676:18: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 8676 | static ::absl::string_view FullMessageName() { return "google.protobuf.EnumValueOptions"; }
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:8690:20: error: ‘InternalNewImpl_’ function uses ‘auto’ type specifier without trailing return type
- 8690 | static constexpr auto InternalNewImpl_();
- | ^~~~
- /app/include/google/protobuf/descriptor.pb.h:8690:20: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /app/include/google/protobuf/descriptor.pb.h:8693:20: error: ‘InternalGenerateClassData_’ function uses ‘auto’ type specifier without trailing return type
- 8693 | static constexpr auto InternalGenerateClassData_();
- | ^~~~
- /app/include/google/protobuf/descriptor.pb.h:8693:20: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /app/include/google/protobuf/descriptor.pb.h:8803:20: error: ‘std::enable_if_t’ has not been declared
- 8803 | ::std::enable_if_t<!_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:8803:31: error: expected ‘>’ before ‘<’ token
- 8803 | ::std::enable_if_t<!_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^
- /app/include/google/protobuf/descriptor.pb.h:8812:20: error: ‘std::enable_if_t’ has not been declared
- 8812 | ::std::enable_if_t<_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:8812:31: error: expected ‘>’ before ‘<’ token
- 8812 | ::std::enable_if_t<_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^
- /app/include/google/protobuf/descriptor.pb.h:8813:58: error: ‘template<class _proto_TypeTraits, unsigned char _field_type, bool _is_packed, <typeprefixerror><anonymous> > typename _proto_TypeTraits::Singular::ConstType google::protobuf::EnumValueOptions::GetExtension(const google::protobuf::internal::ExtensionIdentifier<google::protobuf::EnumValueOptions, _proto_TypeTraits, _field_type, _is_packed>&) const’ cannot be overloaded with ‘template<class _proto_TypeTraits, unsigned char _field_type, bool _is_packed, <typeprefixerror><anonymous> > typename _proto_TypeTraits::Singular::ConstType google::protobuf::EnumValueOptions::GetExtension(const google::protobuf::internal::ExtensionIdentifier<google::protobuf::EnumValueOptions, _proto_TypeTraits, _field_type, _is_packed>&) const’
- 8813 | inline typename _proto_TypeTraits::Singular::ConstType GetExtension(
- | ^~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:8804:58: note: previous declaration ‘template<class _proto_TypeTraits, unsigned char _field_type, bool _is_packed, <typeprefixerror><anonymous> > typename _proto_TypeTraits::Singular::ConstType google::protobuf::EnumValueOptions::GetExtension(const google::protobuf::internal::ExtensionIdentifier<google::protobuf::EnumValueOptions, _proto_TypeTraits, _field_type, _is_packed>&) const’
- 8804 | inline typename _proto_TypeTraits::Singular::ConstType GetExtension(
- | ^~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:8875:20: error: ‘std::enable_if_t’ has not been declared
- 8875 | ::std::enable_if_t<!_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:8875:31: error: expected ‘>’ before ‘<’ token
- 8875 | ::std::enable_if_t<!_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^
- /app/include/google/protobuf/descriptor.pb.h:8885:20: error: ‘std::enable_if_t’ has not been declared
- 8885 | ::std::enable_if_t<_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:8885:31: error: expected ‘>’ before ‘<’ token
- 8885 | ::std::enable_if_t<_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^
- /app/include/google/protobuf/descriptor.pb.h:8886:58: error: ‘template<class _proto_TypeTraits, unsigned char _field_type, bool _is_packed, <typeprefixerror><anonymous> > typename _proto_TypeTraits::Repeated::ConstType google::protobuf::EnumValueOptions::GetExtension(const google::protobuf::internal::ExtensionIdentifier<google::protobuf::EnumValueOptions, _proto_TypeTraits, _field_type, _is_packed>&, int) const’ cannot be overloaded with ‘template<class _proto_TypeTraits, unsigned char _field_type, bool _is_packed, <typeprefixerror><anonymous> > typename _proto_TypeTraits::Repeated::ConstType google::protobuf::EnumValueOptions::GetExtension(const google::protobuf::internal::ExtensionIdentifier<google::protobuf::EnumValueOptions, _proto_TypeTraits, _field_type, _is_packed>&, int) const’
- 8886 | inline typename _proto_TypeTraits::Repeated::ConstType GetExtension(
- | ^~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:8876:58: note: previous declaration ‘template<class _proto_TypeTraits, unsigned char _field_type, bool _is_packed, <typeprefixerror><anonymous> > typename _proto_TypeTraits::Repeated::ConstType google::protobuf::EnumValueOptions::GetExtension(const google::protobuf::internal::ExtensionIdentifier<google::protobuf::EnumValueOptions, _proto_TypeTraits, _field_type, _is_packed>&, int) const’
- 8876 | inline typename _proto_TypeTraits::Repeated::ConstType GetExtension(
- | ^~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h: In member function ‘void google::protobuf::EnumValueOptions::UnsafeArenaSwap(google::protobuf::EnumValueOptions*)’:
- /app/include/google/protobuf/descriptor.pb.h:8619:5: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 8619 | ABSL_DCHECK(GetArena() == other->GetArena());
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h: At global scope:
- /app/include/google/protobuf/descriptor.pb.h:9116:60: error: ‘google::protobuf::internal::GetAnyMessageName’ has not been declared
- 9116 | friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
- | ^~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:9116:79: error: ‘string_view’ declared as function returning a function
- 9116 | friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
- | ^
- /app/include/google/protobuf/descriptor.pb.h:9117:18: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 9117 | static ::absl::string_view FullMessageName() { return "google.protobuf.EnumOptions"; }
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:9131:20: error: ‘InternalNewImpl_’ function uses ‘auto’ type specifier without trailing return type
- 9131 | static constexpr auto InternalNewImpl_();
- | ^~~~
- /app/include/google/protobuf/descriptor.pb.h:9131:20: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /app/include/google/protobuf/descriptor.pb.h:9134:20: error: ‘InternalGenerateClassData_’ function uses ‘auto’ type specifier without trailing return type
- 9134 | static constexpr auto InternalGenerateClassData_();
- | ^~~~
- /app/include/google/protobuf/descriptor.pb.h:9134:20: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /app/include/google/protobuf/descriptor.pb.h:9240:20: error: ‘std::enable_if_t’ has not been declared
- 9240 | ::std::enable_if_t<!_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:9240:31: error: expected ‘>’ before ‘<’ token
- 9240 | ::std::enable_if_t<!_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^
- /app/include/google/protobuf/descriptor.pb.h:9249:20: error: ‘std::enable_if_t’ has not been declared
- 9249 | ::std::enable_if_t<_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:9249:31: error: expected ‘>’ before ‘<’ token
- 9249 | ::std::enable_if_t<_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^
- /app/include/google/protobuf/descriptor.pb.h:9250:58: error: ‘template<class _proto_TypeTraits, unsigned char _field_type, bool _is_packed, <typeprefixerror><anonymous> > typename _proto_TypeTraits::Singular::ConstType google::protobuf::EnumOptions::GetExtension(const google::protobuf::internal::ExtensionIdentifier<google::protobuf::EnumOptions, _proto_TypeTraits, _field_type, _is_packed>&) const’ cannot be overloaded with ‘template<class _proto_TypeTraits, unsigned char _field_type, bool _is_packed, <typeprefixerror><anonymous> > typename _proto_TypeTraits::Singular::ConstType google::protobuf::EnumOptions::GetExtension(const google::protobuf::internal::ExtensionIdentifier<google::protobuf::EnumOptions, _proto_TypeTraits, _field_type, _is_packed>&) const’
- 9250 | inline typename _proto_TypeTraits::Singular::ConstType GetExtension(
- | ^~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:9241:58: note: previous declaration ‘template<class _proto_TypeTraits, unsigned char _field_type, bool _is_packed, <typeprefixerror><anonymous> > typename _proto_TypeTraits::Singular::ConstType google::protobuf::EnumOptions::GetExtension(const google::protobuf::internal::ExtensionIdentifier<google::protobuf::EnumOptions, _proto_TypeTraits, _field_type, _is_packed>&) const’
- 9241 | inline typename _proto_TypeTraits::Singular::ConstType GetExtension(
- | ^~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:9312:20: error: ‘std::enable_if_t’ has not been declared
- 9312 | ::std::enable_if_t<!_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:9312:31: error: expected ‘>’ before ‘<’ token
- 9312 | ::std::enable_if_t<!_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^
- /app/include/google/protobuf/descriptor.pb.h:9322:20: error: ‘std::enable_if_t’ has not been declared
- 9322 | ::std::enable_if_t<_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:9322:31: error: expected ‘>’ before ‘<’ token
- 9322 | ::std::enable_if_t<_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^
- /app/include/google/protobuf/descriptor.pb.h:9323:58: error: ‘template<class _proto_TypeTraits, unsigned char _field_type, bool _is_packed, <typeprefixerror><anonymous> > typename _proto_TypeTraits::Repeated::ConstType google::protobuf::EnumOptions::GetExtension(const google::protobuf::internal::ExtensionIdentifier<google::protobuf::EnumOptions, _proto_TypeTraits, _field_type, _is_packed>&, int) const’ cannot be overloaded with ‘template<class _proto_TypeTraits, unsigned char _field_type, bool _is_packed, <typeprefixerror><anonymous> > typename _proto_TypeTraits::Repeated::ConstType google::protobuf::EnumOptions::GetExtension(const google::protobuf::internal::ExtensionIdentifier<google::protobuf::EnumOptions, _proto_TypeTraits, _field_type, _is_packed>&, int) const’
- 9323 | inline typename _proto_TypeTraits::Repeated::ConstType GetExtension(
- | ^~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:9313:58: note: previous declaration ‘template<class _proto_TypeTraits, unsigned char _field_type, bool _is_packed, <typeprefixerror><anonymous> > typename _proto_TypeTraits::Repeated::ConstType google::protobuf::EnumOptions::GetExtension(const google::protobuf::internal::ExtensionIdentifier<google::protobuf::EnumOptions, _proto_TypeTraits, _field_type, _is_packed>&, int) const’
- 9313 | inline typename _proto_TypeTraits::Repeated::ConstType GetExtension(
- | ^~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h: In member function ‘void google::protobuf::EnumOptions::UnsafeArenaSwap(google::protobuf::EnumOptions*)’:
- /app/include/google/protobuf/descriptor.pb.h:9060:5: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 9060 | ABSL_DCHECK(GetArena() == other->GetArena());
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h: At global scope:
- /app/include/google/protobuf/descriptor.pb.h:9553:60: error: ‘google::protobuf::internal::GetAnyMessageName’ has not been declared
- 9553 | friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
- | ^~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:9553:79: error: ‘string_view’ declared as function returning a function
- 9553 | friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
- | ^
- /app/include/google/protobuf/descriptor.pb.h:9554:18: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 9554 | static ::absl::string_view FullMessageName() { return "google.protobuf.OneofDescriptorProto"; }
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:9568:20: error: ‘InternalNewImpl_’ function uses ‘auto’ type specifier without trailing return type
- 9568 | static constexpr auto InternalNewImpl_();
- | ^~~~
- /app/include/google/protobuf/descriptor.pb.h:9568:20: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /app/include/google/protobuf/descriptor.pb.h:9571:20: error: ‘InternalGenerateClassData_’ function uses ‘auto’ type specifier without trailing return type
- 9571 | static constexpr auto InternalGenerateClassData_();
- | ^~~~
- /app/include/google/protobuf/descriptor.pb.h:9571:20: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /app/include/google/protobuf/descriptor.pb.h: In member function ‘void google::protobuf::OneofDescriptorProto::UnsafeArenaSwap(google::protobuf::OneofDescriptorProto*)’:
- /app/include/google/protobuf/descriptor.pb.h:9497:5: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 9497 | ABSL_DCHECK(GetArena() == other->GetArena());
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h: At global scope:
- /app/include/google/protobuf/descriptor.pb.h:9772:60: error: ‘google::protobuf::internal::GetAnyMessageName’ has not been declared
- 9772 | friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
- | ^~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:9772:79: error: ‘string_view’ declared as function returning a function
- 9772 | friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
- | ^
- /app/include/google/protobuf/descriptor.pb.h:9773:18: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 9773 | static ::absl::string_view FullMessageName() { return "google.protobuf.MethodDescriptorProto"; }
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:9787:20: error: ‘InternalNewImpl_’ function uses ‘auto’ type specifier without trailing return type
- 9787 | static constexpr auto InternalNewImpl_();
- | ^~~~
- /app/include/google/protobuf/descriptor.pb.h:9787:20: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /app/include/google/protobuf/descriptor.pb.h:9790:20: error: ‘InternalGenerateClassData_’ function uses ‘auto’ type specifier without trailing return type
- 9790 | static constexpr auto InternalGenerateClassData_();
- | ^~~~
- /app/include/google/protobuf/descriptor.pb.h:9790:20: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /app/include/google/protobuf/descriptor.pb.h: In member function ‘void google::protobuf::MethodDescriptorProto::UnsafeArenaSwap(google::protobuf::MethodDescriptorProto*)’:
- /app/include/google/protobuf/descriptor.pb.h:9716:5: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 9716 | ABSL_DCHECK(GetArena() == other->GetArena());
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h: At global scope:
- /app/include/google/protobuf/descriptor.pb.h:10053:60: error: ‘google::protobuf::internal::GetAnyMessageName’ has not been declared
- 10053 | friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
- | ^~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:10053:79: error: ‘string_view’ declared as function returning a function
- 10053 | friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
- | ^
- /app/include/google/protobuf/descriptor.pb.h:10054:18: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 10054 | static ::absl::string_view FullMessageName() { return "google.protobuf.FieldDescriptorProto"; }
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:10068:20: error: ‘InternalNewImpl_’ function uses ‘auto’ type specifier without trailing return type
- 10068 | static constexpr auto InternalNewImpl_();
- | ^~~~
- /app/include/google/protobuf/descriptor.pb.h:10068:20: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /app/include/google/protobuf/descriptor.pb.h:10071:20: error: ‘InternalGenerateClassData_’ function uses ‘auto’ type specifier without trailing return type
- 10071 | static constexpr auto InternalGenerateClassData_();
- | ^~~~
- /app/include/google/protobuf/descriptor.pb.h:10071:20: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /app/include/google/protobuf/descriptor.pb.h:10108:15: error: ‘absl::string_view’ has not been declared
- 10108 | ::absl::string_view name, Type* PROTOBUF_NONNULL value) {
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:10129:15: error: ‘absl::string_view’ has not been declared
- 10129 | ::absl::string_view name, Label* PROTOBUF_NONNULL value) {
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h: In member function ‘void google::protobuf::FieldDescriptorProto::UnsafeArenaSwap(google::protobuf::FieldDescriptorProto*)’:
- /app/include/google/protobuf/descriptor.pb.h:9997:5: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 9997 | ABSL_DCHECK(GetArena() == other->GetArena());
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h: In static member function ‘static bool google::protobuf::FieldDescriptorProto::Type_Parse(int, Type*)’:
- /app/include/google/protobuf/descriptor.pb.h:10109:43: error: ‘google::protobuf::FieldDescriptorProto_Type_Parse’ cannot be used as a function
- 10109 | return FieldDescriptorProto_Type_Parse(name, value);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h: In static member function ‘static bool google::protobuf::FieldDescriptorProto::Label_Parse(int, Label*)’:
- /app/include/google/protobuf/descriptor.pb.h:10130:44: error: ‘google::protobuf::FieldDescriptorProto_Label_Parse’ cannot be used as a function
- 10130 | return FieldDescriptorProto_Label_Parse(name, value);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h: At global scope:
- /app/include/google/protobuf/descriptor.pb.h:10466:60: error: ‘google::protobuf::internal::GetAnyMessageName’ has not been declared
- 10466 | friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
- | ^~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:10466:79: error: ‘string_view’ declared as function returning a function
- 10466 | friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
- | ^
- /app/include/google/protobuf/descriptor.pb.h:10467:18: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 10467 | static ::absl::string_view FullMessageName() { return "google.protobuf.EnumValueDescriptorProto"; }
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:10481:20: error: ‘InternalNewImpl_’ function uses ‘auto’ type specifier without trailing return type
- 10481 | static constexpr auto InternalNewImpl_();
- | ^~~~
- /app/include/google/protobuf/descriptor.pb.h:10481:20: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /app/include/google/protobuf/descriptor.pb.h:10484:20: error: ‘InternalGenerateClassData_’ function uses ‘auto’ type specifier without trailing return type
- 10484 | static constexpr auto InternalGenerateClassData_();
- | ^~~~
- /app/include/google/protobuf/descriptor.pb.h:10484:20: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /app/include/google/protobuf/descriptor.pb.h: In member function ‘void google::protobuf::EnumValueDescriptorProto::UnsafeArenaSwap(google::protobuf::EnumValueDescriptorProto*)’:
- /app/include/google/protobuf/descriptor.pb.h:10410:5: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 10410 | ABSL_DCHECK(GetArena() == other->GetArena());
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h: At global scope:
- /app/include/google/protobuf/descriptor.pb.h:10698:60: error: ‘google::protobuf::internal::GetAnyMessageName’ has not been declared
- 10698 | friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
- | ^~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:10698:79: error: ‘string_view’ declared as function returning a function
- 10698 | friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
- | ^
- /app/include/google/protobuf/descriptor.pb.h:10699:18: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 10699 | static ::absl::string_view FullMessageName() { return "google.protobuf.DescriptorProto.ExtensionRange"; }
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:10713:20: error: ‘InternalNewImpl_’ function uses ‘auto’ type specifier without trailing return type
- 10713 | static constexpr auto InternalNewImpl_();
- | ^~~~
- /app/include/google/protobuf/descriptor.pb.h:10713:20: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /app/include/google/protobuf/descriptor.pb.h:10716:20: error: ‘InternalGenerateClassData_’ function uses ‘auto’ type specifier without trailing return type
- 10716 | static constexpr auto InternalGenerateClassData_();
- | ^~~~
- /app/include/google/protobuf/descriptor.pb.h:10716:20: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /app/include/google/protobuf/descriptor.pb.h: In member function ‘void google::protobuf::DescriptorProto_ExtensionRange::UnsafeArenaSwap(google::protobuf::DescriptorProto_ExtensionRange*)’:
- /app/include/google/protobuf/descriptor.pb.h:10642:5: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 10642 | ABSL_DCHECK(GetArena() == other->GetArena());
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h: At global scope:
- /app/include/google/protobuf/descriptor.pb.h:10925:60: error: ‘google::protobuf::internal::GetAnyMessageName’ has not been declared
- 10925 | friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
- | ^~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:10925:79: error: ‘string_view’ declared as function returning a function
- 10925 | friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
- | ^
- /app/include/google/protobuf/descriptor.pb.h:10926:18: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 10926 | static ::absl::string_view FullMessageName() { return "google.protobuf.ServiceDescriptorProto"; }
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:10940:20: error: ‘InternalNewImpl_’ function uses ‘auto’ type specifier without trailing return type
- 10940 | static constexpr auto InternalNewImpl_();
- | ^~~~
- /app/include/google/protobuf/descriptor.pb.h:10940:20: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /app/include/google/protobuf/descriptor.pb.h:10943:20: error: ‘InternalGenerateClassData_’ function uses ‘auto’ type specifier without trailing return type
- 10943 | static constexpr auto InternalGenerateClassData_();
- | ^~~~
- /app/include/google/protobuf/descriptor.pb.h:10943:20: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /app/include/google/protobuf/descriptor.pb.h: In member function ‘void google::protobuf::ServiceDescriptorProto::UnsafeArenaSwap(google::protobuf::ServiceDescriptorProto*)’:
- /app/include/google/protobuf/descriptor.pb.h:10869:5: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 10869 | ABSL_DCHECK(GetArena() == other->GetArena());
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h: At global scope:
- /app/include/google/protobuf/descriptor.pb.h:11163:60: error: ‘google::protobuf::internal::GetAnyMessageName’ has not been declared
- 11163 | friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
- | ^~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:11163:79: error: ‘string_view’ declared as function returning a function
- 11163 | friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
- | ^
- /app/include/google/protobuf/descriptor.pb.h:11164:18: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 11164 | static ::absl::string_view FullMessageName() { return "google.protobuf.EnumDescriptorProto"; }
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:11178:20: error: ‘InternalNewImpl_’ function uses ‘auto’ type specifier without trailing return type
- 11178 | static constexpr auto InternalNewImpl_();
- | ^~~~
- /app/include/google/protobuf/descriptor.pb.h:11178:20: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /app/include/google/protobuf/descriptor.pb.h:11181:20: error: ‘InternalGenerateClassData_’ function uses ‘auto’ type specifier without trailing return type
- 11181 | static constexpr auto InternalGenerateClassData_();
- | ^~~~
- /app/include/google/protobuf/descriptor.pb.h:11181:20: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /app/include/google/protobuf/descriptor.pb.h: In member function ‘void google::protobuf::EnumDescriptorProto::UnsafeArenaSwap(google::protobuf::EnumDescriptorProto*)’:
- /app/include/google/protobuf/descriptor.pb.h:11107:5: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 11107 | ABSL_DCHECK(GetArena() == other->GetArena());
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h: At global scope:
- /app/include/google/protobuf/descriptor.pb.h:11458:60: error: ‘google::protobuf::internal::GetAnyMessageName’ has not been declared
- 11458 | friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
- | ^~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:11458:79: error: ‘string_view’ declared as function returning a function
- 11458 | friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
- | ^
- /app/include/google/protobuf/descriptor.pb.h:11459:18: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 11459 | static ::absl::string_view FullMessageName() { return "google.protobuf.DescriptorProto"; }
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:11473:20: error: ‘InternalNewImpl_’ function uses ‘auto’ type specifier without trailing return type
- 11473 | static constexpr auto InternalNewImpl_();
- | ^~~~
- /app/include/google/protobuf/descriptor.pb.h:11473:20: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /app/include/google/protobuf/descriptor.pb.h:11476:20: error: ‘InternalGenerateClassData_’ function uses ‘auto’ type specifier without trailing return type
- 11476 | static constexpr auto InternalGenerateClassData_();
- | ^~~~
- /app/include/google/protobuf/descriptor.pb.h:11476:20: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /app/include/google/protobuf/descriptor.pb.h: In member function ‘void google::protobuf::DescriptorProto::UnsafeArenaSwap(google::protobuf::DescriptorProto*)’:
- /app/include/google/protobuf/descriptor.pb.h:11402:5: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 11402 | ABSL_DCHECK(GetArena() == other->GetArena());
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h: At global scope:
- /app/include/google/protobuf/descriptor.pb.h:11849:60: error: ‘google::protobuf::internal::GetAnyMessageName’ has not been declared
- 11849 | friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
- | ^~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:11849:79: error: ‘string_view’ declared as function returning a function
- 11849 | friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
- | ^
- /app/include/google/protobuf/descriptor.pb.h:11850:18: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 11850 | static ::absl::string_view FullMessageName() { return "google.protobuf.FileDescriptorProto"; }
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:11864:20: error: ‘InternalNewImpl_’ function uses ‘auto’ type specifier without trailing return type
- 11864 | static constexpr auto InternalNewImpl_();
- | ^~~~
- /app/include/google/protobuf/descriptor.pb.h:11864:20: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /app/include/google/protobuf/descriptor.pb.h:11867:20: error: ‘InternalGenerateClassData_’ function uses ‘auto’ type specifier without trailing return type
- 11867 | static constexpr auto InternalGenerateClassData_();
- | ^~~~
- /app/include/google/protobuf/descriptor.pb.h:11867:20: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /app/include/google/protobuf/descriptor.pb.h: In member function ‘void google::protobuf::FileDescriptorProto::UnsafeArenaSwap(google::protobuf::FileDescriptorProto*)’:
- /app/include/google/protobuf/descriptor.pb.h:11793:5: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 11793 | ABSL_DCHECK(GetArena() == other->GetArena());
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h: At global scope:
- /app/include/google/protobuf/descriptor.pb.h:12298:60: error: ‘google::protobuf::internal::GetAnyMessageName’ has not been declared
- 12298 | friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
- | ^~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:12298:79: error: ‘string_view’ declared as function returning a function
- 12298 | friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
- | ^
- /app/include/google/protobuf/descriptor.pb.h:12299:18: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 12299 | static ::absl::string_view FullMessageName() { return "google.protobuf.FileDescriptorSet"; }
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:12313:20: error: ‘InternalNewImpl_’ function uses ‘auto’ type specifier without trailing return type
- 12313 | static constexpr auto InternalNewImpl_();
- | ^~~~
- /app/include/google/protobuf/descriptor.pb.h:12313:20: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /app/include/google/protobuf/descriptor.pb.h:12316:20: error: ‘InternalGenerateClassData_’ function uses ‘auto’ type specifier without trailing return type
- 12316 | static constexpr auto InternalGenerateClassData_();
- | ^~~~
- /app/include/google/protobuf/descriptor.pb.h:12316:20: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /app/include/google/protobuf/descriptor.pb.h:12370:20: error: ‘std::enable_if_t’ has not been declared
- 12370 | ::std::enable_if_t<!_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:12370:31: error: expected ‘>’ before ‘<’ token
- 12370 | ::std::enable_if_t<!_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^
- /app/include/google/protobuf/descriptor.pb.h:12379:20: error: ‘std::enable_if_t’ has not been declared
- 12379 | ::std::enable_if_t<_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:12379:31: error: expected ‘>’ before ‘<’ token
- 12379 | ::std::enable_if_t<_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^
- /app/include/google/protobuf/descriptor.pb.h:12380:58: error: ‘template<class _proto_TypeTraits, unsigned char _field_type, bool _is_packed, <typeprefixerror><anonymous> > typename _proto_TypeTraits::Singular::ConstType google::protobuf::FileDescriptorSet::GetExtension(const google::protobuf::internal::ExtensionIdentifier<google::protobuf::FileDescriptorSet, _proto_TypeTraits, _field_type, _is_packed>&) const’ cannot be overloaded with ‘template<class _proto_TypeTraits, unsigned char _field_type, bool _is_packed, <typeprefixerror><anonymous> > typename _proto_TypeTraits::Singular::ConstType google::protobuf::FileDescriptorSet::GetExtension(const google::protobuf::internal::ExtensionIdentifier<google::protobuf::FileDescriptorSet, _proto_TypeTraits, _field_type, _is_packed>&) const’
- 12380 | inline typename _proto_TypeTraits::Singular::ConstType GetExtension(
- | ^~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:12371:58: note: previous declaration ‘template<class _proto_TypeTraits, unsigned char _field_type, bool _is_packed, <typeprefixerror><anonymous> > typename _proto_TypeTraits::Singular::ConstType google::protobuf::FileDescriptorSet::GetExtension(const google::protobuf::internal::ExtensionIdentifier<google::protobuf::FileDescriptorSet, _proto_TypeTraits, _field_type, _is_packed>&) const’
- 12371 | inline typename _proto_TypeTraits::Singular::ConstType GetExtension(
- | ^~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:12442:20: error: ‘std::enable_if_t’ has not been declared
- 12442 | ::std::enable_if_t<!_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:12442:31: error: expected ‘>’ before ‘<’ token
- 12442 | ::std::enable_if_t<!_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^
- /app/include/google/protobuf/descriptor.pb.h:12452:20: error: ‘std::enable_if_t’ has not been declared
- 12452 | ::std::enable_if_t<_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:12452:31: error: expected ‘>’ before ‘<’ token
- 12452 | ::std::enable_if_t<_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^
- /app/include/google/protobuf/descriptor.pb.h:12453:58: error: ‘template<class _proto_TypeTraits, unsigned char _field_type, bool _is_packed, <typeprefixerror><anonymous> > typename _proto_TypeTraits::Repeated::ConstType google::protobuf::FileDescriptorSet::GetExtension(const google::protobuf::internal::ExtensionIdentifier<google::protobuf::FileDescriptorSet, _proto_TypeTraits, _field_type, _is_packed>&, int) const’ cannot be overloaded with ‘template<class _proto_TypeTraits, unsigned char _field_type, bool _is_packed, <typeprefixerror><anonymous> > typename _proto_TypeTraits::Repeated::ConstType google::protobuf::FileDescriptorSet::GetExtension(const google::protobuf::internal::ExtensionIdentifier<google::protobuf::FileDescriptorSet, _proto_TypeTraits, _field_type, _is_packed>&, int) const’
- 12453 | inline typename _proto_TypeTraits::Repeated::ConstType GetExtension(
- | ^~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:12443:58: note: previous declaration ‘template<class _proto_TypeTraits, unsigned char _field_type, bool _is_packed, <typeprefixerror><anonymous> > typename _proto_TypeTraits::Repeated::ConstType google::protobuf::FileDescriptorSet::GetExtension(const google::protobuf::internal::ExtensionIdentifier<google::protobuf::FileDescriptorSet, _proto_TypeTraits, _field_type, _is_packed>&, int) const’
- 12443 | inline typename _proto_TypeTraits::Repeated::ConstType GetExtension(
- | ^~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h: In member function ‘void google::protobuf::FileDescriptorSet::UnsafeArenaSwap(google::protobuf::FileDescriptorSet*)’:
- /app/include/google/protobuf/descriptor.pb.h:12242:5: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 12242 | ABSL_DCHECK(GetArena() == other->GetArena());
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- In file included from /run/build/monero-gui/test-protobuf.pb.h:36:
- /app/include/google/protobuf/port_def.inc: At global scope:
- /app/include/google/protobuf/port_def.inc:119:15: error: static assertion failed: Protobuf only supports C++17 and newer.
- 119 | static_assert(PROTOBUF_CPLUSPLUS_MIN(201703L),
- | ^~~~~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/port_def.inc:119:15: note: the comparison reduces to ‘(201103 >= 201703)’
- /run/build/monero-gui/test-protobuf.pb.h:44:9: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 44 | ::absl::string_view GetAnyMessageName();
- | ^~~~~~~~~~~
- /run/build/monero-gui/test-protobuf.pb.h:189:60: error: ‘google::protobuf::internal::GetAnyMessageName’ has not been declared
- 189 | friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
- | ^~~~~~~~~~~~~~~~~
- /run/build/monero-gui/test-protobuf.pb.h:189:10: error: ISO C++ forbids declaration of ‘string_view’ with no type [-fpermissive]
- 189 | friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
- | ^~
- /run/build/monero-gui/test-protobuf.pb.h:189:79: error: ‘string_view’ declared as function returning a function
- 189 | friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
- | ^
- /run/build/monero-gui/test-protobuf.pb.h:190:18: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 190 | static ::absl::string_view FullMessageName() { return "Success"; }
- | ^~~~~~~~~~~
- /run/build/monero-gui/test-protobuf.pb.h:204:20: error: ‘InternalNewImpl_’ function uses ‘auto’ type specifier without trailing return type
- 204 | static constexpr auto InternalNewImpl_();
- | ^~~~
- /run/build/monero-gui/test-protobuf.pb.h:204:20: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /run/build/monero-gui/test-protobuf.pb.h:207:20: error: ‘InternalGenerateClassData_’ function uses ‘auto’ type specifier without trailing return type
- 207 | static constexpr auto InternalGenerateClassData_();
- | ^~~~
- /run/build/monero-gui/test-protobuf.pb.h:207:20: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /run/build/monero-gui/test-protobuf.pb.h: In member function ‘void Success::UnsafeArenaSwap(Success*)’:
- /run/build/monero-gui/test-protobuf.pb.h:138:48: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 138 | ABSL_DCHECK(GetArena() == other->GetArena());
- | ^
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/strings/internal/str_format/bind.h: In instantiation of ‘absl::lts_20240722::str_format_internal::FormatSpecTemplate<Args>::FormatSpecTemplate(const char*) [with absl::lts_20240722::FormatConversionCharSet ...Args = {(absl::lts_20240722::FormatConversionCharSet)655355}]’:
- /usr/include/absl/crc/crc32c.h:184:34: required from here
- 184 | return os << absl::StreamFormat("%08x", static_cast<uint32_t>(crc));
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/absl/strings/internal/str_format/bind.h:167:45: error: no matching function for call to ‘absl::lts_20240722::UntypedFormatSpec::UntypedFormatSpec(const char*&)’
- 167 | FormatSpecTemplate(const char* s) : Base(s) {} // NOLINT
- | ^
- /usr/include/absl/strings/str_format.h:114:12: note: candidate: ‘absl::lts_20240722::UntypedFormatSpec::UntypedFormatSpec(absl::lts_20240722::Nonnull<const absl::lts_20240722::str_format_internal::ParsedFormatBase*>)’
- 114 | explicit UntypedFormatSpec(
- | ^~~~~~~~~~~~~~~~~
- /usr/include/absl/strings/str_format.h:115:67: note: no known conversion for argument 1 from ‘const char*’ to ‘absl::lts_20240722::Nonnull<const absl::lts_20240722::str_format_internal::ParsedFormatBase*>’ {aka ‘const absl::lts_20240722::str_format_internal::ParsedFormatBase*’}
- 115 | absl::Nonnull<const str_format_internal::ParsedFormatBase*> pc)
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
- /usr/include/absl/log/internal/log_message.h: In instantiation of ‘absl::lts_20240722::log_internal::LogMessage& absl::lts_20240722::log_internal::LogMessage::operator<<(const char (&)[SIZE]) [with int SIZE = 19]’:
- /app/include/google/protobuf/arena_align.h:159:47: required from here
- 159 | ABSL_DCHECK(absl::has_single_bit(align)) << "Invalid alignment " << align;
- | ^~~~~~~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:305:44: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessage::CopyToEncodedBuffer<absl::lts_20240722::log_internal::LogMessage::StringType::kLiteral>(const char [19])’
- 305 | CopyToEncodedBuffer<StringType::kLiteral>(buf);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
- /usr/include/absl/log/internal/log_message.h:235:8: note: candidate: ‘void absl::lts_20240722::log_internal::LogMessage::CopyToEncodedBuffer(int) [with StringType str_type = absl::lts_20240722::log_internal::LogMessage::StringType::kLiteral]’ (near match)
- 235 | void CopyToEncodedBuffer(absl::string_view str) ABSL_ATTRIBUTE_NOINLINE;
- | ^~~~~~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:235:8: note: conversion of argument 1 would be ill-formed:
- /usr/include/absl/log/internal/log_message.h:235:8: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 235 | void CopyToEncodedBuffer(absl::string_view str) ABSL_ATTRIBUTE_NOINLINE;
- | ^~~~~~~~~~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:237:8: note: candidate: ‘template<absl::lts_20240722::log_internal::LogMessage::StringType str_type> void absl::lts_20240722::log_internal::LogMessage::CopyToEncodedBuffer(char, size_t)’
- 237 | void CopyToEncodedBuffer(char ch, size_t num) ABSL_ATTRIBUTE_NOINLINE;
- | ^~~~~~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:237:8: note: candidate expects 2 arguments, 1 provided
- /app/include/google/protobuf/message_lite.h: In instantiation of ‘MessageLite* google::protobuf::internal::MessageCreator::PlacementNew(const MessageLite*, const MessageLite*, void*, google::protobuf::Arena*) const [with MessageLite = google::protobuf::MessageLite]’:
- /app/include/google/protobuf/message_lite.h:436:40: required from here
- 436 | return message_creator.PlacementNew(prototype, prototype, mem, arena);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/message_lite.h:1251:3: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [44], int, std::string&)’
- 1251 | ABSL_DCHECK_EQ(reinterpret_cast<uintptr_t>(mem) % alignment_, 0u);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/message_lite.h:1270:5: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 1270 | ABSL_DCHECK(std::all_of(src + sizeof(MessageLite), src + size,
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /app/include/google/protobuf/message_lite.h:1288:5: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [44], int, std::string&)’
- 1288 | ABSL_DCHECK_EQ(+as_tag, +kMemcpy);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/message_lite.h:1325:9: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [44], int, std::string&)’
- 1325 | ABSL_DCHECK_LE(offset + sizeof(Arena*), size);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/message_lite.h:1328:9: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [44], int, std::string&)’
- 1328 | ABSL_DCHECK_EQ(*reinterpret_cast<Arena**>(dst + offset), nullptr);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h: In instantiation of ‘google::protobuf::internal::RepeatedPtrFieldBase::Value<TypeHandler>& google::protobuf::internal::RepeatedPtrFieldBase::at(int) const [with TypeHandler = google::protobuf::internal::GenericTypeHandler<google::protobuf::MessageLite>; Value<TypeHandler> = google::protobuf::MessageLite]’:
- /app/include/google/protobuf/repeated_ptr_field.h:1631:53: required from here
- 1631 | return field.at<GenericTypeHandler<MessageLite>>(index);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- /app/include/google/protobuf/repeated_ptr_field.h:187:5: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 187 | ABSL_CHECK_GE(index, 0);
- | ^~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h:188:5: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 188 | ABSL_CHECK_LT(index, current_size_);
- | ^~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h: In instantiation of ‘google::protobuf::internal::RepeatedPtrFieldBase::Value<TypeHandler>& google::protobuf::internal::RepeatedPtrFieldBase::at(int) [with TypeHandler = google::protobuf::internal::GenericTypeHandler<google::protobuf::MessageLite>; Value<TypeHandler> = google::protobuf::MessageLite]’:
- /app/include/google/protobuf/repeated_ptr_field.h:1635:53: required from here
- 1635 | return field.at<GenericTypeHandler<MessageLite>>(index);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- /app/include/google/protobuf/repeated_ptr_field.h:194:5: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 194 | ABSL_CHECK_GE(index, 0);
- | ^~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h:195:5: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 195 | ABSL_CHECK_LT(index, current_size_);
- | ^~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/wire_format_lite.h: In instantiation of ‘static bool google::protobuf::internal::WireFormatLite::ReadRepeatedFixedSizePrimitive(int, uint32_t, google::protobuf::io::CodedInputStream*, google::protobuf::RepeatedField<Element>*) [with CType = unsigned int; FieldType DeclaredType = google::protobuf::internal::WireFormatLite::TYPE_FIXED32; uint32_t = unsigned int]’:
- /app/include/google/protobuf/wire_format_lite.h:1032:1: required from here
- 1032 | READ_REPEATED_FIXED_SIZE_PRIMITIVE(uint32_t, TYPE_FIXED32)
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/wire_format_lite.h:978:3: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [48], int, std::string&)’
- 978 | ABSL_DCHECK_EQ(UInt32Size(tag), static_cast<size_t>(tag_size));
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/wire_format_lite.h: In instantiation of ‘static bool google::protobuf::internal::WireFormatLite::ReadRepeatedFixedSizePrimitive(int, uint32_t, google::protobuf::io::CodedInputStream*, google::protobuf::RepeatedField<Element>*) [with CType = long unsigned int; FieldType DeclaredType = google::protobuf::internal::WireFormatLite::TYPE_FIXED64; uint32_t = unsigned int]’:
- /app/include/google/protobuf/wire_format_lite.h:1033:1: required from here
- 1033 | READ_REPEATED_FIXED_SIZE_PRIMITIVE(uint64_t, TYPE_FIXED64)
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/wire_format_lite.h:978:3: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [48], int, std::string&)’
- 978 | ABSL_DCHECK_EQ(UInt32Size(tag), static_cast<size_t>(tag_size));
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/wire_format_lite.h: In instantiation of ‘static bool google::protobuf::internal::WireFormatLite::ReadRepeatedFixedSizePrimitive(int, uint32_t, google::protobuf::io::CodedInputStream*, google::protobuf::RepeatedField<Element>*) [with CType = int; FieldType DeclaredType = google::protobuf::internal::WireFormatLite::TYPE_SFIXED32; uint32_t = unsigned int]’:
- /app/include/google/protobuf/wire_format_lite.h:1034:1: required from here
- 1034 | READ_REPEATED_FIXED_SIZE_PRIMITIVE(int32_t, TYPE_SFIXED32)
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/wire_format_lite.h:978:3: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [48], int, std::string&)’
- 978 | ABSL_DCHECK_EQ(UInt32Size(tag), static_cast<size_t>(tag_size));
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/wire_format_lite.h: In instantiation of ‘static bool google::protobuf::internal::WireFormatLite::ReadRepeatedFixedSizePrimitive(int, uint32_t, google::protobuf::io::CodedInputStream*, google::protobuf::RepeatedField<Element>*) [with CType = long int; FieldType DeclaredType = google::protobuf::internal::WireFormatLite::TYPE_SFIXED64; uint32_t = unsigned int]’:
- /app/include/google/protobuf/wire_format_lite.h:1035:1: required from here
- 1035 | READ_REPEATED_FIXED_SIZE_PRIMITIVE(int64_t, TYPE_SFIXED64)
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/wire_format_lite.h:978:3: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [48], int, std::string&)’
- 978 | ABSL_DCHECK_EQ(UInt32Size(tag), static_cast<size_t>(tag_size));
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/wire_format_lite.h: In instantiation of ‘static bool google::protobuf::internal::WireFormatLite::ReadRepeatedFixedSizePrimitive(int, uint32_t, google::protobuf::io::CodedInputStream*, google::protobuf::RepeatedField<Element>*) [with CType = float; FieldType DeclaredType = google::protobuf::internal::WireFormatLite::TYPE_FLOAT; uint32_t = unsigned int]’:
- /app/include/google/protobuf/wire_format_lite.h:1036:1: required from here
- 1036 | READ_REPEATED_FIXED_SIZE_PRIMITIVE(float, TYPE_FLOAT)
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/wire_format_lite.h:978:3: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [48], int, std::string&)’
- 978 | ABSL_DCHECK_EQ(UInt32Size(tag), static_cast<size_t>(tag_size));
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/wire_format_lite.h: In instantiation of ‘static bool google::protobuf::internal::WireFormatLite::ReadRepeatedFixedSizePrimitive(int, uint32_t, google::protobuf::io::CodedInputStream*, google::protobuf::RepeatedField<Element>*) [with CType = double; FieldType DeclaredType = google::protobuf::internal::WireFormatLite::TYPE_DOUBLE; uint32_t = unsigned int]’:
- /app/include/google/protobuf/wire_format_lite.h:1037:1: required from here
- 1037 | READ_REPEATED_FIXED_SIZE_PRIMITIVE(double, TYPE_DOUBLE)
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/wire_format_lite.h:978:3: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [48], int, std::string&)’
- 978 | ABSL_DCHECK_EQ(UInt32Size(tag), static_cast<size_t>(tag_size));
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/parse_context.h: In instantiation of ‘const char* google::protobuf::internal::EpsCopyInputStream::AppendUntilEnd(const char*, const A&) [with A = google::protobuf::internal::EpsCopyInputStream::AppendString(const char*, std::string*)::<lambda(const char*, ptrdiff_t)>]’:
- /app/include/google/protobuf/parse_context.h:472:26: required from here
- 472 | return AppendUntilEnd(
- | ~~~~~~~~~~~~~~^
- 473 | ptr, [str](const char* p, ptrdiff_t s) { str->append(p, s); });
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/parse_context.h:466:5: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 466 | ABSL_DCHECK(end >= ptr);
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /app/include/google/protobuf/extension_set.h: In instantiation of ‘bool google::protobuf::internal::ExtensionSet::FindExtensionInfoFromFieldNumber(int, int, ExtensionFinder*, google::protobuf::internal::ExtensionInfo*, bool*) const [with ExtensionFinder = google::protobuf::internal::GeneratedExtensionFinder]’:
- /app/include/google/protobuf/extension_set.h:1058:44: required from here
- 1058 | return FindExtensionInfoFromFieldNumber(wire_type, field, &finder,
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
- 1059 | extension, was_packed_on_wire);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/extension_set.h:1018:5: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 1018 | ABSL_DCHECK(extension->type > 0 &&
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /app/include/google/protobuf/arena.h: In instantiation of ‘static T* google::protobuf::Arena::CreateArray(google::protobuf::Arena*, size_t) [with T = google::protobuf::internal::NodeBase*; size_t = long unsigned int]’:
- /app/include/google/protobuf/map.h:465:44: required from here
- 465 | : Arena::CreateArray<NodeBase*>(arena_, n);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /app/include/google/protobuf/arena.h:265:5: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [37], int, std::string&)’
- 265 | ABSL_CHECK_LE(num_elements, std::numeric_limits<size_t>::max() / sizeof(T))
- | ^~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /usr/include/absl/log/internal/log_message.h: In instantiation of ‘absl::lts_20240722::log_internal::LogMessage& absl::lts_20240722::log_internal::LogMessage::operator<<(const char (&)[SIZE]) [with int SIZE = 17]’:
- /app/include/google/protobuf/message.h:1536:10: required from here
- 1536 | << "Cannot downcast " << from->GetTypeName() << " to Message";
- | ^~~~~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:305:44: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessage::CopyToEncodedBuffer<absl::lts_20240722::log_internal::LogMessage::StringType::kLiteral>(const char [17])’
- 305 | CopyToEncodedBuffer<StringType::kLiteral>(buf);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
- /usr/include/absl/log/internal/log_message.h:235:8: note: candidate: ‘void absl::lts_20240722::log_internal::LogMessage::CopyToEncodedBuffer(int) [with StringType str_type = absl::lts_20240722::log_internal::LogMessage::StringType::kLiteral]’ (near match)
- 235 | void CopyToEncodedBuffer(absl::string_view str) ABSL_ATTRIBUTE_NOINLINE;
- | ^~~~~~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:235:8: note: conversion of argument 1 would be ill-formed:
- /usr/include/absl/log/internal/log_message.h:235:8: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 235 | void CopyToEncodedBuffer(absl::string_view str) ABSL_ATTRIBUTE_NOINLINE;
- | ^~~~~~~~~~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:237:8: note: candidate: ‘template<absl::lts_20240722::log_internal::LogMessage::StringType str_type> void absl::lts_20240722::log_internal::LogMessage::CopyToEncodedBuffer(char, size_t)’
- 237 | void CopyToEncodedBuffer(char ch, size_t num) ABSL_ATTRIBUTE_NOINLINE;
- | ^~~~~~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:237:8: note: candidate expects 2 arguments, 1 provided
- /app/include/google/protobuf/repeated_ptr_field.h: In instantiation of ‘void google::protobuf::internal::RepeatedPtrFieldBase::Clear() [with TypeHandler = google::protobuf::internal::GenericTypeHandler<google::protobuf::FileDescriptorProto>]’:
- /app/include/google/protobuf/repeated_ptr_field.h:1485:43: required from ‘void google::protobuf::RepeatedPtrField<T>::Clear() [with Element = google::protobuf::FileDescriptorProto]’
- 1485 | RepeatedPtrFieldBase::Clear<TypeHandler>();
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
- /app/include/google/protobuf/descriptor.pb.h:12579:21: required from here
- 12579 | _impl_.file_.Clear();
- | ~~~~~~~~~~~~~~~~~~^~
- /app/include/google/protobuf/repeated_ptr_field.h:304:5: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 304 | ABSL_DCHECK_GE(n, 0);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h: In instantiation of ‘google::protobuf::internal::RepeatedPtrFieldBase::Value<TypeHandler>* google::protobuf::internal::RepeatedPtrFieldBase::Mutable(int) [with TypeHandler = google::protobuf::internal::GenericTypeHandler<google::protobuf::FileDescriptorProto>; Value<TypeHandler> = google::protobuf::FileDescriptorProto]’:
- /app/include/google/protobuf/repeated_ptr_field.h:1381:52: required from ‘Element* google::protobuf::RepeatedPtrField<T>::Mutable(int) [with Element = google::protobuf::FileDescriptorProto]’
- 1381 | return RepeatedPtrFieldBase::Mutable<TypeHandler>(index);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:12584:43: required from here
- 12584 | return _internal_mutable_file()->Mutable(index);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- /app/include/google/protobuf/repeated_ptr_field.h:204:7: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 204 | ABSL_DCHECK_GE(index, 0);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h:205:7: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 205 | ABSL_DCHECK_LT(index, current_size_);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h: In instantiation of ‘google::protobuf::internal::RepeatedPtrFieldBase::Value<TypeHandler>& google::protobuf::internal::RepeatedPtrFieldBase::Get(int) const [with TypeHandler = google::protobuf::internal::GenericTypeHandler<google::protobuf::FileDescriptorProto>; Value<TypeHandler> = google::protobuf::FileDescriptorProto]’:
- /app/include/google/protobuf/repeated_ptr_field.h:1363:48: required from ‘const Element& google::protobuf::RepeatedPtrField<T>::Get(int) const [with Element = google::protobuf::FileDescriptorProto]’
- 1363 | return RepeatedPtrFieldBase::Get<TypeHandler>(index);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:12595:30: required from here
- 12595 | return _internal_file().Get(index);
- | ~~~~~~~~~~~~~~~~~~~~^~~~~~~
- /app/include/google/protobuf/repeated_ptr_field.h:289:7: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 289 | ABSL_DCHECK_GE(index, 0);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h:290:7: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 290 | ABSL_DCHECK_LT(index, current_size_);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h: In instantiation of ‘void google::protobuf::internal::RepeatedPtrFieldBase::Clear() [with TypeHandler = google::protobuf::internal::GenericTypeHandler<std::__cxx11::basic_string<char> >]’:
- /app/include/google/protobuf/repeated_ptr_field.h:1485:43: required from ‘void google::protobuf::RepeatedPtrField<T>::Clear() [with Element = std::__cxx11::basic_string<char>]’
- 1485 | RepeatedPtrFieldBase::Clear<TypeHandler>();
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
- /app/include/google/protobuf/descriptor.pb.h:12771:27: required from here
- 12771 | _impl_.dependency_.Clear();
- | ~~~~~~~~~~~~~~~~~~~~~~~~^~
- /app/include/google/protobuf/repeated_ptr_field.h:304:5: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 304 | ABSL_DCHECK_GE(n, 0);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h: In instantiation of ‘google::protobuf::internal::RepeatedPtrFieldBase::Value<TypeHandler>& google::protobuf::internal::RepeatedPtrFieldBase::Get(int) const [with TypeHandler = google::protobuf::internal::GenericTypeHandler<std::__cxx11::basic_string<char> >; Value<TypeHandler> = std::__cxx11::basic_string<char>]’:
- /app/include/google/protobuf/repeated_ptr_field.h:1363:48: required from ‘const Element& google::protobuf::RepeatedPtrField<T>::Get(int) const [with Element = std::__cxx11::basic_string<char>]’
- 1363 | return RepeatedPtrFieldBase::Get<TypeHandler>(index);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:12783:36: required from here
- 12783 | return _internal_dependency().Get(index);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- /app/include/google/protobuf/repeated_ptr_field.h:289:7: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 289 | ABSL_DCHECK_GE(index, 0);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h:290:7: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 290 | ABSL_DCHECK_LT(index, current_size_);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h: In instantiation of ‘google::protobuf::internal::RepeatedPtrFieldBase::Value<TypeHandler>* google::protobuf::internal::RepeatedPtrFieldBase::Mutable(int) [with TypeHandler = google::protobuf::internal::GenericTypeHandler<std::__cxx11::basic_string<char> >; Value<TypeHandler> = std::__cxx11::basic_string<char>]’:
- /app/include/google/protobuf/repeated_ptr_field.h:1381:52: required from ‘Element* google::protobuf::RepeatedPtrField<T>::Mutable(int) [with Element = std::__cxx11::basic_string<char>]’
- 1381 | return RepeatedPtrFieldBase::Mutable<TypeHandler>(index);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:12788:49: required from here
- 12788 | return _internal_mutable_dependency()->Mutable(index);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- /app/include/google/protobuf/repeated_ptr_field.h:204:7: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 204 | ABSL_DCHECK_GE(index, 0);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h:205:7: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 205 | ABSL_DCHECK_LT(index, current_size_);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h: In instantiation of ‘void google::protobuf::internal::RepeatedPtrFieldBase::Clear() [with TypeHandler = google::protobuf::internal::GenericTypeHandler<google::protobuf::DescriptorProto>]’:
- /app/include/google/protobuf/repeated_ptr_field.h:1485:43: required from ‘void google::protobuf::RepeatedPtrField<T>::Clear() [with Element = google::protobuf::DescriptorProto]’
- 1485 | RepeatedPtrFieldBase::Clear<TypeHandler>();
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
- /app/include/google/protobuf/descriptor.pb.h:12991:29: required from here
- 12991 | _impl_.message_type_.Clear();
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~
- /app/include/google/protobuf/repeated_ptr_field.h:304:5: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 304 | ABSL_DCHECK_GE(n, 0);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h: In instantiation of ‘google::protobuf::internal::RepeatedPtrFieldBase::Value<TypeHandler>* google::protobuf::internal::RepeatedPtrFieldBase::Mutable(int) [with TypeHandler = google::protobuf::internal::GenericTypeHandler<google::protobuf::DescriptorProto>; Value<TypeHandler> = google::protobuf::DescriptorProto]’:
- /app/include/google/protobuf/repeated_ptr_field.h:1381:52: required from ‘Element* google::protobuf::RepeatedPtrField<T>::Mutable(int) [with Element = google::protobuf::DescriptorProto]’
- 1381 | return RepeatedPtrFieldBase::Mutable<TypeHandler>(index);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:12996:51: required from here
- 12996 | return _internal_mutable_message_type()->Mutable(index);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- /app/include/google/protobuf/repeated_ptr_field.h:204:7: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 204 | ABSL_DCHECK_GE(index, 0);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h:205:7: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 205 | ABSL_DCHECK_LT(index, current_size_);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h: In instantiation of ‘google::protobuf::internal::RepeatedPtrFieldBase::Value<TypeHandler>& google::protobuf::internal::RepeatedPtrFieldBase::Get(int) const [with TypeHandler = google::protobuf::internal::GenericTypeHandler<google::protobuf::DescriptorProto>; Value<TypeHandler> = google::protobuf::DescriptorProto]’:
- /app/include/google/protobuf/repeated_ptr_field.h:1363:48: required from ‘const Element& google::protobuf::RepeatedPtrField<T>::Get(int) const [with Element = google::protobuf::DescriptorProto]’
- 1363 | return RepeatedPtrFieldBase::Get<TypeHandler>(index);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:13007:38: required from here
- 13007 | return _internal_message_type().Get(index);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- /app/include/google/protobuf/repeated_ptr_field.h:289:7: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 289 | ABSL_DCHECK_GE(index, 0);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h:290:7: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 290 | ABSL_DCHECK_LT(index, current_size_);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h: In instantiation of ‘void google::protobuf::internal::RepeatedPtrFieldBase::Clear() [with TypeHandler = google::protobuf::internal::GenericTypeHandler<google::protobuf::EnumDescriptorProto>]’:
- /app/include/google/protobuf/repeated_ptr_field.h:1485:43: required from ‘void google::protobuf::RepeatedPtrField<T>::Clear() [with Element = google::protobuf::EnumDescriptorProto]’
- 1485 | RepeatedPtrFieldBase::Clear<TypeHandler>();
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
- /app/include/google/protobuf/descriptor.pb.h:13041:26: required from here
- 13041 | _impl_.enum_type_.Clear();
- | ~~~~~~~~~~~~~~~~~~~~~~~^~
- /app/include/google/protobuf/repeated_ptr_field.h:304:5: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 304 | ABSL_DCHECK_GE(n, 0);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h: In instantiation of ‘google::protobuf::internal::RepeatedPtrFieldBase::Value<TypeHandler>* google::protobuf::internal::RepeatedPtrFieldBase::Mutable(int) [with TypeHandler = google::protobuf::internal::GenericTypeHandler<google::protobuf::EnumDescriptorProto>; Value<TypeHandler> = google::protobuf::EnumDescriptorProto]’:
- /app/include/google/protobuf/repeated_ptr_field.h:1381:52: required from ‘Element* google::protobuf::RepeatedPtrField<T>::Mutable(int) [with Element = google::protobuf::EnumDescriptorProto]’
- 1381 | return RepeatedPtrFieldBase::Mutable<TypeHandler>(index);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:13046:48: required from here
- 13046 | return _internal_mutable_enum_type()->Mutable(index);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- /app/include/google/protobuf/repeated_ptr_field.h:204:7: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 204 | ABSL_DCHECK_GE(index, 0);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h:205:7: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 205 | ABSL_DCHECK_LT(index, current_size_);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h: In instantiation of ‘google::protobuf::internal::RepeatedPtrFieldBase::Value<TypeHandler>& google::protobuf::internal::RepeatedPtrFieldBase::Get(int) const [with TypeHandler = google::protobuf::internal::GenericTypeHandler<google::protobuf::EnumDescriptorProto>; Value<TypeHandler> = google::protobuf::EnumDescriptorProto]’:
- /app/include/google/protobuf/repeated_ptr_field.h:1363:48: required from ‘const Element& google::protobuf::RepeatedPtrField<T>::Get(int) const [with Element = google::protobuf::EnumDescriptorProto]’
- 1363 | return RepeatedPtrFieldBase::Get<TypeHandler>(index);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:13057:35: required from here
- 13057 | return _internal_enum_type().Get(index);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- /app/include/google/protobuf/repeated_ptr_field.h:289:7: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 289 | ABSL_DCHECK_GE(index, 0);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h:290:7: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 290 | ABSL_DCHECK_LT(index, current_size_);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h: In instantiation of ‘void google::protobuf::internal::RepeatedPtrFieldBase::Clear() [with TypeHandler = google::protobuf::internal::GenericTypeHandler<google::protobuf::ServiceDescriptorProto>]’:
- /app/include/google/protobuf/repeated_ptr_field.h:1485:43: required from ‘void google::protobuf::RepeatedPtrField<T>::Clear() [with Element = google::protobuf::ServiceDescriptorProto]’
- 1485 | RepeatedPtrFieldBase::Clear<TypeHandler>();
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
- /app/include/google/protobuf/descriptor.pb.h:13091:24: required from here
- 13091 | _impl_.service_.Clear();
- | ~~~~~~~~~~~~~~~~~~~~~^~
- /app/include/google/protobuf/repeated_ptr_field.h:304:5: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 304 | ABSL_DCHECK_GE(n, 0);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h: In instantiation of ‘google::protobuf::internal::RepeatedPtrFieldBase::Value<TypeHandler>* google::protobuf::internal::RepeatedPtrFieldBase::Mutable(int) [with TypeHandler = google::protobuf::internal::GenericTypeHandler<google::protobuf::ServiceDescriptorProto>; Value<TypeHandler> = google::protobuf::ServiceDescriptorProto]’:
- /app/include/google/protobuf/repeated_ptr_field.h:1381:52: required from ‘Element* google::protobuf::RepeatedPtrField<T>::Mutable(int) [with Element = google::protobuf::ServiceDescriptorProto]’
- 1381 | return RepeatedPtrFieldBase::Mutable<TypeHandler>(index);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:13096:46: required from here
- 13096 | return _internal_mutable_service()->Mutable(index);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- /app/include/google/protobuf/repeated_ptr_field.h:204:7: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 204 | ABSL_DCHECK_GE(index, 0);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h:205:7: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 205 | ABSL_DCHECK_LT(index, current_size_);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h: In instantiation of ‘google::protobuf::internal::RepeatedPtrFieldBase::Value<TypeHandler>& google::protobuf::internal::RepeatedPtrFieldBase::Get(int) const [with TypeHandler = google::protobuf::internal::GenericTypeHandler<google::protobuf::ServiceDescriptorProto>; Value<TypeHandler> = google::protobuf::ServiceDescriptorProto]’:
- /app/include/google/protobuf/repeated_ptr_field.h:1363:48: required from ‘const Element& google::protobuf::RepeatedPtrField<T>::Get(int) const [with Element = google::protobuf::ServiceDescriptorProto]’
- 1363 | return RepeatedPtrFieldBase::Get<TypeHandler>(index);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:13107:33: required from here
- 13107 | return _internal_service().Get(index);
- | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- /app/include/google/protobuf/repeated_ptr_field.h:289:7: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 289 | ABSL_DCHECK_GE(index, 0);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h:290:7: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 290 | ABSL_DCHECK_LT(index, current_size_);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h: In instantiation of ‘void google::protobuf::internal::RepeatedPtrFieldBase::Clear() [with TypeHandler = google::protobuf::internal::GenericTypeHandler<google::protobuf::FieldDescriptorProto>]’:
- /app/include/google/protobuf/repeated_ptr_field.h:1485:43: required from ‘void google::protobuf::RepeatedPtrField<T>::Clear() [with Element = google::protobuf::FieldDescriptorProto]’
- 1485 | RepeatedPtrFieldBase::Clear<TypeHandler>();
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
- /app/include/google/protobuf/descriptor.pb.h:13141:26: required from here
- 13141 | _impl_.extension_.Clear();
- | ~~~~~~~~~~~~~~~~~~~~~~~^~
- /app/include/google/protobuf/repeated_ptr_field.h:304:5: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 304 | ABSL_DCHECK_GE(n, 0);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h: In instantiation of ‘google::protobuf::internal::RepeatedPtrFieldBase::Value<TypeHandler>* google::protobuf::internal::RepeatedPtrFieldBase::Mutable(int) [with TypeHandler = google::protobuf::internal::GenericTypeHandler<google::protobuf::FieldDescriptorProto>; Value<TypeHandler> = google::protobuf::FieldDescriptorProto]’:
- /app/include/google/protobuf/repeated_ptr_field.h:1381:52: required from ‘Element* google::protobuf::RepeatedPtrField<T>::Mutable(int) [with Element = google::protobuf::FieldDescriptorProto]’
- 1381 | return RepeatedPtrFieldBase::Mutable<TypeHandler>(index);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:13146:48: required from here
- 13146 | return _internal_mutable_extension()->Mutable(index);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- /app/include/google/protobuf/repeated_ptr_field.h:204:7: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 204 | ABSL_DCHECK_GE(index, 0);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h:205:7: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 205 | ABSL_DCHECK_LT(index, current_size_);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h: In instantiation of ‘google::protobuf::internal::RepeatedPtrFieldBase::Value<TypeHandler>& google::protobuf::internal::RepeatedPtrFieldBase::Get(int) const [with TypeHandler = google::protobuf::internal::GenericTypeHandler<google::protobuf::FieldDescriptorProto>; Value<TypeHandler> = google::protobuf::FieldDescriptorProto]’:
- /app/include/google/protobuf/repeated_ptr_field.h:1363:48: required from ‘const Element& google::protobuf::RepeatedPtrField<T>::Get(int) const [with Element = google::protobuf::FieldDescriptorProto]’
- 1363 | return RepeatedPtrFieldBase::Get<TypeHandler>(index);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:13157:35: required from here
- 13157 | return _internal_extension().Get(index);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- /app/include/google/protobuf/repeated_ptr_field.h:289:7: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 289 | ABSL_DCHECK_GE(index, 0);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h:290:7: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 290 | ABSL_DCHECK_LT(index, current_size_);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h: In instantiation of ‘void google::protobuf::internal::RepeatedPtrFieldBase::Clear() [with TypeHandler = google::protobuf::internal::GenericTypeHandler<google::protobuf::DescriptorProto_ExtensionRange>]’:
- /app/include/google/protobuf/repeated_ptr_field.h:1485:43: required from ‘void google::protobuf::RepeatedPtrField<T>::Clear() [with Element = google::protobuf::DescriptorProto_ExtensionRange]’
- 1485 | RepeatedPtrFieldBase::Clear<TypeHandler>();
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
- /app/include/google/protobuf/descriptor.pb.h:13978:32: required from here
- 13978 | _impl_.extension_range_.Clear();
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
- /app/include/google/protobuf/repeated_ptr_field.h:304:5: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 304 | ABSL_DCHECK_GE(n, 0);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h: In instantiation of ‘google::protobuf::internal::RepeatedPtrFieldBase::Value<TypeHandler>* google::protobuf::internal::RepeatedPtrFieldBase::Mutable(int) [with TypeHandler = google::protobuf::internal::GenericTypeHandler<google::protobuf::DescriptorProto_ExtensionRange>; Value<TypeHandler> = google::protobuf::DescriptorProto_ExtensionRange]’:
- /app/include/google/protobuf/repeated_ptr_field.h:1381:52: required from ‘Element* google::protobuf::RepeatedPtrField<T>::Mutable(int) [with Element = google::protobuf::DescriptorProto_ExtensionRange]’
- 1381 | return RepeatedPtrFieldBase::Mutable<TypeHandler>(index);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:13983:54: required from here
- 13983 | return _internal_mutable_extension_range()->Mutable(index);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- /app/include/google/protobuf/repeated_ptr_field.h:204:7: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 204 | ABSL_DCHECK_GE(index, 0);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h:205:7: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 205 | ABSL_DCHECK_LT(index, current_size_);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h: In instantiation of ‘google::protobuf::internal::RepeatedPtrFieldBase::Value<TypeHandler>& google::protobuf::internal::RepeatedPtrFieldBase::Get(int) const [with TypeHandler = google::protobuf::internal::GenericTypeHandler<google::protobuf::DescriptorProto_ExtensionRange>; Value<TypeHandler> = google::protobuf::DescriptorProto_ExtensionRange]’:
- /app/include/google/protobuf/repeated_ptr_field.h:1363:48: required from ‘const Element& google::protobuf::RepeatedPtrField<T>::Get(int) const [with Element = google::protobuf::DescriptorProto_ExtensionRange]’
- 1363 | return RepeatedPtrFieldBase::Get<TypeHandler>(index);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:13994:41: required from here
- 13994 | return _internal_extension_range().Get(index);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- /app/include/google/protobuf/repeated_ptr_field.h:289:7: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 289 | ABSL_DCHECK_GE(index, 0);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h:290:7: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 290 | ABSL_DCHECK_LT(index, current_size_);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h: In instantiation of ‘void google::protobuf::internal::RepeatedPtrFieldBase::Clear() [with TypeHandler = google::protobuf::internal::GenericTypeHandler<google::protobuf::OneofDescriptorProto>]’:
- /app/include/google/protobuf/repeated_ptr_field.h:1485:43: required from ‘void google::protobuf::RepeatedPtrField<T>::Clear() [with Element = google::protobuf::OneofDescriptorProto]’
- 1485 | RepeatedPtrFieldBase::Clear<TypeHandler>();
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
- /app/include/google/protobuf/descriptor.pb.h:14028:27: required from here
- 14028 | _impl_.oneof_decl_.Clear();
- | ~~~~~~~~~~~~~~~~~~~~~~~~^~
- /app/include/google/protobuf/repeated_ptr_field.h:304:5: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 304 | ABSL_DCHECK_GE(n, 0);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h: In instantiation of ‘google::protobuf::internal::RepeatedPtrFieldBase::Value<TypeHandler>* google::protobuf::internal::RepeatedPtrFieldBase::Mutable(int) [with TypeHandler = google::protobuf::internal::GenericTypeHandler<google::protobuf::OneofDescriptorProto>; Value<TypeHandler> = google::protobuf::OneofDescriptorProto]’:
- /app/include/google/protobuf/repeated_ptr_field.h:1381:52: required from ‘Element* google::protobuf::RepeatedPtrField<T>::Mutable(int) [with Element = google::protobuf::OneofDescriptorProto]’
- 1381 | return RepeatedPtrFieldBase::Mutable<TypeHandler>(index);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:14033:49: required from here
- 14033 | return _internal_mutable_oneof_decl()->Mutable(index);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- /app/include/google/protobuf/repeated_ptr_field.h:204:7: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 204 | ABSL_DCHECK_GE(index, 0);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h:205:7: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 205 | ABSL_DCHECK_LT(index, current_size_);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h: In instantiation of ‘google::protobuf::internal::RepeatedPtrFieldBase::Value<TypeHandler>& google::protobuf::internal::RepeatedPtrFieldBase::Get(int) const [with TypeHandler = google::protobuf::internal::GenericTypeHandler<google::protobuf::OneofDescriptorProto>; Value<TypeHandler> = google::protobuf::OneofDescriptorProto]’:
- /app/include/google/protobuf/repeated_ptr_field.h:1363:48: required from ‘const Element& google::protobuf::RepeatedPtrField<T>::Get(int) const [with Element = google::protobuf::OneofDescriptorProto]’
- 1363 | return RepeatedPtrFieldBase::Get<TypeHandler>(index);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:14044:36: required from here
- 14044 | return _internal_oneof_decl().Get(index);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- /app/include/google/protobuf/repeated_ptr_field.h:289:7: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 289 | ABSL_DCHECK_GE(index, 0);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h:290:7: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 290 | ABSL_DCHECK_LT(index, current_size_);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h: In instantiation of ‘void google::protobuf::internal::RepeatedPtrFieldBase::Clear() [with TypeHandler = google::protobuf::internal::GenericTypeHandler<google::protobuf::DescriptorProto_ReservedRange>]’:
- /app/include/google/protobuf/repeated_ptr_field.h:1485:43: required from ‘void google::protobuf::RepeatedPtrField<T>::Clear() [with Element = google::protobuf::DescriptorProto_ReservedRange]’
- 1485 | RepeatedPtrFieldBase::Clear<TypeHandler>();
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
- /app/include/google/protobuf/descriptor.pb.h:14176:31: required from here
- 14176 | _impl_.reserved_range_.Clear();
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
- /app/include/google/protobuf/repeated_ptr_field.h:304:5: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 304 | ABSL_DCHECK_GE(n, 0);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h: In instantiation of ‘google::protobuf::internal::RepeatedPtrFieldBase::Value<TypeHandler>* google::protobuf::internal::RepeatedPtrFieldBase::Mutable(int) [with TypeHandler = google::protobuf::internal::GenericTypeHandler<google::protobuf::DescriptorProto_ReservedRange>; Value<TypeHandler> = google::protobuf::DescriptorProto_ReservedRange]’:
- /app/include/google/protobuf/repeated_ptr_field.h:1381:52: required from ‘Element* google::protobuf::RepeatedPtrField<T>::Mutable(int) [with Element = google::protobuf::DescriptorProto_ReservedRange]’
- 1381 | return RepeatedPtrFieldBase::Mutable<TypeHandler>(index);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:14181:53: required from here
- 14181 | return _internal_mutable_reserved_range()->Mutable(index);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- /app/include/google/protobuf/repeated_ptr_field.h:204:7: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 204 | ABSL_DCHECK_GE(index, 0);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h:205:7: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 205 | ABSL_DCHECK_LT(index, current_size_);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h: In instantiation of ‘google::protobuf::internal::RepeatedPtrFieldBase::Value<TypeHandler>& google::protobuf::internal::RepeatedPtrFieldBase::Get(int) const [with TypeHandler = google::protobuf::internal::GenericTypeHandler<google::protobuf::DescriptorProto_ReservedRange>; Value<TypeHandler> = google::protobuf::DescriptorProto_ReservedRange]’:
- /app/include/google/protobuf/repeated_ptr_field.h:1363:48: required from ‘const Element& google::protobuf::RepeatedPtrField<T>::Get(int) const [with Element = google::protobuf::DescriptorProto_ReservedRange]’
- 1363 | return RepeatedPtrFieldBase::Get<TypeHandler>(index);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:14192:40: required from here
- 14192 | return _internal_reserved_range().Get(index);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- /app/include/google/protobuf/repeated_ptr_field.h:289:7: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 289 | ABSL_DCHECK_GE(index, 0);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h:290:7: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 290 | ABSL_DCHECK_LT(index, current_size_);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h: In instantiation of ‘void google::protobuf::internal::RepeatedPtrFieldBase::Clear() [with TypeHandler = google::protobuf::internal::GenericTypeHandler<google::protobuf::UninterpretedOption>]’:
- /app/include/google/protobuf/repeated_ptr_field.h:1485:43: required from ‘void google::protobuf::RepeatedPtrField<T>::Clear() [with Element = google::protobuf::UninterpretedOption]’
- 1485 | RepeatedPtrFieldBase::Clear<TypeHandler>();
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
- /app/include/google/protobuf/descriptor.pb.h:14551:37: required from here
- 14551 | _impl_.uninterpreted_option_.Clear();
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
- /app/include/google/protobuf/repeated_ptr_field.h:304:5: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 304 | ABSL_DCHECK_GE(n, 0);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h: In instantiation of ‘google::protobuf::internal::RepeatedPtrFieldBase::Value<TypeHandler>* google::protobuf::internal::RepeatedPtrFieldBase::Mutable(int) [with TypeHandler = google::protobuf::internal::GenericTypeHandler<google::protobuf::UninterpretedOption>; Value<TypeHandler> = google::protobuf::UninterpretedOption]’:
- /app/include/google/protobuf/repeated_ptr_field.h:1381:52: required from ‘Element* google::protobuf::RepeatedPtrField<T>::Mutable(int) [with Element = google::protobuf::UninterpretedOption]’
- 1381 | return RepeatedPtrFieldBase::Mutable<TypeHandler>(index);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:14556:59: required from here
- 14556 | return _internal_mutable_uninterpreted_option()->Mutable(index);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- /app/include/google/protobuf/repeated_ptr_field.h:204:7: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 204 | ABSL_DCHECK_GE(index, 0);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h:205:7: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 205 | ABSL_DCHECK_LT(index, current_size_);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h: In instantiation of ‘google::protobuf::internal::RepeatedPtrFieldBase::Value<TypeHandler>& google::protobuf::internal::RepeatedPtrFieldBase::Get(int) const [with TypeHandler = google::protobuf::internal::GenericTypeHandler<google::protobuf::UninterpretedOption>; Value<TypeHandler> = google::protobuf::UninterpretedOption]’:
- /app/include/google/protobuf/repeated_ptr_field.h:1363:48: required from ‘const Element& google::protobuf::RepeatedPtrField<T>::Get(int) const [with Element = google::protobuf::UninterpretedOption]’
- 1363 | return RepeatedPtrFieldBase::Get<TypeHandler>(index);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:14567:46: required from here
- 14567 | return _internal_uninterpreted_option().Get(index);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- /app/include/google/protobuf/repeated_ptr_field.h:289:7: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 289 | ABSL_DCHECK_GE(index, 0);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h:290:7: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 290 | ABSL_DCHECK_LT(index, current_size_);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h: In instantiation of ‘void google::protobuf::internal::RepeatedPtrFieldBase::Clear() [with TypeHandler = google::protobuf::internal::GenericTypeHandler<google::protobuf::ExtensionRangeOptions_Declaration>]’:
- /app/include/google/protobuf/repeated_ptr_field.h:1485:43: required from ‘void google::protobuf::RepeatedPtrField<T>::Clear() [with Element = google::protobuf::ExtensionRangeOptions_Declaration]’
- 1485 | RepeatedPtrFieldBase::Clear<TypeHandler>();
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
- /app/include/google/protobuf/descriptor.pb.h:14601:28: required from here
- 14601 | _impl_.declaration_.Clear();
- | ~~~~~~~~~~~~~~~~~~~~~~~~~^~
- /app/include/google/protobuf/repeated_ptr_field.h:304:5: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 304 | ABSL_DCHECK_GE(n, 0);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h: In instantiation of ‘google::protobuf::internal::RepeatedPtrFieldBase::Value<TypeHandler>* google::protobuf::internal::RepeatedPtrFieldBase::Mutable(int) [with TypeHandler = google::protobuf::internal::GenericTypeHandler<google::protobuf::ExtensionRangeOptions_Declaration>; Value<TypeHandler> = google::protobuf::ExtensionRangeOptions_Declaration]’:
- /app/include/google/protobuf/repeated_ptr_field.h:1381:52: required from ‘Element* google::protobuf::RepeatedPtrField<T>::Mutable(int) [with Element = google::protobuf::ExtensionRangeOptions_Declaration]’
- 1381 | return RepeatedPtrFieldBase::Mutable<TypeHandler>(index);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:14606:50: required from here
- 14606 | return _internal_mutable_declaration()->Mutable(index);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- /app/include/google/protobuf/repeated_ptr_field.h:204:7: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 204 | ABSL_DCHECK_GE(index, 0);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h:205:7: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 205 | ABSL_DCHECK_LT(index, current_size_);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h: In instantiation of ‘google::protobuf::internal::RepeatedPtrFieldBase::Value<TypeHandler>& google::protobuf::internal::RepeatedPtrFieldBase::Get(int) const [with TypeHandler = google::protobuf::internal::GenericTypeHandler<google::protobuf::ExtensionRangeOptions_Declaration>; Value<TypeHandler> = google::protobuf::ExtensionRangeOptions_Declaration]’:
- /app/include/google/protobuf/repeated_ptr_field.h:1363:48: required from ‘const Element& google::protobuf::RepeatedPtrField<T>::Get(int) const [with Element = google::protobuf::ExtensionRangeOptions_Declaration]’
- 1363 | return RepeatedPtrFieldBase::Get<TypeHandler>(index);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:14617:37: required from here
- 14617 | return _internal_declaration().Get(index);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- /app/include/google/protobuf/repeated_ptr_field.h:289:7: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 289 | ABSL_DCHECK_GE(index, 0);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h:290:7: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 290 | ABSL_DCHECK_LT(index, current_size_);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h: In instantiation of ‘void google::protobuf::internal::RepeatedPtrFieldBase::Clear() [with TypeHandler = google::protobuf::internal::GenericTypeHandler<google::protobuf::EnumValueDescriptorProto>]’:
- /app/include/google/protobuf/repeated_ptr_field.h:1485:43: required from ‘void google::protobuf::RepeatedPtrField<T>::Clear() [with Element = google::protobuf::EnumValueDescriptorProto]’
- 1485 | RepeatedPtrFieldBase::Clear<TypeHandler>();
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
- /app/include/google/protobuf/descriptor.pb.h:15677:22: required from here
- 15677 | _impl_.value_.Clear();
- | ~~~~~~~~~~~~~~~~~~~^~
- /app/include/google/protobuf/repeated_ptr_field.h:304:5: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 304 | ABSL_DCHECK_GE(n, 0);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h: In instantiation of ‘google::protobuf::internal::RepeatedPtrFieldBase::Value<TypeHandler>* google::protobuf::internal::RepeatedPtrFieldBase::Mutable(int) [with TypeHandler = google::protobuf::internal::GenericTypeHandler<google::protobuf::EnumValueDescriptorProto>; Value<TypeHandler> = google::protobuf::EnumValueDescriptorProto]’:
- /app/include/google/protobuf/repeated_ptr_field.h:1381:52: required from ‘Element* google::protobuf::RepeatedPtrField<T>::Mutable(int) [with Element = google::protobuf::EnumValueDescriptorProto]’
- 1381 | return RepeatedPtrFieldBase::Mutable<TypeHandler>(index);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:15682:44: required from here
- 15682 | return _internal_mutable_value()->Mutable(index);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- /app/include/google/protobuf/repeated_ptr_field.h:204:7: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 204 | ABSL_DCHECK_GE(index, 0);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h:205:7: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 205 | ABSL_DCHECK_LT(index, current_size_);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h: In instantiation of ‘google::protobuf::internal::RepeatedPtrFieldBase::Value<TypeHandler>& google::protobuf::internal::RepeatedPtrFieldBase::Get(int) const [with TypeHandler = google::protobuf::internal::GenericTypeHandler<google::protobuf::EnumValueDescriptorProto>; Value<TypeHandler> = google::protobuf::EnumValueDescriptorProto]’:
- /app/include/google/protobuf/repeated_ptr_field.h:1363:48: required from ‘const Element& google::protobuf::RepeatedPtrField<T>::Get(int) const [with Element = google::protobuf::EnumValueDescriptorProto]’
- 1363 | return RepeatedPtrFieldBase::Get<TypeHandler>(index);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:15693:31: required from here
- 15693 | return _internal_value().Get(index);
- | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- /app/include/google/protobuf/repeated_ptr_field.h:289:7: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 289 | ABSL_DCHECK_GE(index, 0);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h:290:7: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 290 | ABSL_DCHECK_LT(index, current_size_);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h: In instantiation of ‘void google::protobuf::internal::RepeatedPtrFieldBase::Clear() [with TypeHandler = google::protobuf::internal::GenericTypeHandler<google::protobuf::EnumDescriptorProto_EnumReservedRange>]’:
- /app/include/google/protobuf/repeated_ptr_field.h:1485:43: required from ‘void google::protobuf::RepeatedPtrField<T>::Clear() [with Element = google::protobuf::EnumDescriptorProto_EnumReservedRange]’
- 1485 | RepeatedPtrFieldBase::Clear<TypeHandler>();
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
- /app/include/google/protobuf/descriptor.pb.h:15825:31: required from here
- 15825 | _impl_.reserved_range_.Clear();
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
- /app/include/google/protobuf/repeated_ptr_field.h:304:5: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 304 | ABSL_DCHECK_GE(n, 0);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h: In instantiation of ‘google::protobuf::internal::RepeatedPtrFieldBase::Value<TypeHandler>* google::protobuf::internal::RepeatedPtrFieldBase::Mutable(int) [with TypeHandler = google::protobuf::internal::GenericTypeHandler<google::protobuf::EnumDescriptorProto_EnumReservedRange>; Value<TypeHandler> = google::protobuf::EnumDescriptorProto_EnumReservedRange]’:
- /app/include/google/protobuf/repeated_ptr_field.h:1381:52: required from ‘Element* google::protobuf::RepeatedPtrField<T>::Mutable(int) [with Element = google::protobuf::EnumDescriptorProto_EnumReservedRange]’
- 1381 | return RepeatedPtrFieldBase::Mutable<TypeHandler>(index);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:15830:53: required from here
- 15830 | return _internal_mutable_reserved_range()->Mutable(index);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- /app/include/google/protobuf/repeated_ptr_field.h:204:7: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 204 | ABSL_DCHECK_GE(index, 0);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h:205:7: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 205 | ABSL_DCHECK_LT(index, current_size_);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h: In instantiation of ‘google::protobuf::internal::RepeatedPtrFieldBase::Value<TypeHandler>& google::protobuf::internal::RepeatedPtrFieldBase::Get(int) const [with TypeHandler = google::protobuf::internal::GenericTypeHandler<google::protobuf::EnumDescriptorProto_EnumReservedRange>; Value<TypeHandler> = google::protobuf::EnumDescriptorProto_EnumReservedRange]’:
- /app/include/google/protobuf/repeated_ptr_field.h:1363:48: required from ‘const Element& google::protobuf::RepeatedPtrField<T>::Get(int) const [with Element = google::protobuf::EnumDescriptorProto_EnumReservedRange]’
- 1363 | return RepeatedPtrFieldBase::Get<TypeHandler>(index);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:15841:40: required from here
- 15841 | return _internal_reserved_range().Get(index);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- /app/include/google/protobuf/repeated_ptr_field.h:289:7: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 289 | ABSL_DCHECK_GE(index, 0);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h:290:7: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 290 | ABSL_DCHECK_LT(index, current_size_);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h: In instantiation of ‘void google::protobuf::internal::RepeatedPtrFieldBase::Clear() [with TypeHandler = google::protobuf::internal::GenericTypeHandler<google::protobuf::MethodDescriptorProto>]’:
- /app/include/google/protobuf/repeated_ptr_field.h:1485:43: required from ‘void google::protobuf::RepeatedPtrField<T>::Clear() [with Element = google::protobuf::MethodDescriptorProto]’
- 1485 | RepeatedPtrFieldBase::Clear<TypeHandler>();
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
- /app/include/google/protobuf/descriptor.pb.h:16242:23: required from here
- 16242 | _impl_.method_.Clear();
- | ~~~~~~~~~~~~~~~~~~~~^~
- /app/include/google/protobuf/repeated_ptr_field.h:304:5: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 304 | ABSL_DCHECK_GE(n, 0);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h: In instantiation of ‘google::protobuf::internal::RepeatedPtrFieldBase::Value<TypeHandler>* google::protobuf::internal::RepeatedPtrFieldBase::Mutable(int) [with TypeHandler = google::protobuf::internal::GenericTypeHandler<google::protobuf::MethodDescriptorProto>; Value<TypeHandler> = google::protobuf::MethodDescriptorProto]’:
- /app/include/google/protobuf/repeated_ptr_field.h:1381:52: required from ‘Element* google::protobuf::RepeatedPtrField<T>::Mutable(int) [with Element = google::protobuf::MethodDescriptorProto]’
- 1381 | return RepeatedPtrFieldBase::Mutable<TypeHandler>(index);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:16247:45: required from here
- 16247 | return _internal_mutable_method()->Mutable(index);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- /app/include/google/protobuf/repeated_ptr_field.h:204:7: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 204 | ABSL_DCHECK_GE(index, 0);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h:205:7: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 205 | ABSL_DCHECK_LT(index, current_size_);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h: In instantiation of ‘google::protobuf::internal::RepeatedPtrFieldBase::Value<TypeHandler>& google::protobuf::internal::RepeatedPtrFieldBase::Get(int) const [with TypeHandler = google::protobuf::internal::GenericTypeHandler<google::protobuf::MethodDescriptorProto>; Value<TypeHandler> = google::protobuf::MethodDescriptorProto]’:
- /app/include/google/protobuf/repeated_ptr_field.h:1363:48: required from ‘const Element& google::protobuf::RepeatedPtrField<T>::Get(int) const [with Element = google::protobuf::MethodDescriptorProto]’
- 1363 | return RepeatedPtrFieldBase::Get<TypeHandler>(index);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:16258:32: required from here
- 16258 | return _internal_method().Get(index);
- | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- /app/include/google/protobuf/repeated_ptr_field.h:289:7: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 289 | ABSL_DCHECK_GE(index, 0);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h:290:7: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 290 | ABSL_DCHECK_LT(index, current_size_);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h: In instantiation of ‘void google::protobuf::internal::RepeatedPtrFieldBase::Clear() [with TypeHandler = google::protobuf::internal::GenericTypeHandler<google::protobuf::FieldOptions_EditionDefault>]’:
- /app/include/google/protobuf/repeated_ptr_field.h:1485:43: required from ‘void google::protobuf::RepeatedPtrField<T>::Clear() [with Element = google::protobuf::FieldOptions_EditionDefault]’
- 1485 | RepeatedPtrFieldBase::Clear<TypeHandler>();
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
- /app/include/google/protobuf/descriptor.pb.h:18731:33: required from here
- 18731 | _impl_.edition_defaults_.Clear();
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
- /app/include/google/protobuf/repeated_ptr_field.h:304:5: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 304 | ABSL_DCHECK_GE(n, 0);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h: In instantiation of ‘google::protobuf::internal::RepeatedPtrFieldBase::Value<TypeHandler>* google::protobuf::internal::RepeatedPtrFieldBase::Mutable(int) [with TypeHandler = google::protobuf::internal::GenericTypeHandler<google::protobuf::FieldOptions_EditionDefault>; Value<TypeHandler> = google::protobuf::FieldOptions_EditionDefault]’:
- /app/include/google/protobuf/repeated_ptr_field.h:1381:52: required from ‘Element* google::protobuf::RepeatedPtrField<T>::Mutable(int) [with Element = google::protobuf::FieldOptions_EditionDefault]’
- 1381 | return RepeatedPtrFieldBase::Mutable<TypeHandler>(index);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:18736:55: required from here
- 18736 | return _internal_mutable_edition_defaults()->Mutable(index);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- /app/include/google/protobuf/repeated_ptr_field.h:204:7: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 204 | ABSL_DCHECK_GE(index, 0);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h:205:7: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 205 | ABSL_DCHECK_LT(index, current_size_);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h: In instantiation of ‘google::protobuf::internal::RepeatedPtrFieldBase::Value<TypeHandler>& google::protobuf::internal::RepeatedPtrFieldBase::Get(int) const [with TypeHandler = google::protobuf::internal::GenericTypeHandler<google::protobuf::FieldOptions_EditionDefault>; Value<TypeHandler> = google::protobuf::FieldOptions_EditionDefault]’:
- /app/include/google/protobuf/repeated_ptr_field.h:1363:48: required from ‘const Element& google::protobuf::RepeatedPtrField<T>::Get(int) const [with Element = google::protobuf::FieldOptions_EditionDefault]’
- 1363 | return RepeatedPtrFieldBase::Get<TypeHandler>(index);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:18747:42: required from here
- 18747 | return _internal_edition_defaults().Get(index);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- /app/include/google/protobuf/repeated_ptr_field.h:289:7: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 289 | ABSL_DCHECK_GE(index, 0);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h:290:7: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 290 | ABSL_DCHECK_LT(index, current_size_);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h: In instantiation of ‘void google::protobuf::internal::RepeatedPtrFieldBase::Clear() [with TypeHandler = google::protobuf::internal::GenericTypeHandler<google::protobuf::UninterpretedOption_NamePart>]’:
- /app/include/google/protobuf/repeated_ptr_field.h:1485:43: required from ‘void google::protobuf::RepeatedPtrField<T>::Clear() [with Element = google::protobuf::UninterpretedOption_NamePart]’
- 1485 | RepeatedPtrFieldBase::Clear<TypeHandler>();
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
- /app/include/google/protobuf/descriptor.pb.h:20217:21: required from here
- 20217 | _impl_.name_.Clear();
- | ~~~~~~~~~~~~~~~~~~^~
- /app/include/google/protobuf/repeated_ptr_field.h:304:5: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 304 | ABSL_DCHECK_GE(n, 0);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h: In instantiation of ‘google::protobuf::internal::RepeatedPtrFieldBase::Value<TypeHandler>* google::protobuf::internal::RepeatedPtrFieldBase::Mutable(int) [with TypeHandler = google::protobuf::internal::GenericTypeHandler<google::protobuf::UninterpretedOption_NamePart>; Value<TypeHandler> = google::protobuf::UninterpretedOption_NamePart]’:
- /app/include/google/protobuf/repeated_ptr_field.h:1381:52: required from ‘Element* google::protobuf::RepeatedPtrField<T>::Mutable(int) [with Element = google::protobuf::UninterpretedOption_NamePart]’
- 1381 | return RepeatedPtrFieldBase::Mutable<TypeHandler>(index);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:20222:43: required from here
- 20222 | return _internal_mutable_name()->Mutable(index);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- /app/include/google/protobuf/repeated_ptr_field.h:204:7: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 204 | ABSL_DCHECK_GE(index, 0);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h:205:7: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 205 | ABSL_DCHECK_LT(index, current_size_);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h: In instantiation of ‘google::protobuf::internal::RepeatedPtrFieldBase::Value<TypeHandler>& google::protobuf::internal::RepeatedPtrFieldBase::Get(int) const [with TypeHandler = google::protobuf::internal::GenericTypeHandler<google::protobuf::UninterpretedOption_NamePart>; Value<TypeHandler> = google::protobuf::UninterpretedOption_NamePart]’:
- /app/include/google/protobuf/repeated_ptr_field.h:1363:48: required from ‘const Element& google::protobuf::RepeatedPtrField<T>::Get(int) const [with Element = google::protobuf::UninterpretedOption_NamePart]’
- 1363 | return RepeatedPtrFieldBase::Get<TypeHandler>(index);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:20233:30: required from here
- 20233 | return _internal_name().Get(index);
- | ~~~~~~~~~~~~~~~~~~~~^~~~~~~
- /app/include/google/protobuf/repeated_ptr_field.h:289:7: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 289 | ABSL_DCHECK_GE(index, 0);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h:290:7: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 290 | ABSL_DCHECK_LT(index, current_size_);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h: In instantiation of ‘void google::protobuf::internal::RepeatedPtrFieldBase::Clear() [with TypeHandler = google::protobuf::internal::GenericTypeHandler<google::protobuf::FeatureSetDefaults_FeatureSetEditionDefault>]’:
- /app/include/google/protobuf/repeated_ptr_field.h:1485:43: required from ‘void google::protobuf::RepeatedPtrField<T>::Clear() [with Element = google::protobuf::FeatureSetDefaults_FeatureSetEditionDefault]’
- 1485 | RepeatedPtrFieldBase::Clear<TypeHandler>();
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
- /app/include/google/protobuf/descriptor.pb.h:21049:25: required from here
- 21049 | _impl_.defaults_.Clear();
- | ~~~~~~~~~~~~~~~~~~~~~~^~
- /app/include/google/protobuf/repeated_ptr_field.h:304:5: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 304 | ABSL_DCHECK_GE(n, 0);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h: In instantiation of ‘google::protobuf::internal::RepeatedPtrFieldBase::Value<TypeHandler>* google::protobuf::internal::RepeatedPtrFieldBase::Mutable(int) [with TypeHandler = google::protobuf::internal::GenericTypeHandler<google::protobuf::FeatureSetDefaults_FeatureSetEditionDefault>; Value<TypeHandler> = google::protobuf::FeatureSetDefaults_FeatureSetEditionDefault]’:
- /app/include/google/protobuf/repeated_ptr_field.h:1381:52: required from ‘Element* google::protobuf::RepeatedPtrField<T>::Mutable(int) [with Element = google::protobuf::FeatureSetDefaults_FeatureSetEditionDefault]’
- 1381 | return RepeatedPtrFieldBase::Mutable<TypeHandler>(index);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:21054:47: required from here
- 21054 | return _internal_mutable_defaults()->Mutable(index);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- /app/include/google/protobuf/repeated_ptr_field.h:204:7: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 204 | ABSL_DCHECK_GE(index, 0);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h:205:7: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 205 | ABSL_DCHECK_LT(index, current_size_);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h: In instantiation of ‘google::protobuf::internal::RepeatedPtrFieldBase::Value<TypeHandler>& google::protobuf::internal::RepeatedPtrFieldBase::Get(int) const [with TypeHandler = google::protobuf::internal::GenericTypeHandler<google::protobuf::FeatureSetDefaults_FeatureSetEditionDefault>; Value<TypeHandler> = google::protobuf::FeatureSetDefaults_FeatureSetEditionDefault]’:
- /app/include/google/protobuf/repeated_ptr_field.h:1363:48: required from ‘const Element& google::protobuf::RepeatedPtrField<T>::Get(int) const [with Element = google::protobuf::FeatureSetDefaults_FeatureSetEditionDefault]’
- 1363 | return RepeatedPtrFieldBase::Get<TypeHandler>(index);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:21065:34: required from here
- 21065 | return _internal_defaults().Get(index);
- | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- /app/include/google/protobuf/repeated_ptr_field.h:289:7: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 289 | ABSL_DCHECK_GE(index, 0);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h:290:7: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 290 | ABSL_DCHECK_LT(index, current_size_);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h: In instantiation of ‘void google::protobuf::internal::RepeatedPtrFieldBase::Clear() [with TypeHandler = google::protobuf::internal::GenericTypeHandler<google::protobuf::SourceCodeInfo_Location>]’:
- /app/include/google/protobuf/repeated_ptr_field.h:1485:43: required from ‘void google::protobuf::RepeatedPtrField<T>::Clear() [with Element = google::protobuf::SourceCodeInfo_Location]’
- 1485 | RepeatedPtrFieldBase::Clear<TypeHandler>();
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
- /app/include/google/protobuf/descriptor.pb.h:21463:25: required from here
- 21463 | _impl_.location_.Clear();
- | ~~~~~~~~~~~~~~~~~~~~~~^~
- /app/include/google/protobuf/repeated_ptr_field.h:304:5: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 304 | ABSL_DCHECK_GE(n, 0);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h: In instantiation of ‘google::protobuf::internal::RepeatedPtrFieldBase::Value<TypeHandler>* google::protobuf::internal::RepeatedPtrFieldBase::Mutable(int) [with TypeHandler = google::protobuf::internal::GenericTypeHandler<google::protobuf::SourceCodeInfo_Location>; Value<TypeHandler> = google::protobuf::SourceCodeInfo_Location]’:
- /app/include/google/protobuf/repeated_ptr_field.h:1381:52: required from ‘Element* google::protobuf::RepeatedPtrField<T>::Mutable(int) [with Element = google::protobuf::SourceCodeInfo_Location]’
- 1381 | return RepeatedPtrFieldBase::Mutable<TypeHandler>(index);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:21468:47: required from here
- 21468 | return _internal_mutable_location()->Mutable(index);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- /app/include/google/protobuf/repeated_ptr_field.h:204:7: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 204 | ABSL_DCHECK_GE(index, 0);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h:205:7: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 205 | ABSL_DCHECK_LT(index, current_size_);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h: In instantiation of ‘google::protobuf::internal::RepeatedPtrFieldBase::Value<TypeHandler>& google::protobuf::internal::RepeatedPtrFieldBase::Get(int) const [with TypeHandler = google::protobuf::internal::GenericTypeHandler<google::protobuf::SourceCodeInfo_Location>; Value<TypeHandler> = google::protobuf::SourceCodeInfo_Location]’:
- /app/include/google/protobuf/repeated_ptr_field.h:1363:48: required from ‘const Element& google::protobuf::RepeatedPtrField<T>::Get(int) const [with Element = google::protobuf::SourceCodeInfo_Location]’
- 1363 | return RepeatedPtrFieldBase::Get<TypeHandler>(index);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:21479:34: required from here
- 21479 | return _internal_location().Get(index);
- | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- /app/include/google/protobuf/repeated_ptr_field.h:289:7: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 289 | ABSL_DCHECK_GE(index, 0);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h:290:7: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 290 | ABSL_DCHECK_LT(index, current_size_);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h: In instantiation of ‘void google::protobuf::internal::RepeatedPtrFieldBase::Clear() [with TypeHandler = google::protobuf::internal::GenericTypeHandler<google::protobuf::GeneratedCodeInfo_Annotation>]’:
- /app/include/google/protobuf/repeated_ptr_field.h:1485:43: required from ‘void google::protobuf::RepeatedPtrField<T>::Clear() [with Element = google::protobuf::GeneratedCodeInfo_Annotation]’
- 1485 | RepeatedPtrFieldBase::Clear<TypeHandler>();
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
- /app/include/google/protobuf/descriptor.pb.h:21723:27: required from here
- 21723 | _impl_.annotation_.Clear();
- | ~~~~~~~~~~~~~~~~~~~~~~~~^~
- /app/include/google/protobuf/repeated_ptr_field.h:304:5: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 304 | ABSL_DCHECK_GE(n, 0);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h: In instantiation of ‘google::protobuf::internal::RepeatedPtrFieldBase::Value<TypeHandler>* google::protobuf::internal::RepeatedPtrFieldBase::Mutable(int) [with TypeHandler = google::protobuf::internal::GenericTypeHandler<google::protobuf::GeneratedCodeInfo_Annotation>; Value<TypeHandler> = google::protobuf::GeneratedCodeInfo_Annotation]’:
- /app/include/google/protobuf/repeated_ptr_field.h:1381:52: required from ‘Element* google::protobuf::RepeatedPtrField<T>::Mutable(int) [with Element = google::protobuf::GeneratedCodeInfo_Annotation]’
- 1381 | return RepeatedPtrFieldBase::Mutable<TypeHandler>(index);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:21728:49: required from here
- 21728 | return _internal_mutable_annotation()->Mutable(index);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- /app/include/google/protobuf/repeated_ptr_field.h:204:7: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 204 | ABSL_DCHECK_GE(index, 0);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h:205:7: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 205 | ABSL_DCHECK_LT(index, current_size_);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h: In instantiation of ‘google::protobuf::internal::RepeatedPtrFieldBase::Value<TypeHandler>& google::protobuf::internal::RepeatedPtrFieldBase::Get(int) const [with TypeHandler = google::protobuf::internal::GenericTypeHandler<google::protobuf::GeneratedCodeInfo_Annotation>; Value<TypeHandler> = google::protobuf::GeneratedCodeInfo_Annotation]’:
- /app/include/google/protobuf/repeated_ptr_field.h:1363:48: required from ‘const Element& google::protobuf::RepeatedPtrField<T>::Get(int) const [with Element = google::protobuf::GeneratedCodeInfo_Annotation]’
- 1363 | return RepeatedPtrFieldBase::Get<TypeHandler>(index);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:21739:36: required from here
- 21739 | return _internal_annotation().Get(index);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- /app/include/google/protobuf/repeated_ptr_field.h:289:7: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 289 | ABSL_DCHECK_GE(index, 0);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h:290:7: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 290 | ABSL_DCHECK_LT(index, current_size_);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /usr/include/absl/strings/cord.h: In instantiation of ‘H absl::lts_20240722::Cord::HashFragmented(H) const [with H = absl::lts_20240722::hash_internal::MixingHashState]’:
- /usr/include/absl/strings/cord.h:824:28: required from ‘H absl::lts_20240722::AbslHashValue(H, const Cord&) [with H = hash_internal::MixingHashState]’
- 824 | return c.HashFragmented(std::move(hash_state));
- | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/absl/hash/internal/hash.h:948:27: required from ‘static absl::lts_20240722::enable_if_t<((bool)std::is_same<H, decltype (absl::lts_20240722::hash_internal::AbslHashValue(std::move(state), value))>::value), H> absl::lts_20240722::hash_internal::HashSelect::HashValueProbe::Invoke(H, const T&) [with H = absl::lts_20240722::hash_internal::MixingHashState; T = absl::lts_20240722::Cord; absl::lts_20240722::enable_if_t<((bool)std::is_same<H, decltype (absl::lts_20240722::hash_internal::AbslHashValue(std::move(state), value))>::value), H> = absl::lts_20240722::hash_internal::MixingHashState; decltype (absl::lts_20240722::hash_internal::AbslHashValue(std::move(state), value)) = absl::lts_20240722::hash_internal::MixingHashState]’
- 948 | return AbslHashValue(std::move(state), value);
- | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/absl/hash/internal/hash.h:1321:73: required from ‘static H absl::lts_20240722::hash_internal::HashStateBase<H>::combine(H, const T&, const Ts& ...) [with T = absl::lts_20240722::Cord; Ts = {}; H = absl::lts_20240722::hash_internal::MixingHashState]’
- 1321 | return H::combine(hash_internal::HashSelect::template Apply<T>::Invoke(
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
- 1322 | std::move(state), value),
- | ~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/absl/hash/internal/hash.h:1056:39: required from ‘static size_t absl::lts_20240722::hash_internal::MixingHashState::hash(const T&) [with T = absl::lts_20240722::Cord; typename std::enable_if<(! absl::lts_20240722::conjunction<std::is_integral<_Tp>, absl::lts_20240722::hash_internal::is_uniquely_represented<T, void> >::value), int>::type <anonymous> = 0; size_t = long unsigned int]’
- 1056 | return static_cast<size_t>(combine(MixingHashState{}, value).state_);
- | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/absl/hash/internal/hash.h:1310:33: required from ‘size_t absl::lts_20240722::hash_internal::HashImpl<T>::operator()(const T&) const [with T = absl::lts_20240722::Cord; size_t = long unsigned int]’
- 1310 | return MixingHashState::hash(value);
- | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- /usr/include/absl/container/internal/hash_function_defaults.h:83:36: required from here
- 83 | return absl::Hash<absl::Cord>{}(v);
- | ~~~~~~~~~~~~~~~~~~~~~~~~^~~
- /usr/include/absl/strings/cord.h:1102:18: error: cannot convert ‘absl::lts_20240722::Cord::HashFragmented<absl::lts_20240722::hash_internal::MixingHashState>(absl::lts_20240722::hash_internal::MixingHashState) const::<lambda(int)>’ to ‘int’
- 1102 | ForEachChunk([&combiner, &hash_state](absl::string_view chunk) {
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- | |
- | absl::lts_20240722::Cord::HashFragmented<absl::lts_20240722::hash_internal::MixingHashState>(absl::lts_20240722::hash_internal::MixingHashState) const::<lambda(int)>
- 1103 | hash_state = combiner.add_buffer(std::move(hash_state), chunk.data(),
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 1104 | chunk.size());
- | ~~~~~~~~~~~~~~
- 1105 | });
- | ~
- /usr/include/absl/strings/cord.h:1698:48: note: initializing argument 1 of ‘void absl::lts_20240722::Cord::ForEachChunk(int) const’
- 1698 | absl::FunctionRef<void(absl::string_view)> callback) const {
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
- [2/3] /run/ccache/bin/c++ -I/run/build/monero-gui -O2 -pipe -g -Wp,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -pthread -std=gnu++11 -o CMakeFiles/cmTC_a3eab.dir/test-protobuf.pb.cc.o -c /run/build/monero-gui/test-protobuf.pb.cc
- FAILED: CMakeFiles/cmTC_a3eab.dir/test-protobuf.pb.cc.o
- /run/ccache/bin/c++ -I/run/build/monero-gui -O2 -pipe -g -Wp,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -pthread -std=gnu++11 -o CMakeFiles/cmTC_a3eab.dir/test-protobuf.pb.cc.o -c /run/build/monero-gui/test-protobuf.pb.cc
- In file included from /usr/include/absl/base/config.h:92,
- from /usr/include/absl/base/attributes.h:37,
- from /usr/include/absl/log/absl_vlog_is_on.h:59,
- from /usr/include/absl/log/internal/log_impl.h:18,
- from /usr/include/absl/log/absl_log.h:36,
- from /app/include/google/protobuf/io/coded_stream.h:107,
- from /run/build/monero-gui/test-protobuf.pb.h:20,
- from /run/build/monero-gui/test-protobuf.pb.cc:6:
- /usr/include/absl/base/policy_checks.h:79:2: error: #error "C++ versions less than C++14 are not supported."
- 79 | #error "C++ versions less than C++14 are not supported."
- | ^~~~~
- In file included from /usr/include/absl/base/internal/nullability_impl.h:23,
- from /usr/include/absl/base/nullability.h:162,
- from /usr/include/absl/strings/string_view.h:40,
- from /usr/include/absl/log/internal/vlog_config.h:39,
- from /usr/include/absl/log/absl_vlog_is_on.h:61:
- /usr/include/absl/meta/type_traits.h:586:10: error: ‘enable_if_t’ is not a member of ‘std’
- 586 | std::enable_if_t<std::is_class<typename T::absl_internal_is_view>::value>>
- | ^~~~~~~~~~~
- /usr/include/absl/meta/type_traits.h:586:10: note: ‘std::enable_if_t’ is only available from C++14 onwards
- /usr/include/absl/meta/type_traits.h:586:10: error: ‘enable_if_t’ is not a member of ‘std’
- /usr/include/absl/meta/type_traits.h:586:10: note: ‘std::enable_if_t’ is only available from C++14 onwards
- /usr/include/absl/meta/type_traits.h:586:72: error: type/value mismatch at argument 2 in template parameter list for ‘template<class T, class> struct absl::lts_20240722::type_traits_internal::IsOwnerImpl’
- 586 | std::enable_if_t<std::is_class<typename T::absl_internal_is_view>::value>>
- | ^~~~~
- /usr/include/absl/meta/type_traits.h:586:72: note: expected a type, got ‘(<expression error> < std::is_class<typename T::absl_internal_is_view>::value)’
- /usr/include/absl/meta/type_traits.h:586:77: error: expected unqualified-id before ‘>’ token
- 586 | std::enable_if_t<std::is_class<typename T::absl_internal_is_view>::value>>
- | ^~
- /usr/include/absl/meta/type_traits.h:618:10: error: ‘enable_if_t’ is not a member of ‘std’
- 618 | std::enable_if_t<std::is_class<typename T::absl_internal_is_view>::value>>
- | ^~~~~~~~~~~
- /usr/include/absl/meta/type_traits.h:618:10: note: ‘std::enable_if_t’ is only available from C++14 onwards
- /usr/include/absl/meta/type_traits.h:618:10: error: ‘enable_if_t’ is not a member of ‘std’
- /usr/include/absl/meta/type_traits.h:618:10: note: ‘std::enable_if_t’ is only available from C++14 onwards
- /usr/include/absl/meta/type_traits.h:618:72: error: type/value mismatch at argument 2 in template parameter list for ‘template<class T, class> struct absl::lts_20240722::type_traits_internal::IsViewImpl’
- 618 | std::enable_if_t<std::is_class<typename T::absl_internal_is_view>::value>>
- | ^~~~~
- /usr/include/absl/meta/type_traits.h:618:72: note: expected a type, got ‘(<expression error> < std::is_class<typename T::absl_internal_is_view>::value)’
- /usr/include/absl/meta/type_traits.h:618:77: error: expected unqualified-id before ‘>’ token
- 618 | std::enable_if_t<std::is_class<typename T::absl_internal_is_view>::value>>
- | ^~
- /usr/include/absl/base/internal/nullability_impl.h:57:60: error: ‘remove_cv_t’ is not a member of ‘std’; did you mean ‘remove_cv’?
- 57 | static_assert(nullability_internal::IsSupportedType<std::remove_cv_t<T>>,
- | ^~~~~~~~~~~
- | remove_cv
- /usr/include/absl/base/internal/nullability_impl.h:57:60: error: ‘remove_cv_t’ is not a member of ‘std’; did you mean ‘remove_cv’?
- 57 | static_assert(nullability_internal::IsSupportedType<std::remove_cv_t<T>>,
- | ^~~~~~~~~~~
- | remove_cv
- /usr/include/absl/base/internal/nullability_impl.h:57:72: error: template argument 1 is invalid
- 57 | static_assert(nullability_internal::IsSupportedType<std::remove_cv_t<T>>,
- | ^
- /usr/include/absl/base/internal/nullability_impl.h:57:75: error: expected primary-expression before ‘,’ token
- 57 | static_assert(nullability_internal::IsSupportedType<std::remove_cv_t<T>>,
- | ^
- /usr/include/absl/base/internal/nullability_impl.h:65:60: error: ‘remove_cv_t’ is not a member of ‘std’; did you mean ‘remove_cv’?
- 65 | static_assert(nullability_internal::IsSupportedType<std::remove_cv_t<T>>,
- | ^~~~~~~~~~~
- | remove_cv
- /usr/include/absl/base/internal/nullability_impl.h:65:60: error: ‘remove_cv_t’ is not a member of ‘std’; did you mean ‘remove_cv’?
- 65 | static_assert(nullability_internal::IsSupportedType<std::remove_cv_t<T>>,
- | ^~~~~~~~~~~
- | remove_cv
- /usr/include/absl/base/internal/nullability_impl.h:65:72: error: template argument 1 is invalid
- 65 | static_assert(nullability_internal::IsSupportedType<std::remove_cv_t<T>>,
- | ^
- /usr/include/absl/base/internal/nullability_impl.h:65:75: error: expected primary-expression before ‘,’ token
- 65 | static_assert(nullability_internal::IsSupportedType<std::remove_cv_t<T>>,
- | ^
- /usr/include/absl/base/internal/nullability_impl.h:73:60: error: ‘remove_cv_t’ is not a member of ‘std’; did you mean ‘remove_cv’?
- 73 | static_assert(nullability_internal::IsSupportedType<std::remove_cv_t<T>>,
- | ^~~~~~~~~~~
- | remove_cv
- /usr/include/absl/base/internal/nullability_impl.h:73:60: error: ‘remove_cv_t’ is not a member of ‘std’; did you mean ‘remove_cv’?
- 73 | static_assert(nullability_internal::IsSupportedType<std::remove_cv_t<T>>,
- | ^~~~~~~~~~~
- | remove_cv
- /usr/include/absl/base/internal/nullability_impl.h:73:72: error: template argument 1 is invalid
- 73 | static_assert(nullability_internal::IsSupportedType<std::remove_cv_t<T>>,
- | ^
- /usr/include/absl/base/internal/nullability_impl.h:73:75: error: expected primary-expression before ‘,’ token
- 73 | static_assert(nullability_internal::IsSupportedType<std::remove_cv_t<T>>,
- | ^
- /usr/include/absl/strings/string_view.h:53:26: error: ‘string_view’ in namespace ‘std’ does not name a type
- 53 | using string_view = std::string_view;
- | ^~~~~~~~~~~
- /usr/include/absl/strings/string_view.h:53:21: note: ‘std::string_view’ is only available from C++17 onwards
- 53 | using string_view = std::string_view;
- | ^~~
- /usr/include/absl/strings/string_view.h:752:8: error: ‘string_view’ does not name a type
- 752 | inline string_view ClippedSubstr(string_view s, size_t pos,
- | ^~~~~~~~~~~
- /usr/include/absl/strings/string_view.h:763:11: error: ‘string_view’ does not name a type
- 763 | constexpr string_view NullSafeStringView(absl::Nullable<const char*> p) {
- | ^~~~~~~~~~~
- /usr/include/absl/log/internal/vlog_config.h:128:21: error: ‘string_view’ is not a member of ‘absl’
- 128 | int VLogLevel(absl::string_view file);
- | ^~~~~~~~~~~
- /usr/include/absl/log/internal/vlog_config.h:140:6: error: variable or field ‘UpdateVModule’ declared void
- 140 | void UpdateVModule(absl::string_view vmodule);
- | ^~~~~~~~~~~~~
- /usr/include/absl/log/internal/vlog_config.h:140:26: error: ‘string_view’ is not a member of ‘absl’
- 140 | void UpdateVModule(absl::string_view vmodule);
- | ^~~~~~~~~~~
- /usr/include/absl/log/internal/vlog_config.h:150:26: error: ‘string_view’ is not a member of ‘absl’
- 150 | int PrependVModule(absl::string_view module_pattern, int log_level);
- | ^~~~~~~~~~~
- /usr/include/absl/log/internal/vlog_config.h:150:54: error: expected primary-expression before ‘int’
- 150 | int PrependVModule(absl::string_view module_pattern, int log_level);
- | ^~~
- /usr/include/absl/log/internal/vlog_config.h:150:67: error: expression list treated as compound expression in initializer [-fpermissive]
- 150 | int PrependVModule(absl::string_view module_pattern, int log_level);
- | ^
- In file included from /usr/include/absl/log/internal/log_message.h:39,
- from /usr/include/absl/log/internal/log_impl.h:20:
- /usr/include/absl/base/log_severity.h: In function ‘constexpr const char* absl::lts_20240722::LogSeverityName(LogSeverity)’:
- /usr/include/absl/base/log_severity.h:109:1: error: body of ‘constexpr’ function ‘constexpr const char* absl::lts_20240722::LogSeverityName(LogSeverity)’ not a return-statement
- 109 | }
- | ^
- /usr/include/absl/base/log_severity.h: In function ‘constexpr absl::lts_20240722::LogSeverity absl::lts_20240722::NormalizeLogSeverity(LogSeverity)’:
- /usr/include/absl/base/log_severity.h:120:1: error: body of ‘constexpr’ function ‘constexpr absl::lts_20240722::LogSeverity absl::lts_20240722::NormalizeLogSeverity(LogSeverity)’ not a return-statement
- 120 | }
- | ^
- In file included from /usr/include/absl/time/time.h:97,
- from /usr/include/absl/log/log_entry.h:35,
- from /usr/include/absl/log/internal/log_message.h:41:
- /usr/include/absl/time/civil_time.h: At global scope:
- /usr/include/absl/time/civil_time.h:515:27: error: ‘string_view’ is not a member of ‘absl’
- 515 | bool ParseCivilTime(absl::string_view s, CivilSecond* c);
- | ^~~~~~~~~~~
- /usr/include/absl/time/civil_time.h:515:53: error: expected primary-expression before ‘*’ token
- 515 | bool ParseCivilTime(absl::string_view s, CivilSecond* c);
- | ^
- /usr/include/absl/time/civil_time.h:515:55: error: ‘c’ was not declared in this scope
- 515 | bool ParseCivilTime(absl::string_view s, CivilSecond* c);
- | ^
- /usr/include/absl/time/civil_time.h:515:56: error: expression list treated as compound expression in initializer [-fpermissive]
- 515 | bool ParseCivilTime(absl::string_view s, CivilSecond* c);
- | ^
- /usr/include/absl/time/civil_time.h:516:6: error: redefinition of ‘bool absl::lts_20240722::ParseCivilTime’
- 516 | bool ParseCivilTime(absl::string_view s, CivilMinute* c);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/time/civil_time.h:515:6: note: ‘bool absl::lts_20240722::ParseCivilTime’ previously defined here
- 515 | bool ParseCivilTime(absl::string_view s, CivilSecond* c);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/time/civil_time.h:516:27: error: ‘string_view’ is not a member of ‘absl’
- 516 | bool ParseCivilTime(absl::string_view s, CivilMinute* c);
- | ^~~~~~~~~~~
- /usr/include/absl/time/civil_time.h:516:53: error: expected primary-expression before ‘*’ token
- 516 | bool ParseCivilTime(absl::string_view s, CivilMinute* c);
- | ^
- /usr/include/absl/time/civil_time.h:516:55: error: ‘c’ was not declared in this scope
- 516 | bool ParseCivilTime(absl::string_view s, CivilMinute* c);
- | ^
- /usr/include/absl/time/civil_time.h:517:6: error: redefinition of ‘bool absl::lts_20240722::ParseCivilTime’
- 517 | bool ParseCivilTime(absl::string_view s, CivilHour* c);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/time/civil_time.h:515:6: note: ‘bool absl::lts_20240722::ParseCivilTime’ previously defined here
- 515 | bool ParseCivilTime(absl::string_view s, CivilSecond* c);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/time/civil_time.h:517:27: error: ‘string_view’ is not a member of ‘absl’
- 517 | bool ParseCivilTime(absl::string_view s, CivilHour* c);
- | ^~~~~~~~~~~
- /usr/include/absl/time/civil_time.h:517:51: error: expected primary-expression before ‘*’ token
- 517 | bool ParseCivilTime(absl::string_view s, CivilHour* c);
- | ^
- /usr/include/absl/time/civil_time.h:517:53: error: ‘c’ was not declared in this scope
- 517 | bool ParseCivilTime(absl::string_view s, CivilHour* c);
- | ^
- /usr/include/absl/time/civil_time.h:518:6: error: redefinition of ‘bool absl::lts_20240722::ParseCivilTime’
- 518 | bool ParseCivilTime(absl::string_view s, CivilDay* c);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/time/civil_time.h:515:6: note: ‘bool absl::lts_20240722::ParseCivilTime’ previously defined here
- 515 | bool ParseCivilTime(absl::string_view s, CivilSecond* c);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/time/civil_time.h:518:27: error: ‘string_view’ is not a member of ‘absl’
- 518 | bool ParseCivilTime(absl::string_view s, CivilDay* c);
- | ^~~~~~~~~~~
- /usr/include/absl/time/civil_time.h:518:50: error: expected primary-expression before ‘*’ token
- 518 | bool ParseCivilTime(absl::string_view s, CivilDay* c);
- | ^
- /usr/include/absl/time/civil_time.h:518:52: error: ‘c’ was not declared in this scope
- 518 | bool ParseCivilTime(absl::string_view s, CivilDay* c);
- | ^
- /usr/include/absl/time/civil_time.h:519:6: error: redefinition of ‘bool absl::lts_20240722::ParseCivilTime’
- 519 | bool ParseCivilTime(absl::string_view s, CivilMonth* c);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/time/civil_time.h:515:6: note: ‘bool absl::lts_20240722::ParseCivilTime’ previously defined here
- 515 | bool ParseCivilTime(absl::string_view s, CivilSecond* c);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/time/civil_time.h:519:27: error: ‘string_view’ is not a member of ‘absl’
- 519 | bool ParseCivilTime(absl::string_view s, CivilMonth* c);
- | ^~~~~~~~~~~
- /usr/include/absl/time/civil_time.h:519:52: error: expected primary-expression before ‘*’ token
- 519 | bool ParseCivilTime(absl::string_view s, CivilMonth* c);
- | ^
- /usr/include/absl/time/civil_time.h:519:54: error: ‘c’ was not declared in this scope
- 519 | bool ParseCivilTime(absl::string_view s, CivilMonth* c);
- | ^
- /usr/include/absl/time/civil_time.h:520:6: error: redefinition of ‘bool absl::lts_20240722::ParseCivilTime’
- 520 | bool ParseCivilTime(absl::string_view s, CivilYear* c);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/time/civil_time.h:515:6: note: ‘bool absl::lts_20240722::ParseCivilTime’ previously defined here
- 515 | bool ParseCivilTime(absl::string_view s, CivilSecond* c);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/time/civil_time.h:520:27: error: ‘string_view’ is not a member of ‘absl’
- 520 | bool ParseCivilTime(absl::string_view s, CivilYear* c);
- | ^~~~~~~~~~~
- /usr/include/absl/time/civil_time.h:520:51: error: expected primary-expression before ‘*’ token
- 520 | bool ParseCivilTime(absl::string_view s, CivilYear* c);
- | ^
- /usr/include/absl/time/civil_time.h:520:53: error: ‘c’ was not declared in this scope
- 520 | bool ParseCivilTime(absl::string_view s, CivilYear* c);
- | ^
- /usr/include/absl/time/civil_time.h:535:34: error: ‘string_view’ is not a member of ‘absl’
- 535 | bool ParseLenientCivilTime(absl::string_view s, CivilSecond* c);
- | ^~~~~~~~~~~
- /usr/include/absl/time/civil_time.h:535:60: error: expected primary-expression before ‘*’ token
- 535 | bool ParseLenientCivilTime(absl::string_view s, CivilSecond* c);
- | ^
- /usr/include/absl/time/civil_time.h:535:62: error: ‘c’ was not declared in this scope
- 535 | bool ParseLenientCivilTime(absl::string_view s, CivilSecond* c);
- | ^
- /usr/include/absl/time/civil_time.h:535:63: error: expression list treated as compound expression in initializer [-fpermissive]
- 535 | bool ParseLenientCivilTime(absl::string_view s, CivilSecond* c);
- | ^
- /usr/include/absl/time/civil_time.h:536:6: error: redefinition of ‘bool absl::lts_20240722::ParseLenientCivilTime’
- 536 | bool ParseLenientCivilTime(absl::string_view s, CivilMinute* c);
- | ^~~~~~~~~~~~~~~~~~~~~
- /usr/include/absl/time/civil_time.h:535:6: note: ‘bool absl::lts_20240722::ParseLenientCivilTime’ previously defined here
- 535 | bool ParseLenientCivilTime(absl::string_view s, CivilSecond* c);
- | ^~~~~~~~~~~~~~~~~~~~~
- /usr/include/absl/time/civil_time.h:536:34: error: ‘string_view’ is not a member of ‘absl’
- 536 | bool ParseLenientCivilTime(absl::string_view s, CivilMinute* c);
- | ^~~~~~~~~~~
- /usr/include/absl/time/civil_time.h:536:60: error: expected primary-expression before ‘*’ token
- 536 | bool ParseLenientCivilTime(absl::string_view s, CivilMinute* c);
- | ^
- /usr/include/absl/time/civil_time.h:536:62: error: ‘c’ was not declared in this scope
- 536 | bool ParseLenientCivilTime(absl::string_view s, CivilMinute* c);
- | ^
- /usr/include/absl/time/civil_time.h:537:6: error: redefinition of ‘bool absl::lts_20240722::ParseLenientCivilTime’
- 537 | bool ParseLenientCivilTime(absl::string_view s, CivilHour* c);
- | ^~~~~~~~~~~~~~~~~~~~~
- /usr/include/absl/time/civil_time.h:535:6: note: ‘bool absl::lts_20240722::ParseLenientCivilTime’ previously defined here
- 535 | bool ParseLenientCivilTime(absl::string_view s, CivilSecond* c);
- | ^~~~~~~~~~~~~~~~~~~~~
- /usr/include/absl/time/civil_time.h:537:34: error: ‘string_view’ is not a member of ‘absl’
- 537 | bool ParseLenientCivilTime(absl::string_view s, CivilHour* c);
- | ^~~~~~~~~~~
- /usr/include/absl/time/civil_time.h:537:58: error: expected primary-expression before ‘*’ token
- 537 | bool ParseLenientCivilTime(absl::string_view s, CivilHour* c);
- | ^
- /usr/include/absl/time/civil_time.h:537:60: error: ‘c’ was not declared in this scope
- 537 | bool ParseLenientCivilTime(absl::string_view s, CivilHour* c);
- | ^
- /usr/include/absl/time/civil_time.h:538:6: error: redefinition of ‘bool absl::lts_20240722::ParseLenientCivilTime’
- 538 | bool ParseLenientCivilTime(absl::string_view s, CivilDay* c);
- | ^~~~~~~~~~~~~~~~~~~~~
- /usr/include/absl/time/civil_time.h:535:6: note: ‘bool absl::lts_20240722::ParseLenientCivilTime’ previously defined here
- 535 | bool ParseLenientCivilTime(absl::string_view s, CivilSecond* c);
- | ^~~~~~~~~~~~~~~~~~~~~
- /usr/include/absl/time/civil_time.h:538:34: error: ‘string_view’ is not a member of ‘absl’
- 538 | bool ParseLenientCivilTime(absl::string_view s, CivilDay* c);
- | ^~~~~~~~~~~
- /usr/include/absl/time/civil_time.h:538:57: error: expected primary-expression before ‘*’ token
- 538 | bool ParseLenientCivilTime(absl::string_view s, CivilDay* c);
- | ^
- /usr/include/absl/time/civil_time.h:538:59: error: ‘c’ was not declared in this scope
- 538 | bool ParseLenientCivilTime(absl::string_view s, CivilDay* c);
- | ^
- /usr/include/absl/time/civil_time.h:539:6: error: redefinition of ‘bool absl::lts_20240722::ParseLenientCivilTime’
- 539 | bool ParseLenientCivilTime(absl::string_view s, CivilMonth* c);
- | ^~~~~~~~~~~~~~~~~~~~~
- /usr/include/absl/time/civil_time.h:535:6: note: ‘bool absl::lts_20240722::ParseLenientCivilTime’ previously defined here
- 535 | bool ParseLenientCivilTime(absl::string_view s, CivilSecond* c);
- | ^~~~~~~~~~~~~~~~~~~~~
- /usr/include/absl/time/civil_time.h:539:34: error: ‘string_view’ is not a member of ‘absl’
- 539 | bool ParseLenientCivilTime(absl::string_view s, CivilMonth* c);
- | ^~~~~~~~~~~
- /usr/include/absl/time/civil_time.h:539:59: error: expected primary-expression before ‘*’ token
- 539 | bool ParseLenientCivilTime(absl::string_view s, CivilMonth* c);
- | ^
- /usr/include/absl/time/civil_time.h:539:61: error: ‘c’ was not declared in this scope
- 539 | bool ParseLenientCivilTime(absl::string_view s, CivilMonth* c);
- | ^
- /usr/include/absl/time/civil_time.h:540:6: error: redefinition of ‘bool absl::lts_20240722::ParseLenientCivilTime’
- 540 | bool ParseLenientCivilTime(absl::string_view s, CivilYear* c);
- | ^~~~~~~~~~~~~~~~~~~~~
- /usr/include/absl/time/civil_time.h:535:6: note: ‘bool absl::lts_20240722::ParseLenientCivilTime’ previously defined here
- 535 | bool ParseLenientCivilTime(absl::string_view s, CivilSecond* c);
- | ^~~~~~~~~~~~~~~~~~~~~
- /usr/include/absl/time/civil_time.h:540:34: error: ‘string_view’ is not a member of ‘absl’
- 540 | bool ParseLenientCivilTime(absl::string_view s, CivilYear* c);
- | ^~~~~~~~~~~
- /usr/include/absl/time/civil_time.h:540:58: error: expected primary-expression before ‘*’ token
- 540 | bool ParseLenientCivilTime(absl::string_view s, CivilYear* c);
- | ^
- /usr/include/absl/time/civil_time.h:540:60: error: ‘c’ was not declared in this scope
- 540 | bool ParseLenientCivilTime(absl::string_view s, CivilYear* c);
- | ^
- /usr/include/absl/time/civil_time.h:566:26: error: ‘string_view’ is not a member of ‘absl’
- 566 | bool AbslParseFlag(absl::string_view s, CivilSecond* c, std::string* error);
- | ^~~~~~~~~~~
- /usr/include/absl/time/civil_time.h:566:52: error: expected primary-expression before ‘*’ token
- 566 | bool AbslParseFlag(absl::string_view s, CivilSecond* c, std::string* error);
- | ^
- /usr/include/absl/time/civil_time.h:566:54: error: ‘c’ was not declared in this scope
- 566 | bool AbslParseFlag(absl::string_view s, CivilSecond* c, std::string* error);
- | ^
- /usr/include/absl/time/civil_time.h:566:68: error: expected primary-expression before ‘*’ token
- 566 | bool AbslParseFlag(absl::string_view s, CivilSecond* c, std::string* error);
- | ^
- /usr/include/absl/time/civil_time.h:566:70: error: ‘error’ was not declared in this scope; did you mean ‘perror’?
- 566 | bool AbslParseFlag(absl::string_view s, CivilSecond* c, std::string* error);
- | ^~~~~
- | perror
- /usr/include/absl/time/civil_time.h:566:75: error: expression list treated as compound expression in initializer [-fpermissive]
- 566 | bool AbslParseFlag(absl::string_view s, CivilSecond* c, std::string* error);
- | ^
- /usr/include/absl/time/civil_time.h:567:6: error: redefinition of ‘bool absl::lts_20240722::time_internal::AbslParseFlag’
- 567 | bool AbslParseFlag(absl::string_view s, CivilMinute* c, std::string* error);
- | ^~~~~~~~~~~~~
- /usr/include/absl/time/civil_time.h:566:6: note: ‘bool absl::lts_20240722::time_internal::AbslParseFlag’ previously defined here
- 566 | bool AbslParseFlag(absl::string_view s, CivilSecond* c, std::string* error);
- | ^~~~~~~~~~~~~
- /usr/include/absl/time/civil_time.h:567:26: error: ‘string_view’ is not a member of ‘absl’
- 567 | bool AbslParseFlag(absl::string_view s, CivilMinute* c, std::string* error);
- | ^~~~~~~~~~~
- /usr/include/absl/time/civil_time.h:567:52: error: expected primary-expression before ‘*’ token
- 567 | bool AbslParseFlag(absl::string_view s, CivilMinute* c, std::string* error);
- | ^
- /usr/include/absl/time/civil_time.h:567:54: error: ‘c’ was not declared in this scope
- 567 | bool AbslParseFlag(absl::string_view s, CivilMinute* c, std::string* error);
- | ^
- /usr/include/absl/time/civil_time.h:567:68: error: expected primary-expression before ‘*’ token
- 567 | bool AbslParseFlag(absl::string_view s, CivilMinute* c, std::string* error);
- | ^
- /usr/include/absl/time/civil_time.h:567:70: error: ‘error’ was not declared in this scope; did you mean ‘perror’?
- 567 | bool AbslParseFlag(absl::string_view s, CivilMinute* c, std::string* error);
- | ^~~~~
- | perror
- /usr/include/absl/time/civil_time.h:568:6: error: redefinition of ‘bool absl::lts_20240722::time_internal::AbslParseFlag’
- 568 | bool AbslParseFlag(absl::string_view s, CivilHour* c, std::string* error);
- | ^~~~~~~~~~~~~
- /usr/include/absl/time/civil_time.h:566:6: note: ‘bool absl::lts_20240722::time_internal::AbslParseFlag’ previously defined here
- 566 | bool AbslParseFlag(absl::string_view s, CivilSecond* c, std::string* error);
- | ^~~~~~~~~~~~~
- /usr/include/absl/time/civil_time.h:568:26: error: ‘string_view’ is not a member of ‘absl’
- 568 | bool AbslParseFlag(absl::string_view s, CivilHour* c, std::string* error);
- | ^~~~~~~~~~~
- /usr/include/absl/time/civil_time.h:568:50: error: expected primary-expression before ‘*’ token
- 568 | bool AbslParseFlag(absl::string_view s, CivilHour* c, std::string* error);
- | ^
- /usr/include/absl/time/civil_time.h:568:52: error: ‘c’ was not declared in this scope
- 568 | bool AbslParseFlag(absl::string_view s, CivilHour* c, std::string* error);
- | ^
- /usr/include/absl/time/civil_time.h:568:66: error: expected primary-expression before ‘*’ token
- 568 | bool AbslParseFlag(absl::string_view s, CivilHour* c, std::string* error);
- | ^
- /usr/include/absl/time/civil_time.h:568:68: error: ‘error’ was not declared in this scope; did you mean ‘perror’?
- 568 | bool AbslParseFlag(absl::string_view s, CivilHour* c, std::string* error);
- | ^~~~~
- | perror
- /usr/include/absl/time/civil_time.h:569:6: error: redefinition of ‘bool absl::lts_20240722::time_internal::AbslParseFlag’
- 569 | bool AbslParseFlag(absl::string_view s, CivilDay* c, std::string* error);
- | ^~~~~~~~~~~~~
- /usr/include/absl/time/civil_time.h:566:6: note: ‘bool absl::lts_20240722::time_internal::AbslParseFlag’ previously defined here
- 566 | bool AbslParseFlag(absl::string_view s, CivilSecond* c, std::string* error);
- | ^~~~~~~~~~~~~
- /usr/include/absl/time/civil_time.h:569:26: error: ‘string_view’ is not a member of ‘absl’
- 569 | bool AbslParseFlag(absl::string_view s, CivilDay* c, std::string* error);
- | ^~~~~~~~~~~
- /usr/include/absl/time/civil_time.h:569:49: error: expected primary-expression before ‘*’ token
- 569 | bool AbslParseFlag(absl::string_view s, CivilDay* c, std::string* error);
- | ^
- /usr/include/absl/time/civil_time.h:569:51: error: ‘c’ was not declared in this scope
- 569 | bool AbslParseFlag(absl::string_view s, CivilDay* c, std::string* error);
- | ^
- /usr/include/absl/time/civil_time.h:569:65: error: expected primary-expression before ‘*’ token
- 569 | bool AbslParseFlag(absl::string_view s, CivilDay* c, std::string* error);
- | ^
- /usr/include/absl/time/civil_time.h:569:67: error: ‘error’ was not declared in this scope; did you mean ‘perror’?
- 569 | bool AbslParseFlag(absl::string_view s, CivilDay* c, std::string* error);
- | ^~~~~
- | perror
- /usr/include/absl/time/civil_time.h:570:6: error: redefinition of ‘bool absl::lts_20240722::time_internal::AbslParseFlag’
- 570 | bool AbslParseFlag(absl::string_view s, CivilMonth* c, std::string* error);
- | ^~~~~~~~~~~~~
- /usr/include/absl/time/civil_time.h:566:6: note: ‘bool absl::lts_20240722::time_internal::AbslParseFlag’ previously defined here
- 566 | bool AbslParseFlag(absl::string_view s, CivilSecond* c, std::string* error);
- | ^~~~~~~~~~~~~
- /usr/include/absl/time/civil_time.h:570:26: error: ‘string_view’ is not a member of ‘absl’
- 570 | bool AbslParseFlag(absl::string_view s, CivilMonth* c, std::string* error);
- | ^~~~~~~~~~~
- /usr/include/absl/time/civil_time.h:570:51: error: expected primary-expression before ‘*’ token
- 570 | bool AbslParseFlag(absl::string_view s, CivilMonth* c, std::string* error);
- | ^
- /usr/include/absl/time/civil_time.h:570:53: error: ‘c’ was not declared in this scope
- 570 | bool AbslParseFlag(absl::string_view s, CivilMonth* c, std::string* error);
- | ^
- /usr/include/absl/time/civil_time.h:570:67: error: expected primary-expression before ‘*’ token
- 570 | bool AbslParseFlag(absl::string_view s, CivilMonth* c, std::string* error);
- | ^
- /usr/include/absl/time/civil_time.h:570:69: error: ‘error’ was not declared in this scope; did you mean ‘perror’?
- 570 | bool AbslParseFlag(absl::string_view s, CivilMonth* c, std::string* error);
- | ^~~~~
- | perror
- /usr/include/absl/time/civil_time.h:571:6: error: redefinition of ‘bool absl::lts_20240722::time_internal::AbslParseFlag’
- 571 | bool AbslParseFlag(absl::string_view s, CivilYear* c, std::string* error);
- | ^~~~~~~~~~~~~
- /usr/include/absl/time/civil_time.h:566:6: note: ‘bool absl::lts_20240722::time_internal::AbslParseFlag’ previously defined here
- 566 | bool AbslParseFlag(absl::string_view s, CivilSecond* c, std::string* error);
- | ^~~~~~~~~~~~~
- /usr/include/absl/time/civil_time.h:571:26: error: ‘string_view’ is not a member of ‘absl’
- 571 | bool AbslParseFlag(absl::string_view s, CivilYear* c, std::string* error);
- | ^~~~~~~~~~~
- /usr/include/absl/time/civil_time.h:571:50: error: expected primary-expression before ‘*’ token
- 571 | bool AbslParseFlag(absl::string_view s, CivilYear* c, std::string* error);
- | ^
- /usr/include/absl/time/civil_time.h:571:52: error: ‘c’ was not declared in this scope
- 571 | bool AbslParseFlag(absl::string_view s, CivilYear* c, std::string* error);
- | ^
- /usr/include/absl/time/civil_time.h:571:66: error: expected primary-expression before ‘*’ token
- 571 | bool AbslParseFlag(absl::string_view s, CivilYear* c, std::string* error);
- | ^
- /usr/include/absl/time/civil_time.h:571:68: error: ‘error’ was not declared in this scope; did you mean ‘perror’?
- 571 | bool AbslParseFlag(absl::string_view s, CivilYear* c, std::string* error);
- | ^~~~~
- | perror
- /usr/include/absl/time/time.h: In constructor ‘absl::lts_20240722::Duration::HiRep::HiRep(int64_t)’:
- /usr/include/absl/time/time.h:262:5: error: ‘constexpr’ constructor does not have empty body
- 262 | }
- | ^
- /usr/include/absl/time/time.h: In member function ‘constexpr int64_t absl::lts_20240722::Duration::HiRep::Get() const’:
- /usr/include/absl/time/time.h:282:5: error: body of ‘constexpr’ function ‘constexpr int64_t absl::lts_20240722::Duration::HiRep::Get() const’ not a return-statement
- 282 | }
- | ^
- /usr/include/absl/time/time.h: In member function ‘constexpr absl::lts_20240722::Duration::HiRep& absl::lts_20240722::Duration::HiRep::operator=(int64_t) const’:
- /usr/include/absl/time/time.h:290:11: error: assignment of member ‘absl::lts_20240722::Duration::HiRep::hi_’ in read-only object
- 290 | hi_ = static_cast<uint32_t>(unsigned_value >> 32);
- | ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/absl/time/time.h:291:11: error: assignment of member ‘absl::lts_20240722::Duration::HiRep::lo_’ in read-only object
- 291 | lo_ = static_cast<uint32_t>(unsigned_value);
- | ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/absl/time/time.h:292:14: error: binding reference of type ‘absl::lts_20240722::Duration::HiRep&’ to ‘const absl::lts_20240722::Duration::HiRep’ discards qualifiers
- 292 | return *this;
- | ^~~~~
- /usr/include/absl/time/time.h:293:5: error: body of ‘constexpr’ function ‘constexpr absl::lts_20240722::Duration::HiRep& absl::lts_20240722::Duration::HiRep::operator=(int64_t) const’ not a return-statement
- 293 | }
- | ^
- /usr/include/absl/time/time.h: At global scope:
- /usr/include/absl/time/time.h:714:26: error: ‘string_view’ is not a member of ‘absl’
- 714 | bool ParseDuration(absl::string_view dur_string, Duration* d);
- | ^~~~~~~~~~~
- /usr/include/absl/time/time.h:714:58: error: expected primary-expression before ‘*’ token
- 714 | bool ParseDuration(absl::string_view dur_string, Duration* d);
- | ^
- /usr/include/absl/time/time.h:714:60: error: ‘d’ was not declared in this scope
- 714 | bool ParseDuration(absl::string_view dur_string, Duration* d);
- | ^
- /usr/include/absl/time/time.h:714:61: error: expression list treated as compound expression in initializer [-fpermissive]
- 714 | bool ParseDuration(absl::string_view dur_string, Duration* d);
- | ^
- /usr/include/absl/time/time.h:721:26: error: ‘string_view’ is not a member of ‘absl’
- 721 | bool AbslParseFlag(absl::string_view text, Duration* dst, std::string* error);
- | ^~~~~~~~~~~
- /usr/include/absl/time/time.h:721:52: error: expected primary-expression before ‘*’ token
- 721 | bool AbslParseFlag(absl::string_view text, Duration* dst, std::string* error);
- | ^
- /usr/include/absl/time/time.h:721:54: error: ‘dst’ was not declared in this scope
- 721 | bool AbslParseFlag(absl::string_view text, Duration* dst, std::string* error);
- | ^~~
- /usr/include/absl/time/time.h:721:70: error: expected primary-expression before ‘*’ token
- 721 | bool AbslParseFlag(absl::string_view text, Duration* dst, std::string* error);
- | ^
- /usr/include/absl/time/time.h:721:72: error: ‘error’ was not declared in this scope; did you mean ‘perror’?
- 721 | bool AbslParseFlag(absl::string_view text, Duration* dst, std::string* error);
- | ^~~~~
- | perror
- /usr/include/absl/time/time.h:721:77: error: expression list treated as compound expression in initializer [-fpermissive]
- 721 | bool AbslParseFlag(absl::string_view text, Duration* dst, std::string* error);
- | ^
- /usr/include/absl/time/time.h:1048:6: error: redefinition of ‘bool absl::lts_20240722::AbslParseFlag’
- 1048 | bool AbslParseFlag(absl::string_view text, Time* t, std::string* error);
- | ^~~~~~~~~~~~~
- /usr/include/absl/time/time.h:721:6: note: ‘bool absl::lts_20240722::AbslParseFlag’ previously defined here
- 721 | bool AbslParseFlag(absl::string_view text, Duration* dst, std::string* error);
- | ^~~~~~~~~~~~~
- /usr/include/absl/time/time.h:1048:26: error: ‘string_view’ is not a member of ‘absl’
- 1048 | bool AbslParseFlag(absl::string_view text, Time* t, std::string* error);
- | ^~~~~~~~~~~
- /usr/include/absl/time/time.h:1048:48: error: expected primary-expression before ‘*’ token
- 1048 | bool AbslParseFlag(absl::string_view text, Time* t, std::string* error);
- | ^
- /usr/include/absl/time/time.h:1048:50: error: ‘t’ was not declared in this scope; did you mean ‘tm’?
- 1048 | bool AbslParseFlag(absl::string_view text, Time* t, std::string* error);
- | ^
- | tm
- /usr/include/absl/time/time.h:1048:64: error: expected primary-expression before ‘*’ token
- 1048 | bool AbslParseFlag(absl::string_view text, Time* t, std::string* error);
- | ^
- /usr/include/absl/time/time.h:1048:66: error: ‘error’ was not declared in this scope; did you mean ‘perror’?
- 1048 | bool AbslParseFlag(absl::string_view text, Time* t, std::string* error);
- | ^~~~~
- | perror
- /usr/include/absl/time/time.h:1252:32: error: ‘string_view’ is not a member of ‘absl’
- 1252 | inline bool LoadTimeZone(absl::string_view name, TimeZone* tz) {
- | ^~~~~~~~~~~
- /usr/include/absl/time/time.h:1252:58: error: expected primary-expression before ‘*’ token
- 1252 | inline bool LoadTimeZone(absl::string_view name, TimeZone* tz) {
- | ^
- /usr/include/absl/time/time.h:1252:60: error: ‘tz’ was not declared in this scope; did you mean ‘tm’?
- 1252 | inline bool LoadTimeZone(absl::string_view name, TimeZone* tz) {
- | ^~
- | tm
- /usr/include/absl/time/time.h:1252:62: error: expression list treated as compound expression in initializer [-fpermissive]
- 1252 | inline bool LoadTimeZone(absl::string_view name, TimeZone* tz) {
- | ^
- /usr/include/absl/time/time.h:1494:59: error: ‘string_view’ is not a member of ‘absl’
- 1494 | ABSL_ATTRIBUTE_PURE_FUNCTION std::string FormatTime(absl::string_view format,
- | ^~~~~~~~~~~
- /usr/include/absl/time/time.h:1495:58: error: expected primary-expression before ‘t’
- 1495 | Time t, TimeZone tz);
- | ^
- /usr/include/absl/time/time.h:1495:70: error: expected primary-expression before ‘tz’
- 1495 | Time t, TimeZone tz);
- | ^~
- /usr/include/absl/time/time.h:1500:72: error: ‘std::string absl::lts_20240722::FormatTime(Time, TimeZone)’ redeclared as different kind of entity
- 1500 | ABSL_ATTRIBUTE_PURE_FUNCTION std::string FormatTime(Time t, TimeZone tz);
- | ^
- /usr/include/absl/time/time.h:1494:42: note: previous declaration ‘std::string absl::lts_20240722::FormatTime’
- 1494 | ABSL_ATTRIBUTE_PURE_FUNCTION std::string FormatTime(absl::string_view format,
- | ^~~~~~~~~~
- /usr/include/absl/time/time.h:1501:59: error: ‘std::string absl::lts_20240722::FormatTime(Time)’ redeclared as different kind of entity
- 1501 | ABSL_ATTRIBUTE_PURE_FUNCTION std::string FormatTime(Time t);
- | ^
- /usr/include/absl/time/time.h:1494:42: note: previous declaration ‘std::string absl::lts_20240722::FormatTime’
- 1494 | ABSL_ATTRIBUTE_PURE_FUNCTION std::string FormatTime(absl::string_view format,
- | ^~~~~~~~~~
- /usr/include/absl/time/time.h: In function ‘std::ostream& absl::lts_20240722::operator<<(std::ostream&, Time)’:
- /usr/include/absl/time/time.h:1505:26: error: no match for call to ‘(std::string {aka std::__cxx11::basic_string<char>}) (absl::lts_20240722::Time&)’
- 1505 | return os << FormatTime(t);
- | ~~~~~~~~~~^~~
- /usr/include/absl/time/time.h: In function ‘void absl::lts_20240722::AbslStringify(Sink&, Time)’:
- /usr/include/absl/time/time.h:1511:25: error: no match for call to ‘(std::string {aka std::__cxx11::basic_string<char>}) (absl::lts_20240722::Time&)’
- 1511 | sink.Append(FormatTime(t));
- | ~~~~~~~~~~^~~
- /usr/include/absl/time/time.h: At global scope:
- /usr/include/absl/time/time.h:1563:22: error: ‘string_view’ is not a member of ‘absl’
- 1563 | bool ParseTime(absl::string_view format, absl::string_view input, Time* time,
- | ^~~~~~~~~~~
- /usr/include/absl/time/time.h:1563:48: error: ‘string_view’ is not a member of ‘absl’
- 1563 | bool ParseTime(absl::string_view format, absl::string_view input, Time* time,
- | ^~~~~~~~~~~
- /usr/include/absl/time/time.h:1563:71: error: expected primary-expression before ‘*’ token
- 1563 | bool ParseTime(absl::string_view format, absl::string_view input, Time* time,
- | ^
- /usr/include/absl/time/time.h:1564:27: error: expected primary-expression before ‘*’ token
- 1564 | std::string* err);
- | ^
- /usr/include/absl/time/time.h:1564:29: error: ‘err’ was not declared in this scope; did you mean ‘erf’?
- 1564 | std::string* err);
- | ^~~
- | erf
- /usr/include/absl/time/time.h:1564:32: error: expression list treated as compound expression in initializer [-fpermissive]
- 1564 | std::string* err);
- | ^
- /usr/include/absl/time/time.h:1573:6: error: redefinition of ‘bool absl::lts_20240722::ParseTime’
- 1573 | bool ParseTime(absl::string_view format, absl::string_view input, TimeZone tz,
- | ^~~~~~~~~
- /usr/include/absl/time/time.h:1563:6: note: ‘bool absl::lts_20240722::ParseTime’ previously defined here
- 1563 | bool ParseTime(absl::string_view format, absl::string_view input, Time* time,
- | ^~~~~~~~~
- /usr/include/absl/time/time.h:1573:22: error: ‘string_view’ is not a member of ‘absl’
- 1573 | bool ParseTime(absl::string_view format, absl::string_view input, TimeZone tz,
- | ^~~~~~~~~~~
- /usr/include/absl/time/time.h:1573:48: error: ‘string_view’ is not a member of ‘absl’
- 1573 | bool ParseTime(absl::string_view format, absl::string_view input, TimeZone tz,
- | ^~~~~~~~~~~
- /usr/include/absl/time/time.h:1573:76: error: expected primary-expression before ‘tz’
- 1573 | bool ParseTime(absl::string_view format, absl::string_view input, TimeZone tz,
- | ^~
- /usr/include/absl/time/time.h:1574:20: error: expected primary-expression before ‘*’ token
- 1574 | Time* time, std::string* err);
- | ^
- /usr/include/absl/time/time.h:1574:39: error: expected primary-expression before ‘*’ token
- 1574 | Time* time, std::string* err);
- | ^
- /usr/include/absl/time/time.h:1574:41: error: ‘err’ was not declared in this scope; did you mean ‘erf’?
- 1574 | Time* time, std::string* err);
- | ^~~
- | erf
- In file included from /usr/include/absl/types/span.h:70,
- from /usr/include/absl/log/log_entry.h:36:
- /usr/include/absl/types/internal/span.h:119:26: error: ‘remove_const_t’ in namespace ‘std’ does not name a template type; did you mean ‘remove_const’?
- 119 | using Container = std::remove_const_t<T>;
- | ^~~~~~~~~~~~~~
- | remove_const
- /usr/include/absl/types/internal/span.h:121:44: error: parse error in template argument list
- 121 | decltype(span_internal::GetData(std::declval<const Container&>()));
- | ^~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/absl/types/internal/span.h:122:64: error: ‘Container’ was not declared in this scope
- 122 | using MutData = decltype(span_internal::GetData(std::declval<Container&>()));
- | ^~~~~~~~~
- /usr/include/absl/types/internal/span.h:122:56: error: parse error in template argument list
- 122 | using MutData = decltype(span_internal::GetData(std::declval<Container&>()));
- | ^~~~~~~~~~~~~~~~~~~
- /usr/include/absl/types/internal/span.h:130:29: error: ‘enable_if_t’ in namespace ‘std’ does not name a template type
- 130 | using EnableIfIsView = std::enable_if_t<IsView<T>::value, int>;
- | ^~~~~~~~~~~
- /usr/include/absl/types/internal/span.h:130:24: note: ‘std::enable_if_t’ is only available from C++14 onwards
- 130 | using EnableIfIsView = std::enable_if_t<IsView<T>::value, int>;
- | ^~~
- /usr/include/absl/types/internal/span.h:133:32: error: ‘enable_if_t’ in namespace ‘std’ does not name a template type
- 133 | using EnableIfNotIsView = std::enable_if_t<!IsView<T>::value, int>;
- | ^~~~~~~~~~~
- /usr/include/absl/types/internal/span.h:133:27: note: ‘std::enable_if_t’ is only available from C++14 onwards
- 133 | using EnableIfNotIsView = std::enable_if_t<!IsView<T>::value, int>;
- | ^~~
- /usr/include/absl/types/span.h:205:39: error: ‘EnableIfNotIsView’ in namespace ‘absl::lts_20240722::span_internal’ does not name a template type
- 205 | typename = span_internal::EnableIfNotIsView<V>>
- | ^~~~~~~~~~~~~~~~~
- /usr/include/absl/types/span.h:205:56: error: expected ‘>’ before ‘<’ token
- 205 | typename = span_internal::EnableIfNotIsView<V>>
- | ^
- /usr/include/absl/types/span.h:214:39: error: ‘EnableIfNotIsView’ in namespace ‘absl::lts_20240722::span_internal’ does not name a template type
- 214 | typename = span_internal::EnableIfNotIsView<V>>
- | ^~~~~~~~~~~~~~~~~
- /usr/include/absl/types/span.h:214:56: error: expected ‘>’ before ‘<’ token
- 214 | typename = span_internal::EnableIfNotIsView<V>>
- | ^
- /usr/include/absl/types/span.h:226:28: error: ‘absl::lts_20240722::span_internal::EnableIfIsView’ has not been declared
- 226 | span_internal::EnableIfIsView<V> = 0>
- | ^~~~~~~~~~~~~~
- /usr/include/absl/types/span.h:226:42: error: expected ‘>’ before ‘<’ token
- 226 | span_internal::EnableIfIsView<V> = 0>
- | ^
- /usr/include/absl/types/span.h:227:12: error: ‘template<class T> template<class V, class, class, <typeprefixerror><anonymous> > absl::lts_20240722::Span<T>::Span(V&)’ cannot be overloaded with ‘template<class T> template<class V, class, class, class> absl::lts_20240722::Span<T>::Span(V&)’
- 227 | explicit Span(V& v) noexcept // NOLINT(runtime/references)
- | ^~~~
- /usr/include/absl/types/span.h:206:12: note: previous declaration ‘template<class T> template<class V, class, class, class> absl::lts_20240722::Span<T>::Span(V&)’
- 206 | explicit Span(
- | ^~~~
- /usr/include/absl/types/span.h:231:28: error: ‘absl::lts_20240722::span_internal::EnableIfIsView’ has not been declared
- 231 | span_internal::EnableIfIsView<V> = 0>
- | ^~~~~~~~~~~~~~
- /usr/include/absl/types/span.h:231:42: error: expected ‘>’ before ‘<’ token
- 231 | span_internal::EnableIfIsView<V> = 0>
- | ^
- /usr/include/absl/types/span.h:232:13: error: ‘template<class T> template<class V, class, class, <typeprefixerror><anonymous> > constexpr absl::lts_20240722::Span<T>::Span(const V&)’ cannot be overloaded with ‘template<class T> template<class V, class, class, class> constexpr absl::lts_20240722::Span<T>::Span(const V&)’
- 232 | constexpr Span(const V& v) noexcept // NOLINT(runtime/explicit)
- | ^~~~
- /usr/include/absl/types/span.h:215:13: note: previous declaration ‘template<class T> template<class V, class, class, class> constexpr absl::lts_20240722::Span<T>::Span(const V&)’
- 215 | constexpr Span(
- | ^~~~
- /usr/include/absl/log/log_entry.h:75:9: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 75 | absl::string_view source_filename() const ABSL_ATTRIBUTE_LIFETIME_BOUND {
- | ^~~~~~~~~~~
- /usr/include/absl/log/log_entry.h:78:9: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 78 | absl::string_view source_basename() const ABSL_ATTRIBUTE_LIFETIME_BOUND {
- | ^~~~~~~~~~~
- /usr/include/absl/log/log_entry.h:145:9: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 145 | absl::string_view text_message_with_prefix_and_newline() const
- | ^~~~~~~~~~~
- /usr/include/absl/log/log_entry.h:151:9: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 151 | absl::string_view text_message_with_prefix() const
- | ^~~~~~~~~~~
- /usr/include/absl/log/log_entry.h:157:9: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 157 | absl::string_view text_message_with_newline() const
- | ^~~~~~~~~~~
- /usr/include/absl/log/log_entry.h:163:9: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 163 | absl::string_view text_message() const ABSL_ATTRIBUTE_LIFETIME_BOUND {
- | ^~~~~~~~~~~
- /usr/include/absl/log/log_entry.h:178:9: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 178 | absl::string_view encoded_message() const ABSL_ATTRIBUTE_LIFETIME_BOUND {
- | ^~~~~~~~~~~
- /usr/include/absl/log/log_entry.h:194:9: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 194 | absl::string_view stacktrace() const ABSL_ATTRIBUTE_LIFETIME_BOUND {
- | ^~~~~~~~~~~
- /usr/include/absl/log/log_entry.h:201:9: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 201 | absl::string_view full_filename_;
- | ^~~~~~~~~~~
- /usr/include/absl/log/log_entry.h:202:9: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 202 | absl::string_view base_filename_;
- | ^~~~~~~~~~~
- /usr/include/absl/log/log_entry.h:211:9: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 211 | absl::string_view encoding_;
- | ^~~~~~~~~~~
- In file included from /usr/include/absl/log/internal/log_message.h:43:
- /usr/include/absl/strings/has_absl_stringify.h:36:15: error: ‘string_view’ has not been declared
- 36 | void Append(string_view v);
- | ^~~~~~~~~~~
- /usr/include/absl/strings/has_absl_stringify.h:39:62: error: ‘absl::string_view’ has not been declared
- 39 | friend void AbslFormatFlush(UnimplementedSink* sink, absl::string_view v);
- | ^~~~~~~~~~~
- /usr/include/absl/strings/has_absl_stringify.h:57:13: error: ‘enable_if_t’ is not a member of ‘std’
- 57 | T, std::enable_if_t<std::is_void<decltype(AbslStringify(
- | ^~~~~~~~~~~
- /usr/include/absl/strings/has_absl_stringify.h:57:13: note: ‘std::enable_if_t’ is only available from C++14 onwards
- /usr/include/absl/strings/has_absl_stringify.h:57:13: error: ‘enable_if_t’ is not a member of ‘std’
- /usr/include/absl/strings/has_absl_stringify.h:57:13: note: ‘std::enable_if_t’ is only available from C++14 onwards
- /usr/include/absl/strings/has_absl_stringify.h:59:41: error: type/value mismatch at argument 2 in template parameter list for ‘template<class T, class> struct absl::lts_20240722::HasAbslStringify’
- 59 | std::declval<const T&>()))>::value>> : std::true_type {};
- | ^~~~~
- /usr/include/absl/strings/has_absl_stringify.h:59:41: note: expected a type, got ‘(<expression error> < std::is_void<decltype (absl::lts_20240722::AbslStringify(std::declval<absl::lts_20240722::strings_internal::UnimplementedSink&>(), declval<const T&>()))>::value)’
- /usr/include/absl/strings/has_absl_stringify.h:59:46: error: expected unqualified-id before ‘>’ token
- 59 | std::declval<const T&>()))>::value>> : std::true_type {};
- | ^~
- /usr/include/absl/log/internal/log_message.h:75:32: error: ‘absl::string_view’ has not been declared
- 75 | LogMessage& AtLocation(absl::string_view file, int line);
- | ^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:146:32: error: ‘absl::string_view’ has not been declared
- 146 | LogMessage& operator<<(absl::string_view v);
- | ^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:146:15: error: ‘absl::lts_20240722::log_internal::LogMessage& absl::lts_20240722::log_internal::LogMessage::operator<<(int)’ cannot be overloaded with ‘absl::lts_20240722::log_internal::LogMessage& absl::lts_20240722::log_internal::LogMessage::operator<<(int)’
- 146 | LogMessage& operator<<(absl::string_view v);
- | ^~~~~~~~
- /usr/include/absl/log/internal/log_message.h:118:15: note: previous declaration ‘absl::lts_20240722::log_internal::LogMessage& absl::lts_20240722::log_internal::LogMessage::operator<<(int)’
- 118 | LogMessage& operator<<(signed int v) { return operator<< <signed int>(v); }
- | ^~~~~~~~
- /usr/include/absl/log/internal/log_message.h:235:34: error: ‘absl::string_view’ has not been declared
- 235 | void CopyToEncodedBuffer(absl::string_view str) ABSL_ATTRIBUTE_NOINLINE;
- | ^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:271:21: error: ‘absl::string_view’ has not been declared
- 271 | void Append(absl::string_view v) {
- | ^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:276:58: error: ‘absl::string_view’ has not been declared
- 276 | friend void AbslFormatFlush(StringifySink* sink, absl::string_view v) {
- | ^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:341:45: error: template-id ‘CopyToEncodedBuffer<absl::lts_20240722::log_internal::LogMessage::StringType::kLiteral>’ used as a declarator
- 341 | LogMessage::StringType::kLiteral>(absl::string_view str);
- | ^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:340:22: error: variable or field ‘CopyToEncodedBuffer’ declared void
- 340 | extern template void LogMessage::CopyToEncodedBuffer<
- | ^~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:341:38: error: expected ‘;’ before ‘(’ token
- 341 | LogMessage::StringType::kLiteral>(absl::string_view str);
- | ^
- | ;
- /usr/include/absl/log/internal/log_message.h:343:48: error: template-id ‘CopyToEncodedBuffer<absl::lts_20240722::log_internal::LogMessage::StringType::kNotLiteral>’ used as a declarator
- 343 | LogMessage::StringType::kNotLiteral>(absl::string_view str);
- | ^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:342:22: error: variable or field ‘CopyToEncodedBuffer’ declared void
- 342 | extern template void LogMessage::CopyToEncodedBuffer<
- | ^~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:343:41: error: expected ‘;’ before ‘(’ token
- 343 | LogMessage::StringType::kNotLiteral>(absl::string_view str);
- | ^
- | ;
- /usr/include/absl/log/internal/log_message.h:356:25: error: ‘absl::string_view’ has not been declared
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:383:32: error: ‘absl::string_view’ has not been declared
- 383 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~
- In file included from /usr/include/absl/log/internal/strip.h:26,
- from /usr/include/absl/log/internal/log_impl.h:21:
- /usr/include/absl/log/internal/nullstream.h:49:32: error: ‘absl::string_view’ has not been declared
- 49 | NullStream& AtLocation(absl::string_view, int) { return *this; }
- | ^~~~~~~~~~~
- In file included from /usr/include/absl/log/internal/check_impl.h:19,
- from /usr/include/absl/log/absl_check.h:38,
- from /app/include/google/protobuf/io/coded_stream.h:109:
- /usr/include/absl/log/internal/check_op.h:299:21: error: ‘absl::string_view’ has not been declared
- 299 | void Append(absl::string_view text);
- | ^~~~~~~~~~~
- /usr/include/absl/log/internal/check_op.h:301:58: error: ‘absl::string_view’ has not been declared
- 301 | friend void AbslFormatFlush(StringifySink* sink, absl::string_view text);
- | ^~~~~~~~~~~
- /usr/include/absl/log/internal/check_op.h:329:6: error: ‘enable_if_t’ in namespace ‘std’ does not name a template type
- 329 | std::enable_if_t<HasAbslStringify<T>::value,
- | ^~~~~~~~~~~
- /usr/include/absl/log/internal/check_op.h:329:1: note: ‘std::enable_if_t’ is only available from C++14 onwards
- 329 | std::enable_if_t<HasAbslStringify<T>::value,
- | ^~~
- /usr/include/absl/log/internal/check_op.h:362:1: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 362 | ABSL_LOG_INTERNAL_DEFINE_MAKE_CHECK_OP_STRING_EXTERN(const absl::string_view&);
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/check_op.h:362:1: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 362 | ABSL_LOG_INTERNAL_DEFINE_MAKE_CHECK_OP_STRING_EXTERN(const absl::string_view&);
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- In file included from /usr/include/absl/container/internal/compressed_tuple.h:40,
- from /usr/include/absl/container/internal/inlined_vector.h:32,
- from /usr/include/absl/container/inlined_vector.h:53,
- from /usr/include/absl/strings/cord.h:80,
- from /app/include/google/protobuf/io/coded_stream.h:111:
- /usr/include/absl/utility/utility.h:54:12: error: ‘exchange’ has not been declared in ‘std’
- 54 | using std::exchange;
- | ^~~~~~~~
- /usr/include/absl/utility/utility.h:56:12: error: ‘index_sequence’ has not been declared in ‘std’
- 56 | using std::index_sequence;
- | ^~~~~~~~~~~~~~
- /usr/include/absl/utility/utility.h:57:12: error: ‘index_sequence_for’ has not been declared in ‘std’
- 57 | using std::index_sequence_for;
- | ^~~~~~~~~~~~~~~~~~
- /usr/include/absl/utility/utility.h:58:12: error: ‘integer_sequence’ has not been declared in ‘std’
- 58 | using std::integer_sequence;
- | ^~~~~~~~~~~~~~~~
- /usr/include/absl/utility/utility.h:59:12: error: ‘make_index_sequence’ has not been declared in ‘std’
- 59 | using std::make_index_sequence;
- | ^~~~~~~~~~~~~~~~~~~
- /usr/include/absl/utility/utility.h:60:12: error: ‘make_integer_sequence’ has not been declared in ‘std’
- 60 | using std::make_integer_sequence;
- | ^~~~~~~~~~~~~~~~~~~~~
- /usr/include/absl/utility/utility.h:85:12: error: ‘in_place_t’ has not been declared in ‘std’
- 85 | using std::in_place_t;
- | ^~~~~~~~~~
- /usr/include/absl/utility/utility.h:86:12: error: ‘in_place’ has not been declared in ‘std’
- 86 | using std::in_place;
- | ^~~~~~~~
- /usr/include/absl/utility/utility.h:102:12: error: ‘in_place_type’ has not been declared in ‘std’
- 102 | using std::in_place_type;
- | ^~~~~~~~~~~~~
- /usr/include/absl/utility/utility.h:103:12: error: ‘in_place_type_t’ has not been declared in ‘std’
- 103 | using std::in_place_type_t;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/utility/utility.h:119:12: error: ‘in_place_index’ has not been declared in ‘std’
- 119 | using std::in_place_index;
- | ^~~~~~~~~~~~~~
- /usr/include/absl/utility/utility.h:120:12: error: ‘in_place_index_t’ has not been declared in ‘std’
- 120 | using std::in_place_index_t;
- | ^~~~~~~~~~~~~~~~
- /usr/include/absl/utility/utility.h:138:49: error: ‘index_sequence’ has not been declared
- 138 | auto apply_helper(Functor&& functor, Tuple&& t, index_sequence<Indexes...>)
- | ^~~~~~~~~~~~~~
- /usr/include/absl/utility/utility.h:138:63: error: expected ‘,’ or ‘...’ before ‘<’ token
- 138 | auto apply_helper(Functor&& functor, Tuple&& t, index_sequence<Indexes...>)
- | ^
- /usr/include/absl/utility/utility.h:192:15: error: ‘make_index_sequence’ is not a member of ‘absl’
- 192 | absl::make_index_sequence<std::tuple_size<
- | ^~~~~~~~~~~~~~~~~~~
- /usr/include/absl/utility/utility.h:192:15: error: ‘make_index_sequence’ is not a member of ‘absl’
- /usr/include/absl/utility/utility.h:193:65: error: expected primary-expression before ‘{’ token
- 193 | typename std::remove_reference<Tuple>::type>::value>{})) {
- | ^
- /usr/include/absl/utility/utility.h:193:65: error: expected ‘)’ before ‘{’ token
- 193 | typename std::remove_reference<Tuple>::type>::value>{})) {
- | ^
- | )
- /usr/include/absl/utility/utility.h:190:47: note: to match this ‘(’
- 190 | -> decltype(utility_internal::apply_helper(
- | ^
- /usr/include/absl/utility/utility.h: In function ‘decltype (absl::lts_20240722::utility_internal::apply_helper(forward<Functor>(functor), forward<Tuple>(t), ((<expression error> < std::tuple_size<typename std::remove_reference<_Arg>::type>::value) > <expression error>))) absl::lts_20240722::apply(Functor&&, Tuple&&)’:
- /usr/include/absl/utility/utility.h:196:13: error: ‘make_index_sequence’ is not a member of ‘absl’
- 196 | absl::make_index_sequence<std::tuple_size<
- | ^~~~~~~~~~~~~~~~~~~
- /usr/include/absl/utility/utility.h:197:63: error: expected primary-expression before ‘{’ token
- 197 | typename std::remove_reference<Tuple>::type>::value>{});
- | ^
- /usr/include/absl/utility/utility.h:197:63: error: expected ‘)’ before ‘{’ token
- 197 | typename std::remove_reference<Tuple>::type>::value>{});
- | ^
- | )
- /usr/include/absl/utility/utility.h:194:40: note: to match this ‘(’
- 194 | return utility_internal::apply_helper(
- | ^
- /usr/include/absl/utility/utility.h: At global scope:
- /usr/include/absl/utility/utility.h:202:43: error: ‘absl::index_sequence’ has not been declared
- 202 | T make_from_tuple_impl(Tuple&& tup, absl::index_sequence<I...>) {
- | ^~~~~~~~~~~~~~
- /usr/include/absl/utility/utility.h:202:57: error: expected ‘,’ or ‘...’ before ‘<’ token
- 202 | T make_from_tuple_impl(Tuple&& tup, absl::index_sequence<I...>) {
- | ^
- /usr/include/absl/utility/utility.h: In function ‘constexpr T absl::lts_20240722::make_from_tuple(Tuple&&)’:
- /usr/include/absl/utility/utility.h:223:13: error: ‘make_index_sequence’ is not a member of ‘absl’
- 223 | absl::make_index_sequence<
- | ^~~~~~~~~~~~~~~~~~~
- /usr/include/absl/utility/utility.h:224:56: error: expected primary-expression before ‘{’ token
- 224 | std::tuple_size<absl::decay_t<Tuple>>::value>{});
- | ^
- /usr/include/absl/utility/utility.h:224:56: error: expected ‘)’ before ‘{’ token
- 224 | std::tuple_size<absl::decay_t<Tuple>>::value>{});
- | ^
- | )
- /usr/include/absl/utility/utility.h:221:51: note: to match this ‘(’
- 221 | return utility_internal::make_from_tuple_impl<T>(
- | ^
- /usr/include/absl/container/internal/compressed_tuple.h: In function ‘constexpr bool absl::lts_20240722::container_internal::internal_compressed_tuple::ShouldUseBase()’:
- /usr/include/absl/container/internal/compressed_tuple.h:77:16: error: ‘is_final’ is not a member of ‘std’
- 77 | !std::is_final<T>::value &&
- | ^~~~~~~~
- /usr/include/absl/container/internal/compressed_tuple.h:77:26: error: expected primary-expression before ‘>’ token
- 77 | !std::is_final<T>::value &&
- | ^
- /usr/include/absl/container/internal/compressed_tuple.h:77:29: error: ‘::value’ has not been declared
- 77 | !std::is_final<T>::value &&
- | ^~~~~
- /usr/include/absl/container/internal/compressed_tuple.h: At global scope:
- /usr/include/absl/container/internal/compressed_tuple.h:89:46: error: expected ‘)’ before ‘,’ token
- 89 | explicit constexpr Storage(absl::in_place_t, V&& v)
- | ~ ^
- | )
- /usr/include/absl/container/internal/compressed_tuple.h:92:16: error: ‘constexpr T& absl::lts_20240722::container_internal::internal_compressed_tuple::Storage<T, I, UseBase>::get() const &’ cannot be overloaded with ‘constexpr const T& absl::lts_20240722::container_internal::internal_compressed_tuple::Storage<T, I, UseBase>::get() const &’
- 92 | constexpr T& get() & { return value; }
- | ^~~
- /usr/include/absl/container/internal/compressed_tuple.h:91:22: note: previous declaration ‘constexpr const T& absl::lts_20240722::container_internal::internal_compressed_tuple::Storage<T, I, UseBase>::get() const &’
- 91 | constexpr const T& get() const& { return value; }
- | ^~~
- /usr/include/absl/container/internal/compressed_tuple.h:94:17: error: ‘constexpr T&& absl::lts_20240722::container_internal::internal_compressed_tuple::Storage<T, I, UseBase>::get() const &&’ cannot be overloaded with ‘constexpr const T&& absl::lts_20240722::container_internal::internal_compressed_tuple::Storage<T, I, UseBase>::get() const &&’
- 94 | constexpr T&& get() && { return std::move(*this).value; }
- | ^~~
- /usr/include/absl/container/internal/compressed_tuple.h:93:23: note: previous declaration ‘constexpr const T&& absl::lts_20240722::container_internal::internal_compressed_tuple::Storage<T, I, UseBase>::get() const &&’
- 93 | constexpr const T&& get() const&& { return std::move(*this).value; }
- | ^~~
- /usr/include/absl/container/internal/compressed_tuple.h:102:46: error: expected ‘)’ before ‘,’ token
- 102 | explicit constexpr Storage(absl::in_place_t, V&& v) : T(std::forward<V>(v)) {}
- | ~ ^
- | )
- /usr/include/absl/container/internal/compressed_tuple.h:105:16: error: ‘constexpr T& absl::lts_20240722::container_internal::internal_compressed_tuple::Storage<T, I, true>::get() const &’ cannot be overloaded with ‘constexpr const T& absl::lts_20240722::container_internal::internal_compressed_tuple::Storage<T, I, true>::get() const &’
- 105 | constexpr T& get() & { return *this; }
- | ^~~
- /usr/include/absl/container/internal/compressed_tuple.h:104:22: note: previous declaration ‘constexpr const T& absl::lts_20240722::container_internal::internal_compressed_tuple::Storage<T, I, true>::get() const &’
- 104 | constexpr const T& get() const& { return *this; }
- | ^~~
- /usr/include/absl/container/internal/compressed_tuple.h:107:17: error: ‘constexpr T&& absl::lts_20240722::container_internal::internal_compressed_tuple::Storage<T, I, true>::get() const &&’ cannot be overloaded with ‘constexpr const T&& absl::lts_20240722::container_internal::internal_compressed_tuple::Storage<T, I, true>::get() const &&’
- 107 | constexpr T&& get() && { return std::move(*this); }
- | ^~~
- /usr/include/absl/container/internal/compressed_tuple.h:106:23: note: previous declaration ‘constexpr const T&& absl::lts_20240722::container_internal::internal_compressed_tuple::Storage<T, I, true>::get() const &&’
- 106 | constexpr const T&& get() const&& { return std::move(*this); }
- | ^~~
- /usr/include/absl/container/internal/compressed_tuple.h:115:35: error: ‘index_sequence’ is not a member of ‘absl’
- 115 | CompressedTuple<Ts...>, absl::index_sequence<I...>, ShouldAnyUseBase>
- | ^~~~~~~~~~~~~~
- /usr/include/absl/container/internal/compressed_tuple.h:115:35: error: ‘index_sequence’ is not a member of ‘absl’
- /usr/include/absl/container/internal/compressed_tuple.h:115:51: error: expected parameter pack before ‘...’
- 115 | CompressedTuple<Ts...>, absl::index_sequence<I...>, ShouldAnyUseBase>
- | ^~~
- /usr/include/absl/container/internal/compressed_tuple.h:115:54: error: wrong number of template arguments (2, should be 3)
- 115 | CompressedTuple<Ts...>, absl::index_sequence<I...>, ShouldAnyUseBase>
- | ^
- /usr/include/absl/container/internal/compressed_tuple.h:111:48: note: provided for ‘template<class D, class I, bool ShouldAnyUseBase> struct absl::lts_20240722::container_internal::internal_compressed_tuple::CompressedTupleImpl’
- 111 | struct ABSL_INTERNAL_COMPRESSED_TUPLE_DECLSPEC CompressedTupleImpl;
- | ^~~~~~~~~~~~~~~~~~~
- /usr/include/absl/container/internal/compressed_tuple.h:131:35: error: ‘index_sequence’ is not a member of ‘absl’
- 131 | CompressedTuple<Ts...>, absl::index_sequence<I...>, false>
- | ^~~~~~~~~~~~~~
- /usr/include/absl/container/internal/compressed_tuple.h:131:35: error: ‘index_sequence’ is not a member of ‘absl’
- /usr/include/absl/container/internal/compressed_tuple.h:131:51: error: expected parameter pack before ‘...’
- 131 | CompressedTuple<Ts...>, absl::index_sequence<I...>, false>
- | ^~~
- /usr/include/absl/container/internal/compressed_tuple.h:131:54: error: wrong number of template arguments (2, should be 3)
- 131 | CompressedTuple<Ts...>, absl::index_sequence<I...>, false>
- | ^
- /usr/include/absl/container/internal/compressed_tuple.h:111:48: note: provided for ‘template<class D, class I, bool ShouldAnyUseBase> struct absl::lts_20240722::container_internal::internal_compressed_tuple::CompressedTupleImpl’
- 111 | struct ABSL_INTERNAL_COMPRESSED_TUPLE_DECLSPEC CompressedTupleImpl;
- | ^~~~~~~~~~~~~~~~~~~
- /usr/include/absl/container/internal/compressed_tuple.h:204:41: error: ‘index_sequence_for’ is not a member of ‘absl’
- 204 | CompressedTuple<Ts...>, absl::index_sequence_for<Ts...>,
- | ^~~~~~~~~~~~~~~~~~
- /usr/include/absl/container/internal/compressed_tuple.h:204:41: error: ‘index_sequence_for’ is not a member of ‘absl’
- /usr/include/absl/container/internal/compressed_tuple.h:204:62: error: expected parameter pack before ‘...’
- 204 | CompressedTuple<Ts...>, absl::index_sequence_for<Ts...>,
- | ^~~
- /usr/include/absl/container/internal/compressed_tuple.h:204:65: error: wrong number of template arguments (2, should be 3)
- 204 | CompressedTuple<Ts...>, absl::index_sequence_for<Ts...>,
- | ^
- /usr/include/absl/container/internal/compressed_tuple.h:111:48: note: provided for ‘template<class D, class I, bool ShouldAnyUseBase> struct absl::lts_20240722::container_internal::internal_compressed_tuple::CompressedTupleImpl’
- 111 | struct ABSL_INTERNAL_COMPRESSED_TUPLE_DECLSPEC CompressedTupleImpl;
- | ^~~~~~~~~~~~~~~~~~~
- /usr/include/absl/container/internal/compressed_tuple.h:205:54: error: expected template-name before ‘<’ token
- 205 | internal_compressed_tuple::ShouldAnyUseBase<Ts...>()> {
- | ^
- /usr/include/absl/container/internal/compressed_tuple.h:205:54: error: expected ‘{’ before ‘<’ token
- In file included from /usr/include/absl/container/internal/inlined_vector.h:33:
- /usr/include/absl/memory/memory.h:97:12: error: ‘make_unique’ has not been declared in ‘std’
- 97 | using std::make_unique;
- | ^~~~~~~~~~~
- In file included from /usr/include/absl/strings/internal/str_format/extension.h:27,
- from /usr/include/absl/strings/internal/str_format/arg.h:37,
- from /usr/include/absl/strings/str_format.h:83,
- from /usr/include/absl/crc/crc32c.h:32,
- from /usr/include/absl/crc/internal/crc_cord_state.h:23,
- from /usr/include/absl/strings/cord.h:81:
- /usr/include/absl/strings/internal/str_format/output.h:44:14: error: ‘string_view’ has not been declared
- 44 | void Write(string_view v);
- | ^~~~~~~~~~~
- /usr/include/absl/strings/internal/str_format/output.h:59:14: error: ‘string_view’ has not been declared
- 59 | void Write(string_view v);
- | ^~~~~~~~~~~
- /usr/include/absl/strings/internal/str_format/output.h:71:47: error: ‘string_view’ has not been declared
- 71 | inline void AbslFormatFlush(std::string* out, string_view s) {
- | ^~~~~~~~~~~
- /usr/include/absl/strings/internal/str_format/output.h: In function ‘void absl::lts_20240722::str_format_internal::AbslFormatFlush(std::string*, int)’:
- /usr/include/absl/strings/internal/str_format/output.h:72:17: error: request for member ‘data’ in ‘s’, which is of non-class type ‘int’
- 72 | out->append(s.data(), s.size());
- | ^~~~
- /usr/include/absl/strings/internal/str_format/output.h:72:27: error: request for member ‘size’ in ‘s’, which is of non-class type ‘int’
- 72 | out->append(s.data(), s.size());
- | ^~~~
- /usr/include/absl/strings/internal/str_format/output.h: At global scope:
- /usr/include/absl/strings/internal/str_format/output.h:74:48: error: ‘string_view’ has not been declared
- 74 | inline void AbslFormatFlush(std::ostream* out, string_view s) {
- | ^~~~~~~~~~~
- /usr/include/absl/strings/internal/str_format/output.h: In function ‘void absl::lts_20240722::str_format_internal::AbslFormatFlush(std::ostream*, int)’:
- /usr/include/absl/strings/internal/str_format/output.h:75:16: error: request for member ‘data’ in ‘s’, which is of non-class type ‘int’
- 75 | out->write(s.data(), static_cast<std::streamsize>(s.size()));
- | ^~~~
- /usr/include/absl/strings/internal/str_format/output.h:75:55: error: request for member ‘size’ in ‘s’, which is of non-class type ‘int’
- 75 | out->write(s.data(), static_cast<std::streamsize>(s.size()));
- | ^~~~
- /usr/include/absl/strings/internal/str_format/output.h: At global scope:
- /usr/include/absl/strings/internal/str_format/output.h:78:48: error: ‘string_view’ has not been declared
- 78 | inline void AbslFormatFlush(FILERawSink* sink, string_view v) {
- | ^~~~~~~~~~~
- /usr/include/absl/strings/internal/str_format/output.h:82:50: error: ‘string_view’ has not been declared
- 82 | inline void AbslFormatFlush(BufferRawSink* sink, string_view v) {
- | ^~~~~~~~~~~
- /usr/include/absl/strings/internal/str_format/output.h:89:26: error: ‘string_view’ has not been declared
- 89 | auto InvokeFlush(T* out, string_view s) -> decltype(AbslFormatFlush(out, s)) {
- | ^~~~~~~~~~~
- /usr/include/absl/strings/internal/str_format/extension.h:44:49: error: there are no arguments to ‘string_view’ that depend on a template parameter, so a declaration of ‘string_view’ must be available [-fpermissive]
- 44 | std::declval<T*>(), string_view()))* = nullptr>
- | ^~~~~~~~~~~
- /usr/include/absl/strings/internal/str_format/extension.h:44:49: note: (if you use ‘-fpermissive’, G++ will accept your code, but allowing the use of an undeclared name is deprecated)
- /usr/include/absl/strings/internal/str_format/extension.h:44:49: error: there are no arguments to ‘string_view’ that depend on a template parameter, so a declaration of ‘string_view’ must be available [-fpermissive]
- /usr/include/absl/strings/internal/str_format/extension.h:48:14: error: ‘string_view’ has not been declared
- 48 | void Write(string_view s) { write_(sink_, s); }
- | ^~~~~~~~~~~
- /usr/include/absl/strings/internal/str_format/extension.h:57:30: error: ‘string_view’ has not been declared
- 57 | static void Flush(void* r, string_view s) {
- | ^~~~~~~~~~~
- /usr/include/absl/strings/internal/str_format/extension.h:62:25: error: ‘string_view’ has not been declared
- 62 | void (*write_)(void*, string_view);
- | ^~~~~~~~~~~
- /usr/include/absl/strings/internal/str_format/extension.h:94:15: error: ‘string_view’ has not been declared
- 94 | void Append(string_view v) {
- | ^~~~~~~~~~~
- /usr/include/absl/strings/internal/str_format/extension.h:110:24: error: ‘string_view’ has not been declared
- 110 | bool PutPaddedString(string_view v, int width, int precision, bool left);
- | ^~~~~~~~~~~
- /usr/include/absl/strings/internal/str_format/extension.h: In member function ‘void absl::lts_20240722::str_format_internal::FormatSinkImpl::Flush()’:
- /usr/include/absl/strings/internal/str_format/extension.h:73:16: error: ‘string_view’ was not declared in this scope
- 73 | raw_.Write(string_view(buf_, static_cast<size_t>(pos_ - buf_)));
- | ^~~~~~~~~~~
- /usr/include/absl/strings/internal/str_format/extension.h: In member function ‘void absl::lts_20240722::str_format_internal::FormatSinkImpl::Append(int)’:
- /usr/include/absl/strings/internal/str_format/extension.h:95:18: error: request for member ‘size’ in ‘v’, which is of non-class type ‘int’
- 95 | size_t n = v.size();
- | ^~~~
- /usr/include/absl/strings/internal/str_format/extension.h:103:20: error: request for member ‘data’ in ‘v’, which is of non-class type ‘int’
- 103 | memcpy(pos_, v.data(), n);
- | ^~~~
- /usr/include/absl/strings/internal/str_format/arg.h: At global scope:
- /usr/include/absl/strings/internal/str_format/arg.h:150:13: error: ‘enable_if_t’ in namespace ‘std’ does not name a template type
- 150 | -> std::enable_if_t<std::is_enum<T>::value &&
- | ^~~~~~~~~~~
- /usr/include/absl/strings/internal/str_format/arg.h:150:8: note: ‘std::enable_if_t’ is only available from C++14 onwards
- 150 | -> std::enable_if_t<std::is_enum<T>::value &&
- | ^~~
- /usr/include/absl/strings/internal/str_format/arg.h:150:24: error: expected initializer before ‘<’ token
- 150 | -> std::enable_if_t<std::is_enum<T>::value &&
- | ^
- /usr/include/absl/strings/internal/str_format/arg.h:169:13: error: ‘enable_if_t’ in namespace ‘std’ does not name a template type
- 169 | -> std::enable_if_t<!std::is_enum<T>::value &&
- | ^~~~~~~~~~~
- /usr/include/absl/strings/internal/str_format/arg.h:169:8: note: ‘std::enable_if_t’ is only available from C++14 onwards
- 169 | -> std::enable_if_t<!std::is_enum<T>::value &&
- | ^~~
- /usr/include/absl/strings/internal/str_format/arg.h:169:24: error: expected initializer before ‘<’ token
- 169 | -> std::enable_if_t<!std::is_enum<T>::value &&
- | ^
- /usr/include/absl/strings/internal/str_format/arg.h:228:39: error: ‘absl::lts_20240722::str_format_internal::StringConvertResult absl::lts_20240722::str_format_internal::FormatConvertImpl’ redeclared as different kind of entity
- 228 | StringConvertResult FormatConvertImpl(string_view v,
- | ^~~~~~~~~~~
- /usr/include/absl/strings/internal/str_format/arg.h:225:21: note: previous declaration ‘absl::lts_20240722::str_format_internal::StringConvertResult absl::lts_20240722::str_format_internal::FormatConvertImpl(const std::wstring&, FormatConversionSpecImpl, FormatSinkImpl*)’
- 225 | StringConvertResult FormatConvertImpl(const std::wstring& v,
- | ^~~~~~~~~~~~~~~~~
- /usr/include/absl/strings/internal/str_format/arg.h:228:39: error: ‘string_view’ was not declared in this scope
- 228 | StringConvertResult FormatConvertImpl(string_view v,
- | ^~~~~~~~~~~
- /usr/include/absl/strings/internal/str_format/arg.h:229:64: error: expected primary-expression before ‘conv’
- 229 | FormatConversionSpecImpl conv,
- | ^~~~
- /usr/include/absl/strings/internal/str_format/arg.h:230:53: error: expected primary-expression before ‘*’ token
- 230 | FormatSinkImpl* sink);
- | ^
- /usr/include/absl/strings/internal/str_format/arg.h:230:55: error: ‘sink’ was not declared in this scope; did you mean ‘sinl’?
- 230 | FormatSinkImpl* sink);
- | ^~~~
- | sinl
- /usr/include/absl/strings/internal/str_format/arg.h: In function ‘absl::lts_20240722::str_format_internal::StringConvertResult absl::lts_20240722::str_format_internal::FormatConvertImpl(const AbslCord&, FormatConversionSpecImpl, FormatSinkImpl*)’:
- /usr/include/absl/strings/internal/str_format/arg.h:280:8: error: ‘string_view’ was not declared in this scope
- 280 | for (string_view piece : value.Chunks()) {
- | ^~~~~~~~~~~
- /usr/include/absl/strings/internal/str_format/arg.h:293:3: error: expected primary-expression before ‘if’
- 293 | if (space_remaining > 0 && is_left) sink->Append(space_remaining, ' ');
- | ^~
- /usr/include/absl/strings/internal/str_format/arg.h:291:4: error: expected ‘;’ before ‘if’
- 291 | }
- | ^
- | ;
- 292 |
- 293 | if (space_remaining > 0 && is_left) sink->Append(space_remaining, ' ');
- | ~~
- /usr/include/absl/strings/internal/str_format/arg.h:293:3: error: expected primary-expression before ‘if’
- 293 | if (space_remaining > 0 && is_left) sink->Append(space_remaining, ' ');
- | ^~
- /usr/include/absl/strings/internal/str_format/arg.h:291:4: error: expected ‘)’ before ‘if’
- 291 | }
- | ^
- | )
- 292 |
- 293 | if (space_remaining > 0 && is_left) sink->Append(space_remaining, ' ');
- | ~~
- /usr/include/absl/strings/internal/str_format/arg.h:280:7: note: to match this ‘(’
- 280 | for (string_view piece : value.Chunks()) {
- | ^
- /usr/include/absl/strings/internal/str_format/arg.h: At global scope:
- /usr/include/absl/strings/internal/str_format/arg.h:664:1: error: ‘string_view’ was not declared in this scope
- 664 | ABSL_INTERNAL_FORMAT_DISPATCH_OVERLOADS_EXPAND_(extern);
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/absl/strings/internal/str_format/arg.h:664:1: error: template-id ‘Dispatch<<expression error> >’ for ‘bool absl::lts_20240722::str_format_internal::FormatArgImpl::Dispatch(Data, absl::lts_20240722::str_format_internal::FormatConversionSpecImpl, void*)’ does not match any template declaration
- 664 | ABSL_INTERNAL_FORMAT_DISPATCH_OVERLOADS_EXPAND_(extern);
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/absl/strings/internal/str_format/arg.h:599:15: note: candidate is: ‘template<class T> static bool absl::lts_20240722::str_format_internal::FormatArgImpl::Dispatch(Data, absl::lts_20240722::str_format_internal::FormatConversionSpecImpl, void*)’
- 599 | static bool Dispatch(Data arg, FormatConversionSpecImpl spec, void* out) {
- | ^~~~~~~~
- In file included from /usr/include/absl/strings/internal/str_format/checker.h:22,
- from /usr/include/absl/strings/internal/str_format/bind.h:26,
- from /usr/include/absl/strings/str_format.h:84:
- /usr/include/absl/strings/internal/str_format/constexpr_parser.h: In member function ‘constexpr void absl::lts_20240722::str_format_internal::UnboundConversion::InputValue::set_value(int) const’:
- /usr/include/absl/strings/internal/str_format/constexpr_parser.h:47:14: error: assignment of member ‘absl::lts_20240722::str_format_internal::UnboundConversion::InputValue::value_’ in read-only object
- 47 | value_ = value;
- | ~~~~~~~^~~~~~~
- /usr/include/absl/strings/internal/str_format/constexpr_parser.h: In member function ‘constexpr void absl::lts_20240722::str_format_internal::UnboundConversion::InputValue::set_from_arg(int) const’:
- /usr/include/absl/strings/internal/str_format/constexpr_parser.h:58:14: error: assignment of member ‘absl::lts_20240722::str_format_internal::UnboundConversion::InputValue::value_’ in read-only object
- 58 | value_ = -value - 1;
- | ~~~~~~~^~~~~~~~~~~~
- /usr/include/absl/strings/internal/str_format/constexpr_parser.h: In member function ‘constexpr int absl::lts_20240722::str_format_internal::UnboundConversion::InputValue::get_from_arg() const’:
- /usr/include/absl/strings/internal/str_format/constexpr_parser.h:64:5: error: body of ‘constexpr’ function ‘constexpr int absl::lts_20240722::str_format_internal::UnboundConversion::InputValue::get_from_arg() const’ not a return-statement
- 64 | }
- | ^
- /usr/include/absl/strings/internal/str_format/constexpr_parser.h: In member function ‘constexpr absl::lts_20240722::FormatConversionChar absl::lts_20240722::str_format_internal::ConvTag::as_conv() const’:
- /usr/include/absl/strings/internal/str_format/constexpr_parser.h:103:3: error: body of ‘constexpr’ function ‘constexpr absl::lts_20240722::FormatConversionChar absl::lts_20240722::str_format_internal::ConvTag::as_conv() const’ not a return-statement
- 103 | }
- | ^
- /usr/include/absl/strings/internal/str_format/constexpr_parser.h: In member function ‘constexpr absl::lts_20240722::LengthMod absl::lts_20240722::str_format_internal::ConvTag::as_length() const’:
- /usr/include/absl/strings/internal/str_format/constexpr_parser.h:109:3: error: body of ‘constexpr’ function ‘constexpr absl::lts_20240722::LengthMod absl::lts_20240722::str_format_internal::ConvTag::as_length() const’ not a return-statement
- 109 | }
- | ^
- /usr/include/absl/strings/internal/str_format/constexpr_parser.h: In member function ‘constexpr absl::lts_20240722::str_format_internal::Flags absl::lts_20240722::str_format_internal::ConvTag::as_flags() const’:
- /usr/include/absl/strings/internal/str_format/constexpr_parser.h:115:3: error: body of ‘constexpr’ function ‘constexpr absl::lts_20240722::str_format_internal::Flags absl::lts_20240722::str_format_internal::ConvTag::as_flags() const’ not a return-statement
- 115 | }
- | ^
- /usr/include/absl/strings/internal/str_format/constexpr_parser.h: In function ‘constexpr bool absl::lts_20240722::str_format_internal::CheckFastPathSetting(const UnboundConversion&)’:
- /usr/include/absl/strings/internal/str_format/constexpr_parser.h:194:1: error: body of ‘constexpr’ function ‘constexpr bool absl::lts_20240722::str_format_internal::CheckFastPathSetting(const UnboundConversion&)’ not a return-statement
- 194 | }
- | ^
- /usr/include/absl/strings/internal/str_format/constexpr_parser.h: In function ‘constexpr int absl::lts_20240722::str_format_internal::ParseDigits(char&, const char*&, const char*)’:
- /usr/include/absl/strings/internal/str_format/constexpr_parser.h:211:1: error: body of ‘constexpr’ function ‘constexpr int absl::lts_20240722::str_format_internal::ParseDigits(char&, const char*&, const char*)’ not a return-statement
- 211 | }
- | ^
- /usr/include/absl/strings/internal/str_format/constexpr_parser.h: In function ‘constexpr const char* absl::lts_20240722::str_format_internal::ConsumeUnboundConversion(const char*, const char*, UnboundConversion*, int*)’:
- /usr/include/absl/strings/internal/str_format/constexpr_parser.h:351:1: error: body of ‘constexpr’ function ‘constexpr const char* absl::lts_20240722::str_format_internal::ConsumeUnboundConversion(const char*, const char*, UnboundConversion*, int*)’ not a return-statement
- 351 | }
- | ^
- In file included from /usr/include/absl/strings/internal/str_format/bind.h:29:
- /usr/include/absl/strings/internal/str_format/parser.h: At global scope:
- /usr/include/absl/strings/internal/str_format/parser.h:57:24: error: ‘string_view’ was not declared in this scope
- 57 | bool ParseFormatString(string_view src, Consumer consumer) {
- | ^~~~~~~~~~~
- /usr/include/absl/strings/internal/str_format/parser.h:57:50: error: expected primary-expression before ‘consumer’
- 57 | bool ParseFormatString(string_view src, Consumer consumer) {
- | ^~~~~~~~
- /usr/include/absl/strings/internal/str_format/parser.h:57:58: error: expression list treated as compound expression in initializer [-fpermissive]
- 57 | bool ParseFormatString(string_view src, Consumer consumer) {
- | ^
- /usr/include/absl/strings/internal/str_format/parser.h:57:59: error: expected ‘;’ before ‘{’ token
- 57 | bool ParseFormatString(string_view src, Consumer consumer) {
- | ^~
- | ;
- /usr/include/absl/strings/internal/str_format/parser.h:116:32: error: ‘string_view’ was not declared in this scope
- 116 | constexpr bool EnsureConstexpr(string_view s) {
- | ^~~~~~~~~~~
- /usr/include/absl/strings/internal/str_format/parser.h:123:18: error: expected ‘)’ before ‘format’
- 123 | string_view format, bool allow_ignored,
- | ^~~~~~~
- | )
- /usr/include/absl/strings/internal/str_format/parser.h:122:28: note: to match this ‘(’
- 122 | explicit ParsedFormatBase(
- | ^
- /usr/include/absl/strings/internal/str_format/parser.h: In member function ‘bool absl::lts_20240722::str_format_internal::ParsedFormatBase::ProcessFormat(Consumer) const’:
- /usr/include/absl/strings/internal/str_format/parser.h:153:5: error: ‘string_view’ was not declared in this scope
- 153 | string_view text(base, 0);
- | ^~~~~~~~~~~
- /usr/include/absl/strings/internal/str_format/parser.h:155:31: error: ‘text’ was not declared in this scope
- 155 | const char* const end = text.data() + text.size();
- | ^~~~
- /usr/include/absl/strings/internal/str_format/parser.h: At global scope:
- /usr/include/absl/strings/internal/str_format/parser.h:222:44: error: expected ‘)’ before ‘format’
- 222 | explicit ExtendedParsedFormat(string_view format)
- | ~ ^~~~~~~
- | )
- /usr/include/absl/strings/internal/str_format/parser.h:245:52: error: ‘string_view’ has not been declared
- 245 | static std::unique_ptr<ExtendedParsedFormat> New(string_view format) {
- | ^~~~~~~~~~~
- /usr/include/absl/strings/internal/str_format/parser.h:249:7: error: ‘string_view’ has not been declared
- 249 | string_view format) {
- | ^~~~~~~~~~~
- /usr/include/absl/strings/internal/str_format/parser.h:254:52: error: ‘string_view’ has not been declared
- 254 | static std::unique_ptr<ExtendedParsedFormat> New(string_view format,
- | ^~~~~~~~~~~
- /usr/include/absl/strings/internal/str_format/parser.h:262:35: error: expected ‘)’ before ‘s’
- 262 | ExtendedParsedFormat(string_view s, bool allow_ignored)
- | ~ ^~
- | )
- /usr/include/absl/strings/internal/str_format/parser.h:263:50: error: expected unqualified-id before ‘)’ token
- 263 | : ParsedFormatBase(s, allow_ignored, {C...}) {}
- | ^
- /usr/include/absl/strings/internal/str_format/bind.h:55:45: error: expected ‘)’ before ‘s’
- 55 | explicit UntypedFormatSpecImpl(string_view s)
- | ~ ^~
- | )
- /usr/include/absl/strings/internal/str_format/bind.h:63:3: error: ‘string_view’ does not name a type
- 63 | string_view str() const {
- | ^~~~~~~~~~~
- /usr/include/absl/strings/internal/str_format/bind.h:119:34: error: ‘absl::index_sequence’ has not been declared
- 119 | static bool CheckMatches(absl::index_sequence<I...>) {
- | ^~~~~~~~~~~~~~
- /usr/include/absl/strings/internal/str_format/bind.h:119:48: error: expected ‘,’ or ‘...’ before ‘<’ token
- 119 | static bool CheckMatches(absl::index_sequence<I...>) {
- | ^
- /usr/include/absl/strings/internal/str_format/bind.h:168:33: error: expected ‘)’ before ‘s’
- 168 | FormatSpecTemplate(string_view s) : Base(s) {} // NOLINT
- | ~ ^~
- | )
- /usr/include/absl/strings/internal/str_format/bind.h: In constructor ‘absl::lts_20240722::str_format_internal::FormatSpecTemplate<Args>::FormatSpecTemplate(const absl::lts_20240722::str_format_internal::ExtendedParsedFormat<C ...>&)’:
- /usr/include/absl/strings/internal/str_format/bind.h:176:30: error: ‘make_index_sequence’ is not a member of ‘absl’
- 176 | CheckMatches<C...>(absl::make_index_sequence<sizeof...(C)>{});
- | ^~~~~~~~~~~~~~~~~~~
- /usr/include/absl/strings/internal/str_format/bind.h:176:63: error: expected primary-expression before ‘{’ token
- 176 | CheckMatches<C...>(absl::make_index_sequence<sizeof...(C)>{});
- | ^
- /usr/include/absl/container/internal/inlined_vector.h: In instantiation of ‘class absl::lts_20240722::inlined_vector_internal::Storage<absl::lts_20240722::str_format_internal::FormatArgImpl, 4, std::allocator<absl::lts_20240722::str_format_internal::FormatArgImpl> >’:
- /usr/include/absl/container/inlined_vector.h:98:9: required from ‘class absl::lts_20240722::InlinedVector<absl::lts_20240722::str_format_internal::FormatArgImpl, 4>’
- 98 | using MemcpyPolicy = typename Storage::MemcpyPolicy;
- | ^~~~~~~~~~~~
- /usr/include/absl/strings/internal/str_format/bind.h:194:41: required from here
- 194 | absl::InlinedVector<FormatArgImpl, 4> args_;
- | ^~~~~
- /usr/include/absl/container/internal/inlined_vector.h:568:12: error: ‘absl::lts_20240722::inlined_vector_internal::Storage<T, N, A>::metadata_’ has incomplete type
- 568 | Metadata metadata_;
- | ^~~~~~~~~
- /usr/include/absl/container/internal/compressed_tuple.h:202:47: note: declaration of ‘using absl::lts_20240722::inlined_vector_internal::Storage<absl::lts_20240722::str_format_internal::FormatArgImpl, 4, std::allocator<absl::lts_20240722::str_format_internal::FormatArgImpl> >::Metadata = class absl::lts_20240722::container_internal::CompressedTuple<std::allocator<absl::lts_20240722::str_format_internal::FormatArgImpl>, long unsigned int>’ {aka ‘class absl::lts_20240722::container_internal::CompressedTuple<std::allocator<absl::lts_20240722::str_format_internal::FormatArgImpl>, long unsigned int>’}
- 202 | class ABSL_INTERNAL_COMPRESSED_TUPLE_DECLSPEC CompressedTuple
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/container/internal/inlined_vector.h: In instantiation of ‘constexpr const size_t absl::lts_20240722::inlined_vector_internal::Storage<absl::lts_20240722::str_format_internal::FormatArgImpl, 4, std::allocator<absl::lts_20240722::str_format_internal::FormatArgImpl> >::kOptimalInlinedSize’:
- /usr/include/absl/container/internal/inlined_vector.h:550:22: required from ‘struct absl::lts_20240722::inlined_vector_internal::Storage<absl::lts_20240722::str_format_internal::FormatArgImpl, 4, std::allocator<absl::lts_20240722::str_format_internal::FormatArgImpl> >::Inlined’
- 550 | ValueType<A>[kOptimalInlinedSize])];
- | ^~~~~~~~~~~~~~~~~~~
- /usr/include/absl/container/internal/inlined_vector.h:555:13: required from ‘union absl::lts_20240722::inlined_vector_internal::Storage<absl::lts_20240722::str_format_internal::FormatArgImpl, 4, std::allocator<absl::lts_20240722::str_format_internal::FormatArgImpl> >::Data’
- 555 | Inlined inlined;
- | ^~~~~~~
- /usr/include/absl/container/internal/inlined_vector.h:569:8: required from ‘class absl::lts_20240722::inlined_vector_internal::Storage<absl::lts_20240722::str_format_internal::FormatArgImpl, 4, std::allocator<absl::lts_20240722::str_format_internal::FormatArgImpl> >’
- 569 | Data data_;
- | ^~~~~
- /usr/include/absl/container/inlined_vector.h:98:9: required from ‘class absl::lts_20240722::InlinedVector<absl::lts_20240722::str_format_internal::FormatArgImpl, 4>’
- 98 | using MemcpyPolicy = typename Storage::MemcpyPolicy;
- | ^~~~~~~~~~~~
- /usr/include/absl/strings/internal/str_format/bind.h:194:41: required from here
- 194 | absl::InlinedVector<FormatArgImpl, 4> args_;
- | ^~~~~
- /usr/include/absl/container/internal/inlined_vector.h:546:17: error: call to non-‘constexpr’ function ‘const _Tp& std::max(const _Tp&, const _Tp&) [with _Tp = long unsigned int]’
- 546 | (std::max)(N, sizeof(Allocated) / sizeof(ValueType<A>));
- | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- In file included from /usr/include/c++/14.2.0/string:51,
- from /run/build/monero-gui/test-protobuf.pb.h:10:
- /usr/include/c++/14.2.0/bits/stl_algobase.h:257:5: note: ‘const _Tp& std::max(const _Tp&, const _Tp&) [with _Tp = long unsigned int]’ declared here
- 257 | max(const _Tp& __a, const _Tp& __b)
- | ^~~
- /usr/include/absl/container/internal/inlined_vector.h: In instantiation of ‘struct absl::lts_20240722::inlined_vector_internal::Storage<absl::lts_20240722::str_format_internal::FormatArgImpl, 4, std::allocator<absl::lts_20240722::str_format_internal::FormatArgImpl> >::Inlined’:
- /usr/include/absl/container/internal/inlined_vector.h:555:13: required from ‘union absl::lts_20240722::inlined_vector_internal::Storage<absl::lts_20240722::str_format_internal::FormatArgImpl, 4, std::allocator<absl::lts_20240722::str_format_internal::FormatArgImpl> >::Data’
- 555 | Inlined inlined;
- | ^~~~~~~
- /usr/include/absl/container/internal/inlined_vector.h:569:8: required from ‘class absl::lts_20240722::inlined_vector_internal::Storage<absl::lts_20240722::str_format_internal::FormatArgImpl, 4, std::allocator<absl::lts_20240722::str_format_internal::FormatArgImpl> >’
- 569 | Data data_;
- | ^~~~~
- /usr/include/absl/container/inlined_vector.h:98:9: required from ‘class absl::lts_20240722::InlinedVector<absl::lts_20240722::str_format_internal::FormatArgImpl, 4>’
- 98 | using MemcpyPolicy = typename Storage::MemcpyPolicy;
- | ^~~~~~~~~~~~
- /usr/include/absl/strings/internal/str_format/bind.h:194:41: required from here
- 194 | absl::InlinedVector<FormatArgImpl, 4> args_;
- | ^~~~~
- /usr/include/absl/container/internal/inlined_vector.h:550:22: error: size of array is not an integral constant-expression
- 550 | ValueType<A>[kOptimalInlinedSize])];
- | ^~~~~~~~~~~~~~~~~~~
- /usr/include/absl/strings/str_format.h: At global scope:
- /usr/include/absl/strings/str_format.h:111:41: error: expected ‘)’ before ‘s’
- 111 | explicit UntypedFormatSpec(string_view s) : spec_(s) {}
- | ~ ^~
- | )
- /usr/include/absl/strings/str_format.h:847:15: error: ‘string_view’ has not been declared
- 847 | void Append(string_view v) { sink_->Append(v); }
- | ^~~~~~~~~~~
- /usr/include/absl/strings/str_format.h:855:24: error: ‘string_view’ has not been declared
- 855 | bool PutPaddedString(string_view v, int width, int precision, bool left) {
- | ^~~~~~~~~~~
- /usr/include/absl/strings/str_format.h:861:37: error: ‘absl::string_view’ has not been declared
- 861 | absl::string_view v) {
- | ^~~~~~~~~~~
- /usr/include/absl/crc/crc32c.h:79:37: error: ‘absl::string_view’ has not been declared
- 79 | absl::string_view buf_to_add);
- | ^~~~~~~~~~~
- /usr/include/absl/crc/crc32c.h:89:30: error: ‘string_view’ is not a member of ‘absl’
- 89 | crc32c_t ComputeCrc32c(absl::string_view buf);
- | ^~~~~~~~~~~
- /usr/include/absl/crc/crc32c.h:103:36: error: ‘absl::string_view’ has not been declared
- 103 | absl::string_view buf_to_add) {
- | ^~~~~~~~~~~
- /usr/include/absl/crc/crc32c.h: In function ‘absl::lts_20240722::crc32c_t absl::lts_20240722::ExtendCrc32c(crc32c_t, int)’:
- /usr/include/absl/crc/crc32c.h:105:18: error: request for member ‘size’ in ‘buf_to_add’, which is of non-class type ‘int’
- 105 | if (buf_to_add.size() <= 64) {
- | ^~~~
- /usr/include/absl/crc/crc32c.h:107:59: error: request for member ‘data’ in ‘buf_to_add’, which is of non-class type ‘int’
- 107 | if (crc_internal::ExtendCrc32cInline(&crc, buf_to_add.data(),
- | ^~~~
- /usr/include/absl/crc/crc32c.h:108:53: error: request for member ‘size’ in ‘buf_to_add’, which is of non-class type ‘int’
- 108 | buf_to_add.size())) {
- | ^~~~
- In file included from /usr/include/absl/functional/any_invocable.h:43,
- from /usr/include/absl/functional/internal/function_ref.h:23,
- from /usr/include/absl/functional/function_ref.h:54,
- from /usr/include/absl/strings/cord.h:82:
- /usr/include/absl/functional/internal/any_invocable.h: At global scope:
- /usr/include/absl/functional/internal/any_invocable.h:380:28: error: ‘in_place_type_t’ is not a member of ‘absl’
- 380 | struct IsInPlaceType<absl::in_place_type_t<T>> : std::true_type {};
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/functional/internal/any_invocable.h:380:28: error: ‘in_place_type_t’ is not a member of ‘absl’
- /usr/include/absl/functional/internal/any_invocable.h:380:44: error: template argument 1 is invalid
- 380 | struct IsInPlaceType<absl::in_place_type_t<T>> : std::true_type {};
- | ^
- /usr/include/absl/functional/internal/any_invocable.h:380:45: error: expected unqualified-id before ‘>’ token
- 380 | struct IsInPlaceType<absl::in_place_type_t<T>> : std::true_type {};
- | ^~
- /usr/include/absl/functional/internal/any_invocable.h:476:42: error: expected ‘)’ before ‘<’ token
- 476 | explicit CoreImpl(absl::in_place_type_t<QualTRef>, Args&&... args) {
- | ~ ^
- | )
- /usr/include/absl/functional/internal/any_invocable.h:868:1: error: expected ‘)’ before ‘<’ token
- 868 | ABSL_INTERNAL_ANY_INVOCABLE_IMPL(, , &);
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/absl/functional/internal/any_invocable.h:869:1: error: expected ‘)’ before ‘<’ token
- 869 | ABSL_INTERNAL_ANY_INVOCABLE_IMPL(const, , const&);
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/absl/functional/internal/any_invocable.h:872:1: error: expected ‘)’ before ‘<’ token
- 872 | ABSL_INTERNAL_ANY_INVOCABLE_IMPL(, &, &);
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/absl/functional/internal/any_invocable.h:873:1: error: expected ‘)’ before ‘<’ token
- 873 | ABSL_INTERNAL_ANY_INVOCABLE_IMPL(const, &, const&);
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/absl/functional/internal/any_invocable.h:876:1: error: expected ‘)’ before ‘<’ token
- 876 | ABSL_INTERNAL_ANY_INVOCABLE_IMPL(, &&, &&);
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/absl/functional/internal/any_invocable.h:877:1: error: expected ‘)’ before ‘<’ token
- 877 | ABSL_INTERNAL_ANY_INVOCABLE_IMPL(const, &&, const&&);
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/absl/functional/any_invocable.h:208:46: error: expected ‘)’ before ‘<’ token
- 208 | explicit AnyInvocable(absl::in_place_type_t<T>, Args&&... args)
- | ~ ^
- | )
- /usr/include/absl/functional/any_invocable.h:220:46: error: expected ‘)’ before ‘<’ token
- 220 | explicit AnyInvocable(absl::in_place_type_t<T>,
- | ~ ^
- | )
- In file included from /usr/include/absl/strings/internal/cord_internal.h:30,
- from /usr/include/absl/strings/cord_analysis.h:23,
- from /usr/include/absl/strings/cord.h:84:
- /usr/include/absl/container/internal/container_memory.h:74:11: error: ‘IsDestructionTrivial’ function uses ‘auto’ type specifier without trailing return type
- 74 | constexpr auto IsDestructionTrivial() {
- | ^~~~
- /usr/include/absl/container/internal/container_memory.h:74:11: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /usr/include/absl/container/internal/container_memory.h:106:35: error: ‘absl::index_sequence’ has not been declared
- 106 | absl::index_sequence<I...>) {
- | ^~~~~~~~~~~~~~
- /usr/include/absl/container/internal/container_memory.h:106:49: error: expected ‘,’ or ‘...’ before ‘<’ token
- 106 | absl::index_sequence<I...>) {
- | ^
- /usr/include/absl/container/internal/container_memory.h:123:22: error: ‘absl::index_sequence’ has not been declared
- 123 | Tuple&& t, absl::index_sequence<Is...>, F&& f) {
- | ^~~~~~~~~~~~~~
- /usr/include/absl/container/internal/container_memory.h:123:36: error: expected ‘,’ or ‘...’ before ‘<’ token
- 123 | Tuple&& t, absl::index_sequence<Is...>, F&& f) {
- | ^
- /usr/include/absl/container/internal/container_memory.h: In function ‘decltype (declval<F>()(declval<T>())) absl::lts_20240722::container_internal::memory_internal::WithConstructedImpl(Tuple&&, int)’:
- /usr/include/absl/container/internal/container_memory.h:124:53: error: ‘f’ was not declared in this scope
- 124 | return WithConstructedImplF<T, F>{std::forward<F>(f)}(
- | ^
- /usr/include/absl/container/internal/container_memory.h: At global scope:
- /usr/include/absl/container/internal/container_memory.h:129:32: error: ‘absl::index_sequence’ has not been declared
- 129 | auto TupleRefImpl(T&& t, absl::index_sequence<Is...>)
- | ^~~~~~~~~~~~~~
- /usr/include/absl/container/internal/container_memory.h:129:46: error: expected ‘,’ or ‘...’ before ‘<’ token
- 129 | auto TupleRefImpl(T&& t, absl::index_sequence<Is...>)
- | ^
- /usr/include/absl/container/internal/container_memory.h:139:11: error: ‘make_index_sequence’ is not a member of ‘absl’
- 139 | absl::make_index_sequence<
- | ^~~~~~~~~~~~~~~~~~~
- /usr/include/absl/container/internal/container_memory.h:139:11: error: ‘make_index_sequence’ is not a member of ‘absl’
- /usr/include/absl/container/internal/container_memory.h:140:63: error: expected primary-expression before ‘)’ token
- 140 | std::tuple_size<typename std::decay<T>::type>::value>())) {
- | ^
- /usr/include/absl/container/internal/container_memory.h: In function ‘decltype (absl::lts_20240722::container_internal::memory_internal::TupleRefImpl(forward<T>(t), ((<expression error> < std::tuple_size<typename std::decay<_Ex>::type>::value) > <expression error>))) absl::lts_20240722::container_internal::memory_internal::TupleRef(T&&)’:
- /usr/include/absl/container/internal/container_memory.h:143:13: error: ‘make_index_sequence’ is not a member of ‘absl’
- 143 | absl::make_index_sequence<
- | ^~~~~~~~~~~~~~~~~~~
- /usr/include/absl/container/internal/container_memory.h:144:65: error: expected primary-expression before ‘)’ token
- 144 | std::tuple_size<typename std::decay<T>::type>::value>());
- | ^
- /usr/include/absl/container/internal/container_memory.h: In function ‘void absl::lts_20240722::container_internal::ConstructFromTuple(Alloc*, T*, Tuple&&)’:
- /usr/include/absl/container/internal/container_memory.h:164:13: error: ‘make_index_sequence’ is not a member of ‘absl’
- 164 | absl::make_index_sequence<
- | ^~~~~~~~~~~~~~~~~~~
- /usr/include/absl/container/internal/container_memory.h:165:69: error: expected primary-expression before ‘)’ token
- 165 | std::tuple_size<typename std::decay<Tuple>::type>::value>());
- | ^
- /usr/include/absl/container/internal/container_memory.h: In function ‘decltype (declval<F>()(declval<T>())) absl::lts_20240722::container_internal::WithConstructed(Tuple&&, F&&)’:
- /usr/include/absl/container/internal/container_memory.h:175:13: error: ‘make_index_sequence’ is not a member of ‘absl’
- 175 | absl::make_index_sequence<
- | ^~~~~~~~~~~~~~~~~~~
- /usr/include/absl/container/internal/container_memory.h:176:69: error: expected primary-expression before ‘)’ token
- 176 | std::tuple_size<typename std::decay<Tuple>::type>::value>(),
- | ^
- /usr/include/absl/container/internal/container_memory.h: At global scope:
- /usr/include/absl/container/internal/container_memory.h:429:10: error: ‘destroy’ function uses ‘auto’ type specifier without trailing return type
- 429 | static auto destroy(Allocator* alloc, slot_type* slot) {
- | ^~~~
- /usr/include/absl/container/internal/container_memory.h:429:10: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /usr/include/absl/container/internal/container_memory.h:439:10: error: ‘transfer’ function uses ‘auto’ type specifier without trailing return type
- 439 | static auto transfer(Allocator* alloc, slot_type* new_slot,
- | ^~~~
- /usr/include/absl/container/internal/container_memory.h:439:10: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /usr/include/absl/strings/internal/cord_internal.h:341:55: error: expected ‘)’ before ‘str’
- 341 | explicit constexpr CordRepExternal(absl::string_view str)
- | ~ ^~~~
- | )
- /usr/include/absl/strings/internal/cord_internal.h:342:45: error: expected unqualified-id before ‘,’ token
- 342 | : CordRep(RefcountAndFlags::Immortal{}, str.size()),
- | ^
- /usr/include/absl/strings/internal/cord_internal.h:360:50: error: ‘string_view’ is not a member of ‘absl’
- 360 | Releaser, absl::string_view>>
- | ^~~~~~~~~~~
- /usr/include/absl/strings/internal/cord_internal.h:360:50: error: ‘string_view’ is not a member of ‘absl’
- /usr/include/absl/strings/internal/cord_internal.h:360:50: error: template argument 2 is invalid
- /usr/include/absl/strings/internal/cord_internal.h:361:55: error: ‘absl::string_view’ has not been declared
- 361 | void InvokeReleaser(Rank1, Releaser&& releaser, absl::string_view data) {
- | ^~~~~~~~~~~
- /usr/include/absl/strings/internal/cord_internal.h:367:55: error: ‘absl::string_view’ has not been declared
- 367 | void InvokeReleaser(Rank0, Releaser&& releaser, absl::string_view) {
- | ^~~~~~~~~~~
- /usr/include/absl/strings/internal/cord_internal.h: In destructor ‘absl::lts_20240722::cord_internal::CordRepExternalImpl<Releaser>::~CordRepExternalImpl()’:
- /usr/include/absl/strings/internal/cord_internal.h:386:26: error: ‘string_view’ is not a member of ‘absl’
- 386 | absl::string_view(base, length));
- | ^~~~~~~~~~~
- /usr/include/absl/strings/internal/cord_internal.h: At global scope:
- /usr/include/absl/strings/internal/cord_internal.h:454:32: error: ‘string_view’ is not a member of ‘absl’
- 454 | constexpr char GetOrNull(absl::string_view data, size_t pos) {
- | ^~~~~~~~~~~
- /usr/include/absl/strings/internal/cord_internal.h:454:57: error: expected primary-expression before ‘pos’
- 454 | constexpr char GetOrNull(absl::string_view data, size_t pos) {
- | ^~~
- /usr/include/absl/strings/internal/cord_internal.h:454:60: error: expression list treated as compound expression in initializer [-fpermissive]
- 454 | constexpr char GetOrNull(absl::string_view data, size_t pos) {
- | ^
- /usr/include/absl/strings/internal/cord_internal.h:516:41: error: expected ‘)’ before ‘sv’
- 516 | constexpr InlineData(absl::string_view sv, CordRep* rep) noexcept
- | ~ ^~~
- | )
- /usr/include/absl/strings/internal/cord_internal.h:698:45: error: expected ‘)’ before ‘chars’
- 698 | explicit constexpr Rep(absl::string_view chars)
- | ~ ^~~~~~
- | )
- /usr/include/absl/strings/internal/cord_internal.h:714:38: error: expected unqualified-id before ‘{’ token
- 714 | GetOrNull(chars, 14)} {}
- | ^
- /usr/include/absl/strings/internal/cord_internal.h:694:20: error: defaulted declaration ‘constexpr absl::lts_20240722::cord_internal::InlineData::Rep& absl::lts_20240722::cord_internal::InlineData::Rep::operator=(const absl::lts_20240722::cord_internal::InlineData::Rep&) const’ does not match the expected signature
- 694 | constexpr Rep& operator=(const Rep&) = default;
- | ^~~~~~~~
- /usr/include/absl/strings/internal/cord_internal.h:694:20: note: expected signature: ‘absl::lts_20240722::cord_internal::InlineData::Rep& absl::lts_20240722::cord_internal::InlineData::Rep::operator=(const absl::lts_20240722::cord_internal::InlineData::Rep&)’
- /usr/include/absl/strings/internal/cord_internal.h:694:20: error: explicitly defaulted function ‘constexpr absl::lts_20240722::cord_internal::InlineData::Rep& absl::lts_20240722::cord_internal::InlineData::Rep::operator=(const absl::lts_20240722::cord_internal::InlineData::Rep&) const’ cannot be declared ‘constexpr’ because the implicit declaration is not ‘constexpr’:
- /usr/include/absl/strings/internal/cord_internal.h:684:12: note: defaulted constructor calls non-‘constexpr’ ‘absl::lts_20240722::cord_internal::InlineData::Rep::AsTree& absl::lts_20240722::cord_internal::InlineData::Rep::AsTree::operator=(const absl::lts_20240722::cord_internal::InlineData::Rep::AsTree&)’
- 684 | struct AsTree {
- | ^~~~~~
- /usr/include/absl/strings/internal/cord_internal.h:684:12: note: ‘absl::lts_20240722::cord_internal::InlineData::Rep::AsTree& absl::lts_20240722::cord_internal::InlineData::Rep::AsTree::operator=(const absl::lts_20240722::cord_internal::InlineData::Rep::AsTree&)’ is not usable as a ‘constexpr’ function because:
- /usr/include/absl/strings/internal/cord_internal.h: In constructor ‘absl::lts_20240722::cord_internal::InlineData::InlineData()’:
- /usr/include/absl/strings/internal/cord_internal.h:503:52: error: ‘constexpr’ constructor does not have empty body
- 503 | constexpr InlineData() noexcept { poison_this(); }
- | ^
- In file included from /usr/include/absl/strings/cord_buffer.h:38,
- from /usr/include/absl/strings/cord.h:85:
- /usr/include/absl/strings/internal/cord_rep_flat.h: At global scope:
- /usr/include/absl/strings/internal/cord_rep_flat.h:161:36: error: ‘absl::string_view’ has not been declared
- 161 | static CordRepFlat* Create(absl::string_view data, size_t extra = 0) {
- | ^~~~~~~~~~~
- In file included from /usr/include/c++/14.2.0/cassert:44,
- from /usr/include/absl/strings/internal/cord_rep_flat.h:18:
- /usr/include/absl/strings/internal/cord_rep_flat.h: In static member function ‘static absl::lts_20240722::cord_internal::CordRepFlat* absl::lts_20240722::cord_internal::CordRepFlat::Create(int, size_t)’:
- /usr/include/absl/strings/internal/cord_rep_flat.h:162:5: error: request for member ‘size’ in ‘data’, which is of non-class type ‘int’
- 162 | assert(data.size() <= kMaxFlatLength);
- | ^~~~~~
- /usr/include/absl/strings/internal/cord_rep_flat.h:163:34: error: request for member ‘size’ in ‘data’, which is of non-class type ‘int’
- 163 | CordRepFlat* flat = New(data.size() + (std::min)(extra, kMaxFlatLength));
- | ^~~~
- /usr/include/absl/strings/internal/cord_rep_flat.h:164:31: error: request for member ‘data’ in ‘data’, which is of non-class type ‘int’
- 164 | memcpy(flat->Data(), data.data(), data.size());
- | ^~~~
- /usr/include/absl/strings/internal/cord_rep_flat.h:164:44: error: request for member ‘size’ in ‘data’, which is of non-class type ‘int’
- 164 | memcpy(flat->Data(), data.data(), data.size());
- | ^~~~
- /usr/include/absl/strings/internal/cord_rep_flat.h:165:25: error: request for member ‘size’ in ‘data’, which is of non-class type ‘int’
- 165 | flat->length = data.size();
- | ^~~~
- /usr/include/absl/strings/cord_buffer.h: At global scope:
- /usr/include/absl/strings/cord_buffer.h:435:46: error: ‘absl::string_view’ has not been declared
- 435 | cord_internal::CordRep* ConsumeValue(absl::string_view& short_value) {
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord_buffer.h: In member function ‘absl::lts_20240722::cord_internal::CordRep* absl::lts_20240722::CordBuffer::ConsumeValue(int&)’:
- /usr/include/absl/strings/cord_buffer.h:438:27: error: ‘string_view’ is not a member of ‘absl’
- 438 | short_value = absl::string_view(rep_.data(), rep_.short_length());
- | ^~~~~~~~~~~
- In file included from /usr/include/absl/strings/cord.h:86:
- /usr/include/absl/strings/internal/cord_data_edge.h: At global scope:
- /usr/include/absl/strings/internal/cord_data_edge.h:45:14: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 45 | inline absl::string_view EdgeData(const CordRep* edge) {
- | ^~~~~~~~~~~
- In file included from /usr/include/absl/strings/cord.h:88:
- /usr/include/absl/strings/internal/cord_rep_btree.h:208:51: error: ‘string_view’ has not been declared
- 208 | static CordRepBtree* Append(CordRepBtree* tree, string_view data,
- | ^~~~~~~~~~~
- /usr/include/absl/strings/internal/cord_rep_btree.h:210:52: error: ‘string_view’ has not been declared
- 210 | static CordRepBtree* Prepend(CordRepBtree* tree, string_view data,
- | ^~~~~~~~~~~
- /usr/include/absl/strings/internal/cord_rep_btree.h:239:21: error: ‘absl::string_view’ has not been declared
- 239 | bool IsFlat(absl::string_view* fragment) const;
- | ^~~~~~~~~~~
- /usr/include/absl/strings/internal/cord_rep_btree.h:245:46: error: ‘absl::string_view’ has not been declared
- 245 | bool IsFlat(size_t offset, size_t n, absl::string_view* fragment) const;
- | ^~~~~~~~~~~
- /usr/include/absl/strings/internal/cord_rep_btree.h:321:16: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 321 | inline absl::string_view Data(size_t index) const;
- | ^~~~~~~~~~~
- /usr/include/absl/strings/internal/cord_rep_btree.h:346:46: error: ‘absl::string_view’ has not been declared
- 346 | static void Dump(const CordRep* rep, absl::string_view label,
- | ^~~~~~~~~~~
- /usr/include/absl/strings/internal/cord_rep_btree.h:348:46: error: ‘absl::string_view’ has not been declared
- 348 | static void Dump(const CordRep* rep, absl::string_view label,
- | ^~~~~~~~~~~
- /usr/include/absl/strings/internal/cord_rep_btree.h:455:38: error: ‘absl::string_view’ has not been declared
- 455 | static CordRepBtree* NewLeaf(absl::string_view data, size_t extra);
- | ^~~~~~~~~~~
- /usr/include/absl/strings/internal/cord_rep_btree.h:535:9: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 535 | absl::string_view AddData(absl::string_view data, size_t extra);
- | ^~~~~~~~~~~
- /usr/include/absl/strings/internal/cord_rep_btree.h:571:58: error: ‘absl::string_view’ has not been declared
- 571 | static CordRepBtree* AddData(CordRepBtree* tree, absl::string_view data,
- | ^~~~~~~~~~~
- /usr/include/absl/strings/internal/cord_rep_btree.h:637:14: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 637 | inline absl::string_view CordRepBtree::Data(size_t index) const {
- | ^~~~~~~~~~~
- In file included from /usr/include/absl/strings/cord.h:89:
- /usr/include/absl/strings/internal/cord_rep_btree_reader.h:112:9: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 112 | absl::string_view Init(CordRepBtree* tree);
- | ^~~~~~~~~~~
- /usr/include/absl/strings/internal/cord_rep_btree_reader.h:118:9: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 118 | absl::string_view Next();
- | ^~~~~~~~~~~
- /usr/include/absl/strings/internal/cord_rep_btree_reader.h:122:9: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 122 | absl::string_view Skip(size_t skip);
- | ^~~~~~~~~~~
- /usr/include/absl/strings/internal/cord_rep_btree_reader.h:146:9: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 146 | absl::string_view Read(size_t n, size_t chunk_size, CordRep*& tree);
- | ^~~~~~~~~~~
- /usr/include/absl/strings/internal/cord_rep_btree_reader.h:155:9: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 155 | absl::string_view Seek(size_t offset);
- | ^~~~~~~~~~~
- /usr/include/absl/strings/internal/cord_rep_btree_reader.h:167:14: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 167 | inline absl::string_view CordRepBtreeReader::Init(CordRepBtree* tree) {
- | ^~~~~~~~~~~
- /usr/include/absl/strings/internal/cord_rep_btree_reader.h:174:14: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 174 | inline absl::string_view CordRepBtreeReader::Next() {
- | ^~~~~~~~~~~
- /usr/include/absl/strings/internal/cord_rep_btree_reader.h:182:14: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 182 | inline absl::string_view CordRepBtreeReader::Skip(size_t skip) {
- | ^~~~~~~~~~~
- /usr/include/absl/strings/internal/cord_rep_btree_reader.h:197:14: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 197 | inline absl::string_view CordRepBtreeReader::Seek(size_t offset) {
- | ^~~~~~~~~~~
- In file included from /usr/include/absl/strings/cord.h:97:
- /usr/include/absl/strings/internal/string_constant.h:39:48: error: ‘absl::string_view’ has not been declared
- 39 | static constexpr bool TryConstexprEval(absl::string_view view) {
- | ^~~~~~~~~~~
- /usr/include/absl/strings/internal/string_constant.h:44:26: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 44 | static constexpr absl::string_view value = T{}();
- | ^~~~~~~~~~~
- /usr/include/absl/strings/internal/string_constant.h:44:50: error: expected unqualified-id before ‘)’ token
- 44 | static constexpr absl::string_view value = T{}();
- | ^
- /usr/include/absl/strings/internal/string_constant.h:45:19: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 45 | constexpr absl::string_view operator()() const { return value; }
- | ^~~~~~~~~~~
- /usr/include/absl/strings/internal/string_constant.h:49:34: error: ‘value’ was not declared in this scope
- 49 | static_assert(TryConstexprEval(value),
- | ^~~~~
- /usr/include/absl/strings/internal/string_constant.h: In static member function ‘static constexpr bool absl::lts_20240722::strings_internal::StringConstant<T>::TryConstexprEval(int)’:
- /usr/include/absl/strings/internal/string_constant.h:40:17: error: request for member ‘empty’ in ‘view’, which is of non-class type ‘int’
- 40 | return view.empty() || 2 * view[0] != 1;
- | ^~~~~
- /usr/include/absl/strings/internal/string_constant.h:40:36: error: invalid types ‘int[int]’ for array subscript
- 40 | return view.empty() || 2 * view[0] != 1;
- | ^
- /usr/include/absl/strings/internal/string_constant.h: At global scope:
- /usr/include/absl/strings/internal/string_constant.h:55:17: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 55 | constexpr absl::string_view StringConstant<T>::value;
- | ^~~~~~~~~~~
- In file included from /usr/include/absl/strings/cord.h:100:
- /usr/include/absl/types/optional.h:47:12: error: ‘bad_optional_access’ has not been declared in ‘std’
- 47 | using std::bad_optional_access;
- | ^~~~~~~~~~~~~~~~~~~
- /usr/include/absl/types/optional.h:48:12: error: ‘optional’ has not been declared in ‘std’
- 48 | using std::optional;
- | ^~~~~~~~
- /usr/include/absl/types/optional.h:49:12: error: ‘make_optional’ has not been declared in ‘std’
- 49 | using std::make_optional;
- | ^~~~~~~~~~~~~
- /usr/include/absl/types/optional.h:50:12: error: ‘nullopt_t’ has not been declared in ‘std’
- 50 | using std::nullopt_t;
- | ^~~~~~~~~
- /usr/include/absl/types/optional.h:51:12: error: ‘nullopt’ has not been declared in ‘std’
- 51 | using std::nullopt;
- | ^~~~~~~
- /usr/include/absl/strings/cord.h:107:33: error: ‘string_view’ is not a member of ‘absl’
- 107 | Cord MakeCordFromExternal(absl::string_view, Releaser&&);
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h:107:54: error: expected primary-expression before ‘&&’ token
- 107 | Cord MakeCordFromExternal(absl::string_view, Releaser&&);
- | ^~
- /usr/include/absl/strings/cord.h:107:56: error: expected primary-expression before ‘)’ token
- 107 | Cord MakeCordFromExternal(absl::string_view, Releaser&&);
- | ^
- /usr/include/absl/strings/cord.h:196:34: error: expected ‘)’ before ‘src’
- 196 | explicit Cord(absl::string_view src);
- | ~ ^~~~
- | )
- /usr/include/absl/strings/cord.h:197:25: error: ‘absl::string_view’ has not been declared
- 197 | Cord& operator=(absl::string_view src);
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h:254:42: error: ‘absl::string_view’ has not been declared
- 254 | friend Cord MakeCordFromExternal(absl::string_view data, Releaser&& releaser);
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h:254:79: error: ‘template<class Releaser> absl::lts_20240722::Cord absl::lts_20240722::MakeCordFromExternal(int, Releaser&&)’ conflicts with a previous declaration
- 254 | friend Cord MakeCordFromExternal(absl::string_view data, Releaser&& releaser);
- | ^
- /usr/include/absl/strings/cord.h:107:6: note: previous declaration ‘template<class Releaser> absl::lts_20240722::Cord absl::lts_20240722::MakeCordFromExternal<Releaser>’
- 107 | Cord MakeCordFromExternal(absl::string_view, Releaser&&);
- | ^~~~~~~~~~~~~~~~~~~~
- /usr/include/absl/strings/cord.h:268:21: error: ‘absl::string_view’ has not been declared
- 268 | void Append(absl::string_view src);
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h:329:22: error: ‘absl::string_view’ has not been declared
- 329 | void Prepend(absl::string_view src);
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h:387:21: error: ‘absl::string_view’ has not been declared
- 387 | int Compare(absl::string_view rhs) const;
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h:394:25: error: ‘absl::string_view’ has not been declared
- 394 | bool StartsWith(absl::string_view rhs) const;
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h:399:23: error: ‘absl::string_view’ has not been declared
- 399 | bool EndsWith(absl::string_view rhs) const;
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h:405:23: error: ‘absl::string_view’ has not been declared
- 405 | bool Contains(absl::string_view rhs) const;
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h:471:30: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 471 | using value_type = absl::string_view;
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h:473:52: error: template argument 1 is invalid
- 473 | using pointer = absl::Nonnull<const value_type*>;
- | ^
- /usr/include/absl/strings/cord.h:474:23: error: ‘value_type’ does not name a type
- 474 | using reference = value_type;
- | ^~~~~~~~~~
- /usr/include/absl/strings/cord.h:482:5: error: ‘reference’ does not name a type
- 482 | reference operator*() const;
- | ^~~~~~~~~
- /usr/include/absl/strings/cord.h:483:5: error: ‘pointer’ does not name a type
- 483 | pointer operator->() const;
- | ^~~~~~~
- /usr/include/absl/strings/cord.h:514:11: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 514 | absl::string_view current_chunk_;
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h:569:30: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 569 | using value_type = absl::string_view;
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h:570:23: error: ‘value_type’ does not name a type
- 570 | using reference = value_type&;
- | ^~~~~~~~~~
- /usr/include/absl/strings/cord.h:571:34: error: expected ‘;’ before ‘value_type’
- 571 | using const_reference = const value_type&;
- | ^~~~~~~~~~~
- | ;
- /usr/include/absl/strings/cord.h:675:16: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 675 | static absl::string_view ChunkRemaining(const CharIterator& it);
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h:763:9: error: ‘optional’ in namespace ‘absl’ does not name a template type
- 763 | absl::optional<absl::string_view> TryFlat() const
- | ^~~~~~~~
- /usr/include/absl/strings/cord.h:771:9: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 771 | absl::string_view Flatten() ABSL_ATTRIBUTE_LIFETIME_BOUND;
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h:778:27: error: ‘absl::string_view’ has not been declared
- 778 | CharIterator Find(absl::string_view needle) const;
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h:783:37: error: ‘absl::string_view’ has not been declared
- 783 | absl::string_view part) {
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h:816:9: error: ‘optional’ in namespace ‘absl’ does not name a template type
- 816 | absl::optional<uint32_t> ExpectedChecksum() const;
- | ^~~~~~~~
- /usr/include/absl/strings/cord.h:847:34: error: expected ‘)’ before ‘src’
- 847 | explicit Cord(absl::string_view src, MethodIdentifier method);
- | ~ ^~~~
- | )
- /usr/include/absl/strings/cord.h:851:49: error: ‘absl::string_view’ has not been declared
- 851 | friend bool operator==(const Cord& lhs, absl::string_view rhs);
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h:890:50: error: ‘string_view’ is not a member of ‘absl’
- 890 | void ForEachChunk(absl::FunctionRef<void(absl::string_view)>) const;
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h:890:62: error: template argument 1 is invalid
- 890 | void ForEachChunk(absl::FunctionRef<void(absl::string_view)>) const;
- | ^
- /usr/include/absl/strings/cord.h:894:9: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 894 | absl::string_view FlattenSlowPath();
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h:913:51: error: expected ‘)’ before ‘sv’
- 913 | explicit constexpr InlineRep(absl::string_view sv,
- | ~ ^~~
- | )
- /usr/include/absl/strings/cord.h:932:28: error: ‘absl::string_view’ has not been declared
- 932 | void AppendArray(absl::string_view src, MethodIdentifier method);
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h:933:11: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 933 | absl::string_view FindFlatStartPiece() const;
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h:1045:46: error: ‘string_view’ is not a member of ‘absl’
- 1045 | absl::Nonnull<absl::string_view*> fragment);
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h:1045:46: error: ‘string_view’ is not a member of ‘absl’
- /usr/include/absl/strings/cord.h:1045:58: error: template argument 1 is invalid
- 1045 | absl::Nonnull<absl::string_view*> fragment);
- | ^
- /usr/include/absl/strings/cord.h:1045:46: error: ‘string_view’ is not a member of ‘absl’
- 1045 | absl::Nonnull<absl::string_view*> fragment);
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h:1045:46: error: ‘string_view’ is not a member of ‘absl’
- /usr/include/absl/strings/cord.h:1045:58: error: template argument 1 is invalid
- 1045 | absl::Nonnull<absl::string_view*> fragment);
- | ^
- /usr/include/absl/strings/cord.h:1045:46: error: ‘string_view’ is not a member of ‘absl’
- 1045 | absl::Nonnull<absl::string_view*> fragment);
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h:1045:46: error: ‘string_view’ is not a member of ‘absl’
- /usr/include/absl/strings/cord.h:1045:58: error: template argument 1 is invalid
- 1045 | absl::Nonnull<absl::string_view*> fragment);
- | ^
- /usr/include/absl/strings/cord.h:1045:32: error: ‘absl::Nonnull’ is not a type
- 1045 | absl::Nonnull<absl::string_view*> fragment);
- | ^~~~~~~
- /usr/include/absl/strings/cord.h:1045:39: error: expected ‘,’ or ‘...’ before ‘<’ token
- 1045 | absl::Nonnull<absl::string_view*> fragment);
- | ^
- /usr/include/absl/strings/cord.h:1050:36: error: ‘string_view’ is not a member of ‘absl’
- 1050 | absl::FunctionRef<void(absl::string_view)> callback);
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h:1050:48: error: template argument 1 is invalid
- 1050 | absl::FunctionRef<void(absl::string_view)> callback);
- | ^
- /usr/include/absl/strings/cord.h:1057:29: error: ‘absl::string_view’ has not been declared
- 1057 | int CompareSlowPath(absl::string_view rhs, size_t compared_size,
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h:1061:25: error: ‘absl::string_view’ has not been declared
- 1061 | bool EqualsImpl(absl::string_view rhs, size_t size_to_compare) const;
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h:1068:16: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 1068 | static absl::string_view GetFirstChunk(const Cord& c);
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h:1069:16: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 1069 | static absl::string_view GetFirstChunk(absl::string_view sv);
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h:1084:28: error: ‘absl::string_view’ has not been declared
- 1084 | void AppendPrecise(absl::string_view src, MethodIdentifier method);
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h:1085:29: error: ‘absl::string_view’ has not been declared
- 1085 | void PrependPrecise(absl::string_view src, MethodIdentifier method);
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h:1092:27: error: ‘absl::string_view’ has not been declared
- 1092 | void PrependArray(absl::string_view src, MethodIdentifier method);
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h:1114:48: error: ‘absl::string_view’ has not been declared
- 1114 | CharIterator FindImpl(CharIterator it, absl::string_view needle) const;
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h: In function ‘void absl::lts_20240722::AbslStringify(Sink&, const Cord&)’:
- /usr/include/absl/strings/cord.h:790:16: error: ‘string_view’ is not a member of ‘absl’
- 790 | for (absl::string_view chunk : cord.Chunks()) {
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h:793:3: error: expected primary-expression before ‘}’ token
- 793 | }
- | ^
- /usr/include/absl/strings/cord.h:793:3: error: expected ‘;’ before ‘}’ token
- /usr/include/absl/strings/cord.h:793:3: error: expected primary-expression before ‘}’ token
- /usr/include/absl/strings/cord.h:793:3: error: expected ‘)’ before ‘}’ token
- /usr/include/absl/strings/cord.h:790:9: note: to match this ‘(’
- 790 | for (absl::string_view chunk : cord.Chunks()) {
- | ^
- /usr/include/absl/strings/cord.h:793:3: error: expected primary-expression before ‘}’ token
- 793 | }
- | ^
- /usr/include/absl/strings/cord.h: In function ‘H absl::lts_20240722::AbslHashValue(H, const Cord&)’:
- /usr/include/absl/strings/cord.h:820:11: error: ‘optional’ is not a member of ‘absl’
- 820 | absl::optional<absl::string_view> maybe_flat = c.TryFlat();
- | ^~~~~~~~
- /usr/include/absl/strings/cord.h:820:26: error: ‘string_view’ is not a member of ‘absl’
- 820 | absl::optional<absl::string_view> maybe_flat = c.TryFlat();
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h:820:39: error: ‘maybe_flat’ was not declared in this scope
- 820 | absl::optional<absl::string_view> maybe_flat = c.TryFlat();
- | ^~~~~~~~~~
- /usr/include/absl/strings/cord.h:820:54: error: ‘const class absl::lts_20240722::Cord’ has no member named ‘TryFlat’
- 820 | absl::optional<absl::string_view> maybe_flat = c.TryFlat();
- | ^~~~~~~
- /usr/include/absl/strings/cord.h: In member function ‘H absl::lts_20240722::Cord::HashFragmented(H) const’:
- /usr/include/absl/strings/cord.h:1102:49: error: ‘absl::string_view’ has not been declared
- 1102 | ForEachChunk([&combiner, &hash_state](absl::string_view chunk) {
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h: In lambda function:
- /usr/include/absl/strings/cord.h:1103:69: error: request for member ‘data’ in ‘chunk’, which is of non-class type ‘int’
- 1103 | hash_state = combiner.add_buffer(std::move(hash_state), chunk.data(),
- | ^~~~
- /usr/include/absl/strings/cord.h:1104:46: error: request for member ‘size’ in ‘chunk’, which is of non-class type ‘int’
- 1104 | chunk.size());
- | ^~~~
- /usr/include/absl/strings/cord.h: At global scope:
- /usr/include/absl/strings/cord.h:1135:6: error: variable or field ‘InitializeCordRepExternal’ declared void
- 1135 | void InitializeCordRepExternal(absl::string_view data,
- | ^~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/absl/strings/cord.h:1135:38: error: ‘string_view’ is not a member of ‘absl’
- 1135 | void InitializeCordRepExternal(absl::string_view data,
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h:1136:64: error: expected primary-expression before ‘rep’
- 1136 | absl::Nonnull<CordRepExternal*> rep);
- | ^~~
- /usr/include/absl/strings/cord.h:1142:46: error: ‘string_view’ is not a member of ‘absl’
- 1142 | absl::Nonnull<CordRep*> NewExternalRep(absl::string_view data,
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h:1143:48: error: expected primary-expression before ‘&&’ token
- 1143 | Releaser&& releaser) {
- | ^~
- /usr/include/absl/strings/cord.h:1143:51: error: ‘releaser’ was not declared in this scope; did you mean ‘Releaser’?
- 1143 | Releaser&& releaser) {
- | ^~~~~~~~
- | Releaser
- /usr/include/absl/strings/cord.h:1143:59: error: expression list treated as compound expression in initializer [-fpermissive]
- 1143 | Releaser&& releaser) {
- | ^
- /usr/include/absl/strings/cord.h:1143:60: error: expected ‘;’ before ‘{’ token
- 1143 | Releaser&& releaser) {
- | ^~
- | ;
- /usr/include/absl/strings/cord.h:1156:11: error: ‘absl::lts_20240722::cord_internal::CordRep* absl::lts_20240722::cord_internal::NewExternalRep’ redeclared as different kind of entity
- 1156 | absl::string_view data, void (&releaser)(absl::string_view)) {
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h:1142:25: note: previous declaration ‘template<class Releaser> absl::lts_20240722::cord_internal::CordRep* absl::lts_20240722::cord_internal::NewExternalRep<Releaser>’
- 1142 | absl::Nonnull<CordRep*> NewExternalRep(absl::string_view data,
- | ^~~~~~~~~~~~~~
- /usr/include/absl/strings/cord.h:1156:11: error: ‘string_view’ is not a member of ‘absl’
- 1156 | absl::string_view data, void (&releaser)(absl::string_view)) {
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h:1156:36: error: ‘releaser’ was not declared in this scope
- 1156 | absl::string_view data, void (&releaser)(absl::string_view)) {
- | ^~~~~~~~
- /usr/include/absl/strings/cord.h:1156:52: error: ‘string_view’ is not a member of ‘absl’
- 1156 | absl::string_view data, void (&releaser)(absl::string_view)) {
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h:1163:6: error: redefinition of ‘template<class Releaser> absl::lts_20240722::Cord absl::lts_20240722::MakeCordFromExternal’
- 1163 | Cord MakeCordFromExternal(absl::string_view data, Releaser&& releaser) {
- | ^~~~~~~~~~~~~~~~~~~~
- /usr/include/absl/strings/cord.h:107:6: note: ‘template<class Releaser> absl::lts_20240722::Cord absl::lts_20240722::MakeCordFromExternal<Releaser>’ previously declared here
- 107 | Cord MakeCordFromExternal(absl::string_view, Releaser&&);
- | ^~~~~~~~~~~~~~~~~~~~
- /usr/include/absl/strings/cord.h:1163:33: error: ‘string_view’ is not a member of ‘absl’
- 1163 | Cord MakeCordFromExternal(absl::string_view data, Releaser&& releaser) {
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h:1163:59: error: expected primary-expression before ‘&&’ token
- 1163 | Cord MakeCordFromExternal(absl::string_view data, Releaser&& releaser) {
- | ^~
- /usr/include/absl/strings/cord.h:1163:62: error: ‘releaser’ was not declared in this scope; did you mean ‘Releaser’?
- 1163 | Cord MakeCordFromExternal(absl::string_view data, Releaser&& releaser) {
- | ^~~~~~~~
- | Releaser
- /usr/include/absl/strings/cord.h:1178:11: error: ‘constexpr const int absl::lts_20240722::Cord::InlineRep::InlineRep’ is not a static data member of ‘class absl::lts_20240722::Cord::InlineRep’
- 1178 | constexpr Cord::InlineRep::InlineRep(absl::string_view sv,
- | ^~~~
- /usr/include/absl/strings/cord.h:1178:44: error: ‘string_view’ is not a member of ‘absl’
- 1178 | constexpr Cord::InlineRep::InlineRep(absl::string_view sv,
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h:1179:63: error: expected primary-expression before ‘rep’
- 1179 | absl::Nullable<CordRep*> rep)
- | ^~~
- /usr/include/absl/strings/cord.h:1179:66: error: expression list treated as compound expression in initializer [-fpermissive]
- 1179 | absl::Nullable<CordRep*> rep)
- | ^
- /usr/include/absl/strings/cord.h:1338:8: error: ‘int absl::lts_20240722::Cord::Cord’ is not a static data member of ‘class absl::lts_20240722::Cord’
- 1338 | inline Cord::Cord(absl::string_view src)
- | ^~~~
- /usr/include/absl/strings/cord.h:1338:25: error: ‘string_view’ is not a member of ‘absl’
- 1338 | inline Cord::Cord(absl::string_view src)
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h: In member function ‘absl::lts_20240722::Cord& absl::lts_20240722::Cord::operator=(T&&)’:
- /usr/include/absl/strings/cord.h:1358:28: error: ‘string_view’ is not a member of ‘absl’
- 1358 | return operator=(absl::string_view(src));
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h: At global scope:
- /usr/include/absl/strings/cord.h:1405:14: error: ‘optional’ in namespace ‘absl’ does not name a template type
- 1405 | inline absl::optional<absl::string_view> Cord::TryFlat() const
- | ^~~~~~~~
- /usr/include/absl/strings/cord.h:1418:14: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 1418 | inline absl::string_view Cord::Flatten() ABSL_ATTRIBUTE_LIFETIME_BOUND {
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h:1431:13: error: variable or field ‘Append’ declared void
- 1431 | inline void Cord::Append(absl::string_view src) {
- | ^~~~
- /usr/include/absl/strings/cord.h:1431:32: error: ‘string_view’ is not a member of ‘absl’
- 1431 | inline void Cord::Append(absl::string_view src) {
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h:1435:13: error: variable or field ‘Prepend’ declared void
- 1435 | inline void Cord::Prepend(absl::string_view src) {
- | ^~~~
- /usr/include/absl/strings/cord.h:1435:33: error: ‘string_view’ is not a member of ‘absl’
- 1435 | inline void Cord::Prepend(absl::string_view src) {
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h: In member function ‘void absl::lts_20240722::Cord::Append(absl::lts_20240722::CordBuffer)’:
- /usr/include/absl/strings/cord.h:1442:9: error: ‘string_view’ is not a member of ‘absl’
- 1442 | absl::string_view short_value;
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h:1443:42: error: ‘short_value’ was not declared in this scope
- 1443 | if (CordRep* rep = buffer.ConsumeValue(short_value)) {
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h: In member function ‘void absl::lts_20240722::Cord::Prepend(absl::lts_20240722::CordBuffer)’:
- /usr/include/absl/strings/cord.h:1453:9: error: ‘string_view’ is not a member of ‘absl’
- 1453 | absl::string_view short_value;
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h:1454:42: error: ‘short_value’ was not declared in this scope
- 1454 | if (CordRep* rep = buffer.ConsumeValue(short_value)) {
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h: At global scope:
- /usr/include/absl/strings/cord.h:1495:13: error: ‘bool absl::lts_20240722::Cord::StartsWith’ is not a static data member of ‘class absl::lts_20240722::Cord’
- 1495 | inline bool Cord::StartsWith(absl::string_view rhs) const {
- | ^~~~
- /usr/include/absl/strings/cord.h:1495:36: error: ‘string_view’ is not a member of ‘absl’
- 1495 | inline bool Cord::StartsWith(absl::string_view rhs) const {
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h: In member function ‘void absl::lts_20240722::Cord::ChunkIterator::InitTree(absl::lts_20240722::Nonnull<absl::lts_20240722::cord_internal::CordRep*>)’:
- /usr/include/absl/strings/cord.h:1513:5: error: ‘current_chunk_’ was not declared in this scope
- 1513 | current_chunk_ = btree_reader_.Init(tree->btree());
- | ^~~~~~~~~~~~~~
- /usr/include/absl/strings/cord.h:1513:36: error: ‘using absl::lts_20240722::Cord::ChunkIterator::CordRepBtreeReader = class absl::lts_20240722::cord_internal::CordRepBtreeReader’ {aka ‘class absl::lts_20240722::cord_internal::CordRepBtreeReader’} has no member named ‘Init’
- 1513 | current_chunk_ = btree_reader_.Init(tree->btree());
- | ^~~~
- /usr/include/absl/strings/cord.h:1516:5: error: ‘current_chunk_’ was not declared in this scope
- 1516 | current_chunk_ = cord_internal::EdgeData(tree);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/strings/cord.h:1516:37: error: ‘EdgeData’ is not a member of ‘absl::lts_20240722::cord_internal’
- 1516 | current_chunk_ = cord_internal::EdgeData(tree);
- | ^~~~~~~~
- /usr/include/absl/strings/cord.h: In constructor ‘absl::lts_20240722::Cord::ChunkIterator::ChunkIterator(absl::lts_20240722::Nonnull<const absl::lts_20240722::Cord*>)’:
- /usr/include/absl/strings/cord.h:1532:7: error: ‘current_chunk_’ was not declared in this scope
- 1532 | current_chunk_ = {};
- | ^~~~~~~~~~~~~~
- /usr/include/absl/strings/cord.h:1536:5: error: ‘current_chunk_’ was not declared in this scope
- 1536 | current_chunk_ = {cord->contents_.data(), bytes_remaining_};
- | ^~~~~~~~~~~~~~
- /usr/include/absl/strings/cord.h: In member function ‘absl::lts_20240722::Cord::ChunkIterator& absl::lts_20240722::Cord::ChunkIterator::AdvanceBtree()’:
- /usr/include/absl/strings/cord.h:1541:3: error: ‘current_chunk_’ was not declared in this scope
- 1541 | current_chunk_ = btree_reader_.Next();
- | ^~~~~~~~~~~~~~
- /usr/include/absl/strings/cord.h:1541:34: error: ‘using absl::lts_20240722::Cord::ChunkIterator::CordRepBtreeReader = class absl::lts_20240722::cord_internal::CordRepBtreeReader’ {aka ‘class absl::lts_20240722::cord_internal::CordRepBtreeReader’} has no member named ‘Next’
- 1541 | current_chunk_ = btree_reader_.Next();
- | ^~~~
- In file included from /usr/include/c++/14.2.0/cassert:44,
- from /usr/include/absl/strings/internal/cord_rep_crc.h:18,
- from /usr/include/absl/strings/cord.h:90:
- /usr/include/absl/strings/cord.h: In member function ‘void absl::lts_20240722::Cord::ChunkIterator::AdvanceBytesBtree(size_t)’:
- /usr/include/absl/strings/cord.h:1546:3: error: ‘current_chunk_’ was not declared in this scope
- 1546 | assert(n >= current_chunk_.size());
- | ^~~~~~
- /usr/include/absl/strings/cord.h:1550:38: error: ‘using absl::lts_20240722::Cord::ChunkIterator::CordRepBtreeReader = class absl::lts_20240722::cord_internal::CordRepBtreeReader’ {aka ‘class absl::lts_20240722::cord_internal::CordRepBtreeReader’} has no member named ‘Next’
- 1550 | current_chunk_ = btree_reader_.Next();
- | ^~~~
- /usr/include/absl/strings/cord.h:1553:38: error: ‘using absl::lts_20240722::Cord::ChunkIterator::CordRepBtreeReader = class absl::lts_20240722::cord_internal::CordRepBtreeReader’ {aka ‘class absl::lts_20240722::cord_internal::CordRepBtreeReader’} has no member named ‘Seek’
- 1553 | current_chunk_ = btree_reader_.Seek(offset);
- | ^~~~
- /usr/include/absl/strings/cord.h: In member function ‘absl::lts_20240722::Cord::ChunkIterator& absl::lts_20240722::Cord::ChunkIterator::operator++()’:
- /usr/include/absl/strings/cord.h:1563:3: error: ‘current_chunk_’ was not declared in this scope
- 1563 | assert(bytes_remaining_ >= current_chunk_.size());
- | ^~~~~~
- /usr/include/absl/strings/cord.h: At global scope:
- /usr/include/absl/strings/cord.h:1590:29: error: ‘reference’ in ‘class absl::lts_20240722::Cord::ChunkIterator’ does not name a type
- 1590 | inline Cord::ChunkIterator::reference Cord::ChunkIterator::operator*() const {
- | ^~~~~~~~~
- /usr/include/absl/strings/cord.h:1595:29: error: ‘pointer’ in ‘class absl::lts_20240722::Cord::ChunkIterator’ does not name a type
- 1595 | inline Cord::ChunkIterator::pointer Cord::ChunkIterator::operator->() const {
- | ^~~~~~~
- /usr/include/absl/strings/cord.h: In member function ‘void absl::lts_20240722::Cord::ChunkIterator::RemoveChunkPrefix(size_t)’:
- /usr/include/absl/strings/cord.h:1601:3: error: ‘current_chunk_’ was not declared in this scope
- 1601 | assert(n < current_chunk_.size());
- | ^~~~~~
- In file included from /usr/include/absl/log/internal/vlog_config.h:37:
- /usr/include/absl/strings/cord.h: In member function ‘void absl::lts_20240722::Cord::ChunkIterator::AdvanceBytes(size_t)’:
- /usr/include/absl/strings/cord.h:1608:7: error: ‘current_chunk_’ was not declared in this scope
- 1608 | if (ABSL_PREDICT_TRUE(n < current_chunk_.size())) {
- | ^~~~~~~~~~~~~~~~~
- /usr/include/absl/strings/cord.h: In member function ‘absl::lts_20240722::Cord::CharIterator& absl::lts_20240722::Cord::CharIterator::operator++()’:
- /usr/include/absl/strings/cord.h:1636:7: error: base operand of ‘->’ has non-pointer type ‘absl::lts_20240722::Cord::ChunkIterator’
- 1636 | if (ABSL_PREDICT_TRUE(chunk_iterator_->size() > 1)) {
- | ^~~~~~~~~~~~~~~~~
- /usr/include/absl/strings/cord.h: In member function ‘const char& absl::lts_20240722::Cord::CharIterator::operator*() const’:
- /usr/include/absl/strings/cord.h:1659:26: error: base operand of ‘->’ has non-pointer type ‘const absl::lts_20240722::Cord::ChunkIterator’
- 1659 | return *chunk_iterator_->data();
- | ^~
- /usr/include/absl/strings/cord.h: In member function ‘const char* absl::lts_20240722::Cord::CharIterator::operator->() const’:
- /usr/include/absl/strings/cord.h:1663:25: error: base operand of ‘->’ has non-pointer type ‘const absl::lts_20240722::Cord::ChunkIterator’
- 1663 | return chunk_iterator_->data();
- | ^~
- /usr/include/absl/strings/cord.h: At global scope:
- /usr/include/absl/strings/cord.h:1677:14: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 1677 | inline absl::string_view Cord::ChunkRemaining(const CharIterator& it) {
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h:1698:34: error: ‘string_view’ is not a member of ‘absl’
- 1698 | absl::FunctionRef<void(absl::string_view)> callback) const {
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h:1698:46: error: template argument 1 is invalid
- 1698 | absl::FunctionRef<void(absl::string_view)> callback) const {
- | ^
- /usr/include/absl/strings/cord.h: In member function ‘void absl::lts_20240722::Cord::ForEachChunk(int) const’:
- /usr/include/absl/strings/cord.h:1701:20: error: ‘string_view’ is not a member of ‘absl’
- 1701 | callback(absl::string_view(contents_.data(), contents_.size()));
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h:1701:67: error: ‘callback’ cannot be used as a function
- 1701 | callback(absl::string_view(contents_.data(), contents_.size()));
- | ^
- /usr/include/absl/strings/cord.h: At global scope:
- /usr/include/absl/strings/cord.h:1729:47: error: ‘absl::string_view’ has not been declared
- 1729 | inline bool operator==(const Cord& lhs, absl::string_view rhs) {
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h: In function ‘bool absl::lts_20240722::operator==(const Cord&, int)’:
- /usr/include/absl/strings/cord.h:1731:25: error: request for member ‘size’ in ‘rhs’, which is of non-class type ‘int’
- 1731 | size_t rhs_size = rhs.size();
- | ^~~~
- /usr/include/absl/strings/cord.h: At global scope:
- /usr/include/absl/strings/cord.h:1736:13: error: declaration of ‘operator==’ as non-function
- 1736 | inline bool operator==(absl::string_view x, const Cord& y) { return y == x; }
- | ^~~~~~~~
- /usr/include/absl/strings/cord.h:1736:30: error: ‘string_view’ is not a member of ‘absl’
- 1736 | inline bool operator==(absl::string_view x, const Cord& y) { return y == x; }
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h:1736:45: error: expected primary-expression before ‘const’
- 1736 | inline bool operator==(absl::string_view x, const Cord& y) { return y == x; }
- | ^~~~~
- /usr/include/absl/strings/cord.h:1737:45: error: ‘absl::string_view’ has not been declared
- 1737 | inline bool operator!=(const Cord& x, absl::string_view y) { return !(x == y); }
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h:1738:13: error: declaration of ‘operator!=’ as non-function
- 1738 | inline bool operator!=(absl::string_view x, const Cord& y) { return !(x == y); }
- | ^~~~~~~~
- /usr/include/absl/strings/cord.h:1738:30: error: ‘string_view’ is not a member of ‘absl’
- 1738 | inline bool operator!=(absl::string_view x, const Cord& y) { return !(x == y); }
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h:1738:45: error: expected primary-expression before ‘const’
- 1738 | inline bool operator!=(absl::string_view x, const Cord& y) { return !(x == y); }
- | ^~~~~
- /usr/include/absl/strings/cord.h:1739:44: error: ‘absl::string_view’ has not been declared
- 1739 | inline bool operator<(const Cord& x, absl::string_view y) {
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h:1742:13: error: declaration of ‘operator<’ as non-function
- 1742 | inline bool operator<(absl::string_view x, const Cord& y) {
- | ^~~~~~~~
- /usr/include/absl/strings/cord.h:1742:29: error: ‘string_view’ is not a member of ‘absl’
- 1742 | inline bool operator<(absl::string_view x, const Cord& y) {
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h:1742:44: error: expected primary-expression before ‘const’
- 1742 | inline bool operator<(absl::string_view x, const Cord& y) {
- | ^~~~~
- /usr/include/absl/strings/cord.h:1745:44: error: ‘absl::string_view’ has not been declared
- 1745 | inline bool operator>(const Cord& x, absl::string_view y) { return y < x; }
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h: In function ‘bool absl::lts_20240722::operator>(const Cord&, int)’:
- /usr/include/absl/strings/cord.h:1745:70: error: no match for ‘operator<’ (operand types are ‘int’ and ‘const absl::lts_20240722::Cord’)
- 1745 | inline bool operator>(const Cord& x, absl::string_view y) { return y < x; }
- | ~ ^ ~
- | | |
- | int const absl::lts_20240722::Cord
- /usr/include/absl/types/span.h:547:6: note: candidate: ‘template<class T> bool absl::lts_20240722::operator<(Span<T>, Span<T>)’
- 547 | bool operator<(Span<T> a, Span<T> b) {
- | ^~~~~~~~
- /usr/include/absl/types/span.h:547:6: note: template argument deduction/substitution failed:
- /usr/include/absl/strings/cord.h:1745:72: note: mismatched types ‘absl::lts_20240722::Span<T>’ and ‘int’
- 1745 | inline bool operator>(const Cord& x, absl::string_view y) { return y < x; }
- | ^
- /usr/include/absl/types/span.h:551:6: note: candidate: ‘template<class T> bool absl::lts_20240722::operator<(Span<const T>, Span<T>)’
- 551 | bool operator<(Span<const T> a, Span<T> b) {
- | ^~~~~~~~
- /usr/include/absl/types/span.h:551:6: note: template argument deduction/substitution failed:
- /usr/include/absl/strings/cord.h:1745:72: note: mismatched types ‘absl::lts_20240722::Span<const T>’ and ‘int’
- 1745 | inline bool operator>(const Cord& x, absl::string_view y) { return y < x; }
- | ^
- /usr/include/absl/types/span.h:555:6: note: candidate: ‘template<class T> bool absl::lts_20240722::operator<(Span<T>, Span<const T>)’
- 555 | bool operator<(Span<T> a, Span<const T> b) {
- | ^~~~~~~~
- /usr/include/absl/types/span.h:555:6: note: template argument deduction/substitution failed:
- /usr/include/absl/strings/cord.h:1745:72: note: mismatched types ‘absl::lts_20240722::Span<T>’ and ‘int’
- 1745 | inline bool operator>(const Cord& x, absl::string_view y) { return y < x; }
- | ^
- /usr/include/absl/types/span.h:561:6: note: candidate: ‘template<class T, class U, class> bool absl::lts_20240722::operator<(const U&, Span<T>)’
- 561 | bool operator<(const U& a, Span<T> b) {
- | ^~~~~~~~
- /usr/include/absl/types/span.h:561:6: note: template argument deduction/substitution failed:
- /usr/include/absl/strings/cord.h:1745:72: note: ‘absl::lts_20240722::Cord’ is not derived from ‘absl::lts_20240722::Span<T>’
- 1745 | inline bool operator>(const Cord& x, absl::string_view y) { return y < x; }
- | ^
- /usr/include/absl/types/span.h:567:6: note: candidate: ‘template<class T, class U, class> bool absl::lts_20240722::operator<(Span<T>, const U&)’
- 567 | bool operator<(Span<T> a, const U& b) {
- | ^~~~~~~~
- /usr/include/absl/types/span.h:567:6: note: template argument deduction/substitution failed:
- /usr/include/absl/strings/cord.h:1745:72: note: mismatched types ‘absl::lts_20240722::Span<T>’ and ‘int’
- 1745 | inline bool operator>(const Cord& x, absl::string_view y) { return y < x; }
- | ^
- /usr/include/absl/container/inlined_vector.h:964:6: note: candidate: ‘template<class T, long unsigned int N, class A> bool absl::lts_20240722::operator<(const InlinedVector<T, N, A>&, const InlinedVector<T, N, A>&)’
- 964 | bool operator<(const absl::InlinedVector<T, N, A>& a,
- | ^~~~~~~~
- /usr/include/absl/container/inlined_vector.h:964:6: note: template argument deduction/substitution failed:
- /usr/include/absl/strings/cord.h:1745:72: note: mismatched types ‘const absl::lts_20240722::InlinedVector<T, N, A>’ and ‘int’
- 1745 | inline bool operator>(const Cord& x, absl::string_view y) { return y < x; }
- | ^
- /usr/include/absl/base/log_severity.h:176:1: note: candidate: ‘constexpr bool absl::lts_20240722::operator<(LogSeverity, LogSeverityAtLeast)’
- 176 | COMPOP(>, <, LogSeverityAtLeast)
- | ^~~~~~
- /usr/include/absl/base/log_severity.h:176:1: note: no known conversion for argument 1 from ‘int’ to ‘absl::lts_20240722::LogSeverity’
- 176 | COMPOP(>, <, LogSeverityAtLeast)
- | ^~~~~~
- /usr/include/absl/base/log_severity.h:178:1: note: candidate: ‘constexpr bool absl::lts_20240722::operator<(LogSeverityAtMost, LogSeverity)’
- 178 | COMPOP(<, >, LogSeverityAtMost)
- | ^~~~~~
- /usr/include/absl/base/log_severity.h:178:1: note: no known conversion for argument 1 from ‘int’ to ‘absl::lts_20240722::LogSeverityAtMost’
- 178 | COMPOP(<, >, LogSeverityAtMost)
- | ^~~~~~
- /usr/include/absl/time/time.h:1745:46: note: candidate: ‘constexpr bool absl::lts_20240722::operator<(Duration, Duration)’
- 1745 | ABSL_ATTRIBUTE_CONST_FUNCTION constexpr bool operator<(Duration lhs,
- | ^~~~~~~~
- /usr/include/absl/time/time.h:1745:65: note: no known conversion for argument 1 from ‘int’ to ‘absl::lts_20240722::Duration’
- 1745 | ABSL_ATTRIBUTE_CONST_FUNCTION constexpr bool operator<(Duration lhs,
- | ~~~~~~~~~^~~
- /usr/include/absl/time/time.h:880:46: note: candidate: ‘constexpr bool absl::lts_20240722::operator<(Time, Time)’
- 880 | ABSL_ATTRIBUTE_CONST_FUNCTION constexpr bool operator<(Time lhs, Time rhs) {
- | ^~~~~~~~
- /usr/include/absl/time/time.h:880:61: note: no known conversion for argument 1 from ‘int’ to ‘absl::lts_20240722::Time’
- 880 | ABSL_ATTRIBUTE_CONST_FUNCTION constexpr bool operator<(Time lhs, Time rhs) {
- | ~~~~~^~~
- In file included from /usr/include/absl/strings/internal/str_format/arg.h:35:
- /usr/include/absl/numeric/int128.h:810:16: note: candidate: ‘constexpr bool absl::lts_20240722::operator<(uint128, uint128)’
- 810 | constexpr bool operator<(uint128 lhs, uint128 rhs) {
- | ^~~~~~~~
- /usr/include/absl/numeric/int128.h:810:47: note: no known conversion for argument 2 from ‘const absl::lts_20240722::Cord’ to ‘absl::lts_20240722::uint128’
- 810 | constexpr bool operator<(uint128 lhs, uint128 rhs) {
- | ~~~~~~~~^~~
- In file included from /usr/include/absl/numeric/int128.h:1182:
- /usr/include/absl/numeric/int128_have_intrinsic.inc:207:16: note: candidate: ‘constexpr bool absl::lts_20240722::operator<(int128, int128)’
- 207 | constexpr bool operator<(int128 lhs, int128 rhs) {
- | ^~~~~~~~
- /usr/include/absl/numeric/int128_have_intrinsic.inc:207:45: note: no known conversion for argument 2 from ‘const absl::lts_20240722::Cord’ to ‘absl::lts_20240722::int128’
- 207 | constexpr bool operator<(int128 lhs, int128 rhs) {
- | ~~~~~~~^~~
- /usr/include/absl/strings/cord.h:1716:13: note: candidate: ‘bool absl::lts_20240722::operator<(const Cord&, const Cord&)’
- 1716 | inline bool operator<(const Cord& x, const Cord& y) { return x.Compare(y) < 0; }
- | ^~~~~~~~
- /usr/include/absl/strings/cord.h:1716:35: note: no known conversion for argument 1 from ‘int’ to ‘const absl::lts_20240722::Cord&’
- 1716 | inline bool operator<(const Cord& x, const Cord& y) { return x.Compare(y) < 0; }
- | ~~~~~~~~~~~~^
- /usr/include/absl/strings/cord.h:1739:13: note: candidate: ‘bool absl::lts_20240722::operator<(const Cord&, int)’
- 1739 | inline bool operator<(const Cord& x, absl::string_view y) {
- | ^~~~~~~~
- /usr/include/absl/strings/cord.h:1739:35: note: no known conversion for argument 1 from ‘int’ to ‘const absl::lts_20240722::Cord&’
- 1739 | inline bool operator<(const Cord& x, absl::string_view y) {
- | ~~~~~~~~~~~~^
- /usr/include/absl/strings/cord.h: At global scope:
- /usr/include/absl/strings/cord.h:1746:13: error: declaration of ‘operator>’ as non-function
- 1746 | inline bool operator>(absl::string_view x, const Cord& y) { return y < x; }
- | ^~~~~~~~
- /usr/include/absl/strings/cord.h:1746:29: error: ‘string_view’ is not a member of ‘absl’
- 1746 | inline bool operator>(absl::string_view x, const Cord& y) { return y < x; }
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h:1746:44: error: expected primary-expression before ‘const’
- 1746 | inline bool operator>(absl::string_view x, const Cord& y) { return y < x; }
- | ^~~~~
- /usr/include/absl/strings/cord.h:1747:45: error: ‘absl::string_view’ has not been declared
- 1747 | inline bool operator<=(const Cord& x, absl::string_view y) { return !(y < x); }
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h: In function ‘bool absl::lts_20240722::operator<=(const Cord&, int)’:
- /usr/include/absl/strings/cord.h:1747:73: error: no match for ‘operator<’ (operand types are ‘int’ and ‘const absl::lts_20240722::Cord’)
- 1747 | inline bool operator<=(const Cord& x, absl::string_view y) { return !(y < x); }
- | ~ ^ ~
- | | |
- | int const absl::lts_20240722::Cord
- /usr/include/absl/types/span.h:547:6: note: candidate: ‘template<class T> bool absl::lts_20240722::operator<(Span<T>, Span<T>)’
- 547 | bool operator<(Span<T> a, Span<T> b) {
- | ^~~~~~~~
- /usr/include/absl/types/span.h:547:6: note: template argument deduction/substitution failed:
- /usr/include/absl/strings/cord.h:1747:75: note: mismatched types ‘absl::lts_20240722::Span<T>’ and ‘int’
- 1747 | inline bool operator<=(const Cord& x, absl::string_view y) { return !(y < x); }
- | ^
- /usr/include/absl/types/span.h:551:6: note: candidate: ‘template<class T> bool absl::lts_20240722::operator<(Span<const T>, Span<T>)’
- 551 | bool operator<(Span<const T> a, Span<T> b) {
- | ^~~~~~~~
- /usr/include/absl/types/span.h:551:6: note: template argument deduction/substitution failed:
- /usr/include/absl/strings/cord.h:1747:75: note: mismatched types ‘absl::lts_20240722::Span<const T>’ and ‘int’
- 1747 | inline bool operator<=(const Cord& x, absl::string_view y) { return !(y < x); }
- | ^
- /usr/include/absl/types/span.h:555:6: note: candidate: ‘template<class T> bool absl::lts_20240722::operator<(Span<T>, Span<const T>)’
- 555 | bool operator<(Span<T> a, Span<const T> b) {
- | ^~~~~~~~
- /usr/include/absl/types/span.h:555:6: note: template argument deduction/substitution failed:
- /usr/include/absl/strings/cord.h:1747:75: note: mismatched types ‘absl::lts_20240722::Span<T>’ and ‘int’
- 1747 | inline bool operator<=(const Cord& x, absl::string_view y) { return !(y < x); }
- | ^
- /usr/include/absl/types/span.h:561:6: note: candidate: ‘template<class T, class U, class> bool absl::lts_20240722::operator<(const U&, Span<T>)’
- 561 | bool operator<(const U& a, Span<T> b) {
- | ^~~~~~~~
- /usr/include/absl/types/span.h:561:6: note: template argument deduction/substitution failed:
- /usr/include/absl/strings/cord.h:1747:75: note: ‘absl::lts_20240722::Cord’ is not derived from ‘absl::lts_20240722::Span<T>’
- 1747 | inline bool operator<=(const Cord& x, absl::string_view y) { return !(y < x); }
- | ^
- /usr/include/absl/types/span.h:567:6: note: candidate: ‘template<class T, class U, class> bool absl::lts_20240722::operator<(Span<T>, const U&)’
- 567 | bool operator<(Span<T> a, const U& b) {
- | ^~~~~~~~
- /usr/include/absl/types/span.h:567:6: note: template argument deduction/substitution failed:
- /usr/include/absl/strings/cord.h:1747:75: note: mismatched types ‘absl::lts_20240722::Span<T>’ and ‘int’
- 1747 | inline bool operator<=(const Cord& x, absl::string_view y) { return !(y < x); }
- | ^
- /usr/include/absl/container/inlined_vector.h:964:6: note: candidate: ‘template<class T, long unsigned int N, class A> bool absl::lts_20240722::operator<(const InlinedVector<T, N, A>&, const InlinedVector<T, N, A>&)’
- 964 | bool operator<(const absl::InlinedVector<T, N, A>& a,
- | ^~~~~~~~
- /usr/include/absl/container/inlined_vector.h:964:6: note: template argument deduction/substitution failed:
- /usr/include/absl/strings/cord.h:1747:75: note: mismatched types ‘const absl::lts_20240722::InlinedVector<T, N, A>’ and ‘int’
- 1747 | inline bool operator<=(const Cord& x, absl::string_view y) { return !(y < x); }
- | ^
- /usr/include/absl/base/log_severity.h:176:1: note: candidate: ‘constexpr bool absl::lts_20240722::operator<(LogSeverity, LogSeverityAtLeast)’
- 176 | COMPOP(>, <, LogSeverityAtLeast)
- | ^~~~~~
- /usr/include/absl/base/log_severity.h:176:1: note: no known conversion for argument 1 from ‘int’ to ‘absl::lts_20240722::LogSeverity’
- 176 | COMPOP(>, <, LogSeverityAtLeast)
- | ^~~~~~
- /usr/include/absl/base/log_severity.h:178:1: note: candidate: ‘constexpr bool absl::lts_20240722::operator<(LogSeverityAtMost, LogSeverity)’
- 178 | COMPOP(<, >, LogSeverityAtMost)
- | ^~~~~~
- /usr/include/absl/base/log_severity.h:178:1: note: no known conversion for argument 1 from ‘int’ to ‘absl::lts_20240722::LogSeverityAtMost’
- 178 | COMPOP(<, >, LogSeverityAtMost)
- | ^~~~~~
- /usr/include/absl/time/time.h:1745:46: note: candidate: ‘constexpr bool absl::lts_20240722::operator<(Duration, Duration)’
- 1745 | ABSL_ATTRIBUTE_CONST_FUNCTION constexpr bool operator<(Duration lhs,
- | ^~~~~~~~
- /usr/include/absl/time/time.h:1745:65: note: no known conversion for argument 1 from ‘int’ to ‘absl::lts_20240722::Duration’
- 1745 | ABSL_ATTRIBUTE_CONST_FUNCTION constexpr bool operator<(Duration lhs,
- | ~~~~~~~~~^~~
- /usr/include/absl/time/time.h:880:46: note: candidate: ‘constexpr bool absl::lts_20240722::operator<(Time, Time)’
- 880 | ABSL_ATTRIBUTE_CONST_FUNCTION constexpr bool operator<(Time lhs, Time rhs) {
- | ^~~~~~~~
- /usr/include/absl/time/time.h:880:61: note: no known conversion for argument 1 from ‘int’ to ‘absl::lts_20240722::Time’
- 880 | ABSL_ATTRIBUTE_CONST_FUNCTION constexpr bool operator<(Time lhs, Time rhs) {
- | ~~~~~^~~
- /usr/include/absl/numeric/int128.h:810:16: note: candidate: ‘constexpr bool absl::lts_20240722::operator<(uint128, uint128)’
- 810 | constexpr bool operator<(uint128 lhs, uint128 rhs) {
- | ^~~~~~~~
- /usr/include/absl/numeric/int128.h:810:47: note: no known conversion for argument 2 from ‘const absl::lts_20240722::Cord’ to ‘absl::lts_20240722::uint128’
- 810 | constexpr bool operator<(uint128 lhs, uint128 rhs) {
- | ~~~~~~~~^~~
- /usr/include/absl/numeric/int128_have_intrinsic.inc:207:16: note: candidate: ‘constexpr bool absl::lts_20240722::operator<(int128, int128)’
- 207 | constexpr bool operator<(int128 lhs, int128 rhs) {
- | ^~~~~~~~
- /usr/include/absl/numeric/int128_have_intrinsic.inc:207:45: note: no known conversion for argument 2 from ‘const absl::lts_20240722::Cord’ to ‘absl::lts_20240722::int128’
- 207 | constexpr bool operator<(int128 lhs, int128 rhs) {
- | ~~~~~~~^~~
- /usr/include/absl/strings/cord.h:1716:13: note: candidate: ‘bool absl::lts_20240722::operator<(const Cord&, const Cord&)’
- 1716 | inline bool operator<(const Cord& x, const Cord& y) { return x.Compare(y) < 0; }
- | ^~~~~~~~
- /usr/include/absl/strings/cord.h:1716:35: note: no known conversion for argument 1 from ‘int’ to ‘const absl::lts_20240722::Cord&’
- 1716 | inline bool operator<(const Cord& x, const Cord& y) { return x.Compare(y) < 0; }
- | ~~~~~~~~~~~~^
- /usr/include/absl/strings/cord.h:1739:13: note: candidate: ‘bool absl::lts_20240722::operator<(const Cord&, int)’
- 1739 | inline bool operator<(const Cord& x, absl::string_view y) {
- | ^~~~~~~~
- /usr/include/absl/strings/cord.h:1739:35: note: no known conversion for argument 1 from ‘int’ to ‘const absl::lts_20240722::Cord&’
- 1739 | inline bool operator<(const Cord& x, absl::string_view y) {
- | ~~~~~~~~~~~~^
- /usr/include/absl/strings/cord.h: At global scope:
- /usr/include/absl/strings/cord.h:1748:13: error: declaration of ‘operator<=’ as non-function
- 1748 | inline bool operator<=(absl::string_view x, const Cord& y) { return !(y < x); }
- | ^~~~~~~~
- /usr/include/absl/strings/cord.h:1748:30: error: ‘string_view’ is not a member of ‘absl’
- 1748 | inline bool operator<=(absl::string_view x, const Cord& y) { return !(y < x); }
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h:1748:45: error: expected primary-expression before ‘const’
- 1748 | inline bool operator<=(absl::string_view x, const Cord& y) { return !(y < x); }
- | ^~~~~
- /usr/include/absl/strings/cord.h:1749:45: error: ‘absl::string_view’ has not been declared
- 1749 | inline bool operator>=(const Cord& x, absl::string_view y) { return !(x < y); }
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h:1750:13: error: declaration of ‘operator>=’ as non-function
- 1750 | inline bool operator>=(absl::string_view x, const Cord& y) { return !(x < y); }
- | ^~~~~~~~
- /usr/include/absl/strings/cord.h:1750:30: error: ‘string_view’ is not a member of ‘absl’
- 1750 | inline bool operator>=(absl::string_view x, const Cord& y) { return !(x < y); }
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h:1750:45: error: expected primary-expression before ‘const’
- 1750 | inline bool operator>=(absl::string_view x, const Cord& y) { return !(x < y); }
- | ^~~~~
- In file included from /app/include/google/protobuf/endian.h:20,
- from /app/include/google/protobuf/io/coded_stream.h:113:
- /app/include/google/protobuf/port_def.inc:119:15: error: static assertion failed: Protobuf only supports C++17 and newer.
- 119 | static_assert(PROTOBUF_CPLUSPLUS_MIN(201703L),
- | ^~~~~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/port_def.inc:119:15: note: the comparison reduces to ‘(201103 >= 201703)’
- In file included from /app/include/google/protobuf/io/coded_stream.h:116:
- /app/include/google/protobuf/port_def.inc:119:15: error: static assertion failed: Protobuf only supports C++17 and newer.
- 119 | static_assert(PROTOBUF_CPLUSPLUS_MIN(201703L),
- | ^~~~~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/port_def.inc:119:15: note: the comparison reduces to ‘(201103 >= 201703)’
- /app/include/google/protobuf/io/coded_stream.h:696:56: error: ‘absl::string_view’ has not been declared
- 696 | uint8_t* WriteStringMaybeAliased(uint32_t num, absl::string_view s,
- | ^~~~~~~~~~~
- /app/include/google/protobuf/io/coded_stream.h:708:55: error: ‘absl::string_view’ has not been declared
- 708 | uint8_t* WriteBytesMaybeAliased(uint32_t num, absl::string_view s,
- | ^~~~~~~~~~~
- /app/include/google/protobuf/io/coded_stream.h:867:63: error: ‘absl::string_view’ has not been declared
- 867 | uint8_t* WriteStringMaybeAliasedOutline(uint32_t num, absl::string_view s,
- | ^~~~~~~~~~~
- /app/include/google/protobuf/io/coded_stream.h:869:51: error: ‘absl::string_view’ has not been declared
- 869 | uint8_t* WriteStringOutline(uint32_t num, absl::string_view s, uint8_t* ptr);
- | ^~~~~~~~~~~
- /app/include/google/protobuf/io/coded_stream.h: In member function ‘uint8_t* google::protobuf::io::EpsCopyOutputStream::WriteStringMaybeAliased(uint32_t, int, uint8_t*)’:
- /app/include/google/protobuf/io/coded_stream.h:698:29: error: request for member ‘size’ in ‘s’, which is of non-class type ‘int’
- 698 | std::ptrdiff_t size = s.size();
- | ^~~~
- /app/include/google/protobuf/io/coded_stream.h:705:24: error: request for member ‘data’ in ‘s’, which is of non-class type ‘int’
- 705 | std::memcpy(ptr, s.data(), size);
- | ^~~~
- /app/include/google/protobuf/io/coded_stream.h: In member function ‘std::ptrdiff_t google::protobuf::io::EpsCopyOutputStream::GetSize(uint8_t*) const’:
- /app/include/google/protobuf/io/coded_stream.h:832:5: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 832 | ABSL_DCHECK(ptr <= end_ + kSlopBytes); // NOLINT
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /app/include/google/protobuf/io/coded_stream.h: In member function ‘uint8_t* google::protobuf::io::EpsCopyOutputStream::WriteTag(uint32_t, uint32_t, uint8_t*)’:
- /app/include/google/protobuf/io/coded_stream.h:853:5: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 853 | ABSL_DCHECK(ptr < end_); // NOLINT
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /app/include/google/protobuf/io/coded_stream.h: At global scope:
- /app/include/google/protobuf/io/coded_stream.h:1119:26: error: ‘absl::string_view’ has not been declared
- 1119 | void WriteString(absl::string_view str);
- | ^~~~~~~~~~~
- /app/include/google/protobuf/io/coded_stream.h:1121:44: error: ‘absl::string_view’ has not been declared
- 1121 | static uint8_t* WriteStringToArray(absl::string_view str, uint8_t* target);
- | ^~~~~~~~~~~
- /app/include/google/protobuf/io/coded_stream.h:1123:52: error: ‘absl::string_view’ has not been declared
- 1123 | static uint8_t* WriteStringWithSizeToArray(absl::string_view str,
- | ^~~~~~~~~~~
- /app/include/google/protobuf/io/coded_stream.h: In member function ‘bool google::protobuf::io::CodedOutputStream::HadError()’:
- /app/include/google/protobuf/io/coded_stream.h:1061:5: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 1061 | ABSL_DCHECK(cur_);
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /app/include/google/protobuf/io/coded_stream.h: At global scope:
- /app/include/google/protobuf/io/coded_stream.h:1792:13: error: variable or field ‘WriteString’ declared void
- 1792 | inline void CodedOutputStream::WriteString(absl::string_view str) {
- | ^~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/io/coded_stream.h:1792:50: error: ‘string_view’ is not a member of ‘absl’
- 1792 | inline void CodedOutputStream::WriteString(absl::string_view str) {
- | ^~~~~~~~~~~
- /app/include/google/protobuf/io/coded_stream.h:1807:17: error: ‘uint8_t* google::protobuf::io::CodedOutputStream::WriteStringToArray’ is not a static data member of ‘class google::protobuf::io::CodedOutputStream’
- 1807 | inline uint8_t* CodedOutputStream::WriteStringToArray(absl::string_view str,
- | ^~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/io/coded_stream.h:1807:61: error: ‘string_view’ is not a member of ‘absl’
- 1807 | inline uint8_t* CodedOutputStream::WriteStringToArray(absl::string_view str,
- | ^~~~~~~~~~~
- /app/include/google/protobuf/io/coded_stream.h:1808:62: error: expected primary-expression before ‘*’ token
- 1808 | uint8_t* target) {
- | ^
- /app/include/google/protobuf/io/coded_stream.h:1808:64: error: ‘target’ was not declared in this scope
- 1808 | uint8_t* target) {
- | ^~~~~~
- /app/include/google/protobuf/io/coded_stream.h:1808:70: error: expression list treated as compound expression in initializer [-fpermissive]
- 1808 | uint8_t* target) {
- | ^
- In file included from /app/include/google/protobuf/arena_align.h:63,
- from /app/include/google/protobuf/arena.h:35,
- from /run/build/monero-gui/test-protobuf.pb.h:21:
- /app/include/google/protobuf/port_def.inc:119:15: error: static assertion failed: Protobuf only supports C++17 and newer.
- 119 | static_assert(PROTOBUF_CPLUSPLUS_MIN(201703L),
- | ^~~~~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/port_def.inc:119:15: note: the comparison reduces to ‘(201103 >= 201703)’
- /app/include/google/protobuf/arena_align.h: In member function ‘constexpr size_t google::protobuf::internal::ArenaAlign::Padded(size_t) const’:
- /app/include/google/protobuf/arena_align.h:134:3: error: body of ‘constexpr’ function ‘constexpr size_t google::protobuf::internal::ArenaAlign::Padded(size_t) const’ not a return-statement
- 134 | }
- | ^
- /app/include/google/protobuf/arena_align.h: In function ‘google::protobuf::internal::ArenaAlign google::protobuf::internal::ArenaAlignAs(size_t)’:
- /app/include/google/protobuf/arena_align.h:158:3: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [43], int, std::string&)’
- 158 | ABSL_DCHECK_NE(align, 0U);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/arena_align.h:159:3: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 159 | ABSL_DCHECK(absl::has_single_bit(align)) << "Invalid alignment " << align;
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /app/include/google/protobuf/arena_align.h: At global scope:
- /app/include/google/protobuf/arena_align.h:183:18: error: ‘ArenaAlignAs’ function uses ‘auto’ type specifier without trailing return type
- 183 | inline constexpr auto ArenaAlignAs() {
- | ^~~~
- /app/include/google/protobuf/arena_align.h:183:18: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /app/include/google/protobuf/arena_align.h:189:18: error: ‘ArenaAlignOf’ function uses ‘auto’ type specifier without trailing return type
- 189 | inline constexpr auto ArenaAlignOf() {
- | ^~~~
- /app/include/google/protobuf/arena_align.h:189:18: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- In file included from /app/include/google/protobuf/port.h:37,
- from /app/include/google/protobuf/arena.h:37:
- /app/include/google/protobuf/port_def.inc:119:15: error: static assertion failed: Protobuf only supports C++17 and newer.
- 119 | static_assert(PROTOBUF_CPLUSPLUS_MIN(201703L),
- | ^~~~~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/port_def.inc:119:15: note: the comparison reduces to ‘(201103 >= 201703)’
- /app/include/google/protobuf/port.h: In function ‘void google::protobuf::internal::AssertDownCast(From*)’:
- /app/include/google/protobuf/port.h:185:23: error: ‘is_base_of_v’ is not a member of ‘std’; did you mean ‘is_base_of’?
- 185 | static_assert(!std::is_base_of_v<MessageLite, To>);
- | ^~~~~~~~~~~~
- | is_base_of
- /app/include/google/protobuf/port.h:185:47: error: expected primary-expression before ‘,’ token
- 185 | static_assert(!std::is_base_of_v<MessageLite, To>);
- | ^
- /app/include/google/protobuf/port.h:185:51: error: expected primary-expression before ‘>’ token
- 185 | static_assert(!std::is_base_of_v<MessageLite, To>);
- | ^
- /app/include/google/protobuf/port.h:185:52: error: expected primary-expression before ‘)’ token
- 185 | static_assert(!std::is_base_of_v<MessageLite, To>);
- | ^
- /app/include/google/protobuf/port.h: In function ‘To google::protobuf::internal::DownCast(From*)’:
- /app/include/google/protobuf/port.h:195:23: error: ‘remove_pointer_t’ is not a member of ‘std’; did you mean ‘remove_pointer’?
- 195 | AssertDownCast<std::remove_pointer_t<To>>(f);
- | ^~~~~~~~~~~~~~~~
- | remove_pointer
- /app/include/google/protobuf/port.h:195:23: error: ‘remove_pointer_t’ is not a member of ‘std’; did you mean ‘remove_pointer’?
- 195 | AssertDownCast<std::remove_pointer_t<To>>(f);
- | ^~~~~~~~~~~~~~~~
- | remove_pointer
- /app/include/google/protobuf/port.h:195:3: error: parse error in template argument list
- 195 | AssertDownCast<std::remove_pointer_t<To>>(f);
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/port.h: In function ‘ToRef google::protobuf::internal::DownCast(From&)’:
- /app/include/google/protobuf/port.h:201:23: error: ‘remove_reference_t’ is not a member of ‘std’; did you mean ‘remove_reference’?
- 201 | AssertDownCast<std::remove_reference_t<ToRef>>(&f);
- | ^~~~~~~~~~~~~~~~~~
- | remove_reference
- /app/include/google/protobuf/port.h:201:23: error: ‘remove_reference_t’ is not a member of ‘std’; did you mean ‘remove_reference’?
- 201 | AssertDownCast<std::remove_reference_t<ToRef>>(&f);
- | ^~~~~~~~~~~~~~~~~~
- | remove_reference
- /app/include/google/protobuf/port.h:201:3: error: parse error in template argument list
- 201 | AssertDownCast<std::remove_reference_t<ToRef>>(&f);
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/port.h: At global scope:
- /app/include/google/protobuf/port.h:207:14: error: ‘optional’ in namespace ‘absl’ does not name a template type
- 207 | inline absl::optional<absl::string_view> RttiTypeName() {
- | ^~~~~~~~
- /app/include/google/protobuf/port.h: In function ‘constexpr bool google::protobuf::internal::PerformDebugChecks()’:
- /app/include/google/protobuf/port.h:286:1: error: body of ‘constexpr’ function ‘constexpr bool google::protobuf::internal::PerformDebugChecks()’ not a return-statement
- 286 | }
- | ^
- /app/include/google/protobuf/port.h: At global scope:
- /app/include/google/protobuf/port.h:493:46: error: expected ‘)’ before ‘name’
- 493 | explicit RealDebugCounter(absl::string_view name) { Register(name); }
- | ~ ^~~~~
- | )
- /app/include/google/protobuf/port.h:499:23: error: ‘absl::string_view’ has not been declared
- 499 | void Register(absl::string_view name);
- | ^~~~~~~~~~~
- /app/include/google/protobuf/port.h:546:32: error: ‘conditional_t’ in namespace ‘std’ does not name a template type; did you mean ‘conditional’?
- 546 | using GlobalEmptyString = std::conditional_t<
- | ^~~~~~~~~~~~~
- | conditional
- /app/include/google/protobuf/port.h:550:24: error: ‘GlobalEmptyString’ does not name a type; did you mean ‘GlobalEmptyStringConstexpr’?
- 550 | PROTOBUF_EXPORT extern GlobalEmptyString fixed_address_empty_string;
- | ^~~~~~~~~~~~~~~~~
- | GlobalEmptyStringConstexpr
- In file included from /app/include/google/protobuf/arena_cleanup.h:20,
- from /app/include/google/protobuf/serial_arena.h:26,
- from /app/include/google/protobuf/arena.h:38:
- /app/include/google/protobuf/port_def.inc:119:15: error: static assertion failed: Protobuf only supports C++17 and newer.
- 119 | static_assert(PROTOBUF_CPLUSPLUS_MIN(201703L),
- | ^~~~~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/port_def.inc:119:15: note: the comparison reduces to ‘(201103 >= 201703)’
- In file included from /app/include/google/protobuf/string_block.h:24,
- from /app/include/google/protobuf/serial_arena.h:28:
- /app/include/google/protobuf/port_def.inc:119:15: error: static assertion failed: Protobuf only supports C++17 and newer.
- 119 | static_assert(PROTOBUF_CPLUSPLUS_MIN(201703L),
- | ^~~~~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/port_def.inc:119:15: note: the comparison reduces to ‘(201103 >= 201703)’
- /app/include/google/protobuf/string_block.h: In static member function ‘static google::protobuf::internal::StringBlock* google::protobuf::internal::StringBlock::Emplace(void*, size_t, google::protobuf::internal::StringBlock*)’:
- /app/include/google/protobuf/string_block.h:125:3: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [44], int, std::string&)’
- 125 | ABSL_DCHECK_EQ(count, NextSize(next));
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/string_block.h: In static member function ‘static size_t google::protobuf::internal::StringBlock::Delete(google::protobuf::internal::StringBlock*)’:
- /app/include/google/protobuf/string_block.h:147:3: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 147 | ABSL_DCHECK(block != nullptr);
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /app/include/google/protobuf/string_block.h: In member function ‘std::string* google::protobuf::internal::StringBlock::AtOffset(size_t)’:
- /app/include/google/protobuf/string_block.h:162:3: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [44], int, std::string&)’
- 162 | ABSL_DCHECK_LE(offset, effective_size());
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- In file included from /app/include/google/protobuf/serial_arena.h:31:
- /app/include/google/protobuf/port_def.inc: At global scope:
- /app/include/google/protobuf/port_def.inc:119:15: error: static assertion failed: Protobuf only supports C++17 and newer.
- 119 | static_assert(PROTOBUF_CPLUSPLUS_MIN(201703L),
- | ^~~~~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/port_def.inc:119:15: note: the comparison reduces to ‘(201103 >= 201703)’
- /app/include/google/protobuf/serial_arena.h: In constructor ‘google::protobuf::internal::ArenaBlock::ArenaBlock(google::protobuf::internal::ArenaBlock*, size_t)’:
- /app/include/google/protobuf/serial_arena.h:44:5: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [44], int, std::string&)’
- 44 | ABSL_DCHECK_GT(size, sizeof(ArenaBlock));
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/serial_arena.h: In member function ‘char* google::protobuf::internal::ArenaBlock::Pointer(size_t)’:
- /app/include/google/protobuf/serial_arena.h:48:5: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [44], int, std::string&)’
- 48 | ABSL_DCHECK_LE(n, size);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/serial_arena.h: In member function ‘bool google::protobuf::internal::SerialArena::MaybeAllocateAligned(size_t, void**)’:
- /app/include/google/protobuf/serial_arena.h:202:5: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 202 | ABSL_DCHECK(internal::ArenaAlignDefault::IsAligned(n));
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /app/include/google/protobuf/serial_arena.h:203:5: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [44], int, std::string&)’
- 203 | ABSL_DCHECK_GE(limit_, ptr());
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/serial_arena.h: In member function ‘void* google::protobuf::internal::SerialArena::AllocateAlignedWithCleanup(size_t, size_t, void (*)(void*))’:
- /app/include/google/protobuf/serial_arena.h:242:5: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [44], int, std::string&)’
- 242 | ABSL_DCHECK_GE(limit_, ptr());
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/serial_arena.h: In static member function ‘static const char* google::protobuf::internal::SerialArena::MaybePrefetchImpl(ptrdiff_t, const char*, const char*, const char*)’:
- /app/include/google/protobuf/serial_arena.h:290:7: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 290 | ABSL_DCHECK(prefetch_ptr != nullptr);
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /app/include/google/protobuf/serial_arena.h: In member function ‘void google::protobuf::internal::SerialArena::MaybePrefetchData(const char*)’:
- /app/include/google/protobuf/serial_arena.h:300:5: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 300 | ABSL_DCHECK(static_cast<const void*>(prefetch_ptr_) == nullptr ||
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /app/include/google/protobuf/serial_arena.h: In member function ‘void google::protobuf::internal::SerialArena::MaybePrefetchCleanup()’:
- /app/include/google/protobuf/serial_arena.h:307:5: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 307 | ABSL_DCHECK(static_cast<const void*>(cleanup_list_.prefetch_ptr_) ==
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- In file included from /app/include/google/protobuf/arenaz_sampler.h:19,
- from /app/include/google/protobuf/thread_safe_arena.h:25,
- from /app/include/google/protobuf/arena.h:39:
- /app/include/google/protobuf/port_def.inc: At global scope:
- /app/include/google/protobuf/port_def.inc:119:15: error: static assertion failed: Protobuf only supports C++17 and newer.
- 119 | static_assert(PROTOBUF_CPLUSPLUS_MIN(201703L),
- | ^~~~~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/port_def.inc:119:15: note: the comparison reduces to ‘(201103 >= 201703)’
- In file included from /app/include/google/protobuf/thread_safe_arena.h:30:
- /app/include/google/protobuf/port_def.inc:119:15: error: static assertion failed: Protobuf only supports C++17 and newer.
- 119 | static_assert(PROTOBUF_CPLUSPLUS_MIN(201703L),
- | ^~~~~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/port_def.inc:119:15: note: the comparison reduces to ‘(201103 >= 201703)’
- In file included from /app/include/google/protobuf/arena.h:42:
- /app/include/google/protobuf/port_def.inc:119:15: error: static assertion failed: Protobuf only supports C++17 and newer.
- 119 | static_assert(PROTOBUF_CPLUSPLUS_MIN(201703L),
- | ^~~~~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/port_def.inc:119:15: note: the comparison reduces to ‘(201103 >= 201703)’
- /app/include/google/protobuf/arena.h:489:20: error: ‘GetConstructType’ function uses ‘auto’ type specifier without trailing return type
- 489 | static constexpr auto GetConstructType() {
- | ^~~~
- /app/include/google/protobuf/arena.h:489:20: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /app/include/google/protobuf/arena.h: In static member function ‘static T* google::protobuf::Arena::Create(google::protobuf::Arena*, Args&& ...)’:
- /app/include/google/protobuf/arena.h:202:25: error: ‘remove_const_t’ in namespace ‘std’ does not name a template type; did you mean ‘remove_const’?
- 202 | using Type = std::remove_const_t<T>;
- | ^~~~~~~~~~~~~~
- | remove_const
- /app/include/google/protobuf/arena.h:214:30: error: ‘Type’ does not name a type; did you mean ‘typeof’?
- 214 | return static_cast<Type*>(DefaultConstruct<Type>(arena));
- | ^~~~
- | typeof
- /app/include/google/protobuf/arena.h:214:34: error: expected ‘>’ before ‘*’ token
- 214 | return static_cast<Type*>(DefaultConstruct<Type>(arena));
- | ^
- /app/include/google/protobuf/arena.h:214:34: error: expected ‘(’ before ‘*’ token
- /app/include/google/protobuf/arena.h:214:35: error: expected primary-expression before ‘>’ token
- 214 | return static_cast<Type*>(DefaultConstruct<Type>(arena));
- | ^
- /app/include/google/protobuf/arena.h:214:54: error: ‘Type’ was not declared in this scope
- 214 | return static_cast<Type*>(DefaultConstruct<Type>(arena));
- | ^~~~
- /app/include/google/protobuf/arena.h:214:67: error: expected ‘)’ before ‘;’ token
- 214 | return static_cast<Type*>(DefaultConstruct<Type>(arena));
- | ^
- /app/include/google/protobuf/arena.h:216:30: error: ‘Type’ does not name a type; did you mean ‘typeof’?
- 216 | return static_cast<Type*>(CopyConstruct<Type>(arena, &args...));
- | ^~~~
- | typeof
- /app/include/google/protobuf/arena.h:216:34: error: expected ‘>’ before ‘*’ token
- 216 | return static_cast<Type*>(CopyConstruct<Type>(arena, &args...));
- | ^
- /app/include/google/protobuf/arena.h:216:34: error: expected ‘(’ before ‘*’ token
- /app/include/google/protobuf/arena.h:216:35: error: expected primary-expression before ‘>’ token
- 216 | return static_cast<Type*>(CopyConstruct<Type>(arena, &args...));
- | ^
- /app/include/google/protobuf/arena.h:216:51: error: ‘Type’ was not declared in this scope
- 216 | return static_cast<Type*>(CopyConstruct<Type>(arena, &args...));
- | ^~~~
- /app/include/google/protobuf/arena.h:216:74: error: expected ‘)’ before ‘;’ token
- 216 | return static_cast<Type*>(CopyConstruct<Type>(arena, &args...));
- | ^
- /app/include/google/protobuf/arena.h:219:36: error: ‘Type’ was not declared in this scope
- 219 | return CreateArenaCompatible<Type>(arena, std::forward<Args>(args)...);
- | ^~~~
- /app/include/google/protobuf/arena.h: In member function ‘void google::protobuf::Arena::Own(T*)’:
- /app/include/google/protobuf/arena.h:306:14: error: ‘conditional_t’ in namespace ‘std’ does not name a template type; did you mean ‘conditional’?
- 306 | std::conditional_t<std::is_convertible<T*, MessageLite*>::value,
- | ^~~~~~~~~~~~~
- | conditional
- /app/include/google/protobuf/arena.h:309:36: error: ‘TypeToUse’ does not name a type
- 309 | impl_.AddCleanup(static_cast<TypeToUse*>(object),
- | ^~~~~~~~~
- /app/include/google/protobuf/arena.h:309:45: error: expected ‘>’ before ‘*’ token
- 309 | impl_.AddCleanup(static_cast<TypeToUse*>(object),
- | ^
- /app/include/google/protobuf/arena.h:309:45: error: expected ‘(’ before ‘*’ token
- /app/include/google/protobuf/arena.h:309:46: error: expected primary-expression before ‘>’ token
- 309 | impl_.AddCleanup(static_cast<TypeToUse*>(object),
- | ^
- /app/include/google/protobuf/arena.h:310:55: error: ‘TypeToUse’ was not declared in this scope
- 310 | &internal::arena_delete_object<TypeToUse>);
- | ^~~~~~~~~
- /app/include/google/protobuf/arena.h: In member function ‘void* google::protobuf::Arena::AllocateInternal()’:
- /app/include/google/protobuf/arena.h:535:16: error: ‘conditional_t’ is not a member of ‘std’; did you mean ‘conditional’?
- 535 | std::conditional_t<trivial, std::string, T>>;
- | ^~~~~~~~~~~~~
- | conditional
- /app/include/google/protobuf/arena.h:535:16: error: ‘conditional_t’ is not a member of ‘std’; did you mean ‘conditional’?
- 535 | std::conditional_t<trivial, std::string, T>>;
- | ^~~~~~~~~~~~~
- | conditional
- /app/include/google/protobuf/arena.h:535:55: error: expected primary-expression before ‘;’ token
- 535 | std::conditional_t<trivial, std::string, T>>;
- | ^
- In file included from /app/include/google/protobuf/explicitly_constructed.h:17,
- from /app/include/google/protobuf/arenastring.h:20,
- from /run/build/monero-gui/test-protobuf.pb.h:22:
- /app/include/google/protobuf/port_def.inc: At global scope:
- /app/include/google/protobuf/port_def.inc:119:15: error: static assertion failed: Protobuf only supports C++17 and newer.
- 119 | static_assert(PROTOBUF_CPLUSPLUS_MIN(201703L),
- | ^~~~~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/port_def.inc:119:15: note: the comparison reduces to ‘(201103 >= 201703)’
- In file included from /app/include/google/protobuf/arenastring.h:24:
- /app/include/google/protobuf/port_def.inc:119:15: error: static assertion failed: Protobuf only supports C++17 and newer.
- 119 | static_assert(PROTOBUF_CPLUSPLUS_MIN(201703L),
- | ^~~~~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/port_def.inc:119:15: note: the comparison reduces to ‘(201103 >= 201703)’
- /app/include/google/protobuf/arenastring.h:106:44: error: ‘GlobalEmptyString’ does not name a type
- 106 | explicit constexpr TaggedStringPtr(const GlobalEmptyString* ptr)
- | ^~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/arenastring.h: In static member function ‘static void google::protobuf::internal::TaggedStringPtr::assert_aligned(const void*)’:
- /app/include/google/protobuf/arenastring.h:186:5: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [43], int, std::string&)’
- 186 | ABSL_DCHECK_EQ(reinterpret_cast<uintptr_t>(p) & kMask, 0UL);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/arenastring.h: In member function ‘std::string* google::protobuf::internal::TaggedStringPtr::TagAs(Type, std::string*)’:
- /app/include/google/protobuf/arenastring.h:193:5: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 193 | ABSL_DCHECK(p != nullptr);
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /app/include/google/protobuf/arenastring.h: At global scope:
- /app/include/google/protobuf/arenastring.h:230:34: error: ‘GlobalEmptyString’ does not name a type
- 230 | constexpr ArenaStringPtr(const GlobalEmptyString* default_value,
- | ^~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/arenastring.h:294:18: error: ‘absl::string_view’ has not been declared
- 294 | void Set(absl::string_view value, Arena* arena);
- | ^~~~~~~~~~~
- /app/include/google/protobuf/arenastring.h:301:23: error: ‘absl::string_view’ has not been declared
- 301 | void SetBytes(absl::string_view value, Arena* arena);
- | ^~~~~~~~~~~
- /app/include/google/protobuf/arenastring.h: In constructor ‘google::protobuf::internal::ArenaStringPtr::ArenaStringPtr(google::protobuf::Arena*)’:
- /app/include/google/protobuf/arenastring.h:238:22: error: ‘fixed_address_empty_string’ was not declared in this scope
- 238 | : tagged_ptr_(&fixed_address_empty_string) {
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/arenastring.h:240:17: error: ‘string_view’ is not a member of ‘absl’
- 240 | Set(absl::string_view(""), arena);
- | ^~~~~~~~~~~
- /app/include/google/protobuf/arenastring.h: In constructor ‘google::protobuf::internal::ArenaStringPtr::ArenaStringPtr(google::protobuf::Arena*, const google::protobuf::internal::LazyString&)’:
- /app/include/google/protobuf/arenastring.h:249:22: error: ‘fixed_address_empty_string’ was not declared in this scope
- 249 | : tagged_ptr_(&fixed_address_empty_string) {
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/arenastring.h:251:17: error: ‘string_view’ is not a member of ‘absl’
- 251 | Set(absl::string_view(default_value.get()), arena);
- | ^~~~~~~~~~~
- /app/include/google/protobuf/arenastring.h: In member function ‘void google::protobuf::internal::ArenaStringPtr::InitDefault()’:
- /app/include/google/protobuf/arenastring.h:448:34: error: ‘fixed_address_empty_string’ was not declared in this scope
- 448 | tagged_ptr_ = TaggedStringPtr(&fixed_address_empty_string);
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/arenastring.h: In member function ‘void google::protobuf::internal::ArenaStringPtr::Set(const char*, google::protobuf::Arena*)’:
- /app/include/google/protobuf/arenastring.h:465:13: error: ‘string_view’ is not a member of ‘absl’
- 465 | Set(absl::string_view{s}, arena);
- | ^~~~~~~~~~~
- /app/include/google/protobuf/arenastring.h: In member function ‘void google::protobuf::internal::ArenaStringPtr::Set(const char*, size_t, google::protobuf::Arena*)’:
- /app/include/google/protobuf/arenastring.h:469:13: error: ‘string_view’ is not a member of ‘absl’
- 469 | Set(absl::string_view{s, n}, arena);
- | ^~~~~~~~~~~
- /app/include/google/protobuf/arenastring.h: At global scope:
- /app/include/google/protobuf/arenastring.h:472:13: error: variable or field ‘SetBytes’ declared void
- 472 | inline void ArenaStringPtr::SetBytes(absl::string_view value, Arena* arena) {
- | ^~~~~~~~~~~~~~
- /app/include/google/protobuf/arenastring.h:472:44: error: ‘string_view’ is not a member of ‘absl’
- 472 | inline void ArenaStringPtr::SetBytes(absl::string_view value, Arena* arena) {
- | ^~~~~~~~~~~
- /app/include/google/protobuf/arenastring.h:472:68: error: expected primary-expression before ‘*’ token
- 472 | inline void ArenaStringPtr::SetBytes(absl::string_view value, Arena* arena) {
- | ^
- /app/include/google/protobuf/arenastring.h:472:70: error: ‘arena’ was not declared in this scope; did you mean ‘Arena’?
- 472 | inline void ArenaStringPtr::SetBytes(absl::string_view value, Arena* arena) {
- | ^~~~~
- | Arena
- /app/include/google/protobuf/arenastring.h: In member function ‘void google::protobuf::internal::ArenaStringPtr::SetBytes(const void*, size_t, google::protobuf::Arena*)’:
- /app/include/google/protobuf/arenastring.h:494:13: error: ‘string_view’ is not a member of ‘absl’
- 494 | Set(absl::string_view{static_cast<const char*>(p), n}, arena);
- | ^~~~~~~~~~~
- /app/include/google/protobuf/arenastring.h: In member function ‘void google::protobuf::internal::ArenaStringPtr::ClearNonDefaultToEmpty()’:
- /app/include/google/protobuf/arenastring.h:523:3: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 523 | ABSL_DCHECK(!tagged_ptr_.IsDefault());
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /app/include/google/protobuf/arenastring.h: In member function ‘std::string* google::protobuf::internal::ArenaStringPtr::UnsafeMutablePointer()’:
- /app/include/google/protobuf/arenastring.h:528:3: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 528 | ABSL_DCHECK(tagged_ptr_.IsMutable());
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /app/include/google/protobuf/arenastring.h:529:3: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 529 | ABSL_DCHECK(tagged_ptr_.Get() != nullptr);
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- In file included from /app/include/google/protobuf/metadata_lite.h:18,
- from /app/include/google/protobuf/message_lite.h:41,
- from /app/include/google/protobuf/generated_message_tctable_decl.h:24,
- from /run/build/monero-gui/test-protobuf.pb.h:23:
- /app/include/google/protobuf/port_def.inc: At global scope:
- /app/include/google/protobuf/port_def.inc:119:15: error: static assertion failed: Protobuf only supports C++17 and newer.
- 119 | static_assert(PROTOBUF_CPLUSPLUS_MIN(201703L),
- | ^~~~~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/port_def.inc:119:15: note: the comparison reduces to ‘(201103 >= 201703)’
- In file included from /app/include/google/protobuf/message_lite.h:46:
- /app/include/google/protobuf/port_def.inc:119:15: error: static assertion failed: Protobuf only supports C++17 and newer.
- 119 | static_assert(PROTOBUF_CPLUSPLUS_MIN(201703L),
- | ^~~~~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/port_def.inc:119:15: note: the comparison reduces to ‘(201103 >= 201703)’
- /app/include/google/protobuf/message_lite.h: In static member function ‘static constexpr google::protobuf::internal::MessageCreator google::protobuf::internal::MessageCreator::ZeroInit(uint32_t, uint8_t, uintptr_t)’:
- /app/include/google/protobuf/message_lite.h:112:3: error: body of ‘constexpr’ function ‘static constexpr google::protobuf::internal::MessageCreator google::protobuf::internal::MessageCreator::ZeroInit(uint32_t, uint8_t, uintptr_t)’ not a return-statement
- 112 | }
- | ^
- /app/include/google/protobuf/message_lite.h: In static member function ‘static constexpr google::protobuf::internal::MessageCreator google::protobuf::internal::MessageCreator::CopyInit(uint32_t, uint8_t, uintptr_t)’:
- /app/include/google/protobuf/message_lite.h:122:3: error: body of ‘constexpr’ function ‘static constexpr google::protobuf::internal::MessageCreator google::protobuf::internal::MessageCreator::CopyInit(uint32_t, uint8_t, uintptr_t)’ not a return-statement
- 122 | }
- | ^
- /app/include/google/protobuf/message_lite.h: In member function ‘uintptr_t google::protobuf::internal::MessageCreator::arena_bits() const’:
- /app/include/google/protobuf/message_lite.h:147:5: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [44], int, std::string&)’
- 147 | ABSL_DCHECK_NE(+tag(), +kFunc);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/message_lite.h: In member function ‘void google::protobuf::internal::CachedSize::SetNonZero(Scalar) const’:
- /app/include/google/protobuf/message_lite.h:201:5: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [44], int, std::string&)’
- 201 | ABSL_DCHECK_NE(desired, 0);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/message_lite.h: At global scope:
- /app/include/google/protobuf/message_lite.h:246:1: error: ‘GetClassData’ function uses ‘auto’ type specifier without trailing return type
- 246 | auto GetClassData(const MessageLite& msg);
- | ^~~~
- /app/include/google/protobuf/message_lite.h:246:1: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /app/include/google/protobuf/message_lite.h:248:11: error: parameter declared ‘auto’
- 248 | template <const auto* kDefault, const auto* kClassData>
- | ^~~~~
- /app/include/google/protobuf/message_lite.h:248:33: error: parameter declared ‘auto’
- 248 | template <const auto* kDefault, const auto* kClassData>
- | ^~~~~
- /app/include/google/protobuf/message_lite.h:251:20: error: ‘class_data’ function uses ‘auto’ type specifier without trailing return type
- 251 | static constexpr const auto* class_data() { return kClassData->base(); }
- | ^~~~~
- /app/include/google/protobuf/message_lite.h:251:20: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /app/include/google/protobuf/message_lite.h:252:20: error: ‘StrongPointer’ function uses ‘auto’ type specifier without trailing return type
- 252 | static constexpr auto StrongPointer() { return default_instance(); }
- | ^~~~
- /app/include/google/protobuf/message_lite.h:252:20: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /app/include/google/protobuf/message_lite.h:258:20: error: ‘class_data’ function uses ‘auto’ type specifier without trailing return type
- 258 | static constexpr const auto* class_data() {
- | ^~~~~
- /app/include/google/protobuf/message_lite.h:258:20: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /app/include/google/protobuf/message_lite.h:263:20: error: ‘StrongPointer’ function uses ‘auto’ type specifier without trailing return type
- 263 | static constexpr auto StrongPointer() { return &T::default_instance; }
- | ^~~~
- /app/include/google/protobuf/message_lite.h:263:20: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /app/include/google/protobuf/message_lite.h: In function ‘int google::protobuf::internal::ToIntSize(size_t)’:
- /app/include/google/protobuf/message_lite.h:332:3: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [44], int, std::string&)’
- 332 | ABSL_DCHECK_LE(size, static_cast<size_t>(INT_MAX));
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/message_lite.h: In function ‘const std::string& google::protobuf::internal::GetEmptyStringAlreadyInited()’:
- /app/include/google/protobuf/message_lite.h:338:10: error: ‘fixed_address_empty_string’ was not declared in this scope
- 338 | return fixed_address_empty_string.get();
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/message_lite.h: At global scope:
- /app/include/google/protobuf/message_lite.h:456:22: error: expected identifier before ‘*’ token
- 456 | absl::string_view (*get_type_name)(const ClassData* data);
- | ^
- /app/include/google/protobuf/message_lite.h:456:44: error: ‘ClassData’ does not name a type
- 456 | absl::string_view (*get_type_name)(const ClassData* data);
- | ^~~~~~~~~
- /app/include/google/protobuf/message_lite.h:456:59: error: ‘string_view’ declared as function returning a function
- 456 | absl::string_view (*get_type_name)(const ClassData* data);
- | ^
- /app/include/google/protobuf/message_lite.h: In member function ‘const google::protobuf::internal::ClassDataFull& google::protobuf::internal::ClassData::full() const’:
- /app/include/google/protobuf/message_lite.h:496:3: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 496 | ABSL_DCHECK(!is_lite);
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /app/include/google/protobuf/message_lite.h: At global scope:
- /app/include/google/protobuf/message_lite.h:537:9: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 537 | absl::string_view GetTypeName() const;
- | ^~~~~~~~~~~
- /app/include/google/protobuf/message_lite.h:657:59: error: ‘absl::string_view’ has not been declared
- 657 | ABSL_ATTRIBUTE_REINITIALIZES bool ParseFromString(absl::string_view data);
- | ^~~~~~~~~~~
- /app/include/google/protobuf/message_lite.h:662:13: error: ‘absl::string_view’ has not been declared
- 662 | absl::string_view data);
- | ^~~~~~~~~~~
- /app/include/google/protobuf/message_lite.h:694:30: error: ‘absl::string_view’ has not been declared
- 694 | bool MergeFromString(absl::string_view data);
- | ^~~~~~~~~~~
- /app/include/google/protobuf/message_lite.h:699:37: error: ‘absl::string_view’ has not been declared
- 699 | bool MergePartialFromString(absl::string_view data);
- | ^~~~~~~~~~~
- /app/include/google/protobuf/message_lite.h:1063:10: error: ‘GetClassData’ function uses ‘auto’ type specifier without trailing return type
- 1063 | friend auto internal::GetClassData(const MessageLite& msg);
- | ^~~~
- /app/include/google/protobuf/message_lite.h:1063:10: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /app/include/google/protobuf/message_lite.h: In member function ‘const google::protobuf::internal::TcParseTableBase* google::protobuf::MessageLite::GetTcParseTable() const’:
- /app/include/google/protobuf/message_lite.h:930:5: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 930 | ABSL_DCHECK(data != nullptr);
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /app/include/google/protobuf/message_lite.h:934:7: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 934 | ABSL_DCHECK(!data->is_lite);
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /app/include/google/protobuf/message_lite.h: At global scope:
- /app/include/google/protobuf/message_lite.h:1108:9: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 1108 | absl::string_view name() const;
- | ^~~~~~~~~~~
- /app/include/google/protobuf/message_lite.h:1147:8: error: ‘GetClassData’ function uses ‘auto’ type specifier without trailing return type
- 1147 | inline auto GetClassData(const MessageLite& msg) { return msg.GetClassData(); }
- | ^~~~
- /app/include/google/protobuf/message_lite.h:1147:8: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /app/include/google/protobuf/message_lite.h:1150:26: error: ‘string_view’ is not a member of ‘absl’
- 1150 | bool MergeFromImpl(absl::string_view input, MessageLite* msg,
- | ^~~~~~~~~~~
- /app/include/google/protobuf/message_lite.h:1150:56: error: expected primary-expression before ‘*’ token
- 1150 | bool MergeFromImpl(absl::string_view input, MessageLite* msg,
- | ^
- /app/include/google/protobuf/message_lite.h:1150:58: error: ‘msg’ was not declared in this scope
- 1150 | bool MergeFromImpl(absl::string_view input, MessageLite* msg,
- | ^~~
- /app/include/google/protobuf/message_lite.h:1151:20: error: expected primary-expression before ‘const’
- 1151 | const internal::TcParseTableBase* tc_table,
- | ^~~~~
- /app/include/google/protobuf/message_lite.h:1152:44: error: expected primary-expression before ‘parse_flags’
- 1152 | MessageLite::ParseFlags parse_flags);
- | ^~~~~~~~~~~
- /app/include/google/protobuf/message_lite.h:1152:55: error: expression list treated as compound expression in initializer [-fpermissive]
- 1152 | MessageLite::ParseFlags parse_flags);
- | ^
- /app/include/google/protobuf/message_lite.h:1153:75: error: expected ‘;’ before ‘(’ token
- 1153 | extern template PROTOBUF_EXPORT_TEMPLATE_DECLARE bool MergeFromImpl<false>(
- | ^
- | ;
- /app/include/google/protobuf/message_lite.h:1157:74: error: expected ‘;’ before ‘(’ token
- 1157 | extern template PROTOBUF_EXPORT_TEMPLATE_DECLARE bool MergeFromImpl<true>(
- | ^
- | ;
- /app/include/google/protobuf/message_lite.h:1165:55: error: ‘template<bool alias> bool google::protobuf::internal::MergeFromImpl(google::protobuf::io::ZeroCopyInputStream*, google::protobuf::MessageLite*, const TcParseTableBase*, google::protobuf::MessageLite::ParseFlags)’ conflicts with a previous declaration
- 1165 | MessageLite::ParseFlags parse_flags);
- | ^
- /app/include/google/protobuf/message_lite.h:1150:6: note: previous declaration ‘template<bool alias> bool google::protobuf::internal::MergeFromImpl<alias>’
- 1150 | bool MergeFromImpl(absl::string_view input, MessageLite* msg,
- | ^~~~~~~~~~~~~
- /app/include/google/protobuf/message_lite.h:1166:55: error: ‘template<bool alias> bool google::protobuf::internal::MergeFromImpl<alias>’ is not a function template
- 1166 | extern template PROTOBUF_EXPORT_TEMPLATE_DECLARE bool MergeFromImpl<false>(
- | ^~~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/message_lite.h:1170:55: error: ‘template<bool alias> bool google::protobuf::internal::MergeFromImpl<alias>’ is not a function template
- 1170 | extern template PROTOBUF_EXPORT_TEMPLATE_DECLARE bool MergeFromImpl<true>(
- | ^~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/message_lite.h:1183:55: error: ‘template<bool alias> bool google::protobuf::internal::MergeFromImpl(BoundedZCIS, google::protobuf::MessageLite*, const TcParseTableBase*, google::protobuf::MessageLite::ParseFlags)’ conflicts with a previous declaration
- 1183 | MessageLite::ParseFlags parse_flags);
- | ^
- /app/include/google/protobuf/message_lite.h:1150:6: note: previous declaration ‘template<bool alias> bool google::protobuf::internal::MergeFromImpl<alias>’
- 1150 | bool MergeFromImpl(absl::string_view input, MessageLite* msg,
- | ^~~~~~~~~~~~~
- /app/include/google/protobuf/message_lite.h:1184:55: error: ‘template<bool alias> bool google::protobuf::internal::MergeFromImpl<alias>’ is not a function template
- 1184 | extern template PROTOBUF_EXPORT_TEMPLATE_DECLARE bool MergeFromImpl<false>(
- | ^~~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/message_lite.h:1188:55: error: ‘template<bool alias> bool google::protobuf::internal::MergeFromImpl<alias>’ is not a function template
- 1188 | extern template PROTOBUF_EXPORT_TEMPLATE_DECLARE bool MergeFromImpl<true>(
- | ^~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/message_lite.h:1199:55: error: ‘template<bool alias, class T> bool google::protobuf::internal::MergeFromImpl(const SourceWrapper<T>&, google::protobuf::MessageLite*, const TcParseTableBase*, google::protobuf::MessageLite::ParseFlags)’ conflicts with a previous declaration
- 1199 | MessageLite::ParseFlags parse_flags) {
- | ^
- /app/include/google/protobuf/message_lite.h:1150:6: note: previous declaration ‘template<bool alias> bool google::protobuf::internal::MergeFromImpl<alias>’
- 1150 | bool MergeFromImpl(absl::string_view input, MessageLite* msg,
- | ^~~~~~~~~~~~~
- In file included from /usr/include/absl/log/internal/log_impl.h:19:
- /app/include/google/protobuf/message_lite.h: In member function ‘MessageLite* google::protobuf::internal::MessageCreator::PlacementNew(const MessageLite*, const MessageLite*, void*, google::protobuf::Arena*) const’:
- /app/include/google/protobuf/message_lite.h:1270:5: error: use of ‘auto’ in lambda parameter declaration only available with ‘-std=c++14’ or ‘-std=gnu++14’
- 1270 | ABSL_DCHECK(std::all_of(src + sizeof(MessageLite), src + size,
- | ^~~~~~~~~~~
- /app/include/google/protobuf/message_lite.h: In function ‘const T* google::protobuf::DownCastMessage(const MessageLite*)’:
- /app/include/google/protobuf/message_lite.h:1426:38: error: ‘const class google::protobuf::MessageLite’ has no member named ‘GetTypeName’
- 1426 | << "Cannot downcast " << from->GetTypeName() << " to "
- | ^~~~~~~~~~~
- In file included from /app/include/google/protobuf/inlined_string_field.h:22,
- from /app/include/google/protobuf/parse_context.h:31,
- from /app/include/google/protobuf/generated_message_tctable_decl.h:25:
- /app/include/google/protobuf/port_def.inc: At global scope:
- /app/include/google/protobuf/port_def.inc:119:15: error: static assertion failed: Protobuf only supports C++17 and newer.
- 119 | static_assert(PROTOBUF_CPLUSPLUS_MIN(201703L),
- | ^~~~~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/port_def.inc:119:15: note: the comparison reduces to ‘(201103 >= 201703)’
- /app/include/google/protobuf/inlined_string_field.h:125:18: error: ‘absl::string_view’ has not been declared
- 125 | void Set(absl::string_view value, Arena* arena, bool donated,
- | ^~~~~~~~~~~
- /app/include/google/protobuf/inlined_string_field.h:144:23: error: ‘absl::string_view’ has not been declared
- 144 | void SetBytes(absl::string_view value, Arena* arena, bool donated,
- | ^~~~~~~~~~~
- /app/include/google/protobuf/inlined_string_field.h:162:48: error: ‘absl::string_view’ has not been declared
- 162 | PROTOBUF_NDEBUG_INLINE void SetNoArena(absl::string_view value);
- | ^~~~~~~~~~~
- /app/include/google/protobuf/inlined_string_field.h:431:13: error: variable or field ‘SetNoArena’ declared void
- 431 | inline void InlinedStringField::SetNoArena(absl::string_view value) {
- | ^~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/inlined_string_field.h:431:50: error: ‘string_view’ is not a member of ‘absl’
- 431 | inline void InlinedStringField::SetNoArena(absl::string_view value) {
- | ^~~~~~~~~~~
- /app/include/google/protobuf/inlined_string_field.h:461:13: error: variable or field ‘Set’ declared void
- 461 | inline void InlinedStringField::Set(absl::string_view value, Arena* arena,
- | ^~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/inlined_string_field.h:461:43: error: ‘string_view’ is not a member of ‘absl’
- 461 | inline void InlinedStringField::Set(absl::string_view value, Arena* arena,
- | ^~~~~~~~~~~
- /app/include/google/protobuf/inlined_string_field.h:461:67: error: expected primary-expression before ‘*’ token
- 461 | inline void InlinedStringField::Set(absl::string_view value, Arena* arena,
- | ^
- /app/include/google/protobuf/inlined_string_field.h:461:69: error: ‘arena’ was not declared in this scope; did you mean ‘Arena’?
- 461 | inline void InlinedStringField::Set(absl::string_view value, Arena* arena,
- | ^~~~~
- | Arena
- /app/include/google/protobuf/inlined_string_field.h:462:37: error: expected primary-expression before ‘bool’
- 462 | bool donated, uint32_t* /*donating_states*/,
- | ^~~~
- /app/include/google/protobuf/inlined_string_field.h:462:59: error: expected primary-expression before ‘*’ token
- 462 | bool donated, uint32_t* /*donating_states*/,
- | ^
- /app/include/google/protobuf/inlined_string_field.h:462:80: error: expected primary-expression before ‘,’ token
- 462 | bool donated, uint32_t* /*donating_states*/,
- | ^
- /app/include/google/protobuf/inlined_string_field.h:463:54: error: expected primary-expression before ‘,’ token
- 463 | uint32_t /*mask*/, MessageLite* /*msg*/) {
- | ^
- /app/include/google/protobuf/inlined_string_field.h:463:67: error: expected primary-expression before ‘*’ token
- 463 | uint32_t /*mask*/, MessageLite* /*msg*/) {
- | ^
- /app/include/google/protobuf/inlined_string_field.h:463:76: error: expected primary-expression before ‘)’ token
- 463 | uint32_t /*mask*/, MessageLite* /*msg*/) {
- | ^
- /app/include/google/protobuf/inlined_string_field.h: In member function ‘void google::protobuf::internal::InlinedStringField::Set(const char*, google::protobuf::Arena*, bool, uint32_t*, uint32_t, google::protobuf::MessageLite*)’:
- /app/include/google/protobuf/inlined_string_field.h:472:13: error: ‘string_view’ is not a member of ‘absl’
- 472 | Set(absl::string_view(str), arena, donated, donating_states, mask, msg);
- | ^~~~~~~~~~~
- /app/include/google/protobuf/inlined_string_field.h: In member function ‘void google::protobuf::internal::InlinedStringField::Set(const char*, size_t, google::protobuf::Arena*, bool, uint32_t*, uint32_t, google::protobuf::MessageLite*)’:
- /app/include/google/protobuf/inlined_string_field.h:479:13: error: ‘string_view’ is not a member of ‘absl’
- 479 | Set(absl::string_view{str, size}, arena, donated, donating_states, mask, msg);
- | ^~~~~~~~~~~
- /app/include/google/protobuf/inlined_string_field.h: At global scope:
- /app/include/google/protobuf/inlined_string_field.h:482:13: error: variable or field ‘SetBytes’ declared void
- 482 | inline void InlinedStringField::SetBytes(absl::string_view value, Arena* arena,
- | ^~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/inlined_string_field.h:482:48: error: ‘string_view’ is not a member of ‘absl’
- 482 | inline void InlinedStringField::SetBytes(absl::string_view value, Arena* arena,
- | ^~~~~~~~~~~
- /app/include/google/protobuf/inlined_string_field.h:482:72: error: expected primary-expression before ‘*’ token
- 482 | inline void InlinedStringField::SetBytes(absl::string_view value, Arena* arena,
- | ^
- /app/include/google/protobuf/inlined_string_field.h:482:74: error: ‘arena’ was not declared in this scope; did you mean ‘Arena’?
- 482 | inline void InlinedStringField::SetBytes(absl::string_view value, Arena* arena,
- | ^~~~~
- | Arena
- /app/include/google/protobuf/inlined_string_field.h:483:42: error: expected primary-expression before ‘bool’
- 483 | bool donated,
- | ^~~~
- /app/include/google/protobuf/inlined_string_field.h:484:50: error: expected primary-expression before ‘*’ token
- 484 | uint32_t* donating_states,
- | ^
- /app/include/google/protobuf/inlined_string_field.h:484:52: error: ‘donating_states’ was not declared in this scope; did you mean ‘InitDonatingStates’?
- 484 | uint32_t* donating_states,
- | ^~~~~~~~~~~~~~~
- | InitDonatingStates
- /app/include/google/protobuf/inlined_string_field.h:485:51: error: expected primary-expression before ‘mask’
- 485 | uint32_t mask, MessageLite* msg) {
- | ^~~~
- /app/include/google/protobuf/inlined_string_field.h:485:68: error: expected primary-expression before ‘*’ token
- 485 | uint32_t mask, MessageLite* msg) {
- | ^
- /app/include/google/protobuf/inlined_string_field.h:485:70: error: ‘msg’ was not declared in this scope
- 485 | uint32_t mask, MessageLite* msg) {
- | ^~~
- In file included from /app/include/google/protobuf/io/zero_copy_stream.h:93,
- from /app/include/google/protobuf/parse_context.h:33:
- /app/include/google/protobuf/port_def.inc:119:15: error: static assertion failed: Protobuf only supports C++17 and newer.
- 119 | static_assert(PROTOBUF_CPLUSPLUS_MIN(201703L),
- | ^~~~~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/port_def.inc:119:15: note: the comparison reduces to ‘(201103 >= 201703)’
- In file included from /app/include/google/protobuf/micro_string.h:19,
- from /app/include/google/protobuf/parse_context.h:36:
- /app/include/google/protobuf/port_def.inc:119:15: error: static assertion failed: Protobuf only supports C++17 and newer.
- 119 | static_assert(PROTOBUF_CPLUSPLUS_MIN(201703L),
- | ^~~~~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/port_def.inc:119:15: note: the comparison reduces to ‘(201103 >= 201703)’
- /app/include/google/protobuf/micro_string.h:75:11: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 75 | absl::string_view view() const { return {payload, size}; }
- | ^~~~~~~~~~~
- /app/include/google/protobuf/micro_string.h:81:34: error: ‘absl::string_view’ has not been declared
- 81 | void SetExternalBuffer(absl::string_view buffer) {
- | ^~~~~~~~~~~
- /app/include/google/protobuf/micro_string.h:171:18: error: ‘absl::string_view’ has not been declared
- 171 | void Set(absl::string_view data, Arena* arena) {
- | ^~~~~~~~~~~
- /app/include/google/protobuf/micro_string.h:174:18: error: ‘absl::string_view’ has not been declared
- 174 | void Set(absl::string_view data, Arena* arena, size_t inline_capacity) {
- | ^~~~~~~~~~~
- /app/include/google/protobuf/micro_string.h:195:23: error: ‘absl::string_view’ has not been declared
- 195 | void SetAlias(absl::string_view data, Arena* arena,
- | ^~~~~~~~~~~
- /app/include/google/protobuf/micro_string.h:231:9: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 231 | absl::string_view Get() const {
- | ^~~~~~~~~~~
- /app/include/google/protobuf/micro_string.h:244:60: error: ‘absl::string_view’ has not been declared
- 244 | static constexpr UnownedPayload MakeUnownedPayload(absl::string_view data) {
- | ^~~~~~~~~~~
- /app/include/google/protobuf/micro_string.h:300:11: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 300 | absl::string_view view() const { return {data(), size}; }
- | ^~~~~~~~~~~
- /app/include/google/protobuf/micro_string.h:380:9: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 380 | absl::string_view inline_view() const {
- | ^~~~~~~~~~~
- /app/include/google/protobuf/micro_string.h:421:50: error: ‘absl::string_view’ has not been declared
- 421 | static void SetMaybeConstant(Self& self, absl::string_view data,
- | ^~~~~~~~~~~
- /app/include/google/protobuf/micro_string.h:438:22: error: ‘absl::string_view’ has not been declared
- 438 | void SetImpl(absl::string_view data, Arena* arena, size_t inline_capacity);
- | ^~~~~~~~~~~
- /app/include/google/protobuf/micro_string.h: In member function ‘char* google::protobuf::internal::MicroString::LargeRep::owned_head()’:
- /app/include/google/protobuf/micro_string.h:77:7: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [44], int, std::string&)’
- 77 | ABSL_DCHECK_GE(capacity, kOwned);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/micro_string.h: In member function ‘void google::protobuf::internal::MicroString::LargeRep::SetExternalBuffer(int)’:
- /app/include/google/protobuf/micro_string.h:82:42: error: request for member ‘data’ in ‘buffer’, which is of non-class type ‘int’
- 82 | payload = const_cast<char*>(buffer.data());
- | ^~~~
- /app/include/google/protobuf/micro_string.h:83:21: error: request for member ‘size’ in ‘buffer’, which is of non-class type ‘int’
- 83 | size = buffer.size();
- | ^~~~
- /app/include/google/protobuf/micro_string.h: In member function ‘void google::protobuf::internal::MicroString::Set(const google::protobuf::internal::MicroString&, google::protobuf::Arena*, size_t)’:
- /app/include/google/protobuf/micro_string.h:167:15: error: ‘const class google::protobuf::internal::MicroString’ has no member named ‘Get’; did you mean ‘Set’?
- 167 | Set(other.Get(), arena, inline_capacity);
- | ^~~
- | Set
- /app/include/google/protobuf/micro_string.h: In member function ‘void google::protobuf::internal::MicroString::Set(const std::string&, Args ...)’:
- /app/include/google/protobuf/micro_string.h:183:15: error: ‘string_view’ is not a member of ‘absl’
- 183 | Set(absl::string_view(data), args...);
- | ^~~~~~~~~~~
- /app/include/google/protobuf/micro_string.h: In member function ‘void google::protobuf::internal::MicroString::Set(const char*, Args ...)’:
- /app/include/google/protobuf/micro_string.h:191:15: error: ‘string_view’ is not a member of ‘absl’
- 191 | Set(absl::string_view(data), args...);
- | ^~~~~~~~~~~
- /app/include/google/protobuf/micro_string.h: In static member function ‘static constexpr google::protobuf::internal::MicroString::UnownedPayload google::protobuf::internal::MicroString::MakeUnownedPayload(int)’:
- /app/include/google/protobuf/micro_string.h:245:59: error: request for member ‘data’ in ‘data’, which is of non-class type ‘int’
- 245 | return UnownedPayload{LargeRep{const_cast<char*>(data.data()),
- | ^~~~
- /app/include/google/protobuf/micro_string.h:246:63: error: request for member ‘size’ in ‘data’, which is of non-class type ‘int’
- 246 | static_cast<uint32_t>(data.size()),
- | ^~~~
- /app/include/google/protobuf/micro_string.h:248:3: error: body of ‘constexpr’ function ‘static constexpr google::protobuf::internal::MicroString::UnownedPayload google::protobuf::internal::MicroString::MakeUnownedPayload(int)’ not a return-statement
- 248 | }
- | ^
- /app/include/google/protobuf/micro_string.h: In member function ‘void google::protobuf::internal::MicroString::StringRep::ResetBase()’:
- /app/include/google/protobuf/micro_string.h:262:42: error: cannot convert ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 262 | void ResetBase() { SetExternalBuffer(str); }
- | ^~~
- | |
- | std::string {aka std::__cxx11::basic_string<char>}
- /app/include/google/protobuf/micro_string.h:81:46: note: initializing argument 1 of ‘void google::protobuf::internal::MicroString::LargeRep::SetExternalBuffer(int)’
- 81 | void SetExternalBuffer(absl::string_view buffer) {
- | ~~~~~~~~~~~~~~~~~~^~~~~~
- /app/include/google/protobuf/micro_string.h: In member function ‘google::protobuf::internal::MicroString::LargeRepKind google::protobuf::internal::MicroString::large_rep_kind() const’:
- /app/include/google/protobuf/micro_string.h:289:5: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 289 | ABSL_DCHECK(is_large_rep());
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /app/include/google/protobuf/micro_string.h: In member function ‘google::protobuf::internal::MicroString::MicroRep* google::protobuf::internal::MicroString::micro_rep() const’:
- /app/include/google/protobuf/micro_string.h:319:5: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 319 | ABSL_DCHECK(is_micro_rep());
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /app/include/google/protobuf/micro_string.h: In member function ‘google::protobuf::internal::MicroString::LargeRep* google::protobuf::internal::MicroString::large_rep() const’:
- /app/include/google/protobuf/micro_string.h:334:5: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 334 | ABSL_DCHECK(is_large_rep());
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /app/include/google/protobuf/micro_string.h: In member function ‘google::protobuf::internal::MicroString::StringRep* google::protobuf::internal::MicroString::string_rep() const’:
- /app/include/google/protobuf/micro_string.h:341:5: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [44], int, std::string&)’
- 341 | ABSL_DCHECK_EQ(+kString, +large_rep_kind());
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/micro_string.h: In member function ‘size_t google::protobuf::internal::MicroString::inline_size() const’:
- /app/include/google/protobuf/micro_string.h:355:5: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 355 | ABSL_DCHECK(is_inline());
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /app/include/google/protobuf/micro_string.h: In member function ‘void google::protobuf::internal::MicroString::set_inline_size(size_t)’:
- /app/include/google/protobuf/micro_string.h:365:5: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 365 | ABSL_DCHECK(is_inline());
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /app/include/google/protobuf/micro_string.h: In member function ‘char* google::protobuf::internal::MicroString::inline_head()’:
- /app/include/google/protobuf/micro_string.h:368:5: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 368 | ABSL_DCHECK(is_inline());
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /app/include/google/protobuf/micro_string.h: In static member function ‘static void google::protobuf::internal::MicroString::SetMaybeConstant(Self&, int, google::protobuf::Arena*)’:
- /app/include/google/protobuf/micro_string.h:423:30: error: request for member ‘size’ in ‘data’, which is of non-class type ‘int’
- 423 | const size_t size = data.size();
- | ^~~~
- /app/include/google/protobuf/micro_string.h:431:40: error: request for member ‘data’ in ‘data’, which is of non-class type ‘int’
- 431 | memcpy(tmp.inline_head(), data.data(), data.size());
- | ^~~~
- /app/include/google/protobuf/micro_string.h:431:53: error: request for member ‘size’ in ‘data’, which is of non-class type ‘int’
- 431 | memcpy(tmp.inline_head(), data.data(), data.size());
- | ^~~~
- /app/include/google/protobuf/micro_string.h: In lambda function:
- /app/include/google/protobuf/micro_string.h:459:22: error: ‘absl::string_view’ has not been declared
- 459 | setter([&](absl::string_view chunk) {
- | ^~~~~~~~~~~
- /app/include/google/protobuf/micro_string.h: In lambda function:
- /app/include/google/protobuf/micro_string.h:460:7: error: request for member ‘size’ in ‘chunk’, which is of non-class type ‘int’
- 460 | ABSL_DCHECK_LE(p - start + chunk.size(), size);
- | ^~~~~~~~~~~~~~
- /app/include/google/protobuf/micro_string.h:461:23: error: request for member ‘data’ in ‘chunk’, which is of non-class type ‘int’
- 461 | memcpy(p, chunk.data(), chunk.size());
- | ^~~~
- /app/include/google/protobuf/micro_string.h:461:37: error: request for member ‘size’ in ‘chunk’, which is of non-class type ‘int’
- 461 | memcpy(p, chunk.data(), chunk.size());
- | ^~~~
- /app/include/google/protobuf/micro_string.h:462:18: error: request for member ‘size’ in ‘chunk’, which is of non-class type ‘int’
- 462 | p += chunk.size();
- | ^~~~
- /app/include/google/protobuf/micro_string.h: In lambda function:
- /app/include/google/protobuf/micro_string.h:484:22: error: ‘absl::string_view’ has not been declared
- 484 | setter([&](absl::string_view chunk) {
- | ^~~~~~~~~~~
- /app/include/google/protobuf/micro_string.h: In lambda function:
- /app/include/google/protobuf/micro_string.h:485:27: error: request for member ‘data’ in ‘chunk’, which is of non-class type ‘int’
- 485 | r->str.append(chunk.data(), chunk.size());
- | ^~~~
- /app/include/google/protobuf/micro_string.h:485:41: error: request for member ‘size’ in ‘chunk’, which is of non-class type ‘int’
- 485 | r->str.append(chunk.data(), chunk.size());
- | ^~~~
- /app/include/google/protobuf/micro_string.h: At global scope:
- /app/include/google/protobuf/micro_string.h:568:22: error: ‘Get’ has not been declared in ‘class google::protobuf::internal::MicroString’
- 568 | using MicroString::Get;
- | ^~~
- /app/include/google/protobuf/micro_string.h:573:18: error: ‘absl::string_view’ has not been declared
- 573 | void Set(absl::string_view data, Arena* arena) {
- | ^~~~~~~~~~~
- /app/include/google/protobuf/micro_string.h:586:23: error: ‘absl::string_view’ has not been declared
- 586 | void SetAlias(absl::string_view data, Arena* arena) {
- | ^~~~~~~~~~~
- /app/include/google/protobuf/micro_string.h: In member function ‘void google::protobuf::internal::MicroStringExtraImpl<RequestedSpace>::Set(const std::string&, google::protobuf::Arena*)’:
- /app/include/google/protobuf/micro_string.h:577:15: error: ‘string_view’ is not a member of ‘absl’
- 577 | Set(absl::string_view(data), arena);
- | ^~~~~~~~~~~
- /app/include/google/protobuf/micro_string.h: In member function ‘void google::protobuf::internal::MicroStringExtraImpl<RequestedSpace>::Set(const char*, google::protobuf::Arena*)’:
- /app/include/google/protobuf/micro_string.h:580:15: error: ‘string_view’ is not a member of ‘absl’
- 580 | Set(absl::string_view(data), arena);
- | ^~~~~~~~~~~
- /app/include/google/protobuf/micro_string.h: At global scope:
- /app/include/google/protobuf/micro_string.h:619:10: error: ‘conditional_t’ in namespace ‘std’ does not name a template type; did you mean ‘conditional’?
- 619 | std::conditional_t<(!MicroString::kAllowExtraCapacity ||
- | ^~~~~~~~~~~~~
- | conditional
- In file included from /app/include/google/protobuf/generated_enum_util.h:23,
- from /app/include/google/protobuf/repeated_field.h:42,
- from /app/include/google/protobuf/parse_context.h:38:
- /app/include/google/protobuf/port_def.inc:119:15: error: static assertion failed: Protobuf only supports C++17 and newer.
- 119 | static_assert(PROTOBUF_CPLUSPLUS_MIN(201703L),
- | ^~~~~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/port_def.inc:119:15: note: the comparison reduces to ‘(201103 >= 201703)’
- /app/include/google/protobuf/generated_enum_util.h:43:9: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 43 | absl::string_view name;
- | ^~~~~~~~~~~
- /app/include/google/protobuf/generated_enum_util.h:49:44: error: ‘absl::string_view’ has not been declared
- 49 | absl::string_view name, int* value);
- | ^~~~~~~~~~~
- In file included from /app/include/google/protobuf/repeated_ptr_field.h:46,
- from /app/include/google/protobuf/repeated_field.h:46:
- /app/include/google/protobuf/port_def.inc:119:15: error: static assertion failed: Protobuf only supports C++17 and newer.
- 119 | static_assert(PROTOBUF_CPLUSPLUS_MIN(201703L),
- | ^~~~~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/port_def.inc:119:15: note: the comparison reduces to ‘(201103 >= 201703)’
- /app/include/google/protobuf/repeated_ptr_field.h: In member function ‘void google::protobuf::internal::RepeatedPtrFieldBase::InternalSwap(google::protobuf::internal::RepeatedPtrFieldBase*)’:
- /app/include/google/protobuf/repeated_ptr_field.h:325:5: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 325 | ABSL_DCHECK(this != rhs);
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /app/include/google/protobuf/repeated_ptr_field.h: In member function ‘void google::protobuf::internal::RepeatedPtrFieldBase::AddAllocatedForParse(void*)’:
- /app/include/google/protobuf/repeated_ptr_field.h:339:5: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 339 | ABSL_DCHECK(PrepareForParse());
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /app/include/google/protobuf/repeated_ptr_field.h: In member function ‘int google::protobuf::internal::RepeatedPtrFieldBase::ExchangeCurrentSize(int)’:
- /app/include/google/protobuf/repeated_ptr_field.h:637:17: error: ‘exchange’ is not a member of ‘std’
- 637 | return std::exchange(current_size_, new_size);
- | ^~~~~~~~
- /app/include/google/protobuf/repeated_ptr_field.h:637:17: note: ‘std::exchange’ is only available from C++14 onwards
- /app/include/google/protobuf/repeated_ptr_field.h: In member function ‘bool google::protobuf::internal::RepeatedPtrFieldBase::SizeAtCapacity() const’:
- /app/include/google/protobuf/repeated_ptr_field.h:641:5: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 641 | ABSL_DCHECK_LE(size(), allocated_size());
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h:642:5: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 642 | ABSL_DCHECK_LE(allocated_size(), Capacity());
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h: In member function ‘bool google::protobuf::internal::RepeatedPtrFieldBase::AllocatedSizeAtCapacity() const’:
- /app/include/google/protobuf/repeated_ptr_field.h:651:5: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 651 | ABSL_DCHECK_LE(size(), allocated_size());
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h:652:5: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 652 | ABSL_DCHECK_LE(allocated_size(), Capacity());
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h: In member function ‘void*& google::protobuf::internal::RepeatedPtrFieldBase::element_at(int)’:
- /app/include/google/protobuf/repeated_ptr_field.h:668:7: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 668 | ABSL_DCHECK_EQ(index, 0);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h: In member function ‘google::protobuf::internal::RepeatedPtrFieldBase::Rep* google::protobuf::internal::RepeatedPtrFieldBase::rep()’:
- /app/include/google/protobuf/repeated_ptr_field.h:682:5: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 682 | ABSL_DCHECK(!using_sso());
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /app/include/google/protobuf/repeated_ptr_field.h: In member function ‘void google::protobuf::internal::RepeatedPtrFieldBase::MaybeExtend()’:
- /app/include/google/protobuf/repeated_ptr_field.h:745:7: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 745 | ABSL_DCHECK_EQ(allocated_size(), Capacity());
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h:748:7: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 748 | ABSL_DCHECK_NE(allocated_size(), Capacity());
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h: At global scope:
- /app/include/google/protobuf/repeated_ptr_field.h:855:20: error: ‘GetNewFunc’ function uses ‘auto’ type specifier without trailing return type
- 855 | static constexpr auto GetNewFunc() { return Arena::DefaultConstruct<Type>; }
- | ^~~~
- /app/include/google/protobuf/repeated_ptr_field.h:855:20: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /app/include/google/protobuf/repeated_ptr_field.h:918:20: error: ‘GetNewFunc’ function uses ‘auto’ type specifier without trailing return type
- 918 | static constexpr auto GetNewFunc() { return NewStringElement; }
- | ^~~~
- /app/include/google/protobuf/repeated_ptr_field.h:918:20: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /app/include/google/protobuf/repeated_ptr_field.h: In constructor ‘google::protobuf::RepeatedPtrField<T>::RepeatedPtrField()’:
- /app/include/google/protobuf/repeated_ptr_field.h:1275:1: error: ‘constexpr’ constructor does not have empty body
- 1275 | }
- | ^
- In file included from /app/include/google/protobuf/repeated_field.h:49:
- /app/include/google/protobuf/port_def.inc: At global scope:
- /app/include/google/protobuf/port_def.inc:119:15: error: static assertion failed: Protobuf only supports C++17 and newer.
- 119 | static_assert(PROTOBUF_CPLUSPLUS_MIN(201703L),
- | ^~~~~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/port_def.inc:119:15: note: the comparison reduces to ‘(201103 >= 201703)’
- /app/include/google/protobuf/repeated_field.h: In function ‘constexpr int google::protobuf::internal::SooCapacityElements(size_t)’:
- /app/include/google/protobuf/repeated_field.h:147:1: error: body of ‘constexpr’ function ‘constexpr int google::protobuf::internal::SooCapacityElements(size_t)’ not a return-statement
- 147 | }
- | ^
- /app/include/google/protobuf/repeated_field.h: In member function ‘char* google::protobuf::internal::LongSooRep::elements() const’:
- /app/include/google/protobuf/repeated_field.h:153:5: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [46], int, std::string&)’
- 153 | ABSL_DCHECK_NE(ret, nullptr);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_field.h: In constructor ‘google::protobuf::internal::ShortSooRep::ShortSooRep(google::protobuf::Arena*)’:
- /app/include/google/protobuf/repeated_field.h:165:5: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [46], int, std::string&)’
- 165 | ABSL_DCHECK_EQ(size(), 0);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_field.h: In member function ‘google::protobuf::Arena* google::protobuf::internal::SooRep::soo_arena() const’:
- /app/include/google/protobuf/repeated_field.h:194:5: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 194 | ABSL_DCHECK(is_soo());
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /app/include/google/protobuf/repeated_field.h: In member function ‘int google::protobuf::internal::SooRep::size(bool) const’:
- /app/include/google/protobuf/repeated_field.h:198:5: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [46], int, std::string&)’
- 198 | ABSL_DCHECK_EQ(is_soo, this->is_soo());
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_field.h: In member function ‘void google::protobuf::internal::SooRep::set_size(bool, int)’:
- /app/include/google/protobuf/repeated_field.h:209:5: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [46], int, std::string&)’
- 209 | ABSL_DCHECK_EQ(is_soo, this->is_soo());
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_field.h:211:7: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [46], int, std::string&)’
- 211 | ABSL_DCHECK_LE(size, kSooSizeMask);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_field.h: In member function ‘void google::protobuf::internal::SooRep::set_non_soo(bool, int, void*)’:
- /app/include/google/protobuf/repeated_field.h:221:5: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [46], int, std::string&)’
- 221 | ABSL_DCHECK_EQ(was_soo, is_soo());
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_field.h:222:5: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [46], int, std::string&)’
- 222 | ABSL_DCHECK_NE(elements, nullptr);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_field.h:223:5: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [46], int, std::string&)’
- 223 | ABSL_DCHECK_EQ(reinterpret_cast<uintptr_t>(elements) % kSooPtrAlignment,
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_field.h: At global scope:
- /app/include/google/protobuf/repeated_field.h:457:53: error: call to non-‘constexpr’ function ‘const _Tp& std::max(const _Tp&, const _Tp&) [with _Tp = long unsigned int]’
- 457 | using HeapRep = internal::HeapRep<std::max<size_t>(sizeof(Element), 8)>;
- | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
- /usr/include/c++/14.2.0/bits/stl_algobase.h:257:5: note: ‘const _Tp& std::max(const _Tp&, const _Tp&) [with _Tp = long unsigned int]’ declared here
- 257 | max(const _Tp& __a, const _Tp& __b)
- | ^~~
- /app/include/google/protobuf/repeated_field.h: In constructor ‘google::protobuf::RepeatedField< <template-parameter-1-1> >::RepeatedField()’:
- /app/include/google/protobuf/repeated_field.h:646:1: error: ‘constexpr’ constructor does not have empty body
- 646 | }
- | ^
- /app/include/google/protobuf/repeated_field.h: In instantiation of ‘class google::protobuf::RepeatedField<absl::lts_20240722::Cord>’:
- /app/include/google/protobuf/repeated_field.h:1271:26: required from here
- 1271 | RepeatedField<absl::Cord>::SpaceUsedExcludingSelfLong() const;
- | ^~
- /app/include/google/protobuf/repeated_field.h:457:53: error: call to non-‘constexpr’ function ‘const _Tp& std::max(const _Tp&, const _Tp&) [with _Tp = long unsigned int]’
- 457 | using HeapRep = internal::HeapRep<std::max<size_t>(sizeof(Element), 8)>;
- | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
- /usr/include/c++/14.2.0/bits/stl_algobase.h:257:5: note: ‘const _Tp& std::max(const _Tp&, const _Tp&) [with _Tp = long unsigned int]’ declared here
- 257 | max(const _Tp& __a, const _Tp& __b)
- | ^~~
- /app/include/google/protobuf/repeated_field.h:457:9: note: in template argument for type ‘long unsigned int’
- 457 | using HeapRep = internal::HeapRep<std::max<size_t>(sizeof(Element), 8)>;
- | ^~~~~~~
- In file included from /app/include/google/protobuf/wire_format_lite.h:54,
- from /app/include/google/protobuf/parse_context.h:40:
- /app/include/google/protobuf/port_def.inc: At global scope:
- /app/include/google/protobuf/port_def.inc:119:15: error: static assertion failed: Protobuf only supports C++17 and newer.
- 119 | static_assert(PROTOBUF_CPLUSPLUS_MIN(201703L),
- | ^~~~~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/port_def.inc:119:15: note: the comparison reduces to ‘(201103 >= 201703)’
- /app/include/google/protobuf/wire_format_lite.h:289:38: error: ‘absl::string_view’ has not been declared
- 289 | absl::string_view field_name);
- | ^~~~~~~~~~~
- /app/include/google/protobuf/wire_format_lite.h:614:41: error: ‘absl::string_view’ has not been declared
- 614 | static inline size_t StringSize(absl::string_view value);
- | ^~~~~~~~~~~
- /app/include/google/protobuf/wire_format_lite.h:615:40: error: ‘absl::string_view’ has not been declared
- 615 | static inline size_t BytesSize(absl::string_view value);
- | ^~~~~~~~~~~
- /app/include/google/protobuf/repeated_field.h: In instantiation of ‘class google::protobuf::RepeatedField<unsigned int>’:
- /app/include/google/protobuf/wire_format_lite.h:978:3: required from here
- 978 | ABSL_DCHECK_EQ(UInt32Size(tag), static_cast<size_t>(tag_size));
- | ^~~~~~~~~~~~~~
- /app/include/google/protobuf/repeated_field.h:457:53: error: call to non-‘constexpr’ function ‘const _Tp& std::max(const _Tp&, const _Tp&) [with _Tp = long unsigned int]’
- 457 | using HeapRep = internal::HeapRep<std::max<size_t>(sizeof(Element), 8)>;
- | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
- /usr/include/c++/14.2.0/bits/stl_algobase.h:257:5: note: ‘const _Tp& std::max(const _Tp&, const _Tp&) [with _Tp = long unsigned int]’ declared here
- 257 | max(const _Tp& __a, const _Tp& __b)
- | ^~~
- /app/include/google/protobuf/repeated_field.h:457:9: note: in template argument for type ‘long unsigned int’
- 457 | using HeapRep = internal::HeapRep<std::max<size_t>(sizeof(Element), 8)>;
- | ^~~~~~~
- /app/include/google/protobuf/wire_format_lite.h: In static member function ‘static uint8_t* google::protobuf::internal::WireFormatLite::WriteStringToArray(int, const std::string&, uint8_t*)’:
- /app/include/google/protobuf/wire_format_lite.h:1449:60: error: cannot convert ‘const std::string’ {aka ‘const std::__cxx11::basic_string<char>’} to ‘int’
- 1449 | return io::CodedOutputStream::WriteStringWithSizeToArray(value, target);
- | ^~~~~
- | |
- | const std::string {aka const std::__cxx11::basic_string<char>}
- /app/include/google/protobuf/io/coded_stream.h:1123:64: note: initializing argument 1 of ‘static uint8_t* google::protobuf::io::CodedOutputStream::WriteStringWithSizeToArray(int, uint8_t*)’
- 1123 | static uint8_t* WriteStringWithSizeToArray(absl::string_view str,
- | ~~~~~~~~~~~~~~~~~~^~~
- /app/include/google/protobuf/wire_format_lite.h: In static member function ‘static uint8_t* google::protobuf::internal::WireFormatLite::WriteBytesToArray(int, const std::string&, uint8_t*)’:
- /app/include/google/protobuf/wire_format_lite.h:1455:60: error: cannot convert ‘const std::string’ {aka ‘const std::__cxx11::basic_string<char>’} to ‘int’
- 1455 | return io::CodedOutputStream::WriteStringWithSizeToArray(value, target);
- | ^~~~~
- | |
- | const std::string {aka const std::__cxx11::basic_string<char>}
- /app/include/google/protobuf/io/coded_stream.h:1123:64: note: initializing argument 1 of ‘static uint8_t* google::protobuf::io::CodedOutputStream::WriteStringWithSizeToArray(int, uint8_t*)’
- 1123 | static uint8_t* WriteStringWithSizeToArray(absl::string_view str,
- | ~~~~~~~~~~~~~~~~~~^~~
- /app/include/google/protobuf/wire_format_lite.h: At global scope:
- /app/include/google/protobuf/wire_format_lite.h:1545:54: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 1545 | inline size_t WireFormatLite::StringSize(const absl::string_view value) {
- | ^~~~~~~~~~~
- /app/include/google/protobuf/wire_format_lite.h: In static member function ‘static size_t google::protobuf::internal::WireFormatLite::StringSize(int)’:
- /app/include/google/protobuf/wire_format_lite.h:1549:36: error: request for member ‘size’ in ‘value’, which is of non-class type ‘const int’
- 1549 | return LengthDelimitedSize(value.size());
- | ^~~~
- /app/include/google/protobuf/wire_format_lite.h: At global scope:
- /app/include/google/protobuf/wire_format_lite.h:1551:53: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 1551 | inline size_t WireFormatLite::BytesSize(const absl::string_view value) {
- | ^~~~~~~~~~~
- /app/include/google/protobuf/wire_format_lite.h: In static member function ‘static size_t google::protobuf::internal::WireFormatLite::BytesSize(int)’:
- /app/include/google/protobuf/wire_format_lite.h:1552:36: error: request for member ‘size’ in ‘value’, which is of non-class type ‘const int’
- 1552 | return LengthDelimitedSize(value.size());
- | ^~~~
- In file included from /app/include/google/protobuf/parse_context.h:44:
- /app/include/google/protobuf/port_def.inc: At global scope:
- /app/include/google/protobuf/port_def.inc:119:15: error: static assertion failed: Protobuf only supports C++17 and newer.
- 119 | static_assert(PROTOBUF_CPLUSPLUS_MIN(201703L),
- | ^~~~~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/port_def.inc:119:15: note: the comparison reduces to ‘(201103 >= 201703)’
- /app/include/google/protobuf/parse_context.h:58:63: error: ‘absl::string_view’ has not been declared
- 58 | PROTOBUF_EXPORT void WriteLengthDelimited(uint32_t num, absl::string_view val,
- | ^~~~~~~~~~~
- /app/include/google/protobuf/parse_context.h:62:54: error: ‘absl::string_view’ has not been declared
- 62 | inline void WriteLengthDelimited(uint32_t num, absl::string_view val,
- | ^~~~~~~~~~~
- /app/include/google/protobuf/parse_context.h:302:30: error: ‘absl::string_view’ has not been declared
- 302 | const char* InitFrom(absl::string_view flat) {
- | ^~~~~~~~~~~
- /app/include/google/protobuf/parse_context.h: In member function ‘void google::protobuf::internal::EpsCopyInputStream::BackUp(const char*)’:
- /app/include/google/protobuf/parse_context.h:110:5: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 110 | ABSL_DCHECK(ptr <= buffer_end_ + kSlopBytes);
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /app/include/google/protobuf/parse_context.h: In member function ‘google::protobuf::internal::EpsCopyInputStream::LimitToken google::protobuf::internal::EpsCopyInputStream::PushLimit(const char*, int)’:
- /app/include/google/protobuf/parse_context.h:158:5: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 158 | ABSL_DCHECK(limit >= 0 && limit <= INT_MAX - kSlopBytes);
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /app/include/google/protobuf/parse_context.h: In member function ‘const char* google::protobuf::internal::EpsCopyInputStream::ReadCord(const char*, int, absl::lts_20240722::Cord*)’:
- /app/include/google/protobuf/parse_context.h:223:21: error: ‘string_view’ is not a member of ‘absl’
- 223 | *cord = absl::string_view(ptr, size);
- | ^~~~~~~~~~~
- /app/include/google/protobuf/parse_context.h: In member function ‘bool google::protobuf::internal::EpsCopyInputStream::DoneWithCheck(const char**, int)’:
- /app/include/google/protobuf/parse_context.h:286:5: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 286 | ABSL_DCHECK(*ptr);
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /app/include/google/protobuf/parse_context.h:289:5: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [45], int, std::string&)’
- 289 | ABSL_DCHECK_LE(overrun, kSlopBytes); // Guaranteed by parse loop.
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/parse_context.h: In member function ‘const char* google::protobuf::internal::EpsCopyInputStream::InitFrom(int)’:
- /app/include/google/protobuf/parse_context.h:304:14: error: request for member ‘size’ in ‘flat’, which is of non-class type ‘int’
- 304 | if (flat.size() > kSlopBytes) {
- | ^~~~
- /app/include/google/protobuf/parse_context.h:306:39: error: request for member ‘data’ in ‘flat’, which is of non-class type ‘int’
- 306 | limit_end_ = buffer_end_ = flat.data() + flat.size() - kSlopBytes;
- | ^~~~
- /app/include/google/protobuf/parse_context.h:306:53: error: request for member ‘size’ in ‘flat’, which is of non-class type ‘int’
- 306 | limit_end_ = buffer_end_ = flat.data() + flat.size() - kSlopBytes;
- | ^~~~
- /app/include/google/protobuf/parse_context.h:309:19: error: request for member ‘data’ in ‘flat’, which is of non-class type ‘int’
- 309 | return flat.data();
- | ^~~~
- /app/include/google/protobuf/parse_context.h:311:17: error: request for member ‘empty’ in ‘flat’, which is of non-class type ‘int’
- 311 | if (!flat.empty()) {
- | ^~~~~
- /app/include/google/protobuf/parse_context.h:312:41: error: request for member ‘data’ in ‘flat’, which is of non-class type ‘int’
- 312 | std::memcpy(patch_buffer_, flat.data(), flat.size());
- | ^~~~
- /app/include/google/protobuf/parse_context.h:312:54: error: request for member ‘size’ in ‘flat’, which is of non-class type ‘int’
- 312 | std::memcpy(patch_buffer_, flat.data(), flat.size());
- | ^~~~
- /app/include/google/protobuf/parse_context.h:315:55: error: request for member ‘size’ in ‘flat’, which is of non-class type ‘int’
- 315 | limit_end_ = buffer_end_ = patch_buffer_ + flat.size();
- | ^~~~
- /app/include/google/protobuf/parse_context.h:318:59: error: request for member ‘data’ in ‘flat’, which is of non-class type ‘int’
- 318 | aliasing_ = reinterpret_cast<std::uintptr_t>(flat.data()) -
- | ^~~~
- /app/include/google/protobuf/parse_context.h: In member function ‘int google::protobuf::internal::EpsCopyInputStream::BytesAvailable(const char*) const’:
- /app/include/google/protobuf/parse_context.h:372:5: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [45], int, std::string&)’
- 372 | ABSL_DCHECK_NE(ptr, nullptr);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/parse_context.h:374:5: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [45], int, std::string&)’
- 374 | ABSL_DCHECK_GE(available, 0);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/parse_context.h:375:5: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [45], int, std::string&)’
- 375 | ABSL_DCHECK_LE(available, INT_MAX);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/parse_context.h: In member function ‘const char* google::protobuf::internal::EpsCopyInputStream::AppendSize(const char*, int, const A&)’:
- /app/include/google/protobuf/parse_context.h:419:14: error: ‘is_invocable_r_v’ is not a member of ‘std’
- 419 | std::is_invocable_r_v<bool, decltype(append), const char*, int>;
- | ^~~~~~~~~~~~~~~~
- /app/include/google/protobuf/parse_context.h:419:31: error: expected primary-expression before ‘bool’
- 419 | std::is_invocable_r_v<bool, decltype(append), const char*, int>;
- | ^~~~
- /app/include/google/protobuf/parse_context.h: In member function ‘const char* google::protobuf::internal::ParseContext::ParseGroup(google::protobuf::MessageLite*, const char*, uint32_t)’:
- /app/include/google/protobuf/parse_context.h:581:7: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [45], int, std::string&)’
- 581 | ABSL_DCHECK_EQ(old_depth, depth_);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/parse_context.h:582:7: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [45], int, std::string&)’
- 582 | ABSL_DCHECK_EQ(old_group_depth, group_depth_);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/parse_context.h: At global scope:
- /app/include/google/protobuf/parse_context.h:662:27: error: ‘enable_if_t’ in namespace ‘std’ does not name a template type
- 662 | typename = std::enable_if_t<std::is_same<Void, void>::value>>
- | ^~~~~~~~~~~
- /app/include/google/protobuf/parse_context.h:662:22: note: ‘std::enable_if_t’ is only available from C++14 onwards
- 662 | typename = std::enable_if_t<std::is_same<Void, void>::value>>
- | ^~~
- /app/include/google/protobuf/parse_context.h:662:38: error: expected ‘>’ before ‘<’ token
- 662 | typename = std::enable_if_t<std::is_same<Void, void>::value>>
- | ^
- /app/include/google/protobuf/parse_context.h: In member function ‘const char* google::protobuf::internal::EpsCopyInputStream::ReadMicroString(const char*, google::protobuf::internal::MicroString&, google::protobuf::Arena*)’:
- /app/include/google/protobuf/parse_context.h:1189:19: error: ‘string_view’ is not a member of ‘absl’
- 1189 | str.Set(absl::string_view(ptr, size), arena);
- | ^~~~~~~~~~~
- /app/include/google/protobuf/parse_context.h: At global scope:
- /app/include/google/protobuf/parse_context.h:1313:23: error: ‘string_view’ is not a member of ‘absl’
- 1313 | bool VerifyUTF8(absl::string_view s, const char* field_name);
- | ^~~~~~~~~~~
- /app/include/google/protobuf/parse_context.h:1313:38: error: expected primary-expression before ‘const’
- 1313 | bool VerifyUTF8(absl::string_view s, const char* field_name);
- | ^~~~~
- /app/include/google/protobuf/parse_context.h:1313:60: error: expression list treated as compound expression in initializer [-fpermissive]
- 1313 | bool VerifyUTF8(absl::string_view s, const char* field_name);
- | ^
- /app/include/google/protobuf/parse_context.h:1315:68: error: ‘bool google::protobuf::internal::VerifyUTF8(const std::string*, const char*)’ redeclared as different kind of entity
- 1315 | inline bool VerifyUTF8(const std::string* s, const char* field_name) {
- | ^
- /app/include/google/protobuf/parse_context.h:1313:6: note: previous declaration ‘bool google::protobuf::internal::VerifyUTF8’
- 1313 | bool VerifyUTF8(absl::string_view s, const char* field_name);
- | ^~~~~~~~~~
- /app/include/google/protobuf/parse_context.h: In function ‘bool google::protobuf::internal::VerifyUTF8(const std::string*, const char*)’:
- /app/include/google/protobuf/parse_context.h:1316:20: error: ‘google::protobuf::internal::VerifyUTF8’ cannot be used as a function
- 1316 | return VerifyUTF8(*s, field_name);
- | ~~~~~~~~~~^~~~~~~~~~~~~~~~
- /app/include/google/protobuf/repeated_field.h: In instantiation of ‘class google::protobuf::RepeatedField<int>’:
- /app/include/google/protobuf/parse_context.h:1430:51: required from here
- 1430 | static_cast<RepeatedField<int>*>(object)->Add(val);
- | ^~
- /app/include/google/protobuf/repeated_field.h:457:53: error: call to non-‘constexpr’ function ‘const _Tp& std::max(const _Tp&, const _Tp&) [with _Tp = long unsigned int]’
- 457 | using HeapRep = internal::HeapRep<std::max<size_t>(sizeof(Element), 8)>;
- | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
- /usr/include/c++/14.2.0/bits/stl_algobase.h:257:5: note: ‘const _Tp& std::max(const _Tp&, const _Tp&) [with _Tp = long unsigned int]’ declared here
- 257 | max(const _Tp& __a, const _Tp& __b)
- | ^~~
- /app/include/google/protobuf/repeated_field.h:457:9: note: in template argument for type ‘long unsigned int’
- 457 | using HeapRep = internal::HeapRep<std::max<size_t>(sizeof(Element), 8)>;
- | ^~~~~~~
- In file included from /app/include/google/protobuf/generated_message_tctable_decl.h:29:
- /app/include/google/protobuf/port_def.inc: At global scope:
- /app/include/google/protobuf/port_def.inc:119:15: error: static assertion failed: Protobuf only supports C++17 and newer.
- 119 | static_assert(PROTOBUF_CPLUSPLUS_MIN(201703L),
- | ^~~~~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/port_def.inc:119:15: note: the comparison reduces to ‘(201103 >= 201703)’
- /app/include/google/protobuf/generated_message_tctable_decl.h: In member function ‘bool google::protobuf::internal::MapTypeCard::is_zigzag() const’:
- /app/include/google/protobuf/generated_message_tctable_decl.h:172:5: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 172 | ABSL_DCHECK(wiretype() == WireFormatLite::WIRETYPE_VARINT);
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /app/include/google/protobuf/generated_message_tctable_decl.h: In member function ‘bool google::protobuf::internal::MapTypeCard::is_utf8() const’:
- /app/include/google/protobuf/generated_message_tctable_decl.h:176:5: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 176 | ABSL_DCHECK(wiretype() == WireFormatLite::WIRETYPE_LENGTH_DELIMITED);
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /app/include/google/protobuf/generated_message_tctable_decl.h: In function ‘constexpr google::protobuf::internal::MapTypeCard google::protobuf::internal::MakeMapTypeCard(int, WireFormatLite::FieldType)’:
- /app/include/google/protobuf/generated_message_tctable_decl.h:241:1: error: body of ‘constexpr’ function ‘constexpr google::protobuf::internal::MapTypeCard google::protobuf::internal::MakeMapTypeCard(int, WireFormatLite::FieldType)’ not a return-statement
- 241 | }
- | ^
- /app/include/google/protobuf/generated_message_tctable_decl.h: In static member function ‘static uint32_t google::protobuf::internal::TcParseTableBase::RecodeTagForFastParsing(uint32_t)’:
- /app/include/google/protobuf/generated_message_tctable_decl.h:377:5: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [62], int, std::string&)’
- 377 | ABSL_DCHECK_LE(tag, 0x3FFFu);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/generated_message_tctable_decl.h: In static member function ‘static uint32_t google::protobuf::internal::TcParseTableBase::TagToIdx(uint32_t, uint32_t)’:
- /app/include/google/protobuf/generated_message_tctable_decl.h:394:5: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [62], int, std::string&)’
- 394 | ABSL_DCHECK_EQ((fast_table_size & (fast_table_size - 1)), uint32_t{0});
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- In file included from /app/include/google/protobuf/stubs/port.h:22,
- from /app/include/google/protobuf/stubs/common.h:22,
- from /app/include/google/protobuf/generated_message_util.h:31,
- from /run/build/monero-gui/test-protobuf.pb.h:24:
- /app/include/google/protobuf/port_def.inc: At global scope:
- /app/include/google/protobuf/port_def.inc:119:15: error: static assertion failed: Protobuf only supports C++17 and newer.
- 119 | static_assert(PROTOBUF_CPLUSPLUS_MIN(201703L),
- | ^~~~~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/port_def.inc:119:15: note: the comparison reduces to ‘(201103 >= 201703)’
- In file included from /app/include/google/protobuf/stubs/common.h:34:
- /app/include/google/protobuf/port_def.inc:119:15: error: static assertion failed: Protobuf only supports C++17 and newer.
- 119 | static_assert(PROTOBUF_CPLUSPLUS_MIN(201703L),
- | ^~~~~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/port_def.inc:119:15: note: the comparison reduces to ‘(201103 >= 201703)’
- In file included from /app/include/google/protobuf/any.h:19,
- from /app/include/google/protobuf/generated_message_util.h:37:
- /app/include/google/protobuf/port_def.inc:119:15: error: static assertion failed: Protobuf only supports C++17 and newer.
- 119 | static_assert(PROTOBUF_CPLUSPLUS_MIN(201703L),
- | ^~~~~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/port_def.inc:119:15: note: the comparison reduces to ‘(201103 >= 201703)’
- /app/include/google/protobuf/any.h:36:30: error: ‘string_view’ is not a member of ‘absl’
- 36 | std::string GetTypeUrl(absl::string_view message_name,
- | ^~~~~~~~~~~
- /app/include/google/protobuf/any.h:37:30: error: ‘string_view’ is not a member of ‘absl’
- 37 | absl::string_view type_url_prefix);
- | ^~~~~~~~~~~
- /app/include/google/protobuf/any.h:40:7: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 40 | absl::string_view GetAnyMessageName() {
- | ^~~~~~~~~~~
- /app/include/google/protobuf/any.h:50:39: error: ‘absl::string_view’ has not been declared
- 50 | const MessageLite& message, absl::string_view type_url_prefix,
- | ^~~~~~~~~~~
- /app/include/google/protobuf/any.h:51:11: error: ‘absl::string_view’ has not been declared
- 51 | absl::string_view type_name, URL_TYPE* PROTOBUF_NONNULL dst_url,
- | ^~~~~~~~~~~
- /app/include/google/protobuf/any.h:54:11: error: ‘string_view’ is not a member of ‘absl’
- 54 | absl::string_view type_name, absl::string_view type_url,
- | ^~~~~~~~~~~
- /app/include/google/protobuf/any.h:54:40: error: ‘string_view’ is not a member of ‘absl’
- 54 | absl::string_view type_name, absl::string_view type_url,
- | ^~~~~~~~~~~
- /app/include/google/protobuf/any.h:55:5: error: expected primary-expression before ‘const’
- 55 | const VALUE_TYPE& value, MessageLite* PROTOBUF_NONNULL dst_message);
- | ^~~~~
- /app/include/google/protobuf/any.h:55:41: error: expected primary-expression before ‘*’ token
- 55 | const VALUE_TYPE& value, MessageLite* PROTOBUF_NONNULL dst_message);
- | ^
- /app/include/google/protobuf/any.h:55:60: error: ‘dst_message’ was not declared in this scope
- 55 | const VALUE_TYPE& value, MessageLite* PROTOBUF_NONNULL dst_message);
- | ^~~~~~~~~~~
- /app/include/google/protobuf/any.h:55:71: error: expression list treated as compound expression in initializer [-fpermissive]
- 55 | const VALUE_TYPE& value, MessageLite* PROTOBUF_NONNULL dst_message);
- | ^
- /app/include/google/protobuf/any.h:56:43: error: ‘string_view’ is not a member of ‘absl’
- 56 | PROTOBUF_EXPORT bool InternalIsLite(absl::string_view type_name,
- | ^~~~~~~~~~~
- /app/include/google/protobuf/any.h:57:43: error: ‘string_view’ is not a member of ‘absl’
- 57 | absl::string_view type_url);
- | ^~~~~~~~~~~
- /app/include/google/protobuf/any.h:57:63: error: expression list treated as compound expression in initializer [-fpermissive]
- 57 | absl::string_view type_url);
- | ^
- /app/include/google/protobuf/any.h: In function ‘bool google::protobuf::internal::InternalPackFrom(const T&, std::string*, std::string*)’:
- /app/include/google/protobuf/any.h:66:31: error: ‘GetAnyMessageName’ was not declared in this scope
- 66 | GetAnyMessageName<T>(), dst_url, dst_value);
- | ^~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/any.h:66:50: error: expected primary-expression before ‘>’ token
- 66 | GetAnyMessageName<T>(), dst_url, dst_value);
- | ^
- /app/include/google/protobuf/any.h:66:52: error: expected primary-expression before ‘)’ token
- 66 | GetAnyMessageName<T>(), dst_url, dst_value);
- | ^
- /app/include/google/protobuf/any.h: At global scope:
- /app/include/google/protobuf/any.h:80:47: error: ‘absl::string_view’ has not been declared
- 80 | bool InternalPackFrom(const T& message, absl::string_view type_url_prefix,
- | ^~~~~~~~~~~
- /app/include/google/protobuf/any.h: In function ‘bool google::protobuf::internal::InternalPackFrom(const T&, int, std::string*, std::string*)’:
- /app/include/google/protobuf/any.h:83:57: error: ‘GetAnyMessageName’ was not declared in this scope
- 83 | return InternalPackFromLite(message, type_url_prefix, GetAnyMessageName<T>(),
- | ^~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/any.h:83:76: error: expected primary-expression before ‘>’ token
- 83 | return InternalPackFromLite(message, type_url_prefix, GetAnyMessageName<T>(),
- | ^
- /app/include/google/protobuf/any.h:83:78: error: expected primary-expression before ‘)’ token
- 83 | return InternalPackFromLite(message, type_url_prefix, GetAnyMessageName<T>(),
- | ^
- /app/include/google/protobuf/any.h: At global scope:
- /app/include/google/protobuf/any.h:87:45: error: ‘absl::string_view’ has not been declared
- 87 | absl::string_view type_url_prefix,
- | ^~~~~~~~~~~
- /app/include/google/protobuf/any.h:96:29: error: ‘string_view’ is not a member of ‘absl’
- 96 | bool InternalUnpackTo(absl::string_view type_url, const VALUE_TYPE& value,
- | ^~~~~~~~~~~
- /app/include/google/protobuf/any.h:96:51: error: expected primary-expression before ‘const’
- 96 | bool InternalUnpackTo(absl::string_view type_url, const VALUE_TYPE& value,
- | ^~~~~
- /app/include/google/protobuf/any.h:97:24: error: expected primary-expression before ‘*’ token
- 97 | T* PROTOBUF_NONNULL message) {
- | ^
- /app/include/google/protobuf/any.h:97:43: error: ‘message’ was not declared in this scope; did you mean ‘Message’?
- 97 | T* PROTOBUF_NONNULL message) {
- | ^~~~~~~
- | Message
- /app/include/google/protobuf/any.h:97:50: error: expression list treated as compound expression in initializer [-fpermissive]
- 97 | T* PROTOBUF_NONNULL message) {
- | ^
- /app/include/google/protobuf/any.h:97:51: error: expected ‘;’ before ‘{’ token
- 97 | T* PROTOBUF_NONNULL message) {
- | ^~
- | ;
- /app/include/google/protobuf/any.h:100:45: error: ‘bool google::protobuf::internal::InternalUnpackTo’ redeclared as different kind of entity
- 100 | PROTOBUF_EXPORT bool InternalUnpackTo(absl::string_view type_url,
- | ^~~~~~~~~~~
- /app/include/google/protobuf/any.h:96:6: note: previous declaration ‘template<class T> bool google::protobuf::internal::InternalUnpackTo<T>’
- 96 | bool InternalUnpackTo(absl::string_view type_url, const VALUE_TYPE& value,
- | ^~~~~~~~~~~~~~~~
- /app/include/google/protobuf/any.h:100:45: error: ‘string_view’ is not a member of ‘absl’
- 100 | PROTOBUF_EXPORT bool InternalUnpackTo(absl::string_view type_url,
- | ^~~~~~~~~~~
- /app/include/google/protobuf/any.h:101:39: error: expected primary-expression before ‘const’
- 101 | const VALUE_TYPE& value,
- | ^~~~~
- /app/include/google/protobuf/any.h:102:46: error: expected primary-expression before ‘*’ token
- 102 | Message* PROTOBUF_NONNULL message);
- | ^
- /app/include/google/protobuf/any.h:102:65: error: ‘message’ was not declared in this scope; did you mean ‘Message’?
- 102 | Message* PROTOBUF_NONNULL message);
- | ^~~~~~~
- | Message
- /app/include/google/protobuf/any.h:108:23: error: ‘string_view’ is not a member of ‘absl’
- 108 | bool InternalIs(absl::string_view type_url) {
- | ^~~~~~~~~~~
- /app/include/google/protobuf/any.h:108:44: error: expected ‘;’ before ‘{’ token
- 108 | bool InternalIs(absl::string_view type_url) {
- | ^~
- | ;
- /app/include/google/protobuf/any.h:122:28: error: ‘string_view’ is not a member of ‘absl’
- 122 | bool ParseAnyTypeUrl(absl::string_view type_url,
- | ^~~~~~~~~~~
- /app/include/google/protobuf/any.h:123:33: error: expected primary-expression before ‘*’ token
- 123 | std::string* PROTOBUF_NONNULL full_type_name);
- | ^
- /app/include/google/protobuf/any.h:123:52: error: ‘full_type_name’ was not declared in this scope
- 123 | std::string* PROTOBUF_NONNULL full_type_name);
- | ^~~~~~~~~~~~~~
- /app/include/google/protobuf/any.h:123:66: error: expression list treated as compound expression in initializer [-fpermissive]
- 123 | std::string* PROTOBUF_NONNULL full_type_name);
- | ^
- /app/include/google/protobuf/any.h:130:6: error: redefinition of ‘bool google::protobuf::internal::ParseAnyTypeUrl’
- 130 | bool ParseAnyTypeUrl(absl::string_view type_url,
- | ^~~~~~~~~~~~~~~
- /app/include/google/protobuf/any.h:122:6: note: ‘bool google::protobuf::internal::ParseAnyTypeUrl’ previously defined here
- 122 | bool ParseAnyTypeUrl(absl::string_view type_url,
- | ^~~~~~~~~~~~~~~
- /app/include/google/protobuf/any.h:130:28: error: ‘string_view’ is not a member of ‘absl’
- 130 | bool ParseAnyTypeUrl(absl::string_view type_url,
- | ^~~~~~~~~~~
- /app/include/google/protobuf/any.h:131:33: error: expected primary-expression before ‘*’ token
- 131 | std::string* PROTOBUF_NULLABLE url_prefix,
- | ^
- /app/include/google/protobuf/any.h:131:53: error: ‘url_prefix’ was not declared in this scope
- 131 | std::string* PROTOBUF_NULLABLE url_prefix,
- | ^~~~~~~~~~
- /app/include/google/protobuf/any.h:132:33: error: expected primary-expression before ‘*’ token
- 132 | std::string* PROTOBUF_NONNULL full_type_name);
- | ^
- /app/include/google/protobuf/any.h:132:52: error: ‘full_type_name’ was not declared in this scope
- 132 | std::string* PROTOBUF_NONNULL full_type_name);
- | ^~~~~~~~~~~~~~
- In file included from /app/include/google/protobuf/has_bits.h:18,
- from /app/include/google/protobuf/generated_message_util.h:38:
- /app/include/google/protobuf/port_def.inc:119:15: error: static assertion failed: Protobuf only supports C++17 and newer.
- 119 | static_assert(PROTOBUF_CPLUSPLUS_MIN(201703L),
- | ^~~~~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/port_def.inc:119:15: note: the comparison reduces to ‘(201103 >= 201703)’
- /app/include/google/protobuf/has_bits.h: In constructor ‘google::protobuf::internal::HasBits<doublewords>::HasBits(std::initializer_list<unsigned int>)’:
- /app/include/google/protobuf/has_bits.h:35:3: error: ‘constexpr’ constructor does not have empty body
- 35 | }
- | ^
- In file included from /app/include/google/protobuf/implicit_weak_message.h:25,
- from /app/include/google/protobuf/generated_message_util.h:39:
- /app/include/google/protobuf/port_def.inc: At global scope:
- /app/include/google/protobuf/port_def.inc:119:15: error: static assertion failed: Protobuf only supports C++17 and newer.
- 119 | static_assert(PROTOBUF_CPLUSPLUS_MIN(201703L),
- | ^~~~~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/port_def.inc:119:15: note: the comparison reduces to ‘(201103 >= 201703)’
- In file included from /app/include/google/protobuf/generated_message_util.h:48:
- /app/include/google/protobuf/port_def.inc:119:15: error: static assertion failed: Protobuf only supports C++17 and newer.
- 119 | static_assert(PROTOBUF_CPLUSPLUS_MIN(201703L),
- | ^~~~~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/port_def.inc:119:15: note: the comparison reduces to ‘(201103 >= 201703)’
- /app/include/google/protobuf/generated_message_util.h:362:53: error: ‘absl::string_view’ has not been declared
- 362 | inline void AssignToString(std::string& dest, absl::string_view value,
- | ^~~~~~~~~~~
- /app/include/google/protobuf/generated_message_util.h: In function ‘void google::protobuf::internal::AssignToString(std::string&, int, BytesTag)’:
- /app/include/google/protobuf/generated_message_util.h:364:21: error: request for member ‘data’ in ‘value’, which is of non-class type ‘int’
- 364 | dest.assign(value.data(), value.size());
- | ^~~~
- /app/include/google/protobuf/generated_message_util.h:364:35: error: request for member ‘size’ in ‘value’, which is of non-class type ‘int’
- 364 | dest.assign(value.data(), value.size());
- | ^~~~
- /app/include/google/protobuf/generated_message_util.h: At global scope:
- /app/include/google/protobuf/generated_message_util.h:381:17: error: ‘optional’ in namespace ‘absl’ does not name a template type
- 381 | constexpr absl::optional<uintptr_t> EncodePlacementArenaOffsets(
- | ^~~~~~~~
- In file included from /usr/include/absl/container/internal/hash_function_defaults.h:55,
- from /usr/include/absl/container/hash_container_defaults.h:19,
- from /usr/include/absl/container/flat_hash_map.h:43,
- from /app/include/google/protobuf/descriptor.h:47,
- from /app/include/google/protobuf/generated_message_reflection.h:26,
- from /run/build/monero-gui/test-protobuf.pb.h:26:
- /usr/include/absl/container/internal/common.h:113:9: error: ‘optional’ in namespace ‘absl’ does not name a template type
- 113 | absl::optional<allocator_type> alloc_ = {};
- | ^~~~~~~~
- /usr/include/absl/container/internal/common.h: In member function ‘absl::lts_20240722::container_internal::node_handle_base<PolicyTraits, Alloc>& absl::lts_20240722::container_internal::node_handle_base<PolicyTraits, Alloc>::operator=(absl::lts_20240722::container_internal::node_handle_base<PolicyTraits, Alloc>&&)’:
- /usr/include/absl/container/internal/common.h:67:7: error: ‘alloc_’ was not declared in this scope; did you mean ‘alloc’?
- 67 | alloc_ = other.alloc_;
- | ^~~~~~
- | alloc
- /usr/include/absl/container/internal/common.h: In member function ‘bool absl::lts_20240722::container_internal::node_handle_base<PolicyTraits, Alloc>::empty() const’:
- /usr/include/absl/container/internal/common.h:74:41: error: ‘alloc_’ was not declared in this scope; did you mean ‘alloc’?
- 74 | bool empty() const noexcept { return !alloc_; }
- | ^~~~~~
- | alloc
- /usr/include/absl/container/internal/common.h: In member function ‘absl::lts_20240722::container_internal::node_handle_base<PolicyTraits, Alloc>::allocator_type absl::lts_20240722::container_internal::node_handle_base<PolicyTraits, Alloc>::get_allocator() const’:
- /usr/include/absl/container/internal/common.h:76:50: error: ‘alloc_’ was not declared in this scope; did you mean ‘alloc’?
- 76 | allocator_type get_allocator() const { return *alloc_; }
- | ^~~~~~
- | alloc
- /usr/include/absl/container/internal/common.h: In constructor ‘absl::lts_20240722::container_internal::node_handle_base<PolicyTraits, Alloc>::node_handle_base(transfer_tag_t, const allocator_type&, slot_type*)’:
- /usr/include/absl/container/internal/common.h:83:9: error: class ‘absl::lts_20240722::container_internal::node_handle_base<PolicyTraits, Alloc>’ does not have any field named ‘alloc_’
- 83 | : alloc_(a) {
- | ^~~~~~
- /usr/include/absl/container/internal/common.h: In constructor ‘absl::lts_20240722::container_internal::node_handle_base<PolicyTraits, Alloc>::node_handle_base(construct_tag_t, const allocator_type&, Args&& ...)’:
- /usr/include/absl/container/internal/common.h:90:9: error: class ‘absl::lts_20240722::container_internal::node_handle_base<PolicyTraits, Alloc>’ does not have any field named ‘alloc_’
- 90 | : alloc_(a) {
- | ^~~~~~
- In file included from /usr/include/c++/14.2.0/cassert:44,
- from /usr/include/absl/container/internal/common.h:18:
- /usr/include/absl/container/internal/common.h: In member function ‘void absl::lts_20240722::container_internal::node_handle_base<PolicyTraits, Alloc>::reset()’:
- /usr/include/absl/container/internal/common.h:102:5: error: ‘alloc_’ was not declared in this scope; did you mean ‘alloc’?
- 102 | assert(alloc_.has_value());
- | ^~~~~~
- /usr/include/absl/container/internal/common.h:103:20: error: ‘nullopt’ is not a member of ‘absl’
- 103 | alloc_ = absl::nullopt;
- | ^~~~~~~
- /usr/include/absl/container/internal/common.h: In member function ‘absl::lts_20240722::container_internal::node_handle_base<PolicyTraits, Alloc>::allocator_type* absl::lts_20240722::container_internal::node_handle_base<PolicyTraits, Alloc>::alloc()’:
- /usr/include/absl/container/internal/common.h:110:52: error: ‘alloc_’ was not declared in this scope; did you mean ‘alloc’?
- 110 | allocator_type* alloc() { return std::addressof(*alloc_); }
- | ^~~~~~
- | alloc
- In file included from /usr/include/absl/hash/internal/hash.h:69,
- from /usr/include/absl/hash/hash.h:85,
- from /usr/include/absl/container/internal/hash_function_defaults.h:56:
- /usr/include/absl/types/variant.h: At global scope:
- /usr/include/absl/types/variant.h:54:12: error: ‘bad_variant_access’ has not been declared in ‘std’
- 54 | using std::bad_variant_access;
- | ^~~~~~~~~~~~~~~~~~
- /usr/include/absl/types/variant.h:56:12: error: ‘get_if’ has not been declared in ‘std’
- 56 | using std::get_if;
- | ^~~~~~
- /usr/include/absl/types/variant.h:57:12: error: ‘holds_alternative’ has not been declared in ‘std’
- 57 | using std::holds_alternative;
- | ^~~~~~~~~~~~~~~~~
- /usr/include/absl/types/variant.h:58:12: error: ‘monostate’ has not been declared in ‘std’
- 58 | using std::monostate;
- | ^~~~~~~~~
- /usr/include/absl/types/variant.h:59:12: error: ‘variant’ has not been declared in ‘std’
- 59 | using std::variant;
- | ^~~~~~~
- /usr/include/absl/types/variant.h:60:12: error: ‘variant_alternative’ has not been declared in ‘std’
- 60 | using std::variant_alternative;
- | ^~~~~~~~~~~~~~~~~~~
- /usr/include/absl/types/variant.h:61:12: error: ‘variant_alternative_t’ has not been declared in ‘std’
- 61 | using std::variant_alternative_t;
- | ^~~~~~~~~~~~~~~~~~~~~
- /usr/include/absl/types/variant.h:62:12: error: ‘variant_npos’ has not been declared in ‘std’
- 62 | using std::variant_npos;
- | ^~~~~~~~~~~~
- /usr/include/absl/types/variant.h:63:12: error: ‘variant_size’ has not been declared in ‘std’
- 63 | using std::variant_size;
- | ^~~~~~~~~~~~
- /usr/include/absl/types/variant.h:64:12: error: ‘variant_size_v’ has not been declared in ‘std’
- 64 | using std::variant_size_v;
- | ^~~~~~~~~~~~~~
- /usr/include/absl/types/variant.h:65:12: error: ‘visit’ has not been declared in ‘std’
- 65 | using std::visit;
- | ^~~~~
- /usr/include/absl/types/variant.h: In function ‘To absl::lts_20240722::ConvertVariantTo(Variant&&)’:
- /usr/include/absl/types/variant.h:854:16: error: ‘visit’ is not a member of ‘absl’
- 854 | return absl::visit(variant_internal::ConversionVisitor<To>{},
- | ^~~~~
- /usr/include/absl/hash/internal/hash.h: At global scope:
- /usr/include/absl/hash/internal/hash.h:445:6: error: ‘enable_if_t’ in namespace ‘std’ does not name a template type
- 445 | std::enable_if_t<std::is_pointer<T>::value, H> AbslHashValue(H hash_state,
- | ^~~~~~~~~~~
- /usr/include/absl/hash/internal/hash.h:445:1: note: ‘std::enable_if_t’ is only available from C++14 onwards
- 445 | std::enable_if_t<std::is_pointer<T>::value, H> AbslHashValue(H hash_state,
- | ^~~
- /usr/include/absl/hash/internal/hash.h:511:50: error: ‘absl::index_sequence’ has not been declared
- 511 | H hash_tuple(H hash_state, const Tuple& t, absl::index_sequence<Is...>) {
- | ^~~~~~~~~~~~~~
- /usr/include/absl/hash/internal/hash.h:511:64: error: expected ‘,’ or ‘...’ before ‘<’ token
- 511 | H hash_tuple(H hash_state, const Tuple& t, absl::index_sequence<Is...>) {
- | ^
- /usr/include/absl/hash/internal/hash.h: In function ‘typename std::enable_if<absl::lts_20240722::conjunction<absl::lts_20240722::hash_internal::is_hashable<Ts>...>::value, H>::type absl::lts_20240722::hash_internal::AbslHashValue(H, const std::tuple<_Elements ...>&)’:
- /usr/include/absl/hash/internal/hash.h:526:42: error: ‘make_index_sequence’ is not a member of ‘absl’
- 526 | absl::make_index_sequence<sizeof...(Ts)>());
- | ^~~~~~~~~~~~~~~~~~~
- /usr/include/absl/hash/internal/hash.h:526:77: error: expected primary-expression before ‘)’ token
- 526 | absl::make_index_sequence<sizeof...(Ts)>());
- | ^
- /usr/include/absl/hash/internal/hash.h: At global scope:
- /usr/include/absl/hash/internal/hash.h:565:37: error: ‘absl::string_view’ has not been declared
- 565 | H AbslHashValue(H hash_state, absl::string_view str) {
- | ^~~~~~~~~~~
- /usr/include/absl/hash/internal/hash.h: In function ‘H absl::lts_20240722::hash_internal::AbslHashValue(H, int)’:
- /usr/include/absl/hash/internal/hash.h:567:56: error: request for member ‘data’ in ‘str’, which is of non-class type ‘int’
- 567 | H::combine_contiguous(std::move(hash_state), str.data(), str.size()),
- | ^~~~
- /usr/include/absl/hash/internal/hash.h:567:68: error: request for member ‘size’ in ‘str’, which is of non-class type ‘int’
- 567 | H::combine_contiguous(std::move(hash_state), str.data(), str.size()),
- | ^~~~
- /usr/include/absl/hash/internal/hash.h:568:11: error: request for member ‘size’ in ‘str’, which is of non-class type ‘int’
- 568 | str.size());
- | ^~~~
- /usr/include/absl/hash/internal/hash.h: At global scope:
- /usr/include/absl/hash/internal/hash.h:834:31: error: ‘optional’ in namespace ‘absl’ does not name a template type
- 834 | H hash_state, const absl::optional<T>& opt) {
- | ^~~~~~~~
- /usr/include/absl/hash/internal/hash.h:834:39: error: expected ‘,’ or ‘...’ before ‘<’ token
- 834 | H hash_state, const absl::optional<T>& opt) {
- | ^
- /usr/include/absl/hash/internal/hash.h: In function ‘typename std::enable_if<absl::lts_20240722::hash_internal::is_hashable<T1>::value, H>::type absl::lts_20240722::hash_internal::AbslHashValue(H, int)’:
- /usr/include/absl/hash/internal/hash.h:835:7: error: ‘opt’ was not declared in this scope
- 835 | if (opt) hash_state = H::combine(std::move(hash_state), *opt);
- | ^~~
- /usr/include/absl/hash/internal/hash.h:836:44: error: ‘opt’ was not declared in this scope
- 836 | return H::combine(std::move(hash_state), opt.has_value());
- | ^~~
- /usr/include/absl/hash/internal/hash.h: At global scope:
- /usr/include/absl/hash/internal/hash.h:852:41: error: ‘variant’ in namespace ‘absl’ does not name a template type
- 852 | AbslHashValue(H hash_state, const absl::variant<T...>& v) {
- | ^~~~~~~
- /usr/include/absl/hash/internal/hash.h:852:48: error: expected ‘,’ or ‘...’ before ‘<’ token
- 852 | AbslHashValue(H hash_state, const absl::variant<T...>& v) {
- | ^
- /usr/include/absl/hash/internal/hash.h: In function ‘typename std::enable_if<absl::lts_20240722::conjunction<absl::lts_20240722::hash_internal::is_hashable<Ts>...>::value, H>::type absl::lts_20240722::hash_internal::AbslHashValue(H, int)’:
- /usr/include/absl/hash/internal/hash.h:853:8: error: ‘v’ was not declared in this scope
- 853 | if (!v.valueless_by_exception()) {
- | ^
- /usr/include/absl/hash/internal/hash.h:854:24: error: ‘visit’ is not a member of ‘absl’
- 854 | hash_state = absl::visit(VariantVisitor<H>{std::move(hash_state)}, v);
- | ^~~~~
- /usr/include/absl/hash/internal/hash.h:856:44: error: ‘v’ was not declared in this scope
- 856 | return H::combine(std::move(hash_state), v.index());
- | ^
- /usr/include/absl/hash/internal/hash.h: In static member function ‘static size_t absl::lts_20240722::hash_internal::MixingHashState::hash(T)’:
- /usr/include/absl/hash/internal/hash.h:1050:38: error: ‘make_unsigned_t’ in namespace ‘std’ does not name a template type; did you mean ‘make_unsigned’?
- 1050 | Mix(Seed(), static_cast<std::make_unsigned_t<T>>(value)));
- | ^~~~~~~~~~~~~~~
- | make_unsigned
- /usr/include/absl/hash/internal/hash.h:1050:53: error: expected ‘>’ before ‘<’ token
- 1050 | Mix(Seed(), static_cast<std::make_unsigned_t<T>>(value)));
- | ^
- /usr/include/absl/hash/internal/hash.h:1050:53: error: expected ‘(’ before ‘<’ token
- /usr/include/absl/hash/internal/hash.h:1050:53: error: expected primary-expression before ‘<’ token
- /usr/include/absl/hash/internal/hash.h:1050:55: error: expected primary-expression before ‘>>’ token
- 1050 | Mix(Seed(), static_cast<std::make_unsigned_t<T>>(value)));
- | ^~
- /usr/include/absl/hash/internal/hash.h:1050:66: error: expected ‘)’ before ‘;’ token
- 1050 | Mix(Seed(), static_cast<std::make_unsigned_t<T>>(value)));
- | ^
- /usr/include/absl/container/internal/hash_function_defaults.h: At global scope:
- /usr/include/absl/container/internal/hash_function_defaults.h:79:27: error: ‘absl::string_view’ has not been declared
- 79 | size_t operator()(absl::string_view v) const {
- | ^~~~~~~~~~~
- /usr/include/absl/container/internal/hash_function_defaults.h: In member function ‘size_t absl::lts_20240722::container_internal::StringHash::operator()(int) const’:
- /usr/include/absl/container/internal/hash_function_defaults.h:80:29: error: ‘string_view’ is not a member of ‘absl’
- 80 | return absl::Hash<absl::string_view>{}(v);
- | ^~~~~~~~~~~
- /usr/include/absl/container/internal/hash_function_defaults.h:80:29: error: ‘string_view’ is not a member of ‘absl’
- /usr/include/absl/container/internal/hash_function_defaults.h:80:40: error: template argument 1 is invalid
- 80 | return absl::Hash<absl::string_view>{}(v);
- | ^
- /usr/include/absl/container/internal/hash_function_defaults.h: At global scope:
- /usr/include/absl/container/internal/hash_function_defaults.h:89:25: error: ‘absl::string_view’ has not been declared
- 89 | bool operator()(absl::string_view lhs, absl::string_view rhs) const {
- | ^~~~~~~~~~~
- /usr/include/absl/container/internal/hash_function_defaults.h:89:48: error: ‘absl::string_view’ has not been declared
- 89 | bool operator()(absl::string_view lhs, absl::string_view rhs) const {
- | ^~~~~~~~~~~
- /usr/include/absl/container/internal/hash_function_defaults.h:95:48: error: ‘absl::string_view’ has not been declared
- 95 | bool operator()(const absl::Cord& lhs, absl::string_view rhs) const {
- | ^~~~~~~~~~~
- /usr/include/absl/container/internal/hash_function_defaults.h:98:25: error: ‘absl::string_view’ has not been declared
- 98 | bool operator()(absl::string_view lhs, const absl::Cord& rhs) const {
- | ^~~~~~~~~~~
- /usr/include/absl/container/internal/hash_function_defaults.h: In member function ‘bool absl::lts_20240722::container_internal::StringEq::operator()(int, const absl::lts_20240722::Cord&) const’:
- /usr/include/absl/container/internal/hash_function_defaults.h:99:16: error: no match for ‘operator==’ (operand types are ‘int’ and ‘const absl::lts_20240722::Cord’)
- 99 | return lhs == rhs;
- | ~~~ ^~ ~~~
- | | |
- | int const absl::lts_20240722::Cord
- /usr/include/absl/types/span.h:495:6: note: candidate: ‘template<class T> bool absl::lts_20240722::operator==(Span<T>, Span<T>)’
- 495 | bool operator==(Span<T> a, Span<T> b) {
- | ^~~~~~~~
- /usr/include/absl/types/span.h:495:6: note: template argument deduction/substitution failed:
- /usr/include/absl/container/internal/hash_function_defaults.h:99:19: note: mismatched types ‘absl::lts_20240722::Span<T>’ and ‘int’
- 99 | return lhs == rhs;
- | ^~~
- /usr/include/absl/types/span.h:499:6: note: candidate: ‘template<class T> bool absl::lts_20240722::operator==(Span<const T>, Span<T>)’
- 499 | bool operator==(Span<const T> a, Span<T> b) {
- | ^~~~~~~~
- /usr/include/absl/types/span.h:499:6: note: template argument deduction/substitution failed:
- /usr/include/absl/container/internal/hash_function_defaults.h:99:19: note: mismatched types ‘absl::lts_20240722::Span<const T>’ and ‘int’
- 99 | return lhs == rhs;
- | ^~~
- /usr/include/absl/types/span.h:503:6: note: candidate: ‘template<class T> bool absl::lts_20240722::operator==(Span<T>, Span<const T>)’
- 503 | bool operator==(Span<T> a, Span<const T> b) {
- | ^~~~~~~~
- /usr/include/absl/types/span.h:503:6: note: template argument deduction/substitution failed:
- /usr/include/absl/container/internal/hash_function_defaults.h:99:19: note: mismatched types ‘absl::lts_20240722::Span<T>’ and ‘int’
- 99 | return lhs == rhs;
- | ^~~
- /usr/include/absl/types/span.h:509:6: note: candidate: ‘template<class T, class U, class> bool absl::lts_20240722::operator==(const U&, Span<T>)’
- 509 | bool operator==(const U& a, Span<T> b) {
- | ^~~~~~~~
- /usr/include/absl/types/span.h:509:6: note: template argument deduction/substitution failed:
- /usr/include/absl/container/internal/hash_function_defaults.h:99:19: note: ‘absl::lts_20240722::Cord’ is not derived from ‘absl::lts_20240722::Span<T>’
- 99 | return lhs == rhs;
- | ^~~
- /usr/include/absl/types/span.h:515:6: note: candidate: ‘template<class T, class U, class> bool absl::lts_20240722::operator==(Span<T>, const U&)’
- 515 | bool operator==(Span<T> a, const U& b) {
- | ^~~~~~~~
- /usr/include/absl/types/span.h:515:6: note: template argument deduction/substitution failed:
- /usr/include/absl/container/internal/hash_function_defaults.h:99:19: note: mismatched types ‘absl::lts_20240722::Span<T>’ and ‘int’
- 99 | return lhs == rhs;
- | ^~~
- /usr/include/absl/container/inlined_vector.h:943:6: note: candidate: ‘template<class T, long unsigned int N, class A> bool absl::lts_20240722::operator==(const InlinedVector<T, N, A>&, const InlinedVector<T, N, A>&)’
- 943 | bool operator==(const absl::InlinedVector<T, N, A>& a,
- | ^~~~~~~~
- /usr/include/absl/container/inlined_vector.h:943:6: note: template argument deduction/substitution failed:
- /usr/include/absl/container/internal/hash_function_defaults.h:99:19: note: mismatched types ‘const absl::lts_20240722::InlinedVector<T, N, A>’ and ‘int’
- 99 | return lhs == rhs;
- | ^~~
- /usr/include/absl/time/time.h:1774:46: note: candidate: ‘constexpr bool absl::lts_20240722::operator==(Duration, Duration)’
- 1774 | ABSL_ATTRIBUTE_CONST_FUNCTION constexpr bool operator==(Duration lhs,
- | ^~~~~~~~
- /usr/include/absl/time/time.h:1774:66: note: no known conversion for argument 1 from ‘int’ to ‘absl::lts_20240722::Duration’
- 1774 | ABSL_ATTRIBUTE_CONST_FUNCTION constexpr bool operator==(Duration lhs,
- | ~~~~~~~~~^~~
- /usr/include/absl/time/time.h:892:46: note: candidate: ‘constexpr bool absl::lts_20240722::operator==(Time, Time)’
- 892 | ABSL_ATTRIBUTE_CONST_FUNCTION constexpr bool operator==(Time lhs, Time rhs) {
- | ^~~~~~~~
- /usr/include/absl/time/time.h:892:62: note: no known conversion for argument 1 from ‘int’ to ‘absl::lts_20240722::Time’
- 892 | ABSL_ATTRIBUTE_CONST_FUNCTION constexpr bool operator==(Time lhs, Time rhs) {
- | ~~~~~^~~
- /usr/include/absl/numeric/int128.h:798:16: note: candidate: ‘constexpr bool absl::lts_20240722::operator==(uint128, uint128)’
- 798 | constexpr bool operator==(uint128 lhs, uint128 rhs) {
- | ^~~~~~~~
- /usr/include/absl/numeric/int128.h:798:48: note: no known conversion for argument 2 from ‘const absl::lts_20240722::Cord’ to ‘absl::lts_20240722::uint128’
- 798 | constexpr bool operator==(uint128 lhs, uint128 rhs) {
- | ~~~~~~~~^~~
- /usr/include/absl/numeric/int128_have_intrinsic.inc:199:16: note: candidate: ‘constexpr bool absl::lts_20240722::operator==(int128, int128)’
- 199 | constexpr bool operator==(int128 lhs, int128 rhs) {
- | ^~~~~~~~
- /usr/include/absl/numeric/int128_have_intrinsic.inc:199:46: note: no known conversion for argument 2 from ‘const absl::lts_20240722::Cord’ to ‘absl::lts_20240722::int128’
- 199 | constexpr bool operator==(int128 lhs, int128 rhs) {
- | ~~~~~~~^~~
- /usr/include/absl/strings/cord.h:1708:13: note: candidate: ‘bool absl::lts_20240722::operator==(const Cord&, const Cord&)’
- 1708 | inline bool operator==(const Cord& lhs, const Cord& rhs) {
- | ^~~~~~~~
- /usr/include/absl/strings/cord.h:1708:36: note: no known conversion for argument 1 from ‘int’ to ‘const absl::lts_20240722::Cord&’
- 1708 | inline bool operator==(const Cord& lhs, const Cord& rhs) {
- | ~~~~~~~~~~~~^~~
- /usr/include/absl/strings/cord.h:1729:13: note: candidate: ‘bool absl::lts_20240722::operator==(const Cord&, int)’
- 1729 | inline bool operator==(const Cord& lhs, absl::string_view rhs) {
- | ^~~~~~~~
- /usr/include/absl/strings/cord.h:1729:36: note: no known conversion for argument 1 from ‘int’ to ‘const absl::lts_20240722::Cord&’
- 1729 | inline bool operator==(const Cord& lhs, absl::string_view rhs) {
- | ~~~~~~~~~~~~^~~
- /usr/include/absl/container/internal/hash_function_defaults.h: At global scope:
- /usr/include/absl/container/internal/hash_function_defaults.h:112:21: error: ‘string_view’ is not a member of ‘absl’
- 112 | struct HashEq<absl::string_view> : StringHashEq {};
- | ^~~~~~~~~~~
- /usr/include/absl/container/internal/hash_function_defaults.h:112:21: error: ‘string_view’ is not a member of ‘absl’
- /usr/include/absl/container/internal/hash_function_defaults.h:112:32: error: template argument 1 is invalid
- 112 | struct HashEq<absl::string_view> : StringHashEq {};
- | ^
- /usr/include/absl/container/internal/hash_function_defaults.h:209:30: error: wrong number of template arguments (0, should be 1)
- 209 | using type = std::equal_to<>;
- | ^
- In file included from /usr/include/c++/14.2.0/string:49:
- /usr/include/c++/14.2.0/bits/stl_function.h:370:12: note: provided for ‘template<class _Tp> struct std::equal_to’
- 370 | struct equal_to : public binary_function<_Tp, _Tp, bool>
- | ^~~~~~~~
- /usr/include/absl/container/internal/hash_function_defaults.h:214:22: error: ‘enable_if_t’ in namespace ‘std’ does not name a template type
- 214 | T, typename std::enable_if_t<HasAbslContainerEq<T>::value>> {
- | ^~~~~~~~~~~
- /usr/include/absl/container/internal/hash_function_defaults.h:214:22: note: ‘std::enable_if_t’ is only available from C++14 onwards
- /usr/include/absl/container/internal/hash_function_defaults.h:214:33: error: expected template-argument before ‘<’ token
- 214 | T, typename std::enable_if_t<HasAbslContainerEq<T>::value>> {
- | ^
- /usr/include/absl/container/internal/hash_function_defaults.h:214:33: error: expected ‘>’ before ‘<’ token
- /usr/include/absl/container/internal/hash_function_defaults.h:214:62: error: template argument 2 is invalid
- 214 | T, typename std::enable_if_t<HasAbslContainerEq<T>::value>> {
- | ^~
- /usr/include/absl/container/internal/hash_function_defaults.h:225:22: error: ‘enable_if_t’ in namespace ‘std’ does not name a template type
- 225 | T, typename std::enable_if_t<HasAbslContainerHash<T>::value>> {
- | ^~~~~~~~~~~
- /usr/include/absl/container/internal/hash_function_defaults.h:225:22: note: ‘std::enable_if_t’ is only available from C++14 onwards
- /usr/include/absl/container/internal/hash_function_defaults.h:225:33: error: expected template-argument before ‘<’ token
- 225 | T, typename std::enable_if_t<HasAbslContainerHash<T>::value>> {
- | ^
- /usr/include/absl/container/internal/hash_function_defaults.h:225:33: error: expected ‘>’ before ‘<’ token
- /usr/include/absl/container/internal/hash_function_defaults.h:225:64: error: template argument 2 is invalid
- 225 | T, typename std::enable_if_t<HasAbslContainerHash<T>::value>> {
- | ^~
- /usr/include/absl/container/internal/hash_function_defaults.h:247:32: error: ‘enable_if_t’ in namespace ‘std’ does not name a template type
- 247 | struct HashEq<T, typename std::enable_if_t<HasAbslContainerHash<T>::value>> {
- | ^~~~~~~~~~~
- /usr/include/absl/container/internal/hash_function_defaults.h:247:32: note: ‘std::enable_if_t’ is only available from C++14 onwards
- /usr/include/absl/container/internal/hash_function_defaults.h:247:43: error: expected template-argument before ‘<’ token
- 247 | struct HashEq<T, typename std::enable_if_t<HasAbslContainerHash<T>::value>> {
- | ^
- /usr/include/absl/container/internal/hash_function_defaults.h:247:43: error: expected ‘>’ before ‘<’ token
- /usr/include/absl/container/internal/hash_function_defaults.h:247:74: error: template argument 2 is invalid
- 247 | struct HashEq<T, typename std::enable_if_t<HasAbslContainerHash<T>::value>> {
- | ^~
- In file included from /usr/include/absl/container/internal/hash_policy_traits.h:24,
- from /usr/include/absl/container/internal/raw_hash_set.h:213,
- from /usr/include/absl/container/internal/raw_hash_map.h:26,
- from /usr/include/absl/container/flat_hash_map.h:45:
- /usr/include/absl/container/internal/common_policy_traits.h:50:10: error: ‘destroy’ function uses ‘auto’ type specifier without trailing return type
- 50 | static auto destroy(Alloc* alloc, slot_type* slot) {
- | ^~~~
- /usr/include/absl/container/internal/common_policy_traits.h:50:10: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /usr/include/absl/container/internal/raw_hash_set.h:590:37: error: ‘GetInsertionOffset’ function uses ‘auto’ type specifier without trailing return type
- 590 | ABSL_ATTRIBUTE_ALWAYS_INLINE inline auto GetInsertionOffset(
- | ^~~~
- /usr/include/absl/container/internal/raw_hash_set.h:590:37: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /usr/include/absl/container/internal/raw_hash_set.h: In function ‘bool absl::lts_20240722::container_internal::IsFull(ctrl_t)’:
- /usr/include/absl/container/internal/raw_hash_set.h:630:27: error: ‘underlying_type_t’ in namespace ‘std’ does not name a template type; did you mean ‘underlying_type’?
- 630 | return static_cast<std::underlying_type_t<ctrl_t>>(c) >= 0;
- | ^~~~~~~~~~~~~~~~~
- | underlying_type
- /usr/include/absl/container/internal/raw_hash_set.h:630:44: error: expected ‘>’ before ‘<’ token
- 630 | return static_cast<std::underlying_type_t<ctrl_t>>(c) >= 0;
- | ^
- /usr/include/absl/container/internal/raw_hash_set.h:630:44: error: expected ‘(’ before ‘<’ token
- 630 | return static_cast<std::underlying_type_t<ctrl_t>>(c) >= 0;
- | ^
- | (
- /usr/include/absl/container/internal/raw_hash_set.h:630:44: error: expected primary-expression before ‘<’ token
- /usr/include/absl/container/internal/raw_hash_set.h:630:51: error: expected primary-expression before ‘>>’ token
- 630 | return static_cast<std::underlying_type_t<ctrl_t>>(c) >= 0;
- | ^~
- /usr/include/absl/container/internal/raw_hash_set.h:630:61: error: expected ‘)’ before ‘;’ token
- 630 | return static_cast<std::underlying_type_t<ctrl_t>>(c) >= 0;
- | ^
- | )
- /usr/include/absl/container/internal/raw_hash_set.h: At global scope:
- /usr/include/absl/container/internal/raw_hash_set.h:720:3: error: ‘MaskNonFull’ function uses ‘auto’ type specifier without trailing return type
- 720 | auto MaskNonFull() const {
- | ^~~~
- /usr/include/absl/container/internal/raw_hash_set.h:720:3: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /usr/include/absl/container/internal/raw_hash_set.h:880:3: error: ‘MaskNonFull’ function uses ‘auto’ type specifier without trailing return type
- 880 | auto MaskNonFull() const {
- | ^~~~
- /usr/include/absl/container/internal/raw_hash_set.h:880:3: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /usr/include/absl/container/internal/raw_hash_set.h: In member function ‘bool absl::lts_20240722::container_internal::GrowthInfo::HasNoDeletedAndGrowthLeft() const’:
- /usr/include/absl/container/internal/raw_hash_set.h:1131:29: error: ‘make_signed_t’ in namespace ‘std’ does not name a template type; did you mean ‘make_signed’?
- 1131 | return static_cast<std::make_signed_t<size_t>>(growth_left_info_) > 0;
- | ^~~~~~~~~~~~~
- | make_signed
- /usr/include/absl/container/internal/raw_hash_set.h:1131:42: error: expected ‘>’ before ‘<’ token
- 1131 | return static_cast<std::make_signed_t<size_t>>(growth_left_info_) > 0;
- | ^
- /usr/include/absl/container/internal/raw_hash_set.h:1131:42: error: expected ‘(’ before ‘<’ token
- /usr/include/absl/container/internal/raw_hash_set.h:1131:42: error: expected primary-expression before ‘<’ token
- /usr/include/absl/container/internal/raw_hash_set.h:1131:49: error: expected primary-expression before ‘>>’ token
- 1131 | return static_cast<std::make_signed_t<size_t>>(growth_left_info_) > 0;
- | ^~
- /usr/include/absl/container/internal/raw_hash_set.h:1131:74: error: expected ‘)’ before ‘;’ token
- 1131 | return static_cast<std::make_signed_t<size_t>>(growth_left_info_) > 0;
- | ^
- /usr/include/absl/container/internal/raw_hash_set.h: In member function ‘bool absl::lts_20240722::container_internal::GrowthInfo::HasNoDeleted() const’:
- /usr/include/absl/container/internal/raw_hash_set.h:1141:29: error: ‘make_signed_t’ in namespace ‘std’ does not name a template type; did you mean ‘make_signed’?
- 1141 | return static_cast<std::make_signed_t<size_t>>(growth_left_info_) >= 0;
- | ^~~~~~~~~~~~~
- | make_signed
- /usr/include/absl/container/internal/raw_hash_set.h:1141:42: error: expected ‘>’ before ‘<’ token
- 1141 | return static_cast<std::make_signed_t<size_t>>(growth_left_info_) >= 0;
- | ^
- /usr/include/absl/container/internal/raw_hash_set.h:1141:42: error: expected ‘(’ before ‘<’ token
- /usr/include/absl/container/internal/raw_hash_set.h:1141:42: error: expected primary-expression before ‘<’ token
- /usr/include/absl/container/internal/raw_hash_set.h:1141:49: error: expected primary-expression before ‘>>’ token
- 1141 | return static_cast<std::make_signed_t<size_t>>(growth_left_info_) >= 0;
- | ^~
- /usr/include/absl/container/internal/raw_hash_set.h:1141:75: error: expected ‘)’ before ‘;’ token
- 1141 | return static_cast<std::make_signed_t<size_t>>(growth_left_info_) >= 0;
- | ^
- /usr/include/absl/container/internal/raw_hash_set.h: In static member function ‘static typename Set::size_type absl::lts_20240722::container_internal::HashtableFreeFunctionsAccess::EraseIf(Predicate&, Set*)’:
- /usr/include/absl/container/internal/raw_hash_set.h:4076:63: error: use of ‘auto’ in lambda parameter declaration only available with ‘-std=c++14’ or ‘-std=gnu++14’
- 4076 | c->common(), c->slot_array(), [&](const ctrl_t* ctrl, auto* slot) {
- | ^~~~
- /usr/include/absl/container/internal/raw_hash_set.h: In static member function ‘static void absl::lts_20240722::container_internal::HashtableFreeFunctionsAccess::ForEach(Callback&, Set*)’:
- /usr/include/absl/container/internal/raw_hash_set.h:4102:60: error: use of ‘auto’ in lambda parameter declaration only available with ‘-std=c++14’ or ‘-std=gnu++14’
- 4102 | c->common(), c->slot_array(), [&cb](const ctrl_t*, auto* slot) {
- | ^~~~
- /usr/include/absl/container/flat_hash_map.h: At global scope:
- /usr/include/absl/container/flat_hash_map.h:626:10: error: ‘destroy’ function uses ‘auto’ type specifier without trailing return type
- 626 | static auto destroy(Allocator* alloc, slot_type* slot) {
- | ^~~~
- /usr/include/absl/container/flat_hash_map.h:626:10: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /usr/include/absl/container/flat_hash_map.h:631:10: error: ‘transfer’ function uses ‘auto’ type specifier without trailing return type
- 631 | static auto transfer(Allocator* alloc, slot_type* new_slot,
- | ^~~~
- /usr/include/absl/container/flat_hash_map.h:631:10: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- In file included from /usr/include/absl/strings/str_cat.h:109,
- from /usr/include/absl/container/internal/layout.h:199,
- from /usr/include/absl/container/internal/btree.h:67,
- from /usr/include/absl/container/btree_map.h:59,
- from /app/include/google/protobuf/extension_set.h:34,
- from /app/include/google/protobuf/descriptor.h:56:
- /usr/include/absl/strings/internal/stringify_sink.h:32:15: error: ‘string_view’ has not been declared
- 32 | void Append(string_view v);
- | ^~~~~~~~~~~
- /usr/include/absl/strings/internal/stringify_sink.h:35:58: error: ‘absl::string_view’ has not been declared
- 35 | friend void AbslFormatFlush(StringifySink* sink, absl::string_view v) {
- | ^~~~~~~~~~~
- /usr/include/absl/strings/internal/stringify_sink.h:41:10: error: ‘string_view’ does not name a type
- 41 | friend string_view ExtractStringification(StringifySink& sink, const T& v);
- | ^~~~~~~~~~~
- /usr/include/absl/strings/internal/stringify_sink.h:47:1: error: ‘string_view’ does not name a type
- 47 | string_view ExtractStringification(StringifySink& sink, const T& v) {
- | ^~~~~~~~~~~
- In file included from /usr/include/absl/strings/str_cat.h:110:
- /usr/include/absl/strings/numbers.h:63:44: error: ‘string_view’ is not a member of ‘absl’
- 63 | ABSL_MUST_USE_RESULT bool SimpleAtoi(absl::string_view str,
- | ^~~~~~~~~~~
- /usr/include/absl/strings/numbers.h:64:63: error: expected primary-expression before ‘out’
- 64 | absl::Nonnull<int_type*> out);
- | ^~~
- /usr/include/absl/strings/numbers.h:64:66: error: expression list treated as compound expression in initializer [-fpermissive]
- 64 | absl::Nonnull<int_type*> out);
- | ^
- /usr/include/absl/strings/numbers.h:75:44: error: ‘string_view’ is not a member of ‘absl’
- 75 | ABSL_MUST_USE_RESULT bool SimpleAtof(absl::string_view str,
- | ^~~~~~~~~~~
- /usr/include/absl/strings/numbers.h:76:60: error: expected primary-expression before ‘out’
- 76 | absl::Nonnull<float*> out);
- | ^~~
- /usr/include/absl/strings/numbers.h:76:63: error: expression list treated as compound expression in initializer [-fpermissive]
- 76 | absl::Nonnull<float*> out);
- | ^
- /usr/include/absl/strings/numbers.h:87:44: error: ‘string_view’ is not a member of ‘absl’
- 87 | ABSL_MUST_USE_RESULT bool SimpleAtod(absl::string_view str,
- | ^~~~~~~~~~~
- /usr/include/absl/strings/numbers.h:88:61: error: expected primary-expression before ‘out’
- 88 | absl::Nonnull<double*> out);
- | ^~~
- /usr/include/absl/strings/numbers.h:88:64: error: expression list treated as compound expression in initializer [-fpermissive]
- 88 | absl::Nonnull<double*> out);
- | ^
- /usr/include/absl/strings/numbers.h:98:44: error: ‘string_view’ is not a member of ‘absl’
- 98 | ABSL_MUST_USE_RESULT bool SimpleAtob(absl::string_view str,
- | ^~~~~~~~~~~
- /usr/include/absl/strings/numbers.h:99:59: error: expected primary-expression before ‘out’
- 99 | absl::Nonnull<bool*> out);
- | ^~~
- /usr/include/absl/strings/numbers.h:99:62: error: expression list treated as compound expression in initializer [-fpermissive]
- 99 | absl::Nonnull<bool*> out);
- | ^
- /usr/include/absl/strings/numbers.h:112:47: error: ‘string_view’ is not a member of ‘absl’
- 112 | ABSL_MUST_USE_RESULT bool SimpleHexAtoi(absl::string_view str,
- | ^~~~~~~~~~~
- /usr/include/absl/strings/numbers.h:113:66: error: expected primary-expression before ‘out’
- 113 | absl::Nonnull<int_type*> out);
- | ^~~
- /usr/include/absl/strings/numbers.h:113:69: error: expression list treated as compound expression in initializer [-fpermissive]
- 113 | absl::Nonnull<int_type*> out);
- | ^
- /usr/include/absl/strings/numbers.h:117:11: error: ‘bool absl::lts_20240722::SimpleHexAtoi’ redeclared as different kind of entity
- 117 | absl::string_view str, absl::Nonnull<absl::int128*> out);
- | ^~~~~~~~~~~
- /usr/include/absl/strings/numbers.h:112:27: note: previous declaration ‘template<class int_type> bool absl::lts_20240722::SimpleHexAtoi<int_type>’
- 112 | ABSL_MUST_USE_RESULT bool SimpleHexAtoi(absl::string_view str,
- | ^~~~~~~~~~~~~
- /usr/include/absl/strings/numbers.h:117:11: error: ‘string_view’ is not a member of ‘absl’
- 117 | absl::string_view str, absl::Nonnull<absl::int128*> out);
- | ^~~~~~~~~~~
- /usr/include/absl/strings/numbers.h:117:57: error: expected primary-expression before ‘out’
- 117 | absl::string_view str, absl::Nonnull<absl::int128*> out);
- | ^~~
- /usr/include/absl/strings/numbers.h:119:11: error: ‘bool absl::lts_20240722::SimpleHexAtoi’ redeclared as different kind of entity
- 119 | absl::string_view str, absl::Nonnull<absl::uint128*> out);
- | ^~~~~~~~~~~
- /usr/include/absl/strings/numbers.h:112:27: note: previous declaration ‘template<class int_type> bool absl::lts_20240722::SimpleHexAtoi<int_type>’
- 112 | ABSL_MUST_USE_RESULT bool SimpleHexAtoi(absl::string_view str,
- | ^~~~~~~~~~~~~
- /usr/include/absl/strings/numbers.h:119:11: error: ‘string_view’ is not a member of ‘absl’
- 119 | absl::string_view str, absl::Nonnull<absl::uint128*> out);
- | ^~~~~~~~~~~
- /usr/include/absl/strings/numbers.h:119:58: error: expected primary-expression before ‘out’
- 119 | absl::string_view str, absl::Nonnull<absl::uint128*> out);
- | ^~~
- /usr/include/absl/strings/numbers.h:145:30: error: ‘string_view’ is not a member of ‘absl’
- 145 | bool safe_strto32_base(absl::string_view text, absl::Nonnull<int32_t*> value,
- | ^~~~~~~~~~~
- /usr/include/absl/strings/numbers.h:145:72: error: expected primary-expression before ‘value’
- 145 | bool safe_strto32_base(absl::string_view text, absl::Nonnull<int32_t*> value,
- | ^~~~~
- /usr/include/absl/strings/numbers.h:146:24: error: expected primary-expression before ‘int’
- 146 | int base);
- | ^~~
- /usr/include/absl/strings/numbers.h:146:32: error: expression list treated as compound expression in initializer [-fpermissive]
- 146 | int base);
- | ^
- /usr/include/absl/strings/numbers.h:147:30: error: ‘string_view’ is not a member of ‘absl’
- 147 | bool safe_strto64_base(absl::string_view text, absl::Nonnull<int64_t*> value,
- | ^~~~~~~~~~~
- /usr/include/absl/strings/numbers.h:147:72: error: expected primary-expression before ‘value’
- 147 | bool safe_strto64_base(absl::string_view text, absl::Nonnull<int64_t*> value,
- | ^~~~~
- /usr/include/absl/strings/numbers.h:148:24: error: expected primary-expression before ‘int’
- 148 | int base);
- | ^~~
- /usr/include/absl/strings/numbers.h:148:32: error: expression list treated as compound expression in initializer [-fpermissive]
- 148 | int base);
- | ^
- /usr/include/absl/strings/numbers.h:149:31: error: ‘string_view’ is not a member of ‘absl’
- 149 | bool safe_strto128_base(absl::string_view text,
- | ^~~~~~~~~~~
- /usr/include/absl/strings/numbers.h:150:54: error: expected primary-expression before ‘value’
- 150 | absl::Nonnull<absl::int128*> value, int base);
- | ^~~~~
- /usr/include/absl/strings/numbers.h:150:61: error: expected primary-expression before ‘int’
- 150 | absl::Nonnull<absl::int128*> value, int base);
- | ^~~
- /usr/include/absl/strings/numbers.h:150:69: error: expression list treated as compound expression in initializer [-fpermissive]
- 150 | absl::Nonnull<absl::int128*> value, int base);
- | ^
- /usr/include/absl/strings/numbers.h:151:31: error: ‘string_view’ is not a member of ‘absl’
- 151 | bool safe_strtou32_base(absl::string_view text, absl::Nonnull<uint32_t*> value,
- | ^~~~~~~~~~~
- /usr/include/absl/strings/numbers.h:151:74: error: expected primary-expression before ‘value’
- 151 | bool safe_strtou32_base(absl::string_view text, absl::Nonnull<uint32_t*> value,
- | ^~~~~
- /usr/include/absl/strings/numbers.h:152:25: error: expected primary-expression before ‘int’
- 152 | int base);
- | ^~~
- /usr/include/absl/strings/numbers.h:152:33: error: expression list treated as compound expression in initializer [-fpermissive]
- 152 | int base);
- | ^
- /usr/include/absl/strings/numbers.h:153:31: error: ‘string_view’ is not a member of ‘absl’
- 153 | bool safe_strtou64_base(absl::string_view text, absl::Nonnull<uint64_t*> value,
- | ^~~~~~~~~~~
- /usr/include/absl/strings/numbers.h:153:74: error: expected primary-expression before ‘value’
- 153 | bool safe_strtou64_base(absl::string_view text, absl::Nonnull<uint64_t*> value,
- | ^~~~~
- /usr/include/absl/strings/numbers.h:154:25: error: expected primary-expression before ‘int’
- 154 | int base);
- | ^~~
- /usr/include/absl/strings/numbers.h:154:33: error: expression list treated as compound expression in initializer [-fpermissive]
- 154 | int base);
- | ^
- /usr/include/absl/strings/numbers.h:155:32: error: ‘string_view’ is not a member of ‘absl’
- 155 | bool safe_strtou128_base(absl::string_view text,
- | ^~~~~~~~~~~
- /usr/include/absl/strings/numbers.h:156:56: error: expected primary-expression before ‘value’
- 156 | absl::Nonnull<absl::uint128*> value, int base);
- | ^~~~~
- /usr/include/absl/strings/numbers.h:156:63: error: expected primary-expression before ‘int’
- 156 | absl::Nonnull<absl::uint128*> value, int base);
- | ^~~
- /usr/include/absl/strings/numbers.h:156:71: error: expression list treated as compound expression in initializer [-fpermissive]
- 156 | absl::Nonnull<absl::uint128*> value, int base);
- | ^
- /usr/include/absl/strings/numbers.h:213:50: error: ‘string_view’ is not a member of ‘absl’
- 213 | ABSL_MUST_USE_RESULT bool safe_strtoi_base(absl::string_view s,
- | ^~~~~~~~~~~
- /usr/include/absl/strings/numbers.h:214:69: error: expected primary-expression before ‘out’
- 214 | absl::Nonnull<int_type*> out,
- | ^~~
- /usr/include/absl/strings/numbers.h:215:44: error: expected primary-expression before ‘int’
- 215 | int base) {
- | ^~~
- /usr/include/absl/strings/numbers.h:215:52: error: expression list treated as compound expression in initializer [-fpermissive]
- 215 | int base) {
- | ^
- /usr/include/absl/strings/numbers.h:215:53: error: expected ‘;’ before ‘{’ token
- 215 | int base) {
- | ^~
- | ;
- /usr/include/absl/strings/numbers.h:283:27: error: redefinition of ‘template<class int_type> bool absl::lts_20240722::SimpleAtoi’
- 283 | ABSL_MUST_USE_RESULT bool SimpleAtoi(absl::string_view str,
- | ^~~~~~~~~~
- /usr/include/absl/strings/numbers.h:63:27: note: ‘template<class int_type> bool absl::lts_20240722::SimpleAtoi<int_type>’ previously declared here
- 63 | ABSL_MUST_USE_RESULT bool SimpleAtoi(absl::string_view str,
- | ^~~~~~~~~~
- /usr/include/absl/strings/numbers.h:283:44: error: ‘string_view’ is not a member of ‘absl’
- 283 | ABSL_MUST_USE_RESULT bool SimpleAtoi(absl::string_view str,
- | ^~~~~~~~~~~
- /usr/include/absl/strings/numbers.h:284:63: error: expected primary-expression before ‘out’
- 284 | absl::Nonnull<int_type*> out) {
- | ^~~
- /usr/include/absl/strings/numbers.h:288:51: error: ‘bool absl::lts_20240722::SimpleAtoi’ redeclared as different kind of entity
- 288 | ABSL_MUST_USE_RESULT inline bool SimpleAtoi(absl::string_view str,
- | ^~~~~~~~~~~
- /usr/include/absl/strings/numbers.h:63:27: note: previous declaration ‘template<class int_type> bool absl::lts_20240722::SimpleAtoi<int_type>’
- 63 | ABSL_MUST_USE_RESULT bool SimpleAtoi(absl::string_view str,
- | ^~~~~~~~~~
- /usr/include/absl/strings/numbers.h:288:51: error: ‘string_view’ is not a member of ‘absl’
- 288 | ABSL_MUST_USE_RESULT inline bool SimpleAtoi(absl::string_view str,
- | ^~~~~~~~~~~
- /usr/include/absl/strings/numbers.h:289:74: error: expected primary-expression before ‘out’
- 289 | absl::Nonnull<absl::int128*> out) {
- | ^~~
- /usr/include/absl/strings/numbers.h:293:51: error: ‘bool absl::lts_20240722::SimpleAtoi’ redeclared as different kind of entity
- 293 | ABSL_MUST_USE_RESULT inline bool SimpleAtoi(absl::string_view str,
- | ^~~~~~~~~~~
- /usr/include/absl/strings/numbers.h:63:27: note: previous declaration ‘template<class int_type> bool absl::lts_20240722::SimpleAtoi<int_type>’
- 63 | ABSL_MUST_USE_RESULT bool SimpleAtoi(absl::string_view str,
- | ^~~~~~~~~~
- /usr/include/absl/strings/numbers.h:293:51: error: ‘string_view’ is not a member of ‘absl’
- 293 | ABSL_MUST_USE_RESULT inline bool SimpleAtoi(absl::string_view str,
- | ^~~~~~~~~~~
- /usr/include/absl/strings/numbers.h:294:75: error: expected primary-expression before ‘out’
- 294 | absl::Nonnull<absl::uint128*> out) {
- | ^~~
- /usr/include/absl/strings/numbers.h:299:27: error: redefinition of ‘template<class int_type> bool absl::lts_20240722::SimpleHexAtoi’
- 299 | ABSL_MUST_USE_RESULT bool SimpleHexAtoi(absl::string_view str,
- | ^~~~~~~~~~~~~
- /usr/include/absl/strings/numbers.h:112:27: note: ‘template<class int_type> bool absl::lts_20240722::SimpleHexAtoi<int_type>’ previously declared here
- 112 | ABSL_MUST_USE_RESULT bool SimpleHexAtoi(absl::string_view str,
- | ^~~~~~~~~~~~~
- /usr/include/absl/strings/numbers.h:299:47: error: ‘string_view’ is not a member of ‘absl’
- 299 | ABSL_MUST_USE_RESULT bool SimpleHexAtoi(absl::string_view str,
- | ^~~~~~~~~~~
- /usr/include/absl/strings/numbers.h:300:66: error: expected primary-expression before ‘out’
- 300 | absl::Nonnull<int_type*> out) {
- | ^~~
- /usr/include/absl/strings/numbers.h:305:11: error: ‘bool absl::lts_20240722::SimpleHexAtoi’ redeclared as different kind of entity
- 305 | absl::string_view str, absl::Nonnull<absl::int128*> out) {
- | ^~~~~~~~~~~
- /usr/include/absl/strings/numbers.h:112:27: note: previous declaration ‘template<class int_type> bool absl::lts_20240722::SimpleHexAtoi<int_type>’
- 112 | ABSL_MUST_USE_RESULT bool SimpleHexAtoi(absl::string_view str,
- | ^~~~~~~~~~~~~
- /usr/include/absl/strings/numbers.h:305:11: error: ‘string_view’ is not a member of ‘absl’
- 305 | absl::string_view str, absl::Nonnull<absl::int128*> out) {
- | ^~~~~~~~~~~
- /usr/include/absl/strings/numbers.h:305:57: error: expected primary-expression before ‘out’
- 305 | absl::string_view str, absl::Nonnull<absl::int128*> out) {
- | ^~~
- /usr/include/absl/strings/numbers.h:310:11: error: ‘bool absl::lts_20240722::SimpleHexAtoi’ redeclared as different kind of entity
- 310 | absl::string_view str, absl::Nonnull<absl::uint128*> out) {
- | ^~~~~~~~~~~
- /usr/include/absl/strings/numbers.h:112:27: note: previous declaration ‘template<class int_type> bool absl::lts_20240722::SimpleHexAtoi<int_type>’
- 112 | ABSL_MUST_USE_RESULT bool SimpleHexAtoi(absl::string_view str,
- | ^~~~~~~~~~~~~
- /usr/include/absl/strings/numbers.h:310:11: error: ‘string_view’ is not a member of ‘absl’
- 310 | absl::string_view str, absl::Nonnull<absl::uint128*> out) {
- | ^~~~~~~~~~~
- /usr/include/absl/strings/numbers.h:310:58: error: expected primary-expression before ‘out’
- 310 | absl::string_view str, absl::Nonnull<absl::uint128*> out) {
- | ^~~
- /usr/include/absl/strings/str_cat.h: In function ‘void absl::lts_20240722::AbslStringify(S&, Hex)’:
- /usr/include/absl/strings/str_cat.h:224:25: error: ‘string_view’ is not a member of ‘absl’
- 224 | sink.Append(absl::string_view(end - real_width, real_width));
- | ^~~~~~~~~~~
- /usr/include/absl/strings/str_cat.h:231:25: error: ‘string_view’ is not a member of ‘absl’
- 231 | sink.Append(absl::string_view(end - hex.width, hex.width));
- | ^~~~~~~~~~~
- /usr/include/absl/strings/str_cat.h: In function ‘void absl::lts_20240722::AbslStringify(S&, Dec)’:
- /usr/include/absl/strings/str_cat.h:298:23: error: ‘string_view’ is not a member of ‘absl’
- 298 | sink.Append(absl::string_view(writer, static_cast<size_t>(end - writer)));
- | ^~~~~~~~~~~
- /usr/include/absl/strings/str_cat.h: At global scope:
- /usr/include/absl/strings/str_cat.h:360:29: error: expected ‘)’ before ‘pc’
- 360 | AlphaNum(absl::string_view pc // NOLINT(runtime/explicit)
- | ~ ^~~
- | )
- /usr/include/absl/strings/str_cat.h:383:9: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 383 | absl::string_view::size_type size() const { return piece_.size(); }
- | ^~~~~~~~~~~
- /usr/include/absl/strings/str_cat.h:385:9: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 385 | absl::string_view Piece() const { return piece_; }
- | ^~~~~~~~~~~
- /usr/include/absl/strings/str_cat.h:418:9: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 418 | absl::string_view piece_;
- | ^~~~~~~~~~~
- /usr/include/absl/strings/str_cat.h: In constructor ‘absl::lts_20240722::AlphaNum::AlphaNum(int)’:
- /usr/include/absl/strings/str_cat.h:322:9: error: class ‘absl::lts_20240722::AlphaNum’ does not have any field named ‘piece_’
- 322 | : piece_(digits_, static_cast<size_t>(
- | ^~~~~~
- /usr/include/absl/strings/str_cat.h: In constructor ‘absl::lts_20240722::AlphaNum::AlphaNum(unsigned int)’:
- /usr/include/absl/strings/str_cat.h:326:9: error: class ‘absl::lts_20240722::AlphaNum’ does not have any field named ‘piece_’
- 326 | : piece_(digits_, static_cast<size_t>(
- | ^~~~~~
- /usr/include/absl/strings/str_cat.h: In constructor ‘absl::lts_20240722::AlphaNum::AlphaNum(long int)’:
- /usr/include/absl/strings/str_cat.h:330:9: error: class ‘absl::lts_20240722::AlphaNum’ does not have any field named ‘piece_’
- 330 | : piece_(digits_, static_cast<size_t>(
- | ^~~~~~
- /usr/include/absl/strings/str_cat.h: In constructor ‘absl::lts_20240722::AlphaNum::AlphaNum(long unsigned int)’:
- /usr/include/absl/strings/str_cat.h:334:9: error: class ‘absl::lts_20240722::AlphaNum’ does not have any field named ‘piece_’
- 334 | : piece_(digits_, static_cast<size_t>(
- | ^~~~~~
- /usr/include/absl/strings/str_cat.h: In constructor ‘absl::lts_20240722::AlphaNum::AlphaNum(long long int)’:
- /usr/include/absl/strings/str_cat.h:338:9: error: class ‘absl::lts_20240722::AlphaNum’ does not have any field named ‘piece_’
- 338 | : piece_(digits_, static_cast<size_t>(
- | ^~~~~~
- /usr/include/absl/strings/str_cat.h: In constructor ‘absl::lts_20240722::AlphaNum::AlphaNum(long long unsigned int)’:
- /usr/include/absl/strings/str_cat.h:342:9: error: class ‘absl::lts_20240722::AlphaNum’ does not have any field named ‘piece_’
- 342 | : piece_(digits_, static_cast<size_t>(
- | ^~~~~~
- /usr/include/absl/strings/str_cat.h: In constructor ‘absl::lts_20240722::AlphaNum::AlphaNum(float)’:
- /usr/include/absl/strings/str_cat.h:347:9: error: class ‘absl::lts_20240722::AlphaNum’ does not have any field named ‘piece_’
- 347 | : piece_(digits_, numbers_internal::SixDigitsToBuffer(f, digits_)) {}
- | ^~~~~~
- /usr/include/absl/strings/str_cat.h: In constructor ‘absl::lts_20240722::AlphaNum::AlphaNum(double)’:
- /usr/include/absl/strings/str_cat.h:349:9: error: class ‘absl::lts_20240722::AlphaNum’ does not have any field named ‘piece_’
- 349 | : piece_(digits_, numbers_internal::SixDigitsToBuffer(f, digits_)) {}
- | ^~~~~~
- /usr/include/absl/strings/str_cat.h: In constructor ‘absl::lts_20240722::AlphaNum::AlphaNum(const absl::lts_20240722::strings_internal::AlphaNumBuffer<size>&)’:
- /usr/include/absl/strings/str_cat.h:355:9: error: class ‘absl::lts_20240722::AlphaNum’ does not have any field named ‘piece_’
- 355 | : piece_(&buf.data[0], buf.size) {}
- | ^~~~~~
- /usr/include/absl/strings/str_cat.h: In constructor ‘absl::lts_20240722::AlphaNum::AlphaNum(absl::lts_20240722::Nullable<const char*>)’:
- /usr/include/absl/strings/str_cat.h:359:9: error: class ‘absl::lts_20240722::AlphaNum’ does not have any field named ‘piece_’
- 359 | : piece_(NullSafeStringView(c_str)) {}
- | ^~~~~~
- /usr/include/absl/strings/str_cat.h:359:16: error: ‘NullSafeStringView’ was not declared in this scope
- 359 | : piece_(NullSafeStringView(c_str)) {}
- | ^~~~~~~~~~~~~~~~~~
- /usr/include/absl/strings/str_cat.h: In constructor ‘absl::lts_20240722::AlphaNum::AlphaNum(const T&, absl::lts_20240722::strings_internal::StringifySink&&)’:
- /usr/include/absl/strings/str_cat.h:369:9: error: class ‘absl::lts_20240722::AlphaNum’ does not have any field named ‘piece_’
- 369 | : piece_(strings_internal::ExtractStringification(sink, v)) {}
- | ^~~~~~
- /usr/include/absl/strings/str_cat.h:369:34: error: ‘ExtractStringification’ is not a member of ‘absl::lts_20240722::strings_internal’
- 369 | : piece_(strings_internal::ExtractStringification(sink, v)) {}
- | ^~~~~~~~~~~~~~~~~~~~~~
- /usr/include/absl/strings/str_cat.h: In constructor ‘absl::lts_20240722::AlphaNum::AlphaNum(const std::__cxx11::basic_string<char, std::char_traits<char>, _Alloc>&)’:
- /usr/include/absl/strings/str_cat.h:375:9: error: class ‘absl::lts_20240722::AlphaNum’ does not have any field named ‘piece_’
- 375 | : piece_(str) {}
- | ^~~~~~
- /usr/include/absl/strings/str_cat.h: In member function ‘const char* absl::lts_20240722::AlphaNum::data() const’:
- /usr/include/absl/strings/str_cat.h:384:53: error: ‘piece_’ was not declared in this scope
- 384 | absl::Nullable<const char*> data() const { return piece_.data(); }
- | ^~~~~~
- /usr/include/absl/strings/str_cat.h: At global scope:
- /usr/include/absl/strings/str_cat.h:453:51: error: ‘string_view’ is not a member of ‘absl’
- 453 | std::string CatPieces(std::initializer_list<absl::string_view> pieces);
- | ^~~~~~~~~~~
- /usr/include/absl/strings/str_cat.h:453:51: error: ‘string_view’ is not a member of ‘absl’
- /usr/include/absl/strings/str_cat.h:453:62: error: template argument 1 is invalid
- 453 | std::string CatPieces(std::initializer_list<absl::string_view> pieces);
- | ^
- /usr/include/absl/strings/str_cat.h:455:47: error: ‘string_view’ is not a member of ‘absl’
- 455 | std::initializer_list<absl::string_view> pieces);
- | ^~~~~~~~~~~
- /usr/include/absl/strings/str_cat.h:455:47: error: ‘string_view’ is not a member of ‘absl’
- /usr/include/absl/strings/str_cat.h:455:58: error: template argument 1 is invalid
- 455 | std::initializer_list<absl::string_view> pieces);
- | ^
- /usr/include/absl/strings/str_cat.h:521:39: error: ‘enable_if_t’ in namespace ‘std’ does not name a template type
- 521 | template <typename T, typename = std::enable_if_t<
- | ^~~~~~~~~~~
- /usr/include/absl/strings/str_cat.h:521:34: note: ‘std::enable_if_t’ is only available from C++14 onwards
- 521 | template <typename T, typename = std::enable_if_t<
- | ^~~
- /usr/include/absl/strings/str_cat.h:521:50: error: expected ‘>’ before ‘<’ token
- 521 | template <typename T, typename = std::enable_if_t<
- | ^
- /usr/include/absl/strings/str_cat.h:523:48: error: expected unqualified-id before ‘{’ token
- 523 | std::is_arithmetic<T>{} && !std::is_same<T, char>{}>>
- | ^
- /usr/include/absl/strings/str_cat.h:523:54: error: expected unqualified-id before ‘!’ token
- 523 | std::is_arithmetic<T>{} && !std::is_same<T, char>{}>>
- | ^
- /usr/include/absl/strings/str_cat.h:523:78: error: expected unqualified-id before ‘>>’ token
- 523 | std::is_arithmetic<T>{} && !std::is_same<T, char>{}>>
- | ^~
- /usr/include/absl/strings/str_cat.h:534:23: error: ‘template<class T> std::string absl::lts_20240722::StrCat’ redeclared as different kind of entity
- 534 | strings_internal::EnableIfFastCase<T> a) {
- | ^~~~~~~~~~~~~~~~
- /usr/include/absl/strings/str_cat.h:530:41: note: previous declaration ‘std::string absl::lts_20240722::StrCat()’
- 530 | ABSL_MUST_USE_RESULT inline std::string StrCat() { return std::string(); }
- | ^~~~~~
- /usr/include/absl/strings/str_cat.h:534:23: error: ‘EnableIfFastCase’ is not a member of ‘absl::lts_20240722::strings_internal’
- 534 | strings_internal::EnableIfFastCase<T> a) {
- | ^~~~~~~~~~~~~~~~
- /usr/include/absl/strings/str_cat.h:534:41: error: expected primary-expression before ‘>’ token
- 534 | strings_internal::EnableIfFastCase<T> a) {
- | ^
- /usr/include/absl/strings/str_cat.h:534:43: error: ‘a’ was not declared in this scope
- 534 | strings_internal::EnableIfFastCase<T> a) {
- | ^
- /usr/include/absl/strings/str_cat.h: In function ‘std::string absl::lts_20240722::StrCat(const AlphaNum&)’:
- /usr/include/absl/strings/str_cat.h:538:34: error: ‘const class absl::lts_20240722::AlphaNum’ has no member named ‘size’
- 538 | return std::string(a.data(), a.size());
- | ^~~~
- /usr/include/absl/strings/str_cat.h: In function ‘std::string absl::lts_20240722::StrCat(const AlphaNum&, const AlphaNum&, const AlphaNum&, const AlphaNum&, const AlphaNum&, const AV& ...)’:
- /usr/include/absl/strings/str_cat.h:553:10: error: ‘const class absl::lts_20240722::AlphaNum’ has no member named ‘Piece’
- 553 | {a.Piece(), b.Piece(), c.Piece(), d.Piece(), e.Piece(),
- | ^~~~~
- /usr/include/absl/strings/str_cat.h:553:21: error: ‘const class absl::lts_20240722::AlphaNum’ has no member named ‘Piece’
- 553 | {a.Piece(), b.Piece(), c.Piece(), d.Piece(), e.Piece(),
- | ^~~~~
- /usr/include/absl/strings/str_cat.h:553:32: error: ‘const class absl::lts_20240722::AlphaNum’ has no member named ‘Piece’
- 553 | {a.Piece(), b.Piece(), c.Piece(), d.Piece(), e.Piece(),
- | ^~~~~
- /usr/include/absl/strings/str_cat.h:553:43: error: ‘const class absl::lts_20240722::AlphaNum’ has no member named ‘Piece’
- 553 | {a.Piece(), b.Piece(), c.Piece(), d.Piece(), e.Piece(),
- | ^~~~~
- /usr/include/absl/strings/str_cat.h:553:54: error: ‘const class absl::lts_20240722::AlphaNum’ has no member named ‘Piece’
- 553 | {a.Piece(), b.Piece(), c.Piece(), d.Piece(), e.Piece(),
- | ^~~~~
- /usr/include/absl/strings/str_cat.h:554:43: error: ‘const class absl::lts_20240722::AlphaNum’ has no member named ‘Piece’
- 554 | static_cast<const AlphaNum&>(args).Piece()...});
- | ^~~~~
- /usr/include/absl/strings/str_cat.h:552:37: error: cannot convert ‘<brace-enclosed initializer list>’ to ‘int’
- 552 | return strings_internal::CatPieces(
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~^
- | |
- | <brace-enclosed initializer list>
- 553 | {a.Piece(), b.Piece(), c.Piece(), d.Piece(), e.Piece(),
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 554 | static_cast<const AlphaNum&>(args).Piece()...});
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/absl/strings/str_cat.h:453:64: note: initializing argument 1 of ‘std::string absl::lts_20240722::strings_internal::CatPieces(int)’
- 453 | std::string CatPieces(std::initializer_list<absl::string_view> pieces);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~
- /usr/include/absl/strings/str_cat.h: In function ‘void absl::lts_20240722::StrAppend(Nonnull<std::__cxx11::basic_string<char>*>, const AlphaNum&, const AlphaNum&, const AlphaNum&, const AlphaNum&, const AlphaNum&, const AV& ...)’:
- /usr/include/absl/strings/str_cat.h:599:16: error: ‘const class absl::lts_20240722::AlphaNum’ has no member named ‘Piece’
- 599 | dest, {a.Piece(), b.Piece(), c.Piece(), d.Piece(), e.Piece(),
- | ^~~~~
- /usr/include/absl/strings/str_cat.h:599:27: error: ‘const class absl::lts_20240722::AlphaNum’ has no member named ‘Piece’
- 599 | dest, {a.Piece(), b.Piece(), c.Piece(), d.Piece(), e.Piece(),
- | ^~~~~
- /usr/include/absl/strings/str_cat.h:599:38: error: ‘const class absl::lts_20240722::AlphaNum’ has no member named ‘Piece’
- 599 | dest, {a.Piece(), b.Piece(), c.Piece(), d.Piece(), e.Piece(),
- | ^~~~~
- /usr/include/absl/strings/str_cat.h:599:49: error: ‘const class absl::lts_20240722::AlphaNum’ has no member named ‘Piece’
- 599 | dest, {a.Piece(), b.Piece(), c.Piece(), d.Piece(), e.Piece(),
- | ^~~~~
- /usr/include/absl/strings/str_cat.h:599:60: error: ‘const class absl::lts_20240722::AlphaNum’ has no member named ‘Piece’
- 599 | dest, {a.Piece(), b.Piece(), c.Piece(), d.Piece(), e.Piece(),
- | ^~~~~
- /usr/include/absl/strings/str_cat.h:600:49: error: ‘const class absl::lts_20240722::AlphaNum’ has no member named ‘Piece’
- 600 | static_cast<const AlphaNum&>(args).Piece()...});
- | ^~~~~
- /usr/include/absl/strings/str_cat.h:598:33: error: cannot convert ‘<brace-enclosed initializer list>’ to ‘int’
- 598 | strings_internal::AppendPieces(
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
- | |
- | <brace-enclosed initializer list>
- 599 | dest, {a.Piece(), b.Piece(), c.Piece(), d.Piece(), e.Piece(),
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 600 | static_cast<const AlphaNum&>(args).Piece()...});
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/absl/strings/str_cat.h:455:60: note: initializing argument 2 of ‘void absl::lts_20240722::strings_internal::AppendPieces(absl::lts_20240722::Nonnull<std::__cxx11::basic_string<char>*>, int)’
- 455 | std::initializer_list<absl::string_view> pieces);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~
- /usr/include/absl/container/internal/layout.h: At global scope:
- /usr/include/absl/container/internal/layout.h:354:36: error: ‘index_sequence’ is not a member of ‘absl’
- 354 | std::tuple<Elements...>, absl::index_sequence<StaticSizeSeq...>,
- | ^~~~~~~~~~~~~~
- /usr/include/absl/container/internal/layout.h:354:36: error: ‘index_sequence’ is not a member of ‘absl’
- /usr/include/absl/container/internal/layout.h:354:64: error: expected parameter pack before ‘...’
- 354 | std::tuple<Elements...>, absl::index_sequence<StaticSizeSeq...>,
- | ^~~
- /usr/include/absl/container/internal/layout.h:354:67: error: wrong number of template arguments (2, should be 5)
- 354 | std::tuple<Elements...>, absl::index_sequence<StaticSizeSeq...>,
- | ^
- /usr/include/absl/container/internal/layout.h:332:7: note: provided for ‘template<class Elements, class StaticSizeSeq, class RuntimeSizeSeq, class SizeSeq, class OffsetSeq> class absl::lts_20240722::container_internal::internal_layout::LayoutImpl’
- 332 | class LayoutImpl;
- | ^~~~~~~~~~
- /usr/include/absl/container/internal/layout.h:700:36: error: ‘index_sequence’ is not a member of ‘absl’
- 700 | std::tuple<Elements...>, absl::index_sequence<StaticSizeSeq...>,
- | ^~~~~~~~~~~~~~
- /usr/include/absl/container/internal/layout.h:700:36: error: ‘index_sequence’ is not a member of ‘absl’
- /usr/include/absl/container/internal/layout.h:700:64: error: expected parameter pack before ‘...’
- 700 | std::tuple<Elements...>, absl::index_sequence<StaticSizeSeq...>,
- | ^~~
- /usr/include/absl/container/internal/layout.h:700:67: error: wrong number of template arguments (2, should be 5)
- 700 | std::tuple<Elements...>, absl::index_sequence<StaticSizeSeq...>,
- | ^
- /usr/include/absl/container/internal/layout.h:332:7: note: provided for ‘template<class Elements, class StaticSizeSeq, class RuntimeSizeSeq, class SizeSeq, class OffsetSeq> class absl::lts_20240722::container_internal::internal_layout::LayoutImpl’
- 332 | class LayoutImpl;
- | ^~~~~~~~~~
- /usr/include/absl/container/internal/layout.h:707:11: error: ‘make_index_sequence’ is not a member of ‘absl’
- 707 | absl::make_index_sequence<NumRuntimeSizes>,
- | ^~~~~~~~~~~~~~~~~~~
- /usr/include/absl/container/internal/layout.h:707:11: error: ‘make_index_sequence’ is not a member of ‘absl’
- /usr/include/absl/container/internal/layout.h:707:46: error: wrong number of template arguments (3, should be 5)
- 707 | absl::make_index_sequence<NumRuntimeSizes>,
- | ^
- /usr/include/absl/container/internal/layout.h:332:7: note: provided for ‘template<class Elements, class StaticSizeSeq, class RuntimeSizeSeq, class SizeSeq, class OffsetSeq> class absl::lts_20240722::container_internal::internal_layout::LayoutImpl’
- 332 | class LayoutImpl;
- | ^~~~~~~~~~
- /usr/include/absl/container/internal/layout.h:714:24: error: expected template-name before ‘<’ token
- 714 | : public LayoutType<StaticSizeSeq,
- | ^
- /usr/include/absl/container/internal/layout.h:714:24: error: expected ‘{’ before ‘<’ token
- /usr/include/absl/container/internal/layout.h:813:26: error: ‘make_index_sequence’ is not a member of ‘absl’
- 813 | absl::make_index_sequence<0>, Ts...> {
- | ^~~~~~~~~~~~~~~~~~~
- /usr/include/absl/container/internal/layout.h:813:26: error: ‘make_index_sequence’ is not a member of ‘absl’
- /usr/include/absl/container/internal/layout.h:813:47: error: template argument 1 is invalid
- 813 | absl::make_index_sequence<0>, Ts...> {
- | ^
- /usr/include/absl/container/internal/layout.h:813:55: error: expected ‘{’ before ‘>’ token
- 813 | absl::make_index_sequence<0>, Ts...> {
- | ^
- /usr/include/absl/container/internal/btree.h:112:42: error: ‘string_view’ is not a member of ‘absl’
- 112 | StringBtreeDefaultLess(std::less<absl::string_view>) {} // NOLINT
- | ^~~~~~~~~~~
- /usr/include/absl/container/internal/btree.h:112:42: error: ‘string_view’ is not a member of ‘absl’
- /usr/include/absl/container/internal/btree.h:112:53: error: template argument 1 is invalid
- 112 | StringBtreeDefaultLess(std::less<absl::string_view>) {} // NOLINT
- | ^
- /usr/include/absl/container/internal/btree.h:116:37: error: ‘string_view’ is not a member of ‘absl’
- 116 | explicit operator std::less<absl::string_view>() const { return {}; }
- | ^~~~~~~~~~~
- /usr/include/absl/container/internal/btree.h:116:37: error: ‘string_view’ is not a member of ‘absl’
- /usr/include/absl/container/internal/btree.h:116:48: error: template argument 1 is invalid
- 116 | explicit operator std::less<absl::string_view>() const { return {}; }
- | ^
- /usr/include/absl/container/internal/btree.h:119:40: error: ‘absl::string_view’ has not been declared
- 119 | absl::weak_ordering operator()(absl::string_view lhs,
- | ^~~~~~~~~~~
- /usr/include/absl/container/internal/btree.h:120:40: error: ‘absl::string_view’ has not been declared
- 120 | absl::string_view rhs) const {
- | ^~~~~~~~~~~
- /usr/include/absl/container/internal/btree.h:129:40: error: ‘absl::string_view’ has not been declared
- 129 | absl::string_view rhs) const {
- | ^~~~~~~~~~~
- /usr/include/absl/container/internal/btree.h:132:40: error: ‘absl::string_view’ has not been declared
- 132 | absl::weak_ordering operator()(absl::string_view lhs,
- | ^~~~~~~~~~~
- /usr/include/absl/container/internal/btree.h: In member function ‘absl::lts_20240722::weak_ordering absl::lts_20240722::container_internal::StringBtreeDefaultLess::operator()(int, int) const’:
- /usr/include/absl/container/internal/btree.h:121:61: error: request for member ‘compare’ in ‘lhs’, which is of non-class type ‘int’
- 121 | return compare_internal::compare_result_as_ordering(lhs.compare(rhs));
- | ^~~~~~~
- /usr/include/absl/container/internal/btree.h: At global scope:
- /usr/include/absl/container/internal/btree.h:144:48: error: ‘string_view’ is not a member of ‘absl’
- 144 | StringBtreeDefaultGreater(std::greater<absl::string_view>) {} // NOLINT
- | ^~~~~~~~~~~
- /usr/include/absl/container/internal/btree.h:144:48: error: ‘string_view’ is not a member of ‘absl’
- /usr/include/absl/container/internal/btree.h:144:59: error: template argument 1 is invalid
- 144 | StringBtreeDefaultGreater(std::greater<absl::string_view>) {} // NOLINT
- | ^
- /usr/include/absl/container/internal/btree.h:148:40: error: ‘string_view’ is not a member of ‘absl’
- 148 | explicit operator std::greater<absl::string_view>() const { return {}; }
- | ^~~~~~~~~~~
- /usr/include/absl/container/internal/btree.h:148:40: error: ‘string_view’ is not a member of ‘absl’
- /usr/include/absl/container/internal/btree.h:148:51: error: template argument 1 is invalid
- 148 | explicit operator std::greater<absl::string_view>() const { return {}; }
- | ^
- /usr/include/absl/container/internal/btree.h:151:40: error: ‘absl::string_view’ has not been declared
- 151 | absl::weak_ordering operator()(absl::string_view lhs,
- | ^~~~~~~~~~~
- /usr/include/absl/container/internal/btree.h:152:40: error: ‘absl::string_view’ has not been declared
- 152 | absl::string_view rhs) const {
- | ^~~~~~~~~~~
- /usr/include/absl/container/internal/btree.h:161:40: error: ‘absl::string_view’ has not been declared
- 161 | absl::string_view rhs) const {
- | ^~~~~~~~~~~
- /usr/include/absl/container/internal/btree.h:164:40: error: ‘absl::string_view’ has not been declared
- 164 | absl::weak_ordering operator()(absl::string_view lhs,
- | ^~~~~~~~~~~
- /usr/include/absl/container/internal/btree.h: In member function ‘absl::lts_20240722::weak_ordering absl::lts_20240722::container_internal::StringBtreeDefaultGreater::operator()(int, int) const’:
- /usr/include/absl/container/internal/btree.h:153:61: error: request for member ‘compare’ in ‘rhs’, which is of non-class type ‘int’
- 153 | return compare_internal::compare_result_as_ordering(rhs.compare(lhs));
- | ^~~~~~~
- /usr/include/absl/container/internal/btree.h: At global scope:
- /usr/include/absl/container/internal/btree.h:288:44: error: ‘string_view’ is not a member of ‘absl’
- 288 | struct key_compare_adapter<std::less<absl::string_view>, absl::string_view> {
- | ^~~~~~~~~~~
- /usr/include/absl/container/internal/btree.h:288:44: error: ‘string_view’ is not a member of ‘absl’
- /usr/include/absl/container/internal/btree.h:288:55: error: template argument 1 is invalid
- 288 | struct key_compare_adapter<std::less<absl::string_view>, absl::string_view> {
- | ^
- /usr/include/absl/container/internal/btree.h:288:64: error: ‘string_view’ is not a member of ‘absl’
- 288 | struct key_compare_adapter<std::less<absl::string_view>, absl::string_view> {
- | ^~~~~~~~~~~
- /usr/include/absl/container/internal/btree.h:288:64: error: ‘string_view’ is not a member of ‘absl’
- /usr/include/absl/container/internal/btree.h:288:75: error: template argument 1 is invalid
- 288 | struct key_compare_adapter<std::less<absl::string_view>, absl::string_view> {
- | ^
- /usr/include/absl/container/internal/btree.h:288:75: error: template argument 2 is invalid
- /usr/include/absl/container/internal/btree.h:293:47: error: ‘string_view’ is not a member of ‘absl’
- 293 | struct key_compare_adapter<std::greater<absl::string_view>, absl::string_view> {
- | ^~~~~~~~~~~
- /usr/include/absl/container/internal/btree.h:293:47: error: ‘string_view’ is not a member of ‘absl’
- /usr/include/absl/container/internal/btree.h:293:58: error: template argument 1 is invalid
- 293 | struct key_compare_adapter<std::greater<absl::string_view>, absl::string_view> {
- | ^
- /usr/include/absl/container/internal/btree.h:293:67: error: ‘string_view’ is not a member of ‘absl’
- 293 | struct key_compare_adapter<std::greater<absl::string_view>, absl::string_view> {
- | ^~~~~~~~~~~
- /usr/include/absl/container/internal/btree.h:293:67: error: ‘string_view’ is not a member of ‘absl’
- /usr/include/absl/container/internal/btree.h:293:78: error: template argument 1 is invalid
- 293 | struct key_compare_adapter<std::greater<absl::string_view>, absl::string_view> {
- | ^
- /usr/include/absl/container/internal/btree.h:293:78: error: template argument 2 is invalid
- /usr/include/absl/container/internal/btree.h:635:20: error: ‘InternalLayout’ function uses ‘auto’ type specifier without trailing return type
- 635 | constexpr static auto InternalLayout() { return internal_layout_type(); }
- | ^~~~
- /usr/include/absl/container/internal/btree.h:635:20: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /usr/include/absl/container/internal/btree.h: In constructor ‘absl::lts_20240722::container_internal::btree<Params>::btree(absl::lts_20240722::container_internal::btree<Params>&&)’:
- /usr/include/absl/container/internal/btree.h:1403:20: error: ‘exchange’ is not a member of ‘std’
- 1403 | : root_(std::exchange(other.root_, EmptyNode())),
- | ^~~~~~~~
- /usr/include/absl/container/internal/btree.h:1403:20: note: ‘std::exchange’ is only available from C++14 onwards
- /usr/include/absl/container/internal/btree.h:1405:20: error: ‘exchange’ is not a member of ‘std’
- 1405 | size_(std::exchange(other.size_, 0u)) {
- | ^~~~~~~~
- /usr/include/absl/container/internal/btree.h:1405:20: note: ‘std::exchange’ is only available from C++14 onwards
- In file included from /app/include/google/protobuf/extension_set.h:48:
- /app/include/google/protobuf/port_def.inc: At global scope:
- /app/include/google/protobuf/port_def.inc:119:15: error: static assertion failed: Protobuf only supports C++17 and newer.
- 119 | static_assert(PROTOBUF_CPLUSPLUS_MIN(201703L),
- | ^~~~~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/port_def.inc:119:15: note: the comparison reduces to ‘(201103 >= 201703)’
- /app/include/google/protobuf/extension_set.h:85:16: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 85 | inline ::absl::string_view GetFeatureSetDefaultsData();
- | ^~~~~~~~~~~
- /app/include/google/protobuf/extension_set.h:664:18: error: ‘variant’ in namespace ‘std’ does not name a template type
- 664 | virtual std::variant<size_t, const MessageLite*> UnparsedSizeOrMessage()
- | ^~~~~~~
- /app/include/google/protobuf/extension_set.h:664:13: note: ‘std::variant’ is only available from C++17 onwards
- 664 | virtual std::variant<size_t, const MessageLite*> UnparsedSizeOrMessage()
- | ^~~
- /app/include/google/protobuf/extension_set.h: In member function ‘const void* google::protobuf::internal::ExtensionSet::Extension::PrefetchPtr() const’:
- /app/include/google/protobuf/extension_set.h:727:7: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [45], int, std::string&)’
- 727 | ABSL_DCHECK_EQ(is_pointer, is_repeated || FieldTypeIsPointer(type));
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /usr/include/absl/container/internal/btree.h: In instantiation of ‘class absl::lts_20240722::container_internal::btree_node<absl::lts_20240722::container_internal::map_params<int, google::protobuf::internal::ExtensionSet::Extension, std::less<int>, std::allocator<std::pair<const int, google::protobuf::internal::ExtensionSet::Extension> >, 256, false> >’:
- /usr/include/absl/container/internal/btree.h:1313:9: required from ‘class absl::lts_20240722::container_internal::btree<absl::lts_20240722::container_internal::map_params<int, google::protobuf::internal::ExtensionSet::Extension, std::less<int>, std::allocator<std::pair<const int, google::protobuf::internal::ExtensionSet::Extension> >, 256, false> >’
- 1313 | using field_type = typename node_type::field_type;
- | ^~~~~~~~~~
- /usr/include/absl/container/internal/btree_container.h:38:9: required from ‘class absl::lts_20240722::container_internal::btree_container<absl::lts_20240722::container_internal::btree<absl::lts_20240722::container_internal::map_params<int, google::protobuf::internal::ExtensionSet::Extension, std::less<int>, std::allocator<std::pair<const int, google::protobuf::internal::ExtensionSet::Extension> >, 256, false> > >’
- 38 | using params_type = typename Tree::params_type;
- | ^~~~~~~~~~~
- /usr/include/absl/container/internal/btree_container.h:279:7: required from ‘class absl::lts_20240722::container_internal::btree_set_container<absl::lts_20240722::container_internal::btree<absl::lts_20240722::container_internal::map_params<int, google::protobuf::internal::ExtensionSet::Extension, std::less<int>, std::allocator<std::pair<const int, google::protobuf::internal::ExtensionSet::Extension> >, 256, false> > >’
- 279 | class btree_set_container : public btree_container<Tree> {
- | ^~~~~~~~~~~~~~~~~~~
- /usr/include/absl/container/internal/btree_container.h:445:7: required from ‘class absl::lts_20240722::container_internal::btree_map_container<absl::lts_20240722::container_internal::btree<absl::lts_20240722::container_internal::map_params<int, google::protobuf::internal::ExtensionSet::Extension, std::less<int>, std::allocator<std::pair<const int, google::protobuf::internal::ExtensionSet::Extension> >, 256, false> > >’
- 445 | class btree_map_container : public btree_set_container<Tree> {
- | ^~~~~~~~~~~~~~~~~~~
- /usr/include/absl/container/btree_map.h:90:37: required from ‘class absl::lts_20240722::btree_map<int, google::protobuf::internal::ExtensionSet::Extension>’
- 90 | class ABSL_INTERNAL_ATTRIBUTE_OWNER btree_map
- | ^~~~~~~~~
- /app/include/google/protobuf/extension_set.h:853:55: required from here
- 853 | return ABSL_PREDICT_FALSE(is_large()) ? map_.large->size() : flat_size_;
- | ^~
- /usr/include/absl/container/internal/btree.h:583:9: error: invalid use of incomplete type ‘using absl::lts_20240722::container_internal::btree_node<absl::lts_20240722::container_internal::map_params<int, google::protobuf::internal::ExtensionSet::Extension, std::less<int>, std::allocator<std::pair<const int, google::protobuf::internal::ExtensionSet::Extension> >, 256, false> >::layout_type = class absl::lts_20240722::container_internal::Layout<absl::lts_20240722::container_internal::btree_node<absl::lts_20240722::container_internal::map_params<int, google::protobuf::internal::ExtensionSet::Extension, std::less<int>, std::allocator<std::pair<const int, google::protobuf::internal::ExtensionSet::Extension> >, 256, false> >*, unsigned int, unsigned char, absl::lts_20240722::container_internal::map_slot_type<int, google::protobuf::internal::ExtensionSet::Extension>, absl::lts_20240722::container_internal::btree_node<absl::lts_20240722::container_internal::map_params<int, google::protobuf::internal::ExtensionSet::Extension, std::less<int>, std::allocator<std::pair<const int, google::protobuf::internal::ExtensionSet::Extension> >, 256, false> >*>’ {aka ‘class absl::lts_20240722::container_internal::Layout<absl::lts_20240722::container_internal::btree_node<absl::lts_20240722::container_internal::map_params<int, google::protobuf::internal::ExtensionSet::Extension, std::less<int>, std::allocator<std::pair<const int, google::protobuf::internal::ExtensionSet::Extension> >, 256, false> >*, unsigned int, unsigned char, absl::lts_20240722::container_internal::map_slot_type<int, google::protobuf::internal::ExtensionSet::Extension>, absl::lts_20240722::container_internal::btree_node<absl::lts_20240722::container_internal::map_params<int, google::protobuf::internal::ExtensionSet::Extension, std::less<int>, std::allocator<std::pair<const int, google::protobuf::internal::ExtensionSet::Extension> >, 256, false> >*>’}
- 583 | using leaf_layout_type = typename layout_type::template WithStaticSizes<
- | ^~~~~~~~~~~~~~~~
- /usr/include/absl/container/internal/layout.h:812:7: note: declaration of ‘using absl::lts_20240722::container_internal::btree_node<absl::lts_20240722::container_internal::map_params<int, google::protobuf::internal::ExtensionSet::Extension, std::less<int>, std::allocator<std::pair<const int, google::protobuf::internal::ExtensionSet::Extension> >, 256, false> >::layout_type = class absl::lts_20240722::container_internal::Layout<absl::lts_20240722::container_internal::btree_node<absl::lts_20240722::container_internal::map_params<int, google::protobuf::internal::ExtensionSet::Extension, std::less<int>, std::allocator<std::pair<const int, google::protobuf::internal::ExtensionSet::Extension> >, 256, false> >*, unsigned int, unsigned char, absl::lts_20240722::container_internal::map_slot_type<int, google::protobuf::internal::ExtensionSet::Extension>, absl::lts_20240722::container_internal::btree_node<absl::lts_20240722::container_internal::map_params<int, google::protobuf::internal::ExtensionSet::Extension, std::less<int>, std::allocator<std::pair<const int, google::protobuf::internal::ExtensionSet::Extension> >, 256, false> >*>’ {aka ‘class absl::lts_20240722::container_internal::Layout<absl::lts_20240722::container_internal::btree_node<absl::lts_20240722::container_internal::map_params<int, google::protobuf::internal::ExtensionSet::Extension, std::less<int>, std::allocator<std::pair<const int, google::protobuf::internal::ExtensionSet::Extension> >, 256, false> >*, unsigned int, unsigned char, absl::lts_20240722::container_internal::map_slot_type<int, google::protobuf::internal::ExtensionSet::Extension>, absl::lts_20240722::container_internal::btree_node<absl::lts_20240722::container_internal::map_params<int, google::protobuf::internal::ExtensionSet::Extension, std::less<int>, std::allocator<std::pair<const int, google::protobuf::internal::ExtensionSet::Extension> >, 256, false> >*>’}
- 812 | class Layout : public internal_layout::LayoutWithStaticSizes<
- | ^~~~~~
- /usr/include/absl/container/internal/btree.h: In instantiation of ‘constexpr const absl::lts_20240722::container_internal::btree_node<absl::lts_20240722::container_internal::map_params<int, google::protobuf::internal::ExtensionSet::Extension, std::less<int>, std::allocator<std::pair<const int, google::protobuf::internal::ExtensionSet::Extension> >, 256, false> >::size_type absl::lts_20240722::container_internal::btree_node<absl::lts_20240722::container_internal::map_params<int, google::protobuf::internal::ExtensionSet::Extension, std::less<int>, std::allocator<std::pair<const int, google::protobuf::internal::ExtensionSet::Extension> >, 256, false> >::kNodeTargetSlots’:
- /usr/include/absl/container/internal/btree.h:618:7: required from ‘constexpr const absl::lts_20240722::container_internal::btree_node<absl::lts_20240722::container_internal::map_params<int, google::protobuf::internal::ExtensionSet::Extension, std::less<int>, std::allocator<std::pair<const int, google::protobuf::internal::ExtensionSet::Extension> >, 256, false> >::size_type absl::lts_20240722::container_internal::btree_node<absl::lts_20240722::container_internal::map_params<int, google::protobuf::internal::ExtensionSet::Extension, std::less<int>, std::allocator<std::pair<const int, google::protobuf::internal::ExtensionSet::Extension> >, 256, false> >::kNodeSlots’
- 618 | kNodeTargetSlots >= kMinNodeSlots ? kNodeTargetSlots : kMinNodeSlots;
- | ^~~~~~~~~~~~~~~~
- /usr/include/absl/container/internal/btree.h:620:63: required from ‘class absl::lts_20240722::container_internal::btree_node<absl::lts_20240722::container_internal::map_params<int, google::protobuf::internal::ExtensionSet::Extension, std::less<int>, std::allocator<std::pair<const int, google::protobuf::internal::ExtensionSet::Extension> >, 256, false> >’
- 620 | using internal_layout_type = typename layout_type::template WithStaticSizes<
- | ^~~~~~~~~~~~~~~~
- 621 | /*parent*/ 1,
- | ~~~~~~~~~~~~~
- 622 | /*generation*/ BtreeGenerationsEnabled() ? 1 : 0,
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 623 | /*position, start, finish, max_count*/ 4, /*slots*/ kNodeSlots,
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 624 | /*children*/ kNodeSlots + 1>;
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/absl/container/internal/btree.h:1313:9: required from ‘class absl::lts_20240722::container_internal::btree<absl::lts_20240722::container_internal::map_params<int, google::protobuf::internal::ExtensionSet::Extension, std::less<int>, std::allocator<std::pair<const int, google::protobuf::internal::ExtensionSet::Extension> >, 256, false> >’
- 1313 | using field_type = typename node_type::field_type;
- | ^~~~~~~~~~
- /usr/include/absl/container/internal/btree_container.h:38:9: required from ‘class absl::lts_20240722::container_internal::btree_container<absl::lts_20240722::container_internal::btree<absl::lts_20240722::container_internal::map_params<int, google::protobuf::internal::ExtensionSet::Extension, std::less<int>, std::allocator<std::pair<const int, google::protobuf::internal::ExtensionSet::Extension> >, 256, false> > >’
- 38 | using params_type = typename Tree::params_type;
- | ^~~~~~~~~~~
- /usr/include/absl/container/internal/btree_container.h:279:7: required from ‘class absl::lts_20240722::container_internal::btree_set_container<absl::lts_20240722::container_internal::btree<absl::lts_20240722::container_internal::map_params<int, google::protobuf::internal::ExtensionSet::Extension, std::less<int>, std::allocator<std::pair<const int, google::protobuf::internal::ExtensionSet::Extension> >, 256, false> > >’
- 279 | class btree_set_container : public btree_container<Tree> {
- | ^~~~~~~~~~~~~~~~~~~
- /usr/include/absl/container/internal/btree_container.h:445:7: required from ‘class absl::lts_20240722::container_internal::btree_map_container<absl::lts_20240722::container_internal::btree<absl::lts_20240722::container_internal::map_params<int, google::protobuf::internal::ExtensionSet::Extension, std::less<int>, std::allocator<std::pair<const int, google::protobuf::internal::ExtensionSet::Extension> >, 256, false> > >’
- 445 | class btree_map_container : public btree_set_container<Tree> {
- | ^~~~~~~~~~~~~~~~~~~
- /usr/include/absl/container/btree_map.h:90:37: required from ‘class absl::lts_20240722::btree_map<int, google::protobuf::internal::ExtensionSet::Extension>’
- 90 | class ABSL_INTERNAL_ATTRIBUTE_OWNER btree_map
- | ^~~~~~~~~
- /app/include/google/protobuf/extension_set.h:853:55: required from here
- 853 | return ABSL_PREDICT_FALSE(is_large()) ? map_.large->size() : flat_size_;
- | ^~
- /usr/include/absl/container/internal/btree.h:608:22: in ‘constexpr’ expansion of ‘absl::lts_20240722::container_internal::btree_node<absl::lts_20240722::container_internal::map_params<int, google::protobuf::internal::ExtensionSet::Extension, std::less<int>, std::allocator<std::pair<const int, google::protobuf::internal::ExtensionSet::Extension> >, 256, false> >::NodeTargetSlots(0, ((absl::lts_20240722::container_internal::btree_node<absl::lts_20240722::container_internal::map_params<int, google::protobuf::internal::ExtensionSet::Extension, std::less<int>, std::allocator<std::pair<const int, google::protobuf::internal::ExtensionSet::Extension> >, 256, false> >::size_type)absl::lts_20240722::container_internal::btree_node<absl::lts_20240722::container_internal::map_params<int, google::protobuf::internal::ExtensionSet::Extension, std::less<int>, std::allocator<std::pair<const int, google::protobuf::internal::ExtensionSet::Extension> >, 256, false> >::kTargetNodeSize))’
- /usr/include/absl/container/internal/btree.h:600:28: error: ‘static constexpr absl::lts_20240722::container_internal::btree_node<Params>::size_type absl::lts_20240722::container_internal::btree_node<Params>::SizeWithNSlots(size_type) [with Params = absl::lts_20240722::container_internal::map_params<int, google::protobuf::internal::ExtensionSet::Extension, std::less<int>, std::allocator<std::pair<const int, google::protobuf::internal::ExtensionSet::Extension> >, 256, false>; size_type = long unsigned int]’ called in a constant expression
- 600 | : SizeWithNSlots((begin + end) / 2 + 1) >
- | ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/absl/container/internal/btree.h:587:30: note: ‘static constexpr absl::lts_20240722::container_internal::btree_node<Params>::size_type absl::lts_20240722::container_internal::btree_node<Params>::SizeWithNSlots(size_type) [with Params = absl::lts_20240722::container_internal::map_params<int, google::protobuf::internal::ExtensionSet::Extension, std::less<int>, std::allocator<std::pair<const int, google::protobuf::internal::ExtensionSet::Extension> >, 256, false>; size_type = long unsigned int]’ is not usable as a ‘constexpr’ function because:
- 587 | constexpr static size_type SizeWithNSlots(size_type n) {
- | ^~~~~~~~~~~~~~
- /usr/include/absl/container/internal/btree.h: In instantiation of ‘class absl::lts_20240722::container_internal::btree_node<absl::lts_20240722::container_internal::map_params<int, google::protobuf::internal::ExtensionSet::Extension, std::less<int>, std::allocator<std::pair<const int, google::protobuf::internal::ExtensionSet::Extension> >, 256, false> >’:
- /usr/include/absl/container/internal/btree.h:1313:9: required from ‘class absl::lts_20240722::container_internal::btree<absl::lts_20240722::container_internal::map_params<int, google::protobuf::internal::ExtensionSet::Extension, std::less<int>, std::allocator<std::pair<const int, google::protobuf::internal::ExtensionSet::Extension> >, 256, false> >’
- 1313 | using field_type = typename node_type::field_type;
- | ^~~~~~~~~~
- /usr/include/absl/container/internal/btree_container.h:38:9: required from ‘class absl::lts_20240722::container_internal::btree_container<absl::lts_20240722::container_internal::btree<absl::lts_20240722::container_internal::map_params<int, google::protobuf::internal::ExtensionSet::Extension, std::less<int>, std::allocator<std::pair<const int, google::protobuf::internal::ExtensionSet::Extension> >, 256, false> > >’
- 38 | using params_type = typename Tree::params_type;
- | ^~~~~~~~~~~
- /usr/include/absl/container/internal/btree_container.h:279:7: required from ‘class absl::lts_20240722::container_internal::btree_set_container<absl::lts_20240722::container_internal::btree<absl::lts_20240722::container_internal::map_params<int, google::protobuf::internal::ExtensionSet::Extension, std::less<int>, std::allocator<std::pair<const int, google::protobuf::internal::ExtensionSet::Extension> >, 256, false> > >’
- 279 | class btree_set_container : public btree_container<Tree> {
- | ^~~~~~~~~~~~~~~~~~~
- /usr/include/absl/container/internal/btree_container.h:445:7: required from ‘class absl::lts_20240722::container_internal::btree_map_container<absl::lts_20240722::container_internal::btree<absl::lts_20240722::container_internal::map_params<int, google::protobuf::internal::ExtensionSet::Extension, std::less<int>, std::allocator<std::pair<const int, google::protobuf::internal::ExtensionSet::Extension> >, 256, false> > >’
- 445 | class btree_map_container : public btree_set_container<Tree> {
- | ^~~~~~~~~~~~~~~~~~~
- /usr/include/absl/container/btree_map.h:90:37: required from ‘class absl::lts_20240722::btree_map<int, google::protobuf::internal::ExtensionSet::Extension>’
- 90 | class ABSL_INTERNAL_ATTRIBUTE_OWNER btree_map
- | ^~~~~~~~~
- /app/include/google/protobuf/extension_set.h:853:55: required from here
- 853 | return ABSL_PREDICT_FALSE(is_large()) ? map_.large->size() : flat_size_;
- | ^~
- /usr/include/absl/container/internal/btree.h:620:9: error: invalid use of incomplete type ‘using absl::lts_20240722::container_internal::btree_node<absl::lts_20240722::container_internal::map_params<int, google::protobuf::internal::ExtensionSet::Extension, std::less<int>, std::allocator<std::pair<const int, google::protobuf::internal::ExtensionSet::Extension> >, 256, false> >::layout_type = class absl::lts_20240722::container_internal::Layout<absl::lts_20240722::container_internal::btree_node<absl::lts_20240722::container_internal::map_params<int, google::protobuf::internal::ExtensionSet::Extension, std::less<int>, std::allocator<std::pair<const int, google::protobuf::internal::ExtensionSet::Extension> >, 256, false> >*, unsigned int, unsigned char, absl::lts_20240722::container_internal::map_slot_type<int, google::protobuf::internal::ExtensionSet::Extension>, absl::lts_20240722::container_internal::btree_node<absl::lts_20240722::container_internal::map_params<int, google::protobuf::internal::ExtensionSet::Extension, std::less<int>, std::allocator<std::pair<const int, google::protobuf::internal::ExtensionSet::Extension> >, 256, false> >*>’ {aka ‘class absl::lts_20240722::container_internal::Layout<absl::lts_20240722::container_internal::btree_node<absl::lts_20240722::container_internal::map_params<int, google::protobuf::internal::ExtensionSet::Extension, std::less<int>, std::allocator<std::pair<const int, google::protobuf::internal::ExtensionSet::Extension> >, 256, false> >*, unsigned int, unsigned char, absl::lts_20240722::container_internal::map_slot_type<int, google::protobuf::internal::ExtensionSet::Extension>, absl::lts_20240722::container_internal::btree_node<absl::lts_20240722::container_internal::map_params<int, google::protobuf::internal::ExtensionSet::Extension, std::less<int>, std::allocator<std::pair<const int, google::protobuf::internal::ExtensionSet::Extension> >, 256, false> >*>’}
- 620 | using internal_layout_type = typename layout_type::template WithStaticSizes<
- | ^~~~~~~~~~~~~~~~~~~~
- /usr/include/absl/container/internal/layout.h:812:7: note: declaration of ‘using absl::lts_20240722::container_internal::btree_node<absl::lts_20240722::container_internal::map_params<int, google::protobuf::internal::ExtensionSet::Extension, std::less<int>, std::allocator<std::pair<const int, google::protobuf::internal::ExtensionSet::Extension> >, 256, false> >::layout_type = class absl::lts_20240722::container_internal::Layout<absl::lts_20240722::container_internal::btree_node<absl::lts_20240722::container_internal::map_params<int, google::protobuf::internal::ExtensionSet::Extension, std::less<int>, std::allocator<std::pair<const int, google::protobuf::internal::ExtensionSet::Extension> >, 256, false> >*, unsigned int, unsigned char, absl::lts_20240722::container_internal::map_slot_type<int, google::protobuf::internal::ExtensionSet::Extension>, absl::lts_20240722::container_internal::btree_node<absl::lts_20240722::container_internal::map_params<int, google::protobuf::internal::ExtensionSet::Extension, std::less<int>, std::allocator<std::pair<const int, google::protobuf::internal::ExtensionSet::Extension> >, 256, false> >*>’ {aka ‘class absl::lts_20240722::container_internal::Layout<absl::lts_20240722::container_internal::btree_node<absl::lts_20240722::container_internal::map_params<int, google::protobuf::internal::ExtensionSet::Extension, std::less<int>, std::allocator<std::pair<const int, google::protobuf::internal::ExtensionSet::Extension> >, 256, false> >*, unsigned int, unsigned char, absl::lts_20240722::container_internal::map_slot_type<int, google::protobuf::internal::ExtensionSet::Extension>, absl::lts_20240722::container_internal::btree_node<absl::lts_20240722::container_internal::map_params<int, google::protobuf::internal::ExtensionSet::Extension, std::less<int>, std::allocator<std::pair<const int, google::protobuf::internal::ExtensionSet::Extension> >, 256, false> >*>’}
- 812 | class Layout : public internal_layout::LayoutWithStaticSizes<
- | ^~~~~~
- /usr/include/absl/container/internal/btree.h:652:57: error: invalid use of incomplete type ‘using absl::lts_20240722::container_internal::btree_node<absl::lts_20240722::container_internal::map_params<int, google::protobuf::internal::ExtensionSet::Extension, std::less<int>, std::allocator<std::pair<const int, google::protobuf::internal::ExtensionSet::Extension> >, 256, false> >::layout_type = class absl::lts_20240722::container_internal::Layout<absl::lts_20240722::container_internal::btree_node<absl::lts_20240722::container_internal::map_params<int, google::protobuf::internal::ExtensionSet::Extension, std::less<int>, std::allocator<std::pair<const int, google::protobuf::internal::ExtensionSet::Extension> >, 256, false> >*, unsigned int, unsigned char, absl::lts_20240722::container_internal::map_slot_type<int, google::protobuf::internal::ExtensionSet::Extension>, absl::lts_20240722::container_internal::btree_node<absl::lts_20240722::container_internal::map_params<int, google::protobuf::internal::ExtensionSet::Extension, std::less<int>, std::allocator<std::pair<const int, google::protobuf::internal::ExtensionSet::Extension> >, 256, false> >*>’ {aka ‘class absl::lts_20240722::container_internal::Layout<absl::lts_20240722::container_internal::btree_node<absl::lts_20240722::container_internal::map_params<int, google::protobuf::internal::ExtensionSet::Extension, std::less<int>, std::allocator<std::pair<const int, google::protobuf::internal::ExtensionSet::Extension> >, 256, false> >*, unsigned int, unsigned char, absl::lts_20240722::container_internal::map_slot_type<int, google::protobuf::internal::ExtensionSet::Extension>, absl::lts_20240722::container_internal::btree_node<absl::lts_20240722::container_internal::map_params<int, google::protobuf::internal::ExtensionSet::Extension, std::less<int>, std::allocator<std::pair<const int, google::protobuf::internal::ExtensionSet::Extension> >, 256, false> >*>’}
- 652 | inline typename layout_type::template ElementType<N> *GetField() {
- | ^~~~~~~~
- /usr/include/absl/container/internal/layout.h:812:7: note: declaration of ‘using absl::lts_20240722::container_internal::btree_node<absl::lts_20240722::container_internal::map_params<int, google::protobuf::internal::ExtensionSet::Extension, std::less<int>, std::allocator<std::pair<const int, google::protobuf::internal::ExtensionSet::Extension> >, 256, false> >::layout_type = class absl::lts_20240722::container_internal::Layout<absl::lts_20240722::container_internal::btree_node<absl::lts_20240722::container_internal::map_params<int, google::protobuf::internal::ExtensionSet::Extension, std::less<int>, std::allocator<std::pair<const int, google::protobuf::internal::ExtensionSet::Extension> >, 256, false> >*, unsigned int, unsigned char, absl::lts_20240722::container_internal::map_slot_type<int, google::protobuf::internal::ExtensionSet::Extension>, absl::lts_20240722::container_internal::btree_node<absl::lts_20240722::container_internal::map_params<int, google::protobuf::internal::ExtensionSet::Extension, std::less<int>, std::allocator<std::pair<const int, google::protobuf::internal::ExtensionSet::Extension> >, 256, false> >*>’ {aka ‘class absl::lts_20240722::container_internal::Layout<absl::lts_20240722::container_internal::btree_node<absl::lts_20240722::container_internal::map_params<int, google::protobuf::internal::ExtensionSet::Extension, std::less<int>, std::allocator<std::pair<const int, google::protobuf::internal::ExtensionSet::Extension> >, 256, false> >*, unsigned int, unsigned char, absl::lts_20240722::container_internal::map_slot_type<int, google::protobuf::internal::ExtensionSet::Extension>, absl::lts_20240722::container_internal::btree_node<absl::lts_20240722::container_internal::map_params<int, google::protobuf::internal::ExtensionSet::Extension, std::less<int>, std::allocator<std::pair<const int, google::protobuf::internal::ExtensionSet::Extension> >, 256, false> >*>’}
- 812 | class Layout : public internal_layout::LayoutWithStaticSizes<
- | ^~~~~~
- /usr/include/absl/container/internal/btree.h:658:63: error: invalid use of incomplete type ‘using absl::lts_20240722::container_internal::btree_node<absl::lts_20240722::container_internal::map_params<int, google::protobuf::internal::ExtensionSet::Extension, std::less<int>, std::allocator<std::pair<const int, google::protobuf::internal::ExtensionSet::Extension> >, 256, false> >::layout_type = class absl::lts_20240722::container_internal::Layout<absl::lts_20240722::container_internal::btree_node<absl::lts_20240722::container_internal::map_params<int, google::protobuf::internal::ExtensionSet::Extension, std::less<int>, std::allocator<std::pair<const int, google::protobuf::internal::ExtensionSet::Extension> >, 256, false> >*, unsigned int, unsigned char, absl::lts_20240722::container_internal::map_slot_type<int, google::protobuf::internal::ExtensionSet::Extension>, absl::lts_20240722::container_internal::btree_node<absl::lts_20240722::container_internal::map_params<int, google::protobuf::internal::ExtensionSet::Extension, std::less<int>, std::allocator<std::pair<const int, google::protobuf::internal::ExtensionSet::Extension> >, 256, false> >*>’ {aka ‘class absl::lts_20240722::container_internal::Layout<absl::lts_20240722::container_internal::btree_node<absl::lts_20240722::container_internal::map_params<int, google::protobuf::internal::ExtensionSet::Extension, std::less<int>, std::allocator<std::pair<const int, google::protobuf::internal::ExtensionSet::Extension> >, 256, false> >*, unsigned int, unsigned char, absl::lts_20240722::container_internal::map_slot_type<int, google::protobuf::internal::ExtensionSet::Extension>, absl::lts_20240722::container_internal::btree_node<absl::lts_20240722::container_internal::map_params<int, google::protobuf::internal::ExtensionSet::Extension, std::less<int>, std::allocator<std::pair<const int, google::protobuf::internal::ExtensionSet::Extension> >, 256, false> >*>’}
- 658 | inline const typename layout_type::template ElementType<N> *GetField() const {
- | ^~~~~~~~
- /usr/include/absl/container/internal/layout.h:812:7: note: declaration of ‘using absl::lts_20240722::container_internal::btree_node<absl::lts_20240722::container_internal::map_params<int, google::protobuf::internal::ExtensionSet::Extension, std::less<int>, std::allocator<std::pair<const int, google::protobuf::internal::ExtensionSet::Extension> >, 256, false> >::layout_type = class absl::lts_20240722::container_internal::Layout<absl::lts_20240722::container_internal::btree_node<absl::lts_20240722::container_internal::map_params<int, google::protobuf::internal::ExtensionSet::Extension, std::less<int>, std::allocator<std::pair<const int, google::protobuf::internal::ExtensionSet::Extension> >, 256, false> >*, unsigned int, unsigned char, absl::lts_20240722::container_internal::map_slot_type<int, google::protobuf::internal::ExtensionSet::Extension>, absl::lts_20240722::container_internal::btree_node<absl::lts_20240722::container_internal::map_params<int, google::protobuf::internal::ExtensionSet::Extension, std::less<int>, std::allocator<std::pair<const int, google::protobuf::internal::ExtensionSet::Extension> >, 256, false> >*>’ {aka ‘class absl::lts_20240722::container_internal::Layout<absl::lts_20240722::container_internal::btree_node<absl::lts_20240722::container_internal::map_params<int, google::protobuf::internal::ExtensionSet::Extension, std::less<int>, std::allocator<std::pair<const int, google::protobuf::internal::ExtensionSet::Extension> >, 256, false> >*, unsigned int, unsigned char, absl::lts_20240722::container_internal::map_slot_type<int, google::protobuf::internal::ExtensionSet::Extension>, absl::lts_20240722::container_internal::btree_node<absl::lts_20240722::container_internal::map_params<int, google::protobuf::internal::ExtensionSet::Extension, std::less<int>, std::allocator<std::pair<const int, google::protobuf::internal::ExtensionSet::Extension> >, 256, false> >*>’}
- 812 | class Layout : public internal_layout::LayoutWithStaticSizes<
- | ^~~~~~
- /usr/include/absl/container/internal/btree.h: In instantiation of ‘class absl::lts_20240722::container_internal::btree<absl::lts_20240722::container_internal::map_params<int, google::protobuf::internal::ExtensionSet::Extension, std::less<int>, std::allocator<std::pair<const int, google::protobuf::internal::ExtensionSet::Extension> >, 256, false> >’:
- /usr/include/absl/container/internal/btree_container.h:38:9: required from ‘class absl::lts_20240722::container_internal::btree_container<absl::lts_20240722::container_internal::btree<absl::lts_20240722::container_internal::map_params<int, google::protobuf::internal::ExtensionSet::Extension, std::less<int>, std::allocator<std::pair<const int, google::protobuf::internal::ExtensionSet::Extension> >, 256, false> > >’
- 38 | using params_type = typename Tree::params_type;
- | ^~~~~~~~~~~
- /usr/include/absl/container/internal/btree_container.h:279:7: required from ‘class absl::lts_20240722::container_internal::btree_set_container<absl::lts_20240722::container_internal::btree<absl::lts_20240722::container_internal::map_params<int, google::protobuf::internal::ExtensionSet::Extension, std::less<int>, std::allocator<std::pair<const int, google::protobuf::internal::ExtensionSet::Extension> >, 256, false> > >’
- 279 | class btree_set_container : public btree_container<Tree> {
- | ^~~~~~~~~~~~~~~~~~~
- /usr/include/absl/container/internal/btree_container.h:445:7: required from ‘class absl::lts_20240722::container_internal::btree_map_container<absl::lts_20240722::container_internal::btree<absl::lts_20240722::container_internal::map_params<int, google::protobuf::internal::ExtensionSet::Extension, std::less<int>, std::allocator<std::pair<const int, google::protobuf::internal::ExtensionSet::Extension> >, 256, false> > >’
- 445 | class btree_map_container : public btree_set_container<Tree> {
- | ^~~~~~~~~~~~~~~~~~~
- /usr/include/absl/container/btree_map.h:90:37: required from ‘class absl::lts_20240722::btree_map<int, google::protobuf::internal::ExtensionSet::Extension>’
- 90 | class ABSL_INTERNAL_ATTRIBUTE_OWNER btree_map
- | ^~~~~~~~~
- /app/include/google/protobuf/extension_set.h:853:55: required from here
- 853 | return ABSL_PREDICT_FALSE(is_large()) ? map_.large->size() : flat_size_;
- | ^~
- /usr/include/absl/container/internal/btree.h:1338:8: error: enumerator value for ‘kNodeSlots’ is not an integer constant
- 1338 | enum : uint32_t {
- | ^
- /usr/include/absl/container/internal/btree.h:1788:7: error: ‘absl::lts_20240722::container_internal::btree<Params>::rightmost_’ has incomplete type
- 1788 | rightmost_;
- | ^~~~~~~~~~
- /usr/include/absl/container/internal/compressed_tuple.h:202:47: note: declaration of ‘class absl::lts_20240722::container_internal::CompressedTuple<absl::lts_20240722::container_internal::key_compare_adapter<std::less<int>, int>::checked_compare, std::allocator<std::pair<const int, google::protobuf::internal::ExtensionSet::Extension> >, absl::lts_20240722::container_internal::btree_node<absl::lts_20240722::container_internal::map_params<int, google::protobuf::internal::ExtensionSet::Extension, std::less<int>, std::allocator<std::pair<const int, google::protobuf::internal::ExtensionSet::Extension> >, 256, false> >*>’
- 202 | class ABSL_INTERNAL_COMPRESSED_TUPLE_DECLSPEC CompressedTuple
- | ^~~~~~~~~~~~~~~
- /app/include/google/protobuf/repeated_field.h: In instantiation of ‘class google::protobuf::RepeatedField<long int>’:
- /app/include/google/protobuf/extension_set.h:1278:26: required from here
- 1278 | RepeatedField<int64_t> default_repeated_field_int64_t_;
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/repeated_field.h:457:53: error: call to non-‘constexpr’ function ‘const _Tp& std::max(const _Tp&, const _Tp&) [with _Tp = long unsigned int]’
- 457 | using HeapRep = internal::HeapRep<std::max<size_t>(sizeof(Element), 8)>;
- | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
- /usr/include/c++/14.2.0/bits/stl_algobase.h:257:5: note: ‘const _Tp& std::max(const _Tp&, const _Tp&) [with _Tp = long unsigned int]’ declared here
- 257 | max(const _Tp& __a, const _Tp& __b)
- | ^~~
- /app/include/google/protobuf/repeated_field.h:457:9: note: in template argument for type ‘long unsigned int’
- 457 | using HeapRep = internal::HeapRep<std::max<size_t>(sizeof(Element), 8)>;
- | ^~~~~~~
- /app/include/google/protobuf/repeated_field.h: In instantiation of ‘class google::protobuf::RepeatedField<long unsigned int>’:
- /app/include/google/protobuf/extension_set.h:1280:27: required from here
- 1280 | RepeatedField<uint64_t> default_repeated_field_uint64_t_;
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/repeated_field.h:457:53: error: call to non-‘constexpr’ function ‘const _Tp& std::max(const _Tp&, const _Tp&) [with _Tp = long unsigned int]’
- 457 | using HeapRep = internal::HeapRep<std::max<size_t>(sizeof(Element), 8)>;
- | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
- /usr/include/c++/14.2.0/bits/stl_algobase.h:257:5: note: ‘const _Tp& std::max(const _Tp&, const _Tp&) [with _Tp = long unsigned int]’ declared here
- 257 | max(const _Tp& __a, const _Tp& __b)
- | ^~~
- /app/include/google/protobuf/repeated_field.h:457:9: note: in template argument for type ‘long unsigned int’
- 457 | using HeapRep = internal::HeapRep<std::max<size_t>(sizeof(Element), 8)>;
- | ^~~~~~~
- /app/include/google/protobuf/repeated_field.h: In instantiation of ‘class google::protobuf::RepeatedField<double>’:
- /app/include/google/protobuf/extension_set.h:1281:25: required from here
- 1281 | RepeatedField<double> default_repeated_field_double_;
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/repeated_field.h:457:53: error: call to non-‘constexpr’ function ‘const _Tp& std::max(const _Tp&, const _Tp&) [with _Tp = long unsigned int]’
- 457 | using HeapRep = internal::HeapRep<std::max<size_t>(sizeof(Element), 8)>;
- | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
- /usr/include/c++/14.2.0/bits/stl_algobase.h:257:5: note: ‘const _Tp& std::max(const _Tp&, const _Tp&) [with _Tp = long unsigned int]’ declared here
- 257 | max(const _Tp& __a, const _Tp& __b)
- | ^~~
- /app/include/google/protobuf/repeated_field.h:457:9: note: in template argument for type ‘long unsigned int’
- 457 | using HeapRep = internal::HeapRep<std::max<size_t>(sizeof(Element), 8)>;
- | ^~~~~~~
- /app/include/google/protobuf/repeated_field.h: In instantiation of ‘class google::protobuf::RepeatedField<float>’:
- /app/include/google/protobuf/extension_set.h:1282:24: required from here
- 1282 | RepeatedField<float> default_repeated_field_float_;
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/repeated_field.h:457:53: error: call to non-‘constexpr’ function ‘const _Tp& std::max(const _Tp&, const _Tp&) [with _Tp = long unsigned int]’
- 457 | using HeapRep = internal::HeapRep<std::max<size_t>(sizeof(Element), 8)>;
- | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
- /usr/include/c++/14.2.0/bits/stl_algobase.h:257:5: note: ‘const _Tp& std::max(const _Tp&, const _Tp&) [with _Tp = long unsigned int]’ declared here
- 257 | max(const _Tp& __a, const _Tp& __b)
- | ^~~
- /app/include/google/protobuf/repeated_field.h:457:9: note: in template argument for type ‘long unsigned int’
- 457 | using HeapRep = internal::HeapRep<std::max<size_t>(sizeof(Element), 8)>;
- | ^~~~~~~
- /app/include/google/protobuf/repeated_field.h: In instantiation of ‘class google::protobuf::RepeatedField<bool>’:
- /app/include/google/protobuf/extension_set.h:1283:23: required from here
- 1283 | RepeatedField<bool> default_repeated_field_bool_;
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/repeated_field.h:457:53: error: call to non-‘constexpr’ function ‘const _Tp& std::max(const _Tp&, const _Tp&) [with _Tp = long unsigned int]’
- 457 | using HeapRep = internal::HeapRep<std::max<size_t>(sizeof(Element), 8)>;
- | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
- /usr/include/c++/14.2.0/bits/stl_algobase.h:257:5: note: ‘const _Tp& std::max(const _Tp&, const _Tp&) [with _Tp = long unsigned int]’ declared here
- 257 | max(const _Tp& __a, const _Tp& __b)
- | ^~~
- /app/include/google/protobuf/repeated_field.h:457:9: note: in template argument for type ‘long unsigned int’
- 457 | using HeapRep = internal::HeapRep<std::max<size_t>(sizeof(Element), 8)>;
- | ^~~~~~~
- In file included from /app/include/google/protobuf/descriptor.h:60:
- /app/include/google/protobuf/port_def.inc: At global scope:
- /app/include/google/protobuf/port_def.inc:119:15: error: static assertion failed: Protobuf only supports C++17 and newer.
- 119 | static_assert(PROTOBUF_CPLUSPLUS_MIN(201703L),
- | ^~~~~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/port_def.inc:119:15: note: the comparison reduces to ‘(201103 >= 201703)’
- /app/include/google/protobuf/descriptor.h:239:9: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 239 | absl::string_view name() const { return get(get_size(0) + 1, get_size(0)); }
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:240:9: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 240 | absl::string_view full_name() const {
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:246:9: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 246 | absl::string_view lowercase_name() const {
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:249:9: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 249 | absl::string_view camelcase_name() const {
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:252:9: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 252 | absl::string_view json_name() const { return get(get_size(6), get_size(7)); }
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:267:9: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 267 | absl::string_view get(size_t offset, size_t size) const {
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:296:22: error: ‘absl::string_view’ has not been declared
- 296 | void SetLazy(absl::string_view name, const FileDescriptor* file);
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:327:23: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 327 | PROTOBUF_EXPORT absl::string_view ShortEditionName(Edition edition);
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h: In function ‘void google::protobuf::AbslStringify(Sink&, Edition)’:
- /app/include/google/protobuf/descriptor.h:339:39: error: ‘ShortEditionName’ is not a member of ‘google::protobuf::internal’
- 339 | absl::Format(&sink, "%v", internal::ShortEditionName(edition));
- | ^~~~~~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h: At global scope:
- /app/include/google/protobuf/descriptor.h:356:9: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 356 | absl::string_view name() const;
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:363:9: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 363 | absl::string_view full_name() const;
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:456:48: error: ‘absl::string_view’ has not been declared
- 456 | const FieldDescriptor* FindFieldByName(absl::string_view name) const;
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:462:13: error: ‘absl::string_view’ has not been declared
- 462 | absl::string_view lowercase_name) const;
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:469:13: error: ‘absl::string_view’ has not been declared
- 469 | absl::string_view camelcase_name) const;
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:486:48: error: ‘absl::string_view’ has not been declared
- 486 | const OneofDescriptor* FindOneofByName(absl::string_view name) const;
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:498:48: error: ‘absl::string_view’ has not been declared
- 498 | const Descriptor* FindNestedTypeByName(absl::string_view name) const;
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:510:50: error: ‘absl::string_view’ has not been declared
- 510 | const EnumDescriptor* FindEnumTypeByName(absl::string_view name) const;
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:514:56: error: ‘absl::string_view’ has not been declared
- 514 | const EnumValueDescriptor* FindEnumValueByName(absl::string_view name) const;
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:543:11: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 543 | absl::string_view name() const { return containing_type_->name(); }
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:546:11: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 546 | absl::string_view full_name() const {
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:628:52: error: ‘absl::string_view’ has not been declared
- 628 | const FieldDescriptor* FindExtensionByName(absl::string_view name) const;
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:633:13: error: ‘absl::string_view’ has not been declared
- 633 | absl::string_view name) const;
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:638:13: error: ‘absl::string_view’ has not been declared
- 638 | absl::string_view name) const;
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:665:9: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 665 | absl::string_view reserved_name(int index) const;
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:668:29: error: ‘absl::string_view’ has not been declared
- 668 | bool IsReservedName(absl::string_view name) const;
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:882:9: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 882 | absl::string_view name() const;
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:884:9: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 884 | absl::string_view full_name() const;
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:886:9: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 886 | absl::string_view json_name() const;
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:898:9: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 898 | absl::string_view lowercase_name() const;
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:909:9: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 909 | absl::string_view camelcase_name() const;
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:913:9: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 913 | absl::string_view type_name() const;
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:916:9: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 916 | absl::string_view cpp_type_name() const;
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:1020:9: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 1020 | absl::string_view default_value_string() const;
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:1077:16: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 1077 | static absl::string_view TypeName(Type type);
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:1080:16: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 1080 | static absl::string_view CppTypeName(CppType cpp_type);
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:1098:9: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 1098 | absl::string_view PrintableNameForExtension() const;
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:1253:9: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 1253 | absl::string_view name() const;
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:1255:9: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 1255 | absl::string_view full_name() const;
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:1359:9: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 1359 | absl::string_view name() const;
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:1362:9: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 1362 | absl::string_view full_name() const;
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:1379:52: error: ‘absl::string_view’ has not been declared
- 1379 | const EnumValueDescriptor* FindValueByName(absl::string_view name) const;
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:1459:9: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 1459 | absl::string_view reserved_name(int index) const;
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:1462:29: error: ‘absl::string_view’ has not been declared
- 1462 | bool IsReservedName(absl::string_view name) const;
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:1577:9: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 1577 | absl::string_view name() const; // Name of this enum constant.
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:1586:9: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 1586 | absl::string_view full_name() const;
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:1682:9: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 1682 | absl::string_view name() const;
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:1684:9: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 1684 | absl::string_view full_name() const;
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:1704:50: error: ‘absl::string_view’ has not been declared
- 1704 | const MethodDescriptor* FindMethodByName(absl::string_view name) const;
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:1785:9: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 1785 | absl::string_view name() const;
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:1787:9: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 1787 | absl::string_view full_name() const;
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:1892:9: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 1892 | absl::string_view name() const;
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:1895:9: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 1895 | absl::string_view package() const;
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:1930:9: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 1930 | absl::string_view option_dependency_name(int index) const;
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:1967:49: error: ‘absl::string_view’ has not been declared
- 1967 | const Descriptor* FindMessageTypeByName(absl::string_view name) const;
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:1969:50: error: ‘absl::string_view’ has not been declared
- 1969 | const EnumDescriptor* FindEnumTypeByName(absl::string_view name) const;
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:1972:56: error: ‘absl::string_view’ has not been declared
- 1972 | const EnumValueDescriptor* FindEnumValueByName(absl::string_view name) const;
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:1974:52: error: ‘absl::string_view’ has not been declared
- 1974 | const ServiceDescriptor* FindServiceByName(absl::string_view name) const;
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:1977:52: error: ‘absl::string_view’ has not been declared
- 1977 | const FieldDescriptor* FindExtensionByName(absl::string_view name) const;
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:1981:13: error: ‘absl::string_view’ has not been declared
- 1981 | absl::string_view name) const;
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:1985:13: error: ‘absl::string_view’ has not been declared
- 1985 | absl::string_view name) const;
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:2079:9: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 2079 | absl::string_view* option_dependencies_;
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:2195:46: error: ‘absl::string_view’ has not been declared
- 2195 | const FileDescriptor* FindFileByName(absl::string_view name) const;
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:2202:13: error: ‘absl::string_view’ has not been declared
- 2202 | absl::string_view symbol_name) const;
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:2209:49: error: ‘absl::string_view’ has not been declared
- 2209 | const Descriptor* FindMessageTypeByName(absl::string_view name) const;
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:2210:48: error: ‘absl::string_view’ has not been declared
- 2210 | const FieldDescriptor* FindFieldByName(absl::string_view name) const;
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:2211:52: error: ‘absl::string_view’ has not been declared
- 2211 | const FieldDescriptor* FindExtensionByName(absl::string_view name) const;
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:2212:48: error: ‘absl::string_view’ has not been declared
- 2212 | const OneofDescriptor* FindOneofByName(absl::string_view name) const;
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:2213:50: error: ‘absl::string_view’ has not been declared
- 2213 | const EnumDescriptor* FindEnumTypeByName(absl::string_view name) const;
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:2214:56: error: ‘absl::string_view’ has not been declared
- 2214 | const EnumValueDescriptor* FindEnumValueByName(absl::string_view name) const;
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:2215:52: error: ‘absl::string_view’ has not been declared
- 2215 | const ServiceDescriptor* FindServiceByName(absl::string_view name) const;
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:2216:50: error: ‘absl::string_view’ has not been declared
- 2216 | const MethodDescriptor* FindMethodByName(absl::string_view name) const;
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:2229:41: error: ‘absl::string_view’ has not been declared
- 2229 | const Descriptor* extendee, absl::string_view printable_name) const;
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:2270:18: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 2270 | static absl::string_view ErrorLocationName(ErrorLocation location);
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:2280:36: error: ‘absl::string_view’ has not been declared
- 2280 | virtual void RecordError(absl::string_view filename,
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:2281:36: error: ‘absl::string_view’ has not been declared
- 2281 | absl::string_view element_name,
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:2283:36: error: ‘absl::string_view’ has not been declared
- 2283 | absl::string_view message)
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:2294:38: error: ‘absl::string_view’ has not been declared
- 2294 | virtual void RecordWarning(absl::string_view filename,
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:2295:38: error: ‘absl::string_view’ has not been declared
- 2295 | absl::string_view element_name,
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:2298:38: error: ‘absl::string_view’ has not been declared
- 2298 | absl::string_view message) {
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:2486:35: error: ‘absl::string_view’ has not been declared
- 2486 | bool InternalIsFileLoaded(absl::string_view filename) const;
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:2491:33: error: ‘absl::string_view’ has not been declared
- 2491 | void AddDirectInputFile(absl::string_view file_name,
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:2497:39: error: ‘absl::string_view’ has not been declared
- 2497 | void AddUnusedImportTrackFile(absl::string_view file_name,
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:2534:10: error: ‘MemoizeProjection’ function uses ‘auto’ type specifier without trailing return type
- 2534 | static const auto& MemoizeProjection(const Desc* descriptor, Func func) {
- | ^~~~~
- /app/include/google/protobuf/descriptor.h:2534:10: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /app/include/google/protobuf/descriptor.h:2561:37: error: ‘absl::string_view’ has not been declared
- 2561 | bool IsSubSymbolOfBuiltType(absl::string_view name) const;
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:2572:13: error: ‘absl::string_view’ has not been declared
- 2572 | absl::string_view name, DeferredValidation& deferred_validation) const;
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:2574:13: error: ‘absl::string_view’ has not been declared
- 2574 | absl::string_view name, DeferredValidation& deferred_validation) const;
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:2597:40: error: ‘absl::string_view’ has not been declared
- 2597 | Symbol CrossLinkOnDemandHelper(absl::string_view name,
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:2601:44: error: ‘absl::string_view’ has not been declared
- 2601 | FileDescriptor* NewPlaceholderFile(absl::string_view name) const;
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:2603:13: error: ‘absl::string_view’ has not been declared
- 2603 | absl::string_view name, internal::FlatAllocator& alloc) const;
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:2611:31: error: ‘absl::string_view’ has not been declared
- 2611 | Symbol NewPlaceholder(absl::string_view name,
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:2613:44: error: ‘absl::string_view’ has not been declared
- 2613 | Symbol NewPlaceholderWithMutexHeld(absl::string_view name,
- | ^~~~~~~~~~~
- /usr/include/absl/container/internal/raw_hash_set.h: In instantiation of ‘class absl::lts_20240722::container_internal::raw_hash_set<absl::lts_20240722::container_internal::FlatHashMapPolicy<std::__cxx11::basic_string<char>, bool>, absl::lts_20240722::container_internal::StringHash, absl::lts_20240722::container_internal::StringEq, std::allocator<std::pair<const std::__cxx11::basic_string<char>, bool> > >’:
- /usr/include/absl/container/internal/raw_hash_map.h:33:7: required from ‘class absl::lts_20240722::container_internal::raw_hash_map<absl::lts_20240722::container_internal::FlatHashMapPolicy<std::__cxx11::basic_string<char>, bool>, absl::lts_20240722::container_internal::StringHash, absl::lts_20240722::container_internal::StringEq, std::allocator<std::pair<const std::__cxx11::basic_string<char>, bool> > >’
- 33 | class raw_hash_map : public raw_hash_set<Policy, Hash, Eq, Alloc> {
- | ^~~~~~~~~~~~
- /usr/include/absl/container/flat_hash_map.h:128:37: required from ‘class absl::lts_20240722::flat_hash_map<std::__cxx11::basic_string<char>, bool>’
- 128 | class ABSL_INTERNAL_ATTRIBUTE_OWNER flat_hash_map
- | ^~~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:2659:42: required from here
- 2659 | absl::flat_hash_map<std::string, bool> direct_input_files_;
- | ^~~~~~~~~~~~~~~~~~~
- /usr/include/absl/container/internal/raw_hash_set.h:2397:74: error: no match for call to ‘(const absl::lts_20240722::container_internal::StringHash) (const absl::lts_20240722::container_internal::raw_hash_set<absl::lts_20240722::container_internal::FlatHashMapPolicy<std::__cxx11::basic_string<char>, bool>, absl::lts_20240722::container_internal::StringHash, absl::lts_20240722::container_internal::StringEq, std::allocator<std::pair<const std::__cxx11::basic_string<char>, bool> > >::key_type&)’
- 2397 | auto KeyTypeCanBeHashed(const Hash& h, const key_type& k) -> decltype(h(k));
- | ~^~~
- /usr/include/absl/container/internal/hash_function_defaults.h:79:10: note: candidate: ‘size_t absl::lts_20240722::container_internal::StringHash::operator()(int) const’
- 79 | size_t operator()(absl::string_view v) const {
- | ^~~~~~~~
- /usr/include/absl/container/internal/hash_function_defaults.h:79:39: note: no known conversion for argument 1 from ‘const absl::lts_20240722::container_internal::raw_hash_set<absl::lts_20240722::container_internal::FlatHashMapPolicy<std::__cxx11::basic_string<char>, bool>, absl::lts_20240722::container_internal::StringHash, absl::lts_20240722::container_internal::StringEq, std::allocator<std::pair<const std::__cxx11::basic_string<char>, bool> > >::key_type’ {aka ‘const std::__cxx11::basic_string<char>’} to ‘int’
- 79 | size_t operator()(absl::string_view v) const {
- | ~~~~~~~~~~~~~~~~~~^
- /usr/include/absl/container/internal/hash_function_defaults.h:82:10: note: candidate: ‘size_t absl::lts_20240722::container_internal::StringHash::operator()(const absl::lts_20240722::Cord&) const’
- 82 | size_t operator()(const absl::Cord& v) const {
- | ^~~~~~~~
- /usr/include/absl/container/internal/hash_function_defaults.h:82:39: note: no known conversion for argument 1 from ‘const absl::lts_20240722::container_internal::raw_hash_set<absl::lts_20240722::container_internal::FlatHashMapPolicy<std::__cxx11::basic_string<char>, bool>, absl::lts_20240722::container_internal::StringHash, absl::lts_20240722::container_internal::StringEq, std::allocator<std::pair<const std::__cxx11::basic_string<char>, bool> > >::key_type’ {aka ‘const std::__cxx11::basic_string<char>’} to ‘const absl::lts_20240722::Cord&’
- 82 | size_t operator()(const absl::Cord& v) const {
- | ~~~~~~~~~~~~~~~~~~^
- /usr/include/absl/container/internal/raw_hash_set.h:2398:70: error: no match for call to ‘(const absl::lts_20240722::container_internal::StringEq) (const absl::lts_20240722::container_internal::raw_hash_set<absl::lts_20240722::container_internal::FlatHashMapPolicy<std::__cxx11::basic_string<char>, bool>, absl::lts_20240722::container_internal::StringHash, absl::lts_20240722::container_internal::StringEq, std::allocator<std::pair<const std::__cxx11::basic_string<char>, bool> > >::key_type&, const absl::lts_20240722::container_internal::raw_hash_set<absl::lts_20240722::container_internal::FlatHashMapPolicy<std::__cxx11::basic_string<char>, bool>, absl::lts_20240722::container_internal::StringHash, absl::lts_20240722::container_internal::StringEq, std::allocator<std::pair<const std::__cxx11::basic_string<char>, bool> > >::key_type&)’
- 2398 | auto KeyTypeCanBeEq(const Eq& eq, const key_type& k) -> decltype(eq(k, k));
- | ~~^~~~~~
- /usr/include/absl/container/internal/hash_function_defaults.h:89:8: note: candidate: ‘bool absl::lts_20240722::container_internal::StringEq::operator()(int, int) const’
- 89 | bool operator()(absl::string_view lhs, absl::string_view rhs) const {
- | ^~~~~~~~
- /usr/include/absl/container/internal/hash_function_defaults.h:89:37: note: no known conversion for argument 1 from ‘const absl::lts_20240722::container_internal::raw_hash_set<absl::lts_20240722::container_internal::FlatHashMapPolicy<std::__cxx11::basic_string<char>, bool>, absl::lts_20240722::container_internal::StringHash, absl::lts_20240722::container_internal::StringEq, std::allocator<std::pair<const std::__cxx11::basic_string<char>, bool> > >::key_type’ {aka ‘const std::__cxx11::basic_string<char>’} to ‘int’
- 89 | bool operator()(absl::string_view lhs, absl::string_view rhs) const {
- | ~~~~~~~~~~~~~~~~~~^~~
- /usr/include/absl/container/internal/hash_function_defaults.h:92:8: note: candidate: ‘bool absl::lts_20240722::container_internal::StringEq::operator()(const absl::lts_20240722::Cord&, const absl::lts_20240722::Cord&) const’
- 92 | bool operator()(const absl::Cord& lhs, const absl::Cord& rhs) const {
- | ^~~~~~~~
- /usr/include/absl/container/internal/hash_function_defaults.h:92:37: note: no known conversion for argument 1 from ‘const absl::lts_20240722::container_internal::raw_hash_set<absl::lts_20240722::container_internal::FlatHashMapPolicy<std::__cxx11::basic_string<char>, bool>, absl::lts_20240722::container_internal::StringHash, absl::lts_20240722::container_internal::StringEq, std::allocator<std::pair<const std::__cxx11::basic_string<char>, bool> > >::key_type’ {aka ‘const std::__cxx11::basic_string<char>’} to ‘const absl::lts_20240722::Cord&’
- 92 | bool operator()(const absl::Cord& lhs, const absl::Cord& rhs) const {
- | ~~~~~~~~~~~~~~~~~~^~~
- /usr/include/absl/container/internal/hash_function_defaults.h:95:8: note: candidate: ‘bool absl::lts_20240722::container_internal::StringEq::operator()(const absl::lts_20240722::Cord&, int) const’
- 95 | bool operator()(const absl::Cord& lhs, absl::string_view rhs) const {
- | ^~~~~~~~
- /usr/include/absl/container/internal/hash_function_defaults.h:95:37: note: no known conversion for argument 1 from ‘const absl::lts_20240722::container_internal::raw_hash_set<absl::lts_20240722::container_internal::FlatHashMapPolicy<std::__cxx11::basic_string<char>, bool>, absl::lts_20240722::container_internal::StringHash, absl::lts_20240722::container_internal::StringEq, std::allocator<std::pair<const std::__cxx11::basic_string<char>, bool> > >::key_type’ {aka ‘const std::__cxx11::basic_string<char>’} to ‘const absl::lts_20240722::Cord&’
- 95 | bool operator()(const absl::Cord& lhs, absl::string_view rhs) const {
- | ~~~~~~~~~~~~~~~~~~^~~
- /usr/include/absl/container/internal/hash_function_defaults.h:98:8: note: candidate: ‘bool absl::lts_20240722::container_internal::StringEq::operator()(int, const absl::lts_20240722::Cord&) const’
- 98 | bool operator()(absl::string_view lhs, const absl::Cord& rhs) const {
- | ^~~~~~~~
- /usr/include/absl/container/internal/hash_function_defaults.h:98:37: note: no known conversion for argument 1 from ‘const absl::lts_20240722::container_internal::raw_hash_set<absl::lts_20240722::container_internal::FlatHashMapPolicy<std::__cxx11::basic_string<char>, bool>, absl::lts_20240722::container_internal::StringHash, absl::lts_20240722::container_internal::StringEq, std::allocator<std::pair<const std::__cxx11::basic_string<char>, bool> > >::key_type’ {aka ‘const std::__cxx11::basic_string<char>’} to ‘int’
- 98 | bool operator()(absl::string_view lhs, const absl::Cord& rhs) const {
- | ~~~~~~~~~~~~~~~~~~^~~
- /usr/include/absl/container/internal/raw_hash_set.h:4052:7: error: ‘absl::lts_20240722::container_internal::raw_hash_set<Policy, Hash, Eq, Alloc>::settings_’ has incomplete type
- 4052 | settings_{CommonFields::CreateDefault<SooEnabled()>(), hasher{},
- | ^~~~~~~~~
- /usr/include/absl/container/internal/compressed_tuple.h:202:47: note: declaration of ‘class absl::lts_20240722::container_internal::CompressedTuple<absl::lts_20240722::container_internal::CommonFields, absl::lts_20240722::container_internal::StringHash, absl::lts_20240722::container_internal::StringEq, std::allocator<std::pair<const std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, bool> > >’
- 202 | class ABSL_INTERNAL_COMPRESSED_TUPLE_DECLSPEC CompressedTuple
- | ^~~~~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:2667:13: error: ‘absl::string_view’ has not been declared
- 2667 | absl::string_view message_name) const;
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:2621:16: error: ‘make_unique’ is not a member of ‘std’
- 2621 | std::make_unique<
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:2621:16: note: ‘std::make_unique’ is only available from C++14 onwards
- /app/include/google/protobuf/descriptor.h:2623:61: error: expected primary-expression before ‘>’ token
- 2623 | std::unique_ptr<MemoBase>>>();
- | ^
- /app/include/google/protobuf/descriptor.h:2623:63: error: expected primary-expression before ‘)’ token
- 2623 | std::unique_ptr<MemoBase>>>();
- | ^
- /app/include/google/protobuf/descriptor.h: In member function ‘void google::protobuf::DescriptorPool::SetRecursiveBuildDispatcher(absl::lts_20240722::AnyInvocable<void(absl::lts_20240722::FunctionRef<void()>) const>)’:
- /app/include/google/protobuf/descriptor.h:2395:26: error: ‘make_unique’ is not a member of ‘std’
- 2395 | dispatcher_ = std::make_unique<
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:2395:26: note: ‘std::make_unique’ is only available from C++14 onwards
- /app/include/google/protobuf/descriptor.h:2396:67: error: expected primary-expression before ‘>’ token
- 2396 | absl::AnyInvocable<void(absl::FunctionRef<void()>) const>>(
- | ^~
- /app/include/google/protobuf/descriptor.h: In static member function ‘static const auto& google::protobuf::DescriptorPool::MemoizeProjection(const Desc*, Func)’:
- /app/include/google/protobuf/descriptor.h:2535:26: error: ‘decay_t’ in namespace ‘std’ does not name a template type; did you mean ‘decay’?
- 2535 | using ResultT = std::decay_t<decltype(func(descriptor))>;
- | ^~~~~~~
- | decay
- /app/include/google/protobuf/descriptor.h:2537:24: error: ‘is_empty_v’ is not a member of ‘std’; did you mean ‘is_empty’?
- 2537 | static_assert(std::is_empty_v<Func>);
- | ^~~~~~~~~~
- | is_empty
- /app/include/google/protobuf/descriptor.h:2537:39: error: expected primary-expression before ‘>’ token
- 2537 | static_assert(std::is_empty_v<Func>);
- | ^
- /app/include/google/protobuf/descriptor.h:2537:40: error: expected primary-expression before ‘)’ token
- 2537 | static_assert(std::is_empty_v<Func>);
- | ^
- /app/include/google/protobuf/descriptor.h:2545:50: error: ‘ResultT’ was not declared in this scope
- 2545 | return internal::DownCast<const MemoData<ResultT>&>(*it->second).value;
- | ^~~~~~~
- /app/include/google/protobuf/descriptor.h:2545:57: error: template argument 1 is invalid
- 2545 | return internal::DownCast<const MemoData<ResultT>&>(*it->second).value;
- | ^
- /app/include/google/protobuf/descriptor.h:2545:26: error: parse error in template argument list
- 2545 | return internal::DownCast<const MemoData<ResultT>&>(*it->second).value;
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:2548:24: error: ‘make_unique’ is not a member of ‘std’
- 2548 | auto result = std::make_unique<MemoData<ResultT>>();
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:2548:24: note: ‘std::make_unique’ is only available from C++14 onwards
- /app/include/google/protobuf/descriptor.h:2548:45: error: ‘ResultT’ was not declared in this scope; did you mean ‘result’?
- 2548 | auto result = std::make_unique<MemoData<ResultT>>();
- | ^~~~~~~
- | result
- /app/include/google/protobuf/descriptor.h:2548:45: error: template argument 1 is invalid
- /app/include/google/protobuf/descriptor.h:2548:55: error: expected primary-expression before ‘)’ token
- 2548 | auto result = std::make_unique<MemoData<ResultT>>();
- | ^
- /app/include/google/protobuf/descriptor.h:2555:24: error: parse error in template argument list
- 2555 | return internal::DownCast<const MemoData<ResultT>&>(*it->second).value;
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h: At global scope:
- /app/include/google/protobuf/descriptor.h:2704:1: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 2704 | PROTOBUF_DEFINE_NAME_ACCESSOR(Descriptor)
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:2704:1: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 2704 | PROTOBUF_DEFINE_NAME_ACCESSOR(Descriptor)
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h: In member function ‘const google::protobuf::FieldDescriptor* google::protobuf::Descriptor::field(int) const’:
- /app/include/google/protobuf/descriptor.h:2714:1: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [42], int, std::string&)’
- 2714 | PROTOBUF_DEFINE_ARRAY_ACCESSOR(Descriptor, field, const FieldDescriptor*)
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/descriptor.h:2714:1: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [42], int, std::string&)’
- 2714 | PROTOBUF_DEFINE_ARRAY_ACCESSOR(Descriptor, field, const FieldDescriptor*)
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/descriptor.h: In member function ‘const google::protobuf::OneofDescriptor* google::protobuf::Descriptor::oneof_decl(int) const’:
- /app/include/google/protobuf/descriptor.h:2715:1: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [42], int, std::string&)’
- 2715 | PROTOBUF_DEFINE_ARRAY_ACCESSOR(Descriptor, oneof_decl, const OneofDescriptor*)
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/descriptor.h:2715:1: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [42], int, std::string&)’
- 2715 | PROTOBUF_DEFINE_ARRAY_ACCESSOR(Descriptor, oneof_decl, const OneofDescriptor*)
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/descriptor.h: In member function ‘const google::protobuf::Descriptor* google::protobuf::Descriptor::nested_type(int) const’:
- /app/include/google/protobuf/descriptor.h:2716:1: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [42], int, std::string&)’
- 2716 | PROTOBUF_DEFINE_ARRAY_ACCESSOR(Descriptor, nested_type, const Descriptor*)
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/descriptor.h:2716:1: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [42], int, std::string&)’
- 2716 | PROTOBUF_DEFINE_ARRAY_ACCESSOR(Descriptor, nested_type, const Descriptor*)
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/descriptor.h: In member function ‘const google::protobuf::EnumDescriptor* google::protobuf::Descriptor::enum_type(int) const’:
- /app/include/google/protobuf/descriptor.h:2717:1: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [42], int, std::string&)’
- 2717 | PROTOBUF_DEFINE_ARRAY_ACCESSOR(Descriptor, enum_type, const EnumDescriptor*)
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/descriptor.h:2717:1: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [42], int, std::string&)’
- 2717 | PROTOBUF_DEFINE_ARRAY_ACCESSOR(Descriptor, enum_type, const EnumDescriptor*)
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/descriptor.h: In member function ‘const google::protobuf::OneofDescriptor* google::protobuf::Descriptor::real_oneof_decl(int) const’:
- /app/include/google/protobuf/descriptor.h:2719:3: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 2719 | ABSL_DCHECK(index < real_oneof_decl_count());
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h: In member function ‘const google::protobuf::Descriptor::ExtensionRange* google::protobuf::Descriptor::extension_range(int) const’:
- /app/include/google/protobuf/descriptor.h:2725:1: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [42], int, std::string&)’
- 2725 | PROTOBUF_DEFINE_ARRAY_ACCESSOR(Descriptor, extension_range,
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/descriptor.h:2725:1: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [42], int, std::string&)’
- 2725 | PROTOBUF_DEFINE_ARRAY_ACCESSOR(Descriptor, extension_range,
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/descriptor.h: In member function ‘const google::protobuf::FieldDescriptor* google::protobuf::Descriptor::extension(int) const’:
- /app/include/google/protobuf/descriptor.h:2727:1: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [42], int, std::string&)’
- 2727 | PROTOBUF_DEFINE_ARRAY_ACCESSOR(Descriptor, extension, const FieldDescriptor*)
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/descriptor.h:2727:1: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [42], int, std::string&)’
- 2727 | PROTOBUF_DEFINE_ARRAY_ACCESSOR(Descriptor, extension, const FieldDescriptor*)
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/descriptor.h: In member function ‘const google::protobuf::Descriptor::ReservedRange* google::protobuf::Descriptor::reserved_range(int) const’:
- /app/include/google/protobuf/descriptor.h:2730:1: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [42], int, std::string&)’
- 2730 | PROTOBUF_DEFINE_ARRAY_ACCESSOR(Descriptor, reserved_range,
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/descriptor.h:2730:1: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [42], int, std::string&)’
- 2730 | PROTOBUF_DEFINE_ARRAY_ACCESSOR(Descriptor, reserved_range,
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/descriptor.h: At global scope:
- /app/include/google/protobuf/descriptor.h:2737:1: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 2737 | PROTOBUF_DEFINE_NAME_ACCESSOR(FieldDescriptor)
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:2737:1: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 2737 | PROTOBUF_DEFINE_NAME_ACCESSOR(FieldDescriptor)
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:2752:1: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 2752 | PROTOBUF_DEFINE_STRING_ACCESSOR(FieldDescriptor, default_value_string)
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:2754:1: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 2754 | PROTOBUF_DEFINE_NAME_ACCESSOR(OneofDescriptor)
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:2754:1: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 2754 | PROTOBUF_DEFINE_NAME_ACCESSOR(OneofDescriptor)
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h: In member function ‘const google::protobuf::FieldDescriptor* google::protobuf::OneofDescriptor::field(int) const’:
- /app/include/google/protobuf/descriptor.h:2757:1: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [42], int, std::string&)’
- 2757 | PROTOBUF_DEFINE_ARRAY_ACCESSOR(OneofDescriptor, field, const FieldDescriptor*)
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/descriptor.h:2757:1: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [42], int, std::string&)’
- 2757 | PROTOBUF_DEFINE_ARRAY_ACCESSOR(OneofDescriptor, field, const FieldDescriptor*)
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/descriptor.h: At global scope:
- /app/include/google/protobuf/descriptor.h:2760:1: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 2760 | PROTOBUF_DEFINE_NAME_ACCESSOR(EnumDescriptor)
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:2760:1: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 2760 | PROTOBUF_DEFINE_NAME_ACCESSOR(EnumDescriptor)
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h: In member function ‘const google::protobuf::EnumValueDescriptor* google::protobuf::EnumDescriptor::value(int) const’:
- /app/include/google/protobuf/descriptor.h:2764:1: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [42], int, std::string&)’
- 2764 | PROTOBUF_DEFINE_ARRAY_ACCESSOR(EnumDescriptor, value,
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/descriptor.h:2764:1: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [42], int, std::string&)’
- 2764 | PROTOBUF_DEFINE_ARRAY_ACCESSOR(EnumDescriptor, value,
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/descriptor.h: In member function ‘const google::protobuf::EnumDescriptor::ReservedRange* google::protobuf::EnumDescriptor::reserved_range(int) const’:
- /app/include/google/protobuf/descriptor.h:2769:1: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [42], int, std::string&)’
- 2769 | PROTOBUF_DEFINE_ARRAY_ACCESSOR(EnumDescriptor, reserved_range,
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/descriptor.h:2769:1: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [42], int, std::string&)’
- 2769 | PROTOBUF_DEFINE_ARRAY_ACCESSOR(EnumDescriptor, reserved_range,
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/descriptor.h: At global scope:
- /app/include/google/protobuf/descriptor.h:2773:14: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 2773 | inline absl::string_view EnumValueDescriptor::name() const {
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:2776:14: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 2776 | inline absl::string_view EnumValueDescriptor::full_name() const {
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:2783:1: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 2783 | PROTOBUF_DEFINE_NAME_ACCESSOR(ServiceDescriptor)
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:2783:1: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 2783 | PROTOBUF_DEFINE_NAME_ACCESSOR(ServiceDescriptor)
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h: In member function ‘const google::protobuf::MethodDescriptor* google::protobuf::ServiceDescriptor::method(int) const’:
- /app/include/google/protobuf/descriptor.h:2786:1: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [42], int, std::string&)’
- 2786 | PROTOBUF_DEFINE_ARRAY_ACCESSOR(ServiceDescriptor, method,
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/descriptor.h:2786:1: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [42], int, std::string&)’
- 2786 | PROTOBUF_DEFINE_ARRAY_ACCESSOR(ServiceDescriptor, method,
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/descriptor.h: At global scope:
- /app/include/google/protobuf/descriptor.h:2790:1: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 2790 | PROTOBUF_DEFINE_NAME_ACCESSOR(MethodDescriptor)
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:2790:1: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 2790 | PROTOBUF_DEFINE_NAME_ACCESSOR(MethodDescriptor)
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:2796:1: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 2796 | PROTOBUF_DEFINE_STRING_ACCESSOR(FileDescriptor, name)
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:2797:1: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 2797 | PROTOBUF_DEFINE_STRING_ACCESSOR(FileDescriptor, package)
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h: In member function ‘const google::protobuf::Descriptor* google::protobuf::FileDescriptor::message_type(int) const’:
- /app/include/google/protobuf/descriptor.h:2810:1: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [42], int, std::string&)’
- 2810 | PROTOBUF_DEFINE_ARRAY_ACCESSOR(FileDescriptor, message_type, const Descriptor*)
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/descriptor.h:2810:1: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [42], int, std::string&)’
- 2810 | PROTOBUF_DEFINE_ARRAY_ACCESSOR(FileDescriptor, message_type, const Descriptor*)
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/descriptor.h: In member function ‘const google::protobuf::EnumDescriptor* google::protobuf::FileDescriptor::enum_type(int) const’:
- /app/include/google/protobuf/descriptor.h:2811:1: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [42], int, std::string&)’
- 2811 | PROTOBUF_DEFINE_ARRAY_ACCESSOR(FileDescriptor, enum_type, const EnumDescriptor*)
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/descriptor.h:2811:1: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [42], int, std::string&)’
- 2811 | PROTOBUF_DEFINE_ARRAY_ACCESSOR(FileDescriptor, enum_type, const EnumDescriptor*)
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/descriptor.h: In member function ‘const google::protobuf::ServiceDescriptor* google::protobuf::FileDescriptor::service(int) const’:
- /app/include/google/protobuf/descriptor.h:2812:1: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [42], int, std::string&)’
- 2812 | PROTOBUF_DEFINE_ARRAY_ACCESSOR(FileDescriptor, service,
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/descriptor.h:2812:1: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [42], int, std::string&)’
- 2812 | PROTOBUF_DEFINE_ARRAY_ACCESSOR(FileDescriptor, service,
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/descriptor.h: In member function ‘const google::protobuf::FieldDescriptor* google::protobuf::FileDescriptor::extension(int) const’:
- /app/include/google/protobuf/descriptor.h:2814:1: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [42], int, std::string&)’
- 2814 | PROTOBUF_DEFINE_ARRAY_ACCESSOR(FileDescriptor, extension,
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/descriptor.h:2814:1: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [42], int, std::string&)’
- 2814 | PROTOBUF_DEFINE_ARRAY_ACCESSOR(FileDescriptor, extension,
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/descriptor.h: At global scope:
- /app/include/google/protobuf/descriptor.h:2835:13: error: ‘bool google::protobuf::Descriptor::IsReservedName’ is not a static data member of ‘class google::protobuf::Descriptor’
- 2835 | inline bool Descriptor::IsReservedName(absl::string_view name) const {
- | ^~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:2835:46: error: ‘string_view’ is not a member of ‘absl’
- 2835 | inline bool Descriptor::IsReservedName(absl::string_view name) const {
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:2846:14: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 2846 | inline absl::string_view Descriptor::reserved_name(int index) const {
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:2854:13: error: ‘bool google::protobuf::EnumDescriptor::IsReservedName’ is not a static data member of ‘class google::protobuf::EnumDescriptor’
- 2854 | inline bool EnumDescriptor::IsReservedName(absl::string_view name) const {
- | ^~~~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:2854:50: error: ‘string_view’ is not a member of ‘absl’
- 2854 | inline bool EnumDescriptor::IsReservedName(absl::string_view name) const {
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:2865:14: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 2865 | inline absl::string_view EnumDescriptor::reserved_name(int index) const {
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:2869:14: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 2869 | inline absl::string_view FieldDescriptor::lowercase_name() const {
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:2873:14: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 2873 | inline absl::string_view FieldDescriptor::camelcase_name() const {
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:2877:14: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 2877 | inline absl::string_view FieldDescriptor::json_name() const {
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h: In member function ‘int google::protobuf::FieldDescriptor::index_in_oneof() const’:
- /app/include/google/protobuf/descriptor.h:2891:3: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 2891 | ABSL_DCHECK(is_oneof_);
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h: In member function ‘const google::protobuf::Descriptor* google::protobuf::FieldDescriptor::extension_scope() const’:
- /app/include/google/protobuf/descriptor.h:2896:3: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 2896 | ABSL_CHECK(is_extension_);
- | ^~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h: In member function ‘bool google::protobuf::FieldDescriptor::is_repeated() const’:
- /app/include/google/protobuf/descriptor.h:2919:3: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [42], int, std::string&)’
- 2919 | ABSL_DCHECK_EQ(is_repeated_, static_cast<Label>(label_) == LABEL_REPEATED);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/descriptor.h: In member function ‘const google::protobuf::OneofDescriptor* google::protobuf::FieldDescriptor::real_containing_oneof() const’:
- /app/include/google/protobuf/descriptor.h:2935:5: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 2935 | ABSL_DCHECK(!res->is_synthetic());
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h: At global scope:
- /app/include/google/protobuf/descriptor.h:3005:14: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 3005 | inline absl::string_view FieldDescriptor::type_name() const {
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:3013:14: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 3013 | inline absl::string_view FieldDescriptor::cpp_type_name() const {
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:3021:14: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 3021 | inline absl::string_view FieldDescriptor::TypeName(Type type) {
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:3025:14: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 3025 | inline absl::string_view FieldDescriptor::CppTypeName(CppType cpp_type) {
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:3118:30: error: ‘string_view’ is not a member of ‘absl’
- 3118 | bool ParseNoReflection(absl::string_view from, google::protobuf::MessageLite& to);
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.h:3118:77: error: expected primary-expression before ‘&’ token
- 3118 | bool ParseNoReflection(absl::string_view from, google::protobuf::MessageLite& to);
- | ^
- /app/include/google/protobuf/descriptor.h:3118:79: error: ‘to’ was not declared in this scope; did you mean ‘io’?
- 3118 | bool ParseNoReflection(absl::string_view from, google::protobuf::MessageLite& to);
- | ^~
- | io
- /app/include/google/protobuf/descriptor.h:3118:81: error: expression list treated as compound expression in initializer [-fpermissive]
- 3118 | bool ParseNoReflection(absl::string_view from, google::protobuf::MessageLite& to);
- | ^
- /app/include/google/protobuf/descriptor.h:3180:52: error: ‘string_view’ is not a member of ‘absl’
- 3180 | PROTOBUF_EXPORT bool IsLazilyInitializedFile(absl::string_view filename);
- | ^~~~~~~~~~~
- In file included from /app/include/google/protobuf/generated_enum_reflection.h:30,
- from /app/include/google/protobuf/generated_message_reflection.h:27:
- /app/include/google/protobuf/port_def.inc:119:15: error: static assertion failed: Protobuf only supports C++17 and newer.
- 119 | static_assert(PROTOBUF_CPLUSPLUS_MIN(201703L),
- | ^~~~~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/port_def.inc:119:15: note: the comparison reduces to ‘(201103 >= 201703)’
- /app/include/google/protobuf/generated_enum_reflection.h:53:62: error: ‘absl::string_view’ has not been declared
- 53 | const EnumDescriptor* PROTOBUF_NONNULL descriptor, absl::string_view name,
- | ^~~~~~~~~~~
- /app/include/google/protobuf/generated_enum_reflection.h:58:27: error: ‘absl::string_view’ has not been declared
- 58 | absl::string_view name, EnumType* PROTOBUF_NONNULL value) {
- | ^~~~~~~~~~~
- In file included from /app/include/google/protobuf/io/zero_copy_stream_impl_lite.h:37,
- from /app/include/google/protobuf/unknown_field_set.h:32,
- from /app/include/google/protobuf/generated_message_reflection.h:28:
- /app/include/google/protobuf/port_def.inc:119:15: error: static assertion failed: Protobuf only supports C++17 and newer.
- 119 | static_assert(PROTOBUF_CPLUSPLUS_MIN(201703L),
- | ^~~~~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/port_def.inc:119:15: note: the comparison reduces to ‘(201103 >= 201703)’
- In file included from /app/include/google/protobuf/unknown_field_set.h:40:
- /app/include/google/protobuf/port_def.inc:119:15: error: static assertion failed: Protobuf only supports C++17 and newer.
- 119 | static_assert(PROTOBUF_CPLUSPLUS_MIN(201703L),
- | ^~~~~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/port_def.inc:119:15: note: the comparison reduces to ‘(201103 >= 201703)’
- /app/include/google/protobuf/unknown_field_set.h:83:16: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 83 | inline absl::string_view length_delimited() const;
- | ^~~~~~~~~~~
- /app/include/google/protobuf/unknown_field_set.h:89:42: error: ‘absl::string_view’ has not been declared
- 89 | inline void set_length_delimited(absl::string_view value);
- | ^~~~~~~~~~~
- /app/include/google/protobuf/unknown_field_set.h:196:45: error: ‘absl::string_view’ has not been declared
- 196 | void AddLengthDelimited(int number, absl::string_view value);
- | ^~~~~~~~~~~
- /app/include/google/protobuf/unknown_field_set.h:223:43: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 223 | inline bool ParseFromString(const absl::string_view data) {
- | ^~~~~~~~~~~
- /app/include/google/protobuf/unknown_field_set.h:261:27: error: ‘enable_if_t’ in namespace ‘std’ does not name a template type
- 261 | typename std::enable_if_t<
- | ^~~~~~~~~~~
- /app/include/google/protobuf/unknown_field_set.h:261:27: note: ‘std::enable_if_t’ is only available from C++14 onwards
- /app/include/google/protobuf/unknown_field_set.h:261:38: error: expected ‘>’ before ‘<’ token
- 261 | typename std::enable_if_t<
- | ^
- /app/include/google/protobuf/unknown_field_set.h:273:8: error: ‘template<class MessageType, typename std::enable_if<(std::is_base_of<google::protobuf::MessageLite, T>::value && (! std::is_base_of<google::protobuf::Message, Element>::value)), int>::type <anonymous> > bool google::protobuf::UnknownFieldSet::InternalMergeFromMessage(const MessageType&)’ cannot be overloaded with ‘template<class MessageType, <typeprefixerror><anonymous> > bool google::protobuf::UnknownFieldSet::InternalMergeFromMessage(const MessageType&)’
- 273 | bool InternalMergeFromMessage(const MessageType& message) {
- | ^~~~~~~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/unknown_field_set.h:263:8: note: previous declaration ‘template<class MessageType, <typeprefixerror><anonymous> > bool google::protobuf::UnknownFieldSet::InternalMergeFromMessage(const MessageType&)’
- 263 | bool InternalMergeFromMessage(const MessageType& message) {
- | ^~~~~~~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/repeated_field.h: In instantiation of ‘class google::protobuf::RepeatedField<google::protobuf::UnknownField>’:
- /app/include/google/protobuf/unknown_field_set.h:281:31: required from here
- 281 | RepeatedField<UnknownField> fields_;
- | ^~~~~~~
- /app/include/google/protobuf/repeated_field.h:457:53: error: call to non-‘constexpr’ function ‘const _Tp& std::max(const _Tp&, const _Tp&) [with _Tp = long unsigned int]’
- 457 | using HeapRep = internal::HeapRep<std::max<size_t>(sizeof(Element), 8)>;
- | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
- /usr/include/c++/14.2.0/bits/stl_algobase.h:257:5: note: ‘const _Tp& std::max(const _Tp&, const _Tp&) [with _Tp = long unsigned int]’ declared here
- 257 | max(const _Tp& __a, const _Tp& __b)
- | ^~~
- /app/include/google/protobuf/repeated_field.h:457:9: note: in template argument for type ‘long unsigned int’
- 457 | using HeapRep = internal::HeapRep<std::max<size_t>(sizeof(Element), 8)>;
- | ^~~~~~~
- /app/include/google/protobuf/unknown_field_set.h: In member function ‘bool google::protobuf::UnknownFieldSet::ParseFromString(int)’:
- /app/include/google/protobuf/unknown_field_set.h:224:32: error: request for member ‘data’ in ‘data’, which is of non-class type ‘const int’
- 224 | return ParseFromArray(data.data(), static_cast<int>(data.size()));
- | ^~~~
- /app/include/google/protobuf/unknown_field_set.h:224:62: error: request for member ‘size’ in ‘data’, which is of non-class type ‘const int’
- 224 | return ParseFromArray(data.data(), static_cast<int>(data.size()));
- | ^~~~
- /app/include/google/protobuf/unknown_field_set.h: At global scope:
- /app/include/google/protobuf/unknown_field_set.h:289:54: error: ‘absl::string_view’ has not been declared
- 289 | inline void WriteLengthDelimited(uint32_t num, absl::string_view val,
- | ^~~~~~~~~~~
- /app/include/google/protobuf/unknown_field_set.h:306:11: error: explicitly defaulted function ‘constexpr google::protobuf::UnknownFieldSet::UnknownFieldSet()’ cannot be declared ‘constexpr’ because the implicit declaration is not ‘constexpr’:
- 306 | constexpr UnknownFieldSet::UnknownFieldSet() = default;
- | ^~~~~~~~~~~~~~~
- /app/include/google/protobuf/repeated_field.h:639:11: note: defaulted constructor calls non-‘constexpr’ ‘google::protobuf::RepeatedField< <template-parameter-1-1> >::RepeatedField() [with Element = google::protobuf::UnknownField]’
- 639 | constexpr RepeatedField<Element>::RepeatedField() {
- | ^~~~~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/repeated_field.h:639:11: note: ‘google::protobuf::RepeatedField< <template-parameter-1-1> >::RepeatedField() [with Element = google::protobuf::UnknownField]’ declared here
- /app/include/google/protobuf/unknown_field_set.h:346:61: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 346 | const absl::string_view value) {
- | ^~~~~~~~~~~
- /app/include/google/protobuf/unknown_field_set.h: In member function ‘void google::protobuf::UnknownFieldSet::AddLengthDelimited(int, int)’:
- /app/include/google/protobuf/unknown_field_set.h:347:44: error: request for member ‘data’ in ‘value’, which is of non-class type ‘const int’
- 347 | AddLengthDelimited(number)->assign(value.data(), value.size());
- | ^~~~
- /app/include/google/protobuf/unknown_field_set.h:347:58: error: request for member ‘size’ in ‘value’, which is of non-class type ‘const int’
- 347 | AddLengthDelimited(number)->assign(value.data(), value.size());
- | ^~~~
- /app/include/google/protobuf/unknown_field_set.h: At global scope:
- /app/include/google/protobuf/unknown_field_set.h:367:14: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 367 | inline absl::string_view UnknownField::length_delimited() const {
- | ^~~~~~~~~~~
- /app/include/google/protobuf/unknown_field_set.h:388:60: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 388 | inline void UnknownField::set_length_delimited(const absl::string_view value) {
- | ^~~~~~~~~~~
- /app/include/google/protobuf/unknown_field_set.h: In member function ‘void google::protobuf::UnknownField::set_length_delimited(int)’:
- /app/include/google/protobuf/unknown_field_set.h:390:36: error: request for member ‘data’ in ‘value’, which is of non-class type ‘const int’
- 390 | data_.string_value->assign(value.data(), value.size());
- | ^~~~
- /app/include/google/protobuf/unknown_field_set.h:390:50: error: request for member ‘size’ in ‘value’, which is of non-class type ‘const int’
- 390 | data_.string_value->assign(value.data(), value.size());
- | ^~~~
- /app/include/google/protobuf/unknown_field_set.h: In member function ‘size_t google::protobuf::UnknownField::GetLengthDelimitedSize() const’:
- /app/include/google/protobuf/unknown_field_set.h:412:3: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [49], int, std::string&)’
- 412 | ABSL_DCHECK_EQ(TYPE_LENGTH_DELIMITED, type());
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- In file included from /app/include/google/protobuf/generated_message_reflection.h:31:
- /app/include/google/protobuf/port_def.inc: At global scope:
- /app/include/google/protobuf/port_def.inc:119:15: error: static assertion failed: Protobuf only supports C++17 and newer.
- 119 | static_assert(PROTOBUF_CPLUSPLUS_MIN(201703L),
- | ^~~~~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/port_def.inc:119:15: note: the comparison reduces to ‘(201103 >= 201703)’
- /app/include/google/protobuf/generated_message_reflection.h: In member function ‘uint32_t google::protobuf::internal::ReflectionSchema::GetFieldOffsetNonOneof(const google::protobuf::FieldDescriptor*) const’:
- /app/include/google/protobuf/generated_message_reflection.h:125:5: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 125 | ABSL_DCHECK(!InRealOneof(field));
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /app/include/google/protobuf/generated_message_reflection.h: In member function ‘uint32_t google::protobuf::internal::ReflectionSchema::HasBitIndex(const google::protobuf::FieldDescriptor*) const’:
- /app/include/google/protobuf/generated_message_reflection.h:164:5: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 164 | ABSL_DCHECK(!field->is_extension());
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /app/include/google/protobuf/generated_message_reflection.h:166:5: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 166 | ABSL_DCHECK(HasHasbits());
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /app/include/google/protobuf/generated_message_reflection.h: In member function ‘uint32_t google::protobuf::internal::ReflectionSchema::HasBitsOffset() const’:
- /app/include/google/protobuf/generated_message_reflection.h:172:5: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 172 | ABSL_DCHECK(HasHasbits());
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /app/include/google/protobuf/generated_message_reflection.h: In member function ‘uint32_t google::protobuf::internal::ReflectionSchema::InlinedStringIndex(const google::protobuf::FieldDescriptor*) const’:
- /app/include/google/protobuf/generated_message_reflection.h:181:5: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 181 | ABSL_DCHECK(HasInlinedString());
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /app/include/google/protobuf/generated_message_reflection.h: In member function ‘uint32_t google::protobuf::internal::ReflectionSchema::InlinedStringDonatedOffset() const’:
- /app/include/google/protobuf/generated_message_reflection.h:187:5: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 187 | ABSL_DCHECK(HasInlinedString());
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /app/include/google/protobuf/generated_message_reflection.h: In member function ‘uint32_t google::protobuf::internal::ReflectionSchema::GetExtensionSetOffset() const’:
- /app/include/google/protobuf/generated_message_reflection.h:196:5: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 196 | ABSL_DCHECK(HasExtensionSet());
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /app/include/google/protobuf/generated_message_reflection.h: In member function ‘bool google::protobuf::internal::ReflectionSchema::IsEagerlyVerifiedLazyField(const google::protobuf::FieldDescriptor*) const’:
- /app/include/google/protobuf/generated_message_reflection.h:217:5: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [60], int, std::string&)’
- 217 | ABSL_DCHECK_EQ(field->type(), FieldDescriptor::TYPE_MESSAGE);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/generated_message_reflection.h: In member function ‘uint32_t google::protobuf::internal::ReflectionSchema::SplitOffset() const’:
- /app/include/google/protobuf/generated_message_reflection.h:231:5: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 231 | ABSL_DCHECK(IsSplit());
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /app/include/google/protobuf/generated_message_reflection.h: In member function ‘uint32_t google::protobuf::internal::ReflectionSchema::SizeofSplit() const’:
- /app/include/google/protobuf/generated_message_reflection.h:236:5: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 236 | ABSL_DCHECK(IsSplit());
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /app/include/google/protobuf/generated_message_reflection.h: In static member function ‘static bool google::protobuf::internal::ReflectionSchema::IsMicroString(uint32_t, google::protobuf::internal::FieldDescriptorLite::Type)’:
- /app/include/google/protobuf/generated_message_reflection.h:285:5: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 285 | ABSL_DCHECK(type == FieldDescriptor::TYPE_STRING ||
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- In file included from /app/include/google/protobuf/map.h:53,
- from /app/include/google/protobuf/message.h:112,
- from /run/build/monero-gui/test-protobuf.pb.h:27:
- /app/include/google/protobuf/port_def.inc: At global scope:
- /app/include/google/protobuf/port_def.inc:119:15: error: static assertion failed: Protobuf only supports C++17 and newer.
- 119 | static_assert(PROTOBUF_CPLUSPLUS_MIN(201703L),
- | ^~~~~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/port_def.inc:119:15: note: the comparison reduces to ‘(201103 >= 201703)’
- /app/include/google/protobuf/map.h:111:31: error: ‘enable_if_t’ is not a member of ‘std’
- 111 | struct KeyForBaseImpl<T, std::enable_if_t<std::is_integral<T>::value &&
- | ^~~~~~~~~~~
- /app/include/google/protobuf/map.h:111:31: note: ‘std::enable_if_t’ is only available from C++14 onwards
- /app/include/google/protobuf/map.h:111:31: error: ‘enable_if_t’ is not a member of ‘std’
- /app/include/google/protobuf/map.h:111:31: note: ‘std::enable_if_t’ is only available from C++14 onwards
- /app/include/google/protobuf/map.h:112:62: error: type/value mismatch at argument 2 in template parameter list for ‘template<class T, class> struct google::protobuf::internal::KeyForBaseImpl’
- 112 | std::is_signed<T>::value>> {
- | ^~~~~
- /app/include/google/protobuf/map.h:112:62: note: expected a type, got ‘((<expression error> < std::is_integral<_Tp>::value) && std::is_signed<_Tp>::value)’
- /app/include/google/protobuf/map.h:112:67: error: expected unqualified-id before ‘>’ token
- 112 | std::is_signed<T>::value>> {
- | ^~
- /app/include/google/protobuf/map.h:141:16: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 141 | static absl::string_view ImplicitConvert(T&& str) {
- | ^~~~~~~~~~~
- /app/include/google/protobuf/map.h:156:26: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 156 | using ViewType = absl::string_view;
- | ^~~~~~~~~~~
- /app/include/google/protobuf/map.h:158:10: error: ‘ViewType’ does not name a type; did you mean ‘FieldType’?
- 158 | static ViewType ToView(const T& v) {
- | ^~~~~~~~
- | FieldType
- /app/include/google/protobuf/map.h:237:42: error: non-constant condition for static assertion
- 237 | static_assert(sizeof(UntypedMapIterator) ==
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
- 238 | sizeof(void*) * 2 +
- | ~~~~~~~~~~~~~~~~~~~
- 239 | std::max(sizeof(uint32_t), alignof(void*)),
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/map.h:239:31: error: call to non-‘constexpr’ function ‘const _Tp& std::max(const _Tp&, const _Tp&) [with _Tp = long unsigned int]’
- 239 | std::max(sizeof(uint32_t), alignof(void*)),
- | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/c++/14.2.0/bits/stl_algobase.h:257:5: note: ‘const _Tp& std::max(const _Tp&, const _Tp&) [with _Tp = long unsigned int]’ declared here
- 257 | max(const _Tp& __a, const _Tp& __b)
- | ^~~
- /app/include/google/protobuf/map.h:242:33: error: non-constant condition for static assertion
- 242 | alignof(UntypedMapIterator) == std::max(alignof(void*), alignof(uint32_t)),
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/map.h:242:44: error: call to non-‘constexpr’ function ‘const _Tp& std::max(const _Tp&, const _Tp&) [with _Tp = long unsigned int]’
- 242 | alignof(UntypedMapIterator) == std::max(alignof(void*), alignof(uint32_t)),
- | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/c++/14.2.0/bits/stl_algobase.h:257:5: note: ‘const _Tp& std::max(const _Tp&, const _Tp&) [with _Tp = long unsigned int]’ declared here
- 257 | max(const _Tp& __a, const _Tp& __b)
- | ^~~
- /app/include/google/protobuf/map.h:386:3: error: ‘VisitKey’ function uses ‘auto’ type specifier without trailing return type
- 386 | auto VisitKey(NodeBase* node, F f) const;
- | ^~~~
- /app/include/google/protobuf/map.h:386:3: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /app/include/google/protobuf/map.h:392:3: error: ‘VisitValue’ function uses ‘auto’ type specifier without trailing return type
- 392 | auto VisitValue(NodeBase* node, F f) const;
- | ^~~~
- /app/include/google/protobuf/map.h:392:3: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /app/include/google/protobuf/map.h:410:3: error: ‘VisitKeyType’ function uses ‘auto’ type specifier without trailing return type
- 410 | auto VisitKeyType(F f) const;
- | ^~~~
- /app/include/google/protobuf/map.h:410:3: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /app/include/google/protobuf/map.h:412:3: error: ‘VisitValueType’ function uses ‘auto’ type specifier without trailing return type
- 412 | auto VisitValueType(F f) const;
- | ^~~~
- /app/include/google/protobuf/map.h:412:3: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /app/include/google/protobuf/map.h: In static member function ‘static constexpr google::protobuf::internal::UntypedMapBase::TypeKind google::protobuf::internal::UntypedMapBase::StaticTypeKind()’:
- /app/include/google/protobuf/map.h:269:24: error: ‘is_same_v’ is not a member of ‘std’; did you mean ‘is_same’?
- 269 | if constexpr (std::is_same_v<T, bool>) {
- | ^~~~~~~~~
- | is_same
- /app/include/google/protobuf/map.h:269:35: error: expected primary-expression before ‘,’ token
- 269 | if constexpr (std::is_same_v<T, bool>) {
- | ^
- /app/include/google/protobuf/map.h:269:37: error: expected primary-expression before ‘bool’
- 269 | if constexpr (std::is_same_v<T, bool>) {
- | ^~~~
- /app/include/google/protobuf/map.h:269:37: error: expected ‘)’ before ‘bool’
- /app/include/google/protobuf/map.h:269:18: note: to match this ‘(’
- 269 | if constexpr (std::is_same_v<T, bool>) {
- | ^
- /app/include/google/protobuf/map.h:271:31: error: ‘is_same_v’ is not a member of ‘std’; did you mean ‘is_same’?
- 271 | } else if constexpr (std::is_same_v<T, int32_t> ||
- | ^~~~~~~~~
- | is_same
- /app/include/google/protobuf/map.h:271:42: error: expected primary-expression before ‘,’ token
- 271 | } else if constexpr (std::is_same_v<T, int32_t> ||
- | ^
- /app/include/google/protobuf/map.h:271:51: error: expected primary-expression before ‘>’ token
- 271 | } else if constexpr (std::is_same_v<T, int32_t> ||
- | ^
- /app/include/google/protobuf/map.h:271:53: error: expected primary-expression before ‘||’ token
- 271 | } else if constexpr (std::is_same_v<T, int32_t> ||
- | ^~
- /app/include/google/protobuf/map.h:272:31: error: ‘is_same_v’ is not a member of ‘std’; did you mean ‘is_same’?
- 272 | std::is_same_v<T, uint32_t> || std::is_enum_v<T>) {
- | ^~~~~~~~~
- | is_same
- /app/include/google/protobuf/map.h:272:42: error: expected primary-expression before ‘,’ token
- 272 | std::is_same_v<T, uint32_t> || std::is_enum_v<T>) {
- | ^
- /app/include/google/protobuf/map.h:272:52: error: expected primary-expression before ‘>’ token
- 272 | std::is_same_v<T, uint32_t> || std::is_enum_v<T>) {
- | ^
- /app/include/google/protobuf/map.h:272:54: error: expected primary-expression before ‘||’ token
- 272 | std::is_same_v<T, uint32_t> || std::is_enum_v<T>) {
- | ^~
- /app/include/google/protobuf/map.h:272:62: error: ‘is_enum_v’ is not a member of ‘std’; did you mean ‘is_enum’?
- 272 | std::is_same_v<T, uint32_t> || std::is_enum_v<T>) {
- | ^~~~~~~~~
- | is_enum
- /app/include/google/protobuf/map.h:272:73: error: expected primary-expression before ‘>’ token
- 272 | std::is_same_v<T, uint32_t> || std::is_enum_v<T>) {
- | ^
- /app/include/google/protobuf/map.h:272:74: error: expected primary-expression before ‘)’ token
- 272 | std::is_same_v<T, uint32_t> || std::is_enum_v<T>) {
- | ^
- /app/include/google/protobuf/map.h:276:31: error: ‘is_same_v’ is not a member of ‘std’; did you mean ‘is_same’?
- 276 | } else if constexpr (std::is_same_v<T, int64_t> ||
- | ^~~~~~~~~
- | is_same
- /app/include/google/protobuf/map.h:276:42: error: expected primary-expression before ‘,’ token
- 276 | } else if constexpr (std::is_same_v<T, int64_t> ||
- | ^
- /app/include/google/protobuf/map.h:276:51: error: expected primary-expression before ‘>’ token
- 276 | } else if constexpr (std::is_same_v<T, int64_t> ||
- | ^
- /app/include/google/protobuf/map.h:276:53: error: expected primary-expression before ‘||’ token
- 276 | } else if constexpr (std::is_same_v<T, int64_t> ||
- | ^~
- /app/include/google/protobuf/map.h:277:31: error: ‘is_same_v’ is not a member of ‘std’; did you mean ‘is_same’?
- 277 | std::is_same_v<T, uint64_t>) {
- | ^~~~~~~~~
- | is_same
- /app/include/google/protobuf/map.h:277:42: error: expected primary-expression before ‘,’ token
- 277 | std::is_same_v<T, uint64_t>) {
- | ^
- /app/include/google/protobuf/map.h:277:52: error: expected primary-expression before ‘>’ token
- 277 | std::is_same_v<T, uint64_t>) {
- | ^
- /app/include/google/protobuf/map.h:277:53: error: expected primary-expression before ‘)’ token
- 277 | std::is_same_v<T, uint64_t>) {
- | ^
- /app/include/google/protobuf/map.h:279:31: error: ‘is_same_v’ is not a member of ‘std’; did you mean ‘is_same’?
- 279 | } else if constexpr (std::is_same_v<T, float>) {
- | ^~~~~~~~~
- | is_same
- /app/include/google/protobuf/map.h:279:42: error: expected primary-expression before ‘,’ token
- 279 | } else if constexpr (std::is_same_v<T, float>) {
- | ^
- /app/include/google/protobuf/map.h:279:44: error: expected primary-expression before ‘float’
- 279 | } else if constexpr (std::is_same_v<T, float>) {
- | ^~~~~
- /app/include/google/protobuf/map.h:279:44: error: expected ‘)’ before ‘float’
- /app/include/google/protobuf/map.h:279:25: note: to match this ‘(’
- 279 | } else if constexpr (std::is_same_v<T, float>) {
- | ^
- /app/include/google/protobuf/map.h:281:31: error: ‘is_same_v’ is not a member of ‘std’; did you mean ‘is_same’?
- 281 | } else if constexpr (std::is_same_v<T, double>) {
- | ^~~~~~~~~
- | is_same
- /app/include/google/protobuf/map.h:281:42: error: expected primary-expression before ‘,’ token
- 281 | } else if constexpr (std::is_same_v<T, double>) {
- | ^
- /app/include/google/protobuf/map.h:281:44: error: expected primary-expression before ‘double’
- 281 | } else if constexpr (std::is_same_v<T, double>) {
- | ^~~~~~
- /app/include/google/protobuf/map.h:281:44: error: expected ‘)’ before ‘double’
- /app/include/google/protobuf/map.h:281:25: note: to match this ‘(’
- 281 | } else if constexpr (std::is_same_v<T, double>) {
- | ^
- /app/include/google/protobuf/map.h:283:31: error: ‘is_same_v’ is not a member of ‘std’; did you mean ‘is_same’?
- 283 | } else if constexpr (std::is_same_v<T, std::string>) {
- | ^~~~~~~~~
- | is_same
- /app/include/google/protobuf/map.h:283:42: error: expected primary-expression before ‘,’ token
- 283 | } else if constexpr (std::is_same_v<T, std::string>) {
- | ^
- /app/include/google/protobuf/map.h:283:55: error: expected primary-expression before ‘>’ token
- 283 | } else if constexpr (std::is_same_v<T, std::string>) {
- | ^
- /app/include/google/protobuf/map.h:283:56: error: expected primary-expression before ‘)’ token
- 283 | } else if constexpr (std::is_same_v<T, std::string>) {
- | ^
- /app/include/google/protobuf/map.h:285:31: error: ‘is_base_of_v’ is not a member of ‘std’; did you mean ‘is_base_of’?
- 285 | } else if constexpr (std::is_base_of_v<MessageLite, T>) {
- | ^~~~~~~~~~~~
- | is_base_of
- /app/include/google/protobuf/map.h:285:55: error: expected primary-expression before ‘,’ token
- 285 | } else if constexpr (std::is_base_of_v<MessageLite, T>) {
- | ^
- /app/include/google/protobuf/map.h:285:58: error: expected primary-expression before ‘>’ token
- 285 | } else if constexpr (std::is_base_of_v<MessageLite, T>) {
- | ^
- /app/include/google/protobuf/map.h:285:59: error: expected primary-expression before ‘)’ token
- 285 | } else if constexpr (std::is_base_of_v<MessageLite, T>) {
- | ^
- /app/include/google/protobuf/map.h: In member function ‘void google::protobuf::internal::UntypedMapBase::DeallocNode(google::protobuf::internal::NodeBase*, size_t)’:
- /app/include/google/protobuf/map.h:447:5: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 447 | ABSL_DCHECK(arena_ == nullptr);
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /app/include/google/protobuf/map.h: In member function ‘google::protobuf::internal::NodeBase** google::protobuf::internal::UntypedMapBase::CreateEmptyTable(google::protobuf::internal::map_index_t)’:
- /app/include/google/protobuf/map.h:460:5: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [35], int, std::string&)’
- 460 | ABSL_DCHECK_GE(n, kMinTableSize);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/map.h:461:5: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [35], int, std::string&)’
- 461 | ABSL_DCHECK_EQ(n & (n - 1), 0u);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/map.h: At global scope:
- /app/include/google/protobuf/map.h:481:1: error: ‘VisitKeyType’ function uses ‘auto’ type specifier without trailing return type
- 481 | auto UntypedMapBase::VisitKeyType(F f) const {
- | ^~~~
- /app/include/google/protobuf/map.h:481:1: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /app/include/google/protobuf/map.h:501:1: error: ‘VisitValueType’ function uses ‘auto’ type specifier without trailing return type
- 501 | auto UntypedMapBase::VisitValueType(F f) const {
- | ^~~~
- /app/include/google/protobuf/map.h:501:1: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /app/include/google/protobuf/map.h: In member function ‘void google::protobuf::internal::UntypedMapBase::VisitAllNodes(F) const’:
- /app/include/google/protobuf/map.h:525:20: error: use of ‘auto’ in lambda parameter declaration only available with ‘-std=c++14’ or ‘-std=gnu++14’
- 525 | VisitKeyType([&](auto key_type) {
- | ^~~~
- /app/include/google/protobuf/map.h: In lambda function:
- /app/include/google/protobuf/map.h:526:24: error: use of ‘auto’ in lambda parameter declaration only available with ‘-std=c++14’ or ‘-std=gnu++14’
- 526 | VisitValueType([&](auto value_type) {
- | ^~~~
- /app/include/google/protobuf/map.h: In lambda function:
- /app/include/google/protobuf/map.h:528:27: error: ‘decltype’ evaluates to ‘int’, which is not a class or enumeration type
- 528 | f(GetKey<typename decltype(key_type)::type>(it.node_),
- | ^~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/map.h:529:29: error: ‘decltype’ evaluates to ‘int’, which is not a class or enumeration type
- 529 | GetValue<typename decltype(value_type)::type>(it.node_));
- | ^~~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/map.h: At global scope:
- /app/include/google/protobuf/map.h:536:1: error: ‘VisitKey’ function uses ‘auto’ type specifier without trailing return type
- 536 | auto UntypedMapBase::VisitKey(NodeBase* node, F f) const {
- | ^~~~
- /app/include/google/protobuf/map.h:536:1: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /app/include/google/protobuf/map.h: In member function ‘auto google::protobuf::internal::UntypedMapBase::VisitKey(google::protobuf::internal::NodeBase*, F) const’:
- /app/include/google/protobuf/map.h:537:27: error: use of ‘auto’ in lambda parameter declaration only available with ‘-std=c++14’ or ‘-std=gnu++14’
- 537 | return VisitKeyType([&](auto key_type) {
- | ^~~~
- /app/include/google/protobuf/map.h: In lambda function:
- /app/include/google/protobuf/map.h:538:30: error: ‘decltype’ evaluates to ‘int’, which is not a class or enumeration type
- 538 | return f(GetKey<typename decltype(key_type)::type>(node));
- | ^~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/map.h: At global scope:
- /app/include/google/protobuf/map.h:543:1: error: ‘VisitValue’ function uses ‘auto’ type specifier without trailing return type
- 543 | auto UntypedMapBase::VisitValue(NodeBase* node, F f) const {
- | ^~~~
- /app/include/google/protobuf/map.h:543:1: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /app/include/google/protobuf/map.h: In member function ‘auto google::protobuf::internal::UntypedMapBase::VisitValue(google::protobuf::internal::NodeBase*, F) const’:
- /app/include/google/protobuf/map.h:544:29: error: use of ‘auto’ in lambda parameter declaration only available with ‘-std=c++14’ or ‘-std=gnu++14’
- 544 | return VisitValueType([&](auto value_type) {
- | ^~~~
- /app/include/google/protobuf/map.h: In lambda function:
- /app/include/google/protobuf/map.h:545:32: error: ‘decltype’ evaluates to ‘int’, which is not a class or enumeration type
- 545 | return f(GetValue<typename decltype(value_type)::type>(node));
- | ^~~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/map.h: In constructor ‘google::protobuf::internal::MapFieldBaseForParse::MapFieldBaseForParse(const google::protobuf::Message*, TaggedPtr)’:
- /app/include/google/protobuf/map.h:632:5: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 632 | ABSL_DCHECK(!IsPayload(ptr));
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /app/include/google/protobuf/map.h: At global scope:
- /app/include/google/protobuf/map.h:649:28: error: ‘std::enable_if_t’ has not been declared
- 649 | template <typename T, std::enable_if_t<std::is_integral<T>::value, int> = 0>
- | ^~~~~~~~~~~
- /app/include/google/protobuf/map.h:649:39: error: expected ‘>’ before ‘<’ token
- 649 | template <typename T, std::enable_if_t<std::is_integral<T>::value, int> = 0>
- | ^
- /app/include/google/protobuf/map.h:656:28: error: ‘std::enable_if_t’ has not been declared
- 656 | template <typename T, std::enable_if_t<!std::is_integral<T>::value, int> = 0>
- | ^~~~~~~~~~~
- /app/include/google/protobuf/map.h:656:39: error: expected ‘>’ before ‘<’ token
- 656 | template <typename T, std::enable_if_t<!std::is_integral<T>::value, int> = 0>
- | ^
- /app/include/google/protobuf/map.h:664:3: error: ‘decltype(auto)’ type specifier only available with ‘-std=c++14’ or ‘-std=gnu++14’
- 664 | decltype(auto) key() const { return ReadKey<Key>(GetVoidKey()); }
- | ^~~~~~~~
- /app/include/google/protobuf/map.h:1450:20: error: ‘GetTypeInfo’ function uses ‘auto’ type specifier without trailing return type
- 1450 | static constexpr auto GetTypeInfo() {
- | ^~~~
- /app/include/google/protobuf/map.h:1450:20: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /app/include/google/protobuf/map.h: In constructor ‘google::protobuf::Map<Key, T>::Map()’:
- /app/include/google/protobuf/map.h:1016:75: error: ‘constexpr’ constructor does not have empty body
- 1016 | constexpr Map() : Base(nullptr, GetTypeInfo()) { StaticValidityCheck(); }
- | ^
- /app/include/google/protobuf/map.h: In static member function ‘static constexpr void google::protobuf::Map<Key, T>::StaticValidityCheck()’:
- /app/include/google/protobuf/map.h:1101:24: error: ‘is_scalar_v’ is not a member of ‘std’; did you mean ‘is_scalar’?
- 1101 | if constexpr (std::is_scalar_v<key_type>) {
- | ^~~~~~~~~~~
- | is_scalar
- /app/include/google/protobuf/map.h:1101:44: error: expected primary-expression before ‘>’ token
- 1101 | if constexpr (std::is_scalar_v<key_type>) {
- | ^
- /app/include/google/protobuf/map.h:1101:45: error: expected primary-expression before ‘)’ token
- 1101 | if constexpr (std::is_scalar_v<key_type>) {
- | ^
- /app/include/google/protobuf/map.h:1105:24: error: ‘is_scalar_v’ is not a member of ‘std’; did you mean ‘is_scalar’?
- 1105 | if constexpr (std::is_scalar_v<mapped_type>) {
- | ^~~~~~~~~~~
- | is_scalar
- /app/include/google/protobuf/map.h:1105:47: error: expected primary-expression before ‘>’ token
- 1105 | if constexpr (std::is_scalar_v<mapped_type>) {
- | ^
- /app/include/google/protobuf/map.h:1105:48: error: expected primary-expression before ‘)’ token
- 1105 | if constexpr (std::is_scalar_v<mapped_type>) {
- | ^
- /app/include/google/protobuf/map.h: In member function ‘google::protobuf::Map<Key, T>::Node* google::protobuf::Map<Key, T>::CloneFromOther(const google::protobuf::Map<Key, T>&)’:
- /app/include/google/protobuf/map.h:1497:26: error: ‘is_base_of_v’ is not a member of ‘std’; did you mean ‘is_base_of’?
- 1497 | if constexpr (std::is_base_of_v<MessageLite, mapped_type>) {
- | ^~~~~~~~~~~~
- | is_base_of
- /app/include/google/protobuf/map.h:1497:50: error: expected primary-expression before ‘,’ token
- 1497 | if constexpr (std::is_base_of_v<MessageLite, mapped_type>) {
- | ^
- /app/include/google/protobuf/map.h:1497:63: error: expected primary-expression before ‘>’ token
- 1497 | if constexpr (std::is_base_of_v<MessageLite, mapped_type>) {
- | ^
- /app/include/google/protobuf/map.h:1497:64: error: expected primary-expression before ‘)’ token
- 1497 | if constexpr (std::is_base_of_v<MessageLite, mapped_type>) {
- | ^
- In file included from /app/include/google/protobuf/reflection.h:25,
- from /app/include/google/protobuf/message.h:115:
- /app/include/google/protobuf/port_def.inc: At global scope:
- /app/include/google/protobuf/port_def.inc:119:15: error: static assertion failed: Protobuf only supports C++17 and newer.
- 119 | static_assert(PROTOBUF_CPLUSPLUS_MIN(201703L),
- | ^~~~~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/port_def.inc:119:15: note: the comparison reduces to ‘(201103 >= 201703)’
- /app/include/google/protobuf/reflection.h:37:28: error: ‘conditional_t’ in namespace ‘std’ does not name a template type; did you mean ‘conditional’?
- 37 | using MakeDependent = std::conditional_t<true, T, Dep>;
- | ^~~~~~~~~~~~~
- | conditional
- /app/include/google/protobuf/reflection.h:72:26: error: ‘MakeDependent’ does not name a type
- 72 | RepeatedFieldRef(const MakeDependent<T, Message>& message,
- | ^~~~~~~~~~~~~
- /app/include/google/protobuf/reflection.h:72:39: error: expected ‘,’ or ‘...’ before ‘<’ token
- 72 | RepeatedFieldRef(const MakeDependent<T, Message>& message,
- | ^
- /app/include/google/protobuf/reflection.h: In constructor ‘google::protobuf::RepeatedFieldRef<T, typename std::enable_if<(! std::is_base_of<google::protobuf::Message, Element>::value)>::type>::RepeatedFieldRef(int)’:
- /app/include/google/protobuf/reflection.h:74:30: error: ‘message’ was not declared in this scope; did you mean ‘Message’?
- 74 | const auto* reflection = message.GetReflection();
- | ^~~~~~~
- | Message
- /app/include/google/protobuf/reflection.h:76:18: error: ‘field’ was not declared in this scope
- 76 | message, field, internal::RefTypeTraits<T>::cpp_type, nullptr);
- | ^~~~~
- /app/include/google/protobuf/reflection.h: At global scope:
- /app/include/google/protobuf/reflection.h:124:40: error: expected ‘)’ before ‘<’ token
- 124 | MutableRepeatedFieldRef(MakeDependent<T, Message>* PROTOBUF_NONNULL message,
- | ~ ^
- | )
- /app/include/google/protobuf/reflection.h:180:26: error: ‘MakeDependent’ does not name a type
- 180 | RepeatedFieldRef(const MakeDependent<T, Message>& message,
- | ^~~~~~~~~~~~~
- /app/include/google/protobuf/reflection.h:180:39: error: expected ‘,’ or ‘...’ before ‘<’ token
- 180 | RepeatedFieldRef(const MakeDependent<T, Message>& message,
- | ^
- /app/include/google/protobuf/reflection.h: In constructor ‘google::protobuf::RepeatedFieldRef<T, typename std::enable_if<std::is_base_of<google::protobuf::Message, Element>::value>::type>::RepeatedFieldRef(int)’:
- /app/include/google/protobuf/reflection.h:182:30: error: ‘message’ was not declared in this scope; did you mean ‘Message’?
- 182 | const auto* reflection = message.GetReflection();
- | ^~~~~~~
- | Message
- /app/include/google/protobuf/reflection.h:184:18: error: ‘field’ was not declared in this scope
- 184 | message, field, internal::RefTypeTraits<T>::cpp_type,
- | ^~~~~
- /app/include/google/protobuf/reflection.h: At global scope:
- /app/include/google/protobuf/reflection.h:242:40: error: expected ‘)’ before ‘<’ token
- 242 | MutableRepeatedFieldRef(MakeDependent<T, Message>* PROTOBUF_NONNULL message,
- | ~ ^
- | )
- In file included from /app/include/google/protobuf/message.h:118:
- /app/include/google/protobuf/port_def.inc:119:15: error: static assertion failed: Protobuf only supports C++17 and newer.
- 119 | static_assert(PROTOBUF_CPLUSPLUS_MIN(201703L),
- | ^~~~~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/port_def.inc:119:15: note: the comparison reduces to ‘(201103 >= 201703)’
- /app/include/google/protobuf/message.h:397:16: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 397 | static absl::string_view GetTypeNameImpl(const internal::ClassData* data);
- | ^~~~~~~~~~~
- /app/include/google/protobuf/message.h:634:11: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 634 | absl::string_view CopyFromCord(const absl::Cord& cord) {
- | ^~~~~~~~~~~
- /app/include/google/protobuf/message.h:651:9: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 651 | absl::string_view GetStringView(
- | ^~~~~~~~~~~
- /app/include/google/protobuf/message.h:777:9: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 777 | absl::string_view GetRepeatedStringView(
- | ^~~~~~~~~~~
- /app/include/google/protobuf/message.h:960:57: error: ‘absl::string_view’ has not been declared
- 960 | const FieldDescriptor* FindKnownExtensionByName(absl::string_view name) const;
- | ^~~~~~~~~~~
- /app/include/google/protobuf/message.h:992:9: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 992 | absl::string_view GetStringViewImpl(const Message& message,
- | ^~~~~~~~~~~
- /app/include/google/protobuf/message.h:995:9: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 995 | absl::string_view GetRepeatedStringViewImpl(const Message& message,
- | ^~~~~~~~~~~
- /app/include/google/protobuf/message.h: In member function ‘bool google::protobuf::Reflection::IsDefaultInstance(const google::protobuf::Message&) const’:
- /app/include/google/protobuf/message.h:488:5: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [39], int, std::string&)’
- 488 | ABSL_DCHECK_EQ(message.GetReflection(), this);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/message.h: In function ‘const T* google::protobuf::DownCastMessage(const MessageLite*) [with T = Message]’:
- /app/include/google/protobuf/message.h:1535:3: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 1535 | ABSL_DCHECK(DynamicCastMessage<Message>(from) == from)
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /app/include/google/protobuf/message.h:1536:38: error: ‘const class google::protobuf::MessageLite’ has no member named ‘GetTypeName’
- 1536 | << "Cannot downcast " << from->GetTypeName() << " to Message";
- | ^~~~~~~~~~~
- /app/include/google/protobuf/message.h: In member function ‘const void* google::protobuf::Reflection::GetSplitField(const google::protobuf::Message*) const’:
- /app/include/google/protobuf/message.h:1608:3: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 1608 | ABSL_DCHECK(schema_.IsSplit());
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /app/include/google/protobuf/message.h: In member function ‘void** google::protobuf::Reflection::MutableSplitField(google::protobuf::Message*) const’:
- /app/include/google/protobuf/message.h:1614:3: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 1614 | ABSL_DCHECK(schema_.IsSplit());
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /app/include/google/protobuf/message.h: In function ‘constexpr google::protobuf::internal::FieldDescriptorLite::CppType google::protobuf::internal::GetCppType()’:
- /app/include/google/protobuf/message.h:1663:14: error: ‘is_same_v’ is not a member of ‘std’; did you mean ‘is_same’?
- 1663 | if (std::is_same_v<T, int32_t>) return FieldDescriptor::CPPTYPE_INT32;
- | ^~~~~~~~~
- | is_same
- /app/include/google/protobuf/message.h:1663:25: error: expected primary-expression before ‘,’ token
- 1663 | if (std::is_same_v<T, int32_t>) return FieldDescriptor::CPPTYPE_INT32;
- | ^
- /app/include/google/protobuf/message.h:1663:34: error: expected primary-expression before ‘>’ token
- 1663 | if (std::is_same_v<T, int32_t>) return FieldDescriptor::CPPTYPE_INT32;
- | ^
- /app/include/google/protobuf/message.h:1663:35: error: expected primary-expression before ‘)’ token
- 1663 | if (std::is_same_v<T, int32_t>) return FieldDescriptor::CPPTYPE_INT32;
- | ^
- /app/include/google/protobuf/message.h:1664:14: error: ‘is_same_v’ is not a member of ‘std’; did you mean ‘is_same’?
- 1664 | if (std::is_same_v<T, int64_t>) return FieldDescriptor::CPPTYPE_INT64;
- | ^~~~~~~~~
- | is_same
- /app/include/google/protobuf/message.h:1664:25: error: expected primary-expression before ‘,’ token
- 1664 | if (std::is_same_v<T, int64_t>) return FieldDescriptor::CPPTYPE_INT64;
- | ^
- /app/include/google/protobuf/message.h:1664:34: error: expected primary-expression before ‘>’ token
- 1664 | if (std::is_same_v<T, int64_t>) return FieldDescriptor::CPPTYPE_INT64;
- | ^
- /app/include/google/protobuf/message.h:1664:35: error: expected primary-expression before ‘)’ token
- 1664 | if (std::is_same_v<T, int64_t>) return FieldDescriptor::CPPTYPE_INT64;
- | ^
- /app/include/google/protobuf/message.h:1665:14: error: ‘is_same_v’ is not a member of ‘std’; did you mean ‘is_same’?
- 1665 | if (std::is_same_v<T, uint32_t>) return FieldDescriptor::CPPTYPE_UINT32;
- | ^~~~~~~~~
- | is_same
- /app/include/google/protobuf/message.h:1665:25: error: expected primary-expression before ‘,’ token
- 1665 | if (std::is_same_v<T, uint32_t>) return FieldDescriptor::CPPTYPE_UINT32;
- | ^
- /app/include/google/protobuf/message.h:1665:35: error: expected primary-expression before ‘>’ token
- 1665 | if (std::is_same_v<T, uint32_t>) return FieldDescriptor::CPPTYPE_UINT32;
- | ^
- /app/include/google/protobuf/message.h:1665:36: error: expected primary-expression before ‘)’ token
- 1665 | if (std::is_same_v<T, uint32_t>) return FieldDescriptor::CPPTYPE_UINT32;
- | ^
- /app/include/google/protobuf/message.h:1666:14: error: ‘is_same_v’ is not a member of ‘std’; did you mean ‘is_same’?
- 1666 | if (std::is_same_v<T, uint64_t>) return FieldDescriptor::CPPTYPE_UINT64;
- | ^~~~~~~~~
- | is_same
- /app/include/google/protobuf/message.h:1666:25: error: expected primary-expression before ‘,’ token
- 1666 | if (std::is_same_v<T, uint64_t>) return FieldDescriptor::CPPTYPE_UINT64;
- | ^
- /app/include/google/protobuf/message.h:1666:35: error: expected primary-expression before ‘>’ token
- 1666 | if (std::is_same_v<T, uint64_t>) return FieldDescriptor::CPPTYPE_UINT64;
- | ^
- /app/include/google/protobuf/message.h:1666:36: error: expected primary-expression before ‘)’ token
- 1666 | if (std::is_same_v<T, uint64_t>) return FieldDescriptor::CPPTYPE_UINT64;
- | ^
- /app/include/google/protobuf/message.h:1667:14: error: ‘is_same_v’ is not a member of ‘std’; did you mean ‘is_same’?
- 1667 | if (std::is_same_v<T, float>) return FieldDescriptor::CPPTYPE_FLOAT;
- | ^~~~~~~~~
- | is_same
- /app/include/google/protobuf/message.h:1667:25: error: expected primary-expression before ‘,’ token
- 1667 | if (std::is_same_v<T, float>) return FieldDescriptor::CPPTYPE_FLOAT;
- | ^
- /app/include/google/protobuf/message.h:1667:27: error: expected primary-expression before ‘float’
- 1667 | if (std::is_same_v<T, float>) return FieldDescriptor::CPPTYPE_FLOAT;
- | ^~~~~
- /app/include/google/protobuf/message.h:1667:26: error: expected ‘)’ before ‘float’
- 1667 | if (std::is_same_v<T, float>) return FieldDescriptor::CPPTYPE_FLOAT;
- | ~ ^~~~~~
- | )
- /app/include/google/protobuf/message.h:1668:14: error: ‘is_same_v’ is not a member of ‘std’; did you mean ‘is_same’?
- 1668 | if (std::is_same_v<T, double>) return FieldDescriptor::CPPTYPE_DOUBLE;
- | ^~~~~~~~~
- | is_same
- /app/include/google/protobuf/message.h:1668:25: error: expected primary-expression before ‘,’ token
- 1668 | if (std::is_same_v<T, double>) return FieldDescriptor::CPPTYPE_DOUBLE;
- | ^
- /app/include/google/protobuf/message.h:1668:27: error: expected primary-expression before ‘double’
- 1668 | if (std::is_same_v<T, double>) return FieldDescriptor::CPPTYPE_DOUBLE;
- | ^~~~~~
- /app/include/google/protobuf/message.h:1668:26: error: expected ‘)’ before ‘double’
- 1668 | if (std::is_same_v<T, double>) return FieldDescriptor::CPPTYPE_DOUBLE;
- | ~ ^~~~~~~
- | )
- /app/include/google/protobuf/message.h:1669:14: error: ‘is_same_v’ is not a member of ‘std’; did you mean ‘is_same’?
- 1669 | if (std::is_same_v<T, bool>) return FieldDescriptor::CPPTYPE_BOOL;
- | ^~~~~~~~~
- | is_same
- /app/include/google/protobuf/message.h:1669:25: error: expected primary-expression before ‘,’ token
- 1669 | if (std::is_same_v<T, bool>) return FieldDescriptor::CPPTYPE_BOOL;
- | ^
- /app/include/google/protobuf/message.h:1669:27: error: expected primary-expression before ‘bool’
- 1669 | if (std::is_same_v<T, bool>) return FieldDescriptor::CPPTYPE_BOOL;
- | ^~~~
- /app/include/google/protobuf/message.h:1669:26: error: expected ‘)’ before ‘bool’
- 1669 | if (std::is_same_v<T, bool>) return FieldDescriptor::CPPTYPE_BOOL;
- | ~ ^~~~~
- | )
- /app/include/google/protobuf/message.h:1671:22: error: ‘remove_cv_t’ in namespace ‘std’ does not name a template type; did you mean ‘remove_cv’?
- 1671 | using PCV = std::remove_cv_t<std::remove_pointer_t<T>>;
- | ^~~~~~~~~~~
- | remove_cv
- /app/include/google/protobuf/message.h:1674:14: error: ‘is_same_v’ is not a member of ‘std’; did you mean ‘is_same’?
- 1674 | if (std::is_same_v<PCV, internal::ArenaStringPtr> ||
- | ^~~~~~~~~
- | is_same
- /app/include/google/protobuf/message.h:1674:24: error: ‘PCV’ was not declared in this scope
- 1674 | if (std::is_same_v<PCV, internal::ArenaStringPtr> ||
- | ^~~
- /app/include/google/protobuf/message.h:1674:53: error: expected primary-expression before ‘>’ token
- 1674 | if (std::is_same_v<PCV, internal::ArenaStringPtr> ||
- | ^
- /app/include/google/protobuf/message.h:1674:55: error: expected primary-expression before ‘||’ token
- 1674 | if (std::is_same_v<PCV, internal::ArenaStringPtr> ||
- | ^~
- /app/include/google/protobuf/message.h:1675:14: error: ‘is_same_v’ is not a member of ‘std’; did you mean ‘is_same’?
- 1675 | std::is_same_v<PCV, std::string> ||
- | ^~~~~~~~~
- | is_same
- /app/include/google/protobuf/message.h:1675:40: error: expected primary-expression before ‘>’ token
- 1675 | std::is_same_v<PCV, std::string> ||
- | ^
- /app/include/google/protobuf/message.h:1675:42: error: expected primary-expression before ‘||’ token
- 1675 | std::is_same_v<PCV, std::string> ||
- | ^~
- /app/include/google/protobuf/message.h:1676:14: error: ‘is_same_v’ is not a member of ‘std’; did you mean ‘is_same’?
- 1676 | std::is_same_v<PCV, internal::MicroString> ||
- | ^~~~~~~~~
- | is_same
- /app/include/google/protobuf/message.h:1676:50: error: expected primary-expression before ‘>’ token
- 1676 | std::is_same_v<PCV, internal::MicroString> ||
- | ^
- /app/include/google/protobuf/message.h:1676:52: error: expected primary-expression before ‘||’ token
- 1676 | std::is_same_v<PCV, internal::MicroString> ||
- | ^~
- /app/include/google/protobuf/message.h:1677:14: error: ‘is_same_v’ is not a member of ‘std’; did you mean ‘is_same’?
- 1677 | std::is_same_v<PCV, absl::Cord>) {
- | ^~~~~~~~~
- | is_same
- /app/include/google/protobuf/message.h:1677:39: error: expected primary-expression before ‘>’ token
- 1677 | std::is_same_v<PCV, absl::Cord>) {
- | ^
- /app/include/google/protobuf/message.h:1677:40: error: expected primary-expression before ‘)’ token
- 1677 | std::is_same_v<PCV, absl::Cord>) {
- | ^
- /app/include/google/protobuf/message.h:1682:14: error: ‘is_same_v’ is not a member of ‘std’; did you mean ‘is_same’?
- 1682 | if (std::is_same_v<PCV, Message> || //
- | ^~~~~~~~~
- | is_same
- /app/include/google/protobuf/message.h:1682:24: error: ‘PCV’ was not declared in this scope
- 1682 | if (std::is_same_v<PCV, Message> || //
- | ^~~
- /app/include/google/protobuf/message.h:1682:36: error: expected primary-expression before ‘>’ token
- 1682 | if (std::is_same_v<PCV, Message> || //
- | ^
- /app/include/google/protobuf/message.h:1682:38: error: expected primary-expression before ‘||’ token
- 1682 | if (std::is_same_v<PCV, Message> || //
- | ^~
- /app/include/google/protobuf/message.h:1683:14: error: ‘is_same_v’ is not a member of ‘std’; did you mean ‘is_same’?
- 1683 | std::is_same_v<PCV, MessageLite> || //
- | ^~~~~~~~~
- | is_same
- /app/include/google/protobuf/message.h:1683:40: error: expected primary-expression before ‘>’ token
- 1683 | std::is_same_v<PCV, MessageLite> || //
- | ^
- /app/include/google/protobuf/message.h:1683:42: error: expected primary-expression before ‘||’ token
- 1683 | std::is_same_v<PCV, MessageLite> || //
- | ^~
- /app/include/google/protobuf/message.h:1684:14: error: ‘is_same_v’ is not a member of ‘std’; did you mean ‘is_same’?
- 1684 | std::is_same_v<PCV, internal::LazyField>) {
- | ^~~~~~~~~
- | is_same
- /app/include/google/protobuf/message.h:1684:48: error: expected primary-expression before ‘>’ token
- 1684 | std::is_same_v<PCV, internal::LazyField>) {
- | ^
- /app/include/google/protobuf/message.h:1684:49: error: expected primary-expression before ‘)’ token
- 1684 | std::is_same_v<PCV, internal::LazyField>) {
- | ^
- /app/include/google/protobuf/message.h: In member function ‘void google::protobuf::Reflection::VerifyFieldType(const google::protobuf::FieldDescriptor*) const’:
- /app/include/google/protobuf/message.h:1698:46: error: ‘constexpr bool google::protobuf::internal::PerformDebugChecks()’ called in a constant expression
- 1698 | if constexpr (!internal::PerformDebugChecks()) {
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
- /app/include/google/protobuf/port.h:279:16: note: ‘constexpr bool google::protobuf::internal::PerformDebugChecks()’ declared here
- 279 | constexpr bool PerformDebugChecks() {
- | ^~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/message.h:1701:22: error: ‘is_const_v’ is not a member of ‘std’; did you mean ‘is_const’?
- 1701 | if constexpr (std::is_const_v<T>) {
- | ^~~~~~~~~~
- | is_const
- /app/include/google/protobuf/message.h:1701:34: error: expected primary-expression before ‘>’ token
- 1701 | if constexpr (std::is_const_v<T>) {
- | ^
- /app/include/google/protobuf/message.h:1701:35: error: expected primary-expression before ‘)’ token
- 1701 | if constexpr (std::is_const_v<T>) {
- | ^
- /app/include/google/protobuf/message.h:1702:33: error: ‘remove_const_t’ is not a member of ‘std’; did you mean ‘remove_const’?
- 1702 | return VerifyFieldType<std::remove_const_t<T>>(field);
- | ^~~~~~~~~~~~~~
- | remove_const
- /app/include/google/protobuf/message.h:1702:33: error: ‘remove_const_t’ is not a member of ‘std’; did you mean ‘remove_const’?
- 1702 | return VerifyFieldType<std::remove_const_t<T>>(field);
- | ^~~~~~~~~~~~~~
- | remove_const
- /app/include/google/protobuf/message.h:1702:12: error: parse error in template argument list
- 1702 | return VerifyFieldType<std::remove_const_t<T>>(field);
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/message.h:1706:22: error: ‘is_same_v’ is not a member of ‘std’; did you mean ‘is_same’?
- 1706 | if constexpr (std::is_same_v<T, char> || std::is_same_v<T, void>) {
- | ^~~~~~~~~
- | is_same
- /app/include/google/protobuf/message.h:1706:33: error: expected primary-expression before ‘,’ token
- 1706 | if constexpr (std::is_same_v<T, char> || std::is_same_v<T, void>) {
- | ^
- /app/include/google/protobuf/message.h:1706:35: error: expected primary-expression before ‘char’
- 1706 | if constexpr (std::is_same_v<T, char> || std::is_same_v<T, void>) {
- | ^~~~
- /app/include/google/protobuf/message.h:1706:34: error: expected ‘)’ before ‘char’
- 1706 | if constexpr (std::is_same_v<T, char> || std::is_same_v<T, void>) {
- | ~ ^~~~~
- | )
- /app/include/google/protobuf/message.h: In lambda function:
- /app/include/google/protobuf/message.h:1711:69: error: ‘const class google::protobuf::FieldDescriptor’ has no member named ‘full_name’
- 1711 | return absl::StrFormat("Invalid cast of %s to type %s.", field->full_name(),
- | ^~~~~~~~~
- /app/include/google/protobuf/message.h:1712:38: error: ‘RttiTypeName’ is not a member of ‘google::protobuf::internal’
- 1712 | internal::RttiTypeName<T>().value_or("unknown"));
- | ^~~~~~~~~~~~
- /app/include/google/protobuf/message.h:1712:52: error: expected primary-expression before ‘>’ token
- 1712 | internal::RttiTypeName<T>().value_or("unknown"));
- | ^
- /app/include/google/protobuf/message.h:1712:54: error: expected primary-expression before ‘)’ token
- 1712 | internal::RttiTypeName<T>().value_or("unknown"));
- | ^
- /app/include/google/protobuf/message.h: In member function ‘void google::protobuf::Reflection::VerifyFieldType(const google::protobuf::FieldDescriptor*) const’:
- /app/include/google/protobuf/message.h:1716:22: error: ‘is_same_v’ is not a member of ‘std’; did you mean ‘is_same’?
- 1716 | if constexpr (std::is_same_v<T, internal::MapFieldBase>) {
- | ^~~~~~~~~
- | is_same
- /app/include/google/protobuf/message.h:1716:33: error: expected primary-expression before ‘,’ token
- 1716 | if constexpr (std::is_same_v<T, internal::MapFieldBase>) {
- | ^
- /app/include/google/protobuf/message.h:1716:57: error: expected primary-expression before ‘>’ token
- 1716 | if constexpr (std::is_same_v<T, internal::MapFieldBase>) {
- | ^
- /app/include/google/protobuf/message.h:1716:58: error: expected primary-expression before ‘)’ token
- 1716 | if constexpr (std::is_same_v<T, internal::MapFieldBase>) {
- | ^
- /app/include/google/protobuf/message.h:1718:29: error: ‘is_same_v’ is not a member of ‘std’; did you mean ‘is_same’?
- 1718 | } else if constexpr (std::is_same_v<T, internal::RepeatedPtrFieldBase>) {
- | ^~~~~~~~~
- | is_same
- /app/include/google/protobuf/message.h:1718:40: error: expected primary-expression before ‘,’ token
- 1718 | } else if constexpr (std::is_same_v<T, internal::RepeatedPtrFieldBase>) {
- | ^
- /app/include/google/protobuf/message.h:1718:72: error: expected primary-expression before ‘>’ token
- 1718 | } else if constexpr (std::is_same_v<T, internal::RepeatedPtrFieldBase>) {
- | ^
- /app/include/google/protobuf/message.h:1718:73: error: expected primary-expression before ‘)’ token
- 1718 | } else if constexpr (std::is_same_v<T, internal::RepeatedPtrFieldBase>) {
- | ^
- /app/include/google/protobuf/message.h:1735:9: error: ‘is_pointer_v’ is not a member of ‘std’; did you mean ‘is_pointer’?
- 1735 | ABSL_DCHECK(std::is_pointer_v<T>) << error();
- | ^~~~~~~~~~~
- /app/include/google/protobuf/message.h:1735:9: error: expected primary-expression before ‘>’ token
- 1735 | ABSL_DCHECK(std::is_pointer_v<T>) << error();
- | ^~~~~~~~~~~
- /app/include/google/protobuf/message.h:1735:9: error: expected primary-expression before ‘)’ token
- 1735 | ABSL_DCHECK(std::is_pointer_v<T>) << error();
- | ^~~~~~~~~~~
- /app/include/google/protobuf/message.h:1746:13: error: ‘is_same_v’ is not a member of ‘std’; did you mean ‘is_same’?
- 1746 | ABSL_DCHECK((std::is_same_v<T, internal::MicroString>)) << error();
- | ^~~~~~~~~~~
- /app/include/google/protobuf/message.h:1746:13: error: expected primary-expression before ‘,’ token
- 1746 | ABSL_DCHECK((std::is_same_v<T, internal::MicroString>)) << error();
- | ^~~~~~~~~~~
- /app/include/google/protobuf/message.h:1746:13: error: expected primary-expression before ‘>’ token
- 1746 | ABSL_DCHECK((std::is_same_v<T, internal::MicroString>)) << error();
- | ^~~~~~~~~~~
- /app/include/google/protobuf/message.h:1746:13: error: expected primary-expression before ‘)’ token
- 1746 | ABSL_DCHECK((std::is_same_v<T, internal::MicroString>)) << error();
- | ^~~~~~~~~~~
- /app/include/google/protobuf/message.h:1748:13: error: ‘is_same_v’ is not a member of ‘std’; did you mean ‘is_same’?
- 1748 | ABSL_DCHECK((std::is_same_v<T, internal::ArenaStringPtr> ||
- | ^~~~~~~~~~~
- /app/include/google/protobuf/message.h:1748:13: error: expected primary-expression before ‘,’ token
- 1748 | ABSL_DCHECK((std::is_same_v<T, internal::ArenaStringPtr> ||
- | ^~~~~~~~~~~
- /app/include/google/protobuf/message.h:1748:13: error: expected primary-expression before ‘>’ token
- 1748 | ABSL_DCHECK((std::is_same_v<T, internal::ArenaStringPtr> ||
- | ^~~~~~~~~~~
- /app/include/google/protobuf/message.h:1748:13: error: expected primary-expression before ‘||’ token
- 1748 | ABSL_DCHECK((std::is_same_v<T, internal::ArenaStringPtr> ||
- | ^~~~~~~~~~~
- /app/include/google/protobuf/message.h:1748:13: error: ‘is_same_v’ is not a member of ‘std’; did you mean ‘is_same’?
- 1748 | ABSL_DCHECK((std::is_same_v<T, internal::ArenaStringPtr> ||
- | ^~~~~~~~~~~
- /app/include/google/protobuf/message.h:1748:13: error: expected primary-expression before ‘,’ token
- 1748 | ABSL_DCHECK((std::is_same_v<T, internal::ArenaStringPtr> ||
- | ^~~~~~~~~~~
- /app/include/google/protobuf/message.h:1748:13: error: expected primary-expression before ‘>’ token
- 1748 | ABSL_DCHECK((std::is_same_v<T, internal::ArenaStringPtr> ||
- | ^~~~~~~~~~~
- /app/include/google/protobuf/message.h:1748:13: error: expected primary-expression before ‘)’ token
- 1748 | ABSL_DCHECK((std::is_same_v<T, internal::ArenaStringPtr> ||
- | ^~~~~~~~~~~
- /app/include/google/protobuf/message.h:1755:13: error: ‘is_same_v’ is not a member of ‘std’; did you mean ‘is_same’?
- 1755 | ABSL_DCHECK((std::is_same_v<T, absl::Cord*>)) << error();
- | ^~~~~~~~~~~
- /app/include/google/protobuf/message.h:1755:13: error: expected primary-expression before ‘,’ token
- 1755 | ABSL_DCHECK((std::is_same_v<T, absl::Cord*>)) << error();
- | ^~~~~~~~~~~
- /app/include/google/protobuf/message.h:1755:13: error: expected primary-expression before ‘*’ token
- 1755 | ABSL_DCHECK((std::is_same_v<T, absl::Cord*>)) << error();
- | ^~~~~~~~~~~
- /app/include/google/protobuf/message.h:1755:13: error: expected primary-expression before ‘>’ token
- 1755 | ABSL_DCHECK((std::is_same_v<T, absl::Cord*>)) << error();
- | ^~~~~~~~~~~
- /app/include/google/protobuf/message.h:1755:13: error: expected primary-expression before ‘)’ token
- 1755 | ABSL_DCHECK((std::is_same_v<T, absl::Cord*>)) << error();
- | ^~~~~~~~~~~
- /app/include/google/protobuf/message.h:1757:13: error: ‘is_same_v’ is not a member of ‘std’; did you mean ‘is_same’?
- 1757 | ABSL_DCHECK((std::is_same_v<T, absl::Cord> ||
- | ^~~~~~~~~~~
- /app/include/google/protobuf/message.h:1757:13: error: expected primary-expression before ‘,’ token
- 1757 | ABSL_DCHECK((std::is_same_v<T, absl::Cord> ||
- | ^~~~~~~~~~~
- /app/include/google/protobuf/message.h:1757:13: error: expected primary-expression before ‘>’ token
- 1757 | ABSL_DCHECK((std::is_same_v<T, absl::Cord> ||
- | ^~~~~~~~~~~
- /app/include/google/protobuf/message.h:1757:13: error: expected primary-expression before ‘||’ token
- 1757 | ABSL_DCHECK((std::is_same_v<T, absl::Cord> ||
- | ^~~~~~~~~~~
- /app/include/google/protobuf/message.h:1757:13: error: ‘is_same_v’ is not a member of ‘std’; did you mean ‘is_same’?
- 1757 | ABSL_DCHECK((std::is_same_v<T, absl::Cord> ||
- | ^~~~~~~~~~~
- /app/include/google/protobuf/message.h:1757:13: error: expected primary-expression before ‘,’ token
- 1757 | ABSL_DCHECK((std::is_same_v<T, absl::Cord> ||
- | ^~~~~~~~~~~
- /app/include/google/protobuf/message.h:1757:13: error: expected primary-expression before ‘>’ token
- 1757 | ABSL_DCHECK((std::is_same_v<T, absl::Cord> ||
- | ^~~~~~~~~~~
- /app/include/google/protobuf/message.h:1757:13: error: expected primary-expression before ‘)’ token
- 1757 | ABSL_DCHECK((std::is_same_v<T, absl::Cord> ||
- | ^~~~~~~~~~~
- /app/include/google/protobuf/message.h: In member function ‘const Type& google::protobuf::Reflection::GetRawSplit(const google::protobuf::Message&, const google::protobuf::FieldDescriptor*) const’:
- /app/include/google/protobuf/message.h:1771:68: error: ‘const class google::protobuf::FieldDescriptor’ has no member named ‘full_name’
- 1771 | ABSL_DCHECK(!schema_.InRealOneof(field)) << "Field = " << field->full_name();
- | ^~~~~~~~~
- /app/include/google/protobuf/message.h: In member function ‘const Type& google::protobuf::Reflection::GetRaw(const google::protobuf::Message&, const google::protobuf::FieldDescriptor*) const’:
- /app/include/google/protobuf/message.h:1797:31: error: ‘const class google::protobuf::FieldDescriptor’ has no member named ‘full_name’
- 1797 | << "Field = " << field->full_name();
- | ^~~~~~~~~
- In file included from /app/include/google/protobuf/generated_message_bases.h:24,
- from /app/include/google/protobuf/descriptor.pb.h:23,
- from /run/build/monero-gui/test-protobuf.pb.h:32:
- /app/include/google/protobuf/port_def.inc: At global scope:
- /app/include/google/protobuf/port_def.inc:119:15: error: static assertion failed: Protobuf only supports C++17 and newer.
- 119 | static_assert(PROTOBUF_CPLUSPLUS_MIN(201703L),
- | ^~~~~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/port_def.inc:119:15: note: the comparison reduces to ‘(201103 >= 201703)’
- In file included from /app/include/google/protobuf/descriptor.pb.h:37:
- /app/include/google/protobuf/port_def.inc:119:15: error: static assertion failed: Protobuf only supports C++17 and newer.
- 119 | static_assert(PROTOBUF_CPLUSPLUS_MIN(201703L),
- | ^~~~~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/port_def.inc:119:15: note: the comparison reduces to ‘(201103 >= 201703)’
- /app/include/google/protobuf/descriptor.pb.h:45:9: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 45 | ::absl::string_view GetAnyMessageName();
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:333:13: error: ‘string_view’ is not a member of ‘absl’
- 333 | ::absl::string_view name, ExtensionRangeOptions_VerificationState* PROTOBUF_NONNULL value) {
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:333:70: error: expected primary-expression before ‘*’ token
- 333 | ::absl::string_view name, ExtensionRangeOptions_VerificationState* PROTOBUF_NONNULL value) {
- | ^
- /app/include/google/protobuf/descriptor.pb.h:333:89: error: ‘value’ was not declared in this scope
- 333 | ::absl::string_view name, ExtensionRangeOptions_VerificationState* PROTOBUF_NONNULL value) {
- | ^~~~~
- /app/include/google/protobuf/descriptor.pb.h:333:94: error: expression list treated as compound expression in initializer [-fpermissive]
- 333 | ::absl::string_view name, ExtensionRangeOptions_VerificationState* PROTOBUF_NONNULL value) {
- | ^
- /app/include/google/protobuf/descriptor.pb.h:381:13: error: ‘string_view’ is not a member of ‘absl’
- 381 | ::absl::string_view name, FieldDescriptorProto_Type* PROTOBUF_NONNULL value) {
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:381:56: error: expected primary-expression before ‘*’ token
- 381 | ::absl::string_view name, FieldDescriptorProto_Type* PROTOBUF_NONNULL value) {
- | ^
- /app/include/google/protobuf/descriptor.pb.h:381:75: error: ‘value’ was not declared in this scope
- 381 | ::absl::string_view name, FieldDescriptorProto_Type* PROTOBUF_NONNULL value) {
- | ^~~~~
- /app/include/google/protobuf/descriptor.pb.h:381:80: error: expression list treated as compound expression in initializer [-fpermissive]
- 381 | ::absl::string_view name, FieldDescriptorProto_Type* PROTOBUF_NONNULL value) {
- | ^
- /app/include/google/protobuf/descriptor.pb.h:414:13: error: ‘string_view’ is not a member of ‘absl’
- 414 | ::absl::string_view name, FieldDescriptorProto_Label* PROTOBUF_NONNULL value) {
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:414:57: error: expected primary-expression before ‘*’ token
- 414 | ::absl::string_view name, FieldDescriptorProto_Label* PROTOBUF_NONNULL value) {
- | ^
- /app/include/google/protobuf/descriptor.pb.h:414:76: error: ‘value’ was not declared in this scope
- 414 | ::absl::string_view name, FieldDescriptorProto_Label* PROTOBUF_NONNULL value) {
- | ^~~~~
- /app/include/google/protobuf/descriptor.pb.h:414:81: error: expression list treated as compound expression in initializer [-fpermissive]
- 414 | ::absl::string_view name, FieldDescriptorProto_Label* PROTOBUF_NONNULL value) {
- | ^
- /app/include/google/protobuf/descriptor.pb.h:447:13: error: ‘string_view’ is not a member of ‘absl’
- 447 | ::absl::string_view name, FileOptions_OptimizeMode* PROTOBUF_NONNULL value) {
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:447:55: error: expected primary-expression before ‘*’ token
- 447 | ::absl::string_view name, FileOptions_OptimizeMode* PROTOBUF_NONNULL value) {
- | ^
- /app/include/google/protobuf/descriptor.pb.h:447:74: error: ‘value’ was not declared in this scope
- 447 | ::absl::string_view name, FileOptions_OptimizeMode* PROTOBUF_NONNULL value) {
- | ^~~~~
- /app/include/google/protobuf/descriptor.pb.h:447:79: error: expression list treated as compound expression in initializer [-fpermissive]
- 447 | ::absl::string_view name, FileOptions_OptimizeMode* PROTOBUF_NONNULL value) {
- | ^
- /app/include/google/protobuf/descriptor.pb.h:480:13: error: ‘string_view’ is not a member of ‘absl’
- 480 | ::absl::string_view name, FieldOptions_CType* PROTOBUF_NONNULL value) {
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:480:49: error: expected primary-expression before ‘*’ token
- 480 | ::absl::string_view name, FieldOptions_CType* PROTOBUF_NONNULL value) {
- | ^
- /app/include/google/protobuf/descriptor.pb.h:480:68: error: ‘value’ was not declared in this scope
- 480 | ::absl::string_view name, FieldOptions_CType* PROTOBUF_NONNULL value) {
- | ^~~~~
- /app/include/google/protobuf/descriptor.pb.h:480:73: error: expression list treated as compound expression in initializer [-fpermissive]
- 480 | ::absl::string_view name, FieldOptions_CType* PROTOBUF_NONNULL value) {
- | ^
- /app/include/google/protobuf/descriptor.pb.h:513:13: error: ‘string_view’ is not a member of ‘absl’
- 513 | ::absl::string_view name, FieldOptions_JSType* PROTOBUF_NONNULL value) {
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:513:50: error: expected primary-expression before ‘*’ token
- 513 | ::absl::string_view name, FieldOptions_JSType* PROTOBUF_NONNULL value) {
- | ^
- /app/include/google/protobuf/descriptor.pb.h:513:69: error: ‘value’ was not declared in this scope
- 513 | ::absl::string_view name, FieldOptions_JSType* PROTOBUF_NONNULL value) {
- | ^~~~~
- /app/include/google/protobuf/descriptor.pb.h:513:74: error: expression list treated as compound expression in initializer [-fpermissive]
- 513 | ::absl::string_view name, FieldOptions_JSType* PROTOBUF_NONNULL value) {
- | ^
- /app/include/google/protobuf/descriptor.pb.h:546:13: error: ‘string_view’ is not a member of ‘absl’
- 546 | ::absl::string_view name, FieldOptions_OptionRetention* PROTOBUF_NONNULL value) {
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:546:59: error: expected primary-expression before ‘*’ token
- 546 | ::absl::string_view name, FieldOptions_OptionRetention* PROTOBUF_NONNULL value) {
- | ^
- /app/include/google/protobuf/descriptor.pb.h:546:78: error: ‘value’ was not declared in this scope
- 546 | ::absl::string_view name, FieldOptions_OptionRetention* PROTOBUF_NONNULL value) {
- | ^~~~~
- /app/include/google/protobuf/descriptor.pb.h:546:83: error: expression list treated as compound expression in initializer [-fpermissive]
- 546 | ::absl::string_view name, FieldOptions_OptionRetention* PROTOBUF_NONNULL value) {
- | ^
- /app/include/google/protobuf/descriptor.pb.h:586:13: error: ‘string_view’ is not a member of ‘absl’
- 586 | ::absl::string_view name, FieldOptions_OptionTargetType* PROTOBUF_NONNULL value) {
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:586:60: error: expected primary-expression before ‘*’ token
- 586 | ::absl::string_view name, FieldOptions_OptionTargetType* PROTOBUF_NONNULL value) {
- | ^
- /app/include/google/protobuf/descriptor.pb.h:586:79: error: ‘value’ was not declared in this scope
- 586 | ::absl::string_view name, FieldOptions_OptionTargetType* PROTOBUF_NONNULL value) {
- | ^~~~~
- /app/include/google/protobuf/descriptor.pb.h:586:84: error: expression list treated as compound expression in initializer [-fpermissive]
- 586 | ::absl::string_view name, FieldOptions_OptionTargetType* PROTOBUF_NONNULL value) {
- | ^
- /app/include/google/protobuf/descriptor.pb.h:619:13: error: ‘string_view’ is not a member of ‘absl’
- 619 | ::absl::string_view name, MethodOptions_IdempotencyLevel* PROTOBUF_NONNULL value) {
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:619:61: error: expected primary-expression before ‘*’ token
- 619 | ::absl::string_view name, MethodOptions_IdempotencyLevel* PROTOBUF_NONNULL value) {
- | ^
- /app/include/google/protobuf/descriptor.pb.h:619:80: error: ‘value’ was not declared in this scope
- 619 | ::absl::string_view name, MethodOptions_IdempotencyLevel* PROTOBUF_NONNULL value) {
- | ^~~~~
- /app/include/google/protobuf/descriptor.pb.h:619:85: error: expression list treated as compound expression in initializer [-fpermissive]
- 619 | ::absl::string_view name, MethodOptions_IdempotencyLevel* PROTOBUF_NONNULL value) {
- | ^
- /app/include/google/protobuf/descriptor.pb.h:654:13: error: ‘string_view’ is not a member of ‘absl’
- 654 | ::absl::string_view name, FeatureSet_VisibilityFeature_DefaultSymbolVisibility* PROTOBUF_NONNULL value) {
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:654:83: error: expected primary-expression before ‘*’ token
- 654 | ::absl::string_view name, FeatureSet_VisibilityFeature_DefaultSymbolVisibility* PROTOBUF_NONNULL value) {
- | ^
- /app/include/google/protobuf/descriptor.pb.h:654:102: error: ‘value’ was not declared in this scope
- 654 | ::absl::string_view name, FeatureSet_VisibilityFeature_DefaultSymbolVisibility* PROTOBUF_NONNULL value) {
- | ^~~~~
- /app/include/google/protobuf/descriptor.pb.h:654:107: error: expression list treated as compound expression in initializer [-fpermissive]
- 654 | ::absl::string_view name, FeatureSet_VisibilityFeature_DefaultSymbolVisibility* PROTOBUF_NONNULL value) {
- | ^
- /app/include/google/protobuf/descriptor.pb.h:688:13: error: ‘string_view’ is not a member of ‘absl’
- 688 | ::absl::string_view name, FeatureSet_FieldPresence* PROTOBUF_NONNULL value) {
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:688:55: error: expected primary-expression before ‘*’ token
- 688 | ::absl::string_view name, FeatureSet_FieldPresence* PROTOBUF_NONNULL value) {
- | ^
- /app/include/google/protobuf/descriptor.pb.h:688:74: error: ‘value’ was not declared in this scope
- 688 | ::absl::string_view name, FeatureSet_FieldPresence* PROTOBUF_NONNULL value) {
- | ^~~~~
- /app/include/google/protobuf/descriptor.pb.h:688:79: error: expression list treated as compound expression in initializer [-fpermissive]
- 688 | ::absl::string_view name, FeatureSet_FieldPresence* PROTOBUF_NONNULL value) {
- | ^
- /app/include/google/protobuf/descriptor.pb.h:721:13: error: ‘string_view’ is not a member of ‘absl’
- 721 | ::absl::string_view name, FeatureSet_EnumType* PROTOBUF_NONNULL value) {
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:721:50: error: expected primary-expression before ‘*’ token
- 721 | ::absl::string_view name, FeatureSet_EnumType* PROTOBUF_NONNULL value) {
- | ^
- /app/include/google/protobuf/descriptor.pb.h:721:69: error: ‘value’ was not declared in this scope
- 721 | ::absl::string_view name, FeatureSet_EnumType* PROTOBUF_NONNULL value) {
- | ^~~~~
- /app/include/google/protobuf/descriptor.pb.h:721:74: error: expression list treated as compound expression in initializer [-fpermissive]
- 721 | ::absl::string_view name, FeatureSet_EnumType* PROTOBUF_NONNULL value) {
- | ^
- /app/include/google/protobuf/descriptor.pb.h:754:13: error: ‘string_view’ is not a member of ‘absl’
- 754 | ::absl::string_view name, FeatureSet_RepeatedFieldEncoding* PROTOBUF_NONNULL value) {
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:754:63: error: expected primary-expression before ‘*’ token
- 754 | ::absl::string_view name, FeatureSet_RepeatedFieldEncoding* PROTOBUF_NONNULL value) {
- | ^
- /app/include/google/protobuf/descriptor.pb.h:754:82: error: ‘value’ was not declared in this scope
- 754 | ::absl::string_view name, FeatureSet_RepeatedFieldEncoding* PROTOBUF_NONNULL value) {
- | ^~~~~
- /app/include/google/protobuf/descriptor.pb.h:754:87: error: expression list treated as compound expression in initializer [-fpermissive]
- 754 | ::absl::string_view name, FeatureSet_RepeatedFieldEncoding* PROTOBUF_NONNULL value) {
- | ^
- /app/include/google/protobuf/descriptor.pb.h:787:13: error: ‘string_view’ is not a member of ‘absl’
- 787 | ::absl::string_view name, FeatureSet_Utf8Validation* PROTOBUF_NONNULL value) {
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:787:56: error: expected primary-expression before ‘*’ token
- 787 | ::absl::string_view name, FeatureSet_Utf8Validation* PROTOBUF_NONNULL value) {
- | ^
- /app/include/google/protobuf/descriptor.pb.h:787:75: error: ‘value’ was not declared in this scope
- 787 | ::absl::string_view name, FeatureSet_Utf8Validation* PROTOBUF_NONNULL value) {
- | ^~~~~
- /app/include/google/protobuf/descriptor.pb.h:787:80: error: expression list treated as compound expression in initializer [-fpermissive]
- 787 | ::absl::string_view name, FeatureSet_Utf8Validation* PROTOBUF_NONNULL value) {
- | ^
- /app/include/google/protobuf/descriptor.pb.h:820:13: error: ‘string_view’ is not a member of ‘absl’
- 820 | ::absl::string_view name, FeatureSet_MessageEncoding* PROTOBUF_NONNULL value) {
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:820:57: error: expected primary-expression before ‘*’ token
- 820 | ::absl::string_view name, FeatureSet_MessageEncoding* PROTOBUF_NONNULL value) {
- | ^
- /app/include/google/protobuf/descriptor.pb.h:820:76: error: ‘value’ was not declared in this scope
- 820 | ::absl::string_view name, FeatureSet_MessageEncoding* PROTOBUF_NONNULL value) {
- | ^~~~~
- /app/include/google/protobuf/descriptor.pb.h:820:81: error: expression list treated as compound expression in initializer [-fpermissive]
- 820 | ::absl::string_view name, FeatureSet_MessageEncoding* PROTOBUF_NONNULL value) {
- | ^
- /app/include/google/protobuf/descriptor.pb.h:853:13: error: ‘string_view’ is not a member of ‘absl’
- 853 | ::absl::string_view name, FeatureSet_JsonFormat* PROTOBUF_NONNULL value) {
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:853:52: error: expected primary-expression before ‘*’ token
- 853 | ::absl::string_view name, FeatureSet_JsonFormat* PROTOBUF_NONNULL value) {
- | ^
- /app/include/google/protobuf/descriptor.pb.h:853:71: error: ‘value’ was not declared in this scope
- 853 | ::absl::string_view name, FeatureSet_JsonFormat* PROTOBUF_NONNULL value) {
- | ^~~~~
- /app/include/google/protobuf/descriptor.pb.h:853:76: error: expression list treated as compound expression in initializer [-fpermissive]
- 853 | ::absl::string_view name, FeatureSet_JsonFormat* PROTOBUF_NONNULL value) {
- | ^
- /app/include/google/protobuf/descriptor.pb.h:886:13: error: ‘string_view’ is not a member of ‘absl’
- 886 | ::absl::string_view name, FeatureSet_EnforceNamingStyle* PROTOBUF_NONNULL value) {
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:886:60: error: expected primary-expression before ‘*’ token
- 886 | ::absl::string_view name, FeatureSet_EnforceNamingStyle* PROTOBUF_NONNULL value) {
- | ^
- /app/include/google/protobuf/descriptor.pb.h:886:79: error: ‘value’ was not declared in this scope
- 886 | ::absl::string_view name, FeatureSet_EnforceNamingStyle* PROTOBUF_NONNULL value) {
- | ^~~~~
- /app/include/google/protobuf/descriptor.pb.h:886:84: error: expression list treated as compound expression in initializer [-fpermissive]
- 886 | ::absl::string_view name, FeatureSet_EnforceNamingStyle* PROTOBUF_NONNULL value) {
- | ^
- /app/include/google/protobuf/descriptor.pb.h:919:13: error: ‘string_view’ is not a member of ‘absl’
- 919 | ::absl::string_view name, GeneratedCodeInfo_Annotation_Semantic* PROTOBUF_NONNULL value) {
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:919:68: error: expected primary-expression before ‘*’ token
- 919 | ::absl::string_view name, GeneratedCodeInfo_Annotation_Semantic* PROTOBUF_NONNULL value) {
- | ^
- /app/include/google/protobuf/descriptor.pb.h:919:87: error: ‘value’ was not declared in this scope
- 919 | ::absl::string_view name, GeneratedCodeInfo_Annotation_Semantic* PROTOBUF_NONNULL value) {
- | ^~~~~
- /app/include/google/protobuf/descriptor.pb.h:919:92: error: expression list treated as compound expression in initializer [-fpermissive]
- 919 | ::absl::string_view name, GeneratedCodeInfo_Annotation_Semantic* PROTOBUF_NONNULL value) {
- | ^
- /app/include/google/protobuf/descriptor.pb.h:955:13: error: ‘string_view’ is not a member of ‘absl’
- 955 | ::absl::string_view name, Edition* PROTOBUF_NONNULL value) {
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:955:38: error: expected primary-expression before ‘*’ token
- 955 | ::absl::string_view name, Edition* PROTOBUF_NONNULL value) {
- | ^
- /app/include/google/protobuf/descriptor.pb.h:955:57: error: ‘value’ was not declared in this scope
- 955 | ::absl::string_view name, Edition* PROTOBUF_NONNULL value) {
- | ^~~~~
- /app/include/google/protobuf/descriptor.pb.h:955:62: error: expression list treated as compound expression in initializer [-fpermissive]
- 955 | ::absl::string_view name, Edition* PROTOBUF_NONNULL value) {
- | ^
- /app/include/google/protobuf/descriptor.pb.h:988:13: error: ‘string_view’ is not a member of ‘absl’
- 988 | ::absl::string_view name, SymbolVisibility* PROTOBUF_NONNULL value) {
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:988:47: error: expected primary-expression before ‘*’ token
- 988 | ::absl::string_view name, SymbolVisibility* PROTOBUF_NONNULL value) {
- | ^
- /app/include/google/protobuf/descriptor.pb.h:988:66: error: ‘value’ was not declared in this scope
- 988 | ::absl::string_view name, SymbolVisibility* PROTOBUF_NONNULL value) {
- | ^~~~~
- /app/include/google/protobuf/descriptor.pb.h:988:71: error: expression list treated as compound expression in initializer [-fpermissive]
- 988 | ::absl::string_view name, SymbolVisibility* PROTOBUF_NONNULL value) {
- | ^
- /app/include/google/protobuf/descriptor.pb.h:1121:60: error: ‘google::protobuf::internal::GetAnyMessageName’ has not been declared
- 1121 | friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
- | ^~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:1121:79: error: ‘string_view’ declared as function returning a function
- 1121 | friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
- | ^
- /app/include/google/protobuf/descriptor.pb.h:1122:18: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 1122 | static ::absl::string_view FullMessageName() { return "google.protobuf.UninterpretedOption.NamePart"; }
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:1136:20: error: ‘InternalNewImpl_’ function uses ‘auto’ type specifier without trailing return type
- 1136 | static constexpr auto InternalNewImpl_();
- | ^~~~
- /app/include/google/protobuf/descriptor.pb.h:1136:20: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /app/include/google/protobuf/descriptor.pb.h:1139:20: error: ‘InternalGenerateClassData_’ function uses ‘auto’ type specifier without trailing return type
- 1139 | static constexpr auto InternalGenerateClassData_();
- | ^~~~
- /app/include/google/protobuf/descriptor.pb.h:1139:20: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /app/include/google/protobuf/descriptor.pb.h: In member function ‘void google::protobuf::UninterpretedOption_NamePart::UnsafeArenaSwap(google::protobuf::UninterpretedOption_NamePart*)’:
- /app/include/google/protobuf/descriptor.pb.h:1065:5: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 1065 | ABSL_DCHECK(GetArena() == other->GetArena());
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h: At global scope:
- /app/include/google/protobuf/descriptor.pb.h:1331:60: error: ‘google::protobuf::internal::GetAnyMessageName’ has not been declared
- 1331 | friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
- | ^~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:1331:79: error: ‘string_view’ declared as function returning a function
- 1331 | friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
- | ^
- /app/include/google/protobuf/descriptor.pb.h:1332:18: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 1332 | static ::absl::string_view FullMessageName() { return "google.protobuf.SourceCodeInfo.Location"; }
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:1346:20: error: ‘InternalNewImpl_’ function uses ‘auto’ type specifier without trailing return type
- 1346 | static constexpr auto InternalNewImpl_();
- | ^~~~
- /app/include/google/protobuf/descriptor.pb.h:1346:20: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /app/include/google/protobuf/descriptor.pb.h:1349:20: error: ‘InternalGenerateClassData_’ function uses ‘auto’ type specifier without trailing return type
- 1349 | static constexpr auto InternalGenerateClassData_();
- | ^~~~
- /app/include/google/protobuf/descriptor.pb.h:1349:20: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /app/include/google/protobuf/descriptor.pb.h: In member function ‘void google::protobuf::SourceCodeInfo_Location::UnsafeArenaSwap(google::protobuf::SourceCodeInfo_Location*)’:
- /app/include/google/protobuf/descriptor.pb.h:1280:5: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 1280 | ABSL_DCHECK(GetArena() == other->GetArena());
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h: At global scope:
- /app/include/google/protobuf/descriptor.pb.h:1612:60: error: ‘google::protobuf::internal::GetAnyMessageName’ has not been declared
- 1612 | friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
- | ^~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:1612:79: error: ‘string_view’ declared as function returning a function
- 1612 | friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
- | ^
- /app/include/google/protobuf/descriptor.pb.h:1613:18: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 1613 | static ::absl::string_view FullMessageName() { return "google.protobuf.GeneratedCodeInfo.Annotation"; }
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:1627:20: error: ‘InternalNewImpl_’ function uses ‘auto’ type specifier without trailing return type
- 1627 | static constexpr auto InternalNewImpl_();
- | ^~~~
- /app/include/google/protobuf/descriptor.pb.h:1627:20: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /app/include/google/protobuf/descriptor.pb.h:1630:20: error: ‘InternalGenerateClassData_’ function uses ‘auto’ type specifier without trailing return type
- 1630 | static constexpr auto InternalGenerateClassData_();
- | ^~~~
- /app/include/google/protobuf/descriptor.pb.h:1630:20: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /app/include/google/protobuf/descriptor.pb.h:1652:15: error: ‘absl::string_view’ has not been declared
- 1652 | ::absl::string_view name, Semantic* PROTOBUF_NONNULL value) {
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h: In member function ‘void google::protobuf::GeneratedCodeInfo_Annotation::UnsafeArenaSwap(google::protobuf::GeneratedCodeInfo_Annotation*)’:
- /app/include/google/protobuf/descriptor.pb.h:1561:5: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 1561 | ABSL_DCHECK(GetArena() == other->GetArena());
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h: In static member function ‘static bool google::protobuf::GeneratedCodeInfo_Annotation::Semantic_Parse(int, Semantic*)’:
- /app/include/google/protobuf/descriptor.pb.h:1653:55: error: ‘google::protobuf::GeneratedCodeInfo_Annotation_Semantic_Parse’ cannot be used as a function
- 1653 | return GeneratedCodeInfo_Annotation_Semantic_Parse(name, value);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h: At global scope:
- /app/include/google/protobuf/descriptor.pb.h:1890:60: error: ‘google::protobuf::internal::GetAnyMessageName’ has not been declared
- 1890 | friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
- | ^~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:1890:79: error: ‘string_view’ declared as function returning a function
- 1890 | friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
- | ^
- /app/include/google/protobuf/descriptor.pb.h:1891:18: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 1891 | static ::absl::string_view FullMessageName() { return "google.protobuf.FieldOptions.FeatureSupport"; }
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:1905:20: error: ‘InternalNewImpl_’ function uses ‘auto’ type specifier without trailing return type
- 1905 | static constexpr auto InternalNewImpl_();
- | ^~~~
- /app/include/google/protobuf/descriptor.pb.h:1905:20: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /app/include/google/protobuf/descriptor.pb.h:1908:20: error: ‘InternalGenerateClassData_’ function uses ‘auto’ type specifier without trailing return type
- 1908 | static constexpr auto InternalGenerateClassData_();
- | ^~~~
- /app/include/google/protobuf/descriptor.pb.h:1908:20: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /app/include/google/protobuf/descriptor.pb.h: In member function ‘void google::protobuf::FieldOptions_FeatureSupport::UnsafeArenaSwap(google::protobuf::FieldOptions_FeatureSupport*)’:
- /app/include/google/protobuf/descriptor.pb.h:1839:5: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 1839 | ABSL_DCHECK(GetArena() == other->GetArena());
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h: At global scope:
- /app/include/google/protobuf/descriptor.pb.h:2126:60: error: ‘google::protobuf::internal::GetAnyMessageName’ has not been declared
- 2126 | friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
- | ^~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:2126:79: error: ‘string_view’ declared as function returning a function
- 2126 | friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
- | ^
- /app/include/google/protobuf/descriptor.pb.h:2127:18: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 2127 | static ::absl::string_view FullMessageName() { return "google.protobuf.FieldOptions.EditionDefault"; }
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:2141:20: error: ‘InternalNewImpl_’ function uses ‘auto’ type specifier without trailing return type
- 2141 | static constexpr auto InternalNewImpl_();
- | ^~~~
- /app/include/google/protobuf/descriptor.pb.h:2141:20: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /app/include/google/protobuf/descriptor.pb.h:2144:20: error: ‘InternalGenerateClassData_’ function uses ‘auto’ type specifier without trailing return type
- 2144 | static constexpr auto InternalGenerateClassData_();
- | ^~~~
- /app/include/google/protobuf/descriptor.pb.h:2144:20: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /app/include/google/protobuf/descriptor.pb.h: In member function ‘void google::protobuf::FieldOptions_EditionDefault::UnsafeArenaSwap(google::protobuf::FieldOptions_EditionDefault*)’:
- /app/include/google/protobuf/descriptor.pb.h:2075:5: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 2075 | ABSL_DCHECK(GetArena() == other->GetArena());
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h: At global scope:
- /app/include/google/protobuf/descriptor.pb.h:2308:60: error: ‘google::protobuf::internal::GetAnyMessageName’ has not been declared
- 2308 | friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
- | ^~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:2308:79: error: ‘string_view’ declared as function returning a function
- 2308 | friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
- | ^
- /app/include/google/protobuf/descriptor.pb.h:2309:18: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 2309 | static ::absl::string_view FullMessageName() { return "google.protobuf.FeatureSet.VisibilityFeature"; }
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:2323:20: error: ‘InternalNewImpl_’ function uses ‘auto’ type specifier without trailing return type
- 2323 | static constexpr auto InternalNewImpl_();
- | ^~~~
- /app/include/google/protobuf/descriptor.pb.h:2323:20: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /app/include/google/protobuf/descriptor.pb.h:2326:20: error: ‘InternalGenerateClassData_’ function uses ‘auto’ type specifier without trailing return type
- 2326 | static constexpr auto InternalGenerateClassData_();
- | ^~~~
- /app/include/google/protobuf/descriptor.pb.h:2326:20: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /app/include/google/protobuf/descriptor.pb.h:2350:15: error: ‘absl::string_view’ has not been declared
- 2350 | ::absl::string_view name, DefaultSymbolVisibility* PROTOBUF_NONNULL value) {
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h: In member function ‘void google::protobuf::FeatureSet_VisibilityFeature::UnsafeArenaSwap(google::protobuf::FeatureSet_VisibilityFeature*)’:
- /app/include/google/protobuf/descriptor.pb.h:2284:5: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 2284 | ABSL_DCHECK(GetArena() == other->GetArena());
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h: In static member function ‘static bool google::protobuf::FeatureSet_VisibilityFeature::DefaultSymbolVisibility_Parse(int, DefaultSymbolVisibility*)’:
- /app/include/google/protobuf/descriptor.pb.h:2351:70: error: ‘google::protobuf::FeatureSet_VisibilityFeature_DefaultSymbolVisibility_Parse’ cannot be used as a function
- 2351 | return FeatureSet_VisibilityFeature_DefaultSymbolVisibility_Parse(name, value);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h: At global scope:
- /app/include/google/protobuf/descriptor.pb.h:2510:60: error: ‘google::protobuf::internal::GetAnyMessageName’ has not been declared
- 2510 | friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
- | ^~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:2510:79: error: ‘string_view’ declared as function returning a function
- 2510 | friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
- | ^
- /app/include/google/protobuf/descriptor.pb.h:2511:18: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 2511 | static ::absl::string_view FullMessageName() { return "google.protobuf.FeatureSet"; }
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:2525:20: error: ‘InternalNewImpl_’ function uses ‘auto’ type specifier without trailing return type
- 2525 | static constexpr auto InternalNewImpl_();
- | ^~~~
- /app/include/google/protobuf/descriptor.pb.h:2525:20: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /app/include/google/protobuf/descriptor.pb.h:2528:20: error: ‘InternalGenerateClassData_’ function uses ‘auto’ type specifier without trailing return type
- 2528 | static constexpr auto InternalGenerateClassData_();
- | ^~~~
- /app/include/google/protobuf/descriptor.pb.h:2528:20: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /app/include/google/protobuf/descriptor.pb.h:2552:15: error: ‘absl::string_view’ has not been declared
- 2552 | ::absl::string_view name, FieldPresence* PROTOBUF_NONNULL value) {
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:2573:15: error: ‘absl::string_view’ has not been declared
- 2573 | ::absl::string_view name, EnumType* PROTOBUF_NONNULL value) {
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:2594:15: error: ‘absl::string_view’ has not been declared
- 2594 | ::absl::string_view name, RepeatedFieldEncoding* PROTOBUF_NONNULL value) {
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:2615:15: error: ‘absl::string_view’ has not been declared
- 2615 | ::absl::string_view name, Utf8Validation* PROTOBUF_NONNULL value) {
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:2636:15: error: ‘absl::string_view’ has not been declared
- 2636 | ::absl::string_view name, MessageEncoding* PROTOBUF_NONNULL value) {
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:2657:15: error: ‘absl::string_view’ has not been declared
- 2657 | ::absl::string_view name, JsonFormat* PROTOBUF_NONNULL value) {
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:2678:15: error: ‘absl::string_view’ has not been declared
- 2678 | ::absl::string_view name, EnforceNamingStyle* PROTOBUF_NONNULL value) {
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:2809:20: error: ‘std::enable_if_t’ has not been declared
- 2809 | ::std::enable_if_t<!_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:2809:31: error: expected ‘>’ before ‘<’ token
- 2809 | ::std::enable_if_t<!_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^
- /app/include/google/protobuf/descriptor.pb.h:2818:20: error: ‘std::enable_if_t’ has not been declared
- 2818 | ::std::enable_if_t<_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:2818:31: error: expected ‘>’ before ‘<’ token
- 2818 | ::std::enable_if_t<_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^
- /app/include/google/protobuf/descriptor.pb.h:2819:58: error: ‘template<class _proto_TypeTraits, unsigned char _field_type, bool _is_packed, <typeprefixerror><anonymous> > typename _proto_TypeTraits::Singular::ConstType google::protobuf::FeatureSet::GetExtension(const google::protobuf::internal::ExtensionIdentifier<google::protobuf::FeatureSet, TypeTraitsT, field_type, is_packed>&) const’ cannot be overloaded with ‘template<class _proto_TypeTraits, unsigned char _field_type, bool _is_packed, <typeprefixerror><anonymous> > typename _proto_TypeTraits::Singular::ConstType google::protobuf::FeatureSet::GetExtension(const google::protobuf::internal::ExtensionIdentifier<google::protobuf::FeatureSet, TypeTraitsT, field_type, is_packed>&) const’
- 2819 | inline typename _proto_TypeTraits::Singular::ConstType GetExtension(
- | ^~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:2810:58: note: previous declaration ‘template<class _proto_TypeTraits, unsigned char _field_type, bool _is_packed, <typeprefixerror><anonymous> > typename _proto_TypeTraits::Singular::ConstType google::protobuf::FeatureSet::GetExtension(const google::protobuf::internal::ExtensionIdentifier<google::protobuf::FeatureSet, TypeTraitsT, field_type, is_packed>&) const’
- 2810 | inline typename _proto_TypeTraits::Singular::ConstType GetExtension(
- | ^~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:2881:20: error: ‘std::enable_if_t’ has not been declared
- 2881 | ::std::enable_if_t<!_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:2881:31: error: expected ‘>’ before ‘<’ token
- 2881 | ::std::enable_if_t<!_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^
- /app/include/google/protobuf/descriptor.pb.h:2891:20: error: ‘std::enable_if_t’ has not been declared
- 2891 | ::std::enable_if_t<_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:2891:31: error: expected ‘>’ before ‘<’ token
- 2891 | ::std::enable_if_t<_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^
- /app/include/google/protobuf/descriptor.pb.h:2892:58: error: ‘template<class _proto_TypeTraits, unsigned char _field_type, bool _is_packed, <typeprefixerror><anonymous> > typename _proto_TypeTraits::Repeated::ConstType google::protobuf::FeatureSet::GetExtension(const google::protobuf::internal::ExtensionIdentifier<google::protobuf::FeatureSet, TypeTraitsT, field_type, is_packed>&, int) const’ cannot be overloaded with ‘template<class _proto_TypeTraits, unsigned char _field_type, bool _is_packed, <typeprefixerror><anonymous> > typename _proto_TypeTraits::Repeated::ConstType google::protobuf::FeatureSet::GetExtension(const google::protobuf::internal::ExtensionIdentifier<google::protobuf::FeatureSet, TypeTraitsT, field_type, is_packed>&, int) const’
- 2892 | inline typename _proto_TypeTraits::Repeated::ConstType GetExtension(
- | ^~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:2882:58: note: previous declaration ‘template<class _proto_TypeTraits, unsigned char _field_type, bool _is_packed, <typeprefixerror><anonymous> > typename _proto_TypeTraits::Repeated::ConstType google::protobuf::FeatureSet::GetExtension(const google::protobuf::internal::ExtensionIdentifier<google::protobuf::FeatureSet, TypeTraitsT, field_type, is_packed>&, int) const’
- 2882 | inline typename _proto_TypeTraits::Repeated::ConstType GetExtension(
- | ^~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h: In member function ‘void google::protobuf::FeatureSet::UnsafeArenaSwap(google::protobuf::FeatureSet*)’:
- /app/include/google/protobuf/descriptor.pb.h:2454:5: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 2454 | ABSL_DCHECK(GetArena() == other->GetArena());
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h: In static member function ‘static bool google::protobuf::FeatureSet::FieldPresence_Parse(int, FieldPresence*)’:
- /app/include/google/protobuf/descriptor.pb.h:2553:42: error: ‘google::protobuf::FeatureSet_FieldPresence_Parse’ cannot be used as a function
- 2553 | return FeatureSet_FieldPresence_Parse(name, value);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h: In static member function ‘static bool google::protobuf::FeatureSet::EnumType_Parse(int, EnumType*)’:
- /app/include/google/protobuf/descriptor.pb.h:2574:37: error: ‘google::protobuf::FeatureSet_EnumType_Parse’ cannot be used as a function
- 2574 | return FeatureSet_EnumType_Parse(name, value);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h: In static member function ‘static bool google::protobuf::FeatureSet::RepeatedFieldEncoding_Parse(int, RepeatedFieldEncoding*)’:
- /app/include/google/protobuf/descriptor.pb.h:2595:50: error: ‘google::protobuf::FeatureSet_RepeatedFieldEncoding_Parse’ cannot be used as a function
- 2595 | return FeatureSet_RepeatedFieldEncoding_Parse(name, value);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h: In static member function ‘static bool google::protobuf::FeatureSet::Utf8Validation_Parse(int, Utf8Validation*)’:
- /app/include/google/protobuf/descriptor.pb.h:2616:43: error: ‘google::protobuf::FeatureSet_Utf8Validation_Parse’ cannot be used as a function
- 2616 | return FeatureSet_Utf8Validation_Parse(name, value);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h: In static member function ‘static bool google::protobuf::FeatureSet::MessageEncoding_Parse(int, MessageEncoding*)’:
- /app/include/google/protobuf/descriptor.pb.h:2637:44: error: ‘google::protobuf::FeatureSet_MessageEncoding_Parse’ cannot be used as a function
- 2637 | return FeatureSet_MessageEncoding_Parse(name, value);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h: In static member function ‘static bool google::protobuf::FeatureSet::JsonFormat_Parse(int, JsonFormat*)’:
- /app/include/google/protobuf/descriptor.pb.h:2658:39: error: ‘google::protobuf::FeatureSet_JsonFormat_Parse’ cannot be used as a function
- 2658 | return FeatureSet_JsonFormat_Parse(name, value);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h: In static member function ‘static bool google::protobuf::FeatureSet::EnforceNamingStyle_Parse(int, EnforceNamingStyle*)’:
- /app/include/google/protobuf/descriptor.pb.h:2679:47: error: ‘google::protobuf::FeatureSet_EnforceNamingStyle_Parse’ cannot be used as a function
- 2679 | return FeatureSet_EnforceNamingStyle_Parse(name, value);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h: At global scope:
- /app/include/google/protobuf/descriptor.pb.h:3120:60: error: ‘google::protobuf::internal::GetAnyMessageName’ has not been declared
- 3120 | friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
- | ^~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:3120:79: error: ‘string_view’ declared as function returning a function
- 3120 | friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
- | ^
- /app/include/google/protobuf/descriptor.pb.h:3121:18: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 3121 | static ::absl::string_view FullMessageName() { return "google.protobuf.ExtensionRangeOptions.Declaration"; }
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:3135:20: error: ‘InternalNewImpl_’ function uses ‘auto’ type specifier without trailing return type
- 3135 | static constexpr auto InternalNewImpl_();
- | ^~~~
- /app/include/google/protobuf/descriptor.pb.h:3135:20: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /app/include/google/protobuf/descriptor.pb.h:3138:20: error: ‘InternalGenerateClassData_’ function uses ‘auto’ type specifier without trailing return type
- 3138 | static constexpr auto InternalGenerateClassData_();
- | ^~~~
- /app/include/google/protobuf/descriptor.pb.h:3138:20: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /app/include/google/protobuf/descriptor.pb.h: In member function ‘void google::protobuf::ExtensionRangeOptions_Declaration::UnsafeArenaSwap(google::protobuf::ExtensionRangeOptions_Declaration*)’:
- /app/include/google/protobuf/descriptor.pb.h:3069:5: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 3069 | ABSL_DCHECK(GetArena() == other->GetArena());
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h: At global scope:
- /app/include/google/protobuf/descriptor.pb.h:3374:60: error: ‘google::protobuf::internal::GetAnyMessageName’ has not been declared
- 3374 | friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
- | ^~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:3374:79: error: ‘string_view’ declared as function returning a function
- 3374 | friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
- | ^
- /app/include/google/protobuf/descriptor.pb.h:3375:18: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 3375 | static ::absl::string_view FullMessageName() { return "google.protobuf.EnumDescriptorProto.EnumReservedRange"; }
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:3389:20: error: ‘InternalNewImpl_’ function uses ‘auto’ type specifier without trailing return type
- 3389 | static constexpr auto InternalNewImpl_();
- | ^~~~
- /app/include/google/protobuf/descriptor.pb.h:3389:20: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /app/include/google/protobuf/descriptor.pb.h:3392:20: error: ‘InternalGenerateClassData_’ function uses ‘auto’ type specifier without trailing return type
- 3392 | static constexpr auto InternalGenerateClassData_();
- | ^~~~
- /app/include/google/protobuf/descriptor.pb.h:3392:20: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /app/include/google/protobuf/descriptor.pb.h: In member function ‘void google::protobuf::EnumDescriptorProto_EnumReservedRange::UnsafeArenaSwap(google::protobuf::EnumDescriptorProto_EnumReservedRange*)’:
- /app/include/google/protobuf/descriptor.pb.h:3323:5: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 3323 | ABSL_DCHECK(GetArena() == other->GetArena());
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h: At global scope:
- /app/include/google/protobuf/descriptor.pb.h:3579:60: error: ‘google::protobuf::internal::GetAnyMessageName’ has not been declared
- 3579 | friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
- | ^~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:3579:79: error: ‘string_view’ declared as function returning a function
- 3579 | friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
- | ^
- /app/include/google/protobuf/descriptor.pb.h:3580:18: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 3580 | static ::absl::string_view FullMessageName() { return "google.protobuf.DescriptorProto.ReservedRange"; }
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:3594:20: error: ‘InternalNewImpl_’ function uses ‘auto’ type specifier without trailing return type
- 3594 | static constexpr auto InternalNewImpl_();
- | ^~~~
- /app/include/google/protobuf/descriptor.pb.h:3594:20: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /app/include/google/protobuf/descriptor.pb.h:3597:20: error: ‘InternalGenerateClassData_’ function uses ‘auto’ type specifier without trailing return type
- 3597 | static constexpr auto InternalGenerateClassData_();
- | ^~~~
- /app/include/google/protobuf/descriptor.pb.h:3597:20: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /app/include/google/protobuf/descriptor.pb.h: In member function ‘void google::protobuf::DescriptorProto_ReservedRange::UnsafeArenaSwap(google::protobuf::DescriptorProto_ReservedRange*)’:
- /app/include/google/protobuf/descriptor.pb.h:3528:5: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 3528 | ABSL_DCHECK(GetArena() == other->GetArena());
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h: At global scope:
- /app/include/google/protobuf/descriptor.pb.h:3789:60: error: ‘google::protobuf::internal::GetAnyMessageName’ has not been declared
- 3789 | friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
- | ^~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:3789:79: error: ‘string_view’ declared as function returning a function
- 3789 | friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
- | ^
- /app/include/google/protobuf/descriptor.pb.h:3790:18: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 3790 | static ::absl::string_view FullMessageName() { return "google.protobuf.UninterpretedOption"; }
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:3804:20: error: ‘InternalNewImpl_’ function uses ‘auto’ type specifier without trailing return type
- 3804 | static constexpr auto InternalNewImpl_();
- | ^~~~
- /app/include/google/protobuf/descriptor.pb.h:3804:20: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /app/include/google/protobuf/descriptor.pb.h:3807:20: error: ‘InternalGenerateClassData_’ function uses ‘auto’ type specifier without trailing return type
- 3807 | static constexpr auto InternalGenerateClassData_();
- | ^~~~
- /app/include/google/protobuf/descriptor.pb.h:3807:20: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /app/include/google/protobuf/descriptor.pb.h: In member function ‘void google::protobuf::UninterpretedOption::UnsafeArenaSwap(google::protobuf::UninterpretedOption*)’:
- /app/include/google/protobuf/descriptor.pb.h:3733:5: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 3733 | ABSL_DCHECK(GetArena() == other->GetArena());
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h: At global scope:
- /app/include/google/protobuf/descriptor.pb.h:4086:60: error: ‘google::protobuf::internal::GetAnyMessageName’ has not been declared
- 4086 | friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
- | ^~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:4086:79: error: ‘string_view’ declared as function returning a function
- 4086 | friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
- | ^
- /app/include/google/protobuf/descriptor.pb.h:4087:18: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 4087 | static ::absl::string_view FullMessageName() { return "google.protobuf.SourceCodeInfo"; }
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:4101:20: error: ‘InternalNewImpl_’ function uses ‘auto’ type specifier without trailing return type
- 4101 | static constexpr auto InternalNewImpl_();
- | ^~~~
- /app/include/google/protobuf/descriptor.pb.h:4101:20: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /app/include/google/protobuf/descriptor.pb.h:4104:20: error: ‘InternalGenerateClassData_’ function uses ‘auto’ type specifier without trailing return type
- 4104 | static constexpr auto InternalGenerateClassData_();
- | ^~~~
- /app/include/google/protobuf/descriptor.pb.h:4104:20: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /app/include/google/protobuf/descriptor.pb.h:4159:20: error: ‘std::enable_if_t’ has not been declared
- 4159 | ::std::enable_if_t<!_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:4159:31: error: expected ‘>’ before ‘<’ token
- 4159 | ::std::enable_if_t<!_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^
- /app/include/google/protobuf/descriptor.pb.h:4168:20: error: ‘std::enable_if_t’ has not been declared
- 4168 | ::std::enable_if_t<_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:4168:31: error: expected ‘>’ before ‘<’ token
- 4168 | ::std::enable_if_t<_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^
- /app/include/google/protobuf/descriptor.pb.h:4169:58: error: ‘template<class _proto_TypeTraits, unsigned char _field_type, bool _is_packed, <typeprefixerror><anonymous> > typename _proto_TypeTraits::Singular::ConstType google::protobuf::SourceCodeInfo::GetExtension(const google::protobuf::internal::ExtensionIdentifier<google::protobuf::SourceCodeInfo, _proto_TypeTraits, _field_type, _is_packed>&) const’ cannot be overloaded with ‘template<class _proto_TypeTraits, unsigned char _field_type, bool _is_packed, <typeprefixerror><anonymous> > typename _proto_TypeTraits::Singular::ConstType google::protobuf::SourceCodeInfo::GetExtension(const google::protobuf::internal::ExtensionIdentifier<google::protobuf::SourceCodeInfo, _proto_TypeTraits, _field_type, _is_packed>&) const’
- 4169 | inline typename _proto_TypeTraits::Singular::ConstType GetExtension(
- | ^~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:4160:58: note: previous declaration ‘template<class _proto_TypeTraits, unsigned char _field_type, bool _is_packed, <typeprefixerror><anonymous> > typename _proto_TypeTraits::Singular::ConstType google::protobuf::SourceCodeInfo::GetExtension(const google::protobuf::internal::ExtensionIdentifier<google::protobuf::SourceCodeInfo, _proto_TypeTraits, _field_type, _is_packed>&) const’
- 4160 | inline typename _proto_TypeTraits::Singular::ConstType GetExtension(
- | ^~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:4231:20: error: ‘std::enable_if_t’ has not been declared
- 4231 | ::std::enable_if_t<!_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:4231:31: error: expected ‘>’ before ‘<’ token
- 4231 | ::std::enable_if_t<!_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^
- /app/include/google/protobuf/descriptor.pb.h:4241:20: error: ‘std::enable_if_t’ has not been declared
- 4241 | ::std::enable_if_t<_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:4241:31: error: expected ‘>’ before ‘<’ token
- 4241 | ::std::enable_if_t<_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^
- /app/include/google/protobuf/descriptor.pb.h:4242:58: error: ‘template<class _proto_TypeTraits, unsigned char _field_type, bool _is_packed, <typeprefixerror><anonymous> > typename _proto_TypeTraits::Repeated::ConstType google::protobuf::SourceCodeInfo::GetExtension(const google::protobuf::internal::ExtensionIdentifier<google::protobuf::SourceCodeInfo, _proto_TypeTraits, _field_type, _is_packed>&, int) const’ cannot be overloaded with ‘template<class _proto_TypeTraits, unsigned char _field_type, bool _is_packed, <typeprefixerror><anonymous> > typename _proto_TypeTraits::Repeated::ConstType google::protobuf::SourceCodeInfo::GetExtension(const google::protobuf::internal::ExtensionIdentifier<google::protobuf::SourceCodeInfo, _proto_TypeTraits, _field_type, _is_packed>&, int) const’
- 4242 | inline typename _proto_TypeTraits::Repeated::ConstType GetExtension(
- | ^~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:4232:58: note: previous declaration ‘template<class _proto_TypeTraits, unsigned char _field_type, bool _is_packed, <typeprefixerror><anonymous> > typename _proto_TypeTraits::Repeated::ConstType google::protobuf::SourceCodeInfo::GetExtension(const google::protobuf::internal::ExtensionIdentifier<google::protobuf::SourceCodeInfo, _proto_TypeTraits, _field_type, _is_packed>&, int) const’
- 4232 | inline typename _proto_TypeTraits::Repeated::ConstType GetExtension(
- | ^~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h: In member function ‘void google::protobuf::SourceCodeInfo::UnsafeArenaSwap(google::protobuf::SourceCodeInfo*)’:
- /app/include/google/protobuf/descriptor.pb.h:4030:5: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 4030 | ABSL_DCHECK(GetArena() == other->GetArena());
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h: At global scope:
- /app/include/google/protobuf/descriptor.pb.h:4462:60: error: ‘google::protobuf::internal::GetAnyMessageName’ has not been declared
- 4462 | friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
- | ^~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:4462:79: error: ‘string_view’ declared as function returning a function
- 4462 | friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
- | ^
- /app/include/google/protobuf/descriptor.pb.h:4463:18: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 4463 | static ::absl::string_view FullMessageName() { return "google.protobuf.GeneratedCodeInfo"; }
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:4477:20: error: ‘InternalNewImpl_’ function uses ‘auto’ type specifier without trailing return type
- 4477 | static constexpr auto InternalNewImpl_();
- | ^~~~
- /app/include/google/protobuf/descriptor.pb.h:4477:20: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /app/include/google/protobuf/descriptor.pb.h:4480:20: error: ‘InternalGenerateClassData_’ function uses ‘auto’ type specifier without trailing return type
- 4480 | static constexpr auto InternalGenerateClassData_();
- | ^~~~
- /app/include/google/protobuf/descriptor.pb.h:4480:20: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /app/include/google/protobuf/descriptor.pb.h: In member function ‘void google::protobuf::GeneratedCodeInfo::UnsafeArenaSwap(google::protobuf::GeneratedCodeInfo*)’:
- /app/include/google/protobuf/descriptor.pb.h:4411:5: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 4411 | ABSL_DCHECK(GetArena() == other->GetArena());
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h: At global scope:
- /app/include/google/protobuf/descriptor.pb.h:4665:60: error: ‘google::protobuf::internal::GetAnyMessageName’ has not been declared
- 4665 | friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
- | ^~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:4665:79: error: ‘string_view’ declared as function returning a function
- 4665 | friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
- | ^
- /app/include/google/protobuf/descriptor.pb.h:4666:18: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 4666 | static ::absl::string_view FullMessageName() { return "google.protobuf.FeatureSetDefaults.FeatureSetEditionDefault"; }
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:4680:20: error: ‘InternalNewImpl_’ function uses ‘auto’ type specifier without trailing return type
- 4680 | static constexpr auto InternalNewImpl_();
- | ^~~~
- /app/include/google/protobuf/descriptor.pb.h:4680:20: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /app/include/google/protobuf/descriptor.pb.h:4683:20: error: ‘InternalGenerateClassData_’ function uses ‘auto’ type specifier without trailing return type
- 4683 | static constexpr auto InternalGenerateClassData_();
- | ^~~~
- /app/include/google/protobuf/descriptor.pb.h:4683:20: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /app/include/google/protobuf/descriptor.pb.h: In member function ‘void google::protobuf::FeatureSetDefaults_FeatureSetEditionDefault::UnsafeArenaSwap(google::protobuf::FeatureSetDefaults_FeatureSetEditionDefault*)’:
- /app/include/google/protobuf/descriptor.pb.h:4609:5: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 4609 | ABSL_DCHECK(GetArena() == other->GetArena());
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h: At global scope:
- /app/include/google/protobuf/descriptor.pb.h:4896:60: error: ‘google::protobuf::internal::GetAnyMessageName’ has not been declared
- 4896 | friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
- | ^~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:4896:79: error: ‘string_view’ declared as function returning a function
- 4896 | friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
- | ^
- /app/include/google/protobuf/descriptor.pb.h:4897:18: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 4897 | static ::absl::string_view FullMessageName() { return "google.protobuf.ServiceOptions"; }
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:4911:20: error: ‘InternalNewImpl_’ function uses ‘auto’ type specifier without trailing return type
- 4911 | static constexpr auto InternalNewImpl_();
- | ^~~~
- /app/include/google/protobuf/descriptor.pb.h:4911:20: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /app/include/google/protobuf/descriptor.pb.h:4914:20: error: ‘InternalGenerateClassData_’ function uses ‘auto’ type specifier without trailing return type
- 4914 | static constexpr auto InternalGenerateClassData_();
- | ^~~~
- /app/include/google/protobuf/descriptor.pb.h:4914:20: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /app/include/google/protobuf/descriptor.pb.h:4996:20: error: ‘std::enable_if_t’ has not been declared
- 4996 | ::std::enable_if_t<!_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:4996:31: error: expected ‘>’ before ‘<’ token
- 4996 | ::std::enable_if_t<!_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^
- /app/include/google/protobuf/descriptor.pb.h:5005:20: error: ‘std::enable_if_t’ has not been declared
- 5005 | ::std::enable_if_t<_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:5005:31: error: expected ‘>’ before ‘<’ token
- 5005 | ::std::enable_if_t<_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^
- /app/include/google/protobuf/descriptor.pb.h:5006:58: error: ‘template<class _proto_TypeTraits, unsigned char _field_type, bool _is_packed, <typeprefixerror><anonymous> > typename _proto_TypeTraits::Singular::ConstType google::protobuf::ServiceOptions::GetExtension(const google::protobuf::internal::ExtensionIdentifier<google::protobuf::ServiceOptions, _proto_TypeTraits, _field_type, _is_packed>&) const’ cannot be overloaded with ‘template<class _proto_TypeTraits, unsigned char _field_type, bool _is_packed, <typeprefixerror><anonymous> > typename _proto_TypeTraits::Singular::ConstType google::protobuf::ServiceOptions::GetExtension(const google::protobuf::internal::ExtensionIdentifier<google::protobuf::ServiceOptions, _proto_TypeTraits, _field_type, _is_packed>&) const’
- 5006 | inline typename _proto_TypeTraits::Singular::ConstType GetExtension(
- | ^~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:4997:58: note: previous declaration ‘template<class _proto_TypeTraits, unsigned char _field_type, bool _is_packed, <typeprefixerror><anonymous> > typename _proto_TypeTraits::Singular::ConstType google::protobuf::ServiceOptions::GetExtension(const google::protobuf::internal::ExtensionIdentifier<google::protobuf::ServiceOptions, _proto_TypeTraits, _field_type, _is_packed>&) const’
- 4997 | inline typename _proto_TypeTraits::Singular::ConstType GetExtension(
- | ^~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:5068:20: error: ‘std::enable_if_t’ has not been declared
- 5068 | ::std::enable_if_t<!_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:5068:31: error: expected ‘>’ before ‘<’ token
- 5068 | ::std::enable_if_t<!_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^
- /app/include/google/protobuf/descriptor.pb.h:5078:20: error: ‘std::enable_if_t’ has not been declared
- 5078 | ::std::enable_if_t<_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:5078:31: error: expected ‘>’ before ‘<’ token
- 5078 | ::std::enable_if_t<_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^
- /app/include/google/protobuf/descriptor.pb.h:5079:58: error: ‘template<class _proto_TypeTraits, unsigned char _field_type, bool _is_packed, <typeprefixerror><anonymous> > typename _proto_TypeTraits::Repeated::ConstType google::protobuf::ServiceOptions::GetExtension(const google::protobuf::internal::ExtensionIdentifier<google::protobuf::ServiceOptions, _proto_TypeTraits, _field_type, _is_packed>&, int) const’ cannot be overloaded with ‘template<class _proto_TypeTraits, unsigned char _field_type, bool _is_packed, <typeprefixerror><anonymous> > typename _proto_TypeTraits::Repeated::ConstType google::protobuf::ServiceOptions::GetExtension(const google::protobuf::internal::ExtensionIdentifier<google::protobuf::ServiceOptions, _proto_TypeTraits, _field_type, _is_packed>&, int) const’
- 5079 | inline typename _proto_TypeTraits::Repeated::ConstType GetExtension(
- | ^~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:5069:58: note: previous declaration ‘template<class _proto_TypeTraits, unsigned char _field_type, bool _is_packed, <typeprefixerror><anonymous> > typename _proto_TypeTraits::Repeated::ConstType google::protobuf::ServiceOptions::GetExtension(const google::protobuf::internal::ExtensionIdentifier<google::protobuf::ServiceOptions, _proto_TypeTraits, _field_type, _is_packed>&, int) const’
- 5069 | inline typename _proto_TypeTraits::Repeated::ConstType GetExtension(
- | ^~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h: In member function ‘void google::protobuf::ServiceOptions::UnsafeArenaSwap(google::protobuf::ServiceOptions*)’:
- /app/include/google/protobuf/descriptor.pb.h:4840:5: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 4840 | ABSL_DCHECK(GetArena() == other->GetArena());
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h: At global scope:
- /app/include/google/protobuf/descriptor.pb.h:5307:60: error: ‘google::protobuf::internal::GetAnyMessageName’ has not been declared
- 5307 | friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
- | ^~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:5307:79: error: ‘string_view’ declared as function returning a function
- 5307 | friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
- | ^
- /app/include/google/protobuf/descriptor.pb.h:5308:18: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 5308 | static ::absl::string_view FullMessageName() { return "google.protobuf.OneofOptions"; }
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:5322:20: error: ‘InternalNewImpl_’ function uses ‘auto’ type specifier without trailing return type
- 5322 | static constexpr auto InternalNewImpl_();
- | ^~~~
- /app/include/google/protobuf/descriptor.pb.h:5322:20: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /app/include/google/protobuf/descriptor.pb.h:5325:20: error: ‘InternalGenerateClassData_’ function uses ‘auto’ type specifier without trailing return type
- 5325 | static constexpr auto InternalGenerateClassData_();
- | ^~~~
- /app/include/google/protobuf/descriptor.pb.h:5325:20: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /app/include/google/protobuf/descriptor.pb.h:5395:20: error: ‘std::enable_if_t’ has not been declared
- 5395 | ::std::enable_if_t<!_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:5395:31: error: expected ‘>’ before ‘<’ token
- 5395 | ::std::enable_if_t<!_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^
- /app/include/google/protobuf/descriptor.pb.h:5404:20: error: ‘std::enable_if_t’ has not been declared
- 5404 | ::std::enable_if_t<_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:5404:31: error: expected ‘>’ before ‘<’ token
- 5404 | ::std::enable_if_t<_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^
- /app/include/google/protobuf/descriptor.pb.h:5405:58: error: ‘template<class _proto_TypeTraits, unsigned char _field_type, bool _is_packed, <typeprefixerror><anonymous> > typename _proto_TypeTraits::Singular::ConstType google::protobuf::OneofOptions::GetExtension(const google::protobuf::internal::ExtensionIdentifier<google::protobuf::OneofOptions, _proto_TypeTraits, _field_type, _is_packed>&) const’ cannot be overloaded with ‘template<class _proto_TypeTraits, unsigned char _field_type, bool _is_packed, <typeprefixerror><anonymous> > typename _proto_TypeTraits::Singular::ConstType google::protobuf::OneofOptions::GetExtension(const google::protobuf::internal::ExtensionIdentifier<google::protobuf::OneofOptions, _proto_TypeTraits, _field_type, _is_packed>&) const’
- 5405 | inline typename _proto_TypeTraits::Singular::ConstType GetExtension(
- | ^~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:5396:58: note: previous declaration ‘template<class _proto_TypeTraits, unsigned char _field_type, bool _is_packed, <typeprefixerror><anonymous> > typename _proto_TypeTraits::Singular::ConstType google::protobuf::OneofOptions::GetExtension(const google::protobuf::internal::ExtensionIdentifier<google::protobuf::OneofOptions, _proto_TypeTraits, _field_type, _is_packed>&) const’
- 5396 | inline typename _proto_TypeTraits::Singular::ConstType GetExtension(
- | ^~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:5467:20: error: ‘std::enable_if_t’ has not been declared
- 5467 | ::std::enable_if_t<!_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:5467:31: error: expected ‘>’ before ‘<’ token
- 5467 | ::std::enable_if_t<!_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^
- /app/include/google/protobuf/descriptor.pb.h:5477:20: error: ‘std::enable_if_t’ has not been declared
- 5477 | ::std::enable_if_t<_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:5477:31: error: expected ‘>’ before ‘<’ token
- 5477 | ::std::enable_if_t<_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^
- /app/include/google/protobuf/descriptor.pb.h:5478:58: error: ‘template<class _proto_TypeTraits, unsigned char _field_type, bool _is_packed, <typeprefixerror><anonymous> > typename _proto_TypeTraits::Repeated::ConstType google::protobuf::OneofOptions::GetExtension(const google::protobuf::internal::ExtensionIdentifier<google::protobuf::OneofOptions, _proto_TypeTraits, _field_type, _is_packed>&, int) const’ cannot be overloaded with ‘template<class _proto_TypeTraits, unsigned char _field_type, bool _is_packed, <typeprefixerror><anonymous> > typename _proto_TypeTraits::Repeated::ConstType google::protobuf::OneofOptions::GetExtension(const google::protobuf::internal::ExtensionIdentifier<google::protobuf::OneofOptions, _proto_TypeTraits, _field_type, _is_packed>&, int) const’
- 5478 | inline typename _proto_TypeTraits::Repeated::ConstType GetExtension(
- | ^~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:5468:58: note: previous declaration ‘template<class _proto_TypeTraits, unsigned char _field_type, bool _is_packed, <typeprefixerror><anonymous> > typename _proto_TypeTraits::Repeated::ConstType google::protobuf::OneofOptions::GetExtension(const google::protobuf::internal::ExtensionIdentifier<google::protobuf::OneofOptions, _proto_TypeTraits, _field_type, _is_packed>&, int) const’
- 5468 | inline typename _proto_TypeTraits::Repeated::ConstType GetExtension(
- | ^~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h: In member function ‘void google::protobuf::OneofOptions::UnsafeArenaSwap(google::protobuf::OneofOptions*)’:
- /app/include/google/protobuf/descriptor.pb.h:5251:5: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 5251 | ABSL_DCHECK(GetArena() == other->GetArena());
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h: At global scope:
- /app/include/google/protobuf/descriptor.pb.h:5705:60: error: ‘google::protobuf::internal::GetAnyMessageName’ has not been declared
- 5705 | friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
- | ^~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:5705:79: error: ‘string_view’ declared as function returning a function
- 5705 | friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
- | ^
- /app/include/google/protobuf/descriptor.pb.h:5706:18: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 5706 | static ::absl::string_view FullMessageName() { return "google.protobuf.MethodOptions"; }
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:5720:20: error: ‘InternalNewImpl_’ function uses ‘auto’ type specifier without trailing return type
- 5720 | static constexpr auto InternalNewImpl_();
- | ^~~~
- /app/include/google/protobuf/descriptor.pb.h:5720:20: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /app/include/google/protobuf/descriptor.pb.h:5723:20: error: ‘InternalGenerateClassData_’ function uses ‘auto’ type specifier without trailing return type
- 5723 | static constexpr auto InternalGenerateClassData_();
- | ^~~~
- /app/include/google/protobuf/descriptor.pb.h:5723:20: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /app/include/google/protobuf/descriptor.pb.h:5745:15: error: ‘absl::string_view’ has not been declared
- 5745 | ::absl::string_view name, IdempotencyLevel* PROTOBUF_NONNULL value) {
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:5838:20: error: ‘std::enable_if_t’ has not been declared
- 5838 | ::std::enable_if_t<!_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:5838:31: error: expected ‘>’ before ‘<’ token
- 5838 | ::std::enable_if_t<!_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^
- /app/include/google/protobuf/descriptor.pb.h:5847:20: error: ‘std::enable_if_t’ has not been declared
- 5847 | ::std::enable_if_t<_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:5847:31: error: expected ‘>’ before ‘<’ token
- 5847 | ::std::enable_if_t<_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^
- /app/include/google/protobuf/descriptor.pb.h:5848:58: error: ‘template<class _proto_TypeTraits, unsigned char _field_type, bool _is_packed, <typeprefixerror><anonymous> > typename _proto_TypeTraits::Singular::ConstType google::protobuf::MethodOptions::GetExtension(const google::protobuf::internal::ExtensionIdentifier<google::protobuf::MethodOptions, _proto_TypeTraits, _field_type, _is_packed>&) const’ cannot be overloaded with ‘template<class _proto_TypeTraits, unsigned char _field_type, bool _is_packed, <typeprefixerror><anonymous> > typename _proto_TypeTraits::Singular::ConstType google::protobuf::MethodOptions::GetExtension(const google::protobuf::internal::ExtensionIdentifier<google::protobuf::MethodOptions, _proto_TypeTraits, _field_type, _is_packed>&) const’
- 5848 | inline typename _proto_TypeTraits::Singular::ConstType GetExtension(
- | ^~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:5839:58: note: previous declaration ‘template<class _proto_TypeTraits, unsigned char _field_type, bool _is_packed, <typeprefixerror><anonymous> > typename _proto_TypeTraits::Singular::ConstType google::protobuf::MethodOptions::GetExtension(const google::protobuf::internal::ExtensionIdentifier<google::protobuf::MethodOptions, _proto_TypeTraits, _field_type, _is_packed>&) const’
- 5839 | inline typename _proto_TypeTraits::Singular::ConstType GetExtension(
- | ^~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:5910:20: error: ‘std::enable_if_t’ has not been declared
- 5910 | ::std::enable_if_t<!_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:5910:31: error: expected ‘>’ before ‘<’ token
- 5910 | ::std::enable_if_t<!_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^
- /app/include/google/protobuf/descriptor.pb.h:5920:20: error: ‘std::enable_if_t’ has not been declared
- 5920 | ::std::enable_if_t<_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:5920:31: error: expected ‘>’ before ‘<’ token
- 5920 | ::std::enable_if_t<_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^
- /app/include/google/protobuf/descriptor.pb.h:5921:58: error: ‘template<class _proto_TypeTraits, unsigned char _field_type, bool _is_packed, <typeprefixerror><anonymous> > typename _proto_TypeTraits::Repeated::ConstType google::protobuf::MethodOptions::GetExtension(const google::protobuf::internal::ExtensionIdentifier<google::protobuf::MethodOptions, _proto_TypeTraits, _field_type, _is_packed>&, int) const’ cannot be overloaded with ‘template<class _proto_TypeTraits, unsigned char _field_type, bool _is_packed, <typeprefixerror><anonymous> > typename _proto_TypeTraits::Repeated::ConstType google::protobuf::MethodOptions::GetExtension(const google::protobuf::internal::ExtensionIdentifier<google::protobuf::MethodOptions, _proto_TypeTraits, _field_type, _is_packed>&, int) const’
- 5921 | inline typename _proto_TypeTraits::Repeated::ConstType GetExtension(
- | ^~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:5911:58: note: previous declaration ‘template<class _proto_TypeTraits, unsigned char _field_type, bool _is_packed, <typeprefixerror><anonymous> > typename _proto_TypeTraits::Repeated::ConstType google::protobuf::MethodOptions::GetExtension(const google::protobuf::internal::ExtensionIdentifier<google::protobuf::MethodOptions, _proto_TypeTraits, _field_type, _is_packed>&, int) const’
- 5911 | inline typename _proto_TypeTraits::Repeated::ConstType GetExtension(
- | ^~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h: In member function ‘void google::protobuf::MethodOptions::UnsafeArenaSwap(google::protobuf::MethodOptions*)’:
- /app/include/google/protobuf/descriptor.pb.h:5649:5: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 5649 | ABSL_DCHECK(GetArena() == other->GetArena());
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h: In static member function ‘static bool google::protobuf::MethodOptions::IdempotencyLevel_Parse(int, IdempotencyLevel*)’:
- /app/include/google/protobuf/descriptor.pb.h:5746:48: error: ‘google::protobuf::MethodOptions_IdempotencyLevel_Parse’ cannot be used as a function
- 5746 | return MethodOptions_IdempotencyLevel_Parse(name, value);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h: At global scope:
- /app/include/google/protobuf/descriptor.pb.h:6150:60: error: ‘google::protobuf::internal::GetAnyMessageName’ has not been declared
- 6150 | friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
- | ^~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:6150:79: error: ‘string_view’ declared as function returning a function
- 6150 | friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
- | ^
- /app/include/google/protobuf/descriptor.pb.h:6151:18: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 6151 | static ::absl::string_view FullMessageName() { return "google.protobuf.MessageOptions"; }
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:6165:20: error: ‘InternalNewImpl_’ function uses ‘auto’ type specifier without trailing return type
- 6165 | static constexpr auto InternalNewImpl_();
- | ^~~~
- /app/include/google/protobuf/descriptor.pb.h:6165:20: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /app/include/google/protobuf/descriptor.pb.h:6168:20: error: ‘InternalGenerateClassData_’ function uses ‘auto’ type specifier without trailing return type
- 6168 | static constexpr auto InternalGenerateClassData_();
- | ^~~~
- /app/include/google/protobuf/descriptor.pb.h:6168:20: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /app/include/google/protobuf/descriptor.pb.h:6298:20: error: ‘std::enable_if_t’ has not been declared
- 6298 | ::std::enable_if_t<!_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:6298:31: error: expected ‘>’ before ‘<’ token
- 6298 | ::std::enable_if_t<!_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^
- /app/include/google/protobuf/descriptor.pb.h:6307:20: error: ‘std::enable_if_t’ has not been declared
- 6307 | ::std::enable_if_t<_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:6307:31: error: expected ‘>’ before ‘<’ token
- 6307 | ::std::enable_if_t<_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^
- /app/include/google/protobuf/descriptor.pb.h:6308:58: error: ‘template<class _proto_TypeTraits, unsigned char _field_type, bool _is_packed, <typeprefixerror><anonymous> > typename _proto_TypeTraits::Singular::ConstType google::protobuf::MessageOptions::GetExtension(const google::protobuf::internal::ExtensionIdentifier<google::protobuf::MessageOptions, _proto_TypeTraits, _field_type, _is_packed>&) const’ cannot be overloaded with ‘template<class _proto_TypeTraits, unsigned char _field_type, bool _is_packed, <typeprefixerror><anonymous> > typename _proto_TypeTraits::Singular::ConstType google::protobuf::MessageOptions::GetExtension(const google::protobuf::internal::ExtensionIdentifier<google::protobuf::MessageOptions, _proto_TypeTraits, _field_type, _is_packed>&) const’
- 6308 | inline typename _proto_TypeTraits::Singular::ConstType GetExtension(
- | ^~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:6299:58: note: previous declaration ‘template<class _proto_TypeTraits, unsigned char _field_type, bool _is_packed, <typeprefixerror><anonymous> > typename _proto_TypeTraits::Singular::ConstType google::protobuf::MessageOptions::GetExtension(const google::protobuf::internal::ExtensionIdentifier<google::protobuf::MessageOptions, _proto_TypeTraits, _field_type, _is_packed>&) const’
- 6299 | inline typename _proto_TypeTraits::Singular::ConstType GetExtension(
- | ^~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:6370:20: error: ‘std::enable_if_t’ has not been declared
- 6370 | ::std::enable_if_t<!_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:6370:31: error: expected ‘>’ before ‘<’ token
- 6370 | ::std::enable_if_t<!_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^
- /app/include/google/protobuf/descriptor.pb.h:6380:20: error: ‘std::enable_if_t’ has not been declared
- 6380 | ::std::enable_if_t<_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:6380:31: error: expected ‘>’ before ‘<’ token
- 6380 | ::std::enable_if_t<_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^
- /app/include/google/protobuf/descriptor.pb.h:6381:58: error: ‘template<class _proto_TypeTraits, unsigned char _field_type, bool _is_packed, <typeprefixerror><anonymous> > typename _proto_TypeTraits::Repeated::ConstType google::protobuf::MessageOptions::GetExtension(const google::protobuf::internal::ExtensionIdentifier<google::protobuf::MessageOptions, _proto_TypeTraits, _field_type, _is_packed>&, int) const’ cannot be overloaded with ‘template<class _proto_TypeTraits, unsigned char _field_type, bool _is_packed, <typeprefixerror><anonymous> > typename _proto_TypeTraits::Repeated::ConstType google::protobuf::MessageOptions::GetExtension(const google::protobuf::internal::ExtensionIdentifier<google::protobuf::MessageOptions, _proto_TypeTraits, _field_type, _is_packed>&, int) const’
- 6381 | inline typename _proto_TypeTraits::Repeated::ConstType GetExtension(
- | ^~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:6371:58: note: previous declaration ‘template<class _proto_TypeTraits, unsigned char _field_type, bool _is_packed, <typeprefixerror><anonymous> > typename _proto_TypeTraits::Repeated::ConstType google::protobuf::MessageOptions::GetExtension(const google::protobuf::internal::ExtensionIdentifier<google::protobuf::MessageOptions, _proto_TypeTraits, _field_type, _is_packed>&, int) const’
- 6371 | inline typename _proto_TypeTraits::Repeated::ConstType GetExtension(
- | ^~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h: In member function ‘void google::protobuf::MessageOptions::UnsafeArenaSwap(google::protobuf::MessageOptions*)’:
- /app/include/google/protobuf/descriptor.pb.h:6094:5: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 6094 | ABSL_DCHECK(GetArena() == other->GetArena());
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h: At global scope:
- /app/include/google/protobuf/descriptor.pb.h:6613:60: error: ‘google::protobuf::internal::GetAnyMessageName’ has not been declared
- 6613 | friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
- | ^~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:6613:79: error: ‘string_view’ declared as function returning a function
- 6613 | friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
- | ^
- /app/include/google/protobuf/descriptor.pb.h:6614:18: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 6614 | static ::absl::string_view FullMessageName() { return "google.protobuf.FileOptions"; }
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:6628:20: error: ‘InternalNewImpl_’ function uses ‘auto’ type specifier without trailing return type
- 6628 | static constexpr auto InternalNewImpl_();
- | ^~~~
- /app/include/google/protobuf/descriptor.pb.h:6628:20: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /app/include/google/protobuf/descriptor.pb.h:6631:20: error: ‘InternalGenerateClassData_’ function uses ‘auto’ type specifier without trailing return type
- 6631 | static constexpr auto InternalGenerateClassData_();
- | ^~~~
- /app/include/google/protobuf/descriptor.pb.h:6631:20: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /app/include/google/protobuf/descriptor.pb.h:6653:15: error: ‘absl::string_view’ has not been declared
- 6653 | ::absl::string_view name, OptimizeMode* PROTOBUF_NONNULL value) {
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:7000:20: error: ‘std::enable_if_t’ has not been declared
- 7000 | ::std::enable_if_t<!_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:7000:31: error: expected ‘>’ before ‘<’ token
- 7000 | ::std::enable_if_t<!_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^
- /app/include/google/protobuf/descriptor.pb.h:7009:20: error: ‘std::enable_if_t’ has not been declared
- 7009 | ::std::enable_if_t<_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:7009:31: error: expected ‘>’ before ‘<’ token
- 7009 | ::std::enable_if_t<_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^
- /app/include/google/protobuf/descriptor.pb.h:7010:58: error: ‘template<class _proto_TypeTraits, unsigned char _field_type, bool _is_packed, <typeprefixerror><anonymous> > typename _proto_TypeTraits::Singular::ConstType google::protobuf::FileOptions::GetExtension(const google::protobuf::internal::ExtensionIdentifier<google::protobuf::FileOptions, _proto_TypeTraits, _field_type, _is_packed>&) const’ cannot be overloaded with ‘template<class _proto_TypeTraits, unsigned char _field_type, bool _is_packed, <typeprefixerror><anonymous> > typename _proto_TypeTraits::Singular::ConstType google::protobuf::FileOptions::GetExtension(const google::protobuf::internal::ExtensionIdentifier<google::protobuf::FileOptions, _proto_TypeTraits, _field_type, _is_packed>&) const’
- 7010 | inline typename _proto_TypeTraits::Singular::ConstType GetExtension(
- | ^~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:7001:58: note: previous declaration ‘template<class _proto_TypeTraits, unsigned char _field_type, bool _is_packed, <typeprefixerror><anonymous> > typename _proto_TypeTraits::Singular::ConstType google::protobuf::FileOptions::GetExtension(const google::protobuf::internal::ExtensionIdentifier<google::protobuf::FileOptions, _proto_TypeTraits, _field_type, _is_packed>&) const’
- 7001 | inline typename _proto_TypeTraits::Singular::ConstType GetExtension(
- | ^~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:7072:20: error: ‘std::enable_if_t’ has not been declared
- 7072 | ::std::enable_if_t<!_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:7072:31: error: expected ‘>’ before ‘<’ token
- 7072 | ::std::enable_if_t<!_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^
- /app/include/google/protobuf/descriptor.pb.h:7082:20: error: ‘std::enable_if_t’ has not been declared
- 7082 | ::std::enable_if_t<_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:7082:31: error: expected ‘>’ before ‘<’ token
- 7082 | ::std::enable_if_t<_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^
- /app/include/google/protobuf/descriptor.pb.h:7083:58: error: ‘template<class _proto_TypeTraits, unsigned char _field_type, bool _is_packed, <typeprefixerror><anonymous> > typename _proto_TypeTraits::Repeated::ConstType google::protobuf::FileOptions::GetExtension(const google::protobuf::internal::ExtensionIdentifier<google::protobuf::FileOptions, _proto_TypeTraits, _field_type, _is_packed>&, int) const’ cannot be overloaded with ‘template<class _proto_TypeTraits, unsigned char _field_type, bool _is_packed, <typeprefixerror><anonymous> > typename _proto_TypeTraits::Repeated::ConstType google::protobuf::FileOptions::GetExtension(const google::protobuf::internal::ExtensionIdentifier<google::protobuf::FileOptions, _proto_TypeTraits, _field_type, _is_packed>&, int) const’
- 7083 | inline typename _proto_TypeTraits::Repeated::ConstType GetExtension(
- | ^~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:7073:58: note: previous declaration ‘template<class _proto_TypeTraits, unsigned char _field_type, bool _is_packed, <typeprefixerror><anonymous> > typename _proto_TypeTraits::Repeated::ConstType google::protobuf::FileOptions::GetExtension(const google::protobuf::internal::ExtensionIdentifier<google::protobuf::FileOptions, _proto_TypeTraits, _field_type, _is_packed>&, int) const’
- 7073 | inline typename _proto_TypeTraits::Repeated::ConstType GetExtension(
- | ^~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h: In member function ‘void google::protobuf::FileOptions::UnsafeArenaSwap(google::protobuf::FileOptions*)’:
- /app/include/google/protobuf/descriptor.pb.h:6557:5: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 6557 | ABSL_DCHECK(GetArena() == other->GetArena());
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h: In static member function ‘static bool google::protobuf::FileOptions::OptimizeMode_Parse(int, OptimizeMode*)’:
- /app/include/google/protobuf/descriptor.pb.h:6654:42: error: ‘google::protobuf::FileOptions_OptimizeMode_Parse’ cannot be used as a function
- 6654 | return FileOptions_OptimizeMode_Parse(name, value);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h: At global scope:
- /app/include/google/protobuf/descriptor.pb.h:7329:60: error: ‘google::protobuf::internal::GetAnyMessageName’ has not been declared
- 7329 | friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
- | ^~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:7329:79: error: ‘string_view’ declared as function returning a function
- 7329 | friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
- | ^
- /app/include/google/protobuf/descriptor.pb.h:7330:18: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 7330 | static ::absl::string_view FullMessageName() { return "google.protobuf.FieldOptions"; }
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:7344:20: error: ‘InternalNewImpl_’ function uses ‘auto’ type specifier without trailing return type
- 7344 | static constexpr auto InternalNewImpl_();
- | ^~~~
- /app/include/google/protobuf/descriptor.pb.h:7344:20: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /app/include/google/protobuf/descriptor.pb.h:7347:20: error: ‘InternalGenerateClassData_’ function uses ‘auto’ type specifier without trailing return type
- 7347 | static constexpr auto InternalGenerateClassData_();
- | ^~~~
- /app/include/google/protobuf/descriptor.pb.h:7347:20: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /app/include/google/protobuf/descriptor.pb.h:7371:15: error: ‘absl::string_view’ has not been declared
- 7371 | ::absl::string_view name, CType* PROTOBUF_NONNULL value) {
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:7392:15: error: ‘absl::string_view’ has not been declared
- 7392 | ::absl::string_view name, JSType* PROTOBUF_NONNULL value) {
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:7413:15: error: ‘absl::string_view’ has not been declared
- 7413 | ::absl::string_view name, OptionRetention* PROTOBUF_NONNULL value) {
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:7441:15: error: ‘absl::string_view’ has not been declared
- 7441 | ::absl::string_view name, OptionTargetType* PROTOBUF_NONNULL value) {
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:7672:20: error: ‘std::enable_if_t’ has not been declared
- 7672 | ::std::enable_if_t<!_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:7672:31: error: expected ‘>’ before ‘<’ token
- 7672 | ::std::enable_if_t<!_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^
- /app/include/google/protobuf/descriptor.pb.h:7681:20: error: ‘std::enable_if_t’ has not been declared
- 7681 | ::std::enable_if_t<_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:7681:31: error: expected ‘>’ before ‘<’ token
- 7681 | ::std::enable_if_t<_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^
- /app/include/google/protobuf/descriptor.pb.h:7682:58: error: ‘template<class _proto_TypeTraits, unsigned char _field_type, bool _is_packed, <typeprefixerror><anonymous> > typename _proto_TypeTraits::Singular::ConstType google::protobuf::FieldOptions::GetExtension(const google::protobuf::internal::ExtensionIdentifier<google::protobuf::FieldOptions, _proto_TypeTraits, _field_type, _is_packed>&) const’ cannot be overloaded with ‘template<class _proto_TypeTraits, unsigned char _field_type, bool _is_packed, <typeprefixerror><anonymous> > typename _proto_TypeTraits::Singular::ConstType google::protobuf::FieldOptions::GetExtension(const google::protobuf::internal::ExtensionIdentifier<google::protobuf::FieldOptions, _proto_TypeTraits, _field_type, _is_packed>&) const’
- 7682 | inline typename _proto_TypeTraits::Singular::ConstType GetExtension(
- | ^~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:7673:58: note: previous declaration ‘template<class _proto_TypeTraits, unsigned char _field_type, bool _is_packed, <typeprefixerror><anonymous> > typename _proto_TypeTraits::Singular::ConstType google::protobuf::FieldOptions::GetExtension(const google::protobuf::internal::ExtensionIdentifier<google::protobuf::FieldOptions, _proto_TypeTraits, _field_type, _is_packed>&) const’
- 7673 | inline typename _proto_TypeTraits::Singular::ConstType GetExtension(
- | ^~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:7744:20: error: ‘std::enable_if_t’ has not been declared
- 7744 | ::std::enable_if_t<!_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:7744:31: error: expected ‘>’ before ‘<’ token
- 7744 | ::std::enable_if_t<!_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^
- /app/include/google/protobuf/descriptor.pb.h:7754:20: error: ‘std::enable_if_t’ has not been declared
- 7754 | ::std::enable_if_t<_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:7754:31: error: expected ‘>’ before ‘<’ token
- 7754 | ::std::enable_if_t<_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^
- /app/include/google/protobuf/descriptor.pb.h:7755:58: error: ‘template<class _proto_TypeTraits, unsigned char _field_type, bool _is_packed, <typeprefixerror><anonymous> > typename _proto_TypeTraits::Repeated::ConstType google::protobuf::FieldOptions::GetExtension(const google::protobuf::internal::ExtensionIdentifier<google::protobuf::FieldOptions, _proto_TypeTraits, _field_type, _is_packed>&, int) const’ cannot be overloaded with ‘template<class _proto_TypeTraits, unsigned char _field_type, bool _is_packed, <typeprefixerror><anonymous> > typename _proto_TypeTraits::Repeated::ConstType google::protobuf::FieldOptions::GetExtension(const google::protobuf::internal::ExtensionIdentifier<google::protobuf::FieldOptions, _proto_TypeTraits, _field_type, _is_packed>&, int) const’
- 7755 | inline typename _proto_TypeTraits::Repeated::ConstType GetExtension(
- | ^~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:7745:58: note: previous declaration ‘template<class _proto_TypeTraits, unsigned char _field_type, bool _is_packed, <typeprefixerror><anonymous> > typename _proto_TypeTraits::Repeated::ConstType google::protobuf::FieldOptions::GetExtension(const google::protobuf::internal::ExtensionIdentifier<google::protobuf::FieldOptions, _proto_TypeTraits, _field_type, _is_packed>&, int) const’
- 7745 | inline typename _proto_TypeTraits::Repeated::ConstType GetExtension(
- | ^~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h: In member function ‘void google::protobuf::FieldOptions::UnsafeArenaSwap(google::protobuf::FieldOptions*)’:
- /app/include/google/protobuf/descriptor.pb.h:7273:5: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 7273 | ABSL_DCHECK(GetArena() == other->GetArena());
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h: In static member function ‘static bool google::protobuf::FieldOptions::CType_Parse(int, CType*)’:
- /app/include/google/protobuf/descriptor.pb.h:7372:36: error: ‘google::protobuf::FieldOptions_CType_Parse’ cannot be used as a function
- 7372 | return FieldOptions_CType_Parse(name, value);
- | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h: In static member function ‘static bool google::protobuf::FieldOptions::JSType_Parse(int, JSType*)’:
- /app/include/google/protobuf/descriptor.pb.h:7393:37: error: ‘google::protobuf::FieldOptions_JSType_Parse’ cannot be used as a function
- 7393 | return FieldOptions_JSType_Parse(name, value);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h: In static member function ‘static bool google::protobuf::FieldOptions::OptionRetention_Parse(int, OptionRetention*)’:
- /app/include/google/protobuf/descriptor.pb.h:7414:46: error: ‘google::protobuf::FieldOptions_OptionRetention_Parse’ cannot be used as a function
- 7414 | return FieldOptions_OptionRetention_Parse(name, value);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h: In static member function ‘static bool google::protobuf::FieldOptions::OptionTargetType_Parse(int, OptionTargetType*)’:
- /app/include/google/protobuf/descriptor.pb.h:7442:47: error: ‘google::protobuf::FieldOptions_OptionTargetType_Parse’ cannot be used as a function
- 7442 | return FieldOptions_OptionTargetType_Parse(name, value);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h: At global scope:
- /app/include/google/protobuf/descriptor.pb.h:7994:60: error: ‘google::protobuf::internal::GetAnyMessageName’ has not been declared
- 7994 | friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
- | ^~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:7994:79: error: ‘string_view’ declared as function returning a function
- 7994 | friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
- | ^
- /app/include/google/protobuf/descriptor.pb.h:7995:18: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 7995 | static ::absl::string_view FullMessageName() { return "google.protobuf.FeatureSetDefaults"; }
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:8009:20: error: ‘InternalNewImpl_’ function uses ‘auto’ type specifier without trailing return type
- 8009 | static constexpr auto InternalNewImpl_();
- | ^~~~
- /app/include/google/protobuf/descriptor.pb.h:8009:20: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /app/include/google/protobuf/descriptor.pb.h:8012:20: error: ‘InternalGenerateClassData_’ function uses ‘auto’ type specifier without trailing return type
- 8012 | static constexpr auto InternalGenerateClassData_();
- | ^~~~
- /app/include/google/protobuf/descriptor.pb.h:8012:20: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /app/include/google/protobuf/descriptor.pb.h: In member function ‘void google::protobuf::FeatureSetDefaults::UnsafeArenaSwap(google::protobuf::FeatureSetDefaults*)’:
- /app/include/google/protobuf/descriptor.pb.h:7938:5: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 7938 | ABSL_DCHECK(GetArena() == other->GetArena());
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h: At global scope:
- /app/include/google/protobuf/descriptor.pb.h:8224:60: error: ‘google::protobuf::internal::GetAnyMessageName’ has not been declared
- 8224 | friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
- | ^~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:8224:79: error: ‘string_view’ declared as function returning a function
- 8224 | friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
- | ^
- /app/include/google/protobuf/descriptor.pb.h:8225:18: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 8225 | static ::absl::string_view FullMessageName() { return "google.protobuf.ExtensionRangeOptions"; }
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:8239:20: error: ‘InternalNewImpl_’ function uses ‘auto’ type specifier without trailing return type
- 8239 | static constexpr auto InternalNewImpl_();
- | ^~~~
- /app/include/google/protobuf/descriptor.pb.h:8239:20: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /app/include/google/protobuf/descriptor.pb.h:8242:20: error: ‘InternalGenerateClassData_’ function uses ‘auto’ type specifier without trailing return type
- 8242 | static constexpr auto InternalGenerateClassData_();
- | ^~~~
- /app/include/google/protobuf/descriptor.pb.h:8242:20: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /app/include/google/protobuf/descriptor.pb.h:8264:15: error: ‘absl::string_view’ has not been declared
- 8264 | ::absl::string_view name, VerificationState* PROTOBUF_NONNULL value) {
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:8363:20: error: ‘std::enable_if_t’ has not been declared
- 8363 | ::std::enable_if_t<!_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:8363:31: error: expected ‘>’ before ‘<’ token
- 8363 | ::std::enable_if_t<!_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^
- /app/include/google/protobuf/descriptor.pb.h:8372:20: error: ‘std::enable_if_t’ has not been declared
- 8372 | ::std::enable_if_t<_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:8372:31: error: expected ‘>’ before ‘<’ token
- 8372 | ::std::enable_if_t<_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^
- /app/include/google/protobuf/descriptor.pb.h:8373:58: error: ‘template<class _proto_TypeTraits, unsigned char _field_type, bool _is_packed, <typeprefixerror><anonymous> > typename _proto_TypeTraits::Singular::ConstType google::protobuf::ExtensionRangeOptions::GetExtension(const google::protobuf::internal::ExtensionIdentifier<google::protobuf::ExtensionRangeOptions, _proto_TypeTraits, _field_type, _is_packed>&) const’ cannot be overloaded with ‘template<class _proto_TypeTraits, unsigned char _field_type, bool _is_packed, <typeprefixerror><anonymous> > typename _proto_TypeTraits::Singular::ConstType google::protobuf::ExtensionRangeOptions::GetExtension(const google::protobuf::internal::ExtensionIdentifier<google::protobuf::ExtensionRangeOptions, _proto_TypeTraits, _field_type, _is_packed>&) const’
- 8373 | inline typename _proto_TypeTraits::Singular::ConstType GetExtension(
- | ^~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:8364:58: note: previous declaration ‘template<class _proto_TypeTraits, unsigned char _field_type, bool _is_packed, <typeprefixerror><anonymous> > typename _proto_TypeTraits::Singular::ConstType google::protobuf::ExtensionRangeOptions::GetExtension(const google::protobuf::internal::ExtensionIdentifier<google::protobuf::ExtensionRangeOptions, _proto_TypeTraits, _field_type, _is_packed>&) const’
- 8364 | inline typename _proto_TypeTraits::Singular::ConstType GetExtension(
- | ^~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:8435:20: error: ‘std::enable_if_t’ has not been declared
- 8435 | ::std::enable_if_t<!_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:8435:31: error: expected ‘>’ before ‘<’ token
- 8435 | ::std::enable_if_t<!_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^
- /app/include/google/protobuf/descriptor.pb.h:8445:20: error: ‘std::enable_if_t’ has not been declared
- 8445 | ::std::enable_if_t<_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:8445:31: error: expected ‘>’ before ‘<’ token
- 8445 | ::std::enable_if_t<_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^
- /app/include/google/protobuf/descriptor.pb.h:8446:58: error: ‘template<class _proto_TypeTraits, unsigned char _field_type, bool _is_packed, <typeprefixerror><anonymous> > typename _proto_TypeTraits::Repeated::ConstType google::protobuf::ExtensionRangeOptions::GetExtension(const google::protobuf::internal::ExtensionIdentifier<google::protobuf::ExtensionRangeOptions, _proto_TypeTraits, _field_type, _is_packed>&, int) const’ cannot be overloaded with ‘template<class _proto_TypeTraits, unsigned char _field_type, bool _is_packed, <typeprefixerror><anonymous> > typename _proto_TypeTraits::Repeated::ConstType google::protobuf::ExtensionRangeOptions::GetExtension(const google::protobuf::internal::ExtensionIdentifier<google::protobuf::ExtensionRangeOptions, _proto_TypeTraits, _field_type, _is_packed>&, int) const’
- 8446 | inline typename _proto_TypeTraits::Repeated::ConstType GetExtension(
- | ^~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:8436:58: note: previous declaration ‘template<class _proto_TypeTraits, unsigned char _field_type, bool _is_packed, <typeprefixerror><anonymous> > typename _proto_TypeTraits::Repeated::ConstType google::protobuf::ExtensionRangeOptions::GetExtension(const google::protobuf::internal::ExtensionIdentifier<google::protobuf::ExtensionRangeOptions, _proto_TypeTraits, _field_type, _is_packed>&, int) const’
- 8436 | inline typename _proto_TypeTraits::Repeated::ConstType GetExtension(
- | ^~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h: In member function ‘void google::protobuf::ExtensionRangeOptions::UnsafeArenaSwap(google::protobuf::ExtensionRangeOptions*)’:
- /app/include/google/protobuf/descriptor.pb.h:8168:5: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 8168 | ABSL_DCHECK(GetArena() == other->GetArena());
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h: In static member function ‘static bool google::protobuf::ExtensionRangeOptions::VerificationState_Parse(int, VerificationState*)’:
- /app/include/google/protobuf/descriptor.pb.h:8265:57: error: ‘google::protobuf::ExtensionRangeOptions_VerificationState_Parse’ cannot be used as a function
- 8265 | return ExtensionRangeOptions_VerificationState_Parse(name, value);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h: At global scope:
- /app/include/google/protobuf/descriptor.pb.h:8675:60: error: ‘google::protobuf::internal::GetAnyMessageName’ has not been declared
- 8675 | friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
- | ^~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:8675:79: error: ‘string_view’ declared as function returning a function
- 8675 | friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
- | ^
- /app/include/google/protobuf/descriptor.pb.h:8676:18: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 8676 | static ::absl::string_view FullMessageName() { return "google.protobuf.EnumValueOptions"; }
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:8690:20: error: ‘InternalNewImpl_’ function uses ‘auto’ type specifier without trailing return type
- 8690 | static constexpr auto InternalNewImpl_();
- | ^~~~
- /app/include/google/protobuf/descriptor.pb.h:8690:20: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /app/include/google/protobuf/descriptor.pb.h:8693:20: error: ‘InternalGenerateClassData_’ function uses ‘auto’ type specifier without trailing return type
- 8693 | static constexpr auto InternalGenerateClassData_();
- | ^~~~
- /app/include/google/protobuf/descriptor.pb.h:8693:20: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /app/include/google/protobuf/descriptor.pb.h:8803:20: error: ‘std::enable_if_t’ has not been declared
- 8803 | ::std::enable_if_t<!_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:8803:31: error: expected ‘>’ before ‘<’ token
- 8803 | ::std::enable_if_t<!_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^
- /app/include/google/protobuf/descriptor.pb.h:8812:20: error: ‘std::enable_if_t’ has not been declared
- 8812 | ::std::enable_if_t<_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:8812:31: error: expected ‘>’ before ‘<’ token
- 8812 | ::std::enable_if_t<_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^
- /app/include/google/protobuf/descriptor.pb.h:8813:58: error: ‘template<class _proto_TypeTraits, unsigned char _field_type, bool _is_packed, <typeprefixerror><anonymous> > typename _proto_TypeTraits::Singular::ConstType google::protobuf::EnumValueOptions::GetExtension(const google::protobuf::internal::ExtensionIdentifier<google::protobuf::EnumValueOptions, _proto_TypeTraits, _field_type, _is_packed>&) const’ cannot be overloaded with ‘template<class _proto_TypeTraits, unsigned char _field_type, bool _is_packed, <typeprefixerror><anonymous> > typename _proto_TypeTraits::Singular::ConstType google::protobuf::EnumValueOptions::GetExtension(const google::protobuf::internal::ExtensionIdentifier<google::protobuf::EnumValueOptions, _proto_TypeTraits, _field_type, _is_packed>&) const’
- 8813 | inline typename _proto_TypeTraits::Singular::ConstType GetExtension(
- | ^~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:8804:58: note: previous declaration ‘template<class _proto_TypeTraits, unsigned char _field_type, bool _is_packed, <typeprefixerror><anonymous> > typename _proto_TypeTraits::Singular::ConstType google::protobuf::EnumValueOptions::GetExtension(const google::protobuf::internal::ExtensionIdentifier<google::protobuf::EnumValueOptions, _proto_TypeTraits, _field_type, _is_packed>&) const’
- 8804 | inline typename _proto_TypeTraits::Singular::ConstType GetExtension(
- | ^~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:8875:20: error: ‘std::enable_if_t’ has not been declared
- 8875 | ::std::enable_if_t<!_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:8875:31: error: expected ‘>’ before ‘<’ token
- 8875 | ::std::enable_if_t<!_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^
- /app/include/google/protobuf/descriptor.pb.h:8885:20: error: ‘std::enable_if_t’ has not been declared
- 8885 | ::std::enable_if_t<_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:8885:31: error: expected ‘>’ before ‘<’ token
- 8885 | ::std::enable_if_t<_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^
- /app/include/google/protobuf/descriptor.pb.h:8886:58: error: ‘template<class _proto_TypeTraits, unsigned char _field_type, bool _is_packed, <typeprefixerror><anonymous> > typename _proto_TypeTraits::Repeated::ConstType google::protobuf::EnumValueOptions::GetExtension(const google::protobuf::internal::ExtensionIdentifier<google::protobuf::EnumValueOptions, _proto_TypeTraits, _field_type, _is_packed>&, int) const’ cannot be overloaded with ‘template<class _proto_TypeTraits, unsigned char _field_type, bool _is_packed, <typeprefixerror><anonymous> > typename _proto_TypeTraits::Repeated::ConstType google::protobuf::EnumValueOptions::GetExtension(const google::protobuf::internal::ExtensionIdentifier<google::protobuf::EnumValueOptions, _proto_TypeTraits, _field_type, _is_packed>&, int) const’
- 8886 | inline typename _proto_TypeTraits::Repeated::ConstType GetExtension(
- | ^~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:8876:58: note: previous declaration ‘template<class _proto_TypeTraits, unsigned char _field_type, bool _is_packed, <typeprefixerror><anonymous> > typename _proto_TypeTraits::Repeated::ConstType google::protobuf::EnumValueOptions::GetExtension(const google::protobuf::internal::ExtensionIdentifier<google::protobuf::EnumValueOptions, _proto_TypeTraits, _field_type, _is_packed>&, int) const’
- 8876 | inline typename _proto_TypeTraits::Repeated::ConstType GetExtension(
- | ^~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h: In member function ‘void google::protobuf::EnumValueOptions::UnsafeArenaSwap(google::protobuf::EnumValueOptions*)’:
- /app/include/google/protobuf/descriptor.pb.h:8619:5: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 8619 | ABSL_DCHECK(GetArena() == other->GetArena());
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h: At global scope:
- /app/include/google/protobuf/descriptor.pb.h:9116:60: error: ‘google::protobuf::internal::GetAnyMessageName’ has not been declared
- 9116 | friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
- | ^~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:9116:79: error: ‘string_view’ declared as function returning a function
- 9116 | friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
- | ^
- /app/include/google/protobuf/descriptor.pb.h:9117:18: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 9117 | static ::absl::string_view FullMessageName() { return "google.protobuf.EnumOptions"; }
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:9131:20: error: ‘InternalNewImpl_’ function uses ‘auto’ type specifier without trailing return type
- 9131 | static constexpr auto InternalNewImpl_();
- | ^~~~
- /app/include/google/protobuf/descriptor.pb.h:9131:20: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /app/include/google/protobuf/descriptor.pb.h:9134:20: error: ‘InternalGenerateClassData_’ function uses ‘auto’ type specifier without trailing return type
- 9134 | static constexpr auto InternalGenerateClassData_();
- | ^~~~
- /app/include/google/protobuf/descriptor.pb.h:9134:20: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /app/include/google/protobuf/descriptor.pb.h:9240:20: error: ‘std::enable_if_t’ has not been declared
- 9240 | ::std::enable_if_t<!_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:9240:31: error: expected ‘>’ before ‘<’ token
- 9240 | ::std::enable_if_t<!_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^
- /app/include/google/protobuf/descriptor.pb.h:9249:20: error: ‘std::enable_if_t’ has not been declared
- 9249 | ::std::enable_if_t<_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:9249:31: error: expected ‘>’ before ‘<’ token
- 9249 | ::std::enable_if_t<_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^
- /app/include/google/protobuf/descriptor.pb.h:9250:58: error: ‘template<class _proto_TypeTraits, unsigned char _field_type, bool _is_packed, <typeprefixerror><anonymous> > typename _proto_TypeTraits::Singular::ConstType google::protobuf::EnumOptions::GetExtension(const google::protobuf::internal::ExtensionIdentifier<google::protobuf::EnumOptions, _proto_TypeTraits, _field_type, _is_packed>&) const’ cannot be overloaded with ‘template<class _proto_TypeTraits, unsigned char _field_type, bool _is_packed, <typeprefixerror><anonymous> > typename _proto_TypeTraits::Singular::ConstType google::protobuf::EnumOptions::GetExtension(const google::protobuf::internal::ExtensionIdentifier<google::protobuf::EnumOptions, _proto_TypeTraits, _field_type, _is_packed>&) const’
- 9250 | inline typename _proto_TypeTraits::Singular::ConstType GetExtension(
- | ^~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:9241:58: note: previous declaration ‘template<class _proto_TypeTraits, unsigned char _field_type, bool _is_packed, <typeprefixerror><anonymous> > typename _proto_TypeTraits::Singular::ConstType google::protobuf::EnumOptions::GetExtension(const google::protobuf::internal::ExtensionIdentifier<google::protobuf::EnumOptions, _proto_TypeTraits, _field_type, _is_packed>&) const’
- 9241 | inline typename _proto_TypeTraits::Singular::ConstType GetExtension(
- | ^~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:9312:20: error: ‘std::enable_if_t’ has not been declared
- 9312 | ::std::enable_if_t<!_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:9312:31: error: expected ‘>’ before ‘<’ token
- 9312 | ::std::enable_if_t<!_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^
- /app/include/google/protobuf/descriptor.pb.h:9322:20: error: ‘std::enable_if_t’ has not been declared
- 9322 | ::std::enable_if_t<_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:9322:31: error: expected ‘>’ before ‘<’ token
- 9322 | ::std::enable_if_t<_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^
- /app/include/google/protobuf/descriptor.pb.h:9323:58: error: ‘template<class _proto_TypeTraits, unsigned char _field_type, bool _is_packed, <typeprefixerror><anonymous> > typename _proto_TypeTraits::Repeated::ConstType google::protobuf::EnumOptions::GetExtension(const google::protobuf::internal::ExtensionIdentifier<google::protobuf::EnumOptions, _proto_TypeTraits, _field_type, _is_packed>&, int) const’ cannot be overloaded with ‘template<class _proto_TypeTraits, unsigned char _field_type, bool _is_packed, <typeprefixerror><anonymous> > typename _proto_TypeTraits::Repeated::ConstType google::protobuf::EnumOptions::GetExtension(const google::protobuf::internal::ExtensionIdentifier<google::protobuf::EnumOptions, _proto_TypeTraits, _field_type, _is_packed>&, int) const’
- 9323 | inline typename _proto_TypeTraits::Repeated::ConstType GetExtension(
- | ^~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:9313:58: note: previous declaration ‘template<class _proto_TypeTraits, unsigned char _field_type, bool _is_packed, <typeprefixerror><anonymous> > typename _proto_TypeTraits::Repeated::ConstType google::protobuf::EnumOptions::GetExtension(const google::protobuf::internal::ExtensionIdentifier<google::protobuf::EnumOptions, _proto_TypeTraits, _field_type, _is_packed>&, int) const’
- 9313 | inline typename _proto_TypeTraits::Repeated::ConstType GetExtension(
- | ^~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h: In member function ‘void google::protobuf::EnumOptions::UnsafeArenaSwap(google::protobuf::EnumOptions*)’:
- /app/include/google/protobuf/descriptor.pb.h:9060:5: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 9060 | ABSL_DCHECK(GetArena() == other->GetArena());
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h: At global scope:
- /app/include/google/protobuf/descriptor.pb.h:9553:60: error: ‘google::protobuf::internal::GetAnyMessageName’ has not been declared
- 9553 | friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
- | ^~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:9553:79: error: ‘string_view’ declared as function returning a function
- 9553 | friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
- | ^
- /app/include/google/protobuf/descriptor.pb.h:9554:18: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 9554 | static ::absl::string_view FullMessageName() { return "google.protobuf.OneofDescriptorProto"; }
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:9568:20: error: ‘InternalNewImpl_’ function uses ‘auto’ type specifier without trailing return type
- 9568 | static constexpr auto InternalNewImpl_();
- | ^~~~
- /app/include/google/protobuf/descriptor.pb.h:9568:20: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /app/include/google/protobuf/descriptor.pb.h:9571:20: error: ‘InternalGenerateClassData_’ function uses ‘auto’ type specifier without trailing return type
- 9571 | static constexpr auto InternalGenerateClassData_();
- | ^~~~
- /app/include/google/protobuf/descriptor.pb.h:9571:20: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /app/include/google/protobuf/descriptor.pb.h: In member function ‘void google::protobuf::OneofDescriptorProto::UnsafeArenaSwap(google::protobuf::OneofDescriptorProto*)’:
- /app/include/google/protobuf/descriptor.pb.h:9497:5: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 9497 | ABSL_DCHECK(GetArena() == other->GetArena());
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h: At global scope:
- /app/include/google/protobuf/descriptor.pb.h:9772:60: error: ‘google::protobuf::internal::GetAnyMessageName’ has not been declared
- 9772 | friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
- | ^~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:9772:79: error: ‘string_view’ declared as function returning a function
- 9772 | friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
- | ^
- /app/include/google/protobuf/descriptor.pb.h:9773:18: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 9773 | static ::absl::string_view FullMessageName() { return "google.protobuf.MethodDescriptorProto"; }
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:9787:20: error: ‘InternalNewImpl_’ function uses ‘auto’ type specifier without trailing return type
- 9787 | static constexpr auto InternalNewImpl_();
- | ^~~~
- /app/include/google/protobuf/descriptor.pb.h:9787:20: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /app/include/google/protobuf/descriptor.pb.h:9790:20: error: ‘InternalGenerateClassData_’ function uses ‘auto’ type specifier without trailing return type
- 9790 | static constexpr auto InternalGenerateClassData_();
- | ^~~~
- /app/include/google/protobuf/descriptor.pb.h:9790:20: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /app/include/google/protobuf/descriptor.pb.h: In member function ‘void google::protobuf::MethodDescriptorProto::UnsafeArenaSwap(google::protobuf::MethodDescriptorProto*)’:
- /app/include/google/protobuf/descriptor.pb.h:9716:5: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 9716 | ABSL_DCHECK(GetArena() == other->GetArena());
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h: At global scope:
- /app/include/google/protobuf/descriptor.pb.h:10053:60: error: ‘google::protobuf::internal::GetAnyMessageName’ has not been declared
- 10053 | friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
- | ^~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:10053:79: error: ‘string_view’ declared as function returning a function
- 10053 | friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
- | ^
- /app/include/google/protobuf/descriptor.pb.h:10054:18: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 10054 | static ::absl::string_view FullMessageName() { return "google.protobuf.FieldDescriptorProto"; }
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:10068:20: error: ‘InternalNewImpl_’ function uses ‘auto’ type specifier without trailing return type
- 10068 | static constexpr auto InternalNewImpl_();
- | ^~~~
- /app/include/google/protobuf/descriptor.pb.h:10068:20: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /app/include/google/protobuf/descriptor.pb.h:10071:20: error: ‘InternalGenerateClassData_’ function uses ‘auto’ type specifier without trailing return type
- 10071 | static constexpr auto InternalGenerateClassData_();
- | ^~~~
- /app/include/google/protobuf/descriptor.pb.h:10071:20: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /app/include/google/protobuf/descriptor.pb.h:10108:15: error: ‘absl::string_view’ has not been declared
- 10108 | ::absl::string_view name, Type* PROTOBUF_NONNULL value) {
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:10129:15: error: ‘absl::string_view’ has not been declared
- 10129 | ::absl::string_view name, Label* PROTOBUF_NONNULL value) {
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h: In member function ‘void google::protobuf::FieldDescriptorProto::UnsafeArenaSwap(google::protobuf::FieldDescriptorProto*)’:
- /app/include/google/protobuf/descriptor.pb.h:9997:5: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 9997 | ABSL_DCHECK(GetArena() == other->GetArena());
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h: In static member function ‘static bool google::protobuf::FieldDescriptorProto::Type_Parse(int, Type*)’:
- /app/include/google/protobuf/descriptor.pb.h:10109:43: error: ‘google::protobuf::FieldDescriptorProto_Type_Parse’ cannot be used as a function
- 10109 | return FieldDescriptorProto_Type_Parse(name, value);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h: In static member function ‘static bool google::protobuf::FieldDescriptorProto::Label_Parse(int, Label*)’:
- /app/include/google/protobuf/descriptor.pb.h:10130:44: error: ‘google::protobuf::FieldDescriptorProto_Label_Parse’ cannot be used as a function
- 10130 | return FieldDescriptorProto_Label_Parse(name, value);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h: At global scope:
- /app/include/google/protobuf/descriptor.pb.h:10466:60: error: ‘google::protobuf::internal::GetAnyMessageName’ has not been declared
- 10466 | friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
- | ^~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:10466:79: error: ‘string_view’ declared as function returning a function
- 10466 | friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
- | ^
- /app/include/google/protobuf/descriptor.pb.h:10467:18: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 10467 | static ::absl::string_view FullMessageName() { return "google.protobuf.EnumValueDescriptorProto"; }
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:10481:20: error: ‘InternalNewImpl_’ function uses ‘auto’ type specifier without trailing return type
- 10481 | static constexpr auto InternalNewImpl_();
- | ^~~~
- /app/include/google/protobuf/descriptor.pb.h:10481:20: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /app/include/google/protobuf/descriptor.pb.h:10484:20: error: ‘InternalGenerateClassData_’ function uses ‘auto’ type specifier without trailing return type
- 10484 | static constexpr auto InternalGenerateClassData_();
- | ^~~~
- /app/include/google/protobuf/descriptor.pb.h:10484:20: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /app/include/google/protobuf/descriptor.pb.h: In member function ‘void google::protobuf::EnumValueDescriptorProto::UnsafeArenaSwap(google::protobuf::EnumValueDescriptorProto*)’:
- /app/include/google/protobuf/descriptor.pb.h:10410:5: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 10410 | ABSL_DCHECK(GetArena() == other->GetArena());
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h: At global scope:
- /app/include/google/protobuf/descriptor.pb.h:10698:60: error: ‘google::protobuf::internal::GetAnyMessageName’ has not been declared
- 10698 | friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
- | ^~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:10698:79: error: ‘string_view’ declared as function returning a function
- 10698 | friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
- | ^
- /app/include/google/protobuf/descriptor.pb.h:10699:18: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 10699 | static ::absl::string_view FullMessageName() { return "google.protobuf.DescriptorProto.ExtensionRange"; }
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:10713:20: error: ‘InternalNewImpl_’ function uses ‘auto’ type specifier without trailing return type
- 10713 | static constexpr auto InternalNewImpl_();
- | ^~~~
- /app/include/google/protobuf/descriptor.pb.h:10713:20: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /app/include/google/protobuf/descriptor.pb.h:10716:20: error: ‘InternalGenerateClassData_’ function uses ‘auto’ type specifier without trailing return type
- 10716 | static constexpr auto InternalGenerateClassData_();
- | ^~~~
- /app/include/google/protobuf/descriptor.pb.h:10716:20: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /app/include/google/protobuf/descriptor.pb.h: In member function ‘void google::protobuf::DescriptorProto_ExtensionRange::UnsafeArenaSwap(google::protobuf::DescriptorProto_ExtensionRange*)’:
- /app/include/google/protobuf/descriptor.pb.h:10642:5: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 10642 | ABSL_DCHECK(GetArena() == other->GetArena());
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h: At global scope:
- /app/include/google/protobuf/descriptor.pb.h:10925:60: error: ‘google::protobuf::internal::GetAnyMessageName’ has not been declared
- 10925 | friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
- | ^~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:10925:79: error: ‘string_view’ declared as function returning a function
- 10925 | friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
- | ^
- /app/include/google/protobuf/descriptor.pb.h:10926:18: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 10926 | static ::absl::string_view FullMessageName() { return "google.protobuf.ServiceDescriptorProto"; }
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:10940:20: error: ‘InternalNewImpl_’ function uses ‘auto’ type specifier without trailing return type
- 10940 | static constexpr auto InternalNewImpl_();
- | ^~~~
- /app/include/google/protobuf/descriptor.pb.h:10940:20: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /app/include/google/protobuf/descriptor.pb.h:10943:20: error: ‘InternalGenerateClassData_’ function uses ‘auto’ type specifier without trailing return type
- 10943 | static constexpr auto InternalGenerateClassData_();
- | ^~~~
- /app/include/google/protobuf/descriptor.pb.h:10943:20: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /app/include/google/protobuf/descriptor.pb.h: In member function ‘void google::protobuf::ServiceDescriptorProto::UnsafeArenaSwap(google::protobuf::ServiceDescriptorProto*)’:
- /app/include/google/protobuf/descriptor.pb.h:10869:5: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 10869 | ABSL_DCHECK(GetArena() == other->GetArena());
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h: At global scope:
- /app/include/google/protobuf/descriptor.pb.h:11163:60: error: ‘google::protobuf::internal::GetAnyMessageName’ has not been declared
- 11163 | friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
- | ^~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:11163:79: error: ‘string_view’ declared as function returning a function
- 11163 | friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
- | ^
- /app/include/google/protobuf/descriptor.pb.h:11164:18: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 11164 | static ::absl::string_view FullMessageName() { return "google.protobuf.EnumDescriptorProto"; }
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:11178:20: error: ‘InternalNewImpl_’ function uses ‘auto’ type specifier without trailing return type
- 11178 | static constexpr auto InternalNewImpl_();
- | ^~~~
- /app/include/google/protobuf/descriptor.pb.h:11178:20: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /app/include/google/protobuf/descriptor.pb.h:11181:20: error: ‘InternalGenerateClassData_’ function uses ‘auto’ type specifier without trailing return type
- 11181 | static constexpr auto InternalGenerateClassData_();
- | ^~~~
- /app/include/google/protobuf/descriptor.pb.h:11181:20: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /app/include/google/protobuf/descriptor.pb.h: In member function ‘void google::protobuf::EnumDescriptorProto::UnsafeArenaSwap(google::protobuf::EnumDescriptorProto*)’:
- /app/include/google/protobuf/descriptor.pb.h:11107:5: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 11107 | ABSL_DCHECK(GetArena() == other->GetArena());
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h: At global scope:
- /app/include/google/protobuf/descriptor.pb.h:11458:60: error: ‘google::protobuf::internal::GetAnyMessageName’ has not been declared
- 11458 | friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
- | ^~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:11458:79: error: ‘string_view’ declared as function returning a function
- 11458 | friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
- | ^
- /app/include/google/protobuf/descriptor.pb.h:11459:18: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 11459 | static ::absl::string_view FullMessageName() { return "google.protobuf.DescriptorProto"; }
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:11473:20: error: ‘InternalNewImpl_’ function uses ‘auto’ type specifier without trailing return type
- 11473 | static constexpr auto InternalNewImpl_();
- | ^~~~
- /app/include/google/protobuf/descriptor.pb.h:11473:20: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /app/include/google/protobuf/descriptor.pb.h:11476:20: error: ‘InternalGenerateClassData_’ function uses ‘auto’ type specifier without trailing return type
- 11476 | static constexpr auto InternalGenerateClassData_();
- | ^~~~
- /app/include/google/protobuf/descriptor.pb.h:11476:20: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /app/include/google/protobuf/descriptor.pb.h: In member function ‘void google::protobuf::DescriptorProto::UnsafeArenaSwap(google::protobuf::DescriptorProto*)’:
- /app/include/google/protobuf/descriptor.pb.h:11402:5: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 11402 | ABSL_DCHECK(GetArena() == other->GetArena());
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h: At global scope:
- /app/include/google/protobuf/descriptor.pb.h:11849:60: error: ‘google::protobuf::internal::GetAnyMessageName’ has not been declared
- 11849 | friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
- | ^~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:11849:79: error: ‘string_view’ declared as function returning a function
- 11849 | friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
- | ^
- /app/include/google/protobuf/descriptor.pb.h:11850:18: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 11850 | static ::absl::string_view FullMessageName() { return "google.protobuf.FileDescriptorProto"; }
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:11864:20: error: ‘InternalNewImpl_’ function uses ‘auto’ type specifier without trailing return type
- 11864 | static constexpr auto InternalNewImpl_();
- | ^~~~
- /app/include/google/protobuf/descriptor.pb.h:11864:20: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /app/include/google/protobuf/descriptor.pb.h:11867:20: error: ‘InternalGenerateClassData_’ function uses ‘auto’ type specifier without trailing return type
- 11867 | static constexpr auto InternalGenerateClassData_();
- | ^~~~
- /app/include/google/protobuf/descriptor.pb.h:11867:20: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /app/include/google/protobuf/descriptor.pb.h: In member function ‘void google::protobuf::FileDescriptorProto::UnsafeArenaSwap(google::protobuf::FileDescriptorProto*)’:
- /app/include/google/protobuf/descriptor.pb.h:11793:5: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 11793 | ABSL_DCHECK(GetArena() == other->GetArena());
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h: At global scope:
- /app/include/google/protobuf/descriptor.pb.h:12298:60: error: ‘google::protobuf::internal::GetAnyMessageName’ has not been declared
- 12298 | friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
- | ^~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:12298:79: error: ‘string_view’ declared as function returning a function
- 12298 | friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
- | ^
- /app/include/google/protobuf/descriptor.pb.h:12299:18: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 12299 | static ::absl::string_view FullMessageName() { return "google.protobuf.FileDescriptorSet"; }
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:12313:20: error: ‘InternalNewImpl_’ function uses ‘auto’ type specifier without trailing return type
- 12313 | static constexpr auto InternalNewImpl_();
- | ^~~~
- /app/include/google/protobuf/descriptor.pb.h:12313:20: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /app/include/google/protobuf/descriptor.pb.h:12316:20: error: ‘InternalGenerateClassData_’ function uses ‘auto’ type specifier without trailing return type
- 12316 | static constexpr auto InternalGenerateClassData_();
- | ^~~~
- /app/include/google/protobuf/descriptor.pb.h:12316:20: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /app/include/google/protobuf/descriptor.pb.h:12370:20: error: ‘std::enable_if_t’ has not been declared
- 12370 | ::std::enable_if_t<!_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:12370:31: error: expected ‘>’ before ‘<’ token
- 12370 | ::std::enable_if_t<!_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^
- /app/include/google/protobuf/descriptor.pb.h:12379:20: error: ‘std::enable_if_t’ has not been declared
- 12379 | ::std::enable_if_t<_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:12379:31: error: expected ‘>’ before ‘<’ token
- 12379 | ::std::enable_if_t<_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^
- /app/include/google/protobuf/descriptor.pb.h:12380:58: error: ‘template<class _proto_TypeTraits, unsigned char _field_type, bool _is_packed, <typeprefixerror><anonymous> > typename _proto_TypeTraits::Singular::ConstType google::protobuf::FileDescriptorSet::GetExtension(const google::protobuf::internal::ExtensionIdentifier<google::protobuf::FileDescriptorSet, _proto_TypeTraits, _field_type, _is_packed>&) const’ cannot be overloaded with ‘template<class _proto_TypeTraits, unsigned char _field_type, bool _is_packed, <typeprefixerror><anonymous> > typename _proto_TypeTraits::Singular::ConstType google::protobuf::FileDescriptorSet::GetExtension(const google::protobuf::internal::ExtensionIdentifier<google::protobuf::FileDescriptorSet, _proto_TypeTraits, _field_type, _is_packed>&) const’
- 12380 | inline typename _proto_TypeTraits::Singular::ConstType GetExtension(
- | ^~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:12371:58: note: previous declaration ‘template<class _proto_TypeTraits, unsigned char _field_type, bool _is_packed, <typeprefixerror><anonymous> > typename _proto_TypeTraits::Singular::ConstType google::protobuf::FileDescriptorSet::GetExtension(const google::protobuf::internal::ExtensionIdentifier<google::protobuf::FileDescriptorSet, _proto_TypeTraits, _field_type, _is_packed>&) const’
- 12371 | inline typename _proto_TypeTraits::Singular::ConstType GetExtension(
- | ^~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:12442:20: error: ‘std::enable_if_t’ has not been declared
- 12442 | ::std::enable_if_t<!_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:12442:31: error: expected ‘>’ before ‘<’ token
- 12442 | ::std::enable_if_t<!_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^
- /app/include/google/protobuf/descriptor.pb.h:12452:20: error: ‘std::enable_if_t’ has not been declared
- 12452 | ::std::enable_if_t<_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:12452:31: error: expected ‘>’ before ‘<’ token
- 12452 | ::std::enable_if_t<_proto_TypeTraits::kLifetimeBound, int> = 0>
- | ^
- /app/include/google/protobuf/descriptor.pb.h:12453:58: error: ‘template<class _proto_TypeTraits, unsigned char _field_type, bool _is_packed, <typeprefixerror><anonymous> > typename _proto_TypeTraits::Repeated::ConstType google::protobuf::FileDescriptorSet::GetExtension(const google::protobuf::internal::ExtensionIdentifier<google::protobuf::FileDescriptorSet, _proto_TypeTraits, _field_type, _is_packed>&, int) const’ cannot be overloaded with ‘template<class _proto_TypeTraits, unsigned char _field_type, bool _is_packed, <typeprefixerror><anonymous> > typename _proto_TypeTraits::Repeated::ConstType google::protobuf::FileDescriptorSet::GetExtension(const google::protobuf::internal::ExtensionIdentifier<google::protobuf::FileDescriptorSet, _proto_TypeTraits, _field_type, _is_packed>&, int) const’
- 12453 | inline typename _proto_TypeTraits::Repeated::ConstType GetExtension(
- | ^~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:12443:58: note: previous declaration ‘template<class _proto_TypeTraits, unsigned char _field_type, bool _is_packed, <typeprefixerror><anonymous> > typename _proto_TypeTraits::Repeated::ConstType google::protobuf::FileDescriptorSet::GetExtension(const google::protobuf::internal::ExtensionIdentifier<google::protobuf::FileDescriptorSet, _proto_TypeTraits, _field_type, _is_packed>&, int) const’
- 12443 | inline typename _proto_TypeTraits::Repeated::ConstType GetExtension(
- | ^~~~~~~~~~~~
- /app/include/google/protobuf/descriptor.pb.h: In member function ‘void google::protobuf::FileDescriptorSet::UnsafeArenaSwap(google::protobuf::FileDescriptorSet*)’:
- /app/include/google/protobuf/descriptor.pb.h:12242:5: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 12242 | ABSL_DCHECK(GetArena() == other->GetArena());
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- In file included from /run/build/monero-gui/test-protobuf.pb.h:36:
- /app/include/google/protobuf/port_def.inc: At global scope:
- /app/include/google/protobuf/port_def.inc:119:15: error: static assertion failed: Protobuf only supports C++17 and newer.
- 119 | static_assert(PROTOBUF_CPLUSPLUS_MIN(201703L),
- | ^~~~~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/port_def.inc:119:15: note: the comparison reduces to ‘(201103 >= 201703)’
- /run/build/monero-gui/test-protobuf.pb.h:44:9: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 44 | ::absl::string_view GetAnyMessageName();
- | ^~~~~~~~~~~
- /run/build/monero-gui/test-protobuf.pb.h:189:60: error: ‘google::protobuf::internal::GetAnyMessageName’ has not been declared
- 189 | friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
- | ^~~~~~~~~~~~~~~~~
- /run/build/monero-gui/test-protobuf.pb.h:189:10: error: ISO C++ forbids declaration of ‘string_view’ with no type [-fpermissive]
- 189 | friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
- | ^~
- /run/build/monero-gui/test-protobuf.pb.h:189:79: error: ‘string_view’ declared as function returning a function
- 189 | friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
- | ^
- /run/build/monero-gui/test-protobuf.pb.h:190:18: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 190 | static ::absl::string_view FullMessageName() { return "Success"; }
- | ^~~~~~~~~~~
- /run/build/monero-gui/test-protobuf.pb.h:204:20: error: ‘InternalNewImpl_’ function uses ‘auto’ type specifier without trailing return type
- 204 | static constexpr auto InternalNewImpl_();
- | ^~~~
- /run/build/monero-gui/test-protobuf.pb.h:204:20: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /run/build/monero-gui/test-protobuf.pb.h:207:20: error: ‘InternalGenerateClassData_’ function uses ‘auto’ type specifier without trailing return type
- 207 | static constexpr auto InternalGenerateClassData_();
- | ^~~~
- /run/build/monero-gui/test-protobuf.pb.h:207:20: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /run/build/monero-gui/test-protobuf.pb.h: In member function ‘void Success::UnsafeArenaSwap(Success*)’:
- /run/build/monero-gui/test-protobuf.pb.h:138:48: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 138 | ABSL_DCHECK(GetArena() == other->GetArena());
- | ^
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- In file included from /app/include/google/protobuf/raw_ptr.h:16,
- from /app/include/google/protobuf/generated_message_tctable_impl.h:28,
- from /run/build/monero-gui/test-protobuf.pb.cc:11:
- /app/include/google/protobuf/port_def.inc: At global scope:
- /app/include/google/protobuf/port_def.inc:119:15: error: static assertion failed: Protobuf only supports C++17 and newer.
- 119 | static_assert(PROTOBUF_CPLUSPLUS_MIN(201703L),
- | ^~~~~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/port_def.inc:119:15: note: the comparison reduces to ‘(201103 >= 201703)’
- /app/include/google/protobuf/raw_ptr.h:23:25: error: size of array ‘kZeroBuffer’ is not an integral constant-expression
- 23 | kZeroBuffer[std::max(ABSL_CACHELINE_SIZE, 64)];
- | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
- In file included from /app/include/google/protobuf/generated_message_tctable_impl.h:35:
- /app/include/google/protobuf/port_def.inc:119:15: error: static assertion failed: Protobuf only supports C++17 and newer.
- 119 | static_assert(PROTOBUF_CPLUSPLUS_MIN(201703L),
- | ^~~~~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/port_def.inc:119:15: note: the comparison reduces to ‘(201103 >= 201703)’
- /app/include/google/protobuf/generated_message_tctable_impl.h:879:42: error: ‘absl::string_view’ has not been declared
- 879 | absl::string_view value);
- | ^~~~~~~~~~~
- /app/include/google/protobuf/generated_message_tctable_impl.h:893:51: error: ‘absl::string_view’ has not been declared
- 893 | absl::string_view value) {
- | ^~~~~~~~~~~
- /app/include/google/protobuf/generated_message_tctable_impl.h:1014:16: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 1014 | static absl::string_view MessageName(const TcParseTableBase* table);
- | ^~~~~~~~~~~
- /app/include/google/protobuf/generated_message_tctable_impl.h:1015:16: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 1015 | static absl::string_view FieldName(const TcParseTableBase* table,
- | ^~~~~~~~~~~
- /app/include/google/protobuf/generated_message_tctable_impl.h:1027:34: error: ‘absl::string_view’ has not been declared
- 1027 | static bool MpVerifyUtf8(absl::string_view wire_bytes,
- | ^~~~~~~~~~~
- In file included from /app/include/google/protobuf/reflection_ops.h:26,
- from /run/build/monero-gui/test-protobuf.pb.cc:17:
- /app/include/google/protobuf/port_def.inc:119:15: error: static assertion failed: Protobuf only supports C++17 and newer.
- 119 | static_assert(PROTOBUF_CPLUSPLUS_MIN(201703L),
- | ^~~~~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/port_def.inc:119:15: note: the comparison reduces to ‘(201103 >= 201703)’
- In file included from /app/include/google/protobuf/wire_format.h:39,
- from /run/build/monero-gui/test-protobuf.pb.cc:18:
- /app/include/google/protobuf/port_def.inc:119:15: error: static assertion failed: Protobuf only supports C++17 and newer.
- 119 | static_assert(PROTOBUF_CPLUSPLUS_MIN(201703L),
- | ^~~~~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/port_def.inc:119:15: note: the comparison reduces to ‘(201103 >= 201703)’
- /app/include/google/protobuf/wire_format.h:247:48: error: ‘absl::string_view’ has not been declared
- 247 | absl::string_view field_name);
- | ^~~~~~~~~~~
- /app/include/google/protobuf/wire_format.h: In static member function ‘static void google::protobuf::internal::WireFormat::SerializeWithCachedSizes(const google::protobuf::Message&, int, google::protobuf::io::CodedOutputStream*)’:
- /app/include/google/protobuf/wire_format.h:115:5: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [43], int, std::string&)’
- 115 | ABSL_CHECK_EQ(output->ByteCount(), expected_endpoint)
- | ^~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/wire_format.h: In static member function ‘static void google::protobuf::internal::WireFormat::VerifyUTF8String(const char*, int, Operation)’:
- /app/include/google/protobuf/wire_format.h:323:55: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 323 | /* field_name = */ "");
- | ^~
- | |
- | const char*
- /app/include/google/protobuf/wire_format_lite.h:289:50: note: initializing argument 4 of ‘static bool google::protobuf::internal::WireFormatLite::VerifyUtf8String(const char*, int, Operation, int)’
- 289 | absl::string_view field_name);
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~
- /app/include/google/protobuf/wire_format.h: At global scope:
- /app/include/google/protobuf/wire_format.h:334:17: error: ‘string_view’ in namespace ‘absl’ does not name a type
- 334 | const absl::string_view field_name) {
- | ^~~~~~~~~~~
- In file included from /run/build/monero-gui/test-protobuf.pb.cc:22:
- /app/include/google/protobuf/port_def.inc:119:15: error: static assertion failed: Protobuf only supports C++17 and newer.
- 119 | static_assert(PROTOBUF_CPLUSPLUS_MIN(201703L),
- | ^~~~~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/port_def.inc:119:15: note: the comparison reduces to ‘(201103 >= 201703)’
- /run/build/monero-gui/test-protobuf.pb.cc: In constructor ‘constexpr Success::Impl_::Impl_(google::protobuf::internal::ConstantInitialized)’:
- /run/build/monero-gui/test-protobuf.pb.cc:32:44: error: ‘fixed_address_empty_string’ is not a member of ‘google::protobuf::internal’
- 32 | &::google::protobuf::internal::fixed_address_empty_string,
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~
- /run/build/monero-gui/test-protobuf.pb.cc: In static member function ‘static void Success::SharedDtor(google::protobuf::MessageLite&)’:
- /run/build/monero-gui/test-protobuf.pb.cc:161:42: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 161 | ABSL_DCHECK(this_.GetArena() == nullptr);
- | ^
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /run/build/monero-gui/test-protobuf.pb.cc: At global scope:
- /run/build/monero-gui/test-protobuf.pb.cc:171:11: error: ‘InternalNewImpl_’ function uses ‘auto’ type specifier without trailing return type
- 171 | constexpr auto Success::InternalNewImpl_() {
- | ^~~~
- /run/build/monero-gui/test-protobuf.pb.cc:171:11: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /run/build/monero-gui/test-protobuf.pb.cc:175:11: error: ‘InternalGenerateClassData_’ function uses ‘auto’ type specifier without trailing return type
- 175 | constexpr auto Success::InternalGenerateClassData_() {
- | ^~~~
- /run/build/monero-gui/test-protobuf.pb.cc:175:11: note: deduced return type only available with ‘-std=c++14’ or ‘-std=gnu++14’
- /run/build/monero-gui/test-protobuf.pb.cc: In member function ‘virtual uint8_t* Success::_InternalSerialize(uint8_t*, google::protobuf::io::EpsCopyOutputStream*) const’:
- /run/build/monero-gui/test-protobuf.pb.cc:280:33: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 280 | "Success.message");
- | ^~~~~~~~~~~~~~~~~
- | |
- | const char*
- /app/include/google/protobuf/wire_format.h:334:29: note: initializing argument 4 of ‘static void google::protobuf::internal::WireFormat::VerifyUTF8StringNamedField(const char*, int, Operation, int)’
- 334 | const absl::string_view field_name) {
- | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
- /run/build/monero-gui/test-protobuf.pb.cc:281:49: error: cannot convert ‘const std::string’ {aka ‘const std::__cxx11::basic_string<char>’} to ‘int’
- 281 | target = stream->WriteStringMaybeAliased(1, _s, target);
- | ^~
- | |
- | const std::string {aka const std::__cxx11::basic_string<char>}
- /app/include/google/protobuf/io/coded_stream.h:696:68: note: initializing argument 2 of ‘uint8_t* google::protobuf::io::EpsCopyOutputStream::WriteStringMaybeAliased(uint32_t, int, uint8_t*)’
- 696 | uint8_t* WriteStringMaybeAliased(uint32_t num, absl::string_view s,
- | ~~~~~~~~~~~~~~~~~~^
- /run/build/monero-gui/test-protobuf.pb.cc: In static member function ‘static void Success::MergeImpl(google::protobuf::MessageLite&, const google::protobuf::MessageLite&)’:
- /run/build/monero-gui/test-protobuf.pb.cc:323:3: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [42], int, std::string&)’
- 323 | ABSL_DCHECK_NE(&from, _this);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /run/build/monero-gui/test-protobuf.pb.cc: In member function ‘void Success::InternalSwap(Success*)’:
- /run/build/monero-gui/test-protobuf.pb.cc:346:3: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [42], int, std::string&)’
- 346 | ABSL_DCHECK_EQ(arena, other->GetArena());
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /usr/include/absl/strings/internal/str_format/bind.h: In instantiation of ‘absl::lts_20240722::str_format_internal::FormatSpecTemplate<Args>::FormatSpecTemplate(const char*) [with absl::lts_20240722::FormatConversionCharSet ...Args = {(absl::lts_20240722::FormatConversionCharSet)655355}]’:
- /usr/include/absl/crc/crc32c.h:184:34: required from here
- 184 | return os << absl::StreamFormat("%08x", static_cast<uint32_t>(crc));
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/absl/strings/internal/str_format/bind.h:167:45: error: no matching function for call to ‘absl::lts_20240722::UntypedFormatSpec::UntypedFormatSpec(const char*&)’
- 167 | FormatSpecTemplate(const char* s) : Base(s) {} // NOLINT
- | ^
- /usr/include/absl/strings/str_format.h:114:12: note: candidate: ‘absl::lts_20240722::UntypedFormatSpec::UntypedFormatSpec(absl::lts_20240722::Nonnull<const absl::lts_20240722::str_format_internal::ParsedFormatBase*>)’
- 114 | explicit UntypedFormatSpec(
- | ^~~~~~~~~~~~~~~~~
- /usr/include/absl/strings/str_format.h:115:67: note: no known conversion for argument 1 from ‘const char*’ to ‘absl::lts_20240722::Nonnull<const absl::lts_20240722::str_format_internal::ParsedFormatBase*>’ {aka ‘const absl::lts_20240722::str_format_internal::ParsedFormatBase*’}
- 115 | absl::Nonnull<const str_format_internal::ParsedFormatBase*> pc)
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
- /usr/include/absl/log/internal/log_message.h: In instantiation of ‘absl::lts_20240722::log_internal::LogMessage& absl::lts_20240722::log_internal::LogMessage::operator<<(const char (&)[SIZE]) [with int SIZE = 19]’:
- /app/include/google/protobuf/arena_align.h:159:47: required from here
- 159 | ABSL_DCHECK(absl::has_single_bit(align)) << "Invalid alignment " << align;
- | ^~~~~~~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:305:44: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessage::CopyToEncodedBuffer<absl::lts_20240722::log_internal::LogMessage::StringType::kLiteral>(const char [19])’
- 305 | CopyToEncodedBuffer<StringType::kLiteral>(buf);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
- /usr/include/absl/log/internal/log_message.h:235:8: note: candidate: ‘void absl::lts_20240722::log_internal::LogMessage::CopyToEncodedBuffer(int) [with StringType str_type = absl::lts_20240722::log_internal::LogMessage::StringType::kLiteral]’ (near match)
- 235 | void CopyToEncodedBuffer(absl::string_view str) ABSL_ATTRIBUTE_NOINLINE;
- | ^~~~~~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:235:8: note: conversion of argument 1 would be ill-formed:
- /usr/include/absl/log/internal/log_message.h:235:8: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 235 | void CopyToEncodedBuffer(absl::string_view str) ABSL_ATTRIBUTE_NOINLINE;
- | ^~~~~~~~~~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:237:8: note: candidate: ‘template<absl::lts_20240722::log_internal::LogMessage::StringType str_type> void absl::lts_20240722::log_internal::LogMessage::CopyToEncodedBuffer(char, size_t)’
- 237 | void CopyToEncodedBuffer(char ch, size_t num) ABSL_ATTRIBUTE_NOINLINE;
- | ^~~~~~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:237:8: note: candidate expects 2 arguments, 1 provided
- /app/include/google/protobuf/message_lite.h: In instantiation of ‘MessageLite* google::protobuf::internal::MessageCreator::PlacementNew(const MessageLite*, const MessageLite*, void*, google::protobuf::Arena*) const [with MessageLite = google::protobuf::MessageLite]’:
- /app/include/google/protobuf/message_lite.h:436:40: required from here
- 436 | return message_creator.PlacementNew(prototype, prototype, mem, arena);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/message_lite.h:1251:3: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [44], int, std::string&)’
- 1251 | ABSL_DCHECK_EQ(reinterpret_cast<uintptr_t>(mem) % alignment_, 0u);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/message_lite.h:1270:5: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 1270 | ABSL_DCHECK(std::all_of(src + sizeof(MessageLite), src + size,
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /app/include/google/protobuf/message_lite.h:1288:5: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [44], int, std::string&)’
- 1288 | ABSL_DCHECK_EQ(+as_tag, +kMemcpy);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/message_lite.h:1325:9: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [44], int, std::string&)’
- 1325 | ABSL_DCHECK_LE(offset + sizeof(Arena*), size);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/message_lite.h:1328:9: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [44], int, std::string&)’
- 1328 | ABSL_DCHECK_EQ(*reinterpret_cast<Arena**>(dst + offset), nullptr);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h: In instantiation of ‘google::protobuf::internal::RepeatedPtrFieldBase::Value<TypeHandler>& google::protobuf::internal::RepeatedPtrFieldBase::at(int) const [with TypeHandler = google::protobuf::internal::GenericTypeHandler<google::protobuf::MessageLite>; Value<TypeHandler> = google::protobuf::MessageLite]’:
- /app/include/google/protobuf/repeated_ptr_field.h:1631:53: required from here
- 1631 | return field.at<GenericTypeHandler<MessageLite>>(index);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- /app/include/google/protobuf/repeated_ptr_field.h:187:5: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 187 | ABSL_CHECK_GE(index, 0);
- | ^~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h:188:5: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 188 | ABSL_CHECK_LT(index, current_size_);
- | ^~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h: In instantiation of ‘google::protobuf::internal::RepeatedPtrFieldBase::Value<TypeHandler>& google::protobuf::internal::RepeatedPtrFieldBase::at(int) [with TypeHandler = google::protobuf::internal::GenericTypeHandler<google::protobuf::MessageLite>; Value<TypeHandler> = google::protobuf::MessageLite]’:
- /app/include/google/protobuf/repeated_ptr_field.h:1635:53: required from here
- 1635 | return field.at<GenericTypeHandler<MessageLite>>(index);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- /app/include/google/protobuf/repeated_ptr_field.h:194:5: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 194 | ABSL_CHECK_GE(index, 0);
- | ^~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h:195:5: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 195 | ABSL_CHECK_LT(index, current_size_);
- | ^~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/wire_format_lite.h: In instantiation of ‘static bool google::protobuf::internal::WireFormatLite::ReadRepeatedFixedSizePrimitive(int, uint32_t, google::protobuf::io::CodedInputStream*, google::protobuf::RepeatedField<Element>*) [with CType = unsigned int; FieldType DeclaredType = google::protobuf::internal::WireFormatLite::TYPE_FIXED32; uint32_t = unsigned int]’:
- /app/include/google/protobuf/wire_format_lite.h:1032:1: required from here
- 1032 | READ_REPEATED_FIXED_SIZE_PRIMITIVE(uint32_t, TYPE_FIXED32)
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/wire_format_lite.h:978:3: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [48], int, std::string&)’
- 978 | ABSL_DCHECK_EQ(UInt32Size(tag), static_cast<size_t>(tag_size));
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/wire_format_lite.h: In instantiation of ‘static bool google::protobuf::internal::WireFormatLite::ReadRepeatedFixedSizePrimitive(int, uint32_t, google::protobuf::io::CodedInputStream*, google::protobuf::RepeatedField<Element>*) [with CType = long unsigned int; FieldType DeclaredType = google::protobuf::internal::WireFormatLite::TYPE_FIXED64; uint32_t = unsigned int]’:
- /app/include/google/protobuf/wire_format_lite.h:1033:1: required from here
- 1033 | READ_REPEATED_FIXED_SIZE_PRIMITIVE(uint64_t, TYPE_FIXED64)
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/wire_format_lite.h:978:3: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [48], int, std::string&)’
- 978 | ABSL_DCHECK_EQ(UInt32Size(tag), static_cast<size_t>(tag_size));
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/wire_format_lite.h: In instantiation of ‘static bool google::protobuf::internal::WireFormatLite::ReadRepeatedFixedSizePrimitive(int, uint32_t, google::protobuf::io::CodedInputStream*, google::protobuf::RepeatedField<Element>*) [with CType = int; FieldType DeclaredType = google::protobuf::internal::WireFormatLite::TYPE_SFIXED32; uint32_t = unsigned int]’:
- /app/include/google/protobuf/wire_format_lite.h:1034:1: required from here
- 1034 | READ_REPEATED_FIXED_SIZE_PRIMITIVE(int32_t, TYPE_SFIXED32)
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/wire_format_lite.h:978:3: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [48], int, std::string&)’
- 978 | ABSL_DCHECK_EQ(UInt32Size(tag), static_cast<size_t>(tag_size));
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/wire_format_lite.h: In instantiation of ‘static bool google::protobuf::internal::WireFormatLite::ReadRepeatedFixedSizePrimitive(int, uint32_t, google::protobuf::io::CodedInputStream*, google::protobuf::RepeatedField<Element>*) [with CType = long int; FieldType DeclaredType = google::protobuf::internal::WireFormatLite::TYPE_SFIXED64; uint32_t = unsigned int]’:
- /app/include/google/protobuf/wire_format_lite.h:1035:1: required from here
- 1035 | READ_REPEATED_FIXED_SIZE_PRIMITIVE(int64_t, TYPE_SFIXED64)
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/wire_format_lite.h:978:3: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [48], int, std::string&)’
- 978 | ABSL_DCHECK_EQ(UInt32Size(tag), static_cast<size_t>(tag_size));
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/wire_format_lite.h: In instantiation of ‘static bool google::protobuf::internal::WireFormatLite::ReadRepeatedFixedSizePrimitive(int, uint32_t, google::protobuf::io::CodedInputStream*, google::protobuf::RepeatedField<Element>*) [with CType = float; FieldType DeclaredType = google::protobuf::internal::WireFormatLite::TYPE_FLOAT; uint32_t = unsigned int]’:
- /app/include/google/protobuf/wire_format_lite.h:1036:1: required from here
- 1036 | READ_REPEATED_FIXED_SIZE_PRIMITIVE(float, TYPE_FLOAT)
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/wire_format_lite.h:978:3: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [48], int, std::string&)’
- 978 | ABSL_DCHECK_EQ(UInt32Size(tag), static_cast<size_t>(tag_size));
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/wire_format_lite.h: In instantiation of ‘static bool google::protobuf::internal::WireFormatLite::ReadRepeatedFixedSizePrimitive(int, uint32_t, google::protobuf::io::CodedInputStream*, google::protobuf::RepeatedField<Element>*) [with CType = double; FieldType DeclaredType = google::protobuf::internal::WireFormatLite::TYPE_DOUBLE; uint32_t = unsigned int]’:
- /app/include/google/protobuf/wire_format_lite.h:1037:1: required from here
- 1037 | READ_REPEATED_FIXED_SIZE_PRIMITIVE(double, TYPE_DOUBLE)
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/wire_format_lite.h:978:3: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [48], int, std::string&)’
- 978 | ABSL_DCHECK_EQ(UInt32Size(tag), static_cast<size_t>(tag_size));
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/parse_context.h: In instantiation of ‘const char* google::protobuf::internal::EpsCopyInputStream::AppendUntilEnd(const char*, const A&) [with A = google::protobuf::internal::EpsCopyInputStream::AppendString(const char*, std::string*)::<lambda(const char*, ptrdiff_t)>]’:
- /app/include/google/protobuf/parse_context.h:472:26: required from here
- 472 | return AppendUntilEnd(
- | ~~~~~~~~~~~~~~^
- 473 | ptr, [str](const char* p, ptrdiff_t s) { str->append(p, s); });
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/parse_context.h:466:5: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 466 | ABSL_DCHECK(end >= ptr);
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /app/include/google/protobuf/extension_set.h: In instantiation of ‘bool google::protobuf::internal::ExtensionSet::FindExtensionInfoFromFieldNumber(int, int, ExtensionFinder*, google::protobuf::internal::ExtensionInfo*, bool*) const [with ExtensionFinder = google::protobuf::internal::GeneratedExtensionFinder]’:
- /app/include/google/protobuf/extension_set.h:1058:44: required from here
- 1058 | return FindExtensionInfoFromFieldNumber(wire_type, field, &finder,
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
- 1059 | extension, was_packed_on_wire);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /app/include/google/protobuf/extension_set.h:1018:5: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 1018 | ABSL_DCHECK(extension->type > 0 &&
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /app/include/google/protobuf/arena.h: In instantiation of ‘static T* google::protobuf::Arena::CreateArray(google::protobuf::Arena*, size_t) [with T = google::protobuf::internal::NodeBase*; size_t = long unsigned int]’:
- /app/include/google/protobuf/map.h:465:44: required from here
- 465 | : Arena::CreateArray<NodeBase*>(arena_, n);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /app/include/google/protobuf/arena.h:265:5: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [37], int, std::string&)’
- 265 | ABSL_CHECK_LE(num_elements, std::numeric_limits<size_t>::max() / sizeof(T))
- | ^~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /usr/include/absl/log/internal/log_message.h: In instantiation of ‘absl::lts_20240722::log_internal::LogMessage& absl::lts_20240722::log_internal::LogMessage::operator<<(const char (&)[SIZE]) [with int SIZE = 17]’:
- /app/include/google/protobuf/message.h:1536:10: required from here
- 1536 | << "Cannot downcast " << from->GetTypeName() << " to Message";
- | ^~~~~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:305:44: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessage::CopyToEncodedBuffer<absl::lts_20240722::log_internal::LogMessage::StringType::kLiteral>(const char [17])’
- 305 | CopyToEncodedBuffer<StringType::kLiteral>(buf);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
- /usr/include/absl/log/internal/log_message.h:235:8: note: candidate: ‘void absl::lts_20240722::log_internal::LogMessage::CopyToEncodedBuffer(int) [with StringType str_type = absl::lts_20240722::log_internal::LogMessage::StringType::kLiteral]’ (near match)
- 235 | void CopyToEncodedBuffer(absl::string_view str) ABSL_ATTRIBUTE_NOINLINE;
- | ^~~~~~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:235:8: note: conversion of argument 1 would be ill-formed:
- /usr/include/absl/log/internal/log_message.h:235:8: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
- 235 | void CopyToEncodedBuffer(absl::string_view str) ABSL_ATTRIBUTE_NOINLINE;
- | ^~~~~~~~~~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:237:8: note: candidate: ‘template<absl::lts_20240722::log_internal::LogMessage::StringType str_type> void absl::lts_20240722::log_internal::LogMessage::CopyToEncodedBuffer(char, size_t)’
- 237 | void CopyToEncodedBuffer(char ch, size_t num) ABSL_ATTRIBUTE_NOINLINE;
- | ^~~~~~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:237:8: note: candidate expects 2 arguments, 1 provided
- /app/include/google/protobuf/parse_context.h: In instantiation of ‘const char* google::protobuf::internal::ParseContext::ParseLengthDelimitedInlined(const char*, const Func&) [with Func = google::protobuf::internal::TcParser::ParseMessage(google::protobuf::MessageLite*, const char*, google::protobuf::internal::ParseContext*, const google::protobuf::internal::TcParseTableBase*)::<lambda(const char*)>]’:
- /app/include/google/protobuf/generated_message_tctable_impl.h:388:44: required from here
- 388 | return ctx->ParseLengthDelimitedInlined(ptr, [&](const char* ptr) {
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 389 | return ParseLoop(msg, ptr, ctx, tc_table);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 390 | });
- | ~~
- /app/include/google/protobuf/parse_context.h:1146:23: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [45], int, std::string&)’
- 1146 | if (ptr != nullptr) ABSL_DCHECK_EQ(old_depth, depth_);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/parse_context.h: In instantiation of ‘const char* google::protobuf::internal::ParseContext::ParseGroupInlined(const char*, uint32_t, const Func&) [with Func = google::protobuf::internal::TcParser::ParseGroup(google::protobuf::MessageLite*, const char*, google::protobuf::internal::ParseContext*, const google::protobuf::internal::TcParseTableBase*, uint32_t)::<lambda(const char*)>; uint32_t = unsigned int]’:
- /app/include/google/protobuf/generated_message_tctable_impl.h:396:34: required from here
- 396 | return ctx->ParseGroupInlined(ptr, start_tag, [&](const char* ptr) {
- | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 397 | return ParseLoop(msg, ptr, ctx, tc_table);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 398 | });
- | ~~
- /app/include/google/protobuf/parse_context.h:1162:5: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [45], int, std::string&)’
- 1162 | ABSL_DCHECK_EQ(old_depth, depth_);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/parse_context.h:1163:5: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [45], int, std::string&)’
- 1163 | ABSL_DCHECK_EQ(old_group_depth, group_depth_);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h: In instantiation of ‘void google::protobuf::internal::RepeatedPtrFieldBase::Clear() [with TypeHandler = google::protobuf::internal::GenericTypeHandler<google::protobuf::FileDescriptorProto>]’:
- /app/include/google/protobuf/repeated_ptr_field.h:1485:43: required from ‘void google::protobuf::RepeatedPtrField<T>::Clear() [with Element = google::protobuf::FileDescriptorProto]’
- 1485 | RepeatedPtrFieldBase::Clear<TypeHandler>();
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
- /app/include/google/protobuf/descriptor.pb.h:12579:21: required from here
- 12579 | _impl_.file_.Clear();
- | ~~~~~~~~~~~~~~~~~~^~
- /app/include/google/protobuf/repeated_ptr_field.h:304:5: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 304 | ABSL_DCHECK_GE(n, 0);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h: In instantiation of ‘google::protobuf::internal::RepeatedPtrFieldBase::Value<TypeHandler>* google::protobuf::internal::RepeatedPtrFieldBase::Mutable(int) [with TypeHandler = google::protobuf::internal::GenericTypeHandler<google::protobuf::FileDescriptorProto>; Value<TypeHandler> = google::protobuf::FileDescriptorProto]’:
- /app/include/google/protobuf/repeated_ptr_field.h:1381:52: required from ‘Element* google::protobuf::RepeatedPtrField<T>::Mutable(int) [with Element = google::protobuf::FileDescriptorProto]’
- 1381 | return RepeatedPtrFieldBase::Mutable<TypeHandler>(index);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:12584:43: required from here
- 12584 | return _internal_mutable_file()->Mutable(index);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- /app/include/google/protobuf/repeated_ptr_field.h:204:7: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 204 | ABSL_DCHECK_GE(index, 0);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h:205:7: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 205 | ABSL_DCHECK_LT(index, current_size_);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h: In instantiation of ‘google::protobuf::internal::RepeatedPtrFieldBase::Value<TypeHandler>& google::protobuf::internal::RepeatedPtrFieldBase::Get(int) const [with TypeHandler = google::protobuf::internal::GenericTypeHandler<google::protobuf::FileDescriptorProto>; Value<TypeHandler> = google::protobuf::FileDescriptorProto]’:
- /app/include/google/protobuf/repeated_ptr_field.h:1363:48: required from ‘const Element& google::protobuf::RepeatedPtrField<T>::Get(int) const [with Element = google::protobuf::FileDescriptorProto]’
- 1363 | return RepeatedPtrFieldBase::Get<TypeHandler>(index);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:12595:30: required from here
- 12595 | return _internal_file().Get(index);
- | ~~~~~~~~~~~~~~~~~~~~^~~~~~~
- /app/include/google/protobuf/repeated_ptr_field.h:289:7: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 289 | ABSL_DCHECK_GE(index, 0);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h:290:7: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 290 | ABSL_DCHECK_LT(index, current_size_);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h: In instantiation of ‘void google::protobuf::internal::RepeatedPtrFieldBase::Clear() [with TypeHandler = google::protobuf::internal::GenericTypeHandler<std::__cxx11::basic_string<char> >]’:
- /app/include/google/protobuf/repeated_ptr_field.h:1485:43: required from ‘void google::protobuf::RepeatedPtrField<T>::Clear() [with Element = std::__cxx11::basic_string<char>]’
- 1485 | RepeatedPtrFieldBase::Clear<TypeHandler>();
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
- /app/include/google/protobuf/descriptor.pb.h:12771:27: required from here
- 12771 | _impl_.dependency_.Clear();
- | ~~~~~~~~~~~~~~~~~~~~~~~~^~
- /app/include/google/protobuf/repeated_ptr_field.h:304:5: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 304 | ABSL_DCHECK_GE(n, 0);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h: In instantiation of ‘google::protobuf::internal::RepeatedPtrFieldBase::Value<TypeHandler>& google::protobuf::internal::RepeatedPtrFieldBase::Get(int) const [with TypeHandler = google::protobuf::internal::GenericTypeHandler<std::__cxx11::basic_string<char> >; Value<TypeHandler> = std::__cxx11::basic_string<char>]’:
- /app/include/google/protobuf/repeated_ptr_field.h:1363:48: required from ‘const Element& google::protobuf::RepeatedPtrField<T>::Get(int) const [with Element = std::__cxx11::basic_string<char>]’
- 1363 | return RepeatedPtrFieldBase::Get<TypeHandler>(index);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:12783:36: required from here
- 12783 | return _internal_dependency().Get(index);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- /app/include/google/protobuf/repeated_ptr_field.h:289:7: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 289 | ABSL_DCHECK_GE(index, 0);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h:290:7: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 290 | ABSL_DCHECK_LT(index, current_size_);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h: In instantiation of ‘google::protobuf::internal::RepeatedPtrFieldBase::Value<TypeHandler>* google::protobuf::internal::RepeatedPtrFieldBase::Mutable(int) [with TypeHandler = google::protobuf::internal::GenericTypeHandler<std::__cxx11::basic_string<char> >; Value<TypeHandler> = std::__cxx11::basic_string<char>]’:
- /app/include/google/protobuf/repeated_ptr_field.h:1381:52: required from ‘Element* google::protobuf::RepeatedPtrField<T>::Mutable(int) [with Element = std::__cxx11::basic_string<char>]’
- 1381 | return RepeatedPtrFieldBase::Mutable<TypeHandler>(index);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:12788:49: required from here
- 12788 | return _internal_mutable_dependency()->Mutable(index);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- /app/include/google/protobuf/repeated_ptr_field.h:204:7: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 204 | ABSL_DCHECK_GE(index, 0);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h:205:7: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 205 | ABSL_DCHECK_LT(index, current_size_);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h: In instantiation of ‘void google::protobuf::internal::RepeatedPtrFieldBase::Clear() [with TypeHandler = google::protobuf::internal::GenericTypeHandler<google::protobuf::DescriptorProto>]’:
- /app/include/google/protobuf/repeated_ptr_field.h:1485:43: required from ‘void google::protobuf::RepeatedPtrField<T>::Clear() [with Element = google::protobuf::DescriptorProto]’
- 1485 | RepeatedPtrFieldBase::Clear<TypeHandler>();
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
- /app/include/google/protobuf/descriptor.pb.h:12991:29: required from here
- 12991 | _impl_.message_type_.Clear();
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~
- /app/include/google/protobuf/repeated_ptr_field.h:304:5: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 304 | ABSL_DCHECK_GE(n, 0);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h: In instantiation of ‘google::protobuf::internal::RepeatedPtrFieldBase::Value<TypeHandler>* google::protobuf::internal::RepeatedPtrFieldBase::Mutable(int) [with TypeHandler = google::protobuf::internal::GenericTypeHandler<google::protobuf::DescriptorProto>; Value<TypeHandler> = google::protobuf::DescriptorProto]’:
- /app/include/google/protobuf/repeated_ptr_field.h:1381:52: required from ‘Element* google::protobuf::RepeatedPtrField<T>::Mutable(int) [with Element = google::protobuf::DescriptorProto]’
- 1381 | return RepeatedPtrFieldBase::Mutable<TypeHandler>(index);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:12996:51: required from here
- 12996 | return _internal_mutable_message_type()->Mutable(index);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- /app/include/google/protobuf/repeated_ptr_field.h:204:7: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 204 | ABSL_DCHECK_GE(index, 0);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h:205:7: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 205 | ABSL_DCHECK_LT(index, current_size_);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h: In instantiation of ‘google::protobuf::internal::RepeatedPtrFieldBase::Value<TypeHandler>& google::protobuf::internal::RepeatedPtrFieldBase::Get(int) const [with TypeHandler = google::protobuf::internal::GenericTypeHandler<google::protobuf::DescriptorProto>; Value<TypeHandler> = google::protobuf::DescriptorProto]’:
- /app/include/google/protobuf/repeated_ptr_field.h:1363:48: required from ‘const Element& google::protobuf::RepeatedPtrField<T>::Get(int) const [with Element = google::protobuf::DescriptorProto]’
- 1363 | return RepeatedPtrFieldBase::Get<TypeHandler>(index);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:13007:38: required from here
- 13007 | return _internal_message_type().Get(index);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- /app/include/google/protobuf/repeated_ptr_field.h:289:7: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 289 | ABSL_DCHECK_GE(index, 0);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h:290:7: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 290 | ABSL_DCHECK_LT(index, current_size_);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h: In instantiation of ‘void google::protobuf::internal::RepeatedPtrFieldBase::Clear() [with TypeHandler = google::protobuf::internal::GenericTypeHandler<google::protobuf::EnumDescriptorProto>]’:
- /app/include/google/protobuf/repeated_ptr_field.h:1485:43: required from ‘void google::protobuf::RepeatedPtrField<T>::Clear() [with Element = google::protobuf::EnumDescriptorProto]’
- 1485 | RepeatedPtrFieldBase::Clear<TypeHandler>();
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
- /app/include/google/protobuf/descriptor.pb.h:13041:26: required from here
- 13041 | _impl_.enum_type_.Clear();
- | ~~~~~~~~~~~~~~~~~~~~~~~^~
- /app/include/google/protobuf/repeated_ptr_field.h:304:5: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 304 | ABSL_DCHECK_GE(n, 0);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h: In instantiation of ‘google::protobuf::internal::RepeatedPtrFieldBase::Value<TypeHandler>* google::protobuf::internal::RepeatedPtrFieldBase::Mutable(int) [with TypeHandler = google::protobuf::internal::GenericTypeHandler<google::protobuf::EnumDescriptorProto>; Value<TypeHandler> = google::protobuf::EnumDescriptorProto]’:
- /app/include/google/protobuf/repeated_ptr_field.h:1381:52: required from ‘Element* google::protobuf::RepeatedPtrField<T>::Mutable(int) [with Element = google::protobuf::EnumDescriptorProto]’
- 1381 | return RepeatedPtrFieldBase::Mutable<TypeHandler>(index);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:13046:48: required from here
- 13046 | return _internal_mutable_enum_type()->Mutable(index);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- /app/include/google/protobuf/repeated_ptr_field.h:204:7: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 204 | ABSL_DCHECK_GE(index, 0);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h:205:7: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 205 | ABSL_DCHECK_LT(index, current_size_);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h: In instantiation of ‘google::protobuf::internal::RepeatedPtrFieldBase::Value<TypeHandler>& google::protobuf::internal::RepeatedPtrFieldBase::Get(int) const [with TypeHandler = google::protobuf::internal::GenericTypeHandler<google::protobuf::EnumDescriptorProto>; Value<TypeHandler> = google::protobuf::EnumDescriptorProto]’:
- /app/include/google/protobuf/repeated_ptr_field.h:1363:48: required from ‘const Element& google::protobuf::RepeatedPtrField<T>::Get(int) const [with Element = google::protobuf::EnumDescriptorProto]’
- 1363 | return RepeatedPtrFieldBase::Get<TypeHandler>(index);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:13057:35: required from here
- 13057 | return _internal_enum_type().Get(index);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- /app/include/google/protobuf/repeated_ptr_field.h:289:7: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 289 | ABSL_DCHECK_GE(index, 0);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h:290:7: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 290 | ABSL_DCHECK_LT(index, current_size_);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h: In instantiation of ‘void google::protobuf::internal::RepeatedPtrFieldBase::Clear() [with TypeHandler = google::protobuf::internal::GenericTypeHandler<google::protobuf::ServiceDescriptorProto>]’:
- /app/include/google/protobuf/repeated_ptr_field.h:1485:43: required from ‘void google::protobuf::RepeatedPtrField<T>::Clear() [with Element = google::protobuf::ServiceDescriptorProto]’
- 1485 | RepeatedPtrFieldBase::Clear<TypeHandler>();
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
- /app/include/google/protobuf/descriptor.pb.h:13091:24: required from here
- 13091 | _impl_.service_.Clear();
- | ~~~~~~~~~~~~~~~~~~~~~^~
- /app/include/google/protobuf/repeated_ptr_field.h:304:5: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 304 | ABSL_DCHECK_GE(n, 0);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h: In instantiation of ‘google::protobuf::internal::RepeatedPtrFieldBase::Value<TypeHandler>* google::protobuf::internal::RepeatedPtrFieldBase::Mutable(int) [with TypeHandler = google::protobuf::internal::GenericTypeHandler<google::protobuf::ServiceDescriptorProto>; Value<TypeHandler> = google::protobuf::ServiceDescriptorProto]’:
- /app/include/google/protobuf/repeated_ptr_field.h:1381:52: required from ‘Element* google::protobuf::RepeatedPtrField<T>::Mutable(int) [with Element = google::protobuf::ServiceDescriptorProto]’
- 1381 | return RepeatedPtrFieldBase::Mutable<TypeHandler>(index);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:13096:46: required from here
- 13096 | return _internal_mutable_service()->Mutable(index);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- /app/include/google/protobuf/repeated_ptr_field.h:204:7: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 204 | ABSL_DCHECK_GE(index, 0);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h:205:7: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 205 | ABSL_DCHECK_LT(index, current_size_);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h: In instantiation of ‘google::protobuf::internal::RepeatedPtrFieldBase::Value<TypeHandler>& google::protobuf::internal::RepeatedPtrFieldBase::Get(int) const [with TypeHandler = google::protobuf::internal::GenericTypeHandler<google::protobuf::ServiceDescriptorProto>; Value<TypeHandler> = google::protobuf::ServiceDescriptorProto]’:
- /app/include/google/protobuf/repeated_ptr_field.h:1363:48: required from ‘const Element& google::protobuf::RepeatedPtrField<T>::Get(int) const [with Element = google::protobuf::ServiceDescriptorProto]’
- 1363 | return RepeatedPtrFieldBase::Get<TypeHandler>(index);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:13107:33: required from here
- 13107 | return _internal_service().Get(index);
- | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- /app/include/google/protobuf/repeated_ptr_field.h:289:7: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 289 | ABSL_DCHECK_GE(index, 0);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h:290:7: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 290 | ABSL_DCHECK_LT(index, current_size_);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h: In instantiation of ‘void google::protobuf::internal::RepeatedPtrFieldBase::Clear() [with TypeHandler = google::protobuf::internal::GenericTypeHandler<google::protobuf::FieldDescriptorProto>]’:
- /app/include/google/protobuf/repeated_ptr_field.h:1485:43: required from ‘void google::protobuf::RepeatedPtrField<T>::Clear() [with Element = google::protobuf::FieldDescriptorProto]’
- 1485 | RepeatedPtrFieldBase::Clear<TypeHandler>();
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
- /app/include/google/protobuf/descriptor.pb.h:13141:26: required from here
- 13141 | _impl_.extension_.Clear();
- | ~~~~~~~~~~~~~~~~~~~~~~~^~
- /app/include/google/protobuf/repeated_ptr_field.h:304:5: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 304 | ABSL_DCHECK_GE(n, 0);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h: In instantiation of ‘google::protobuf::internal::RepeatedPtrFieldBase::Value<TypeHandler>* google::protobuf::internal::RepeatedPtrFieldBase::Mutable(int) [with TypeHandler = google::protobuf::internal::GenericTypeHandler<google::protobuf::FieldDescriptorProto>; Value<TypeHandler> = google::protobuf::FieldDescriptorProto]’:
- /app/include/google/protobuf/repeated_ptr_field.h:1381:52: required from ‘Element* google::protobuf::RepeatedPtrField<T>::Mutable(int) [with Element = google::protobuf::FieldDescriptorProto]’
- 1381 | return RepeatedPtrFieldBase::Mutable<TypeHandler>(index);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:13146:48: required from here
- 13146 | return _internal_mutable_extension()->Mutable(index);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- /app/include/google/protobuf/repeated_ptr_field.h:204:7: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 204 | ABSL_DCHECK_GE(index, 0);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h:205:7: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 205 | ABSL_DCHECK_LT(index, current_size_);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h: In instantiation of ‘google::protobuf::internal::RepeatedPtrFieldBase::Value<TypeHandler>& google::protobuf::internal::RepeatedPtrFieldBase::Get(int) const [with TypeHandler = google::protobuf::internal::GenericTypeHandler<google::protobuf::FieldDescriptorProto>; Value<TypeHandler> = google::protobuf::FieldDescriptorProto]’:
- /app/include/google/protobuf/repeated_ptr_field.h:1363:48: required from ‘const Element& google::protobuf::RepeatedPtrField<T>::Get(int) const [with Element = google::protobuf::FieldDescriptorProto]’
- 1363 | return RepeatedPtrFieldBase::Get<TypeHandler>(index);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:13157:35: required from here
- 13157 | return _internal_extension().Get(index);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- /app/include/google/protobuf/repeated_ptr_field.h:289:7: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 289 | ABSL_DCHECK_GE(index, 0);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h:290:7: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 290 | ABSL_DCHECK_LT(index, current_size_);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h: In instantiation of ‘void google::protobuf::internal::RepeatedPtrFieldBase::Clear() [with TypeHandler = google::protobuf::internal::GenericTypeHandler<google::protobuf::DescriptorProto_ExtensionRange>]’:
- /app/include/google/protobuf/repeated_ptr_field.h:1485:43: required from ‘void google::protobuf::RepeatedPtrField<T>::Clear() [with Element = google::protobuf::DescriptorProto_ExtensionRange]’
- 1485 | RepeatedPtrFieldBase::Clear<TypeHandler>();
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
- /app/include/google/protobuf/descriptor.pb.h:13978:32: required from here
- 13978 | _impl_.extension_range_.Clear();
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
- /app/include/google/protobuf/repeated_ptr_field.h:304:5: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 304 | ABSL_DCHECK_GE(n, 0);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h: In instantiation of ‘google::protobuf::internal::RepeatedPtrFieldBase::Value<TypeHandler>* google::protobuf::internal::RepeatedPtrFieldBase::Mutable(int) [with TypeHandler = google::protobuf::internal::GenericTypeHandler<google::protobuf::DescriptorProto_ExtensionRange>; Value<TypeHandler> = google::protobuf::DescriptorProto_ExtensionRange]’:
- /app/include/google/protobuf/repeated_ptr_field.h:1381:52: required from ‘Element* google::protobuf::RepeatedPtrField<T>::Mutable(int) [with Element = google::protobuf::DescriptorProto_ExtensionRange]’
- 1381 | return RepeatedPtrFieldBase::Mutable<TypeHandler>(index);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:13983:54: required from here
- 13983 | return _internal_mutable_extension_range()->Mutable(index);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- /app/include/google/protobuf/repeated_ptr_field.h:204:7: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 204 | ABSL_DCHECK_GE(index, 0);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h:205:7: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 205 | ABSL_DCHECK_LT(index, current_size_);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h: In instantiation of ‘google::protobuf::internal::RepeatedPtrFieldBase::Value<TypeHandler>& google::protobuf::internal::RepeatedPtrFieldBase::Get(int) const [with TypeHandler = google::protobuf::internal::GenericTypeHandler<google::protobuf::DescriptorProto_ExtensionRange>; Value<TypeHandler> = google::protobuf::DescriptorProto_ExtensionRange]’:
- /app/include/google/protobuf/repeated_ptr_field.h:1363:48: required from ‘const Element& google::protobuf::RepeatedPtrField<T>::Get(int) const [with Element = google::protobuf::DescriptorProto_ExtensionRange]’
- 1363 | return RepeatedPtrFieldBase::Get<TypeHandler>(index);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:13994:41: required from here
- 13994 | return _internal_extension_range().Get(index);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- /app/include/google/protobuf/repeated_ptr_field.h:289:7: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 289 | ABSL_DCHECK_GE(index, 0);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h:290:7: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 290 | ABSL_DCHECK_LT(index, current_size_);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h: In instantiation of ‘void google::protobuf::internal::RepeatedPtrFieldBase::Clear() [with TypeHandler = google::protobuf::internal::GenericTypeHandler<google::protobuf::OneofDescriptorProto>]’:
- /app/include/google/protobuf/repeated_ptr_field.h:1485:43: required from ‘void google::protobuf::RepeatedPtrField<T>::Clear() [with Element = google::protobuf::OneofDescriptorProto]’
- 1485 | RepeatedPtrFieldBase::Clear<TypeHandler>();
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
- /app/include/google/protobuf/descriptor.pb.h:14028:27: required from here
- 14028 | _impl_.oneof_decl_.Clear();
- | ~~~~~~~~~~~~~~~~~~~~~~~~^~
- /app/include/google/protobuf/repeated_ptr_field.h:304:5: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 304 | ABSL_DCHECK_GE(n, 0);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h: In instantiation of ‘google::protobuf::internal::RepeatedPtrFieldBase::Value<TypeHandler>* google::protobuf::internal::RepeatedPtrFieldBase::Mutable(int) [with TypeHandler = google::protobuf::internal::GenericTypeHandler<google::protobuf::OneofDescriptorProto>; Value<TypeHandler> = google::protobuf::OneofDescriptorProto]’:
- /app/include/google/protobuf/repeated_ptr_field.h:1381:52: required from ‘Element* google::protobuf::RepeatedPtrField<T>::Mutable(int) [with Element = google::protobuf::OneofDescriptorProto]’
- 1381 | return RepeatedPtrFieldBase::Mutable<TypeHandler>(index);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:14033:49: required from here
- 14033 | return _internal_mutable_oneof_decl()->Mutable(index);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- /app/include/google/protobuf/repeated_ptr_field.h:204:7: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 204 | ABSL_DCHECK_GE(index, 0);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h:205:7: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 205 | ABSL_DCHECK_LT(index, current_size_);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h: In instantiation of ‘google::protobuf::internal::RepeatedPtrFieldBase::Value<TypeHandler>& google::protobuf::internal::RepeatedPtrFieldBase::Get(int) const [with TypeHandler = google::protobuf::internal::GenericTypeHandler<google::protobuf::OneofDescriptorProto>; Value<TypeHandler> = google::protobuf::OneofDescriptorProto]’:
- /app/include/google/protobuf/repeated_ptr_field.h:1363:48: required from ‘const Element& google::protobuf::RepeatedPtrField<T>::Get(int) const [with Element = google::protobuf::OneofDescriptorProto]’
- 1363 | return RepeatedPtrFieldBase::Get<TypeHandler>(index);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:14044:36: required from here
- 14044 | return _internal_oneof_decl().Get(index);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- /app/include/google/protobuf/repeated_ptr_field.h:289:7: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 289 | ABSL_DCHECK_GE(index, 0);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h:290:7: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 290 | ABSL_DCHECK_LT(index, current_size_);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h: In instantiation of ‘void google::protobuf::internal::RepeatedPtrFieldBase::Clear() [with TypeHandler = google::protobuf::internal::GenericTypeHandler<google::protobuf::DescriptorProto_ReservedRange>]’:
- /app/include/google/protobuf/repeated_ptr_field.h:1485:43: required from ‘void google::protobuf::RepeatedPtrField<T>::Clear() [with Element = google::protobuf::DescriptorProto_ReservedRange]’
- 1485 | RepeatedPtrFieldBase::Clear<TypeHandler>();
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
- /app/include/google/protobuf/descriptor.pb.h:14176:31: required from here
- 14176 | _impl_.reserved_range_.Clear();
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
- /app/include/google/protobuf/repeated_ptr_field.h:304:5: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 304 | ABSL_DCHECK_GE(n, 0);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h: In instantiation of ‘google::protobuf::internal::RepeatedPtrFieldBase::Value<TypeHandler>* google::protobuf::internal::RepeatedPtrFieldBase::Mutable(int) [with TypeHandler = google::protobuf::internal::GenericTypeHandler<google::protobuf::DescriptorProto_ReservedRange>; Value<TypeHandler> = google::protobuf::DescriptorProto_ReservedRange]’:
- /app/include/google/protobuf/repeated_ptr_field.h:1381:52: required from ‘Element* google::protobuf::RepeatedPtrField<T>::Mutable(int) [with Element = google::protobuf::DescriptorProto_ReservedRange]’
- 1381 | return RepeatedPtrFieldBase::Mutable<TypeHandler>(index);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:14181:53: required from here
- 14181 | return _internal_mutable_reserved_range()->Mutable(index);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- /app/include/google/protobuf/repeated_ptr_field.h:204:7: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 204 | ABSL_DCHECK_GE(index, 0);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h:205:7: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 205 | ABSL_DCHECK_LT(index, current_size_);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h: In instantiation of ‘google::protobuf::internal::RepeatedPtrFieldBase::Value<TypeHandler>& google::protobuf::internal::RepeatedPtrFieldBase::Get(int) const [with TypeHandler = google::protobuf::internal::GenericTypeHandler<google::protobuf::DescriptorProto_ReservedRange>; Value<TypeHandler> = google::protobuf::DescriptorProto_ReservedRange]’:
- /app/include/google/protobuf/repeated_ptr_field.h:1363:48: required from ‘const Element& google::protobuf::RepeatedPtrField<T>::Get(int) const [with Element = google::protobuf::DescriptorProto_ReservedRange]’
- 1363 | return RepeatedPtrFieldBase::Get<TypeHandler>(index);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:14192:40: required from here
- 14192 | return _internal_reserved_range().Get(index);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- /app/include/google/protobuf/repeated_ptr_field.h:289:7: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 289 | ABSL_DCHECK_GE(index, 0);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h:290:7: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 290 | ABSL_DCHECK_LT(index, current_size_);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h: In instantiation of ‘void google::protobuf::internal::RepeatedPtrFieldBase::Clear() [with TypeHandler = google::protobuf::internal::GenericTypeHandler<google::protobuf::UninterpretedOption>]’:
- /app/include/google/protobuf/repeated_ptr_field.h:1485:43: required from ‘void google::protobuf::RepeatedPtrField<T>::Clear() [with Element = google::protobuf::UninterpretedOption]’
- 1485 | RepeatedPtrFieldBase::Clear<TypeHandler>();
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
- /app/include/google/protobuf/descriptor.pb.h:14551:37: required from here
- 14551 | _impl_.uninterpreted_option_.Clear();
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
- /app/include/google/protobuf/repeated_ptr_field.h:304:5: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 304 | ABSL_DCHECK_GE(n, 0);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h: In instantiation of ‘google::protobuf::internal::RepeatedPtrFieldBase::Value<TypeHandler>* google::protobuf::internal::RepeatedPtrFieldBase::Mutable(int) [with TypeHandler = google::protobuf::internal::GenericTypeHandler<google::protobuf::UninterpretedOption>; Value<TypeHandler> = google::protobuf::UninterpretedOption]’:
- /app/include/google/protobuf/repeated_ptr_field.h:1381:52: required from ‘Element* google::protobuf::RepeatedPtrField<T>::Mutable(int) [with Element = google::protobuf::UninterpretedOption]’
- 1381 | return RepeatedPtrFieldBase::Mutable<TypeHandler>(index);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:14556:59: required from here
- 14556 | return _internal_mutable_uninterpreted_option()->Mutable(index);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- /app/include/google/protobuf/repeated_ptr_field.h:204:7: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 204 | ABSL_DCHECK_GE(index, 0);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h:205:7: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 205 | ABSL_DCHECK_LT(index, current_size_);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h: In instantiation of ‘google::protobuf::internal::RepeatedPtrFieldBase::Value<TypeHandler>& google::protobuf::internal::RepeatedPtrFieldBase::Get(int) const [with TypeHandler = google::protobuf::internal::GenericTypeHandler<google::protobuf::UninterpretedOption>; Value<TypeHandler> = google::protobuf::UninterpretedOption]’:
- /app/include/google/protobuf/repeated_ptr_field.h:1363:48: required from ‘const Element& google::protobuf::RepeatedPtrField<T>::Get(int) const [with Element = google::protobuf::UninterpretedOption]’
- 1363 | return RepeatedPtrFieldBase::Get<TypeHandler>(index);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:14567:46: required from here
- 14567 | return _internal_uninterpreted_option().Get(index);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- /app/include/google/protobuf/repeated_ptr_field.h:289:7: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 289 | ABSL_DCHECK_GE(index, 0);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h:290:7: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 290 | ABSL_DCHECK_LT(index, current_size_);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h: In instantiation of ‘void google::protobuf::internal::RepeatedPtrFieldBase::Clear() [with TypeHandler = google::protobuf::internal::GenericTypeHandler<google::protobuf::ExtensionRangeOptions_Declaration>]’:
- /app/include/google/protobuf/repeated_ptr_field.h:1485:43: required from ‘void google::protobuf::RepeatedPtrField<T>::Clear() [with Element = google::protobuf::ExtensionRangeOptions_Declaration]’
- 1485 | RepeatedPtrFieldBase::Clear<TypeHandler>();
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
- /app/include/google/protobuf/descriptor.pb.h:14601:28: required from here
- 14601 | _impl_.declaration_.Clear();
- | ~~~~~~~~~~~~~~~~~~~~~~~~~^~
- /app/include/google/protobuf/repeated_ptr_field.h:304:5: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 304 | ABSL_DCHECK_GE(n, 0);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h: In instantiation of ‘google::protobuf::internal::RepeatedPtrFieldBase::Value<TypeHandler>* google::protobuf::internal::RepeatedPtrFieldBase::Mutable(int) [with TypeHandler = google::protobuf::internal::GenericTypeHandler<google::protobuf::ExtensionRangeOptions_Declaration>; Value<TypeHandler> = google::protobuf::ExtensionRangeOptions_Declaration]’:
- /app/include/google/protobuf/repeated_ptr_field.h:1381:52: required from ‘Element* google::protobuf::RepeatedPtrField<T>::Mutable(int) [with Element = google::protobuf::ExtensionRangeOptions_Declaration]’
- 1381 | return RepeatedPtrFieldBase::Mutable<TypeHandler>(index);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:14606:50: required from here
- 14606 | return _internal_mutable_declaration()->Mutable(index);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- /app/include/google/protobuf/repeated_ptr_field.h:204:7: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 204 | ABSL_DCHECK_GE(index, 0);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h:205:7: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 205 | ABSL_DCHECK_LT(index, current_size_);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h: In instantiation of ‘google::protobuf::internal::RepeatedPtrFieldBase::Value<TypeHandler>& google::protobuf::internal::RepeatedPtrFieldBase::Get(int) const [with TypeHandler = google::protobuf::internal::GenericTypeHandler<google::protobuf::ExtensionRangeOptions_Declaration>; Value<TypeHandler> = google::protobuf::ExtensionRangeOptions_Declaration]’:
- /app/include/google/protobuf/repeated_ptr_field.h:1363:48: required from ‘const Element& google::protobuf::RepeatedPtrField<T>::Get(int) const [with Element = google::protobuf::ExtensionRangeOptions_Declaration]’
- 1363 | return RepeatedPtrFieldBase::Get<TypeHandler>(index);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:14617:37: required from here
- 14617 | return _internal_declaration().Get(index);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- /app/include/google/protobuf/repeated_ptr_field.h:289:7: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 289 | ABSL_DCHECK_GE(index, 0);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h:290:7: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 290 | ABSL_DCHECK_LT(index, current_size_);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h: In instantiation of ‘void google::protobuf::internal::RepeatedPtrFieldBase::Clear() [with TypeHandler = google::protobuf::internal::GenericTypeHandler<google::protobuf::EnumValueDescriptorProto>]’:
- /app/include/google/protobuf/repeated_ptr_field.h:1485:43: required from ‘void google::protobuf::RepeatedPtrField<T>::Clear() [with Element = google::protobuf::EnumValueDescriptorProto]’
- 1485 | RepeatedPtrFieldBase::Clear<TypeHandler>();
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
- /app/include/google/protobuf/descriptor.pb.h:15677:22: required from here
- 15677 | _impl_.value_.Clear();
- | ~~~~~~~~~~~~~~~~~~~^~
- /app/include/google/protobuf/repeated_ptr_field.h:304:5: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 304 | ABSL_DCHECK_GE(n, 0);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h: In instantiation of ‘google::protobuf::internal::RepeatedPtrFieldBase::Value<TypeHandler>* google::protobuf::internal::RepeatedPtrFieldBase::Mutable(int) [with TypeHandler = google::protobuf::internal::GenericTypeHandler<google::protobuf::EnumValueDescriptorProto>; Value<TypeHandler> = google::protobuf::EnumValueDescriptorProto]’:
- /app/include/google/protobuf/repeated_ptr_field.h:1381:52: required from ‘Element* google::protobuf::RepeatedPtrField<T>::Mutable(int) [with Element = google::protobuf::EnumValueDescriptorProto]’
- 1381 | return RepeatedPtrFieldBase::Mutable<TypeHandler>(index);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:15682:44: required from here
- 15682 | return _internal_mutable_value()->Mutable(index);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- /app/include/google/protobuf/repeated_ptr_field.h:204:7: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 204 | ABSL_DCHECK_GE(index, 0);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h:205:7: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 205 | ABSL_DCHECK_LT(index, current_size_);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h: In instantiation of ‘google::protobuf::internal::RepeatedPtrFieldBase::Value<TypeHandler>& google::protobuf::internal::RepeatedPtrFieldBase::Get(int) const [with TypeHandler = google::protobuf::internal::GenericTypeHandler<google::protobuf::EnumValueDescriptorProto>; Value<TypeHandler> = google::protobuf::EnumValueDescriptorProto]’:
- /app/include/google/protobuf/repeated_ptr_field.h:1363:48: required from ‘const Element& google::protobuf::RepeatedPtrField<T>::Get(int) const [with Element = google::protobuf::EnumValueDescriptorProto]’
- 1363 | return RepeatedPtrFieldBase::Get<TypeHandler>(index);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:15693:31: required from here
- 15693 | return _internal_value().Get(index);
- | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- /app/include/google/protobuf/repeated_ptr_field.h:289:7: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 289 | ABSL_DCHECK_GE(index, 0);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h:290:7: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 290 | ABSL_DCHECK_LT(index, current_size_);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h: In instantiation of ‘void google::protobuf::internal::RepeatedPtrFieldBase::Clear() [with TypeHandler = google::protobuf::internal::GenericTypeHandler<google::protobuf::EnumDescriptorProto_EnumReservedRange>]’:
- /app/include/google/protobuf/repeated_ptr_field.h:1485:43: required from ‘void google::protobuf::RepeatedPtrField<T>::Clear() [with Element = google::protobuf::EnumDescriptorProto_EnumReservedRange]’
- 1485 | RepeatedPtrFieldBase::Clear<TypeHandler>();
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
- /app/include/google/protobuf/descriptor.pb.h:15825:31: required from here
- 15825 | _impl_.reserved_range_.Clear();
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
- /app/include/google/protobuf/repeated_ptr_field.h:304:5: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 304 | ABSL_DCHECK_GE(n, 0);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h: In instantiation of ‘google::protobuf::internal::RepeatedPtrFieldBase::Value<TypeHandler>* google::protobuf::internal::RepeatedPtrFieldBase::Mutable(int) [with TypeHandler = google::protobuf::internal::GenericTypeHandler<google::protobuf::EnumDescriptorProto_EnumReservedRange>; Value<TypeHandler> = google::protobuf::EnumDescriptorProto_EnumReservedRange]’:
- /app/include/google/protobuf/repeated_ptr_field.h:1381:52: required from ‘Element* google::protobuf::RepeatedPtrField<T>::Mutable(int) [with Element = google::protobuf::EnumDescriptorProto_EnumReservedRange]’
- 1381 | return RepeatedPtrFieldBase::Mutable<TypeHandler>(index);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:15830:53: required from here
- 15830 | return _internal_mutable_reserved_range()->Mutable(index);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- /app/include/google/protobuf/repeated_ptr_field.h:204:7: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 204 | ABSL_DCHECK_GE(index, 0);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h:205:7: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 205 | ABSL_DCHECK_LT(index, current_size_);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h: In instantiation of ‘google::protobuf::internal::RepeatedPtrFieldBase::Value<TypeHandler>& google::protobuf::internal::RepeatedPtrFieldBase::Get(int) const [with TypeHandler = google::protobuf::internal::GenericTypeHandler<google::protobuf::EnumDescriptorProto_EnumReservedRange>; Value<TypeHandler> = google::protobuf::EnumDescriptorProto_EnumReservedRange]’:
- /app/include/google/protobuf/repeated_ptr_field.h:1363:48: required from ‘const Element& google::protobuf::RepeatedPtrField<T>::Get(int) const [with Element = google::protobuf::EnumDescriptorProto_EnumReservedRange]’
- 1363 | return RepeatedPtrFieldBase::Get<TypeHandler>(index);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:15841:40: required from here
- 15841 | return _internal_reserved_range().Get(index);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- /app/include/google/protobuf/repeated_ptr_field.h:289:7: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 289 | ABSL_DCHECK_GE(index, 0);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h:290:7: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 290 | ABSL_DCHECK_LT(index, current_size_);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h: In instantiation of ‘void google::protobuf::internal::RepeatedPtrFieldBase::Clear() [with TypeHandler = google::protobuf::internal::GenericTypeHandler<google::protobuf::MethodDescriptorProto>]’:
- /app/include/google/protobuf/repeated_ptr_field.h:1485:43: required from ‘void google::protobuf::RepeatedPtrField<T>::Clear() [with Element = google::protobuf::MethodDescriptorProto]’
- 1485 | RepeatedPtrFieldBase::Clear<TypeHandler>();
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
- /app/include/google/protobuf/descriptor.pb.h:16242:23: required from here
- 16242 | _impl_.method_.Clear();
- | ~~~~~~~~~~~~~~~~~~~~^~
- /app/include/google/protobuf/repeated_ptr_field.h:304:5: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 304 | ABSL_DCHECK_GE(n, 0);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h: In instantiation of ‘google::protobuf::internal::RepeatedPtrFieldBase::Value<TypeHandler>* google::protobuf::internal::RepeatedPtrFieldBase::Mutable(int) [with TypeHandler = google::protobuf::internal::GenericTypeHandler<google::protobuf::MethodDescriptorProto>; Value<TypeHandler> = google::protobuf::MethodDescriptorProto]’:
- /app/include/google/protobuf/repeated_ptr_field.h:1381:52: required from ‘Element* google::protobuf::RepeatedPtrField<T>::Mutable(int) [with Element = google::protobuf::MethodDescriptorProto]’
- 1381 | return RepeatedPtrFieldBase::Mutable<TypeHandler>(index);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:16247:45: required from here
- 16247 | return _internal_mutable_method()->Mutable(index);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- /app/include/google/protobuf/repeated_ptr_field.h:204:7: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 204 | ABSL_DCHECK_GE(index, 0);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h:205:7: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 205 | ABSL_DCHECK_LT(index, current_size_);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h: In instantiation of ‘google::protobuf::internal::RepeatedPtrFieldBase::Value<TypeHandler>& google::protobuf::internal::RepeatedPtrFieldBase::Get(int) const [with TypeHandler = google::protobuf::internal::GenericTypeHandler<google::protobuf::MethodDescriptorProto>; Value<TypeHandler> = google::protobuf::MethodDescriptorProto]’:
- /app/include/google/protobuf/repeated_ptr_field.h:1363:48: required from ‘const Element& google::protobuf::RepeatedPtrField<T>::Get(int) const [with Element = google::protobuf::MethodDescriptorProto]’
- 1363 | return RepeatedPtrFieldBase::Get<TypeHandler>(index);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:16258:32: required from here
- 16258 | return _internal_method().Get(index);
- | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- /app/include/google/protobuf/repeated_ptr_field.h:289:7: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 289 | ABSL_DCHECK_GE(index, 0);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h:290:7: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 290 | ABSL_DCHECK_LT(index, current_size_);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h: In instantiation of ‘void google::protobuf::internal::RepeatedPtrFieldBase::Clear() [with TypeHandler = google::protobuf::internal::GenericTypeHandler<google::protobuf::FieldOptions_EditionDefault>]’:
- /app/include/google/protobuf/repeated_ptr_field.h:1485:43: required from ‘void google::protobuf::RepeatedPtrField<T>::Clear() [with Element = google::protobuf::FieldOptions_EditionDefault]’
- 1485 | RepeatedPtrFieldBase::Clear<TypeHandler>();
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
- /app/include/google/protobuf/descriptor.pb.h:18731:33: required from here
- 18731 | _impl_.edition_defaults_.Clear();
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
- /app/include/google/protobuf/repeated_ptr_field.h:304:5: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 304 | ABSL_DCHECK_GE(n, 0);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h: In instantiation of ‘google::protobuf::internal::RepeatedPtrFieldBase::Value<TypeHandler>* google::protobuf::internal::RepeatedPtrFieldBase::Mutable(int) [with TypeHandler = google::protobuf::internal::GenericTypeHandler<google::protobuf::FieldOptions_EditionDefault>; Value<TypeHandler> = google::protobuf::FieldOptions_EditionDefault]’:
- /app/include/google/protobuf/repeated_ptr_field.h:1381:52: required from ‘Element* google::protobuf::RepeatedPtrField<T>::Mutable(int) [with Element = google::protobuf::FieldOptions_EditionDefault]’
- 1381 | return RepeatedPtrFieldBase::Mutable<TypeHandler>(index);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:18736:55: required from here
- 18736 | return _internal_mutable_edition_defaults()->Mutable(index);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- /app/include/google/protobuf/repeated_ptr_field.h:204:7: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 204 | ABSL_DCHECK_GE(index, 0);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h:205:7: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 205 | ABSL_DCHECK_LT(index, current_size_);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h: In instantiation of ‘google::protobuf::internal::RepeatedPtrFieldBase::Value<TypeHandler>& google::protobuf::internal::RepeatedPtrFieldBase::Get(int) const [with TypeHandler = google::protobuf::internal::GenericTypeHandler<google::protobuf::FieldOptions_EditionDefault>; Value<TypeHandler> = google::protobuf::FieldOptions_EditionDefault]’:
- /app/include/google/protobuf/repeated_ptr_field.h:1363:48: required from ‘const Element& google::protobuf::RepeatedPtrField<T>::Get(int) const [with Element = google::protobuf::FieldOptions_EditionDefault]’
- 1363 | return RepeatedPtrFieldBase::Get<TypeHandler>(index);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:18747:42: required from here
- 18747 | return _internal_edition_defaults().Get(index);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- /app/include/google/protobuf/repeated_ptr_field.h:289:7: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 289 | ABSL_DCHECK_GE(index, 0);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h:290:7: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 290 | ABSL_DCHECK_LT(index, current_size_);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h: In instantiation of ‘void google::protobuf::internal::RepeatedPtrFieldBase::Clear() [with TypeHandler = google::protobuf::internal::GenericTypeHandler<google::protobuf::UninterpretedOption_NamePart>]’:
- /app/include/google/protobuf/repeated_ptr_field.h:1485:43: required from ‘void google::protobuf::RepeatedPtrField<T>::Clear() [with Element = google::protobuf::UninterpretedOption_NamePart]’
- 1485 | RepeatedPtrFieldBase::Clear<TypeHandler>();
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
- /app/include/google/protobuf/descriptor.pb.h:20217:21: required from here
- 20217 | _impl_.name_.Clear();
- | ~~~~~~~~~~~~~~~~~~^~
- /app/include/google/protobuf/repeated_ptr_field.h:304:5: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 304 | ABSL_DCHECK_GE(n, 0);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h: In instantiation of ‘google::protobuf::internal::RepeatedPtrFieldBase::Value<TypeHandler>* google::protobuf::internal::RepeatedPtrFieldBase::Mutable(int) [with TypeHandler = google::protobuf::internal::GenericTypeHandler<google::protobuf::UninterpretedOption_NamePart>; Value<TypeHandler> = google::protobuf::UninterpretedOption_NamePart]’:
- /app/include/google/protobuf/repeated_ptr_field.h:1381:52: required from ‘Element* google::protobuf::RepeatedPtrField<T>::Mutable(int) [with Element = google::protobuf::UninterpretedOption_NamePart]’
- 1381 | return RepeatedPtrFieldBase::Mutable<TypeHandler>(index);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:20222:43: required from here
- 20222 | return _internal_mutable_name()->Mutable(index);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- /app/include/google/protobuf/repeated_ptr_field.h:204:7: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 204 | ABSL_DCHECK_GE(index, 0);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h:205:7: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 205 | ABSL_DCHECK_LT(index, current_size_);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h: In instantiation of ‘google::protobuf::internal::RepeatedPtrFieldBase::Value<TypeHandler>& google::protobuf::internal::RepeatedPtrFieldBase::Get(int) const [with TypeHandler = google::protobuf::internal::GenericTypeHandler<google::protobuf::UninterpretedOption_NamePart>; Value<TypeHandler> = google::protobuf::UninterpretedOption_NamePart]’:
- /app/include/google/protobuf/repeated_ptr_field.h:1363:48: required from ‘const Element& google::protobuf::RepeatedPtrField<T>::Get(int) const [with Element = google::protobuf::UninterpretedOption_NamePart]’
- 1363 | return RepeatedPtrFieldBase::Get<TypeHandler>(index);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:20233:30: required from here
- 20233 | return _internal_name().Get(index);
- | ~~~~~~~~~~~~~~~~~~~~^~~~~~~
- /app/include/google/protobuf/repeated_ptr_field.h:289:7: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 289 | ABSL_DCHECK_GE(index, 0);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h:290:7: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 290 | ABSL_DCHECK_LT(index, current_size_);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h: In instantiation of ‘void google::protobuf::internal::RepeatedPtrFieldBase::Clear() [with TypeHandler = google::protobuf::internal::GenericTypeHandler<google::protobuf::FeatureSetDefaults_FeatureSetEditionDefault>]’:
- /app/include/google/protobuf/repeated_ptr_field.h:1485:43: required from ‘void google::protobuf::RepeatedPtrField<T>::Clear() [with Element = google::protobuf::FeatureSetDefaults_FeatureSetEditionDefault]’
- 1485 | RepeatedPtrFieldBase::Clear<TypeHandler>();
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
- /app/include/google/protobuf/descriptor.pb.h:21049:25: required from here
- 21049 | _impl_.defaults_.Clear();
- | ~~~~~~~~~~~~~~~~~~~~~~^~
- /app/include/google/protobuf/repeated_ptr_field.h:304:5: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 304 | ABSL_DCHECK_GE(n, 0);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h: In instantiation of ‘google::protobuf::internal::RepeatedPtrFieldBase::Value<TypeHandler>* google::protobuf::internal::RepeatedPtrFieldBase::Mutable(int) [with TypeHandler = google::protobuf::internal::GenericTypeHandler<google::protobuf::FeatureSetDefaults_FeatureSetEditionDefault>; Value<TypeHandler> = google::protobuf::FeatureSetDefaults_FeatureSetEditionDefault]’:
- /app/include/google/protobuf/repeated_ptr_field.h:1381:52: required from ‘Element* google::protobuf::RepeatedPtrField<T>::Mutable(int) [with Element = google::protobuf::FeatureSetDefaults_FeatureSetEditionDefault]’
- 1381 | return RepeatedPtrFieldBase::Mutable<TypeHandler>(index);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:21054:47: required from here
- 21054 | return _internal_mutable_defaults()->Mutable(index);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- /app/include/google/protobuf/repeated_ptr_field.h:204:7: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 204 | ABSL_DCHECK_GE(index, 0);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h:205:7: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 205 | ABSL_DCHECK_LT(index, current_size_);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h: In instantiation of ‘google::protobuf::internal::RepeatedPtrFieldBase::Value<TypeHandler>& google::protobuf::internal::RepeatedPtrFieldBase::Get(int) const [with TypeHandler = google::protobuf::internal::GenericTypeHandler<google::protobuf::FeatureSetDefaults_FeatureSetEditionDefault>; Value<TypeHandler> = google::protobuf::FeatureSetDefaults_FeatureSetEditionDefault]’:
- /app/include/google/protobuf/repeated_ptr_field.h:1363:48: required from ‘const Element& google::protobuf::RepeatedPtrField<T>::Get(int) const [with Element = google::protobuf::FeatureSetDefaults_FeatureSetEditionDefault]’
- 1363 | return RepeatedPtrFieldBase::Get<TypeHandler>(index);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:21065:34: required from here
- 21065 | return _internal_defaults().Get(index);
- | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- /app/include/google/protobuf/repeated_ptr_field.h:289:7: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 289 | ABSL_DCHECK_GE(index, 0);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h:290:7: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 290 | ABSL_DCHECK_LT(index, current_size_);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h: In instantiation of ‘void google::protobuf::internal::RepeatedPtrFieldBase::Clear() [with TypeHandler = google::protobuf::internal::GenericTypeHandler<google::protobuf::SourceCodeInfo_Location>]’:
- /app/include/google/protobuf/repeated_ptr_field.h:1485:43: required from ‘void google::protobuf::RepeatedPtrField<T>::Clear() [with Element = google::protobuf::SourceCodeInfo_Location]’
- 1485 | RepeatedPtrFieldBase::Clear<TypeHandler>();
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
- /app/include/google/protobuf/descriptor.pb.h:21463:25: required from here
- 21463 | _impl_.location_.Clear();
- | ~~~~~~~~~~~~~~~~~~~~~~^~
- /app/include/google/protobuf/repeated_ptr_field.h:304:5: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 304 | ABSL_DCHECK_GE(n, 0);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h: In instantiation of ‘google::protobuf::internal::RepeatedPtrFieldBase::Value<TypeHandler>* google::protobuf::internal::RepeatedPtrFieldBase::Mutable(int) [with TypeHandler = google::protobuf::internal::GenericTypeHandler<google::protobuf::SourceCodeInfo_Location>; Value<TypeHandler> = google::protobuf::SourceCodeInfo_Location]’:
- /app/include/google/protobuf/repeated_ptr_field.h:1381:52: required from ‘Element* google::protobuf::RepeatedPtrField<T>::Mutable(int) [with Element = google::protobuf::SourceCodeInfo_Location]’
- 1381 | return RepeatedPtrFieldBase::Mutable<TypeHandler>(index);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:21468:47: required from here
- 21468 | return _internal_mutable_location()->Mutable(index);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- /app/include/google/protobuf/repeated_ptr_field.h:204:7: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 204 | ABSL_DCHECK_GE(index, 0);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h:205:7: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 205 | ABSL_DCHECK_LT(index, current_size_);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h: In instantiation of ‘google::protobuf::internal::RepeatedPtrFieldBase::Value<TypeHandler>& google::protobuf::internal::RepeatedPtrFieldBase::Get(int) const [with TypeHandler = google::protobuf::internal::GenericTypeHandler<google::protobuf::SourceCodeInfo_Location>; Value<TypeHandler> = google::protobuf::SourceCodeInfo_Location]’:
- /app/include/google/protobuf/repeated_ptr_field.h:1363:48: required from ‘const Element& google::protobuf::RepeatedPtrField<T>::Get(int) const [with Element = google::protobuf::SourceCodeInfo_Location]’
- 1363 | return RepeatedPtrFieldBase::Get<TypeHandler>(index);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:21479:34: required from here
- 21479 | return _internal_location().Get(index);
- | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- /app/include/google/protobuf/repeated_ptr_field.h:289:7: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 289 | ABSL_DCHECK_GE(index, 0);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h:290:7: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 290 | ABSL_DCHECK_LT(index, current_size_);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h: In instantiation of ‘void google::protobuf::internal::RepeatedPtrFieldBase::Clear() [with TypeHandler = google::protobuf::internal::GenericTypeHandler<google::protobuf::GeneratedCodeInfo_Annotation>]’:
- /app/include/google/protobuf/repeated_ptr_field.h:1485:43: required from ‘void google::protobuf::RepeatedPtrField<T>::Clear() [with Element = google::protobuf::GeneratedCodeInfo_Annotation]’
- 1485 | RepeatedPtrFieldBase::Clear<TypeHandler>();
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
- /app/include/google/protobuf/descriptor.pb.h:21723:27: required from here
- 21723 | _impl_.annotation_.Clear();
- | ~~~~~~~~~~~~~~~~~~~~~~~~^~
- /app/include/google/protobuf/repeated_ptr_field.h:304:5: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 304 | ABSL_DCHECK_GE(n, 0);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h: In instantiation of ‘google::protobuf::internal::RepeatedPtrFieldBase::Value<TypeHandler>* google::protobuf::internal::RepeatedPtrFieldBase::Mutable(int) [with TypeHandler = google::protobuf::internal::GenericTypeHandler<google::protobuf::GeneratedCodeInfo_Annotation>; Value<TypeHandler> = google::protobuf::GeneratedCodeInfo_Annotation]’:
- /app/include/google/protobuf/repeated_ptr_field.h:1381:52: required from ‘Element* google::protobuf::RepeatedPtrField<T>::Mutable(int) [with Element = google::protobuf::GeneratedCodeInfo_Annotation]’
- 1381 | return RepeatedPtrFieldBase::Mutable<TypeHandler>(index);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:21728:49: required from here
- 21728 | return _internal_mutable_annotation()->Mutable(index);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- /app/include/google/protobuf/repeated_ptr_field.h:204:7: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 204 | ABSL_DCHECK_GE(index, 0);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h:205:7: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 205 | ABSL_DCHECK_LT(index, current_size_);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h: In instantiation of ‘google::protobuf::internal::RepeatedPtrFieldBase::Value<TypeHandler>& google::protobuf::internal::RepeatedPtrFieldBase::Get(int) const [with TypeHandler = google::protobuf::internal::GenericTypeHandler<google::protobuf::GeneratedCodeInfo_Annotation>; Value<TypeHandler> = google::protobuf::GeneratedCodeInfo_Annotation]’:
- /app/include/google/protobuf/repeated_ptr_field.h:1363:48: required from ‘const Element& google::protobuf::RepeatedPtrField<T>::Get(int) const [with Element = google::protobuf::GeneratedCodeInfo_Annotation]’
- 1363 | return RepeatedPtrFieldBase::Get<TypeHandler>(index);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- /app/include/google/protobuf/descriptor.pb.h:21739:36: required from here
- 21739 | return _internal_annotation().Get(index);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- /app/include/google/protobuf/repeated_ptr_field.h:289:7: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 289 | ABSL_DCHECK_GE(index, 0);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /app/include/google/protobuf/repeated_ptr_field.h:290:7: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’
- 290 | ABSL_DCHECK_LT(index, current_size_);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’
- 355 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’
- 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’
- 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided
- /usr/include/absl/strings/cord.h: In instantiation of ‘H absl::lts_20240722::Cord::HashFragmented(H) const [with H = absl::lts_20240722::hash_internal::MixingHashState]’:
- /usr/include/absl/strings/cord.h:824:28: required from ‘H absl::lts_20240722::AbslHashValue(H, const Cord&) [with H = hash_internal::MixingHashState]’
- 824 | return c.HashFragmented(std::move(hash_state));
- | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/absl/hash/internal/hash.h:948:27: required from ‘static absl::lts_20240722::enable_if_t<((bool)std::is_same<H, decltype (absl::lts_20240722::hash_internal::AbslHashValue(std::move(state), value))>::value), H> absl::lts_20240722::hash_internal::HashSelect::HashValueProbe::Invoke(H, const T&) [with H = absl::lts_20240722::hash_internal::MixingHashState; T = absl::lts_20240722::Cord; absl::lts_20240722::enable_if_t<((bool)std::is_same<H, decltype (absl::lts_20240722::hash_internal::AbslHashValue(std::move(state), value))>::value), H> = absl::lts_20240722::hash_internal::MixingHashState; decltype (absl::lts_20240722::hash_internal::AbslHashValue(std::move(state), value)) = absl::lts_20240722::hash_internal::MixingHashState]’
- 948 | return AbslHashValue(std::move(state), value);
- | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/absl/hash/internal/hash.h:1321:73: required from ‘static H absl::lts_20240722::hash_internal::HashStateBase<H>::combine(H, const T&, const Ts& ...) [with T = absl::lts_20240722::Cord; Ts = {}; H = absl::lts_20240722::hash_internal::MixingHashState]’
- 1321 | return H::combine(hash_internal::HashSelect::template Apply<T>::Invoke(
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
- 1322 | std::move(state), value),
- | ~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/absl/hash/internal/hash.h:1056:39: required from ‘static size_t absl::lts_20240722::hash_internal::MixingHashState::hash(const T&) [with T = absl::lts_20240722::Cord; typename std::enable_if<(! absl::lts_20240722::conjunction<std::is_integral<_Tp>, absl::lts_20240722::hash_internal::is_uniquely_represented<T, void> >::value), int>::type <anonymous> = 0; size_t = long unsigned int]’
- 1056 | return static_cast<size_t>(combine(MixingHashState{}, value).state_);
- | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/absl/hash/internal/hash.h:1310:33: required from ‘size_t absl::lts_20240722::hash_internal::HashImpl<T>::operator()(const T&) const [with T = absl::lts_20240722::Cord; size_t = long unsigned int]’
- 1310 | return MixingHashState::hash(value);
- | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- /usr/include/absl/container/internal/hash_function_defaults.h:83:36: required from here
- 83 | return absl::Hash<absl::Cord>{}(v);
- | ~~~~~~~~~~~~~~~~~~~~~~~~^~~
- /usr/include/absl/strings/cord.h:1102:18: error: cannot convert ‘absl::lts_20240722::Cord::HashFragmented<absl::lts_20240722::hash_internal::MixingHashState>(absl::lts_20240722::hash_internal::MixingHashState) const::<lambda(int)>’ to ‘int’
- 1102 | ForEachChunk([&combiner, &hash_state](absl::string_view chunk) {
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- | |
- | absl::lts_20240722::Cord::HashFragmented<absl::lts_20240722::hash_internal::MixingHashState>(absl::lts_20240722::hash_internal::MixingHashState) const::<lambda(int)>
- 1103 | hash_state = combiner.add_buffer(std::move(hash_state), chunk.data(),
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 1104 | chunk.size());
- | ~~~~~~~~~~~~~~
- 1105 | });
- | ~
- /usr/include/absl/strings/cord.h:1698:48: note: initializing argument 1 of ‘void absl::lts_20240722::Cord::ForEachChunk(int) const’
- 1698 | absl::FunctionRef<void(absl::string_view)> callback) const {
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
- ninja: build stopped: subcommand failed.
- .
- -- Building on x86_64 for default
- -- AES support enabled
- -- Performing Test _Werror__Wformat_c
- -- Performing Test _Werror__Wformat_c - Success
- -- Performing Test _Werror__Wformat_cxx
- -- Performing Test _Werror__Wformat_cxx - Success
- -- Performing Test _Werror__Wformat_security_c
- -- Performing Test _Werror__Wformat_security_c - Failed
- -- Performing Test _Werror__Wformat_security_cxx
- -- Performing Test _Werror__Wformat_security_cxx - Failed
- -- Performing Test _Werror__fstack_protector_c
- -- Performing Test _Werror__fstack_protector_c - Success
- -- Performing Test _Werror__fstack_protector_cxx
- -- Performing Test _Werror__fstack_protector_cxx - Success
- -- Performing Test _Werror__fstack_protector_strong_c
- -- Performing Test _Werror__fstack_protector_strong_c - Success
- -- Performing Test _Werror__fstack_protector_strong_cxx
- -- Performing Test _Werror__fstack_protector_strong_cxx - Success
- -- Performing Test _Werror__fcf_protection=full_c
- -- Performing Test _Werror__fcf_protection=full_c - Success
- -- Performing Test _Werror__fcf_protection=full_cxx
- -- Performing Test _Werror__fcf_protection=full_cxx - Success
- -- Performing Test _Werror__fstack_clash_protection_c
- -- Performing Test _Werror__fstack_clash_protection_c - Success
- -- Performing Test _Werror__fstack_clash_protection_cxx
- -- Performing Test _Werror__fstack_clash_protection_cxx - Success
- -- Looking for -pie linker flag
- -- Looking for -pie linker flag - found
- -- Looking for -Wl,-z,relro linker flag
- -- Looking for -Wl,-z,relro linker flag - found
- -- Looking for -Wl,-z,now linker flag
- -- Looking for -Wl,-z,now linker flag - found
- -- Looking for -Wl,-z,noexecstack linker flag
- -- Looking for -Wl,-z,noexecstack linker flag - found
- -- Looking for -Wl,-z,noexecheap linker flag
- -- Looking for -Wl,-z,noexecheap linker flag - not found
- -- Performing Test _Werror__Werror=switch_c
- -- Performing Test _Werror__Werror=switch_c - Success
- -- Performing Test _Werror__Werror=switch_cxx
- -- Performing Test _Werror__Werror=switch_cxx - Success
- -- Performing Test _Werror__Werror=return_type_c
- -- Performing Test _Werror__Werror=return_type_c - Success
- -- Performing Test _Werror__Werror=return_type_cxx
- -- Performing Test _Werror__Werror=return_type_cxx - Success
- -- Using C security hardening flags: -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wformat -fstack-protector -fstack-protector-strong -fcf-protection=full -fstack-clash-protection -Werror=switch -Werror=return-type
- -- Using C++ security hardening flags: -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wformat -fstack-protector -fstack-protector-strong -fcf-protection=full -fstack-clash-protection -Werror=switch -Werror=return-type
- -- Using linker security hardening flags: -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack
- -- Found Boost Version: 1.88.0
- -- Boost components: filesystem;thread;date_time;chrono;serialization;program_options;locale
- -- Found Readline: /usr/include
- -- Looking for rl_copy_text
- -- Looking for rl_copy_text - found
- -- Looking for rl_filename_completion_function
- -- Looking for rl_filename_completion_function - found
- -- Found readline library at: /usr
- -- ZMQ_LIB: /app/lib/libzmq.so;/app/lib/libsodium.so
- -- SODIUM_INCLUDE_PATH: /app/include
- -- Found Git: /usr/bin/git
- -- Looking for a ASM-ATT compiler
- -- Looking for a ASM-ATT compiler - /usr/bin/as
- -- Trezor support disabled
- -- Not building tests
- -- Not building debug utilities
- -- Found Doxygen: /usr/bin/doxygen (found version "1.13.2") found components: doxygen missing components: dot
- -- Found Git: /usr/bin/git
- -- /run/build/monero-gui/cmake
- -- libsodium: libraries at /app/lib/libsodium.so
- -- Found X11: /usr/include
- -- Looking for XOpenDisplay in /usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/libXext.so
- -- Looking for XOpenDisplay in /usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/libXext.so - found
- -- Looking for gethostbyname
- -- Looking for gethostbyname - found
- -- Looking for connect
- -- Looking for connect - found
- -- Looking for remove
- -- Looking for remove - found
- -- Looking for shmat
- -- Looking for shmat - found
- -- Looking for IceConnectionNumber in ICE
- -- Looking for IceConnectionNumber in ICE - found
- -- X11_FOUND = TRUE
- -- X11_INCLUDE_DIR = /usr/include
- -- X11_LIBRARIES = /usr/lib/x86_64-linux-gnu/libSM.so;/usr/lib/x86_64-linux-gnu/libICE.so;/usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/libXext.so
- -- Found PkgConfig: /usr/bin/pkg-config (found version "2.4.3")
- -- Checking for modules 'Qt5Core;Qt5Quick;Qt5Gui;Qt5Qml;Qt5Svg;Qt5Xml;Qt5QmlModels;Qt5XmlPatterns'
- -- Found Qt5Core, version 5.15.15
- -- Found Qt5Quick, version 5.15.15
- -- Found Qt5Gui, version 5.15.15
- -- Found Qt5Qml, version 5.15.15
- -- Found Qt5Svg, version 5.15.15
- -- Found Qt5Xml, version 5.15.15
- -- Found Qt5QmlModels, version 5.15.15
- -- Found Qt5XmlPatterns, version 5.15.15
- -- Performing Test _Werror__fno_strict_aliasing_c
- -- Performing Test _Werror__fno_strict_aliasing_c - Success
- -- Performing Test _Werror__fno_strict_aliasing_cxx
- -- Performing Test _Werror__fno_strict_aliasing_cxx - Success
- -- Performing Test _Werror__fPIC_c
- -- Performing Test _Werror__fPIC_c - Success
- -- Performing Test _Werror__fPIC_cxx
- -- Performing Test _Werror__fPIC_cxx - Success
- -- Using C security hardening flags: -Wformat -fstack-protector -fstack-protector-strong -fcf-protection=full -fstack-clash-protection -fno-strict-aliasing -fPIC
- -- Using C++ security hardening flags: -Wformat -fstack-protector -fstack-protector-strong -fcf-protection=full -fstack-clash-protection -fno-strict-aliasing -fPIC
- -- Using linker security hardening flags: -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack
- -- OpenGL: include dir at
- -- OpenGL: libraries at
- -- Configuring done (9.3s)
- -- Generating done (0.4s)
- -- Build files have been written to: /run/build/monero-gui
- [1/482] Creating directories for 'generate_translations_header'
- [2/482] Building C object monero/external/randomx/CMakeFiles/randomx.dir/src/argon2_ref.c.o
- [3/482] Building CXX object monero/external/randomx/CMakeFiles/randomx.dir/src/cpu.cpp.o
- [4/482] Building C object monero/external/randomx/CMakeFiles/randomx.dir/src/argon2_avx2.c.o
- [5/482] Building C object monero/external/randomx/CMakeFiles/randomx.dir/src/virtual_memory.c.o
- [6/482] Building CXX object monero/external/randomx/CMakeFiles/randomx.dir/src/aes_hash.cpp.o
- [7/482] Building C object monero/external/randomx/CMakeFiles/randomx.dir/src/argon2_ssse3.c.o
- [8/482] Building CXX object monero/external/randomx/CMakeFiles/randomx.dir/src/soft_aes.cpp.o
- [9/482] No download step for 'generate_translations_header'
- [10/482] Building CXX object monero/external/randomx/CMakeFiles/randomx.dir/src/bytecode_machine.cpp.o
- [11/482] Building CXX object monero/external/randomx/CMakeFiles/randomx.dir/src/dataset.cpp.o
- [12/482] Building CXX object monero/external/randomx/CMakeFiles/randomx.dir/src/vm_interpreted.cpp.o
- [13/482] Building CXX object monero/external/randomx/CMakeFiles/randomx.dir/src/allocator.cpp.o
- [14/482] Building CXX object monero/external/randomx/CMakeFiles/randomx.dir/src/assembly_generator_x86.cpp.o
- [15/482] Building CXX object monero/external/randomx/CMakeFiles/randomx.dir/src/instruction.cpp.o
- [16/482] Building CXX object monero/external/randomx/CMakeFiles/randomx.dir/src/blake2_generator.cpp.o
- [17/482] Building CXX object monero/external/randomx/CMakeFiles/randomx.dir/src/superscalar.cpp.o
- [18/482] Building CXX object monero/external/randomx/CMakeFiles/randomx.dir/src/randomx.cpp.o
- [19/482] Building CXX object monero/external/randomx/CMakeFiles/randomx.dir/src/vm_compiled.cpp.o
- [20/482] Building C object monero/external/randomx/CMakeFiles/randomx.dir/src/argon2_core.c.o
- [21/482] Building CXX object monero/external/randomx/CMakeFiles/randomx.dir/src/vm_interpreted_light.cpp.o
- [22/482] Building C object monero/external/randomx/CMakeFiles/randomx.dir/src/reciprocal.c.o
- [23/482] No update step for 'generate_translations_header'
- [24/482] Building CXX object monero/external/randomx/CMakeFiles/randomx.dir/src/instructions_portable.cpp.o
- [25/482] Building C object monero/external/randomx/CMakeFiles/randomx.dir/src/blake2/blake2b.c.o
- [26/482] Building CXX object monero/external/easylogging++/CMakeFiles/easylogging.dir/easylogging++.cc.o
- In file included from /usr/include/features.h:511,
- from /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
- from /usr/include/limits.h:26,
- from /usr/lib/gcc/x86_64-unknown-linux-gnu/14.2.0/include/limits.h:210,
- from /usr/lib/gcc/x86_64-unknown-linux-gnu/14.2.0/include/syslimits.h:7,
- from /usr/lib/gcc/x86_64-unknown-linux-gnu/14.2.0/include/limits.h:34,
- from /run/build/monero-gui/monero/external/easylogging++/ea_config.h:3,
- from /run/build/monero-gui/monero/external/easylogging++/easylogging++.h:19,
- from /run/build/monero-gui/monero/external/easylogging++/easylogging++.cc:18:
- In function ‘size_t wcstombs(char*, const wchar_t*, size_t)’,
- inlined from ‘static char* el::base::utils::Str::wcharPtrToCharPtr(const wchar_t*)’ at /run/build/monero-gui/monero/external/easylogging++/easylogging++.cc:1124:16:
- /usr/include/x86_64-linux-gnu/bits/stdlib.h:163:10: warning: ‘size_t __wcstombs_alias(char*, const wchar_t*, size_t)’ specified size 18446744073709551614 exceeds maximum object size 9223372036854775807 [-Wstringop-overflow=]
- 163 | return __glibc_fortify (wcstombs, __len, sizeof (char),
- | ^~~~~~~~~~~~~~~
- /usr/include/x86_64-linux-gnu/bits/stdlib.h: In static member function ‘static char* el::base::utils::Str::wcharPtrToCharPtr(const wchar_t*)’:
- /usr/include/x86_64-linux-gnu/bits/stdlib.h:147:15: note: in a call to function ‘size_t __wcstombs_alias(char*, const wchar_t*, size_t)’ declared with attribute ‘access (read_only, 2)’
- 147 | extern size_t __REDIRECT_NTH (__wcstombs_alias,
- | ^~~~~~~~~~~~~~
- In function ‘size_t wcstombs(char*, const wchar_t*, size_t)’,
- inlined from ‘static char* el::base::utils::Str::wcharPtrToCharPtr(const wchar_t*)’ at /run/build/monero-gui/monero/external/easylogging++/easylogging++.cc:1124:16,
- inlined from ‘el::base::MessageBuilder& el::base::MessageBuilder::operator<<(const wchar_t*)’ at /run/build/monero-gui/monero/external/easylogging++/easylogging++.cc:2906:52:
- /usr/include/x86_64-linux-gnu/bits/stdlib.h:163:10: warning: ‘size_t __wcstombs_alias(char*, const wchar_t*, size_t)’ specified size 18446744073709551614 exceeds maximum object size 9223372036854775807 [-Wstringop-overflow=]
- 163 | return __glibc_fortify (wcstombs, __len, sizeof (char),
- | ^~~~~~~~~~~~~~~
- /usr/include/x86_64-linux-gnu/bits/stdlib.h: In member function ‘el::base::MessageBuilder& el::base::MessageBuilder::operator<<(const wchar_t*)’:
- /usr/include/x86_64-linux-gnu/bits/stdlib.h:147:15: note: in a call to function ‘size_t __wcstombs_alias(char*, const wchar_t*, size_t)’ declared with attribute ‘access (read_only, 2)’
- 147 | extern size_t __REDIRECT_NTH (__wcstombs_alias,
- | ^~~~~~~~~~~~~~
- [27/482] Building CXX object monero/external/randomx/CMakeFiles/randomx.dir/src/virtual_machine.cpp.o
- [28/482] Building CXX object monero/external/randomx/CMakeFiles/randomx.dir/src/vm_compiled_light.cpp.o
- [29/482] Building C object monero/external/randomx/CMakeFiles/randomx.dir/src/jit_compiler_x86_static.S.o
- [30/482] Building CXX object monero/external/randomx/CMakeFiles/randomx.dir/src/jit_compiler_x86.cpp.o
- [31/482] Building CXX object monero/contrib/epee/src/CMakeFiles/obj_epee.dir/byte_stream.cpp.o
- <command-line>: warning: "_FORTIFY_SOURCE" redefined
- <command-line>: note: this is the location of the previous definition
- [32/482] Building CXX object monero/contrib/epee/src/CMakeFiles/obj_epee.dir/byte_slice.cpp.o
- <command-line>: warning: "_FORTIFY_SOURCE" redefined
- <command-line>: note: this is the location of the previous definition
- [33/482] No patch step for 'generate_translations_header'
- [34/482] Building CXX object monero/contrib/epee/src/CMakeFiles/obj_epee.dir/parserse_base_utils.cpp.o
- <command-line>: warning: "_FORTIFY_SOURCE" redefined
- <command-line>: note: this is the location of the previous definition
- [35/482] Building CXX object monero/contrib/epee/src/CMakeFiles/obj_epee.dir/hex.cpp.o
- <command-line>: warning: "_FORTIFY_SOURCE" redefined
- <command-line>: note: this is the location of the previous definition
- [36/482] Building CXX object monero/contrib/epee/src/CMakeFiles/obj_epee.dir/wipeable_string.cpp.o
- <command-line>: warning: "_FORTIFY_SOURCE" redefined
- <command-line>: note: this is the location of the previous definition
- [37/482] Building C object monero/contrib/epee/src/CMakeFiles/obj_epee.dir/memwipe.c.o
- <command-line>: warning: "_FORTIFY_SOURCE" redefined
- <command-line>: note: this is the location of the previous definition
- [38/482] Linking CXX static library monero/external/easylogging++/libeasylogging.a
- [39/482] Building CXX object monero/contrib/epee/src/CMakeFiles/obj_epee.dir/levin_base.cpp.o
- <command-line>: warning: "_FORTIFY_SOURCE" redefined
- <command-line>: note: this is the location of the previous definition
- [40/482] Building CXX object monero/contrib/epee/src/CMakeFiles/obj_epee.dir/string_tools.cpp.o
- <command-line>: warning: "_FORTIFY_SOURCE" redefined
- <command-line>: note: this is the location of the previous definition
- [41/482] Building CXX object monero/contrib/epee/src/CMakeFiles/obj_epee.dir/mlog.cpp.o
- <command-line>: warning: "_FORTIFY_SOURCE" redefined
- <command-line>: note: this is the location of the previous definition
- [42/482] Building CXX object monero/contrib/epee/src/CMakeFiles/obj_epee.dir/net_utils_base.cpp.o
- <command-line>: warning: "_FORTIFY_SOURCE" redefined
- <command-line>: note: this is the location of the previous definition
- [43/482] Building CXX object monero/contrib/epee/src/CMakeFiles/obj_epee.dir/mlocker.cpp.o
- <command-line>: warning: "_FORTIFY_SOURCE" redefined
- <command-line>: note: this is the location of the previous definition
- [44/482] Building CXX object monero/contrib/epee/src/CMakeFiles/obj_epee.dir/buffer.cpp.o
- <command-line>: warning: "_FORTIFY_SOURCE" redefined
- <command-line>: note: this is the location of the previous definition
- [45/482] Building CXX object monero/contrib/epee/src/CMakeFiles/obj_epee.dir/abstract_http_client.cpp.o
- <command-line>: warning: "_FORTIFY_SOURCE" redefined
- <command-line>: note: this is the location of the previous definition
- [46/482] Building CXX object monero/contrib/epee/src/CMakeFiles/obj_epee.dir/net_helper.cpp.o
- <command-line>: warning: "_FORTIFY_SOURCE" redefined
- <command-line>: note: this is the location of the previous definition
- [47/482] Building CXX object monero/contrib/epee/src/CMakeFiles/obj_epee.dir/file_io_utils.cpp.o
- <command-line>: warning: "_FORTIFY_SOURCE" redefined
- <command-line>: note: this is the location of the previous definition
- [48/482] Building CXX object monero/contrib/epee/src/CMakeFiles/obj_epee.dir/misc_language.cpp.o
- <command-line>: warning: "_FORTIFY_SOURCE" redefined
- <command-line>: note: this is the location of the previous definition
- [49/482] Building CXX object monero/contrib/epee/src/CMakeFiles/obj_epee.dir/net_ssl.cpp.o
- <command-line>: warning: "_FORTIFY_SOURCE" redefined
- <command-line>: note: this is the location of the previous definition
- /run/build/monero-gui/monero/contrib/epee/src/net_ssl.cpp: In member function ‘void {anonymous}::openssl_rsa_free::operator()(RSA*) const’:
- /run/build/monero-gui/monero/contrib/epee/src/net_ssl.cpp:88:15: warning: ‘void RSA_free(RSA*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
- 88 | RSA_free(ptr);
- | ~~~~~~~~^~~~~
- In file included from /usr/include/openssl/x509.h:36,
- from /usr/include/openssl/ssl.h:32,
- from /app/include/boost/asio/ssl/detail/openssl_types.hpp:24,
- from /app/include/boost/asio/ssl/context_base.hpp:19,
- from /app/include/boost/asio/ssl/context.hpp:23,
- from /app/include/boost/asio/ssl.hpp:18,
- from /run/build/monero-gui/monero/contrib/epee/src/net_ssl.cpp:33:
- /usr/include/openssl/rsa.h:304:28: note: declared here
- 304 | OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r);
- | ^~~~~~~~
- /run/build/monero-gui/monero/contrib/epee/src/net_ssl.cpp: In member function ‘void {anonymous}::openssl_ec_key_free::operator()(EC_KEY*) const’:
- /run/build/monero-gui/monero/contrib/epee/src/net_ssl.cpp:106:18: warning: ‘void EC_KEY_free(EC_KEY*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
- 106 | EC_KEY_free(ptr);
- | ~~~~~~~~~~~^~~~~
- In file included from /usr/include/openssl/x509.h:33:
- /usr/include/openssl/ec.h:1022:28: note: declared here
- 1022 | OSSL_DEPRECATEDIN_3_0 void EC_KEY_free(EC_KEY *key);
- | ^~~~~~~~~~~
- /run/build/monero-gui/monero/contrib/epee/src/net_ssl.cpp: In function ‘bool epee::net_utils::create_rsa_ssl_certificate(EVP_PKEY*&, X509*&)’:
- /run/build/monero-gui/monero/contrib/epee/src/net_ssl.cpp:154:26: warning: ‘RSA* RSA_new()’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
- 154 | openssl_rsa rsa{RSA_new()};
- | ~~~~~~~^~
- /usr/include/openssl/rsa.h:212:28: note: declared here
- 212 | OSSL_DEPRECATEDIN_3_0 RSA *RSA_new(void);
- | ^~~~~~~
- /run/build/monero-gui/monero/contrib/epee/src/net_ssl.cpp:170:26: warning: ‘int RSA_generate_key_ex(RSA*, int, BIGNUM*, BN_GENCB*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
- 170 | if (RSA_generate_key_ex(rsa.get(), 4096, exponent.get(), nullptr) != 1)
- | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/openssl/rsa.h:271:27: note: declared here
- 271 | OSSL_DEPRECATEDIN_3_0 int RSA_generate_key_ex(RSA *rsa, int bits, BIGNUM *e,
- | ^~~~~~~~~~~~~~~~~~~
- /run/build/monero-gui/monero/contrib/epee/src/net_ssl.cpp: In function ‘bool epee::net_utils::create_ec_ssl_certificate(EVP_PKEY*&, X509*&, int)’:
- /run/build/monero-gui/monero/contrib/epee/src/net_ssl.cpp:224:35: warning: ‘EC_KEY* EC_KEY_new()’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
- 224 | openssl_ec_key ec_key{EC_KEY_new()};
- | ~~~~~~~~~~^~
- /usr/include/openssl/ec.h:987:31: note: declared here
- 987 | OSSL_DEPRECATEDIN_3_0 EC_KEY *EC_KEY_new(void);
- | ^~~~~~~~~~
- /run/build/monero-gui/monero/contrib/epee/src/net_ssl.cpp:247:23: warning: ‘int EC_KEY_set_group(EC_KEY*, const EC_GROUP*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
- 247 | if (EC_KEY_set_group(ec_key.get(), group) != 1)
- | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~
- /usr/include/openssl/ec.h:1061:27: note: declared here
- 1061 | OSSL_DEPRECATEDIN_3_0 int EC_KEY_set_group(EC_KEY *key, const EC_GROUP *group);
- | ^~~~~~~~~~~~~~~~
- /run/build/monero-gui/monero/contrib/epee/src/net_ssl.cpp:252:26: warning: ‘int EC_KEY_generate_key(EC_KEY*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
- 252 | if (EC_KEY_generate_key(ec_key.get()) != 1)
- | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
- /usr/include/openssl/ec.h:1120:27: note: declared here
- 1120 | OSSL_DEPRECATEDIN_3_0 int EC_KEY_generate_key(EC_KEY *key);
- | ^~~~~~~~~~~~~~~~~~~
- [50/482] Building CXX object monero/contrib/epee/src/CMakeFiles/obj_epee.dir/network_throttle.cpp.o
- <command-line>: warning: "_FORTIFY_SOURCE" redefined
- <command-line>: note: this is the location of the previous definition
- [51/482] Building CXX object monero/contrib/epee/src/CMakeFiles/obj_epee.dir/network_throttle-detail.cpp.o
- <command-line>: warning: "_FORTIFY_SOURCE" redefined
- <command-line>: note: this is the location of the previous definition
- [52/482] Building CXX object monero/contrib/epee/src/CMakeFiles/obj_epee.dir/connection_basic.cpp.o
- <command-line>: warning: "_FORTIFY_SOURCE" redefined
- <command-line>: note: this is the location of the previous definition
- [53/482] Building CXX object monero/contrib/epee/src/CMakeFiles/obj_epee.dir/int-util.cpp.o
- <command-line>: warning: "_FORTIFY_SOURCE" redefined
- <command-line>: note: this is the location of the previous definition
- [54/482] Building C object monero/src/crypto/CMakeFiles/obj_cncrypto.dir/aesb.c.o
- <command-line>: warning: "_FORTIFY_SOURCE" redefined
- <command-line>: note: this is the location of the previous definition
- [55/482] Building CXX object monero/contrib/epee/src/CMakeFiles/obj_epee.dir/net_parse_helpers.cpp.o
- <command-line>: warning: "_FORTIFY_SOURCE" redefined
- <command-line>: note: this is the location of the previous definition
- [56/482] Building C object monero/src/crypto/CMakeFiles/obj_cncrypto.dir/blake256.c.o
- <command-line>: warning: "_FORTIFY_SOURCE" redefined
- <command-line>: note: this is the location of the previous definition
- [57/482] Building CXX object monero/contrib/epee/src/CMakeFiles/obj_epee.dir/http_base.cpp.o
- <command-line>: warning: "_FORTIFY_SOURCE" redefined
- <command-line>: note: this is the location of the previous definition
- [58/482] Building C object monero/src/crypto/CMakeFiles/obj_cncrypto.dir/chacha.c.o
- <command-line>: warning: "_FORTIFY_SOURCE" redefined
- <command-line>: note: this is the location of the previous definition
- [59/482] Building C object monero/src/crypto/CMakeFiles/obj_cncrypto.dir/crypto-ops-data.c.o
- <command-line>: warning: "_FORTIFY_SOURCE" redefined
- <command-line>: note: this is the location of the previous definition
- [60/482] Building C object monero/src/crypto/CMakeFiles/obj_cncrypto.dir/crypto-ops.c.o
- <command-line>: warning: "_FORTIFY_SOURCE" redefined
- <command-line>: note: this is the location of the previous definition
- [61/482] Building C object monero/src/crypto/CMakeFiles/obj_cncrypto.dir/hash-extra-blake.c.o
- <command-line>: warning: "_FORTIFY_SOURCE" redefined
- <command-line>: note: this is the location of the previous definition
- [62/482] Building C object monero/src/crypto/CMakeFiles/obj_cncrypto.dir/groestl.c.o
- <command-line>: warning: "_FORTIFY_SOURCE" redefined
- <command-line>: note: this is the location of the previous definition
- [63/482] Building C object monero/src/crypto/CMakeFiles/obj_cncrypto.dir/hash-extra-groestl.c.o
- <command-line>: warning: "_FORTIFY_SOURCE" redefined
- <command-line>: note: this is the location of the previous definition
- [64/482] Building C object monero/src/crypto/CMakeFiles/obj_cncrypto.dir/hash-extra-jh.c.o
- <command-line>: warning: "_FORTIFY_SOURCE" redefined
- <command-line>: note: this is the location of the previous definition
- /run/build/monero-gui/monero/src/crypto/hash-extra-jh.c: In function ‘hash_extra_jh’:
- /run/build/monero-gui/monero/src/crypto/hash-extra-jh.c:40:7: warning: unused variable ‘r’ [-Wunused-variable]
- 40 | int r = jh_hash(HASH_SIZE * 8, data, 8 * length, (uint8_t*)hash);
- | ^
- [65/482] Building C object monero/src/crypto/CMakeFiles/obj_cncrypto.dir/hash-extra-skein.c.o
- <command-line>: warning: "_FORTIFY_SOURCE" redefined
- <command-line>: note: this is the location of the previous definition
- /run/build/monero-gui/monero/src/crypto/hash-extra-skein.c: In function ‘hash_extra_skein’:
- /run/build/monero-gui/monero/src/crypto/hash-extra-skein.c:38:7: warning: unused variable ‘r’ [-Wunused-variable]
- 38 | int r = skein_hash(8 * HASH_SIZE, data, 8 * length, (uint8_t*)hash);
- | ^
- [66/482] Building C object monero/src/crypto/CMakeFiles/obj_cncrypto.dir/hash.c.o
- <command-line>: warning: "_FORTIFY_SOURCE" redefined
- <command-line>: note: this is the location of the previous definition
- [67/482] Building C object monero/src/crypto/CMakeFiles/obj_cncrypto.dir/hmac-keccak.c.o
- <command-line>: warning: "_FORTIFY_SOURCE" redefined
- <command-line>: note: this is the location of the previous definition
- [68/482] Building C object monero/src/crypto/CMakeFiles/obj_cncrypto.dir/jh.c.o
- <command-line>: warning: "_FORTIFY_SOURCE" redefined
- <command-line>: note: this is the location of the previous definition
- [69/482] Building C object monero/src/crypto/CMakeFiles/obj_cncrypto.dir/keccak.c.o
- <command-line>: warning: "_FORTIFY_SOURCE" redefined
- <command-line>: note: this is the location of the previous definition
- [70/482] Linking CXX static library monero/external/randomx/librandomx.a
- [71/482] Building CXX object monero/src/crypto/CMakeFiles/obj_cncrypto.dir/crypto.cpp.o
- <command-line>: warning: "_FORTIFY_SOURCE" redefined
- <command-line>: note: this is the location of the previous definition
- [72/482] Building C object monero/src/crypto/CMakeFiles/obj_cncrypto.dir/random.c.o
- <command-line>: warning: "_FORTIFY_SOURCE" redefined
- <command-line>: note: this is the location of the previous definition
- [73/482] Building C object monero/src/crypto/CMakeFiles/obj_cncrypto.dir/oaes_lib.c.o
- <command-line>: warning: "_FORTIFY_SOURCE" redefined
- <command-line>: note: this is the location of the previous definition
- /run/build/monero-gui/monero/src/crypto/oaes_lib.c: In function ‘oaes_get_seed’:
- /run/build/monero-gui/monero/src/crypto/oaes_lib.c:515:9: warning: ‘ftime’ is deprecated: Use gettimeofday or clock_gettime instead [-Wdeprecated-declarations]
- 515 | ftime (&timer);
- | ^~~~~
- In file included from /run/build/monero-gui/monero/src/crypto/oaes_lib.c:45:
- /usr/include/x86_64-linux-gnu/sys/timeb.h:29:12: note: declared here
- 29 | extern int ftime (struct timeb *__timebuf)
- | ^~~~~
- /run/build/monero-gui/monero/src/crypto/oaes_lib.c:517:42: warning: ‘calloc’ sizes specified with ‘sizeof’ in the earlier argument and not in the later argument [-Wcalloc-transposed-args]
- 517 | _test = (char *) calloc( sizeof( char ), timer.millitm );
- | ^~~~
- /run/build/monero-gui/monero/src/crypto/oaes_lib.c:517:42: note: earlier argument should specify number of elements, later size of each element
- /run/build/monero-gui/monero/src/crypto/oaes_lib.c: In function ‘oaes_key_gen’:
- /run/build/monero-gui/monero/src/crypto/oaes_lib.c:638:45: warning: ‘calloc’ sizes specified with ‘sizeof’ in the earlier argument and not in the later argument [-Wcalloc-transposed-args]
- 638 | _key = (oaes_key *) calloc( sizeof( oaes_key ), 1 );
- | ^~~~~~~~
- /run/build/monero-gui/monero/src/crypto/oaes_lib.c:638:45: note: earlier argument should specify number of elements, later size of each element
- /run/build/monero-gui/monero/src/crypto/oaes_lib.c: In function ‘oaes_key_import’:
- /run/build/monero-gui/monero/src/crypto/oaes_lib.c:815:50: warning: ‘calloc’ sizes specified with ‘sizeof’ in the earlier argument and not in the later argument [-Wcalloc-transposed-args]
- 815 | _ctx->key = (oaes_key *) calloc( sizeof( oaes_key ), 1 );
- | ^~~~~~~~
- /run/build/monero-gui/monero/src/crypto/oaes_lib.c:815:50: note: earlier argument should specify number of elements, later size of each element
- /run/build/monero-gui/monero/src/crypto/oaes_lib.c: In function ‘oaes_key_import_data’:
- /run/build/monero-gui/monero/src/crypto/oaes_lib.c:867:50: warning: ‘calloc’ sizes specified with ‘sizeof’ in the earlier argument and not in the later argument [-Wcalloc-transposed-args]
- 867 | _ctx->key = (oaes_key *) calloc( sizeof( oaes_key ), 1 );
- | ^~~~~~~~
- /run/build/monero-gui/monero/src/crypto/oaes_lib.c:867:50: note: earlier argument should specify number of elements, later size of each element
- /run/build/monero-gui/monero/src/crypto/oaes_lib.c: In function ‘oaes_alloc’:
- /run/build/monero-gui/monero/src/crypto/oaes_lib.c:896:56: warning: ‘calloc’ sizes specified with ‘sizeof’ in the earlier argument and not in the later argument [-Wcalloc-transposed-args]
- 896 | oaes_ctx * _ctx = (oaes_ctx *) calloc( sizeof( oaes_ctx ), 1 );
- | ^~~~~~~~
- /run/build/monero-gui/monero/src/crypto/oaes_lib.c:896:56: note: earlier argument should specify number of elements, later size of each element
- [74/482] Building C object monero/src/crypto/CMakeFiles/obj_cncrypto.dir/skein.c.o
- <command-line>: warning: "_FORTIFY_SOURCE" redefined
- <command-line>: note: this is the location of the previous definition
- [75/482] Building CXX object monero/contrib/epee/src/CMakeFiles/obj_epee.dir/portable_storage.cpp.o
- <command-line>: warning: "_FORTIFY_SOURCE" redefined
- <command-line>: note: this is the location of the previous definition
- In file included from /usr/include/c++/14.2.0/bits/shared_ptr_base.h:52,
- from /usr/include/c++/14.2.0/bits/shared_ptr.h:53,
- from /usr/include/c++/14.2.0/memory:80,
- from /run/build/monero-gui/monero/contrib/epee/include/byte_slice.h:33,
- from /run/build/monero-gui/monero/contrib/epee/src/portable_storage.cpp:27:
- In member function ‘bool std::type_info::operator==(const std::type_info&) const’,
- inlined from ‘bool std::type_info::operator!=(const std::type_info&) const’ at /usr/include/c++/14.2.0/typeinfo:114:25,
- inlined from ‘epee::serialization::array_entry* epee::serialization::portable_storage::insert_first_value(const std::string&, t_value&&, hsection) [with t_value = long int]’ at /run/build/monero-gui/monero/contrib/epee/include/storages/portable_storage.h:266:25:
- /usr/include/c++/14.2.0/typeinfo:205:49: warning: ‘int __builtin_strcmp(const char*, const char*)’ of a string of length 282 and an array of size 53 evaluates to nonzero [-Wstring-compare]
- 205 | return __name[0] != '*' && __builtin_strcmp (__name, __arg.name()) == 0;
- | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
- In member function ‘bool std::type_info::operator==(const std::type_info&) const’,
- inlined from ‘bool std::type_info::operator!=(const std::type_info&) const’ at /usr/include/c++/14.2.0/typeinfo:114:25,
- inlined from ‘epee::serialization::array_entry* epee::serialization::portable_storage::insert_first_value(const std::string&, t_value&&, hsection) [with t_value = long unsigned int]’ at /run/build/monero-gui/monero/contrib/epee/include/storages/portable_storage.h:266:25:
- /usr/include/c++/14.2.0/typeinfo:205:49: warning: ‘int __builtin_strcmp(const char*, const char*)’ of a string of length 282 and an array of size 53 evaluates to nonzero [-Wstring-compare]
- 205 | return __name[0] != '*' && __builtin_strcmp (__name, __arg.name()) == 0;
- | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
- In member function ‘bool std::type_info::operator==(const std::type_info&) const’,
- inlined from ‘bool std::type_info::operator!=(const std::type_info&) const’ at /usr/include/c++/14.2.0/typeinfo:114:25,
- inlined from ‘epee::serialization::array_entry* epee::serialization::portable_storage::insert_first_value(const std::string&, t_value&&, hsection) [with t_value = double]’ at /run/build/monero-gui/monero/contrib/epee/include/storages/portable_storage.h:266:25:
- /usr/include/c++/14.2.0/typeinfo:205:49: warning: ‘int __builtin_strcmp(const char*, const char*)’ of a string of length 282 and an array of size 53 evaluates to nonzero [-Wstring-compare]
- 205 | return __name[0] != '*' && __builtin_strcmp (__name, __arg.name()) == 0;
- | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
- [76/482] Building C object monero/src/crypto/CMakeFiles/obj_cncrypto.dir/rx-slow-hash.c.o
- <command-line>: warning: "_FORTIFY_SOURCE" redefined
- <command-line>: note: this is the location of the previous definition
- /run/build/monero-gui/monero/src/crypto/rx-slow-hash.c: In function ‘rx_get_miner_thread’:
- /run/build/monero-gui/monero/src/crypto/rx-slow-hash.c:507:10: warning: old-style function definition [-Wold-style-definition]
- 507 | uint32_t rx_get_miner_thread() {
- | ^~~~~~~~~~~~~~~~~~~
- /run/build/monero-gui/monero/src/crypto/rx-slow-hash.c: In function ‘rx_slow_hash_allocate_state’:
- /run/build/monero-gui/monero/src/crypto/rx-slow-hash.c:511:6: warning: old-style function definition [-Wold-style-definition]
- 511 | void rx_slow_hash_allocate_state() {}
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~
- /run/build/monero-gui/monero/src/crypto/rx-slow-hash.c: In function ‘rx_slow_hash_free_state’:
- /run/build/monero-gui/monero/src/crypto/rx-slow-hash.c:520:6: warning: old-style function definition [-Wold-style-definition]
- 520 | void rx_slow_hash_free_state() {
- | ^~~~~~~~~~~~~~~~~~~~~~~
- [77/482] Building C object monero/src/crypto/CMakeFiles/obj_cncrypto.dir/CryptonightR_JIT.c.o
- <command-line>: warning: "_FORTIFY_SOURCE" redefined
- <command-line>: note: this is the location of the previous definition
- [78/482] Building C object monero/src/crypto/CMakeFiles/obj_cncrypto.dir/CryptonightR_template.S.o
- <command-line>: warning: "_FORTIFY_SOURCE" redefined
- <command-line>: note: this is the location of the previous definition
- [79/482] Building C object monero/src/crypto/CMakeFiles/obj_cncrypto.dir/slow-hash.c.o
- <command-line>: warning: "_FORTIFY_SOURCE" redefined
- <command-line>: note: this is the location of the previous definition
- [80/482] Generating generated_testnet_blocks.c
- [81/482] Generating generated_stagenet_blocks.c
- [82/482] Building C object monero/monero_crypto_src/amd64/CMakeFiles/monero-crypto-amd64-64-24k.dir/amd64-64-24k.c.o
- <command-line>: warning: "_FORTIFY_SOURCE" redefined
- <command-line>: note: this is the location of the previous definition
- In file included from /run/build/monero-gui/monero/external/supercop/src/amd64/../../crypto_sign/ed25519/amd64-64-24k/ge25519.h:5,
- from /run/build/monero-gui/monero/external/supercop/src/amd64/amd64-64-24k.c:38:
- /run/build/monero-gui/monero/external/supercop/src/amd64/amd64.c.inc: In function ‘scalarmult_p1p1’:
- /run/build/monero-gui/monero/external/supercop/src/amd64/../../crypto_sign/ed25519/amd64-64-24k/sc25519.h:18:34: warning: ‘crypto_sign_ed25519_amd64_64_sc25519_window4’ accessing 85 bytes in a region of size 64 [-Wstringop-overflow=]
- 18 | #define sc25519_window4 crypto_sign_ed25519_amd64_64_sc25519_window4
- /run/build/monero-gui/monero/external/supercop/src/amd64/amd64.c.inc:118:3: note: in expansion of macro ‘sc25519_window4’
- 118 | sc25519_window4(b, &s);
- | ^~~~~~~~~~~~~~~
- /run/build/monero-gui/monero/external/supercop/src/amd64/../../crypto_sign/ed25519/amd64-64-24k/sc25519.h:18:34: note: referencing argument 1 of type ‘signed char[85]’
- 18 | #define sc25519_window4 crypto_sign_ed25519_amd64_64_sc25519_window4
- /run/build/monero-gui/monero/external/supercop/src/amd64/amd64.c.inc:118:3: note: in expansion of macro ‘sc25519_window4’
- 118 | sc25519_window4(b, &s);
- | ^~~~~~~~~~~~~~~
- /run/build/monero-gui/monero/external/supercop/src/amd64/../../crypto_sign/ed25519/amd64-64-24k/sc25519.h:18:34: note: in a call to function ‘crypto_sign_ed25519_amd64_64_sc25519_window4’
- 18 | #define sc25519_window4 crypto_sign_ed25519_amd64_64_sc25519_window4
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /run/build/monero-gui/monero/external/supercop/src/amd64/../../crypto_sign/ed25519/amd64-64-24k/sc25519.h:58:6: note: in expansion of macro ‘sc25519_window4’
- 58 | void sc25519_window4(signed char r[85], const sc25519 *s);
- | ^~~~~~~~~~~~~~~
- [83/482] Building C object monero/src/crypto/CMakeFiles/obj_cncrypto.dir/tree-hash.c.o
- <command-line>: warning: "_FORTIFY_SOURCE" redefined
- <command-line>: note: this is the location of the previous definition
- /run/build/monero-gui/monero/src/crypto/tree-hash.c: In function ‘tree_hash’:
- /run/build/monero-gui/monero/src/crypto/tree-hash.c:89:5: warning: ‘__builtin___memcpy_chk’ writing 64 bytes into a region of size 32 [-Wstringop-overflow=]
- 89 | memcpy(ints, hashes, (2 * cnt - count) * HASH_SIZE);
- | ^
- /run/build/monero-gui/monero/src/crypto/tree-hash.c:86:18: note: destination object of size 32 allocated by ‘calloc’
- 86 | char *ints = calloc(cnt, HASH_SIZE); // zero out as extra protection for using uninitialized mem
- | ^~~~~~~~~~~~~~~~~~~~~~
- [84/482] Building ASM object monero/monero_crypto_src/amd64/CMakeFiles/monero-crypto-amd64-64-24k.dir/__/__/crypto_sign/ed25519/amd64-64-24k/choose_t.s.o
- [85/482] Building ASM object monero/monero_crypto_src/amd64/CMakeFiles/monero-crypto-amd64-64-24k.dir/amd64-64-24k-choose_tp.s.o
- [86/482] Building C object monero/monero_crypto_src/amd64/CMakeFiles/monero-crypto-amd64-64-24k.dir/__/__/crypto_sign/ed25519/amd64-64-24k/consts.s.o
- <command-line>: warning: "_FORTIFY_SOURCE" redefined
- <command-line>: note: this is the location of the previous definition
- [87/482] Building ASM object monero/monero_crypto_src/amd64/CMakeFiles/monero-crypto-amd64-64-24k.dir/__/__/crypto_sign/ed25519/amd64-64-24k/fe25519_freeze.s.o
- [88/482] Building C object monero/monero_crypto_src/amd64/CMakeFiles/monero-crypto-amd64-64-24k.dir/__/__/crypto_sign/ed25519/amd64-64-24k/fe25519_invert.c.o
- <command-line>: warning: "_FORTIFY_SOURCE" redefined
- <command-line>: note: this is the location of the previous definition
- [89/482] Building C object monero/monero_crypto_src/amd64/CMakeFiles/monero-crypto-amd64-64-24k.dir/__/__/crypto_sign/ed25519/amd64-64-24k/fe25519_getparity.c.o
- <command-line>: warning: "_FORTIFY_SOURCE" redefined
- <command-line>: note: this is the location of the previous definition
- [90/482] Building ASM object monero/monero_crypto_src/amd64/CMakeFiles/monero-crypto-amd64-64-24k.dir/__/__/crypto_sign/ed25519/amd64-64-24k/fe25519_mul.s.o
- [91/482] Building C object monero/monero_crypto_src/amd64/CMakeFiles/monero-crypto-amd64-64-24k.dir/__/__/crypto_sign/ed25519/amd64-64-24k/fe25519_iseq.c.o
- <command-line>: warning: "_FORTIFY_SOURCE" redefined
- <command-line>: note: this is the location of the previous definition
- [92/482] Building C object monero/monero_crypto_src/amd64/CMakeFiles/monero-crypto-amd64-64-24k.dir/__/__/crypto_sign/ed25519/amd64-64-24k/fe25519_neg.c.o
- <command-line>: warning: "_FORTIFY_SOURCE" redefined
- <command-line>: note: this is the location of the previous definition
- [93/482] Building C object monero/monero_crypto_src/amd64/CMakeFiles/monero-crypto-amd64-64-24k.dir/__/__/crypto_sign/ed25519/amd64-64-24k/fe25519_setint.c.o
- <command-line>: warning: "_FORTIFY_SOURCE" redefined
- <command-line>: note: this is the location of the previous definition
- [94/482] Building C object monero/monero_crypto_src/amd64/CMakeFiles/monero-crypto-amd64-64-24k.dir/__/__/crypto_sign/ed25519/amd64-64-24k/fe25519_pack.c.o
- <command-line>: warning: "_FORTIFY_SOURCE" redefined
- <command-line>: note: this is the location of the previous definition
- [95/482] Building ASM object monero/monero_crypto_src/amd64/CMakeFiles/monero-crypto-amd64-64-24k.dir/__/__/crypto_sign/ed25519/amd64-64-24k/fe25519_square.s.o
- [96/482] Building C object monero/monero_crypto_src/amd64/CMakeFiles/monero-crypto-amd64-64-24k.dir/__/__/crypto_sign/ed25519/amd64-64-24k/fe25519_pow2523.c.o
- <command-line>: warning: "_FORTIFY_SOURCE" redefined
- <command-line>: note: this is the location of the previous definition
- [97/482] Building ASM object monero/monero_crypto_src/amd64/CMakeFiles/monero-crypto-amd64-64-24k.dir/__/__/crypto_sign/ed25519/amd64-64-24k/ge25519_dbl_p1p1.s.o
- [98/482] Building C object monero/monero_crypto_src/amd64/CMakeFiles/monero-crypto-amd64-64-24k.dir/__/__/crypto_sign/ed25519/amd64-64-24k/ge25519_add.c.o
- <command-line>: warning: "_FORTIFY_SOURCE" redefined
- <command-line>: note: this is the location of the previous definition
- [99/482] Building ASM object monero/monero_crypto_src/amd64/CMakeFiles/monero-crypto-amd64-64-24k.dir/__/__/crypto_sign/ed25519/amd64-64-24k/ge25519_add_p1p1.s.o
- [100/482] Building C object monero/monero_crypto_src/amd64/CMakeFiles/monero-crypto-amd64-64-24k.dir/__/__/crypto_sign/ed25519/amd64-64-24k/ge25519_double.c.o
- <command-line>: warning: "_FORTIFY_SOURCE" redefined
- <command-line>: note: this is the location of the previous definition
- [101/482] Building C object monero/monero_crypto_src/amd64/CMakeFiles/monero-crypto-amd64-64-24k.dir/__/__/crypto_sign/ed25519/amd64-64-24k/fe25519_unpack.c.o
- <command-line>: warning: "_FORTIFY_SOURCE" redefined
- <command-line>: note: this is the location of the previous definition
- [102/482] Building ASM object monero/monero_crypto_src/amd64/CMakeFiles/monero-crypto-amd64-64-24k.dir/__/__/crypto_sign/ed25519/amd64-64-24k/ge25519_nielsadd_p1p1.s.o
- [103/482] Building ASM object monero/monero_crypto_src/amd64/CMakeFiles/monero-crypto-amd64-64-24k.dir/__/__/crypto_sign/ed25519/amd64-64-24k/ge25519_nielsadd2.s.o
- [104/482] Building ASM object monero/monero_crypto_src/amd64/CMakeFiles/monero-crypto-amd64-64-24k.dir/__/__/crypto_sign/ed25519/amd64-64-24k/ge25519_p1p1_to_p3.s.o
- [105/482] Building ASM object monero/monero_crypto_src/amd64/CMakeFiles/monero-crypto-amd64-64-24k.dir/__/__/crypto_sign/ed25519/amd64-64-24k/ge25519_p1p1_to_p2.s.o
- [106/482] Building C object monero/monero_crypto_src/amd64/CMakeFiles/monero-crypto-amd64-64-24k.dir/__/__/crypto_sign/ed25519/amd64-64-24k/ge25519_pack.c.o
- <command-line>: warning: "_FORTIFY_SOURCE" redefined
- <command-line>: note: this is the location of the previous definition
- [107/482] Building ASM object monero/monero_crypto_src/amd64/CMakeFiles/monero-crypto-amd64-64-24k.dir/__/__/crypto_sign/ed25519/amd64-64-24k/ge25519_pnielsadd_p1p1.s.o
- [108/482] Building C object monero/monero_crypto_src/amd64/CMakeFiles/monero-crypto-amd64-64-24k.dir/__/__/crypto_sign/ed25519/amd64-64-24k/ge25519_unpackneg.c.o
- <command-line>: warning: "_FORTIFY_SOURCE" redefined
- <command-line>: note: this is the location of the previous definition
- [109/482] Building C object monero/monero_crypto_src/amd64/CMakeFiles/monero-crypto-amd64-64-24k.dir/__/__/crypto_sign/ed25519/amd64-64-24k/ge25519_scalarmult_base.c.o
- <command-line>: warning: "_FORTIFY_SOURCE" redefined
- <command-line>: note: this is the location of the previous definition
- /run/build/monero-gui/monero/external/supercop/crypto_sign/ed25519/amd64-64-24k/ge25519_scalarmult_base.c:15:22: warning: ‘ecd’ defined but not used [-Wunused-const-variable=]
- 15 | static const fe25519 ecd = {{0x75EB4DCA135978A3, 0x00700A4D4141D8AB, 0x8CC740797779E898, 0x52036CEE2B6FFE73}};
- | ^~~
- In file included from /run/build/monero-gui/monero/external/supercop/crypto_sign/ed25519/amd64-64-24k/ge25519_scalarmult_base.c:2:
- /run/build/monero-gui/monero/external/supercop/crypto_sign/ed25519/amd64-64-24k/ge25519_scalarmult_base.c: In function ‘crypto_sign_ed25519_amd64_64_scalarmult_base’:
- /run/build/monero-gui/monero/external/supercop/crypto_sign/ed25519/amd64-64-24k/sc25519.h:18:34: warning: ‘crypto_sign_ed25519_amd64_64_sc25519_window4’ accessing 85 bytes in a region of size 64 [-Wstringop-overflow=]
- 18 | #define sc25519_window4 crypto_sign_ed25519_amd64_64_sc25519_window4
- /run/build/monero-gui/monero/external/supercop/crypto_sign/ed25519/amd64-64-24k/ge25519_scalarmult_base.c:24:3: note: in expansion of macro ‘sc25519_window4’
- 24 | sc25519_window4(b,s);
- | ^~~~~~~~~~~~~~~
- /run/build/monero-gui/monero/external/supercop/crypto_sign/ed25519/amd64-64-24k/sc25519.h:18:34: note: referencing argument 1 of type ‘signed char[85]’
- 18 | #define sc25519_window4 crypto_sign_ed25519_amd64_64_sc25519_window4
- /run/build/monero-gui/monero/external/supercop/crypto_sign/ed25519/amd64-64-24k/ge25519_scalarmult_base.c:24:3: note: in expansion of macro ‘sc25519_window4’
- 24 | sc25519_window4(b,s);
- | ^~~~~~~~~~~~~~~
- /run/build/monero-gui/monero/external/supercop/crypto_sign/ed25519/amd64-64-24k/sc25519.h:18:34: note: in a call to function ‘crypto_sign_ed25519_amd64_64_sc25519_window4’
- 18 | #define sc25519_window4 crypto_sign_ed25519_amd64_64_sc25519_window4
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /run/build/monero-gui/monero/external/supercop/crypto_sign/ed25519/amd64-64-24k/sc25519.h:58:6: note: in expansion of macro ‘sc25519_window4’
- 58 | void sc25519_window4(signed char r[85], const sc25519 *s);
- | ^~~~~~~~~~~~~~~
- [110/482] Building C object monero/monero_crypto_src/amd64/CMakeFiles/monero-crypto-amd64-64-24k.dir/__/__/crypto_sign/ed25519/amd64-64-24k/sc25519_from32bytes.c.o
- <command-line>: warning: "_FORTIFY_SOURCE" redefined
- <command-line>: note: this is the location of the previous definition
- [111/482] Building ASM object monero/monero_crypto_src/amd64/CMakeFiles/monero-crypto-amd64-64-24k.dir/__/__/crypto_sign/ed25519/amd64-64-24k/fe25519_add.s.o
- [112/482] Building C object monero/monero_crypto_src/amd64/CMakeFiles/monero-crypto-amd64-64-24k.dir/__/__/crypto_sign/ed25519/amd64-64-24k/sc25519_window4.c.o
- <command-line>: warning: "_FORTIFY_SOURCE" redefined
- <command-line>: note: this is the location of the previous definition
- /run/build/monero-gui/monero/external/supercop/crypto_sign/ed25519/amd64-64-24k/sc25519_window4.c:3:34: warning: argument 1 of type ‘signed char[64]’ with mismatched bound [-Warray-parameter=]
- 3 | void sc25519_window4(signed char r[64], const sc25519 *s)
- | ~~~~~~~~~~~~^~~~~
- In file included from /run/build/monero-gui/monero/external/supercop/crypto_sign/ed25519/amd64-64-24k/sc25519_window4.c:1:
- /run/build/monero-gui/monero/external/supercop/crypto_sign/ed25519/amd64-64-24k/sc25519.h:58:34: note: previously declared as ‘signed char[85]’
- 58 | void sc25519_window4(signed char r[85], const sc25519 *s);
- | ~~~~~~~~~~~~^~~~~
- [113/482] Building CXX object monero/src/CMakeFiles/obj_version.dir/__/__/version.cpp.o
- <command-line>: warning: "_FORTIFY_SOURCE" redefined
- <command-line>: note: this is the location of the previous definition
- [114/482] Building C object monero/src/ringct/CMakeFiles/obj_ringct_basic.dir/rctCryptoOps.c.o
- <command-line>: warning: "_FORTIFY_SOURCE" redefined
- <command-line>: note: this is the location of the previous definition
- [115/482] Building ASM object monero/monero_crypto_src/amd64/CMakeFiles/monero-crypto-amd64-64-24k.dir/__/__/crypto_sign/ed25519/amd64-64-24k/fe25519_sub.s.o
- [116/482] Building CXX object monero/src/ringct/CMakeFiles/obj_ringct_basic.dir/multiexp.cc.o
- <command-line>: warning: "_FORTIFY_SOURCE" redefined
- <command-line>: note: this is the location of the previous definition
- [117/482] Building CXX object monero/src/ringct/CMakeFiles/obj_ringct_basic.dir/rctTypes.cpp.o
- <command-line>: warning: "_FORTIFY_SOURCE" redefined
- <command-line>: note: this is the location of the previous definition
- [118/482] Building CXX object monero/src/ringct/CMakeFiles/obj_ringct_basic.dir/rctOps.cpp.o
- <command-line>: warning: "_FORTIFY_SOURCE" redefined
- <command-line>: note: this is the location of the previous definition
- [119/482] Building CXX object monero/src/ringct/CMakeFiles/obj_ringct_basic.dir/bulletproofs.cc.o
- <command-line>: warning: "_FORTIFY_SOURCE" redefined
- <command-line>: note: this is the location of the previous definition
- [120/482] Building CXX object monero/src/ringct/CMakeFiles/obj_ringct_basic.dir/bulletproofs_plus.cc.o
- <command-line>: warning: "_FORTIFY_SOURCE" redefined
- <command-line>: note: this is the location of the previous definition
- [121/482] Linking CXX static library monero/src/libversion.a
- [122/482] Building CXX object monero/src/cryptonote_basic/CMakeFiles/obj_cryptonote_format_utils_basic.dir/cryptonote_format_utils_basic.cpp.o
- <command-line>: warning: "_FORTIFY_SOURCE" redefined
- <command-line>: note: this is the location of the previous definition
- [123/482] Building CXX object monero/src/device/CMakeFiles/obj_device.dir/device.cpp.o
- <command-line>: warning: "_FORTIFY_SOURCE" redefined
- <command-line>: note: this is the location of the previous definition
- In file included from /run/build/monero-gui/monero/src/device/device.cpp:33:
- /run/build/monero-gui/monero/src/device/device_ledger.hpp:91:14: warning: ‘hw::ledger::{anonymous}::apdu_verbose’ defined but not used [-Wunused-variable]
- 91 | bool apdu_verbose =true;
- | ^~~~~~~~~~~~
- [124/482] Building CXX object monero/src/checkpoints/CMakeFiles/obj_checkpoints.dir/checkpoints.cpp.o
- <command-line>: warning: "_FORTIFY_SOURCE" redefined
- <command-line>: note: this is the location of the previous definition
- [125/482] Building CXX object monero/src/device/CMakeFiles/obj_device.dir/log.cpp.o
- <command-line>: warning: "_FORTIFY_SOURCE" redefined
- <command-line>: note: this is the location of the previous definition
- [126/482] Building CXX object monero/contrib/epee/src/CMakeFiles/obj_epee.dir/http_auth.cpp.o
- <command-line>: warning: "_FORTIFY_SOURCE" redefined
- <command-line>: note: this is the location of the previous definition
- [127/482] Building CXX object monero/src/device/CMakeFiles/obj_device.dir/device_default.cpp.o
- <command-line>: warning: "_FORTIFY_SOURCE" redefined
- <command-line>: note: this is the location of the previous definition
- [128/482] Building CXX object monero/src/cryptonote_basic/CMakeFiles/obj_cryptonote_basic.dir/account.cpp.o
- <command-line>: warning: "_FORTIFY_SOURCE" redefined
- <command-line>: note: this is the location of the previous definition
- [129/482] Building CXX object monero/src/device/CMakeFiles/obj_device.dir/device_io_hid.cpp.o
- <command-line>: warning: "_FORTIFY_SOURCE" redefined
- <command-line>: note: this is the location of the previous definition
- [130/482] Building CXX object monero/src/cryptonote_basic/CMakeFiles/obj_cryptonote_basic.dir/difficulty.cpp.o
- <command-line>: warning: "_FORTIFY_SOURCE" redefined
- <command-line>: note: this is the location of the previous definition
- [131/482] Building CXX object monero/src/device/CMakeFiles/obj_device.dir/device_ledger.cpp.o
- <command-line>: warning: "_FORTIFY_SOURCE" redefined
- <command-line>: note: this is the location of the previous definition
- [132/482] Building CXX object monero/src/cryptonote_basic/CMakeFiles/obj_cryptonote_basic.dir/connection_context.cpp.o
- <command-line>: warning: "_FORTIFY_SOURCE" redefined
- <command-line>: note: this is the location of the previous definition
- [133/482] Building CXX object monero/src/cryptonote_basic/CMakeFiles/obj_cryptonote_basic.dir/cryptonote_basic_impl.cpp.o
- <command-line>: warning: "_FORTIFY_SOURCE" redefined
- <command-line>: note: this is the location of the previous definition
- [134/482] Building C object monero/external/db_drivers/liblmdb/CMakeFiles/lmdb.dir/midl.c.o
- [135/482] Building CXX object monero/src/cryptonote_basic/CMakeFiles/obj_cryptonote_basic.dir/cryptonote_format_utils.cpp.o
- <command-line>: warning: "_FORTIFY_SOURCE" redefined
- <command-line>: note: this is the location of the previous definition
- In file included from /usr/include/c++/14.2.0/bits/exception_ptr.h:37,
- from /usr/include/c++/14.2.0/exception:166,
- from /usr/include/c++/14.2.0/stdexcept:38,
- from /usr/include/c++/14.2.0/system_error:43,
- from /usr/include/c++/14.2.0/bits/ios_base.h:46,
- from /usr/include/c++/14.2.0/streambuf:43,
- from /usr/include/c++/14.2.0/bits/streambuf_iterator.h:35,
- from /usr/include/c++/14.2.0/iterator:66,
- from /app/include/boost/iterator/iterator_traits.hpp:8,
- from /app/include/boost/range/mutable_iterator.hpp:23,
- from /app/include/boost/range/iterator.hpp:20,
- from /app/include/boost/range/begin.hpp:20,
- from /app/include/boost/algorithm/string/trim.hpp:16,
- from /app/include/boost/algorithm/string.hpp:19,
- from /run/build/monero-gui/monero/src/cryptonote_basic/cryptonote_format_utils.cpp:32:
- In member function ‘bool std::type_info::operator==(const std::type_info&) const’,
- inlined from ‘cryptonote::pick<tx_extra_mysterious_minergate>(binary_archive<true>&, std::vector<boost::variant<tx_extra_padding, tx_extra_pub_key, tx_extra_nonce, tx_extra_merge_mining_tag, tx_extra_additional_pub_keys, tx_extra_mysterious_minergate> >&, uint8_t)::<lambda(const cryptonote::tx_extra_field&)>’ at /run/build/monero-gui/monero/src/cryptonote_basic/cryptonote_format_utils.cpp:592:107,
- inlined from ‘bool __gnu_cxx::__ops::_Iter_pred<_Predicate>::operator()(_Iterator) [with _Iterator = __gnu_cxx::__normal_iterator<boost::variant<cryptonote::tx_extra_padding, cryptonote::tx_extra_pub_key, cryptonote::tx_extra_nonce, cryptonote::tx_extra_merge_mining_tag, cryptonote::tx_extra_additional_pub_keys, cryptonote::tx_extra_mysterious_minergate>*, std::vector<boost::variant<cryptonote::tx_extra_padding, cryptonote::tx_extra_pub_key, cryptonote::tx_extra_nonce, cryptonote::tx_extra_merge_mining_tag, cryptonote::tx_extra_additional_pub_keys, cryptonote::tx_extra_mysterious_minergate> > >; _Predicate = cryptonote::pick<tx_extra_mysterious_minergate>(binary_archive<true>&, std::vector<boost::variant<tx_extra_padding, tx_extra_pub_key, tx_extra_nonce, tx_extra_merge_mining_tag, tx_extra_additional_pub_keys, tx_extra_mysterious_minergate> >&, uint8_t)::<lambda(const cryptonote::tx_extra_field&)>]’ at /usr/include/c++/14.2.0/bits/predefined_ops.h:318:23,
- inlined from ‘_RandomAccessIterator std::__find_if(_RandomAccessIterator, _RandomAccessIterator, _Predicate, random_access_iterator_tag) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<boost::variant<cryptonote::tx_extra_padding, cryptonote::tx_extra_pub_key, cryptonote::tx_extra_nonce, cryptonote::tx_extra_merge_mining_tag, cryptonote::tx_extra_additional_pub_keys, cryptonote::tx_extra_mysterious_minergate>*, vector<boost::variant<cryptonote::tx_extra_padding, cryptonote::tx_extra_pub_key, cryptonote::tx_extra_nonce, cryptonote::tx_extra_merge_mining_tag, cryptonote::tx_extra_additional_pub_keys, cryptonote::tx_extra_mysterious_minergate> > >; _Predicate = __gnu_cxx::__ops::_Iter_pred<cryptonote::pick<tx_extra_mysterious_minergate>(binary_archive<true>&, std::vector<boost::variant<tx_extra_padding, tx_extra_pub_key, tx_extra_nonce, tx_extra_merge_mining_tag, tx_extra_additional_pub_keys, tx_extra_mysterious_minergate> >&, uint8_t)::<lambda(const cryptonote::tx_extra_field&)> >]’ at /usr/include/c++/14.2.0/bits/stl_algobase.h:2097:14,
- inlined from ‘_Iterator std::__find_if(_Iterator, _Iterator, _Predicate) [with _Iterator = __gnu_cxx::__normal_iterator<boost::variant<cryptonote::tx_extra_padding, cryptonote::tx_extra_pub_key, cryptonote::tx_extra_nonce, cryptonote::tx_extra_merge_mining_tag, cryptonote::tx_extra_additional_pub_keys, cryptonote::tx_extra_mysterious_minergate>*, vector<boost::variant<cryptonote::tx_extra_padding, cryptonote::tx_extra_pub_key, cryptonote::tx_extra_nonce, cryptonote::tx_extra_merge_mining_tag, cryptonote::tx_extra_additional_pub_keys, cryptonote::tx_extra_mysterious_minergate> > >; _Predicate = __gnu_cxx::__ops::_Iter_pred<cryptonote::pick<tx_extra_mysterious_minergate>(binary_archive<true>&, std::vector<boost::variant<tx_extra_padding, tx_extra_pub_key, tx_extra_nonce, tx_extra_merge_mining_tag, tx_extra_additional_pub_keys, tx_extra_mysterious_minergate> >&, uint8_t)::<lambda(const cryptonote::tx_extra_field&)> >]’ at /usr/include/c++/14.2.0/bits/stl_algobase.h:2142:23,
- inlined from ‘_IIter std::find_if(_IIter, _IIter, _Predicate) [with _IIter = __gnu_cxx::__normal_iterator<boost::variant<cryptonote::tx_extra_padding, cryptonote::tx_extra_pub_key, cryptonote::tx_extra_nonce, cryptonote::tx_extra_merge_mining_tag, cryptonote::tx_extra_additional_pub_keys, cryptonote::tx_extra_mysterious_minergate>*, vector<boost::variant<cryptonote::tx_extra_padding, cryptonote::tx_extra_pub_key, cryptonote::tx_extra_nonce, cryptonote::tx_extra_merge_mining_tag, cryptonote::tx_extra_additional_pub_keys, cryptonote::tx_extra_mysterious_minergate> > >; _Predicate = cryptonote::pick<tx_extra_mysterious_minergate>(binary_archive<true>&, std::vector<boost::variant<tx_extra_padding, tx_extra_pub_key, tx_extra_nonce, tx_extra_merge_mining_tag, tx_extra_additional_pub_keys, tx_extra_mysterious_minergate> >&, uint8_t)::<lambda(const cryptonote::tx_extra_field&)>]’ at /usr/include/c++/14.2.0/bits/stl_algo.h:3875:28,
- inlined from ‘bool cryptonote::pick(binary_archive<true>&, std::vector<boost::variant<tx_extra_padding, tx_extra_pub_key, tx_extra_nonce, tx_extra_merge_mining_tag, tx_extra_additional_pub_keys, tx_extra_mysterious_minergate> >&, uint8_t) [with T = tx_extra_mysterious_minergate]’ at /run/build/monero-gui/monero/src/cryptonote_basic/cryptonote_format_utils.cpp:592:30,
- inlined from ‘bool cryptonote::sort_tx_extra(const std::vector<unsigned char>&, std::vector<unsigned char>&, bool)’ at /run/build/monero-gui/monero/src/cryptonote_basic/cryptonote_format_utils.cpp:646:45:
- /usr/include/c++/14.2.0/typeinfo:205:49: warning: ‘int __builtin_strcmp(const char*, const char*)’ of a string of length 45 and an array of size 45 evaluates to nonzero [-Wstring-compare]
- 205 | return __name[0] != '*' && __builtin_strcmp (__name, __arg.name()) == 0;
- | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
- In member function ‘bool std::type_info::operator==(const std::type_info&) const’,
- inlined from ‘cryptonote::pick<tx_extra_mysterious_minergate>(binary_archive<true>&, std::vector<boost::variant<tx_extra_padding, tx_extra_pub_key, tx_extra_nonce, tx_extra_merge_mining_tag, tx_extra_additional_pub_keys, tx_extra_mysterious_minergate> >&, uint8_t)::<lambda(const cryptonote::tx_extra_field&)>’ at /run/build/monero-gui/monero/src/cryptonote_basic/cryptonote_format_utils.cpp:592:107,
- inlined from ‘bool __gnu_cxx::__ops::_Iter_pred<_Predicate>::operator()(_Iterator) [with _Iterator = __gnu_cxx::__normal_iterator<boost::variant<cryptonote::tx_extra_padding, cryptonote::tx_extra_pub_key, cryptonote::tx_extra_nonce, cryptonote::tx_extra_merge_mining_tag, cryptonote::tx_extra_additional_pub_keys, cryptonote::tx_extra_mysterious_minergate>*, std::vector<boost::variant<cryptonote::tx_extra_padding, cryptonote::tx_extra_pub_key, cryptonote::tx_extra_nonce, cryptonote::tx_extra_merge_mining_tag, cryptonote::tx_extra_additional_pub_keys, cryptonote::tx_extra_mysterious_minergate> > >; _Predicate = cryptonote::pick<tx_extra_mysterious_minergate>(binary_archive<true>&, std::vector<boost::variant<tx_extra_padding, tx_extra_pub_key, tx_extra_nonce, tx_extra_merge_mining_tag, tx_extra_additional_pub_keys, tx_extra_mysterious_minergate> >&, uint8_t)::<lambda(const cryptonote::tx_extra_field&)>]’ at /usr/include/c++/14.2.0/bits/predefined_ops.h:318:23,
- inlined from ‘_RandomAccessIterator std::__find_if(_RandomAccessIterator, _RandomAccessIterator, _Predicate, random_access_iterator_tag) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<boost::variant<cryptonote::tx_extra_padding, cryptonote::tx_extra_pub_key, cryptonote::tx_extra_nonce, cryptonote::tx_extra_merge_mining_tag, cryptonote::tx_extra_additional_pub_keys, cryptonote::tx_extra_mysterious_minergate>*, vector<boost::variant<cryptonote::tx_extra_padding, cryptonote::tx_extra_pub_key, cryptonote::tx_extra_nonce, cryptonote::tx_extra_merge_mining_tag, cryptonote::tx_extra_additional_pub_keys, cryptonote::tx_extra_mysterious_minergate> > >; _Predicate = __gnu_cxx::__ops::_Iter_pred<cryptonote::pick<tx_extra_mysterious_minergate>(binary_archive<true>&, std::vector<boost::variant<tx_extra_padding, tx_extra_pub_key, tx_extra_nonce, tx_extra_merge_mining_tag, tx_extra_additional_pub_keys, tx_extra_mysterious_minergate> >&, uint8_t)::<lambda(const cryptonote::tx_extra_field&)> >]’ at /usr/include/c++/14.2.0/bits/stl_algobase.h:2101:14,
- inlined from ‘_Iterator std::__find_if(_Iterator, _Iterator, _Predicate) [with _Iterator = __gnu_cxx::__normal_iterator<boost::variant<cryptonote::tx_extra_padding, cryptonote::tx_extra_pub_key, cryptonote::tx_extra_nonce, cryptonote::tx_extra_merge_mining_tag, cryptonote::tx_extra_additional_pub_keys, cryptonote::tx_extra_mysterious_minergate>*, vector<boost::variant<cryptonote::tx_extra_padding, cryptonote::tx_extra_pub_key, cryptonote::tx_extra_nonce, cryptonote::tx_extra_merge_mining_tag, cryptonote::tx_extra_additional_pub_keys, cryptonote::tx_extra_mysterious_minergate> > >; _Predicate = __gnu_cxx::__ops::_Iter_pred<cryptonote::pick<tx_extra_mysterious_minergate>(binary_archive<true>&, std::vector<boost::variant<tx_extra_padding, tx_extra_pub_key, tx_extra_nonce, tx_extra_merge_mining_tag, tx_extra_additional_pub_keys, tx_extra_mysterious_minergate> >&, uint8_t)::<lambda(const cryptonote::tx_extra_field&)> >]’ at /usr/include/c++/14.2.0/bits/stl_algobase.h:2142:23,
- inlined from ‘_IIter std::find_if(_IIter, _IIter, _Predicate) [with _IIter = __gnu_cxx::__normal_iterator<boost::variant<cryptonote::tx_extra_padding, cryptonote::tx_extra_pub_key, cryptonote::tx_extra_nonce, cryptonote::tx_extra_merge_mining_tag, cryptonote::tx_extra_additional_pub_keys, cryptonote::tx_extra_mysterious_minergate>*, vector<boost::variant<cryptonote::tx_extra_padding, cryptonote::tx_extra_pub_key, cryptonote::tx_extra_nonce, cryptonote::tx_extra_merge_mining_tag, cryptonote::tx_extra_additional_pub_keys, cryptonote::tx_extra_mysterious_minergate> > >; _Predicate = cryptonote::pick<tx_extra_mysterious_minergate>(binary_archive<true>&, std::vector<boost::variant<tx_extra_padding, tx_extra_pub_key, tx_extra_nonce, tx_extra_merge_mining_tag, tx_extra_additional_pub_keys, tx_extra_mysterious_minergate> >&, uint8_t)::<lambda(const cryptonote::tx_extra_field&)>]’ at /usr/include/c++/14.2.0/bits/stl_algo.h:3875:28,
- inlined from ‘bool cryptonote::pick(binary_archive<true>&, std::vector<boost::variant<tx_extra_padding, tx_extra_pub_key, tx_extra_nonce, tx_extra_merge_mining_tag, tx_extra_additional_pub_keys, tx_extra_mysterious_minergate> >&, uint8_t) [with T = tx_extra_mysterious_minergate]’ at /run/build/monero-gui/monero/src/cryptonote_basic/cryptonote_format_utils.cpp:592:30,
- inlined from ‘bool cryptonote::sort_tx_extra(const std::vector<unsigned char>&, std::vector<unsigned char>&, bool)’ at /run/build/monero-gui/monero/src/cryptonote_basic/cryptonote_format_utils.cpp:646:45:
- /usr/include/c++/14.2.0/typeinfo:205:49: warning: ‘int __builtin_strcmp(const char*, const char*)’ of a string of length 45 and an array of size 45 evaluates to nonzero [-Wstring-compare]
- 205 | return __name[0] != '*' && __builtin_strcmp (__name, __arg.name()) == 0;
- | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
- In member function ‘bool std::type_info::operator==(const std::type_info&) const’,
- inlined from ‘cryptonote::pick<tx_extra_mysterious_minergate>(binary_archive<true>&, std::vector<boost::variant<tx_extra_padding, tx_extra_pub_key, tx_extra_nonce, tx_extra_merge_mining_tag, tx_extra_additional_pub_keys, tx_extra_mysterious_minergate> >&, uint8_t)::<lambda(const cryptonote::tx_extra_field&)>’ at /run/build/monero-gui/monero/src/cryptonote_basic/cryptonote_format_utils.cpp:592:107,
- inlined from ‘bool __gnu_cxx::__ops::_Iter_pred<_Predicate>::operator()(_Iterator) [with _Iterator = __gnu_cxx::__normal_iterator<boost::variant<cryptonote::tx_extra_padding, cryptonote::tx_extra_pub_key, cryptonote::tx_extra_nonce, cryptonote::tx_extra_merge_mining_tag, cryptonote::tx_extra_additional_pub_keys, cryptonote::tx_extra_mysterious_minergate>*, std::vector<boost::variant<cryptonote::tx_extra_padding, cryptonote::tx_extra_pub_key, cryptonote::tx_extra_nonce, cryptonote::tx_extra_merge_mining_tag, cryptonote::tx_extra_additional_pub_keys, cryptonote::tx_extra_mysterious_minergate> > >; _Predicate = cryptonote::pick<tx_extra_mysterious_minergate>(binary_archive<true>&, std::vector<boost::variant<tx_extra_padding, tx_extra_pub_key, tx_extra_nonce, tx_extra_merge_mining_tag, tx_extra_additional_pub_keys, tx_extra_mysterious_minergate> >&, uint8_t)::<lambda(const cryptonote::tx_extra_field&)>]’ at /usr/include/c++/14.2.0/bits/predefined_ops.h:318:23,
- inlined from ‘_RandomAccessIterator std::__find_if(_RandomAccessIterator, _RandomAccessIterator, _Predicate, random_access_iterator_tag) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<boost::variant<cryptonote::tx_extra_padding, cryptonote::tx_extra_pub_key, cryptonote::tx_extra_nonce, cryptonote::tx_extra_merge_mining_tag, cryptonote::tx_extra_additional_pub_keys, cryptonote::tx_extra_mysterious_minergate>*, vector<boost::variant<cryptonote::tx_extra_padding, cryptonote::tx_extra_pub_key, cryptonote::tx_extra_nonce, cryptonote::tx_extra_merge_mining_tag, cryptonote::tx_extra_additional_pub_keys, cryptonote::tx_extra_mysterious_minergate> > >; _Predicate = __gnu_cxx::__ops::_Iter_pred<cryptonote::pick<tx_extra_mysterious_minergate>(binary_archive<true>&, std::vector<boost::variant<tx_extra_padding, tx_extra_pub_key, tx_extra_nonce, tx_extra_merge_mining_tag, tx_extra_additional_pub_keys, tx_extra_mysterious_minergate> >&, uint8_t)::<lambda(const cryptonote::tx_extra_field&)> >]’ at /usr/include/c++/14.2.0/bits/stl_algobase.h:2105:14,
- inlined from ‘_Iterator std::__find_if(_Iterator, _Iterator, _Predicate) [with _Iterator = __gnu_cxx::__normal_iterator<boost::variant<cryptonote::tx_extra_padding, cryptonote::tx_extra_pub_key, cryptonote::tx_extra_nonce, cryptonote::tx_extra_merge_mining_tag, cryptonote::tx_extra_additional_pub_keys, cryptonote::tx_extra_mysterious_minergate>*, vector<boost::variant<cryptonote::tx_extra_padding, cryptonote::tx_extra_pub_key, cryptonote::tx_extra_nonce, cryptonote::tx_extra_merge_mining_tag, cryptonote::tx_extra_additional_pub_keys, cryptonote::tx_extra_mysterious_minergate> > >; _Predicate = __gnu_cxx::__ops::_Iter_pred<cryptonote::pick<tx_extra_mysterious_minergate>(binary_archive<true>&, std::vector<boost::variant<tx_extra_padding, tx_extra_pub_key, tx_extra_nonce, tx_extra_merge_mining_tag, tx_extra_additional_pub_keys, tx_extra_mysterious_minergate> >&, uint8_t)::<lambda(const cryptonote::tx_extra_field&)> >]’ at /usr/include/c++/14.2.0/bits/stl_algobase.h:2142:23,
- inlined from ‘_IIter std::find_if(_IIter, _IIter, _Predicate) [with _IIter = __gnu_cxx::__normal_iterator<boost::variant<cryptonote::tx_extra_padding, cryptonote::tx_extra_pub_key, cryptonote::tx_extra_nonce, cryptonote::tx_extra_merge_mining_tag, cryptonote::tx_extra_additional_pub_keys, cryptonote::tx_extra_mysterious_minergate>*, vector<boost::variant<cryptonote::tx_extra_padding, cryptonote::tx_extra_pub_key, cryptonote::tx_extra_nonce, cryptonote::tx_extra_merge_mining_tag, cryptonote::tx_extra_additional_pub_keys, cryptonote::tx_extra_mysterious_minergate> > >; _Predicate = cryptonote::pick<tx_extra_mysterious_minergate>(binary_archive<true>&, std::vector<boost::variant<tx_extra_padding, tx_extra_pub_key, tx_extra_nonce, tx_extra_merge_mining_tag, tx_extra_additional_pub_keys, tx_extra_mysterious_minergate> >&, uint8_t)::<lambda(const cryptonote::tx_extra_field&)>]’ at /usr/include/c++/14.2.0/bits/stl_algo.h:3875:28,
- inlined from ‘bool cryptonote::pick(binary_archive<true>&, std::vector<boost::variant<tx_extra_padding, tx_extra_pub_key, tx_extra_nonce, tx_extra_merge_mining_tag, tx_extra_additional_pub_keys, tx_extra_mysterious_minergate> >&, uint8_t) [with T = tx_extra_mysterious_minergate]’ at /run/build/monero-gui/monero/src/cryptonote_basic/cryptonote_format_utils.cpp:592:30,
- inlined from ‘bool cryptonote::sort_tx_extra(const std::vector<unsigned char>&, std::vector<unsigned char>&, bool)’ at /run/build/monero-gui/monero/src/cryptonote_basic/cryptonote_format_utils.cpp:646:45:
- /usr/include/c++/14.2.0/typeinfo:205:49: warning: ‘int __builtin_strcmp(const char*, const char*)’ of a string of length 45 and an array of size 45 evaluates to nonzero [-Wstring-compare]
- 205 | return __name[0] != '*' && __builtin_strcmp (__name, __arg.name()) == 0;
- | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
- In member function ‘bool std::type_info::operator==(const std::type_info&) const’,
- inlined from ‘cryptonote::pick<tx_extra_mysterious_minergate>(binary_archive<true>&, std::vector<boost::variant<tx_extra_padding, tx_extra_pub_key, tx_extra_nonce, tx_extra_merge_mining_tag, tx_extra_additional_pub_keys, tx_extra_mysterious_minergate> >&, uint8_t)::<lambda(const cryptonote::tx_extra_field&)>’ at /run/build/monero-gui/monero/src/cryptonote_basic/cryptonote_format_utils.cpp:592:107,
- inlined from ‘bool __gnu_cxx::__ops::_Iter_pred<_Predicate>::operator()(_Iterator) [with _Iterator = __gnu_cxx::__normal_iterator<boost::variant<cryptonote::tx_extra_padding, cryptonote::tx_extra_pub_key, cryptonote::tx_extra_nonce, cryptonote::tx_extra_merge_mining_tag, cryptonote::tx_extra_additional_pub_keys, cryptonote::tx_extra_mysterious_minergate>*, std::vector<boost::variant<cryptonote::tx_extra_padding, cryptonote::tx_extra_pub_key, cryptonote::tx_extra_nonce, cryptonote::tx_extra_merge_mining_tag, cryptonote::tx_extra_additional_pub_keys, cryptonote::tx_extra_mysterious_minergate> > >; _Predicate = cryptonote::pick<tx_extra_mysterious_minergate>(binary_archive<true>&, std::vector<boost::variant<tx_extra_padding, tx_extra_pub_key, tx_extra_nonce, tx_extra_merge_mining_tag, tx_extra_additional_pub_keys, tx_extra_mysterious_minergate> >&, uint8_t)::<lambda(const cryptonote::tx_extra_field&)>]’ at /usr/include/c++/14.2.0/bits/predefined_ops.h:318:23,
- inlined from ‘_RandomAccessIterator std::__find_if(_RandomAccessIterator, _RandomAccessIterator, _Predicate, random_access_iterator_tag) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<boost::variant<cryptonote::tx_extra_padding, cryptonote::tx_extra_pub_key, cryptonote::tx_extra_nonce, cryptonote::tx_extra_merge_mining_tag, cryptonote::tx_extra_additional_pub_keys, cryptonote::tx_extra_mysterious_minergate>*, vector<boost::variant<cryptonote::tx_extra_padding, cryptonote::tx_extra_pub_key, cryptonote::tx_extra_nonce, cryptonote::tx_extra_merge_mining_tag, cryptonote::tx_extra_additional_pub_keys, cryptonote::tx_extra_mysterious_minergate> > >; _Predicate = __gnu_cxx::__ops::_Iter_pred<cryptonote::pick<tx_extra_mysterious_minergate>(binary_archive<true>&, std::vector<boost::variant<tx_extra_padding, tx_extra_pub_key, tx_extra_nonce, tx_extra_merge_mining_tag, tx_extra_additional_pub_keys, tx_extra_mysterious_minergate> >&, uint8_t)::<lambda(const cryptonote::tx_extra_field&)> >]’ at /usr/include/c++/14.2.0/bits/stl_algobase.h:2109:14,
- inlined from ‘_Iterator std::__find_if(_Iterator, _Iterator, _Predicate) [with _Iterator = __gnu_cxx::__normal_iterator<boost::variant<cryptonote::tx_extra_padding, cryptonote::tx_extra_pub_key, cryptonote::tx_extra_nonce, cryptonote::tx_extra_merge_mining_tag, cryptonote::tx_extra_additional_pub_keys, cryptonote::tx_extra_mysterious_minergate>*, vector<boost::variant<cryptonote::tx_extra_padding, cryptonote::tx_extra_pub_key, cryptonote::tx_extra_nonce, cryptonote::tx_extra_merge_mining_tag, cryptonote::tx_extra_additional_pub_keys, cryptonote::tx_extra_mysterious_minergate> > >; _Predicate = __gnu_cxx::__ops::_Iter_pred<cryptonote::pick<tx_extra_mysterious_minergate>(binary_archive<true>&, std::vector<boost::variant<tx_extra_padding, tx_extra_pub_key, tx_extra_nonce, tx_extra_merge_mining_tag, tx_extra_additional_pub_keys, tx_extra_mysterious_minergate> >&, uint8_t)::<lambda(const cryptonote::tx_extra_field&)> >]’ at /usr/include/c++/14.2.0/bits/stl_algobase.h:2142:23,
- inlined from ‘_IIter std::find_if(_IIter, _IIter, _Predicate) [with _IIter = __gnu_cxx::__normal_iterator<boost::variant<cryptonote::tx_extra_padding, cryptonote::tx_extra_pub_key, cryptonote::tx_extra_nonce, cryptonote::tx_extra_merge_mining_tag, cryptonote::tx_extra_additional_pub_keys, cryptonote::tx_extra_mysterious_minergate>*, vector<boost::variant<cryptonote::tx_extra_padding, cryptonote::tx_extra_pub_key, cryptonote::tx_extra_nonce, cryptonote::tx_extra_merge_mining_tag, cryptonote::tx_extra_additional_pub_keys, cryptonote::tx_extra_mysterious_minergate> > >; _Predicate = cryptonote::pick<tx_extra_mysterious_minergate>(binary_archive<true>&, std::vector<boost::variant<tx_extra_padding, tx_extra_pub_key, tx_extra_nonce, tx_extra_merge_mining_tag, tx_extra_additional_pub_keys, tx_extra_mysterious_minergate> >&, uint8_t)::<lambda(const cryptonote::tx_extra_field&)>]’ at /usr/include/c++/14.2.0/bits/stl_algo.h:3875:28,
- inlined from ‘bool cryptonote::pick(binary_archive<true>&, std::vector<boost::variant<tx_extra_padding, tx_extra_pub_key, tx_extra_nonce, tx_extra_merge_mining_tag, tx_extra_additional_pub_keys, tx_extra_mysterious_minergate> >&, uint8_t) [with T = tx_extra_mysterious_minergate]’ at /run/build/monero-gui/monero/src/cryptonote_basic/cryptonote_format_utils.cpp:592:30,
- inlined from ‘bool cryptonote::sort_tx_extra(const std::vector<unsigned char>&, std::vector<unsigned char>&, bool)’ at /run/build/monero-gui/monero/src/cryptonote_basic/cryptonote_format_utils.cpp:646:45:
- /usr/include/c++/14.2.0/typeinfo:205:49: warning: ‘int __builtin_strcmp(const char*, const char*)’ of a string of length 45 and an array of size 45 evaluates to nonzero [-Wstring-compare]
- 205 | return __name[0] != '*' && __builtin_strcmp (__name, __arg.name()) == 0;
- | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
- [136/482] Building C object monero/external/db_drivers/liblmdb/CMakeFiles/lmdb.dir/mdb.c.o
- [137/482] Building CXX object monero/src/hardforks/CMakeFiles/obj_hardforks.dir/hardforks.cpp.o
- <command-line>: warning: "_FORTIFY_SOURCE" redefined
- <command-line>: note: this is the location of the previous definition
- [138/482] Building CXX object monero/src/cryptonote_basic/CMakeFiles/obj_cryptonote_basic.dir/merge_mining.cpp.o
- <command-line>: warning: "_FORTIFY_SOURCE" redefined
- <command-line>: note: this is the location of the previous definition
- [139/482] Building C object monero/external/miniupnp/miniupnpc/CMakeFiles/libminiupnpc-static.dir/igd_desc_parse.c.o
- [140/482] Building C object monero/external/miniupnp/miniupnpc/CMakeFiles/libminiupnpc-static.dir/minixml.c.o
- [141/482] Building CXX object monero/src/cryptonote_basic/CMakeFiles/obj_cryptonote_basic.dir/hardfork.cpp.o
- <command-line>: warning: "_FORTIFY_SOURCE" redefined
- <command-line>: note: this is the location of the previous definition
- [142/482] Building C object monero/external/miniupnp/miniupnpc/CMakeFiles/libminiupnpc-static.dir/miniupnpc.c.o
- [143/482] Building C object monero/external/miniupnp/miniupnpc/CMakeFiles/libminiupnpc-static.dir/upnpcommands.c.o
- [144/482] Building C object monero/external/miniupnp/miniupnpc/CMakeFiles/libminiupnpc-static.dir/minisoap.c.o
- [145/482] Building C object monero/external/miniupnp/miniupnpc/CMakeFiles/libminiupnpc-static.dir/minissdpc.c.o
- [146/482] Building C object monero/external/miniupnp/miniupnpc/CMakeFiles/libminiupnpc-static.dir/miniwget.c.o
- [147/482] Building CXX object monero/src/ringct/CMakeFiles/obj_ringct.dir/rctSigs.cpp.o
- <command-line>: warning: "_FORTIFY_SOURCE" redefined
- <command-line>: note: this is the location of the previous definition
- [148/482] Building C object monero/external/miniupnp/miniupnpc/CMakeFiles/libminiupnpc-static.dir/upnpdev.c.o
- [149/482] Building C object monero/external/miniupnp/miniupnpc/CMakeFiles/libminiupnpc-static.dir/upnpreplyparse.c.o
- [150/482] Linking C static library monero/external/db_drivers/liblmdb/liblmdb.a
- [151/482] Building CXX object monero/src/blockchain_db/CMakeFiles/obj_blockchain_db.dir/blockchain_db.cpp.o
- <command-line>: warning: "_FORTIFY_SOURCE" redefined
- <command-line>: note: this is the location of the previous definition
- [152/482] Building C object monero/external/miniupnp/miniupnpc/CMakeFiles/libminiupnpc-static.dir/upnperrors.c.o
- [153/482] Building C object monero/external/miniupnp/miniupnpc/CMakeFiles/libminiupnpc-static.dir/connecthostport.c.o
- [154/482] Building C object monero/external/miniupnp/miniupnpc/CMakeFiles/libminiupnpc-static.dir/portlistingparse.c.o
- [155/482] Building C object monero/external/miniupnp/miniupnpc/CMakeFiles/libminiupnpc-static.dir/addr_is_reserved.c.o
- [156/482] Building C object monero/external/miniupnp/miniupnpc/CMakeFiles/libminiupnpc-static.dir/receivedata.c.o
- [157/482] Building C object monero/external/miniupnp/miniupnpc/CMakeFiles/libminiupnpc-static.dir/listdevices.c.o
- [158/482] Building CXX object monero/src/cryptonote_basic/CMakeFiles/obj_cryptonote_basic.dir/miner.cpp.o
- <command-line>: warning: "_FORTIFY_SOURCE" redefined
- <command-line>: note: this is the location of the previous definition
- [159/482] Building CXX object monero/src/net/CMakeFiles/obj_net.dir/error.cpp.o
- <command-line>: warning: "_FORTIFY_SOURCE" redefined
- <command-line>: note: this is the location of the previous definition
- [160/482] Building CXX object monero/src/blockchain_db/CMakeFiles/obj_blockchain_db.dir/lmdb/db_lmdb.cpp.o
- <command-line>: warning: "_FORTIFY_SOURCE" redefined
- <command-line>: note: this is the location of the previous definition
- [161/482] Building CXX object monero/src/cryptonote_core/CMakeFiles/obj_cryptonote_core.dir/tx_sanity_check.cpp.o
- <command-line>: warning: "_FORTIFY_SOURCE" redefined
- <command-line>: note: this is the location of the previous definition
- [162/482] Building CXX object monero/src/cryptonote_core/CMakeFiles/obj_cryptonote_core.dir/tx_verification_utils.cpp.o
- <command-line>: warning: "_FORTIFY_SOURCE" redefined
- <command-line>: note: this is the location of the previous definition
- [163/482] Building CXX object monero/src/net/CMakeFiles/obj_net.dir/dandelionpp.cpp.o
- <command-line>: warning: "_FORTIFY_SOURCE" redefined
- <command-line>: note: this is the location of the previous definition
- [164/482] Building CXX object monero/src/cryptonote_core/CMakeFiles/obj_cryptonote_core.dir/cryptonote_tx_utils.cpp.o
- <command-line>: warning: "_FORTIFY_SOURCE" redefined
- <command-line>: note: this is the location of the previous definition
- In file included from /usr/include/c++/14.2.0/vector:66,
- from /usr/include/c++/14.2.0/bits/random.h:34,
- from /usr/include/c++/14.2.0/random:48,
- from /run/build/monero-gui/monero/src/cryptonote_core/cryptonote_tx_utils.cpp:32:
- In constructor ‘std::_Vector_base<_Tp, _Alloc>::_Vector_impl_data::_Vector_impl_data(std::_Vector_base<_Tp, _Alloc>::_Vector_impl_data&&) [with _Tp = unsigned char; _Alloc = std::allocator<unsigned char>]’,
- inlined from ‘std::_Vector_base<_Tp, _Alloc>::_Vector_impl::_Vector_impl(std::_Vector_base<_Tp, _Alloc>::_Vector_impl&&) [with _Tp = unsigned char; _Alloc = std::allocator<unsigned char>]’ at /usr/include/c++/14.2.0/bits/stl_vector.h:154:68,
- inlined from ‘std::_Vector_base<_Tp, _Alloc>::_Vector_base(std::_Vector_base<_Tp, _Alloc>&&) [with _Tp = unsigned char; _Alloc = std::allocator<unsigned char>]’ at /usr/include/c++/14.2.0/bits/stl_vector.h:337:7,
- inlined from ‘std::vector<_Tp, _Alloc>::vector(std::vector<_Tp, _Alloc>&&) [with _Tp = unsigned char; _Alloc = std::allocator<unsigned char>]’ at /usr/include/c++/14.2.0/bits/stl_vector.h:620:7,
- inlined from ‘cryptonote::txout_to_script::txout_to_script(cryptonote::txout_to_script&&)’ at /run/build/monero-gui/monero/src/cryptonote_basic/cryptonote_basic.h:61:10,
- inlined from ‘cryptonote::txin_to_scripthash::txin_to_scripthash(cryptonote::txin_to_scripthash&&)’ at /run/build/monero-gui/monero/src/cryptonote_basic/cryptonote_basic.h:123:10,
- inlined from ‘void boost::variant<T0, TN>::move_assigner::assign_impl(RhsT&, B, mpl_::true_, B2) const [with RhsT = cryptonote::txin_to_scripthash; B = mpl_::bool_<true>; B2 = boost::variant<cryptonote::txin_gen, cryptonote::txin_to_script, cryptonote::txin_to_scripthash, cryptonote::txin_to_key>::has_fallback_type_; T0_ = cryptonote::txin_gen; TN = {cryptonote::txin_to_script, cryptonote::txin_to_scripthash, cryptonote::txin_to_key}]’ at /app/include/boost/variant/variant.hpp:1850:13,
- inlined from ‘void boost::variant<T0, TN>::move_assigner::internal_visit(RhsT&, int) const [with RhsT = cryptonote::txin_to_scripthash; T0_ = cryptonote::txin_gen; TN = {cryptonote::txin_to_script, cryptonote::txin_to_scripthash, cryptonote::txin_to_key}]’ at /app/include/boost/variant/variant.hpp:1910:24,
- inlined from ‘typename Visitor::result_type boost::detail::variant::visitation_impl_invoke_impl(int, Visitor&, VoidPtrCV, T*, mpl_::true_) [with Visitor = boost::variant<cryptonote::txin_gen, cryptonote::txin_to_script, cryptonote::txin_to_scripthash, cryptonote::txin_to_key>::move_assigner; VoidPtrCV = void*; T = cryptonote::txin_to_scripthash]’ at /app/include/boost/variant/detail/visitation_impl.hpp:105:34,
- inlined from ‘typename Visitor::result_type boost::detail::variant::visitation_impl_invoke(int, Visitor&, VoidPtrCV, T*, NoBackupFlag, int) [with Visitor = boost::variant<cryptonote::txin_gen, cryptonote::txin_to_script, cryptonote::txin_to_scripthash, cryptonote::txin_to_key>::move_assigner; VoidPtrCV = void*; T = cryptonote::txin_to_scripthash; NoBackupFlag = boost::variant<cryptonote::txin_gen, cryptonote::txin_to_script, cryptonote::txin_to_scripthash, cryptonote::txin_to_key>::has_fallback_type_]’ at /app/include/boost/variant/detail/visitation_impl.hpp:145:41,
- inlined from ‘typename Visitor::result_type boost::detail::variant::visitation_impl(int, int, Visitor&, VoidPtrCV, mpl_::false_, NoBackupFlag, Which*, step0*) [with Which = mpl_::int_<0>; step0 = visitation_impl_step<boost::mpl::l_iter<boost::mpl::l_item<mpl_::long_<4>, cryptonote::txin_gen, boost::mpl::l_item<mpl_::long_<3>, cryptonote::txin_to_script, boost::mpl::l_item<mpl_::long_<2>, cryptonote::txin_to_scripthash, boost::mpl::l_item<mpl_::long_<1>, cryptonote::txin_to_key, boost::mpl::l_end> > > > >, boost::mpl::l_iter<boost::mpl::l_end> >; Visitor = boost::variant<cryptonote::txin_gen, cryptonote::txin_to_script, cryptonote::txin_to_scripthash, cryptonote::txin_to_key>::move_assigner; VoidPtrCV = void*; NoBackupFlag = boost::variant<cryptonote::txin_gen, cryptonote::txin_to_script, cryptonote::txin_to_scripthash, cryptonote::txin_to_key>::has_fallback_type_]’ at /app/include/boost/variant/detail/visitation_impl.hpp:226:5,
- inlined from ‘static typename Visitor::result_type boost::variant<T0, TN>::internal_apply_visitor_impl(int, int, Visitor&, VoidPtrCV) [with Visitor = boost::variant<cryptonote::txin_gen, cryptonote::txin_to_script, cryptonote::txin_to_scripthash, cryptonote::txin_to_key>::move_assigner; VoidPtrCV = void*; T0_ = cryptonote::txin_gen; TN = {cryptonote::txin_to_script, cryptonote::txin_to_scripthash, cryptonote::txin_to_key}]’ at /app/include/boost/variant/variant.hpp:2202:48,
- inlined from ‘typename Visitor::result_type boost::variant<T0, TN>::internal_apply_visitor(Visitor&) [with Visitor = boost::variant<cryptonote::txin_gen, cryptonote::txin_to_script, cryptonote::txin_to_scripthash, cryptonote::txin_to_key>::move_assigner; T0_ = cryptonote::txin_gen; TN = {cryptonote::txin_to_script, cryptonote::txin_to_scripthash, cryptonote::txin_to_key}]’ at /app/include/boost/variant/variant.hpp:2214:43,
- inlined from ‘void boost::variant<T0, TN>::variant_assign(boost::variant<T0, TN>&&) [with T0_ = cryptonote::txin_gen; TN = {cryptonote::txin_to_script, cryptonote::txin_to_scripthash, cryptonote::txin_to_key}]’ at /app/include/boost/variant/variant.hpp:1957:39,
- inlined from ‘boost::variant<T0, TN>& boost::variant<T0, TN>::operator=(boost::variant<T0, TN>&&) [with T0_ = cryptonote::txin_gen; TN = {cryptonote::txin_to_script, cryptonote::txin_to_scripthash, cryptonote::txin_to_key}]’ at /app/include/boost/variant/variant.hpp:2042:23,
- inlined from ‘std::_Require<std::__not_<std::__is_tuple_like<_Tp> >, std::is_move_constructible<_Tp>, std::is_move_assignable<_Tp> > std::swap(_Tp&, _Tp&) [with _Tp = boost::variant<cryptonote::txin_gen, cryptonote::txin_to_script, cryptonote::txin_to_scripthash, cryptonote::txin_to_key>]’ at /usr/include/c++/14.2.0/bits/move.h:223:11,
- inlined from ‘cryptonote::construct_tx_with_tx_key(const account_keys&, const std::unordered_map<crypto::public_key, subaddress_index>&, std::vector<tx_source_entry>&, std::vector<tx_destination_entry>&, const boost::optional<account_public_address>&, const std::vector<unsigned char>&, transaction&, const crypto::secret_key&, const std::vector<epee::mlocked<tools::scrubbed<crypto::ec_scalar> > >&, bool, const rct::RCTConfig&, bool, bool)::<lambda(size_t, size_t)>’ at /run/build/monero-gui/monero/src/cryptonote_core/cryptonote_tx_utils.cpp:371:16,
- inlined from ‘void tools::apply_permutation(std::vector<long unsigned int>, const F&) [with F = cryptonote::construct_tx_with_tx_key(const account_keys&, const std::unordered_map<crypto::public_key, subaddress_index>&, std::vector<tx_source_entry>&, std::vector<tx_destination_entry>&, const boost::optional<account_public_address>&, const std::vector<unsigned char>&, transaction&, const crypto::secret_key&, const std::vector<epee::mlocked<tools::scrubbed<crypto::ec_scalar> > >&, bool, const rct::RCTConfig&, bool, bool)::<lambda(size_t, size_t)>]’ at /run/build/monero-gui/monero/src/common/apply_permutation.h:55:11:
- /usr/include/c++/14.2.0/bits/stl_vector.h:105:11: warning: ‘((const std::_Vector_base<unsigned char, std::allocator<unsigned char> >::_Vector_impl_data*)((char*)&__tmp + offsetof(boost::variant<cryptonote::txin_gen, cryptonote::txin_to_script, cryptonote::txin_to_scripthash, cryptonote::txin_to_key>,boost::variant<cryptonote::txin_gen, cryptonote::txin_to_script, cryptonote::txin_to_scripthash, cryptonote::txin_to_key>::storage_.boost::aligned_storage<112, 8>::<unnamed>.boost::detail::aligned_storage::aligned_storage_imp<112, 8>::data_) + 16))[2].std::_Vector_base<unsigned char, std::allocator<unsigned char> >::_Vector_impl_data::_M_start’ may be used uninitialized [-Wmaybe-uninitialized]
- 105 | : _M_start(__x._M_start), _M_finish(__x._M_finish),
- | ^~~~~~~~~~~~~~~~~~~~~~
- In file included from /usr/include/c++/14.2.0/bits/stl_pair.h:61,
- from /usr/include/c++/14.2.0/tuple:38,
- from /usr/include/c++/14.2.0/bits/hashtable_policy.h:34,
- from /usr/include/c++/14.2.0/bits/hashtable.h:35,
- from /usr/include/c++/14.2.0/bits/unordered_set.h:33,
- from /usr/include/c++/14.2.0/unordered_set:41,
- from /run/build/monero-gui/monero/src/cryptonote_core/cryptonote_tx_utils.cpp:31:
- /usr/include/c++/14.2.0/bits/move.h: In function ‘void tools::apply_permutation(std::vector<long unsigned int>, const F&) [with F = cryptonote::construct_tx_with_tx_key(const account_keys&, const std::unordered_map<crypto::public_key, subaddress_index>&, std::vector<tx_source_entry>&, std::vector<tx_destination_entry>&, const boost::optional<account_public_address>&, const std::vector<unsigned char>&, transaction&, const crypto::secret_key&, const std::vector<epee::mlocked<tools::scrubbed<crypto::ec_scalar> > >&, bool, const rct::RCTConfig&, bool, bool)::<lambda(size_t, size_t)>]’:
- /usr/include/c++/14.2.0/bits/move.h:221:11: note: ‘((const std::_Vector_base<unsigned char, std::allocator<unsigned char> >::_Vector_impl_data*)((char*)&__tmp + offsetof(boost::variant<cryptonote::txin_gen, cryptonote::txin_to_script, cryptonote::txin_to_scripthash, cryptonote::txin_to_key>,boost::variant<cryptonote::txin_gen, cryptonote::txin_to_script, cryptonote::txin_to_scripthash, cryptonote::txin_to_key>::storage_.boost::aligned_storage<112, 8>::<unnamed>.boost::detail::aligned_storage::aligned_storage_imp<112, 8>::data_) + 16))[2].std::_Vector_base<unsigned char, std::allocator<unsigned char> >::_Vector_impl_data::_M_start’ was declared here
- 221 | _Tp __tmp = _GLIBCXX_MOVE(__a);
- | ^~~~~
- In constructor ‘std::_Vector_base<_Tp, _Alloc>::_Vector_impl_data::_Vector_impl_data(std::_Vector_base<_Tp, _Alloc>::_Vector_impl_data&&) [with _Tp = unsigned char; _Alloc = std::allocator<unsigned char>]’,
- inlined from ‘std::_Vector_base<_Tp, _Alloc>::_Vector_impl::_Vector_impl(std::_Vector_base<_Tp, _Alloc>::_Vector_impl&&) [with _Tp = unsigned char; _Alloc = std::allocator<unsigned char>]’ at /usr/include/c++/14.2.0/bits/stl_vector.h:154:68,
- inlined from ‘std::_Vector_base<_Tp, _Alloc>::_Vector_base(std::_Vector_base<_Tp, _Alloc>&&) [with _Tp = unsigned char; _Alloc = std::allocator<unsigned char>]’ at /usr/include/c++/14.2.0/bits/stl_vector.h:337:7,
- inlined from ‘std::vector<_Tp, _Alloc>::vector(std::vector<_Tp, _Alloc>&&) [with _Tp = unsigned char; _Alloc = std::allocator<unsigned char>]’ at /usr/include/c++/14.2.0/bits/stl_vector.h:620:7,
- inlined from ‘cryptonote::txin_to_scripthash::txin_to_scripthash(cryptonote::txin_to_scripthash&&)’ at /run/build/monero-gui/monero/src/cryptonote_basic/cryptonote_basic.h:123:10,
- inlined from ‘void boost::variant<T0, TN>::move_assigner::assign_impl(RhsT&, B, mpl_::true_, B2) const [with RhsT = cryptonote::txin_to_scripthash; B = mpl_::bool_<true>; B2 = boost::variant<cryptonote::txin_gen, cryptonote::txin_to_script, cryptonote::txin_to_scripthash, cryptonote::txin_to_key>::has_fallback_type_; T0_ = cryptonote::txin_gen; TN = {cryptonote::txin_to_script, cryptonote::txin_to_scripthash, cryptonote::txin_to_key}]’ at /app/include/boost/variant/variant.hpp:1850:13,
- inlined from ‘void boost::variant<T0, TN>::move_assigner::internal_visit(RhsT&, int) const [with RhsT = cryptonote::txin_to_scripthash; T0_ = cryptonote::txin_gen; TN = {cryptonote::txin_to_script, cryptonote::txin_to_scripthash, cryptonote::txin_to_key}]’ at /app/include/boost/variant/variant.hpp:1910:24,
- inlined from ‘typename Visitor::result_type boost::detail::variant::visitation_impl_invoke_impl(int, Visitor&, VoidPtrCV, T*, mpl_::true_) [with Visitor = boost::variant<cryptonote::txin_gen, cryptonote::txin_to_script, cryptonote::txin_to_scripthash, cryptonote::txin_to_key>::move_assigner; VoidPtrCV = void*; T = cryptonote::txin_to_scripthash]’ at /app/include/boost/variant/detail/visitation_impl.hpp:105:34,
- inlined from ‘typename Visitor::result_type boost::detail::variant::visitation_impl_invoke(int, Visitor&, VoidPtrCV, T*, NoBackupFlag, int) [with Visitor = boost::variant<cryptonote::txin_gen, cryptonote::txin_to_script, cryptonote::txin_to_scripthash, cryptonote::txin_to_key>::move_assigner; VoidPtrCV = void*; T = cryptonote::txin_to_scripthash; NoBackupFlag = boost::variant<cryptonote::txin_gen, cryptonote::txin_to_script, cryptonote::txin_to_scripthash, cryptonote::txin_to_key>::has_fallback_type_]’ at /app/include/boost/variant/detail/visitation_impl.hpp:145:41,
- inlined from ‘typename Visitor::result_type boost::detail::variant::visitation_impl(int, int, Visitor&, VoidPtrCV, mpl_::false_, NoBackupFlag, Which*, step0*) [with Which = mpl_::int_<0>; step0 = visitation_impl_step<boost::mpl::l_iter<boost::mpl::l_item<mpl_::long_<4>, cryptonote::txin_gen, boost::mpl::l_item<mpl_::long_<3>, cryptonote::txin_to_script, boost::mpl::l_item<mpl_::long_<2>, cryptonote::txin_to_scripthash, boost::mpl::l_item<mpl_::long_<1>, cryptonote::txin_to_key, boost::mpl::l_end> > > > >, boost::mpl::l_iter<boost::mpl::l_end> >; Visitor = boost::variant<cryptonote::txin_gen, cryptonote::txin_to_script, cryptonote::txin_to_scripthash, cryptonote::txin_to_key>::move_assigner; VoidPtrCV = void*; NoBackupFlag = boost::variant<cryptonote::txin_gen, cryptonote::txin_to_script, cryptonote::txin_to_scripthash, cryptonote::txin_to_key>::has_fallback_type_]’ at /app/include/boost/variant/detail/visitation_impl.hpp:226:5,
- inlined from ‘static typename Visitor::result_type boost::variant<T0, TN>::internal_apply_visitor_impl(int, int, Visitor&, VoidPtrCV) [with Visitor = boost::variant<cryptonote::txin_gen, cryptonote::txin_to_script, cryptonote::txin_to_scripthash, cryptonote::txin_to_key>::move_assigner; VoidPtrCV = void*; T0_ = cryptonote::txin_gen; TN = {cryptonote::txin_to_script, cryptonote::txin_to_scripthash, cryptonote::txin_to_key}]’ at /app/include/boost/variant/variant.hpp:2202:48,
- inlined from ‘typename Visitor::result_type boost::variant<T0, TN>::internal_apply_visitor(Visitor&) [with Visitor = boost::variant<cryptonote::txin_gen, cryptonote::txin_to_script, cryptonote::txin_to_scripthash, cryptonote::txin_to_key>::move_assigner; T0_ = cryptonote::txin_gen; TN = {cryptonote::txin_to_script, cryptonote::txin_to_scripthash, cryptonote::txin_to_key}]’ at /app/include/boost/variant/variant.hpp:2214:43,
- inlined from ‘void boost::variant<T0, TN>::variant_assign(boost::variant<T0, TN>&&) [with T0_ = cryptonote::txin_gen; TN = {cryptonote::txin_to_script, cryptonote::txin_to_scripthash, cryptonote::txin_to_key}]’ at /app/include/boost/variant/variant.hpp:1957:39,
- inlined from ‘boost::variant<T0, TN>& boost::variant<T0, TN>::operator=(boost::variant<T0, TN>&&) [with T0_ = cryptonote::txin_gen; TN = {cryptonote::txin_to_script, cryptonote::txin_to_scripthash, cryptonote::txin_to_key}]’ at /app/include/boost/variant/variant.hpp:2042:23,
- inlined from ‘std::_Require<std::__not_<std::__is_tuple_like<_Tp> >, std::is_move_constructible<_Tp>, std::is_move_assignable<_Tp> > std::swap(_Tp&, _Tp&) [with _Tp = boost::variant<cryptonote::txin_gen, cryptonote::txin_to_script, cryptonote::txin_to_scripthash, cryptonote::txin_to_key>]’ at /usr/include/c++/14.2.0/bits/move.h:223:11,
- inlined from ‘cryptonote::construct_tx_with_tx_key(const account_keys&, const std::unordered_map<crypto::public_key, subaddress_index>&, std::vector<tx_source_entry>&, std::vector<tx_destination_entry>&, const boost::optional<account_public_address>&, const std::vector<unsigned char>&, transaction&, const crypto::secret_key&, const std::vector<epee::mlocked<tools::scrubbed<crypto::ec_scalar> > >&, bool, const rct::RCTConfig&, bool, bool)::<lambda(size_t, size_t)>’ at /run/build/monero-gui/monero/src/cryptonote_core/cryptonote_tx_utils.cpp:371:16,
- inlined from ‘void tools::apply_permutation(std::vector<long unsigned int>, const F&) [with F = cryptonote::construct_tx_with_tx_key(const account_keys&, const std::unordered_map<crypto::public_key, subaddress_index>&, std::vector<tx_source_entry>&, std::vector<tx_destination_entry>&, const boost::optional<account_public_address>&, const std::vector<unsigned char>&, transaction&, const crypto::secret_key&, const std::vector<epee::mlocked<tools::scrubbed<crypto::ec_scalar> > >&, bool, const rct::RCTConfig&, bool, bool)::<lambda(size_t, size_t)>]’ at /run/build/monero-gui/monero/src/common/apply_permutation.h:55:11:
- /usr/include/c++/14.2.0/bits/stl_vector.h:105:35: warning: ‘((const std::_Vector_base<unsigned char, std::allocator<unsigned char> >::_Vector_impl_data*)((char*)&__tmp + offsetof(boost::variant<cryptonote::txin_gen, cryptonote::txin_to_script, cryptonote::txin_to_scripthash, cryptonote::txin_to_key>,boost::variant<cryptonote::txin_gen, cryptonote::txin_to_script, cryptonote::txin_to_scripthash, cryptonote::txin_to_key>::storage_.boost::aligned_storage<112, 8>::<unnamed>.boost::detail::aligned_storage::aligned_storage_imp<112, 8>::data_) + 16))[3].std::_Vector_base<unsigned char, std::allocator<unsigned char> >::_Vector_impl_data::_M_finish’ may be used uninitialized [-Wmaybe-uninitialized]
- 105 | : _M_start(__x._M_start), _M_finish(__x._M_finish),
- | ^~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/c++/14.2.0/bits/move.h: In function ‘void tools::apply_permutation(std::vector<long unsigned int>, const F&) [with F = cryptonote::construct_tx_with_tx_key(const account_keys&, const std::unordered_map<crypto::public_key, subaddress_index>&, std::vector<tx_source_entry>&, std::vector<tx_destination_entry>&, const boost::optional<account_public_address>&, const std::vector<unsigned char>&, transaction&, const crypto::secret_key&, const std::vector<epee::mlocked<tools::scrubbed<crypto::ec_scalar> > >&, bool, const rct::RCTConfig&, bool, bool)::<lambda(size_t, size_t)>]’:
- /usr/include/c++/14.2.0/bits/move.h:221:11: note: ‘((const std::_Vector_base<unsigned char, std::allocator<unsigned char> >::_Vector_impl_data*)((char*)&__tmp + offsetof(boost::variant<cryptonote::txin_gen, cryptonote::txin_to_script, cryptonote::txin_to_scripthash, cryptonote::txin_to_key>,boost::variant<cryptonote::txin_gen, cryptonote::txin_to_script, cryptonote::txin_to_scripthash, cryptonote::txin_to_key>::storage_.boost::aligned_storage<112, 8>::<unnamed>.boost::detail::aligned_storage::aligned_storage_imp<112, 8>::data_) + 16))[3].std::_Vector_base<unsigned char, std::allocator<unsigned char> >::_Vector_impl_data::_M_finish’ was declared here
- 221 | _Tp __tmp = _GLIBCXX_MOVE(__a);
- | ^~~~~
- In constructor ‘std::_Vector_base<_Tp, _Alloc>::_Vector_impl_data::_Vector_impl_data(std::_Vector_base<_Tp, _Alloc>::_Vector_impl_data&&) [with _Tp = unsigned char; _Alloc = std::allocator<unsigned char>]’,
- inlined from ‘std::_Vector_base<_Tp, _Alloc>::_Vector_impl::_Vector_impl(std::_Vector_base<_Tp, _Alloc>::_Vector_impl&&) [with _Tp = unsigned char; _Alloc = std::allocator<unsigned char>]’ at /usr/include/c++/14.2.0/bits/stl_vector.h:154:68,
- inlined from ‘std::_Vector_base<_Tp, _Alloc>::_Vector_base(std::_Vector_base<_Tp, _Alloc>&&) [with _Tp = unsigned char; _Alloc = std::allocator<unsigned char>]’ at /usr/include/c++/14.2.0/bits/stl_vector.h:337:7,
- inlined from ‘std::vector<_Tp, _Alloc>::vector(std::vector<_Tp, _Alloc>&&) [with _Tp = unsigned char; _Alloc = std::allocator<unsigned char>]’ at /usr/include/c++/14.2.0/bits/stl_vector.h:620:7,
- inlined from ‘cryptonote::txin_to_scripthash::txin_to_scripthash(cryptonote::txin_to_scripthash&&)’ at /run/build/monero-gui/monero/src/cryptonote_basic/cryptonote_basic.h:123:10,
- inlined from ‘void boost::variant<T0, TN>::move_assigner::assign_impl(RhsT&, B, mpl_::true_, B2) const [with RhsT = cryptonote::txin_to_scripthash; B = mpl_::bool_<true>; B2 = boost::variant<cryptonote::txin_gen, cryptonote::txin_to_script, cryptonote::txin_to_scripthash, cryptonote::txin_to_key>::has_fallback_type_; T0_ = cryptonote::txin_gen; TN = {cryptonote::txin_to_script, cryptonote::txin_to_scripthash, cryptonote::txin_to_key}]’ at /app/include/boost/variant/variant.hpp:1850:13,
- inlined from ‘void boost::variant<T0, TN>::move_assigner::internal_visit(RhsT&, int) const [with RhsT = cryptonote::txin_to_scripthash; T0_ = cryptonote::txin_gen; TN = {cryptonote::txin_to_script, cryptonote::txin_to_scripthash, cryptonote::txin_to_key}]’ at /app/include/boost/variant/variant.hpp:1910:24,
- inlined from ‘typename Visitor::result_type boost::detail::variant::visitation_impl_invoke_impl(int, Visitor&, VoidPtrCV, T*, mpl_::true_) [with Visitor = boost::variant<cryptonote::txin_gen, cryptonote::txin_to_script, cryptonote::txin_to_scripthash, cryptonote::txin_to_key>::move_assigner; VoidPtrCV = void*; T = cryptonote::txin_to_scripthash]’ at /app/include/boost/variant/detail/visitation_impl.hpp:105:34,
- inlined from ‘typename Visitor::result_type boost::detail::variant::visitation_impl_invoke(int, Visitor&, VoidPtrCV, T*, NoBackupFlag, int) [with Visitor = boost::variant<cryptonote::txin_gen, cryptonote::txin_to_script, cryptonote::txin_to_scripthash, cryptonote::txin_to_key>::move_assigner; VoidPtrCV = void*; T = cryptonote::txin_to_scripthash; NoBackupFlag = boost::variant<cryptonote::txin_gen, cryptonote::txin_to_script, cryptonote::txin_to_scripthash, cryptonote::txin_to_key>::has_fallback_type_]’ at /app/include/boost/variant/detail/visitation_impl.hpp:145:41,
- inlined from ‘typename Visitor::result_type boost::detail::variant::visitation_impl(int, int, Visitor&, VoidPtrCV, mpl_::false_, NoBackupFlag, Which*, step0*) [with Which = mpl_::int_<0>; step0 = visitation_impl_step<boost::mpl::l_iter<boost::mpl::l_item<mpl_::long_<4>, cryptonote::txin_gen, boost::mpl::l_item<mpl_::long_<3>, cryptonote::txin_to_script, boost::mpl::l_item<mpl_::long_<2>, cryptonote::txin_to_scripthash, boost::mpl::l_item<mpl_::long_<1>, cryptonote::txin_to_key, boost::mpl::l_end> > > > >, boost::mpl::l_iter<boost::mpl::l_end> >; Visitor = boost::variant<cryptonote::txin_gen, cryptonote::txin_to_script, cryptonote::txin_to_scripthash, cryptonote::txin_to_key>::move_assigner; VoidPtrCV = void*; NoBackupFlag = boost::variant<cryptonote::txin_gen, cryptonote::txin_to_script, cryptonote::txin_to_scripthash, cryptonote::txin_to_key>::has_fallback_type_]’ at /app/include/boost/variant/detail/visitation_impl.hpp:226:5,
- inlined from ‘static typename Visitor::result_type boost::variant<T0, TN>::internal_apply_visitor_impl(int, int, Visitor&, VoidPtrCV) [with Visitor = boost::variant<cryptonote::txin_gen, cryptonote::txin_to_script, cryptonote::txin_to_scripthash, cryptonote::txin_to_key>::move_assigner; VoidPtrCV = void*; T0_ = cryptonote::txin_gen; TN = {cryptonote::txin_to_script, cryptonote::txin_to_scripthash, cryptonote::txin_to_key}]’ at /app/include/boost/variant/variant.hpp:2202:48,
- inlined from ‘typename Visitor::result_type boost::variant<T0, TN>::internal_apply_visitor(Visitor&) [with Visitor = boost::variant<cryptonote::txin_gen, cryptonote::txin_to_script, cryptonote::txin_to_scripthash, cryptonote::txin_to_key>::move_assigner; T0_ = cryptonote::txin_gen; TN = {cryptonote::txin_to_script, cryptonote::txin_to_scripthash, cryptonote::txin_to_key}]’ at /app/include/boost/variant/variant.hpp:2214:43,
- inlined from ‘void boost::variant<T0, TN>::variant_assign(boost::variant<T0, TN>&&) [with T0_ = cryptonote::txin_gen; TN = {cryptonote::txin_to_script, cryptonote::txin_to_scripthash, cryptonote::txin_to_key}]’ at /app/include/boost/variant/variant.hpp:1957:39,
- inlined from ‘boost::variant<T0, TN>& boost::variant<T0, TN>::operator=(boost::variant<T0, TN>&&) [with T0_ = cryptonote::txin_gen; TN = {cryptonote::txin_to_script, cryptonote::txin_to_scripthash, cryptonote::txin_to_key}]’ at /app/include/boost/variant/variant.hpp:2042:23,
- inlined from ‘std::_Require<std::__not_<std::__is_tuple_like<_Tp> >, std::is_move_constructible<_Tp>, std::is_move_assignable<_Tp> > std::swap(_Tp&, _Tp&) [with _Tp = boost::variant<cryptonote::txin_gen, cryptonote::txin_to_script, cryptonote::txin_to_scripthash, cryptonote::txin_to_key>]’ at /usr/include/c++/14.2.0/bits/move.h:223:11,
- inlined from ‘cryptonote::construct_tx_with_tx_key(const account_keys&, const std::unordered_map<crypto::public_key, subaddress_index>&, std::vector<tx_source_entry>&, std::vector<tx_destination_entry>&, const boost::optional<account_public_address>&, const std::vector<unsigned char>&, transaction&, const crypto::secret_key&, const std::vector<epee::mlocked<tools::scrubbed<crypto::ec_scalar> > >&, bool, const rct::RCTConfig&, bool, bool)::<lambda(size_t, size_t)>’ at /run/build/monero-gui/monero/src/cryptonote_core/cryptonote_tx_utils.cpp:371:16,
- inlined from ‘void tools::apply_permutation(std::vector<long unsigned int>, const F&) [with F = cryptonote::construct_tx_with_tx_key(const account_keys&, const std::unordered_map<crypto::public_key, subaddress_index>&, std::vector<tx_source_entry>&, std::vector<tx_destination_entry>&, const boost::optional<account_public_address>&, const std::vector<unsigned char>&, transaction&, const crypto::secret_key&, const std::vector<epee::mlocked<tools::scrubbed<crypto::ec_scalar> > >&, bool, const rct::RCTConfig&, bool, bool)::<lambda(size_t, size_t)>]’ at /run/build/monero-gui/monero/src/common/apply_permutation.h:55:11:
- /usr/include/c++/14.2.0/bits/stl_vector.h:105:11: warning: ‘((const std::_Vector_base<unsigned char, std::allocator<unsigned char> >::_Vector_impl_data*)((char*)&__tmp + offsetof(boost::variant<cryptonote::txin_gen, cryptonote::txin_to_script, cryptonote::txin_to_scripthash, cryptonote::txin_to_key>,boost::variant<cryptonote::txin_gen, cryptonote::txin_to_script, cryptonote::txin_to_scripthash, cryptonote::txin_to_key>::storage_.boost::aligned_storage<112, 8>::<unnamed>.boost::detail::aligned_storage::aligned_storage_imp<112, 8>::data_) + 16))[3].std::_Vector_base<unsigned char, std::allocator<unsigned char> >::_Vector_impl_data::_M_start’ may be used uninitialized [-Wmaybe-uninitialized]
- 105 | : _M_start(__x._M_start), _M_finish(__x._M_finish),
- | ^~~~~~~~~~~~~~~~~~~~~~
- /usr/include/c++/14.2.0/bits/move.h: In function ‘void tools::apply_permutation(std::vector<long unsigned int>, const F&) [with F = cryptonote::construct_tx_with_tx_key(const account_keys&, const std::unordered_map<crypto::public_key, subaddress_index>&, std::vector<tx_source_entry>&, std::vector<tx_destination_entry>&, const boost::optional<account_public_address>&, const std::vector<unsigned char>&, transaction&, const crypto::secret_key&, const std::vector<epee::mlocked<tools::scrubbed<crypto::ec_scalar> > >&, bool, const rct::RCTConfig&, bool, bool)::<lambda(size_t, size_t)>]’:
- /usr/include/c++/14.2.0/bits/move.h:221:11: note: ‘((const std::_Vector_base<unsigned char, std::allocator<unsigned char> >::_Vector_impl_data*)((char*)&__tmp + offsetof(boost::variant<cryptonote::txin_gen, cryptonote::txin_to_script, cryptonote::txin_to_scripthash, cryptonote::txin_to_key>,boost::variant<cryptonote::txin_gen, cryptonote::txin_to_script, cryptonote::txin_to_scripthash, cryptonote::txin_to_key>::storage_.boost::aligned_storage<112, 8>::<unnamed>.boost::detail::aligned_storage::aligned_storage_imp<112, 8>::data_) + 16))[3].std::_Vector_base<unsigned char, std::allocator<unsigned char> >::_Vector_impl_data::_M_start’ was declared here
- 221 | _Tp __tmp = _GLIBCXX_MOVE(__a);
- | ^~~~~
- In constructor ‘std::_Vector_base<_Tp, _Alloc>::_Vector_impl_data::_Vector_impl_data(std::_Vector_base<_Tp, _Alloc>::_Vector_impl_data&&) [with _Tp = unsigned char; _Alloc = std::allocator<unsigned char>]’,
- inlined from ‘std::_Vector_base<_Tp, _Alloc>::_Vector_impl::_Vector_impl(std::_Vector_base<_Tp, _Alloc>::_Vector_impl&&) [with _Tp = unsigned char; _Alloc = std::allocator<unsigned char>]’ at /usr/include/c++/14.2.0/bits/stl_vector.h:154:68,
- inlined from ‘std::_Vector_base<_Tp, _Alloc>::_Vector_base(std::_Vector_base<_Tp, _Alloc>&&) [with _Tp = unsigned char; _Alloc = std::allocator<unsigned char>]’ at /usr/include/c++/14.2.0/bits/stl_vector.h:337:7,
- inlined from ‘std::vector<_Tp, _Alloc>::vector(std::vector<_Tp, _Alloc>&&) [with _Tp = unsigned char; _Alloc = std::allocator<unsigned char>]’ at /usr/include/c++/14.2.0/bits/stl_vector.h:620:7,
- inlined from ‘cryptonote::txin_to_scripthash::txin_to_scripthash(cryptonote::txin_to_scripthash&&)’ at /run/build/monero-gui/monero/src/cryptonote_basic/cryptonote_basic.h:123:10,
- inlined from ‘void boost::variant<T0, TN>::move_assigner::assign_impl(RhsT&, B, mpl_::true_, B2) const [with RhsT = cryptonote::txin_to_scripthash; B = mpl_::bool_<true>; B2 = boost::variant<cryptonote::txin_gen, cryptonote::txin_to_script, cryptonote::txin_to_scripthash, cryptonote::txin_to_key>::has_fallback_type_; T0_ = cryptonote::txin_gen; TN = {cryptonote::txin_to_script, cryptonote::txin_to_scripthash, cryptonote::txin_to_key}]’ at /app/include/boost/variant/variant.hpp:1850:13,
- inlined from ‘void boost::variant<T0, TN>::move_assigner::internal_visit(RhsT&, int) const [with RhsT = cryptonote::txin_to_scripthash; T0_ = cryptonote::txin_gen; TN = {cryptonote::txin_to_script, cryptonote::txin_to_scripthash, cryptonote::txin_to_key}]’ at /app/include/boost/variant/variant.hpp:1910:24,
- inlined from ‘typename Visitor::result_type boost::detail::variant::visitation_impl_invoke_impl(int, Visitor&, VoidPtrCV, T*, mpl_::true_) [with Visitor = boost::variant<cryptonote::txin_gen, cryptonote::txin_to_script, cryptonote::txin_to_scripthash, cryptonote::txin_to_key>::move_assigner; VoidPtrCV = void*; T = cryptonote::txin_to_scripthash]’ at /app/include/boost/variant/detail/visitation_impl.hpp:105:34,
- inlined from ‘typename Visitor::result_type boost::detail::variant::visitation_impl_invoke(int, Visitor&, VoidPtrCV, T*, NoBackupFlag, int) [with Visitor = boost::variant<cryptonote::txin_gen, cryptonote::txin_to_script, cryptonote::txin_to_scripthash, cryptonote::txin_to_key>::move_assigner; VoidPtrCV = void*; T = cryptonote::txin_to_scripthash; NoBackupFlag = boost::variant<cryptonote::txin_gen, cryptonote::txin_to_script, cryptonote::txin_to_scripthash, cryptonote::txin_to_key>::has_fallback_type_]’ at /app/include/boost/variant/detail/visitation_impl.hpp:145:41,
- inlined from ‘typename Visitor::result_type boost::detail::variant::visitation_impl(int, int, Visitor&, VoidPtrCV, mpl_::false_, NoBackupFlag, Which*, step0*) [with Which = mpl_::int_<0>; step0 = visitation_impl_step<boost::mpl::l_iter<boost::mpl::l_item<mpl_::long_<4>, cryptonote::txin_gen, boost::mpl::l_item<mpl_::long_<3>, cryptonote::txin_to_script, boost::mpl::l_item<mpl_::long_<2>, cryptonote::txin_to_scripthash, boost::mpl::l_item<mpl_::long_<1>, cryptonote::txin_to_key, boost::mpl::l_end> > > > >, boost::mpl::l_iter<boost::mpl::l_end> >; Visitor = boost::variant<cryptonote::txin_gen, cryptonote::txin_to_script, cryptonote::txin_to_scripthash, cryptonote::txin_to_key>::move_assigner; VoidPtrCV = void*; NoBackupFlag = boost::variant<cryptonote::txin_gen, cryptonote::txin_to_script, cryptonote::txin_to_scripthash, cryptonote::txin_to_key>::has_fallback_type_]’ at /app/include/boost/variant/detail/visitation_impl.hpp:226:5,
- inlined from ‘static typename Visitor::result_type boost::variant<T0, TN>::internal_apply_visitor_impl(int, int, Visitor&, VoidPtrCV) [with Visitor = boost::variant<cryptonote::txin_gen, cryptonote::txin_to_script, cryptonote::txin_to_scripthash, cryptonote::txin_to_key>::move_assigner; VoidPtrCV = void*; T0_ = cryptonote::txin_gen; TN = {cryptonote::txin_to_script, cryptonote::txin_to_scripthash, cryptonote::txin_to_key}]’ at /app/include/boost/variant/variant.hpp:2202:48,
- inlined from ‘typename Visitor::result_type boost::variant<T0, TN>::internal_apply_visitor(Visitor&) [with Visitor = boost::variant<cryptonote::txin_gen, cryptonote::txin_to_script, cryptonote::txin_to_scripthash, cryptonote::txin_to_key>::move_assigner; T0_ = cryptonote::txin_gen; TN = {cryptonote::txin_to_script, cryptonote::txin_to_scripthash, cryptonote::txin_to_key}]’ at /app/include/boost/variant/variant.hpp:2214:43,
- inlined from ‘void boost::variant<T0, TN>::variant_assign(boost::variant<T0, TN>&&) [with T0_ = cryptonote::txin_gen; TN = {cryptonote::txin_to_script, cryptonote::txin_to_scripthash, cryptonote::txin_to_key}]’ at /app/include/boost/variant/variant.hpp:1957:39,
- inlined from ‘boost::variant<T0, TN>& boost::variant<T0, TN>::operator=(boost::variant<T0, TN>&&) [with T0_ = cryptonote::txin_gen; TN = {cryptonote::txin_to_script, cryptonote::txin_to_scripthash, cryptonote::txin_to_key}]’ at /app/include/boost/variant/variant.hpp:2042:23,
- inlined from ‘std::_Require<std::__not_<std::__is_tuple_like<_Tp> >, std::is_move_constructible<_Tp>, std::is_move_assignable<_Tp> > std::swap(_Tp&, _Tp&) [with _Tp = boost::variant<cryptonote::txin_gen, cryptonote::txin_to_script, cryptonote::txin_to_scripthash, cryptonote::txin_to_key>]’ at /usr/include/c++/14.2.0/bits/move.h:223:11,
- inlined from ‘cryptonote::construct_tx_with_tx_key(const account_keys&, const std::unordered_map<crypto::public_key, subaddress_index>&, std::vector<tx_source_entry>&, std::vector<tx_destination_entry>&, const boost::optional<account_public_address>&, const std::vector<unsigned char>&, transaction&, const crypto::secret_key&, const std::vector<epee::mlocked<tools::scrubbed<crypto::ec_scalar> > >&, bool, const rct::RCTConfig&, bool, bool)::<lambda(size_t, size_t)>’ at /run/build/monero-gui/monero/src/cryptonote_core/cryptonote_tx_utils.cpp:371:16,
- inlined from ‘void tools::apply_permutation(std::vector<long unsigned int>, const F&) [with F = cryptonote::construct_tx_with_tx_key(const account_keys&, const std::unordered_map<crypto::public_key, subaddress_index>&, std::vector<tx_source_entry>&, std::vector<tx_destination_entry>&, const boost::optional<account_public_address>&, const std::vector<unsigned char>&, transaction&, const crypto::secret_key&, const std::vector<epee::mlocked<tools::scrubbed<crypto::ec_scalar> > >&, bool, const rct::RCTConfig&, bool, bool)::<lambda(size_t, size_t)>]’ at /run/build/monero-gui/monero/src/common/apply_permutation.h:55:11:
- /usr/include/c++/14.2.0/bits/stl_vector.h:106:11: warning: ‘((const std::_Vector_base<unsigned char, std::allocator<unsigned char> >::_Vector_impl_data*)((char*)&__tmp + offsetof(boost::variant<cryptonote::txin_gen, cryptonote::txin_to_script, cryptonote::txin_to_scripthash, cryptonote::txin_to_key>,boost::variant<cryptonote::txin_gen, cryptonote::txin_to_script, cryptonote::txin_to_scripthash, cryptonote::txin_to_key>::storage_.boost::aligned_storage<112, 8>::<unnamed>.boost::detail::aligned_storage::aligned_storage_imp<112, 8>::data_) + 16))[3].std::_Vector_base<unsigned char, std::allocator<unsigned char> >::_Vector_impl_data::_M_end_of_storage’ may be used uninitialized [-Wmaybe-uninitialized]
- 106 | _M_end_of_storage(__x._M_end_of_storage)
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/c++/14.2.0/bits/move.h: In function ‘void tools::apply_permutation(std::vector<long unsigned int>, const F&) [with F = cryptonote::construct_tx_with_tx_key(const account_keys&, const std::unordered_map<crypto::public_key, subaddress_index>&, std::vector<tx_source_entry>&, std::vector<tx_destination_entry>&, const boost::optional<account_public_address>&, const std::vector<unsigned char>&, transaction&, const crypto::secret_key&, const std::vector<epee::mlocked<tools::scrubbed<crypto::ec_scalar> > >&, bool, const rct::RCTConfig&, bool, bool)::<lambda(size_t, size_t)>]’:
- /usr/include/c++/14.2.0/bits/move.h:221:11: note: ‘((const std::_Vector_base<unsigned char, std::allocator<unsigned char> >::_Vector_impl_data*)((char*)&__tmp + offsetof(boost::variant<cryptonote::txin_gen, cryptonote::txin_to_script, cryptonote::txin_to_scripthash, cryptonote::txin_to_key>,boost::variant<cryptonote::txin_gen, cryptonote::txin_to_script, cryptonote::txin_to_scripthash, cryptonote::txin_to_key>::storage_.boost::aligned_storage<112, 8>::<unnamed>.boost::detail::aligned_storage::aligned_storage_imp<112, 8>::data_) + 16))[3].std::_Vector_base<unsigned char, std::allocator<unsigned char> >::_Vector_impl_data::_M_end_of_storage’ was declared here
- 221 | _Tp __tmp = _GLIBCXX_MOVE(__a);
- | ^~~~~
- In constructor ‘std::_Vector_base<_Tp, _Alloc>::_Vector_impl_data::_Vector_impl_data(std::_Vector_base<_Tp, _Alloc>::_Vector_impl_data&&) [with _Tp = unsigned char; _Alloc = std::allocator<unsigned char>]’,
- inlined from ‘std::_Vector_base<_Tp, _Alloc>::_Vector_impl::_Vector_impl(std::_Vector_base<_Tp, _Alloc>::_Vector_impl&&) [with _Tp = unsigned char; _Alloc = std::allocator<unsigned char>]’ at /usr/include/c++/14.2.0/bits/stl_vector.h:154:68,
- inlined from ‘std::_Vector_base<_Tp, _Alloc>::_Vector_base(std::_Vector_base<_Tp, _Alloc>&&) [with _Tp = unsigned char; _Alloc = std::allocator<unsigned char>]’ at /usr/include/c++/14.2.0/bits/stl_vector.h:337:7,
- inlined from ‘std::vector<_Tp, _Alloc>::vector(std::vector<_Tp, _Alloc>&&) [with _Tp = unsigned char; _Alloc = std::allocator<unsigned char>]’ at /usr/include/c++/14.2.0/bits/stl_vector.h:620:7,
- inlined from ‘cryptonote::txout_to_script::txout_to_script(cryptonote::txout_to_script&&)’ at /run/build/monero-gui/monero/src/cryptonote_basic/cryptonote_basic.h:61:10,
- inlined from ‘cryptonote::txin_to_scripthash::txin_to_scripthash(cryptonote::txin_to_scripthash&&)’ at /run/build/monero-gui/monero/src/cryptonote_basic/cryptonote_basic.h:123:10,
- inlined from ‘void boost::variant<T0, TN>::move_assigner::assign_impl(RhsT&, B, mpl_::true_, B2) const [with RhsT = cryptonote::txin_to_scripthash; B = mpl_::bool_<true>; B2 = boost::variant<cryptonote::txin_gen, cryptonote::txin_to_script, cryptonote::txin_to_scripthash, cryptonote::txin_to_key>::has_fallback_type_; T0_ = cryptonote::txin_gen; TN = {cryptonote::txin_to_script, cryptonote::txin_to_scripthash, cryptonote::txin_to_key}]’ at /app/include/boost/variant/variant.hpp:1850:13,
- inlined from ‘void boost::variant<T0, TN>::move_assigner::internal_visit(RhsT&, int) const [with RhsT = cryptonote::txin_to_scripthash; T0_ = cryptonote::txin_gen; TN = {cryptonote::txin_to_script, cryptonote::txin_to_scripthash, cryptonote::txin_to_key}]’ at /app/include/boost/variant/variant.hpp:1910:24,
- inlined from ‘typename Visitor::result_type boost::detail::variant::visitation_impl_invoke_impl(int, Visitor&, VoidPtrCV, T*, mpl_::true_) [with Visitor = boost::variant<cryptonote::txin_gen, cryptonote::txin_to_script, cryptonote::txin_to_scripthash, cryptonote::txin_to_key>::move_assigner; VoidPtrCV = void*; T = cryptonote::txin_to_scripthash]’ at /app/include/boost/variant/detail/visitation_impl.hpp:105:34,
- inlined from ‘typename Visitor::result_type boost::detail::variant::visitation_impl_invoke(int, Visitor&, VoidPtrCV, T*, NoBackupFlag, int) [with Visitor = boost::variant<cryptonote::txin_gen, cryptonote::txin_to_script, cryptonote::txin_to_scripthash, cryptonote::txin_to_key>::move_assigner; VoidPtrCV = void*; T = cryptonote::txin_to_scripthash; NoBackupFlag = boost::variant<cryptonote::txin_gen, cryptonote::txin_to_script, cryptonote::txin_to_scripthash, cryptonote::txin_to_key>::has_fallback_type_]’ at /app/include/boost/variant/detail/visitation_impl.hpp:145:41,
- inlined from ‘typename Visitor::result_type boost::detail::variant::visitation_impl(int, int, Visitor&, VoidPtrCV, mpl_::false_, NoBackupFlag, Which*, step0*) [with Which = mpl_::int_<0>; step0 = visitation_impl_step<boost::mpl::l_iter<boost::mpl::l_item<mpl_::long_<4>, cryptonote::txin_gen, boost::mpl::l_item<mpl_::long_<3>, cryptonote::txin_to_script, boost::mpl::l_item<mpl_::long_<2>, cryptonote::txin_to_scripthash, boost::mpl::l_item<mpl_::long_<1>, cryptonote::txin_to_key, boost::mpl::l_end> > > > >, boost::mpl::l_iter<boost::mpl::l_end> >; Visitor = boost::variant<cryptonote::txin_gen, cryptonote::txin_to_script, cryptonote::txin_to_scripthash, cryptonote::txin_to_key>::move_assigner; VoidPtrCV = void*; NoBackupFlag = boost::variant<cryptonote::txin_gen, cryptonote::txin_to_script, cryptonote::txin_to_scripthash, cryptonote::txin_to_key>::has_fallback_type_]’ at /app/include/boost/variant/detail/visitation_impl.hpp:226:5,
- inlined from ‘static typename Visitor::result_type boost::variant<T0, TN>::internal_apply_visitor_impl(int, int, Visitor&, VoidPtrCV) [with Visitor = boost::variant<cryptonote::txin_gen, cryptonote::txin_to_script, cryptonote::txin_to_scripthash, cryptonote::txin_to_key>::move_assigner; VoidPtrCV = void*; T0_ = cryptonote::txin_gen; TN = {cryptonote::txin_to_script, cryptonote::txin_to_scripthash, cryptonote::txin_to_key}]’ at /app/include/boost/variant/variant.hpp:2202:48,
- inlined from ‘typename Visitor::result_type boost::variant<T0, TN>::internal_apply_visitor(Visitor&) [with Visitor = boost::variant<cryptonote::txin_gen, cryptonote::txin_to_script, cryptonote::txin_to_scripthash, cryptonote::txin_to_key>::move_assigner; T0_ = cryptonote::txin_gen; TN = {cryptonote::txin_to_script, cryptonote::txin_to_scripthash, cryptonote::txin_to_key}]’ at /app/include/boost/variant/variant.hpp:2214:43,
- inlined from ‘void boost::variant<T0, TN>::variant_assign(boost::variant<T0, TN>&&) [with T0_ = cryptonote::txin_gen; TN = {cryptonote::txin_to_script, cryptonote::txin_to_scripthash, cryptonote::txin_to_key}]’ at /app/include/boost/variant/variant.hpp:1957:39,
- inlined from ‘boost::variant<T0, TN>& boost::variant<T0, TN>::operator=(boost::variant<T0, TN>&&) [with T0_ = cryptonote::txin_gen; TN = {cryptonote::txin_to_script, cryptonote::txin_to_scripthash, cryptonote::txin_to_key}]’ at /app/include/boost/variant/variant.hpp:2042:23,
- inlined from ‘std::_Require<std::__not_<std::__is_tuple_like<_Tp> >, std::is_move_constructible<_Tp>, std::is_move_assignable<_Tp> > std::swap(_Tp&, _Tp&) [with _Tp = boost::variant<cryptonote::txin_gen, cryptonote::txin_to_script, cryptonote::txin_to_scripthash, cryptonote::txin_to_key>]’ at /usr/include/c++/14.2.0/bits/move.h:223:11,
- inlined from ‘cryptonote::construct_tx_with_tx_key(const account_keys&, const std::unordered_map<crypto::public_key, subaddress_index>&, std::vector<tx_source_entry>&, std::vector<tx_destination_entry>&, const boost::optional<account_public_address>&, const std::vector<unsigned char>&, transaction&, const crypto::secret_key&, const std::vector<epee::mlocked<tools::scrubbed<crypto::ec_scalar> > >&, bool, const rct::RCTConfig&, bool, bool)::<lambda(size_t, size_t)>’ at /run/build/monero-gui/monero/src/cryptonote_core/cryptonote_tx_utils.cpp:371:16,
- inlined from ‘void tools::apply_permutation(std::vector<long unsigned int>, const F&) [with F = cryptonote::construct_tx_with_tx_key(const account_keys&, const std::unordered_map<crypto::public_key, subaddress_index>&, std::vector<tx_source_entry>&, std::vector<tx_destination_entry>&, const boost::optional<account_public_address>&, const std::vector<unsigned char>&, transaction&, const crypto::secret_key&, const std::vector<epee::mlocked<tools::scrubbed<crypto::ec_scalar> > >&, bool, const rct::RCTConfig&, bool, bool)::<lambda(size_t, size_t)>]’ at /run/build/monero-gui/monero/src/common/apply_permutation.h:55:11:
- /usr/include/c++/14.2.0/bits/stl_vector.h:106:11: warning: ‘((const std::_Vector_base<unsigned char, std::allocator<unsigned char> >::_Vector_impl_data*)((char*)&__tmp + offsetof(boost::variant<cryptonote::txin_gen, cryptonote::txin_to_script, cryptonote::txin_to_scripthash, cryptonote::txin_to_key>,boost::variant<cryptonote::txin_gen, cryptonote::txin_to_script, cryptonote::txin_to_scripthash, cryptonote::txin_to_key>::storage_.boost::aligned_storage<112, 8>::<unnamed>.boost::detail::aligned_storage::aligned_storage_imp<112, 8>::data_) + 16))[2].std::_Vector_base<unsigned char, std::allocator<unsigned char> >::_Vector_impl_data::_M_end_of_storage’ may be used uninitialized [-Wmaybe-uninitialized]
- 106 | _M_end_of_storage(__x._M_end_of_storage)
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/c++/14.2.0/bits/move.h: In function ‘void tools::apply_permutation(std::vector<long unsigned int>, const F&) [with F = cryptonote::construct_tx_with_tx_key(const account_keys&, const std::unordered_map<crypto::public_key, subaddress_index>&, std::vector<tx_source_entry>&, std::vector<tx_destination_entry>&, const boost::optional<account_public_address>&, const std::vector<unsigned char>&, transaction&, const crypto::secret_key&, const std::vector<epee::mlocked<tools::scrubbed<crypto::ec_scalar> > >&, bool, const rct::RCTConfig&, bool, bool)::<lambda(size_t, size_t)>]’:
- /usr/include/c++/14.2.0/bits/move.h:221:11: note: ‘((const std::_Vector_base<unsigned char, std::allocator<unsigned char> >::_Vector_impl_data*)((char*)&__tmp + offsetof(boost::variant<cryptonote::txin_gen, cryptonote::txin_to_script, cryptonote::txin_to_scripthash, cryptonote::txin_to_key>,boost::variant<cryptonote::txin_gen, cryptonote::txin_to_script, cryptonote::txin_to_scripthash, cryptonote::txin_to_key>::storage_.boost::aligned_storage<112, 8>::<unnamed>.boost::detail::aligned_storage::aligned_storage_imp<112, 8>::data_) + 16))[2].std::_Vector_base<unsigned char, std::allocator<unsigned char> >::_Vector_impl_data::_M_end_of_storage’ was declared here
- 221 | _Tp __tmp = _GLIBCXX_MOVE(__a);
- | ^~~~~
- In constructor ‘std::_Vector_base<_Tp, _Alloc>::_Vector_impl_data::_Vector_impl_data(std::_Vector_base<_Tp, _Alloc>::_Vector_impl_data&&) [with _Tp = unsigned char; _Alloc = std::allocator<unsigned char>]’,
- inlined from ‘std::_Vector_base<_Tp, _Alloc>::_Vector_impl::_Vector_impl(std::_Vector_base<_Tp, _Alloc>::_Vector_impl&&) [with _Tp = unsigned char; _Alloc = std::allocator<unsigned char>]’ at /usr/include/c++/14.2.0/bits/stl_vector.h:154:68,
- inlined from ‘std::_Vector_base<_Tp, _Alloc>::_Vector_base(std::_Vector_base<_Tp, _Alloc>&&) [with _Tp = unsigned char; _Alloc = std::allocator<unsigned char>]’ at /usr/include/c++/14.2.0/bits/stl_vector.h:337:7,
- inlined from ‘std::vector<_Tp, _Alloc>::vector(std::vector<_Tp, _Alloc>&&) [with _Tp = unsigned char; _Alloc = std::allocator<unsigned char>]’ at /usr/include/c++/14.2.0/bits/stl_vector.h:620:7,
- inlined from ‘cryptonote::txout_to_script::txout_to_script(cryptonote::txout_to_script&&)’ at /run/build/monero-gui/monero/src/cryptonote_basic/cryptonote_basic.h:61:10,
- inlined from ‘cryptonote::txin_to_scripthash::txin_to_scripthash(cryptonote::txin_to_scripthash&&)’ at /run/build/monero-gui/monero/src/cryptonote_basic/cryptonote_basic.h:123:10,
- inlined from ‘void boost::variant<T0, TN>::move_assigner::assign_impl(RhsT&, B, mpl_::true_, B2) const [with RhsT = cryptonote::txin_to_scripthash; B = mpl_::bool_<true>; B2 = boost::variant<cryptonote::txin_gen, cryptonote::txin_to_script, cryptonote::txin_to_scripthash, cryptonote::txin_to_key>::has_fallback_type_; T0_ = cryptonote::txin_gen; TN = {cryptonote::txin_to_script, cryptonote::txin_to_scripthash, cryptonote::txin_to_key}]’ at /app/include/boost/variant/variant.hpp:1850:13,
- inlined from ‘void boost::variant<T0, TN>::move_assigner::internal_visit(RhsT&, int) const [with RhsT = cryptonote::txin_to_scripthash; T0_ = cryptonote::txin_gen; TN = {cryptonote::txin_to_script, cryptonote::txin_to_scripthash, cryptonote::txin_to_key}]’ at /app/include/boost/variant/variant.hpp:1910:24,
- inlined from ‘typename Visitor::result_type boost::detail::variant::visitation_impl_invoke_impl(int, Visitor&, VoidPtrCV, T*, mpl_::true_) [with Visitor = boost::variant<cryptonote::txin_gen, cryptonote::txin_to_script, cryptonote::txin_to_scripthash, cryptonote::txin_to_key>::move_assigner; VoidPtrCV = void*; T = cryptonote::txin_to_scripthash]’ at /app/include/boost/variant/detail/visitation_impl.hpp:105:34,
- inlined from ‘typename Visitor::result_type boost::detail::variant::visitation_impl_invoke(int, Visitor&, VoidPtrCV, T*, NoBackupFlag, int) [with Visitor = boost::variant<cryptonote::txin_gen, cryptonote::txin_to_script, cryptonote::txin_to_scripthash, cryptonote::txin_to_key>::move_assigner; VoidPtrCV = void*; T = cryptonote::txin_to_scripthash; NoBackupFlag = boost::variant<cryptonote::txin_gen, cryptonote::txin_to_script, cryptonote::txin_to_scripthash, cryptonote::txin_to_key>::has_fallback_type_]’ at /app/include/boost/variant/detail/visitation_impl.hpp:145:41,
- inlined from ‘typename Visitor::result_type boost::detail::variant::visitation_impl(int, int, Visitor&, VoidPtrCV, mpl_::false_, NoBackupFlag, Which*, step0*) [with Which = mpl_::int_<0>; step0 = visitation_impl_step<boost::mpl::l_iter<boost::mpl::l_item<mpl_::long_<4>, cryptonote::txin_gen, boost::mpl::l_item<mpl_::long_<3>, cryptonote::txin_to_script, boost::mpl::l_item<mpl_::long_<2>, cryptonote::txin_to_scripthash, boost::mpl::l_item<mpl_::long_<1>, cryptonote::txin_to_key, boost::mpl::l_end> > > > >, boost::mpl::l_iter<boost::mpl::l_end> >; Visitor = boost::variant<cryptonote::txin_gen, cryptonote::txin_to_script, cryptonote::txin_to_scripthash, cryptonote::txin_to_key>::move_assigner; VoidPtrCV = void*; NoBackupFlag = boost::variant<cryptonote::txin_gen, cryptonote::txin_to_script, cryptonote::txin_to_scripthash, cryptonote::txin_to_key>::has_fallback_type_]’ at /app/include/boost/variant/detail/visitation_impl.hpp:226:5,
- inlined from ‘static typename Visitor::result_type boost::variant<T0, TN>::internal_apply_visitor_impl(int, int, Visitor&, VoidPtrCV) [with Visitor = boost::variant<cryptonote::txin_gen, cryptonote::txin_to_script, cryptonote::txin_to_scripthash, cryptonote::txin_to_key>::move_assigner; VoidPtrCV = void*; T0_ = cryptonote::txin_gen; TN = {cryptonote::txin_to_script, cryptonote::txin_to_scripthash, cryptonote::txin_to_key}]’ at /app/include/boost/variant/variant.hpp:2202:48,
- inlined from ‘typename Visitor::result_type boost::variant<T0, TN>::internal_apply_visitor(Visitor&) [with Visitor = boost::variant<cryptonote::txin_gen, cryptonote::txin_to_script, cryptonote::txin_to_scripthash, cryptonote::txin_to_key>::move_assigner; T0_ = cryptonote::txin_gen; TN = {cryptonote::txin_to_script, cryptonote::txin_to_scripthash, cryptonote::txin_to_key}]’ at /app/include/boost/variant/variant.hpp:2214:43,
- inlined from ‘void boost::variant<T0, TN>::variant_assign(boost::variant<T0, TN>&&) [with T0_ = cryptonote::txin_gen; TN = {cryptonote::txin_to_script, cryptonote::txin_to_scripthash, cryptonote::txin_to_key}]’ at /app/include/boost/variant/variant.hpp:1957:39,
- inlined from ‘boost::variant<T0, TN>& boost::variant<T0, TN>::operator=(boost::variant<T0, TN>&&) [with T0_ = cryptonote::txin_gen; TN = {cryptonote::txin_to_script, cryptonote::txin_to_scripthash, cryptonote::txin_to_key}]’ at /app/include/boost/variant/variant.hpp:2042:23,
- inlined from ‘std::_Require<std::__not_<std::__is_tuple_like<_Tp> >, std::is_move_constructible<_Tp>, std::is_move_assignable<_Tp> > std::swap(_Tp&, _Tp&) [with _Tp = boost::variant<cryptonote::txin_gen, cryptonote::txin_to_script, cryptonote::txin_to_scripthash, cryptonote::txin_to_key>]’ at /usr/include/c++/14.2.0/bits/move.h:223:11,
- inlined from ‘cryptonote::construct_tx_with_tx_key(const account_keys&, const std::unordered_map<crypto::public_key, subaddress_index>&, std::vector<tx_source_entry>&, std::vector<tx_destination_entry>&, const boost::optional<account_public_address>&, const std::vector<unsigned char>&, transaction&, const crypto::secret_key&, const std::vector<epee::mlocked<tools::scrubbed<crypto::ec_scalar> > >&, bool, const rct::RCTConfig&, bool, bool)::<lambda(size_t, size_t)>’ at /run/build/monero-gui/monero/src/cryptonote_core/cryptonote_tx_utils.cpp:371:16,
- inlined from ‘void tools::apply_permutation(std::vector<long unsigned int>, const F&) [with F = cryptonote::construct_tx_with_tx_key(const account_keys&, const std::unordered_map<crypto::public_key, subaddress_index>&, std::vector<tx_source_entry>&, std::vector<tx_destination_entry>&, const boost::optional<account_public_address>&, const std::vector<unsigned char>&, transaction&, const crypto::secret_key&, const std::vector<epee::mlocked<tools::scrubbed<crypto::ec_scalar> > >&, bool, const rct::RCTConfig&, bool, bool)::<lambda(size_t, size_t)>]’ at /run/build/monero-gui/monero/src/common/apply_permutation.h:55:11:
- /usr/include/c++/14.2.0/bits/stl_vector.h:105:35: warning: ‘((const std::_Vector_base<unsigned char, std::allocator<unsigned char> >::_Vector_impl_data*)((char*)&__tmp + offsetof(boost::variant<cryptonote::txin_gen, cryptonote::txin_to_script, cryptonote::txin_to_scripthash, cryptonote::txin_to_key>,boost::variant<cryptonote::txin_gen, cryptonote::txin_to_script, cryptonote::txin_to_scripthash, cryptonote::txin_to_key>::storage_.boost::aligned_storage<112, 8>::<unnamed>.boost::detail::aligned_storage::aligned_storage_imp<112, 8>::data_) + 16))[2].std::_Vector_base<unsigned char, std::allocator<unsigned char> >::_Vector_impl_data::_M_finish’ may be used uninitialized [-Wmaybe-uninitialized]
- 105 | : _M_start(__x._M_start), _M_finish(__x._M_finish),
- | ^~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/c++/14.2.0/bits/move.h: In function ‘void tools::apply_permutation(std::vector<long unsigned int>, const F&) [with F = cryptonote::construct_tx_with_tx_key(const account_keys&, const std::unordered_map<crypto::public_key, subaddress_index>&, std::vector<tx_source_entry>&, std::vector<tx_destination_entry>&, const boost::optional<account_public_address>&, const std::vector<unsigned char>&, transaction&, const crypto::secret_key&, const std::vector<epee::mlocked<tools::scrubbed<crypto::ec_scalar> > >&, bool, const rct::RCTConfig&, bool, bool)::<lambda(size_t, size_t)>]’:
- /usr/include/c++/14.2.0/bits/move.h:221:11: note: ‘((const std::_Vector_base<unsigned char, std::allocator<unsigned char> >::_Vector_impl_data*)((char*)&__tmp + offsetof(boost::variant<cryptonote::txin_gen, cryptonote::txin_to_script, cryptonote::txin_to_scripthash, cryptonote::txin_to_key>,boost::variant<cryptonote::txin_gen, cryptonote::txin_to_script, cryptonote::txin_to_scripthash, cryptonote::txin_to_key>::storage_.boost::aligned_storage<112, 8>::<unnamed>.boost::detail::aligned_storage::aligned_storage_imp<112, 8>::data_) + 16))[2].std::_Vector_base<unsigned char, std::allocator<unsigned char> >::_Vector_impl_data::_M_finish’ was declared here
- 221 | _Tp __tmp = _GLIBCXX_MOVE(__a);
- | ^~~~~
- [165/482] Building CXX object monero/src/cryptonote_core/CMakeFiles/obj_cryptonote_core.dir/cryptonote_core.cpp.o
- <command-line>: warning: "_FORTIFY_SOURCE" redefined
- <command-line>: note: this is the location of the previous definition
- [166/482] Building CXX object monero/src/net/CMakeFiles/obj_net.dir/parse.cpp.o
- <command-line>: warning: "_FORTIFY_SOURCE" redefined
- <command-line>: note: this is the location of the previous definition
- [167/482] Building CXX object monero/src/net/CMakeFiles/obj_net.dir/resolve.cpp.o
- <command-line>: warning: "_FORTIFY_SOURCE" redefined
- <command-line>: note: this is the location of the previous definition
- [168/482] Building CXX object monero/src/net/CMakeFiles/obj_net.dir/i2p_address.cpp.o
- <command-line>: warning: "_FORTIFY_SOURCE" redefined
- <command-line>: note: this is the location of the previous definition
- [169/482] Building CXX object monero/src/net/CMakeFiles/obj_net.dir/socks.cpp.o
- <command-line>: warning: "_FORTIFY_SOURCE" redefined
- <command-line>: note: this is the location of the previous definition
- [170/482] Building CXX object monero/src/cryptonote_core/CMakeFiles/obj_cryptonote_core.dir/tx_pool.cpp.o
- <command-line>: warning: "_FORTIFY_SOURCE" redefined
- <command-line>: note: this is the location of the previous definition
- [171/482] Building CXX object monero/src/cryptonote_core/CMakeFiles/obj_cryptonote_core.dir/blockchain.cpp.o
- <command-line>: warning: "_FORTIFY_SOURCE" redefined
- <command-line>: note: this is the location of the previous definition
- [172/482] Building CXX object monero/src/net/CMakeFiles/obj_net.dir/http.cpp.o
- <command-line>: warning: "_FORTIFY_SOURCE" redefined
- <command-line>: note: this is the location of the previous definition
- [173/482] Building CXX object monero/src/net/CMakeFiles/obj_net.dir/zmq.cpp.o
- <command-line>: warning: "_FORTIFY_SOURCE" redefined
- <command-line>: note: this is the location of the previous definition
- [174/482] Building CXX object monero/src/net/CMakeFiles/obj_net.dir/socks_connect.cpp.o
- <command-line>: warning: "_FORTIFY_SOURCE" redefined
- <command-line>: note: this is the location of the previous definition
- [175/482] Linking CXX static library monero/src/hardforks/libhardforks.a
- [176/482] Building C object external/CMakeFiles/quirc.dir/quirc/lib/decode.c.o
- [177/482] Building C object external/CMakeFiles/quirc.dir/quirc/lib/identify.c.o
- [178/482] Building CXX object monero/src/net/CMakeFiles/obj_net.dir/tor_address.cpp.o
- <command-line>: warning: "_FORTIFY_SOURCE" redefined
- <command-line>: note: this is the location of the previous definition
- [179/482] Linking C static library monero/external/miniupnp/miniupnpc/libminiupnpc.a
- [180/482] Building C object external/CMakeFiles/quirc.dir/quirc/lib/quirc.c.o
- [181/482] Building C object external/CMakeFiles/quirc.dir/quirc/lib/version_db.c.o
- [182/482] Building CXX object monero/src/cryptonote_protocol/CMakeFiles/obj_cryptonote_protocol.dir/block_queue.cpp.o
- <command-line>: warning: "_FORTIFY_SOURCE" redefined
- <command-line>: note: this is the location of the previous definition
- [183/482] Building CXX object monero/src/p2p/CMakeFiles/obj_p2p.dir/net_peerlist.cpp.o
- <command-line>: warning: "_FORTIFY_SOURCE" redefined
- <command-line>: note: this is the location of the previous definition
- [184/482] Building CXX object monero/src/cryptonote_protocol/CMakeFiles/obj_cryptonote_protocol.dir/cryptonote_protocol_handler-base.cpp.o
- <command-line>: warning: "_FORTIFY_SOURCE" redefined
- <command-line>: note: this is the location of the previous definition
- [185/482] Building CXX object monero/src/multisig/CMakeFiles/obj_multisig.dir/multisig.cpp.o
- <command-line>: warning: "_FORTIFY_SOURCE" redefined
- <command-line>: note: this is the location of the previous definition
- [186/482] Building CXX object monero/src/p2p/CMakeFiles/obj_p2p.dir/net_node.cpp.o
- <command-line>: warning: "_FORTIFY_SOURCE" redefined
- <command-line>: note: this is the location of the previous definition
- [187/482] Building CXX object monero/src/multisig/CMakeFiles/obj_multisig.dir/multisig_clsag_context.cpp.o
- <command-line>: warning: "_FORTIFY_SOURCE" redefined
- <command-line>: note: this is the location of the previous definition
- [188/482] Building CXX object monero/src/multisig/CMakeFiles/obj_multisig.dir/multisig_account.cpp.o
- <command-line>: warning: "_FORTIFY_SOURCE" redefined
- <command-line>: note: this is the location of the previous definition
- [189/482] Building CXX object monero/src/cryptonote_protocol/CMakeFiles/obj_cryptonote_protocol.dir/levin_notify.cpp.o
- <command-line>: warning: "_FORTIFY_SOURCE" redefined
- <command-line>: note: this is the location of the previous definition
- [190/482] Automatic MOC and UIC for target translations
- [191/482] Building CXX object monero/src/multisig/CMakeFiles/obj_multisig.dir/multisig_kex_msg.cpp.o
- <command-line>: warning: "_FORTIFY_SOURCE" redefined
- <command-line>: note: this is the location of the previous definition
- [192/482] Building CXX object monero/src/rpc/CMakeFiles/obj_rpc_base.dir/rpc_payment_signature.cpp.o
- <command-line>: warning: "_FORTIFY_SOURCE" redefined
- <command-line>: note: this is the location of the previous definition
- [193/482] Building CXX object monero/src/mnemonics/CMakeFiles/obj_mnemonics.dir/electrum-words.cpp.o
- <command-line>: warning: "_FORTIFY_SOURCE" redefined
- <command-line>: note: this is the location of the previous definition
- [194/482] Building CXX object monero/src/multisig/CMakeFiles/obj_multisig.dir/multisig_tx_builder_ringct.cpp.o
- <command-line>: warning: "_FORTIFY_SOURCE" redefined
- <command-line>: note: this is the location of the previous definition
- [195/482] Generating translations.qrc
- [196/482] Building CXX object monero/src/rpc/CMakeFiles/obj_rpc_base.dir/rpc_args.cpp.o
- <command-line>: warning: "_FORTIFY_SOURCE" redefined
- <command-line>: note: this is the location of the previous definition
- [197/482] Building CXX object monero/src/multisig/CMakeFiles/obj_multisig.dir/multisig_account_kex_impl.cpp.o
- <command-line>: warning: "_FORTIFY_SOURCE" redefined
- <command-line>: note: this is the location of the previous definition
- [198/482] Building CXX object monero/src/device_trezor/CMakeFiles/obj_device_trezor.dir/device_trezor.cpp.o
- <command-line>: warning: "_FORTIFY_SOURCE" redefined
- <command-line>: note: this is the location of the previous definition
- [199/482] Building CXX object monero/src/rpc/CMakeFiles/obj_rpc_base.dir/rpc_handler.cpp.o
- <command-line>: warning: "_FORTIFY_SOURCE" redefined
- <command-line>: note: this is the location of the previous definition
- [200/482] Generating monero-core_af.qm
- Updating '/run/build/monero-gui/translations/monero-core_af.qm'...
- Removing translations equal to source text in '/run/build/monero-gui/translations/monero-core_af.qm'...
- Generated 663 translation(s) (663 finished and 0 unfinished)
- Ignored 128 untranslated source text(s)
- [201/482] Linking C static library external/libquirc.a
- [202/482] Generating monero-core_ar.qm
- Updating '/run/build/monero-gui/translations/monero-core_ar.qm'...
- Removing translations equal to source text in '/run/build/monero-gui/translations/monero-core_ar.qm'...
- Generated 326 translation(s) (326 finished and 0 unfinished)
- Ignored 475 untranslated source text(s)
- [203/482] Generating monero-core_az.qm
- Updating '/run/build/monero-gui/translations/monero-core_az.qm'...
- Removing translations equal to source text in '/run/build/monero-gui/translations/monero-core_az.qm'...
- Generated 0 translation(s) (0 finished and 0 unfinished)
- Ignored 835 untranslated source text(s)
- [204/482] Generating monero-core.qm
- Updating '/run/build/monero-gui/translations/monero-core.qm'...
- Removing translations equal to source text in '/run/build/monero-gui/translations/monero-core.qm'...
- Generated 4 translation(s) (4 finished and 0 unfinished)
- Ignored 831 untranslated source text(s)
- [205/482] Building CXX object monero/src/serialization/CMakeFiles/obj_serialization.dir/json_object.cpp.o
- <command-line>: warning: "_FORTIFY_SOURCE" redefined
- <command-line>: note: this is the location of the previous definition
- [206/482] Linking CXX static library monero/contrib/epee/src/libepee.a
- [207/482] Generating monero-core_bg.qm
- Updating '/run/build/monero-gui/translations/monero-core_bg.qm'...
- Removing translations equal to source text in '/run/build/monero-gui/translations/monero-core_bg.qm'...
- Generated 438 translation(s) (438 finished and 0 unfinished)
- Ignored 363 untranslated source text(s)
- [208/482] Generating monero-core_bn.qm
- Updating '/run/build/monero-gui/translations/monero-core_bn.qm'...
- Removing translations equal to source text in '/run/build/monero-gui/translations/monero-core_bn.qm'...
- Generated 0 translation(s) (0 finished and 0 unfinished)
- Ignored 835 untranslated source text(s)
- [209/482] Generating monero-core_cat.qm
- Updating '/run/build/monero-gui/translations/monero-core_cat.qm'...
- Removing translations equal to source text in '/run/build/monero-gui/translations/monero-core_cat.qm'...
- Generated 525 translation(s) (525 finished and 0 unfinished)
- Ignored 194 untranslated source text(s)
- [210/482] Generating monero-core_da.qm
- Updating '/run/build/monero-gui/translations/monero-core_da.qm'...
- Removing translations equal to source text in '/run/build/monero-gui/translations/monero-core_da.qm'...
- Generated 385 translation(s) (385 finished and 0 unfinished)
- Ignored 375 untranslated source text(s)
- [211/482] Generating monero-core_cs.qm
- Updating '/run/build/monero-gui/translations/monero-core_cs.qm'...
- Removing translations equal to source text in '/run/build/monero-gui/translations/monero-core_cs.qm'...
- Generated 400 translation(s) (400 finished and 0 unfinished)
- Ignored 393 untranslated source text(s)
- [212/482] Generating monero-core_eo.qm
- Updating '/run/build/monero-gui/translations/monero-core_eo.qm'...
- Removing translations equal to source text in '/run/build/monero-gui/translations/monero-core_eo.qm'...
- Generated 554 translation(s) (554 finished and 0 unfinished)
- Ignored 238 untranslated source text(s)
- [213/482] Generating monero-core_el.qm
- Updating '/run/build/monero-gui/translations/monero-core_el.qm'...
- Removing translations equal to source text in '/run/build/monero-gui/translations/monero-core_el.qm'...
- Generated 698 translation(s) (698 finished and 0 unfinished)
- Ignored 104 untranslated source text(s)
- [214/482] Generating monero-core_es.qm
- Updating '/run/build/monero-gui/translations/monero-core_es.qm'...
- Removing translations equal to source text in '/run/build/monero-gui/translations/monero-core_es.qm'...
- Generated 686 translation(s) (686 finished and 0 unfinished)
- Ignored 99 untranslated source text(s)
- [215/482] Generating monero-core_de.qm
- Updating '/run/build/monero-gui/translations/monero-core_de.qm'...
- Removing translations equal to source text in '/run/build/monero-gui/translations/monero-core_de.qm'...
- Generated 761 translation(s) (761 finished and 0 unfinished)
- Ignored 37 untranslated source text(s)
- [216/482] Generating monero-core_fa.qm
- Updating '/run/build/monero-gui/translations/monero-core_fa.qm'...
- Removing translations equal to source text in '/run/build/monero-gui/translations/monero-core_fa.qm'...
- Generated 106 translation(s) (106 finished and 0 unfinished)
- Ignored 697 untranslated source text(s)
- [217/482] Generating monero-core_fi.qm
- Updating '/run/build/monero-gui/translations/monero-core_fi.qm'...
- Removing translations equal to source text in '/run/build/monero-gui/translations/monero-core_fi.qm'...
- Generated 788 translation(s) (788 finished and 0 unfinished)
- Ignored 34 untranslated source text(s)
- [218/482] Generating monero-core_fr.qm
- Updating '/run/build/monero-gui/translations/monero-core_fr.qm'...
- Removing translations equal to source text in '/run/build/monero-gui/translations/monero-core_fr.qm'...
- Generated 652 translation(s) (652 finished and 0 unfinished)
- Ignored 108 untranslated source text(s)
- [219/482] Generating monero-core_ga.qm
- Updating '/run/build/monero-gui/translations/monero-core_ga.qm'...
- Removing translations equal to source text in '/run/build/monero-gui/translations/monero-core_ga.qm'...
- Generated 0 translation(s) (0 finished and 0 unfinished)
- Ignored 835 untranslated source text(s)
- [220/482] Generating monero-core_he.qm
- Updating '/run/build/monero-gui/translations/monero-core_he.qm'...
- Removing translations equal to source text in '/run/build/monero-gui/translations/monero-core_he.qm'...
- Generated 304 translation(s) (304 finished and 0 unfinished)
- Ignored 485 untranslated source text(s)
- [221/482] Generating monero-core_hi.qm
- Updating '/run/build/monero-gui/translations/monero-core_hi.qm'...
- Removing translations equal to source text in '/run/build/monero-gui/translations/monero-core_hi.qm'...
- Generated 424 translation(s) (424 finished and 0 unfinished)
- Ignored 369 untranslated source text(s)
- [222/482] Generating monero-core_hr.qm
- Updating '/run/build/monero-gui/translations/monero-core_hr.qm'...
- Removing translations equal to source text in '/run/build/monero-gui/translations/monero-core_hr.qm'...
- Generated 300 translation(s) (300 finished and 0 unfinished)
- Ignored 487 untranslated source text(s)
- [223/482] Generating monero-core_hu.qm
- Updating '/run/build/monero-gui/translations/monero-core_hu.qm'...
- Removing translations equal to source text in '/run/build/monero-gui/translations/monero-core_hu.qm'...
- Generated 614 translation(s) (614 finished and 0 unfinished)
- Ignored 169 untranslated source text(s)
- [224/482] Generating monero-core_is.qm
- Updating '/run/build/monero-gui/translations/monero-core_is.qm'...
- Removing translations equal to source text in '/run/build/monero-gui/translations/monero-core_is.qm'...
- Generated 1 translation(s) (1 finished and 0 unfinished)
- Ignored 834 untranslated source text(s)
- [225/482] Generating monero-core_id.qm
- Updating '/run/build/monero-gui/translations/monero-core_id.qm'...
- Removing translations equal to source text in '/run/build/monero-gui/translations/monero-core_id.qm'...
- Generated 394 translation(s) (394 finished and 0 unfinished)
- Ignored 397 untranslated source text(s)
- [226/482] Generating monero-core_it.qm
- Updating '/run/build/monero-gui/translations/monero-core_it.qm'...
- Removing translations equal to source text in '/run/build/monero-gui/translations/monero-core_it.qm'...
- Generated 586 translation(s) (586 finished and 0 unfinished)
- Ignored 184 untranslated source text(s)
- [227/482] Generating monero-core_kmr.qm
- Updating '/run/build/monero-gui/translations/monero-core_kmr.qm'...
- Removing translations equal to source text in '/run/build/monero-gui/translations/monero-core_kmr.qm'...
- Generated 0 translation(s) (0 finished and 0 unfinished)
- Ignored 835 untranslated source text(s)
- [228/482] Generating monero-core_ja.qm
- Updating '/run/build/monero-gui/translations/monero-core_ja.qm'...
- Removing translations equal to source text in '/run/build/monero-gui/translations/monero-core_ja.qm'...
- Generated 646 translation(s) (646 finished and 0 unfinished)
- Ignored 146 untranslated source text(s)
- [229/482] Generating monero-core_ko.qm
- Updating '/run/build/monero-gui/translations/monero-core_ko.qm'...
- Removing translations equal to source text in '/run/build/monero-gui/translations/monero-core_ko.qm'...
- Generated 179 translation(s) (179 finished and 0 unfinished)
- Ignored 626 untranslated source text(s)
- [230/482] Generating monero-core_lt.qm
- Updating '/run/build/monero-gui/translations/monero-core_lt.qm'...
- Removing translations equal to source text in '/run/build/monero-gui/translations/monero-core_lt.qm'...
- Generated 362 translation(s) (362 finished and 0 unfinished)
- Ignored 429 untranslated source text(s)
- [231/482] Generating monero-core_nb.qm
- Updating '/run/build/monero-gui/translations/monero-core_nb.qm'...
- Removing translations equal to source text in '/run/build/monero-gui/translations/monero-core_nb.qm'...
- Generated 523 translation(s) (523 finished and 0 unfinished)
- Ignored 253 untranslated source text(s)
- [232/482] Linking CXX static library monero/src/crypto/libcncrypto.a
- [233/482] Generating monero-core_ne.qm
- Updating '/run/build/monero-gui/translations/monero-core_ne.qm'...
- Removing translations equal to source text in '/run/build/monero-gui/translations/monero-core_ne.qm'...
- Generated 0 translation(s) (0 finished and 0 unfinished)
- Ignored 835 untranslated source text(s)
- [234/482] Generating monero-core_pl.qm
- Updating '/run/build/monero-gui/translations/monero-core_pl.qm'...
- Removing translations equal to source text in '/run/build/monero-gui/translations/monero-core_pl.qm'...
- Generated 779 translation(s) (779 finished and 0 unfinished)
- Ignored 37 untranslated source text(s)
- [235/482] Generating monero-core_nl.qm
- Updating '/run/build/monero-gui/translations/monero-core_nl.qm'...
- Removing translations equal to source text in '/run/build/monero-gui/translations/monero-core_nl.qm'...
- Generated 605 translation(s) (605 finished and 0 unfinished)
- Ignored 170 untranslated source text(s)
- [236/482] Generating monero-core_pt-br.qm
- Updating '/run/build/monero-gui/translations/monero-core_pt-br.qm'...
- Removing translations equal to source text in '/run/build/monero-gui/translations/monero-core_pt-br.qm'...
- Generated 737 translation(s) (737 finished and 0 unfinished)
- Ignored 77 untranslated source text(s)
- [237/482] Generating monero-core_pt-pt.qm
- Updating '/run/build/monero-gui/translations/monero-core_pt-pt.qm'...
- Removing translations equal to source text in '/run/build/monero-gui/translations/monero-core_pt-pt.qm'...
- Generated 528 translation(s) (528 finished and 0 unfinished)
- Ignored 249 untranslated source text(s)
- [238/482] Generating monero-core_sk.qm
- Updating '/run/build/monero-gui/translations/monero-core_sk.qm'...
- Removing translations equal to source text in '/run/build/monero-gui/translations/monero-core_sk.qm'...
- Generated 742 translation(s) (742 finished and 0 unfinished)
- Ignored 64 untranslated source text(s)
- [239/482] Generating monero-core_ro.qm
- Updating '/run/build/monero-gui/translations/monero-core_ro.qm'...
- Removing translations equal to source text in '/run/build/monero-gui/translations/monero-core_ro.qm'...
- Generated 650 translation(s) (650 finished and 0 unfinished)
- Ignored 132 untranslated source text(s)
- [240/482] Generating monero-core_ru.qm
- Updating '/run/build/monero-gui/translations/monero-core_ru.qm'...
- Removing translations equal to source text in '/run/build/monero-gui/translations/monero-core_ru.qm'...
- Generated 824 translation(s) (824 finished and 0 unfinished)
- Ignored 8 untranslated source text(s)
- [241/482] Generating monero-core_sl.qm
- Updating '/run/build/monero-gui/translations/monero-core_sl.qm'...
- Removing translations equal to source text in '/run/build/monero-gui/translations/monero-core_sl.qm'...
- Generated 476 translation(s) (476 finished and 0 unfinished)
- Ignored 307 untranslated source text(s)
- [242/482] Generating monero-core_sr.qm
- Updating '/run/build/monero-gui/translations/monero-core_sr.qm'...
- Removing translations equal to source text in '/run/build/monero-gui/translations/monero-core_sr.qm'...
- Generated 485 translation(s) (485 finished and 0 unfinished)
- Ignored 300 untranslated source text(s)
- [243/482] Generating monero-core_sv.qm
- Updating '/run/build/monero-gui/translations/monero-core_sv.qm'...
- Removing translations equal to source text in '/run/build/monero-gui/translations/monero-core_sv.qm'...
- Generated 460 translation(s) (460 finished and 0 unfinished)
- Ignored 312 untranslated source text(s)
- [244/482] Generating monero-core_ur.qm
- Updating '/run/build/monero-gui/translations/monero-core_ur.qm'...
- Removing translations equal to source text in '/run/build/monero-gui/translations/monero-core_ur.qm'...
- Generated 0 translation(s) (0 finished and 0 unfinished)
- Ignored 835 untranslated source text(s)
- [245/482] Generating monero-core_ta.qm
- Updating '/run/build/monero-gui/translations/monero-core_ta.qm'...
- Removing translations equal to source text in '/run/build/monero-gui/translations/monero-core_ta.qm'...
- Generated 702 translation(s) (702 finished and 0 unfinished)
- Ignored 129 untranslated source text(s)
- [246/482] Generating monero-core_uk.qm
- Updating '/run/build/monero-gui/translations/monero-core_uk.qm'...
- Removing translations equal to source text in '/run/build/monero-gui/translations/monero-core_uk.qm'...
- Generated 565 translation(s) (565 finished and 0 unfinished)
- Ignored 228 untranslated source text(s)
- [247/482] Linking CXX static library monero/src/crypto/wallet/libwallet-crypto.a
- [248/482] Generating monero-core_vi.qm
- Updating '/run/build/monero-gui/translations/monero-core_vi.qm'...
- Removing translations equal to source text in '/run/build/monero-gui/translations/monero-core_vi.qm'...
- Generated 184 translation(s) (184 finished and 0 unfinished)
- Ignored 577 untranslated source text(s)
- [249/482] Generating monero-core_tr.qm
- Updating '/run/build/monero-gui/translations/monero-core_tr.qm'...
- Removing translations equal to source text in '/run/build/monero-gui/translations/monero-core_tr.qm'...
- Generated 496 translation(s) (496 finished and 0 unfinished)
- Ignored 293 untranslated source text(s)
- [250/482] Linking CXX static library monero/src/cryptonote_basic/libcryptonote_format_utils_basic.a
- [251/482] Generating monero-core_zh-cn.qm
- Updating '/run/build/monero-gui/translations/monero-core_zh-cn.qm'...
- Removing translations equal to source text in '/run/build/monero-gui/translations/monero-core_zh-cn.qm'...
- Generated 598 translation(s) (598 finished and 0 unfinished)
- Ignored 187 untranslated source text(s)
- [252/482] Generating monero-core_zu.qm
- Updating '/run/build/monero-gui/translations/monero-core_zu.qm'...
- Removing translations equal to source text in '/run/build/monero-gui/translations/monero-core_zu.qm'...
- Generated 0 translation(s) (0 finished and 0 unfinished)
- Ignored 835 untranslated source text(s)
- [253/482] Generating monero-core_zh-tw.qm
- Updating '/run/build/monero-gui/translations/monero-core_zh-tw.qm'...
- Removing translations equal to source text in '/run/build/monero-gui/translations/monero-core_zh-tw.qm'...
- Generated 770 translation(s) (770 finished and 0 unfinished)
- Ignored 60 untranslated source text(s)
- [254/482] Building CXX object monero/src/rpc/CMakeFiles/obj_rpc.dir/rpc_version_str.cpp.o
- <command-line>: warning: "_FORTIFY_SOURCE" redefined
- <command-line>: note: this is the location of the previous definition
- [255/482] Performing configure step for 'generate_translations_header'
- CMake Deprecation Warning at CMakeLists.txt:29 (cmake_minimum_required):
- Compatibility with CMake < 3.10 will be removed from a future version of
- CMake.
- Update the VERSION argument <min> value. Or, use the <min>...<max> syntax
- to tell CMake that the project requires at least <min> but has been updated
- to work with policies introduced by <max> or earlier.
- -- The C compiler identification is GNU 14.2.0
- -- The CXX compiler identification is GNU 14.2.0
- -- Detecting C compiler ABI info
- -- Detecting C compiler ABI info - done
- -- Check for working C compiler: /run/ccache/bin/cc - skipped
- -- Detecting C compile features
- -- Detecting C compile features - done
- -- Detecting CXX compiler ABI info
- -- Detecting CXX compiler ABI info - done
- -- Check for working CXX compiler: /run/ccache/bin/c++ - skipped
- -- Detecting CXX compile features
- -- Detecting CXX compile features - done
- lrelease version 5.15.15
- -- Configuring done (0.7s)
- -- Generating done (0.0s)
- -- Build files have been written to: /run/build/monero-gui/monero/translations
- [256/482] Building CXX object monero/src/rpc/CMakeFiles/obj_daemon_messages.dir/message.cpp.o
- <command-line>: warning: "_FORTIFY_SOURCE" redefined
- <command-line>: note: this is the location of the previous definition
- [257/482] Building CXX object monero/src/rpc/CMakeFiles/obj_rpc.dir/bootstrap_node_selector.cpp.o
- <command-line>: warning: "_FORTIFY_SOURCE" redefined
- <command-line>: note: this is the location of the previous definition
- [258/482] Building CXX object monero/src/rpc/CMakeFiles/obj_rpc_pub.dir/zmq_pub.cpp.o
- <command-line>: warning: "_FORTIFY_SOURCE" redefined
- <command-line>: note: this is the location of the previous definition
- [259/482] Building CXX object monero/src/rpc/CMakeFiles/obj_daemon_messages.dir/daemon_messages.cpp.o
- <command-line>: warning: "_FORTIFY_SOURCE" redefined
- <command-line>: note: this is the location of the previous definition
- [260/482] Building CXX object monero/src/rpc/CMakeFiles/obj_rpc.dir/rpc_payment.cpp.o
- <command-line>: warning: "_FORTIFY_SOURCE" redefined
- <command-line>: note: this is the location of the previous definition
- In file included from /run/build/monero-gui/monero/src/serialization/containers.h:107,
- from /run/build/monero-gui/monero/src/cryptonote_basic/cryptonote_basic.h:40,
- from /run/build/monero-gui/monero/src/cryptonote_basic/cryptonote_boost_serialization.h:41,
- from /run/build/monero-gui/monero/src/rpc/rpc_payment.cpp:38:
- /run/build/monero-gui/monero/src/serialization/container.h: In instantiation of ‘bool do_serialize_container(Archive<true>&, C&) [with Archive = binary_archive; C = serializable_unordered_map<crypto::public_key, cryptonote::rpc_payment::client_info>]’:
- /run/build/monero-gui/monero/src/serialization/containers.h:116:171: required from ‘bool do_serialize(Archive<true>&, serializable_unordered_map<K, V>&) [with Archive = binary_archive; K = crypto::public_key; V = cryptonote::rpc_payment::client_info]’
- 116 | template <template <bool> class Archive, typename K, typename V> bool do_serialize(Archive<true> &ar, serializable_unordered_map<K, V> &v) { return do_serialize_container(ar, v); }
- | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- /run/build/monero-gui/monero/src/rpc/rpc_payment.h:163:7: required from ‘bool cryptonote::rpc_payment::do_serialize_object(Archive<W>&) [with bool W = true; Archive = binary_archive]’
- 172 | bool r = do_serialize(ar, f); \
- | ~~~~~~~~~~~~^~~~~~~
- /run/build/monero-gui/monero/src/rpc/rpc_payment.h:161:5: required from ‘bool cryptonote::rpc_payment::member_do_serialize(Archive<W>&) [with bool W = true; Archive = binary_archive]’
- 135 | bool r = do_serialize_object(ar); \
- | ~~~~~~~~~~~~~~~~~~~^~~~
- /run/build/monero-gui/monero/src/serialization/serialization.h:83:31: required from ‘decltype ((v.member_do_serialize(ar), true)) do_serialize(Archive&, T&) [with Archive = binary_archive<true>; T = cryptonote::rpc_payment; decltype ((v.member_do_serialize(ar), true)) = bool]’
- 83 | return v.member_do_serialize(ar);
- | ~~~~~~~~~~~~~~~~~~~~~^~~~
- /run/build/monero-gui/monero/src/serialization/serialization.h:296:26: required from ‘bool serialization::serialize(Archive&, T&) [with Archive = binary_archive<true>; T = cryptonote::rpc_payment]’
- 296 | bool r = do_serialize(ar, v);
- | ~~~~~~~~~~~~^~~~~~~
- /run/build/monero-gui/monero/src/rpc/rpc_payment.cpp:362:36: required from here
- 362 | if (!::serialization::serialize(ar, *const_cast<rpc_payment*>(this)))
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /run/build/monero-gui/monero/src/serialization/container.h:107:66: warning: casting ‘std::pair<const crypto::public_key, cryptonote::rpc_payment::client_info>’ to ‘serializable_unordered_map<crypto::public_key, cryptonote::rpc_payment::client_info>::value_type&’ {aka ‘std::pair<crypto::public_key, cryptonote::rpc_payment::client_info>&’} does not use ‘constexpr std::pair<_T1, _T2>::pair(const std::pair<_U1, _U2>&) [with _U1 = const crypto::public_key; _U2 = cryptonote::rpc_payment::client_info; typename std::enable_if<(std::_PCC<((! std::is_same<_T1, _U1>::value) || (! std::is_same<_T2, _U2>::value)), _T1, _T2>::_ConstructiblePair<_U1, _U2>() && std::_PCC<((! std::is_same<_T1, _U1>::value) || (! std::is_same<_T2, _U2>::value)), _T1, _T2>::_ImplicitlyConvertiblePair<_U1, _U2>()), bool>::type <anonymous> = true; _T1 = crypto::public_key; _T2 = cryptonote::rpc_payment::client_info]’ [-Wcast-user-defined]
- 107 | if(!::serialization::detail::serialize_container_element(ar, (typename C::value_type&)*i))
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~
- /run/build/monero-gui/monero/src/serialization/container.h: In instantiation of ‘bool do_serialize_container(Archive<true>&, C&) [with Archive = binary_archive; C = serializable_map<long unsigned int, long unsigned int>]’:
- /run/build/monero-gui/monero/src/serialization/containers.h:119:161: required from ‘bool do_serialize(Archive<true>&, serializable_map<K, V>&) [with Archive = binary_archive; K = long unsigned int; V = long unsigned int]’
- 119 | template <template <bool> class Archive, typename K, typename V> bool do_serialize(Archive<true> &ar, serializable_map<K, V> &v) { return do_serialize_container(ar, v); }
- | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- /run/build/monero-gui/monero/src/rpc/rpc_payment.h:164:7: required from ‘bool cryptonote::rpc_payment::do_serialize_object(Archive<W>&) [with bool W = true; Archive = binary_archive]’
- 172 | bool r = do_serialize(ar, f); \
- | ~~~~~~~~~~~~^~~~~~~
- /run/build/monero-gui/monero/src/rpc/rpc_payment.h:161:5: required from ‘bool cryptonote::rpc_payment::member_do_serialize(Archive<W>&) [with bool W = true; Archive = binary_archive]’
- 135 | bool r = do_serialize_object(ar); \
- | ~~~~~~~~~~~~~~~~~~~^~~~
- /run/build/monero-gui/monero/src/serialization/serialization.h:83:31: required from ‘decltype ((v.member_do_serialize(ar), true)) do_serialize(Archive&, T&) [with Archive = binary_archive<true>; T = cryptonote::rpc_payment; decltype ((v.member_do_serialize(ar), true)) = bool]’
- 83 | return v.member_do_serialize(ar);
- | ~~~~~~~~~~~~~~~~~~~~~^~~~
- /run/build/monero-gui/monero/src/serialization/serialization.h:296:26: required from ‘bool serialization::serialize(Archive&, T&) [with Archive = binary_archive<true>; T = cryptonote::rpc_payment]’
- 296 | bool r = do_serialize(ar, v);
- | ~~~~~~~~~~~~^~~~~~~
- /run/build/monero-gui/monero/src/rpc/rpc_payment.cpp:362:36: required from here
- 362 | if (!::serialization::serialize(ar, *const_cast<rpc_payment*>(this)))
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /run/build/monero-gui/monero/src/serialization/container.h:107:66: warning: casting ‘std::pair<const long unsigned int, long unsigned int>’ to ‘serializable_map<long unsigned int, long unsigned int>::value_type&’ {aka ‘std::pair<long unsigned int, long unsigned int>&’} does not use ‘constexpr std::pair<_T1, _T2>::pair(const std::pair<_U1, _U2>&) [with _U1 = const long unsigned int; _U2 = long unsigned int; typename std::enable_if<(std::_PCC<((! std::is_same<_T1, _U1>::value) || (! std::is_same<_T2, _U2>::value)), _T1, _T2>::_ConstructiblePair<_U1, _U2>() && std::_PCC<((! std::is_same<_T1, _U1>::value) || (! std::is_same<_T2, _U2>::value)), _T1, _T2>::_ImplicitlyConvertiblePair<_U1, _U2>()), bool>::type <anonymous> = true; _T1 = long unsigned int; _T2 = long unsigned int]’ [-Wcast-user-defined]
- 107 | if(!::serialization::detail::serialize_container_element(ar, (typename C::value_type&)*i))
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~
- [261/482] Linking CXX static library monero/src/mnemonics/libmnemonics.a
- [262/482] Building CXX object monero/src/rpc/CMakeFiles/obj_rpc.dir/bootstrap_daemon.cpp.o
- <command-line>: warning: "_FORTIFY_SOURCE" redefined
- <command-line>: note: this is the location of the previous definition
- [263/482] Building CXX object monero/src/wallet/CMakeFiles/obj_wallet.dir/wallet_args.cpp.o
- <command-line>: warning: "_FORTIFY_SOURCE" redefined
- <command-line>: note: this is the location of the previous definition
- [264/482] Building CXX object monero/src/wallet/CMakeFiles/obj_wallet.dir/ringdb.cpp.o
- <command-line>: warning: "_FORTIFY_SOURCE" redefined
- <command-line>: note: this is the location of the previous definition
- [265/482] Linking CXX static library monero/src/device_trezor/libdevice_trezor.a
- [266/482] Building CXX object monero/src/wallet/CMakeFiles/obj_wallet.dir/message_store.cpp.o
- <command-line>: warning: "_FORTIFY_SOURCE" redefined
- <command-line>: note: this is the location of the previous definition
- [267/482] Automatic MOC and UIC for target qrdecoder
- [268/482] Building CXX object monero/external/qrcodegen/CMakeFiles/qrcodegen.dir/QrCode.cpp.o
- [269/482] Automatic MOC and UIC for target openpgp
- [270/482] Automatic MOC and UIC for target zxcvbn
- [271/482] Building CXX object monero/contrib/epee/src/CMakeFiles/obj_epee_readline.dir/readline_buffer.cpp.o
- <command-line>: warning: "_FORTIFY_SOURCE" redefined
- <command-line>: note: this is the location of the previous definition
- [272/482] Building CXX object monero/src/rpc/CMakeFiles/obj_daemon_rpc_server.dir/zmq_server.cpp.o
- <command-line>: warning: "_FORTIFY_SOURCE" redefined
- <command-line>: note: this is the location of the previous definition
- [273/482] Building CXX object monero/src/rpc/CMakeFiles/obj_daemon_rpc_server.dir/zmq_pub.cpp.o
- <command-line>: warning: "_FORTIFY_SOURCE" redefined
- <command-line>: note: this is the location of the previous definition
- [274/482] Generating qrc_translations.cpp
- [275/482] Building CXX object monero/src/wallet/api/CMakeFiles/obj_wallet_api.dir/transaction_info.cpp.o
- <command-line>: warning: "_FORTIFY_SOURCE" redefined
- <command-line>: note: this is the location of the previous definition
- [276/482] Generating generated_checkpoints.c
- [277/482] Building CXX object monero/src/blocks/CMakeFiles/obj_blocks.dir/blocks.cpp.o
- <command-line>: warning: "_FORTIFY_SOURCE" redefined
- <command-line>: note: this is the location of the previous definition
- [278/482] Building C object monero/src/blocks/CMakeFiles/obj_blocks.dir/generated_checkpoints.c.o
- <command-line>: warning: "_FORTIFY_SOURCE" redefined
- <command-line>: note: this is the location of the previous definition
- [279/482] Building C object monero/src/blocks/CMakeFiles/obj_blocks.dir/generated_testnet_blocks.c.o
- <command-line>: warning: "_FORTIFY_SOURCE" redefined
- <command-line>: note: this is the location of the previous definition
- [280/482] Building C object monero/src/blocks/CMakeFiles/obj_blocks.dir/generated_stagenet_blocks.c.o
- <command-line>: warning: "_FORTIFY_SOURCE" redefined
- <command-line>: note: this is the location of the previous definition
- [281/482] Linking CXX static library monero/src/blocks/libblocks.a
- [282/482] Performing build step for 'generate_translations_header'
- [1/2] Building C object CMakeFiles/generate_translations_header.dir/generate_translations_header.c.o
- [2/2] Linking C executable generate_translations_header
- Updating 'monero.qm'...
- Generated 0 translation(s) (0 finished and 0 unfinished)
- Ignored 1148 untranslated source text(s)
- Updating 'monero_ar.qm'...
- Generated 0 translation(s) (0 finished and 0 unfinished)
- Ignored 1148 untranslated source text(s)
- Updating 'monero_bg.qm'...
- Generated 0 translation(s) (0 finished and 0 unfinished)
- Ignored 1148 untranslated source text(s)
- Updating 'monero_bn.qm'...
- Generated 0 translation(s) (0 finished and 0 unfinished)
- Ignored 1148 untranslated source text(s)
- Updating 'monero_cat.qm'...
- Generated 0 translation(s) (0 finished and 0 unfinished)
- Ignored 1148 untranslated source text(s)
- Updating 'monero_cs.qm'...
- Generated 0 translation(s) (0 finished and 0 unfinished)
- Ignored 1148 untranslated source text(s)
- Updating 'monero_da.qm'...
- Generated 0 translation(s) (0 finished and 0 unfinished)
- Ignored 1148 untranslated source text(s)
- Updating 'monero_de.qm'...
- Generated 393 translation(s) (373 finished and 20 unfinished)
- Ignored 755 untranslated source text(s)
- Updating 'monero_el.qm'...
- Generated 0 translation(s) (0 finished and 0 unfinished)
- Ignored 1148 untranslated source text(s)
- Updating 'monero_eo.qm'...
- Generated 0 translation(s) (0 finished and 0 unfinished)
- Ignored 1148 untranslated source text(s)
- Updating 'monero_es.qm'...
- Generated 135 translation(s) (97 finished and 38 unfinished)
- Ignored 1013 untranslated source text(s)
- Updating 'monero_fa.qm'...
- Generated 0 translation(s) (0 finished and 0 unfinished)
- Ignored 1148 untranslated source text(s)
- Updating 'monero_fi.qm'...
- Generated 0 translation(s) (0 finished and 0 unfinished)
- Ignored 1148 untranslated source text(s)
- Updating 'monero_fr.qm'...
- Generated 1023 translation(s) (1023 finished and 0 unfinished)
- Ignored 125 untranslated source text(s)
- Updating 'monero_ga.qm'...
- Generated 0 translation(s) (0 finished and 0 unfinished)
- Ignored 1148 untranslated source text(s)
- Updating 'monero_he.qm'...
- Generated 0 translation(s) (0 finished and 0 unfinished)
- Ignored 1148 untranslated source text(s)
- Updating 'monero_hi.qm'...
- Generated 158 translation(s) (119 finished and 39 unfinished)
- Ignored 990 untranslated source text(s)
- Updating 'monero_hr.qm'...
- Generated 0 translation(s) (0 finished and 0 unfinished)
- Ignored 1148 untranslated source text(s)
- Updating 'monero_hu.qm'...
- Generated 0 translation(s) (0 finished and 0 unfinished)
- Ignored 1148 untranslated source text(s)
- Updating 'monero_id.qm'...
- Generated 0 translation(s) (0 finished and 0 unfinished)
- Ignored 1148 untranslated source text(s)
- Updating 'monero_is.qm'...
- Generated 0 translation(s) (0 finished and 0 unfinished)
- Ignored 1148 untranslated source text(s)
- Updating 'monero_it.qm'...
- Generated 797 translation(s) (794 finished and 3 unfinished)
- Ignored 351 untranslated source text(s)
- Updating 'monero_ja.qm'...
- Generated 311 translation(s) (285 finished and 26 unfinished)
- Ignored 837 untranslated source text(s)
- Updating 'monero_kmr.qm'...
- Generated 0 translation(s) (0 finished and 0 unfinished)
- Ignored 1148 untranslated source text(s)
- Updating 'monero_ko.qm'...
- Generated 0 translation(s) (0 finished and 0 unfinished)
- Ignored 1148 untranslated source text(s)
- Updating 'monero_lt.qm'...
- Generated 0 translation(s) (0 finished and 0 unfinished)
- Ignored 1148 untranslated source text(s)
- Updating 'monero_nb_NO.qm'...
- Generated 0 translation(s) (0 finished and 0 unfinished)
- Ignored 1148 untranslated source text(s)
- Updating 'monero_ne.qm'...
- Generated 0 translation(s) (0 finished and 0 unfinished)
- Ignored 1148 untranslated source text(s)
- Updating 'monero_nl.qm'...
- Generated 76 translation(s) (47 finished and 29 unfinished)
- Ignored 1072 untranslated source text(s)
- Updating 'monero_pl.qm'...
- Generated 13 translation(s) (6 finished and 7 unfinished)
- Ignored 1135 untranslated source text(s)
- Updating 'monero_prt.qm'...
- Generated 0 translation(s) (0 finished and 0 unfinished)
- Ignored 1148 untranslated source text(s)
- Updating 'monero_pt-br.qm'...
- Generated 4 translation(s) (2 finished and 2 unfinished)
- Ignored 1144 untranslated source text(s)
- Updating 'monero_pt-pt.qm'...
- Generated 0 translation(s) (0 finished and 0 unfinished)
- Ignored 1148 untranslated source text(s)
- Updating 'monero_ro.qm'...
- Generated 0 translation(s) (0 finished and 0 unfinished)
- Ignored 1148 untranslated source text(s)
- Updating 'monero_ru.qm'...
- Generated 0 translation(s) (0 finished and 0 unfinished)
- Ignored 1148 untranslated source text(s)
- Updating 'monero_sk.qm'...
- Generated 3 translation(s) (2 finished and 1 unfinished)
- Ignored 1145 untranslated source text(s)
- Updating 'monero_sl.qm'...
- Generated 0 translation(s) (0 finished and 0 unfinished)
- Ignored 1148 untranslated source text(s)
- Updating 'monero_sr.qm'...
- Generated 0 translation(s) (0 finished and 0 unfinished)
- Ignored 1148 untranslated source text(s)
- Updating 'monero_sv.qm'...
- Generated 604 translation(s) (604 finished and 0 unfinished)
- Ignored 544 untranslated source text(s)
- Updating 'monero_tr.qm'...
- Generated 2 translation(s) (1 finished and 1 unfinished)
- Ignored 1146 untranslated source text(s)
- Updating 'monero_uk.qm'...
- Generated 0 translation(s) (0 finished and 0 unfinished)
- Ignored 1148 untranslated source text(s)
- Updating 'monero_ur.qm'...
- Generated 0 translation(s) (0 finished and 0 unfinished)
- Ignored 1148 untranslated source text(s)
- Updating 'monero_zh-cn.qm'...
- Generated 0 translation(s) (0 finished and 0 unfinished)
- Ignored 1148 untranslated source text(s)
- Updating 'monero_zh-tw.qm'...
- Generated 0 translation(s) (0 finished and 0 unfinished)
- Ignored 1148 untranslated source text(s)
- Updating 'monero_zu.qm'...
- Generated 0 translation(s) (0 finished and 0 unfinished)
- Ignored 1148 untranslated source text(s)
- Updating 'monero_zu.qm.qm'...
- Generated 0 translation(s) (0 finished and 0 unfinished)
- Ignored 1148 untranslated source text(s)
- [283/482] Performing install step for 'generate_translations_header'
- [284/482] Completed 'generate_translations_header'
- [285/482] Building CXX object monero/src/common/CMakeFiles/obj_common.dir/base58.cpp.o
- <command-line>: warning: "_FORTIFY_SOURCE" redefined
- <command-line>: note: this is the location of the previous definition
- [286/482] Building CXX object monero/src/common/CMakeFiles/obj_common.dir/command_line.cpp.o
- <command-line>: warning: "_FORTIFY_SOURCE" redefined
- <command-line>: note: this is the location of the previous definition
- [287/482] Building CXX object monero/src/common/CMakeFiles/obj_common.dir/dns_utils.cpp.o
- <command-line>: warning: "_FORTIFY_SOURCE" redefined
- <command-line>: note: this is the location of the previous definition
- [288/482] Building CXX object monero/src/common/CMakeFiles/obj_common.dir/download.cpp.o
- <command-line>: warning: "_FORTIFY_SOURCE" redefined
- <command-line>: note: this is the location of the previous definition
- [289/482] Building CXX object monero/src/common/CMakeFiles/obj_common.dir/error.cpp.o
- <command-line>: warning: "_FORTIFY_SOURCE" redefined
- <command-line>: note: this is the location of the previous definition
- [290/482] Building CXX object monero/src/common/CMakeFiles/obj_common.dir/expect.cpp.o
- <command-line>: warning: "_FORTIFY_SOURCE" redefined
- <command-line>: note: this is the location of the previous definition
- [291/482] Building CXX object monero/src/common/CMakeFiles/obj_common.dir/util.cpp.o
- <command-line>: warning: "_FORTIFY_SOURCE" redefined
- <command-line>: note: this is the location of the previous definition
- [292/482] Building CXX object monero/src/common/CMakeFiles/obj_common.dir/i18n.cpp.o
- <command-line>: warning: "_FORTIFY_SOURCE" redefined
- <command-line>: note: this is the location of the previous definition
- [293/482] Building CXX object monero/src/common/CMakeFiles/obj_common.dir/notify.cpp.o
- <command-line>: warning: "_FORTIFY_SOURCE" redefined
- <command-line>: note: this is the location of the previous definition
- [294/482] Building CXX object monero/src/common/CMakeFiles/obj_common.dir/password.cpp.o
- <command-line>: warning: "_FORTIFY_SOURCE" redefined
- <command-line>: note: this is the location of the previous definition
- [295/482] Building CXX object monero/src/common/CMakeFiles/obj_common.dir/perf_timer.cpp.o
- <command-line>: warning: "_FORTIFY_SOURCE" redefined
- <command-line>: note: this is the location of the previous definition
- [296/482] Building CXX object monero/src/common/CMakeFiles/obj_common.dir/pruning.cpp.o
- <command-line>: warning: "_FORTIFY_SOURCE" redefined
- <command-line>: note: this is the location of the previous definition
- [297/482] Building CXX object monero/src/common/CMakeFiles/obj_common.dir/spawn.cpp.o
- <command-line>: warning: "_FORTIFY_SOURCE" redefined
- <command-line>: note: this is the location of the previous definition
- [298/482] Building CXX object monero/src/common/CMakeFiles/obj_common.dir/threadpool.cpp.o
- <command-line>: warning: "_FORTIFY_SOURCE" redefined
- <command-line>: note: this is the location of the previous definition
- [299/482] Building CXX object monero/src/common/CMakeFiles/obj_common.dir/updates.cpp.o
- <command-line>: warning: "_FORTIFY_SOURCE" redefined
- <command-line>: note: this is the location of the previous definition
- [300/482] Building C object monero/src/common/CMakeFiles/obj_common.dir/aligned.c.o
- <command-line>: warning: "_FORTIFY_SOURCE" redefined
- <command-line>: note: this is the location of the previous definition
- [301/482] Building CXX object monero/src/common/CMakeFiles/obj_common.dir/timings.cc.o
- <command-line>: warning: "_FORTIFY_SOURCE" redefined
- <command-line>: note: this is the location of the previous definition
- [302/482] Building CXX object monero/src/common/CMakeFiles/obj_common.dir/combinator.cpp.o
- <command-line>: warning: "_FORTIFY_SOURCE" redefined
- <command-line>: note: this is the location of the previous definition
- [303/482] Building CXX object monero/src/common/CMakeFiles/obj_common.dir/stack_trace.cpp.o
- <command-line>: warning: "_FORTIFY_SOURCE" redefined
- <command-line>: note: this is the location of the previous definition
- [304/482] Linking CXX static library monero/src/common/libcommon.a
- [305/482] Linking CXX static library monero/src/ringct/libringct_basic.a
- [306/482] Linking CXX static library monero/src/checkpoints/libcheckpoints.a
- [307/482] Linking CXX static library monero/src/device/libdevice.a
- [308/482] Linking CXX static library monero/src/cryptonote_basic/libcryptonote_basic.a
- [309/482] Linking CXX static library monero/src/ringct/libringct.a
- [310/482] Linking CXX static library monero/src/blockchain_db/libblockchain_db.a
- [311/482] Linking CXX static library monero/src/cryptonote_core/libcryptonote_core.a
- [312/482] Linking CXX static library monero/src/net/libnet.a
- [313/482] Linking CXX static library monero/src/p2p/libp2p.a
- [314/482] Linking CXX static library monero/src/cryptonote_protocol/libcryptonote_protocol.a
- [315/482] Linking CXX static library monero/src/multisig/libmultisig.a
- [316/482] Linking CXX static library monero/src/rpc/librpc_base.a
- [317/482] Linking CXX static library monero/src/serialization/libserialization.a
- [318/482] Linking CXX static library monero/src/rpc/librpc_pub.a
- [319/482] Linking CXX static library monero/src/rpc/libdaemon_messages.a
- [320/482] Building CXX object monero/src/wallet/api/CMakeFiles/obj_wallet_api.dir/utils.cpp.o
- <command-line>: warning: "_FORTIFY_SOURCE" redefined
- <command-line>: note: this is the location of the previous definition