DEBUG: Executing shell function do_compile
NOTE: VERBOSE=1 cmake --build TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/build --target all -- -j 16 -l 24.0 -l 24.0
[1/158] TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux-musl/aarch64-yoe-linux-musl-g++  -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_CHRONO_DYN_LINK -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_RANDOM_DYN_LINK -DBOOST_REGEX_DYN_LINK -DBOOST_SYSTEM_DYN_LINK -DBOOST_THREAD_DYN_LINK -DCPPREST_FORCE_HTTP_CLIENT_ASIO -DCPPREST_FORCE_HTTP_LISTENER_ASIO -DCPPREST_NO_SSL_LEAK_SUPPRESS -Dcpprest_EXPORTS -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot  -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot=                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native=  -fvisibility-inlines-hidden  -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot -std=c++11 -fno-strict-aliasing -fPIC   -pedantic -Wall -Wextra -Wunused-parameter -Wcast-align -Wcast-qual -Wconversion -Wformat=2 -Winit-self -Winvalid-pch -Wmissing-format-attribute -Wmissing-include-dirs -Wpacked -Wredundant-decls -Wunreachable-code -MD -MT Release/src/CMakeFiles/cpprest.dir/json/json_serialization.cpp.o -MF Release/src/CMakeFiles/cpprest.dir/json/json_serialization.cpp.o.d -o Release/src/CMakeFiles/cpprest.dir/json/json_serialization.cpp.o -c TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/json/json_serialization.cpp
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:88,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/json/json_serialization.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/json.h: In member function 'web::json::value& web::json::array::operator[](web::json::array::size_type)':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/json.h:921:25: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  921 |         if (nlastSize < nMinSize) m_elements.resize(nMinSize);
      |                         ^~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/json/json_serialization.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6858:30: note:   initializing argument 1 of 'bool msl::safeint3::operator<(msl::safeint3::SafeInt<U, E>, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6858 | bool operator<(SafeInt<U, E> lhs, SafeInt<T, E> rhs) SAFEINT_NOTHROW
      |                ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:88,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/json/json_serialization.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/json.h:921:25: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  921 |         if (nlastSize < nMinSize) m_elements.resize(nMinSize);
      |                         ^~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/json/json_serialization.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6858:49: note:   initializing argument 2 of 'bool msl::safeint3::operator<(msl::safeint3::SafeInt<U, E>, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6858 | bool operator<(SafeInt<U, E> lhs, SafeInt<T, E> rhs) SAFEINT_NOTHROW
      |                                   ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/json/json_serialization.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::in_avail() const [with _CollectionType = std::vector<unsigned char>; size_t = long unsigned int]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:108:20:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:116:34: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  116 |         return (size_t)(writeend - readhead);
      |                        ~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/json/json_serialization.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6490:43: note:   initializing argument 1 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::SafeInt<T, E>::operator-(msl::safeint3::SafeInt<T, E>) const [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6490 |     SafeInt<T, E> operator-(SafeInt<T, E> rhs) const SAFEINT_CPP_THROW
      |                             ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/json/json_serialization.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::in_avail() const [with _CollectionType = std::__cxx11::basic_string<char>; size_t = long unsigned int]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:108:20:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:116:34: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  116 |         return (size_t)(writeend - readhead);
      |                        ~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/json/json_serialization.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6490:43: note:   initializing argument 1 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::SafeInt<T, E>::operator-(msl::safeint3::SafeInt<T, E>) const [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6490 |     SafeInt<T, E> operator-(SafeInt<T, E> rhs) const SAFEINT_CPP_THROW
      |                             ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/json/json_serialization.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::read(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t, bool) [with _CollectionType = std::vector<unsigned char>; size_t = long unsigned int; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:207:45:   required from 'pplx::task<long unsigned int> Concurrency::streams::details::basic_container_buffer<_CollectionType>::_getn(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t) [with _CollectionType = std::vector<unsigned char>; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char; size_t = long unsigned int]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:205:32:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:397:44: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  397 |         size_t newPos = m_current_position + read_size;
      |                         ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/json/json_serialization.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:7229:46: note:   initializing argument 2 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::operator+(U, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 7229 | SafeInt<T, E> operator+(U lhs, SafeInt<T, E> rhs) SAFEINT_CPP_THROW
      |                                ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/json/json_serialization.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::read(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t, bool) [with _CollectionType = std::__cxx11::basic_string<char>; size_t = long unsigned int; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = char]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:207:45:   required from 'pplx::task<long unsigned int> Concurrency::streams::details::basic_container_buffer<_CollectionType>::_getn(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t) [with _CollectionType = std::__cxx11::basic_string<char>; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = char; size_t = long unsigned int]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:205:32:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:397:44: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  397 |         size_t newPos = m_current_position + read_size;
      |                         ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/json/json_serialization.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:7229:46: note:   initializing argument 2 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::operator+(U, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 7229 | SafeInt<T, E> operator+(U lhs, SafeInt<T, E> rhs) SAFEINT_CPP_THROW
      |                                ~~~~~~~~~~~~~~^~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp: In instantiation of 'msl::safeint3::SafeInt<T, E> msl::safeint3::SafeInt<T, E>::Min(msl::safeint3::SafeInt<T, E>, T) const [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:395:65:   required from 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::read(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t, bool) [with _CollectionType = std::vector<unsigned char>; size_t = long unsigned int; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:207:45:   required from 'pplx::task<long unsigned int> Concurrency::streams::details::basic_container_buffer<_CollectionType>::_getn(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t) [with _CollectionType = std::vector<unsigned char>; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char; size_t = long unsigned int]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:205:32:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6724:22: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
 6724 |         T tmp = test < m_int ? (T)test : m_int;
      |                 ~~~~~^~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6852:30: note:   initializing argument 1 of 'bool msl::safeint3::operator<(msl::safeint3::SafeInt<T, E>, U) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6852 | bool operator<(SafeInt<T, E> lhs, U rhs) SAFEINT_NOTHROW
      |                ~~~~~~~~~~~~~~^~~
[2/158] TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux-musl/aarch64-yoe-linux-musl-g++  -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_CHRONO_DYN_LINK -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_RANDOM_DYN_LINK -DBOOST_REGEX_DYN_LINK -DBOOST_SYSTEM_DYN_LINK -DBOOST_THREAD_DYN_LINK -DCPPREST_FORCE_HTTP_CLIENT_ASIO -DCPPREST_FORCE_HTTP_LISTENER_ASIO -DCPPREST_NO_SSL_LEAK_SUPPRESS -Dcpprest_EXPORTS -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot  -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot=                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native=  -fvisibility-inlines-hidden  -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot -std=c++11 -fno-strict-aliasing -fPIC   -pedantic -Wall -Wextra -Wunused-parameter -Wcast-align -Wcast-qual -Wconversion -Wformat=2 -Winit-self -Winvalid-pch -Wmissing-format-attribute -Wmissing-include-dirs -Wpacked -Wredundant-decls -Wunreachable-code -MD -MT Release/src/CMakeFiles/cpprest.dir/http/common/http_compression.cpp.o -MF Release/src/CMakeFiles/cpprest.dir/http/common/http_compression.cpp.o.d -o Release/src/CMakeFiles/cpprest.dir/http/common/http_compression.cpp.o -c TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/common/http_compression.cpp
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:88,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/common/http_compression.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/json.h: In member function 'web::json::value& web::json::array::operator[](web::json::array::size_type)':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/json.h:921:25: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  921 |         if (nlastSize < nMinSize) m_elements.resize(nMinSize);
      |                         ^~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/common/http_compression.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6858:30: note:   initializing argument 1 of 'bool msl::safeint3::operator<(msl::safeint3::SafeInt<U, E>, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6858 | bool operator<(SafeInt<U, E> lhs, SafeInt<T, E> rhs) SAFEINT_NOTHROW
      |                ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:88,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/common/http_compression.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/json.h:921:25: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  921 |         if (nlastSize < nMinSize) m_elements.resize(nMinSize);
      |                         ^~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/common/http_compression.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6858:49: note:   initializing argument 2 of 'bool msl::safeint3::operator<(msl::safeint3::SafeInt<U, E>, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6858 | bool operator<(SafeInt<U, E> lhs, SafeInt<T, E> rhs) SAFEINT_NOTHROW
      |                                   ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/common/http_compression.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::in_avail() const [with _CollectionType = std::vector<unsigned char>; size_t = long unsigned int]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:108:20:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:116:34: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  116 |         return (size_t)(writeend - readhead);
      |                        ~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/common/http_compression.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6490:43: note:   initializing argument 1 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::SafeInt<T, E>::operator-(msl::safeint3::SafeInt<T, E>) const [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6490 |     SafeInt<T, E> operator-(SafeInt<T, E> rhs) const SAFEINT_CPP_THROW
      |                             ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/common/http_compression.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::in_avail() const [with _CollectionType = std::__cxx11::basic_string<char>; size_t = long unsigned int]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:108:20:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:116:34: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  116 |         return (size_t)(writeend - readhead);
      |                        ~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/common/http_compression.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6490:43: note:   initializing argument 1 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::SafeInt<T, E>::operator-(msl::safeint3::SafeInt<T, E>) const [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6490 |     SafeInt<T, E> operator-(SafeInt<T, E> rhs) const SAFEINT_CPP_THROW
      |                             ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/common/http_compression.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::read(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t, bool) [with _CollectionType = std::vector<unsigned char>; size_t = long unsigned int; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:207:45:   required from 'pplx::task<long unsigned int> Concurrency::streams::details::basic_container_buffer<_CollectionType>::_getn(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t) [with _CollectionType = std::vector<unsigned char>; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char; size_t = long unsigned int]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:205:32:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:397:44: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  397 |         size_t newPos = m_current_position + read_size;
      |                         ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/common/http_compression.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:7229:46: note:   initializing argument 2 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::operator+(U, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 7229 | SafeInt<T, E> operator+(U lhs, SafeInt<T, E> rhs) SAFEINT_CPP_THROW
      |                                ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/common/http_compression.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::read(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t, bool) [with _CollectionType = std::__cxx11::basic_string<char>; size_t = long unsigned int; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = char]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:207:45:   required from 'pplx::task<long unsigned int> Concurrency::streams::details::basic_container_buffer<_CollectionType>::_getn(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t) [with _CollectionType = std::__cxx11::basic_string<char>; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = char; size_t = long unsigned int]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:205:32:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:397:44: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  397 |         size_t newPos = m_current_position + read_size;
      |                         ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/common/http_compression.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:7229:46: note:   initializing argument 2 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::operator+(U, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 7229 | SafeInt<T, E> operator+(U lhs, SafeInt<T, E> rhs) SAFEINT_CPP_THROW
      |                                ~~~~~~~~~~~~~~^~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp: In instantiation of 'msl::safeint3::SafeInt<T, E> msl::safeint3::SafeInt<T, E>::Min(msl::safeint3::SafeInt<T, E>, T) const [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:395:65:   required from 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::read(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t, bool) [with _CollectionType = std::vector<unsigned char>; size_t = long unsigned int; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:207:45:   required from 'pplx::task<long unsigned int> Concurrency::streams::details::basic_container_buffer<_CollectionType>::_getn(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t) [with _CollectionType = std::vector<unsigned char>; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char; size_t = long unsigned int]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:205:32:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6724:22: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
 6724 |         T tmp = test < m_int ? (T)test : m_int;
      |                 ~~~~~^~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6852:30: note:   initializing argument 1 of 'bool msl::safeint3::operator<(msl::safeint3::SafeInt<T, E>, U) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6852 | bool operator<(SafeInt<T, E> lhs, U rhs) SAFEINT_NOTHROW
      |                ~~~~~~~~~~~~~~^~~
[3/158] TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux-musl/aarch64-yoe-linux-musl-g++  -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_CHRONO_DYN_LINK -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_RANDOM_DYN_LINK -DBOOST_REGEX_DYN_LINK -DBOOST_SYSTEM_DYN_LINK -DBOOST_THREAD_DYN_LINK -DCPPREST_FORCE_HTTP_CLIENT_ASIO -DCPPREST_FORCE_HTTP_LISTENER_ASIO -DCPPREST_NO_SSL_LEAK_SUPPRESS -Dcpprest_EXPORTS -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot  -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot=                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native=  -fvisibility-inlines-hidden  -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot -std=c++11 -fno-strict-aliasing -fPIC   -pedantic -Wall -Wextra -Wunused-parameter -Wcast-align -Wcast-qual -Wconversion -Wformat=2 -Winit-self -Winvalid-pch -Wmissing-format-attribute -Wmissing-include-dirs -Wpacked -Wredundant-decls -Wunreachable-code -MD -MT Release/src/CMakeFiles/cpprest.dir/http/client/http_client_msg.cpp.o -MF Release/src/CMakeFiles/cpprest.dir/http/client/http_client_msg.cpp.o.d -o Release/src/CMakeFiles/cpprest.dir/http/client/http_client_msg.cpp.o -c TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/client/http_client_msg.cpp
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:88,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/client/http_client_msg.cpp:13:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/json.h: In member function 'web::json::value& web::json::array::operator[](web::json::array::size_type)':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/json.h:921:25: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  921 |         if (nlastSize < nMinSize) m_elements.resize(nMinSize);
      |                         ^~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/client/http_client_msg.cpp:13:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6858:30: note:   initializing argument 1 of 'bool msl::safeint3::operator<(msl::safeint3::SafeInt<U, E>, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6858 | bool operator<(SafeInt<U, E> lhs, SafeInt<T, E> rhs) SAFEINT_NOTHROW
      |                ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:88,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/client/http_client_msg.cpp:13:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/json.h:921:25: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  921 |         if (nlastSize < nMinSize) m_elements.resize(nMinSize);
      |                         ^~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/client/http_client_msg.cpp:13:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6858:49: note:   initializing argument 2 of 'bool msl::safeint3::operator<(msl::safeint3::SafeInt<U, E>, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6858 | bool operator<(SafeInt<U, E> lhs, SafeInt<T, E> rhs) SAFEINT_NOTHROW
      |                                   ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/client/http_client_msg.cpp:13:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::in_avail() const [with _CollectionType = std::vector<unsigned char>; size_t = long unsigned int]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:108:20:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:116:34: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  116 |         return (size_t)(writeend - readhead);
      |                        ~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/client/http_client_msg.cpp:13:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6490:43: note:   initializing argument 1 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::SafeInt<T, E>::operator-(msl::safeint3::SafeInt<T, E>) const [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6490 |     SafeInt<T, E> operator-(SafeInt<T, E> rhs) const SAFEINT_CPP_THROW
      |                             ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/client/http_client_msg.cpp:13:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::in_avail() const [with _CollectionType = std::__cxx11::basic_string<char>; size_t = long unsigned int]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:108:20:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:116:34: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  116 |         return (size_t)(writeend - readhead);
      |                        ~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/client/http_client_msg.cpp:13:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6490:43: note:   initializing argument 1 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::SafeInt<T, E>::operator-(msl::safeint3::SafeInt<T, E>) const [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6490 |     SafeInt<T, E> operator-(SafeInt<T, E> rhs) const SAFEINT_CPP_THROW
      |                             ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/client/http_client_msg.cpp:13:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::read(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t, bool) [with _CollectionType = std::vector<unsigned char>; size_t = long unsigned int; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:207:45:   required from 'pplx::task<long unsigned int> Concurrency::streams::details::basic_container_buffer<_CollectionType>::_getn(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t) [with _CollectionType = std::vector<unsigned char>; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char; size_t = long unsigned int]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:205:32:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:397:44: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  397 |         size_t newPos = m_current_position + read_size;
      |                         ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/client/http_client_msg.cpp:13:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:7229:46: note:   initializing argument 2 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::operator+(U, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 7229 | SafeInt<T, E> operator+(U lhs, SafeInt<T, E> rhs) SAFEINT_CPP_THROW
      |                                ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/client/http_client_msg.cpp:13:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::read(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t, bool) [with _CollectionType = std::__cxx11::basic_string<char>; size_t = long unsigned int; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = char]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:207:45:   required from 'pplx::task<long unsigned int> Concurrency::streams::details::basic_container_buffer<_CollectionType>::_getn(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t) [with _CollectionType = std::__cxx11::basic_string<char>; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = char; size_t = long unsigned int]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:205:32:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:397:44: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  397 |         size_t newPos = m_current_position + read_size;
      |                         ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/client/http_client_msg.cpp:13:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:7229:46: note:   initializing argument 2 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::operator+(U, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 7229 | SafeInt<T, E> operator+(U lhs, SafeInt<T, E> rhs) SAFEINT_CPP_THROW
      |                                ~~~~~~~~~~~~~~^~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp: In instantiation of 'msl::safeint3::SafeInt<T, E> msl::safeint3::SafeInt<T, E>::Min(msl::safeint3::SafeInt<T, E>, T) const [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:395:65:   required from 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::read(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t, bool) [with _CollectionType = std::vector<unsigned char>; size_t = long unsigned int; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:207:45:   required from 'pplx::task<long unsigned int> Concurrency::streams::details::basic_container_buffer<_CollectionType>::_getn(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t) [with _CollectionType = std::vector<unsigned char>; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char; size_t = long unsigned int]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:205:32:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6724:22: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
 6724 |         T tmp = test < m_int ? (T)test : m_int;
      |                 ~~~~~^~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6852:30: note:   initializing argument 1 of 'bool msl::safeint3::operator<(msl::safeint3::SafeInt<T, E>, U) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6852 | bool operator<(SafeInt<T, E> lhs, U rhs) SAFEINT_NOTHROW
      |                ~~~~~~~~~~~~~~^~~
[4/158] TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux-musl/aarch64-yoe-linux-musl-g++  -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_CHRONO_DYN_LINK -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_RANDOM_DYN_LINK -DBOOST_REGEX_DYN_LINK -DBOOST_SYSTEM_DYN_LINK -DBOOST_THREAD_DYN_LINK -DCPPREST_FORCE_HTTP_CLIENT_ASIO -DCPPREST_FORCE_HTTP_LISTENER_ASIO -DCPPREST_NO_SSL_LEAK_SUPPRESS -Dcpprest_EXPORTS -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot  -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot=                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native=  -fvisibility-inlines-hidden  -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot -std=c++11 -fno-strict-aliasing -fPIC   -pedantic -Wall -Wextra -Wunused-parameter -Wcast-align -Wcast-qual -Wconversion -Wformat=2 -Winit-self -Winvalid-pch -Wmissing-format-attribute -Wmissing-include-dirs -Wpacked -Wredundant-decls -Wunreachable-code -MD -MT Release/src/CMakeFiles/cpprest.dir/uri/uri_builder.cpp.o -MF Release/src/CMakeFiles/cpprest.dir/uri/uri_builder.cpp.o.d -o Release/src/CMakeFiles/cpprest.dir/uri/uri_builder.cpp.o -c TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/uri/uri_builder.cpp
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:88,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/uri/uri_builder.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/json.h: In member function 'web::json::value& web::json::array::operator[](web::json::array::size_type)':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/json.h:921:25: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  921 |         if (nlastSize < nMinSize) m_elements.resize(nMinSize);
      |                         ^~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/uri/uri_builder.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6858:30: note:   initializing argument 1 of 'bool msl::safeint3::operator<(msl::safeint3::SafeInt<U, E>, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6858 | bool operator<(SafeInt<U, E> lhs, SafeInt<T, E> rhs) SAFEINT_NOTHROW
      |                ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:88,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/uri/uri_builder.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/json.h:921:25: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  921 |         if (nlastSize < nMinSize) m_elements.resize(nMinSize);
      |                         ^~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/uri/uri_builder.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6858:49: note:   initializing argument 2 of 'bool msl::safeint3::operator<(msl::safeint3::SafeInt<U, E>, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6858 | bool operator<(SafeInt<U, E> lhs, SafeInt<T, E> rhs) SAFEINT_NOTHROW
      |                                   ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/uri/uri_builder.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::in_avail() const [with _CollectionType = std::vector<unsigned char>; size_t = long unsigned int]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:108:20:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:116:34: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  116 |         return (size_t)(writeend - readhead);
      |                        ~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/uri/uri_builder.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6490:43: note:   initializing argument 1 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::SafeInt<T, E>::operator-(msl::safeint3::SafeInt<T, E>) const [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6490 |     SafeInt<T, E> operator-(SafeInt<T, E> rhs) const SAFEINT_CPP_THROW
      |                             ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/uri/uri_builder.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::in_avail() const [with _CollectionType = std::__cxx11::basic_string<char>; size_t = long unsigned int]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:108:20:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:116:34: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  116 |         return (size_t)(writeend - readhead);
      |                        ~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/uri/uri_builder.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6490:43: note:   initializing argument 1 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::SafeInt<T, E>::operator-(msl::safeint3::SafeInt<T, E>) const [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6490 |     SafeInt<T, E> operator-(SafeInt<T, E> rhs) const SAFEINT_CPP_THROW
      |                             ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/uri/uri_builder.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::read(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t, bool) [with _CollectionType = std::vector<unsigned char>; size_t = long unsigned int; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:207:45:   required from 'pplx::task<long unsigned int> Concurrency::streams::details::basic_container_buffer<_CollectionType>::_getn(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t) [with _CollectionType = std::vector<unsigned char>; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char; size_t = long unsigned int]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:205:32:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:397:44: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  397 |         size_t newPos = m_current_position + read_size;
      |                         ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/uri/uri_builder.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:7229:46: note:   initializing argument 2 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::operator+(U, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 7229 | SafeInt<T, E> operator+(U lhs, SafeInt<T, E> rhs) SAFEINT_CPP_THROW
      |                                ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/uri/uri_builder.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::read(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t, bool) [with _CollectionType = std::__cxx11::basic_string<char>; size_t = long unsigned int; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = char]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:207:45:   required from 'pplx::task<long unsigned int> Concurrency::streams::details::basic_container_buffer<_CollectionType>::_getn(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t) [with _CollectionType = std::__cxx11::basic_string<char>; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = char; size_t = long unsigned int]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:205:32:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:397:44: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  397 |         size_t newPos = m_current_position + read_size;
      |                         ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/uri/uri_builder.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:7229:46: note:   initializing argument 2 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::operator+(U, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 7229 | SafeInt<T, E> operator+(U lhs, SafeInt<T, E> rhs) SAFEINT_CPP_THROW
      |                                ~~~~~~~~~~~~~~^~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp: In instantiation of 'msl::safeint3::SafeInt<T, E> msl::safeint3::SafeInt<T, E>::Min(msl::safeint3::SafeInt<T, E>, T) const [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:395:65:   required from 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::read(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t, bool) [with _CollectionType = std::vector<unsigned char>; size_t = long unsigned int; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:207:45:   required from 'pplx::task<long unsigned int> Concurrency::streams::details::basic_container_buffer<_CollectionType>::_getn(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t) [with _CollectionType = std::vector<unsigned char>; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char; size_t = long unsigned int]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:205:32:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6724:22: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
 6724 |         T tmp = test < m_int ? (T)test : m_int;
      |                 ~~~~~^~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6852:30: note:   initializing argument 1 of 'bool msl::safeint3::operator<(msl::safeint3::SafeInt<T, E>, U) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6852 | bool operator<(SafeInt<T, E> lhs, U rhs) SAFEINT_NOTHROW
      |                ~~~~~~~~~~~~~~^~~
[5/158] TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux-musl/aarch64-yoe-linux-musl-g++  -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_CHRONO_DYN_LINK -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_RANDOM_DYN_LINK -DBOOST_REGEX_DYN_LINK -DBOOST_SYSTEM_DYN_LINK -DBOOST_THREAD_DYN_LINK -DCPPREST_FORCE_HTTP_CLIENT_ASIO -DCPPREST_FORCE_HTTP_LISTENER_ASIO -DCPPREST_NO_SSL_LEAK_SUPPRESS -Dcpprest_EXPORTS -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot  -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot=                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native=  -fvisibility-inlines-hidden  -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot -std=c++11 -fno-strict-aliasing -fPIC   -pedantic -Wall -Wextra -Wunused-parameter -Wcast-align -Wcast-qual -Wconversion -Wformat=2 -Winit-self -Winvalid-pch -Wmissing-format-attribute -Wmissing-include-dirs -Wpacked -Wredundant-decls -Wunreachable-code -MD -MT Release/src/CMakeFiles/cpprest.dir/http/common/http_helpers.cpp.o -MF Release/src/CMakeFiles/cpprest.dir/http/common/http_helpers.cpp.o.d -o Release/src/CMakeFiles/cpprest.dir/http/common/http_helpers.cpp.o -c TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/common/http_helpers.cpp
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:88,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/common/http_helpers.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/json.h: In member function 'web::json::value& web::json::array::operator[](web::json::array::size_type)':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/json.h:921:25: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  921 |         if (nlastSize < nMinSize) m_elements.resize(nMinSize);
      |                         ^~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/common/http_helpers.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6858:30: note:   initializing argument 1 of 'bool msl::safeint3::operator<(msl::safeint3::SafeInt<U, E>, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6858 | bool operator<(SafeInt<U, E> lhs, SafeInt<T, E> rhs) SAFEINT_NOTHROW
      |                ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:88,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/common/http_helpers.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/json.h:921:25: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  921 |         if (nlastSize < nMinSize) m_elements.resize(nMinSize);
      |                         ^~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/common/http_helpers.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6858:49: note:   initializing argument 2 of 'bool msl::safeint3::operator<(msl::safeint3::SafeInt<U, E>, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6858 | bool operator<(SafeInt<U, E> lhs, SafeInt<T, E> rhs) SAFEINT_NOTHROW
      |                                   ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/common/http_helpers.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::in_avail() const [with _CollectionType = std::vector<unsigned char>; size_t = long unsigned int]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:108:20:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:116:34: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  116 |         return (size_t)(writeend - readhead);
      |                        ~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/common/http_helpers.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6490:43: note:   initializing argument 1 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::SafeInt<T, E>::operator-(msl::safeint3::SafeInt<T, E>) const [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6490 |     SafeInt<T, E> operator-(SafeInt<T, E> rhs) const SAFEINT_CPP_THROW
      |                             ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/common/http_helpers.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::in_avail() const [with _CollectionType = std::__cxx11::basic_string<char>; size_t = long unsigned int]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:108:20:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:116:34: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  116 |         return (size_t)(writeend - readhead);
      |                        ~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/common/http_helpers.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6490:43: note:   initializing argument 1 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::SafeInt<T, E>::operator-(msl::safeint3::SafeInt<T, E>) const [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6490 |     SafeInt<T, E> operator-(SafeInt<T, E> rhs) const SAFEINT_CPP_THROW
      |                             ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/common/http_helpers.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::read(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t, bool) [with _CollectionType = std::vector<unsigned char>; size_t = long unsigned int; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:207:45:   required from 'pplx::task<long unsigned int> Concurrency::streams::details::basic_container_buffer<_CollectionType>::_getn(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t) [with _CollectionType = std::vector<unsigned char>; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char; size_t = long unsigned int]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:205:32:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:397:44: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  397 |         size_t newPos = m_current_position + read_size;
      |                         ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/common/http_helpers.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:7229:46: note:   initializing argument 2 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::operator+(U, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 7229 | SafeInt<T, E> operator+(U lhs, SafeInt<T, E> rhs) SAFEINT_CPP_THROW
      |                                ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/common/http_helpers.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::read(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t, bool) [with _CollectionType = std::__cxx11::basic_string<char>; size_t = long unsigned int; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = char]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:207:45:   required from 'pplx::task<long unsigned int> Concurrency::streams::details::basic_container_buffer<_CollectionType>::_getn(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t) [with _CollectionType = std::__cxx11::basic_string<char>; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = char; size_t = long unsigned int]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:205:32:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:397:44: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  397 |         size_t newPos = m_current_position + read_size;
      |                         ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/common/http_helpers.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:7229:46: note:   initializing argument 2 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::operator+(U, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 7229 | SafeInt<T, E> operator+(U lhs, SafeInt<T, E> rhs) SAFEINT_CPP_THROW
      |                                ~~~~~~~~~~~~~~^~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp: In instantiation of 'msl::safeint3::SafeInt<T, E> msl::safeint3::SafeInt<T, E>::Min(msl::safeint3::SafeInt<T, E>, T) const [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:395:65:   required from 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::read(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t, bool) [with _CollectionType = std::vector<unsigned char>; size_t = long unsigned int; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:207:45:   required from 'pplx::task<long unsigned int> Concurrency::streams::details::basic_container_buffer<_CollectionType>::_getn(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t) [with _CollectionType = std::vector<unsigned char>; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char; size_t = long unsigned int]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:205:32:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6724:22: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
 6724 |         T tmp = test < m_int ? (T)test : m_int;
      |                 ~~~~~^~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6852:30: note:   initializing argument 1 of 'bool msl::safeint3::operator<(msl::safeint3::SafeInt<T, E>, U) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6852 | bool operator<(SafeInt<T, E> lhs, U rhs) SAFEINT_NOTHROW
      |                ~~~~~~~~~~~~~~^~~
[6/158] TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux-musl/aarch64-yoe-linux-musl-g++  -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_CHRONO_DYN_LINK -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_RANDOM_DYN_LINK -DBOOST_REGEX_DYN_LINK -DBOOST_SYSTEM_DYN_LINK -DBOOST_THREAD_DYN_LINK -DCPPREST_FORCE_HTTP_CLIENT_ASIO -DCPPREST_FORCE_HTTP_LISTENER_ASIO -DCPPREST_NO_SSL_LEAK_SUPPRESS -Dcpprest_EXPORTS -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot  -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot=                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native=  -fvisibility-inlines-hidden  -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot -std=c++11 -fno-strict-aliasing -fPIC   -pedantic -Wall -Wextra -Wunused-parameter -Wcast-align -Wcast-qual -Wconversion -Wformat=2 -Winit-self -Winvalid-pch -Wmissing-format-attribute -Wmissing-include-dirs -Wpacked -Wredundant-decls -Wunreachable-code -MD -MT Release/src/CMakeFiles/cpprest.dir/http/listener/http_listener_msg.cpp.o -MF Release/src/CMakeFiles/cpprest.dir/http/listener/http_listener_msg.cpp.o.d -o Release/src/CMakeFiles/cpprest.dir/http/listener/http_listener_msg.cpp.o -c TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/listener/http_listener_msg.cpp
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:88,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/listener/http_listener_msg.cpp:11:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/json.h: In member function 'web::json::value& web::json::array::operator[](web::json::array::size_type)':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/json.h:921:25: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  921 |         if (nlastSize < nMinSize) m_elements.resize(nMinSize);
      |                         ^~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/listener/http_listener_msg.cpp:11:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6858:30: note:   initializing argument 1 of 'bool msl::safeint3::operator<(msl::safeint3::SafeInt<U, E>, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6858 | bool operator<(SafeInt<U, E> lhs, SafeInt<T, E> rhs) SAFEINT_NOTHROW
      |                ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:88,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/listener/http_listener_msg.cpp:11:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/json.h:921:25: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  921 |         if (nlastSize < nMinSize) m_elements.resize(nMinSize);
      |                         ^~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/listener/http_listener_msg.cpp:11:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6858:49: note:   initializing argument 2 of 'bool msl::safeint3::operator<(msl::safeint3::SafeInt<U, E>, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6858 | bool operator<(SafeInt<U, E> lhs, SafeInt<T, E> rhs) SAFEINT_NOTHROW
      |                                   ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/listener/http_listener_msg.cpp:11:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::in_avail() const [with _CollectionType = std::vector<unsigned char>; size_t = long unsigned int]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:108:20:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:116:34: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  116 |         return (size_t)(writeend - readhead);
      |                        ~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/listener/http_listener_msg.cpp:11:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6490:43: note:   initializing argument 1 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::SafeInt<T, E>::operator-(msl::safeint3::SafeInt<T, E>) const [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6490 |     SafeInt<T, E> operator-(SafeInt<T, E> rhs) const SAFEINT_CPP_THROW
      |                             ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/listener/http_listener_msg.cpp:11:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::in_avail() const [with _CollectionType = std::__cxx11::basic_string<char>; size_t = long unsigned int]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:108:20:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:116:34: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  116 |         return (size_t)(writeend - readhead);
      |                        ~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/listener/http_listener_msg.cpp:11:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6490:43: note:   initializing argument 1 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::SafeInt<T, E>::operator-(msl::safeint3::SafeInt<T, E>) const [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6490 |     SafeInt<T, E> operator-(SafeInt<T, E> rhs) const SAFEINT_CPP_THROW
      |                             ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/listener/http_listener_msg.cpp:11:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::read(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t, bool) [with _CollectionType = std::vector<unsigned char>; size_t = long unsigned int; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:207:45:   required from 'pplx::task<long unsigned int> Concurrency::streams::details::basic_container_buffer<_CollectionType>::_getn(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t) [with _CollectionType = std::vector<unsigned char>; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char; size_t = long unsigned int]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:205:32:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:397:44: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  397 |         size_t newPos = m_current_position + read_size;
      |                         ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/listener/http_listener_msg.cpp:11:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:7229:46: note:   initializing argument 2 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::operator+(U, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 7229 | SafeInt<T, E> operator+(U lhs, SafeInt<T, E> rhs) SAFEINT_CPP_THROW
      |                                ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/listener/http_listener_msg.cpp:11:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::read(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t, bool) [with _CollectionType = std::__cxx11::basic_string<char>; size_t = long unsigned int; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = char]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:207:45:   required from 'pplx::task<long unsigned int> Concurrency::streams::details::basic_container_buffer<_CollectionType>::_getn(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t) [with _CollectionType = std::__cxx11::basic_string<char>; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = char; size_t = long unsigned int]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:205:32:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:397:44: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  397 |         size_t newPos = m_current_position + read_size;
      |                         ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/listener/http_listener_msg.cpp:11:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:7229:46: note:   initializing argument 2 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::operator+(U, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 7229 | SafeInt<T, E> operator+(U lhs, SafeInt<T, E> rhs) SAFEINT_CPP_THROW
      |                                ~~~~~~~~~~~~~~^~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp: In instantiation of 'msl::safeint3::SafeInt<T, E> msl::safeint3::SafeInt<T, E>::Min(msl::safeint3::SafeInt<T, E>, T) const [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:395:65:   required from 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::read(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t, bool) [with _CollectionType = std::vector<unsigned char>; size_t = long unsigned int; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:207:45:   required from 'pplx::task<long unsigned int> Concurrency::streams::details::basic_container_buffer<_CollectionType>::_getn(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t) [with _CollectionType = std::vector<unsigned char>; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char; size_t = long unsigned int]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:205:32:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6724:22: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
 6724 |         T tmp = test < m_int ? (T)test : m_int;
      |                 ~~~~~^~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6852:30: note:   initializing argument 1 of 'bool msl::safeint3::operator<(msl::safeint3::SafeInt<T, E>, U) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6852 | bool operator<(SafeInt<T, E> lhs, U rhs) SAFEINT_NOTHROW
      |                ~~~~~~~~~~~~~~^~~
[7/158] TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux-musl/aarch64-yoe-linux-musl-g++  -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_CHRONO_DYN_LINK -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_RANDOM_DYN_LINK -DBOOST_REGEX_DYN_LINK -DBOOST_SYSTEM_DYN_LINK -DBOOST_THREAD_DYN_LINK -DCPPREST_FORCE_HTTP_CLIENT_ASIO -DCPPREST_FORCE_HTTP_LISTENER_ASIO -DCPPREST_NO_SSL_LEAK_SUPPRESS -Dcpprest_EXPORTS -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot  -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot=                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native=  -fvisibility-inlines-hidden  -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot -std=c++11 -fno-strict-aliasing -fPIC   -pedantic -Wall -Wextra -Wunused-parameter -Wcast-align -Wcast-qual -Wconversion -Wformat=2 -Winit-self -Winvalid-pch -Wmissing-format-attribute -Wmissing-include-dirs -Wpacked -Wredundant-decls -Wunreachable-code -MD -MT Release/src/CMakeFiles/cpprest.dir/utilities/asyncrt_utils.cpp.o -MF Release/src/CMakeFiles/cpprest.dir/utilities/asyncrt_utils.cpp.o.d -o Release/src/CMakeFiles/cpprest.dir/utilities/asyncrt_utils.cpp.o -c TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/utilities/asyncrt_utils.cpp
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:88,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/utilities/asyncrt_utils.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/json.h: In member function 'web::json::value& web::json::array::operator[](web::json::array::size_type)':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/json.h:921:25: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  921 |         if (nlastSize < nMinSize) m_elements.resize(nMinSize);
      |                         ^~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/utilities/asyncrt_utils.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6858:30: note:   initializing argument 1 of 'bool msl::safeint3::operator<(msl::safeint3::SafeInt<U, E>, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6858 | bool operator<(SafeInt<U, E> lhs, SafeInt<T, E> rhs) SAFEINT_NOTHROW
      |                ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:88,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/utilities/asyncrt_utils.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/json.h:921:25: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  921 |         if (nlastSize < nMinSize) m_elements.resize(nMinSize);
      |                         ^~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/utilities/asyncrt_utils.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6858:49: note:   initializing argument 2 of 'bool msl::safeint3::operator<(msl::safeint3::SafeInt<U, E>, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6858 | bool operator<(SafeInt<U, E> lhs, SafeInt<T, E> rhs) SAFEINT_NOTHROW
      |                                   ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/utilities/asyncrt_utils.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::in_avail() const [with _CollectionType = std::vector<unsigned char>; size_t = long unsigned int]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:108:20:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:116:34: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  116 |         return (size_t)(writeend - readhead);
      |                        ~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/utilities/asyncrt_utils.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6490:43: note:   initializing argument 1 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::SafeInt<T, E>::operator-(msl::safeint3::SafeInt<T, E>) const [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6490 |     SafeInt<T, E> operator-(SafeInt<T, E> rhs) const SAFEINT_CPP_THROW
      |                             ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/utilities/asyncrt_utils.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::in_avail() const [with _CollectionType = std::__cxx11::basic_string<char>; size_t = long unsigned int]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:108:20:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:116:34: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  116 |         return (size_t)(writeend - readhead);
      |                        ~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/utilities/asyncrt_utils.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6490:43: note:   initializing argument 1 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::SafeInt<T, E>::operator-(msl::safeint3::SafeInt<T, E>) const [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6490 |     SafeInt<T, E> operator-(SafeInt<T, E> rhs) const SAFEINT_CPP_THROW
      |                             ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/utilities/asyncrt_utils.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::read(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t, bool) [with _CollectionType = std::vector<unsigned char>; size_t = long unsigned int; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:207:45:   required from 'pplx::task<long unsigned int> Concurrency::streams::details::basic_container_buffer<_CollectionType>::_getn(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t) [with _CollectionType = std::vector<unsigned char>; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char; size_t = long unsigned int]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:205:32:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:397:44: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  397 |         size_t newPos = m_current_position + read_size;
      |                         ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/utilities/asyncrt_utils.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:7229:46: note:   initializing argument 2 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::operator+(U, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 7229 | SafeInt<T, E> operator+(U lhs, SafeInt<T, E> rhs) SAFEINT_CPP_THROW
      |                                ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/utilities/asyncrt_utils.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::read(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t, bool) [with _CollectionType = std::__cxx11::basic_string<char>; size_t = long unsigned int; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = char]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:207:45:   required from 'pplx::task<long unsigned int> Concurrency::streams::details::basic_container_buffer<_CollectionType>::_getn(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t) [with _CollectionType = std::__cxx11::basic_string<char>; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = char; size_t = long unsigned int]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:205:32:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:397:44: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  397 |         size_t newPos = m_current_position + read_size;
      |                         ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/utilities/asyncrt_utils.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:7229:46: note:   initializing argument 2 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::operator+(U, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 7229 | SafeInt<T, E> operator+(U lhs, SafeInt<T, E> rhs) SAFEINT_CPP_THROW
      |                                ~~~~~~~~~~~~~~^~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp: In instantiation of 'msl::safeint3::SafeInt<T, E> msl::safeint3::SafeInt<T, E>::Min(msl::safeint3::SafeInt<T, E>, T) const [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:395:65:   required from 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::read(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t, bool) [with _CollectionType = std::vector<unsigned char>; size_t = long unsigned int; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:207:45:   required from 'pplx::task<long unsigned int> Concurrency::streams::details::basic_container_buffer<_CollectionType>::_getn(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t) [with _CollectionType = std::vector<unsigned char>; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char; size_t = long unsigned int]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:205:32:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6724:22: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
 6724 |         T tmp = test < m_int ? (T)test : m_int;
      |                 ~~~~~^~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6852:30: note:   initializing argument 1 of 'bool msl::safeint3::operator<(msl::safeint3::SafeInt<T, E>, U) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6852 | bool operator<(SafeInt<T, E> lhs, U rhs) SAFEINT_NOTHROW
      |                ~~~~~~~~~~~~~~^~~
[8/158] TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux-musl/aarch64-yoe-linux-musl-g++  -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_CHRONO_DYN_LINK -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_RANDOM_DYN_LINK -DBOOST_REGEX_DYN_LINK -DBOOST_SYSTEM_DYN_LINK -DBOOST_THREAD_DYN_LINK -DCPPREST_FORCE_HTTP_CLIENT_ASIO -DCPPREST_FORCE_HTTP_LISTENER_ASIO -DCPPREST_NO_SSL_LEAK_SUPPRESS -Dcpprest_EXPORTS -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot  -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot=                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native=  -fvisibility-inlines-hidden  -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot -std=c++11 -fno-strict-aliasing -fPIC   -pedantic -Wall -Wextra -Wunused-parameter -Wcast-align -Wcast-qual -Wconversion -Wformat=2 -Winit-self -Winvalid-pch -Wmissing-format-attribute -Wmissing-include-dirs -Wpacked -Wredundant-decls -Wunreachable-code -MD -MT Release/src/CMakeFiles/cpprest.dir/json/json.cpp.o -MF Release/src/CMakeFiles/cpprest.dir/json/json.cpp.o.d -o Release/src/CMakeFiles/cpprest.dir/json/json.cpp.o -c TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/json/json.cpp
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:88,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/json/json.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/json.h: In member function 'web::json::value& web::json::array::operator[](web::json::array::size_type)':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/json.h:921:25: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  921 |         if (nlastSize < nMinSize) m_elements.resize(nMinSize);
      |                         ^~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/json/json.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6858:30: note:   initializing argument 1 of 'bool msl::safeint3::operator<(msl::safeint3::SafeInt<U, E>, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6858 | bool operator<(SafeInt<U, E> lhs, SafeInt<T, E> rhs) SAFEINT_NOTHROW
      |                ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:88,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/json/json.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/json.h:921:25: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  921 |         if (nlastSize < nMinSize) m_elements.resize(nMinSize);
      |                         ^~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/json/json.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6858:49: note:   initializing argument 2 of 'bool msl::safeint3::operator<(msl::safeint3::SafeInt<U, E>, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6858 | bool operator<(SafeInt<U, E> lhs, SafeInt<T, E> rhs) SAFEINT_NOTHROW
      |                                   ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/json/json.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::in_avail() const [with _CollectionType = std::vector<unsigned char>; size_t = long unsigned int]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:108:20:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:116:34: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  116 |         return (size_t)(writeend - readhead);
      |                        ~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/json/json.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6490:43: note:   initializing argument 1 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::SafeInt<T, E>::operator-(msl::safeint3::SafeInt<T, E>) const [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6490 |     SafeInt<T, E> operator-(SafeInt<T, E> rhs) const SAFEINT_CPP_THROW
      |                             ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/json/json.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::in_avail() const [with _CollectionType = std::__cxx11::basic_string<char>; size_t = long unsigned int]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:108:20:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:116:34: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  116 |         return (size_t)(writeend - readhead);
      |                        ~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/json/json.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6490:43: note:   initializing argument 1 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::SafeInt<T, E>::operator-(msl::safeint3::SafeInt<T, E>) const [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6490 |     SafeInt<T, E> operator-(SafeInt<T, E> rhs) const SAFEINT_CPP_THROW
      |                             ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/json/json.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::read(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t, bool) [with _CollectionType = std::vector<unsigned char>; size_t = long unsigned int; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:207:45:   required from 'pplx::task<long unsigned int> Concurrency::streams::details::basic_container_buffer<_CollectionType>::_getn(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t) [with _CollectionType = std::vector<unsigned char>; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char; size_t = long unsigned int]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:205:32:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:397:44: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  397 |         size_t newPos = m_current_position + read_size;
      |                         ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/json/json.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:7229:46: note:   initializing argument 2 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::operator+(U, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 7229 | SafeInt<T, E> operator+(U lhs, SafeInt<T, E> rhs) SAFEINT_CPP_THROW
      |                                ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/json/json.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::read(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t, bool) [with _CollectionType = std::__cxx11::basic_string<char>; size_t = long unsigned int; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = char]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:207:45:   required from 'pplx::task<long unsigned int> Concurrency::streams::details::basic_container_buffer<_CollectionType>::_getn(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t) [with _CollectionType = std::__cxx11::basic_string<char>; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = char; size_t = long unsigned int]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:205:32:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:397:44: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  397 |         size_t newPos = m_current_position + read_size;
      |                         ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/json/json.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:7229:46: note:   initializing argument 2 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::operator+(U, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 7229 | SafeInt<T, E> operator+(U lhs, SafeInt<T, E> rhs) SAFEINT_CPP_THROW
      |                                ~~~~~~~~~~~~~~^~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp: In instantiation of 'msl::safeint3::SafeInt<T, E> msl::safeint3::SafeInt<T, E>::Min(msl::safeint3::SafeInt<T, E>, T) const [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:395:65:   required from 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::read(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t, bool) [with _CollectionType = std::vector<unsigned char>; size_t = long unsigned int; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:207:45:   required from 'pplx::task<long unsigned int> Concurrency::streams::details::basic_container_buffer<_CollectionType>::_getn(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t) [with _CollectionType = std::vector<unsigned char>; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char; size_t = long unsigned int]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:205:32:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6724:22: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
 6724 |         T tmp = test < m_int ? (T)test : m_int;
      |                 ~~~~~^~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6852:30: note:   initializing argument 1 of 'bool msl::safeint3::operator<(msl::safeint3::SafeInt<T, E>, U) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6852 | bool operator<(SafeInt<T, E> lhs, U rhs) SAFEINT_NOTHROW
      |                ~~~~~~~~~~~~~~^~~
[9/158] TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux-musl/aarch64-yoe-linux-musl-g++  -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_CHRONO_DYN_LINK -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_RANDOM_DYN_LINK -DBOOST_REGEX_DYN_LINK -DBOOST_SYSTEM_DYN_LINK -DBOOST_THREAD_DYN_LINK -DCPPREST_FORCE_HTTP_CLIENT_ASIO -DCPPREST_FORCE_HTTP_LISTENER_ASIO -DCPPREST_NO_SSL_LEAK_SUPPRESS -Dcpprest_EXPORTS -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot  -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot=                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native=  -fvisibility-inlines-hidden  -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot -std=c++11 -fno-strict-aliasing -fPIC   -pedantic -Wall -Wextra -Wunused-parameter -Wcast-align -Wcast-qual -Wconversion -Wformat=2 -Winit-self -Winvalid-pch -Wmissing-format-attribute -Wmissing-include-dirs -Wpacked -Wredundant-decls -Wunreachable-code -MD -MT Release/src/CMakeFiles/cpprest.dir/http/listener/http_server_api.cpp.o -MF Release/src/CMakeFiles/cpprest.dir/http/listener/http_server_api.cpp.o.d -o Release/src/CMakeFiles/cpprest.dir/http/listener/http_server_api.cpp.o -c TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/listener/http_server_api.cpp
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:88,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/listener/http_server_api.cpp:12:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/json.h: In member function 'web::json::value& web::json::array::operator[](web::json::array::size_type)':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/json.h:921:25: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  921 |         if (nlastSize < nMinSize) m_elements.resize(nMinSize);
      |                         ^~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/listener/http_server_api.cpp:12:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6858:30: note:   initializing argument 1 of 'bool msl::safeint3::operator<(msl::safeint3::SafeInt<U, E>, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6858 | bool operator<(SafeInt<U, E> lhs, SafeInt<T, E> rhs) SAFEINT_NOTHROW
      |                ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:88,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/listener/http_server_api.cpp:12:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/json.h:921:25: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  921 |         if (nlastSize < nMinSize) m_elements.resize(nMinSize);
      |                         ^~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/listener/http_server_api.cpp:12:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6858:49: note:   initializing argument 2 of 'bool msl::safeint3::operator<(msl::safeint3::SafeInt<U, E>, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6858 | bool operator<(SafeInt<U, E> lhs, SafeInt<T, E> rhs) SAFEINT_NOTHROW
      |                                   ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/listener/http_server_api.cpp:12:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::in_avail() const [with _CollectionType = std::vector<unsigned char>; size_t = long unsigned int]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:108:20:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:116:34: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  116 |         return (size_t)(writeend - readhead);
      |                        ~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/listener/http_server_api.cpp:12:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6490:43: note:   initializing argument 1 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::SafeInt<T, E>::operator-(msl::safeint3::SafeInt<T, E>) const [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6490 |     SafeInt<T, E> operator-(SafeInt<T, E> rhs) const SAFEINT_CPP_THROW
      |                             ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/listener/http_server_api.cpp:12:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::in_avail() const [with _CollectionType = std::__cxx11::basic_string<char>; size_t = long unsigned int]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:108:20:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:116:34: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  116 |         return (size_t)(writeend - readhead);
      |                        ~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/listener/http_server_api.cpp:12:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6490:43: note:   initializing argument 1 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::SafeInt<T, E>::operator-(msl::safeint3::SafeInt<T, E>) const [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6490 |     SafeInt<T, E> operator-(SafeInt<T, E> rhs) const SAFEINT_CPP_THROW
      |                             ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/listener/http_server_api.cpp:12:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::read(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t, bool) [with _CollectionType = std::vector<unsigned char>; size_t = long unsigned int; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:207:45:   required from 'pplx::task<long unsigned int> Concurrency::streams::details::basic_container_buffer<_CollectionType>::_getn(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t) [with _CollectionType = std::vector<unsigned char>; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char; size_t = long unsigned int]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:205:32:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:397:44: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  397 |         size_t newPos = m_current_position + read_size;
      |                         ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/listener/http_server_api.cpp:12:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:7229:46: note:   initializing argument 2 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::operator+(U, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 7229 | SafeInt<T, E> operator+(U lhs, SafeInt<T, E> rhs) SAFEINT_CPP_THROW
      |                                ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/listener/http_server_api.cpp:12:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::read(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t, bool) [with _CollectionType = std::__cxx11::basic_string<char>; size_t = long unsigned int; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = char]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:207:45:   required from 'pplx::task<long unsigned int> Concurrency::streams::details::basic_container_buffer<_CollectionType>::_getn(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t) [with _CollectionType = std::__cxx11::basic_string<char>; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = char; size_t = long unsigned int]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:205:32:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:397:44: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  397 |         size_t newPos = m_current_position + read_size;
      |                         ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/listener/http_server_api.cpp:12:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:7229:46: note:   initializing argument 2 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::operator+(U, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 7229 | SafeInt<T, E> operator+(U lhs, SafeInt<T, E> rhs) SAFEINT_CPP_THROW
      |                                ~~~~~~~~~~~~~~^~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp: In instantiation of 'msl::safeint3::SafeInt<T, E> msl::safeint3::SafeInt<T, E>::Min(msl::safeint3::SafeInt<T, E>, T) const [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:395:65:   required from 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::read(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t, bool) [with _CollectionType = std::vector<unsigned char>; size_t = long unsigned int; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:207:45:   required from 'pplx::task<long unsigned int> Concurrency::streams::details::basic_container_buffer<_CollectionType>::_getn(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t) [with _CollectionType = std::vector<unsigned char>; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char; size_t = long unsigned int]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:205:32:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6724:22: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
 6724 |         T tmp = test < m_int ? (T)test : m_int;
      |                 ~~~~~^~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6852:30: note:   initializing argument 1 of 'bool msl::safeint3::operator<(msl::safeint3::SafeInt<T, E>, U) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6852 | bool operator<(SafeInt<T, E> lhs, U rhs) SAFEINT_NOTHROW
      |                ~~~~~~~~~~~~~~^~~
[10/158] TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux-musl/aarch64-yoe-linux-musl-g++  -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_CHRONO_DYN_LINK -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_RANDOM_DYN_LINK -DBOOST_REGEX_DYN_LINK -DBOOST_SYSTEM_DYN_LINK -DBOOST_THREAD_DYN_LINK -DCPPREST_FORCE_HTTP_CLIENT_ASIO -DCPPREST_FORCE_HTTP_LISTENER_ASIO -DCPPREST_NO_SSL_LEAK_SUPPRESS -Dcpprest_EXPORTS -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot  -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot=                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native=  -fvisibility-inlines-hidden  -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot -std=c++11 -fno-strict-aliasing -fPIC   -pedantic -Wall -Wextra -Wunused-parameter -Wcast-align -Wcast-qual -Wconversion -Wformat=2 -Winit-self -Winvalid-pch -Wmissing-format-attribute -Wmissing-include-dirs -Wpacked -Wredundant-decls -Wunreachable-code -MD -MT Release/src/CMakeFiles/cpprest.dir/uri/uri.cpp.o -MF Release/src/CMakeFiles/cpprest.dir/uri/uri.cpp.o.d -o Release/src/CMakeFiles/cpprest.dir/uri/uri.cpp.o -c TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/uri/uri.cpp
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:88,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/uri/uri.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/json.h: In member function 'web::json::value& web::json::array::operator[](web::json::array::size_type)':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/json.h:921:25: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  921 |         if (nlastSize < nMinSize) m_elements.resize(nMinSize);
      |                         ^~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/uri/uri.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6858:30: note:   initializing argument 1 of 'bool msl::safeint3::operator<(msl::safeint3::SafeInt<U, E>, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6858 | bool operator<(SafeInt<U, E> lhs, SafeInt<T, E> rhs) SAFEINT_NOTHROW
      |                ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:88,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/uri/uri.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/json.h:921:25: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  921 |         if (nlastSize < nMinSize) m_elements.resize(nMinSize);
      |                         ^~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/uri/uri.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6858:49: note:   initializing argument 2 of 'bool msl::safeint3::operator<(msl::safeint3::SafeInt<U, E>, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6858 | bool operator<(SafeInt<U, E> lhs, SafeInt<T, E> rhs) SAFEINT_NOTHROW
      |                                   ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/uri/uri.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::in_avail() const [with _CollectionType = std::vector<unsigned char>; size_t = long unsigned int]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:108:20:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:116:34: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  116 |         return (size_t)(writeend - readhead);
      |                        ~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/uri/uri.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6490:43: note:   initializing argument 1 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::SafeInt<T, E>::operator-(msl::safeint3::SafeInt<T, E>) const [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6490 |     SafeInt<T, E> operator-(SafeInt<T, E> rhs) const SAFEINT_CPP_THROW
      |                             ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/uri/uri.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::in_avail() const [with _CollectionType = std::__cxx11::basic_string<char>; size_t = long unsigned int]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:108:20:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:116:34: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  116 |         return (size_t)(writeend - readhead);
      |                        ~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/uri/uri.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6490:43: note:   initializing argument 1 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::SafeInt<T, E>::operator-(msl::safeint3::SafeInt<T, E>) const [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6490 |     SafeInt<T, E> operator-(SafeInt<T, E> rhs) const SAFEINT_CPP_THROW
      |                             ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/uri/uri.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::read(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t, bool) [with _CollectionType = std::vector<unsigned char>; size_t = long unsigned int; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:207:45:   required from 'pplx::task<long unsigned int> Concurrency::streams::details::basic_container_buffer<_CollectionType>::_getn(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t) [with _CollectionType = std::vector<unsigned char>; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char; size_t = long unsigned int]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:205:32:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:397:44: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  397 |         size_t newPos = m_current_position + read_size;
      |                         ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/uri/uri.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:7229:46: note:   initializing argument 2 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::operator+(U, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 7229 | SafeInt<T, E> operator+(U lhs, SafeInt<T, E> rhs) SAFEINT_CPP_THROW
      |                                ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/uri/uri.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::read(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t, bool) [with _CollectionType = std::__cxx11::basic_string<char>; size_t = long unsigned int; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = char]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:207:45:   required from 'pplx::task<long unsigned int> Concurrency::streams::details::basic_container_buffer<_CollectionType>::_getn(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t) [with _CollectionType = std::__cxx11::basic_string<char>; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = char; size_t = long unsigned int]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:205:32:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:397:44: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  397 |         size_t newPos = m_current_position + read_size;
      |                         ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/uri/uri.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:7229:46: note:   initializing argument 2 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::operator+(U, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 7229 | SafeInt<T, E> operator+(U lhs, SafeInt<T, E> rhs) SAFEINT_CPP_THROW
      |                                ~~~~~~~~~~~~~~^~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp: In instantiation of 'msl::safeint3::SafeInt<T, E> msl::safeint3::SafeInt<T, E>::Min(msl::safeint3::SafeInt<T, E>, T) const [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:395:65:   required from 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::read(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t, bool) [with _CollectionType = std::vector<unsigned char>; size_t = long unsigned int; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:207:45:   required from 'pplx::task<long unsigned int> Concurrency::streams::details::basic_container_buffer<_CollectionType>::_getn(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t) [with _CollectionType = std::vector<unsigned char>; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char; size_t = long unsigned int]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:205:32:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6724:22: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
 6724 |         T tmp = test < m_int ? (T)test : m_int;
      |                 ~~~~~^~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6852:30: note:   initializing argument 1 of 'bool msl::safeint3::operator<(msl::safeint3::SafeInt<T, E>, U) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6852 | bool operator<(SafeInt<T, E> lhs, U rhs) SAFEINT_NOTHROW
      |                ~~~~~~~~~~~~~~^~~
[11/158] TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux-musl/aarch64-yoe-linux-musl-g++  -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_CHRONO_DYN_LINK -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_RANDOM_DYN_LINK -DBOOST_REGEX_DYN_LINK -DBOOST_SYSTEM_DYN_LINK -DBOOST_THREAD_DYN_LINK -DCPPREST_FORCE_HTTP_CLIENT_ASIO -DCPPREST_FORCE_HTTP_LISTENER_ASIO -DCPPREST_NO_SSL_LEAK_SUPPRESS -Dcpprest_EXPORTS -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot  -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot=                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native=  -fvisibility-inlines-hidden  -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot -std=c++11 -fno-strict-aliasing -fPIC   -pedantic -Wall -Wextra -Wunused-parameter -Wcast-align -Wcast-qual -Wconversion -Wformat=2 -Winit-self -Winvalid-pch -Wmissing-format-attribute -Wmissing-include-dirs -Wpacked -Wredundant-decls -Wunreachable-code -MD -MT Release/src/CMakeFiles/cpprest.dir/json/json_parsing.cpp.o -MF Release/src/CMakeFiles/cpprest.dir/json/json_parsing.cpp.o.d -o Release/src/CMakeFiles/cpprest.dir/json/json_parsing.cpp.o -c TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/json/json_parsing.cpp
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:88,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/json/json_parsing.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/json.h: In member function 'web::json::value& web::json::array::operator[](web::json::array::size_type)':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/json.h:921:25: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  921 |         if (nlastSize < nMinSize) m_elements.resize(nMinSize);
      |                         ^~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/json/json_parsing.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6858:30: note:   initializing argument 1 of 'bool msl::safeint3::operator<(msl::safeint3::SafeInt<U, E>, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6858 | bool operator<(SafeInt<U, E> lhs, SafeInt<T, E> rhs) SAFEINT_NOTHROW
      |                ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:88,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/json/json_parsing.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/json.h:921:25: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  921 |         if (nlastSize < nMinSize) m_elements.resize(nMinSize);
      |                         ^~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/json/json_parsing.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6858:49: note:   initializing argument 2 of 'bool msl::safeint3::operator<(msl::safeint3::SafeInt<U, E>, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6858 | bool operator<(SafeInt<U, E> lhs, SafeInt<T, E> rhs) SAFEINT_NOTHROW
      |                                   ~~~~~~~~~~~~~~^~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/json/json_parsing.cpp: In instantiation of 'std::unique_ptr<web::json::details::_Value> web::json::details::JSON_Parser<CharType>::_ParseValue(web::json::details::JSON_Parser<CharType>::Token&) [with CharType = char]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/json/json_parsing.cpp:131:33:   required from 'web::json::value web::json::details::JSON_Parser<CharType>::ParseValue(web::json::details::JSON_Parser<CharType>::Token&) [with CharType = char]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/json/json_parsing.cpp:1134:39:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/json/json_parsing.cpp:1077:35: warning: redundant move in return statement [-Wredundant-move]
 1077 |             return std::move(value);
      |                                   ^
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/json/json_parsing.cpp:1077:35: note: remove 'std::move' call
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/json/json_parsing.cpp:1089:35: warning: redundant move in return statement [-Wredundant-move]
 1089 |             return std::move(value);
      |                                   ^
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/json/json_parsing.cpp:1089:35: note: remove 'std::move' call
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/json/json_parsing.cpp:1096:35: warning: redundant move in return statement [-Wredundant-move]
 1096 |             return std::move(value);
      |                                   ^
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/json/json_parsing.cpp:1096:35: note: remove 'std::move' call
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/json/json_parsing.cpp:1103:35: warning: redundant move in return statement [-Wredundant-move]
 1103 |             return std::move(value);
      |                                   ^
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/json/json_parsing.cpp:1103:35: note: remove 'std::move' call
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/json/json_parsing.cpp: In instantiation of 'std::unique_ptr<web::json::details::_Value> web::json::details::JSON_Parser<CharType>::_ParseArray(web::json::details::JSON_Parser<CharType>::Token&) [with CharType = char]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/json/json_parsing.cpp:1069:20:   required from 'std::unique_ptr<web::json::details::_Value> web::json::details::JSON_Parser<CharType>::_ParseValue(web::json::details::JSON_Parser<CharType>::Token&) [with CharType = char]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/json/json_parsing.cpp:131:33:   required from 'web::json::value web::json::details::JSON_Parser<CharType>::ParseValue(web::json::details::JSON_Parser<CharType>::Token&) [with CharType = char]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/json/json_parsing.cpp:1134:39:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/json/json_parsing.cpp:1043:44: warning: redundant move in return statement [-Wredundant-move]
 1043 |                     return std::move(result);
      |                                            ^
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/json/json_parsing.cpp:1043:44: note: remove 'std::move' call
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/json/json_parsing.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::in_avail() const [with _CollectionType = std::vector<unsigned char>; size_t = long unsigned int]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:108:20:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:116:34: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  116 |         return (size_t)(writeend - readhead);
      |                        ~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/json/json_parsing.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6490:43: note:   initializing argument 1 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::SafeInt<T, E>::operator-(msl::safeint3::SafeInt<T, E>) const [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6490 |     SafeInt<T, E> operator-(SafeInt<T, E> rhs) const SAFEINT_CPP_THROW
      |                             ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/json/json_parsing.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::in_avail() const [with _CollectionType = std::__cxx11::basic_string<char>; size_t = long unsigned int]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:108:20:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:116:34: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  116 |         return (size_t)(writeend - readhead);
      |                        ~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/json/json_parsing.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6490:43: note:   initializing argument 1 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::SafeInt<T, E>::operator-(msl::safeint3::SafeInt<T, E>) const [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6490 |     SafeInt<T, E> operator-(SafeInt<T, E> rhs) const SAFEINT_CPP_THROW
      |                             ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/json/json_parsing.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::read(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t, bool) [with _CollectionType = std::vector<unsigned char>; size_t = long unsigned int; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:207:45:   required from 'pplx::task<long unsigned int> Concurrency::streams::details::basic_container_buffer<_CollectionType>::_getn(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t) [with _CollectionType = std::vector<unsigned char>; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char; size_t = long unsigned int]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:205:32:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:397:44: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  397 |         size_t newPos = m_current_position + read_size;
      |                         ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/json/json_parsing.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:7229:46: note:   initializing argument 2 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::operator+(U, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 7229 | SafeInt<T, E> operator+(U lhs, SafeInt<T, E> rhs) SAFEINT_CPP_THROW
      |                                ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/json/json_parsing.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::read(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t, bool) [with _CollectionType = std::__cxx11::basic_string<char>; size_t = long unsigned int; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = char]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:207:45:   required from 'pplx::task<long unsigned int> Concurrency::streams::details::basic_container_buffer<_CollectionType>::_getn(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t) [with _CollectionType = std::__cxx11::basic_string<char>; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = char; size_t = long unsigned int]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:205:32:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:397:44: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  397 |         size_t newPos = m_current_position + read_size;
      |                         ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/json/json_parsing.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:7229:46: note:   initializing argument 2 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::operator+(U, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 7229 | SafeInt<T, E> operator+(U lhs, SafeInt<T, E> rhs) SAFEINT_CPP_THROW
      |                                ~~~~~~~~~~~~~~^~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp: In instantiation of 'msl::safeint3::SafeInt<T, E> msl::safeint3::SafeInt<T, E>::Min(msl::safeint3::SafeInt<T, E>, T) const [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:395:65:   required from 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::read(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t, bool) [with _CollectionType = std::vector<unsigned char>; size_t = long unsigned int; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:207:45:   required from 'pplx::task<long unsigned int> Concurrency::streams::details::basic_container_buffer<_CollectionType>::_getn(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t) [with _CollectionType = std::vector<unsigned char>; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char; size_t = long unsigned int]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:205:32:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6724:22: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
 6724 |         T tmp = test < m_int ? (T)test : m_int;
      |                 ~~~~~^~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6852:30: note:   initializing argument 1 of 'bool msl::safeint3::operator<(msl::safeint3::SafeInt<T, E>, U) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6852 | bool operator<(SafeInt<T, E> lhs, U rhs) SAFEINT_NOTHROW
      |                ~~~~~~~~~~~~~~^~~
[12/158] TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux-musl/aarch64-yoe-linux-musl-g++  -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_CHRONO_DYN_LINK -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_RANDOM_DYN_LINK -DBOOST_REGEX_DYN_LINK -DBOOST_SYSTEM_DYN_LINK -DBOOST_THREAD_DYN_LINK -DCPPREST_FORCE_HTTP_CLIENT_ASIO -DCPPREST_FORCE_HTTP_LISTENER_ASIO -DCPPREST_NO_SSL_LEAK_SUPPRESS -Dcpprest_EXPORTS -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot  -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot=                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native=  -fvisibility-inlines-hidden  -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot -std=c++11 -fno-strict-aliasing -fPIC   -pedantic -Wall -Wextra -Wunused-parameter -Wcast-align -Wcast-qual -Wconversion -Wformat=2 -Winit-self -Winvalid-pch -Wmissing-format-attribute -Wmissing-include-dirs -Wpacked -Wredundant-decls -Wunreachable-code -MD -MT Release/src/CMakeFiles/cpprest.dir/http/client/http_client.cpp.o -MF Release/src/CMakeFiles/cpprest.dir/http/client/http_client.cpp.o.d -o Release/src/CMakeFiles/cpprest.dir/http/client/http_client.cpp.o -c TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/client/http_client.cpp
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:88,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/client/http_client.cpp:16:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/json.h: In member function 'web::json::value& web::json::array::operator[](web::json::array::size_type)':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/json.h:921:25: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  921 |         if (nlastSize < nMinSize) m_elements.resize(nMinSize);
      |                         ^~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/client/http_client.cpp:16:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6858:30: note:   initializing argument 1 of 'bool msl::safeint3::operator<(msl::safeint3::SafeInt<U, E>, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6858 | bool operator<(SafeInt<U, E> lhs, SafeInt<T, E> rhs) SAFEINT_NOTHROW
      |                ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:88,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/client/http_client.cpp:16:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/json.h:921:25: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  921 |         if (nlastSize < nMinSize) m_elements.resize(nMinSize);
      |                         ^~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/client/http_client.cpp:16:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6858:49: note:   initializing argument 2 of 'bool msl::safeint3::operator<(msl::safeint3::SafeInt<U, E>, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6858 | bool operator<(SafeInt<U, E> lhs, SafeInt<T, E> rhs) SAFEINT_NOTHROW
      |                                   ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/client/http_client.cpp:16:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::in_avail() const [with _CollectionType = std::vector<unsigned char>; size_t = long unsigned int]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:108:20:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:116:34: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  116 |         return (size_t)(writeend - readhead);
      |                        ~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/client/http_client.cpp:16:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6490:43: note:   initializing argument 1 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::SafeInt<T, E>::operator-(msl::safeint3::SafeInt<T, E>) const [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6490 |     SafeInt<T, E> operator-(SafeInt<T, E> rhs) const SAFEINT_CPP_THROW
      |                             ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/client/http_client.cpp:16:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::in_avail() const [with _CollectionType = std::__cxx11::basic_string<char>; size_t = long unsigned int]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:108:20:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:116:34: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  116 |         return (size_t)(writeend - readhead);
      |                        ~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/client/http_client.cpp:16:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6490:43: note:   initializing argument 1 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::SafeInt<T, E>::operator-(msl::safeint3::SafeInt<T, E>) const [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6490 |     SafeInt<T, E> operator-(SafeInt<T, E> rhs) const SAFEINT_CPP_THROW
      |                             ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/client/http_client.cpp:16:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::read(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t, bool) [with _CollectionType = std::vector<unsigned char>; size_t = long unsigned int; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:207:45:   required from 'pplx::task<long unsigned int> Concurrency::streams::details::basic_container_buffer<_CollectionType>::_getn(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t) [with _CollectionType = std::vector<unsigned char>; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char; size_t = long unsigned int]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:205:32:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:397:44: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  397 |         size_t newPos = m_current_position + read_size;
      |                         ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/client/http_client.cpp:16:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:7229:46: note:   initializing argument 2 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::operator+(U, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 7229 | SafeInt<T, E> operator+(U lhs, SafeInt<T, E> rhs) SAFEINT_CPP_THROW
      |                                ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/client/http_client.cpp:16:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::read(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t, bool) [with _CollectionType = std::__cxx11::basic_string<char>; size_t = long unsigned int; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = char]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:207:45:   required from 'pplx::task<long unsigned int> Concurrency::streams::details::basic_container_buffer<_CollectionType>::_getn(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t) [with _CollectionType = std::__cxx11::basic_string<char>; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = char; size_t = long unsigned int]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:205:32:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:397:44: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  397 |         size_t newPos = m_current_position + read_size;
      |                         ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/client/http_client.cpp:16:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:7229:46: note:   initializing argument 2 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::operator+(U, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 7229 | SafeInt<T, E> operator+(U lhs, SafeInt<T, E> rhs) SAFEINT_CPP_THROW
      |                                ~~~~~~~~~~~~~~^~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp: In instantiation of 'msl::safeint3::SafeInt<T, E> msl::safeint3::SafeInt<T, E>::Min(msl::safeint3::SafeInt<T, E>, T) const [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:395:65:   required from 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::read(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t, bool) [with _CollectionType = std::vector<unsigned char>; size_t = long unsigned int; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:207:45:   required from 'pplx::task<long unsigned int> Concurrency::streams::details::basic_container_buffer<_CollectionType>::_getn(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t) [with _CollectionType = std::vector<unsigned char>; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char; size_t = long unsigned int]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:205:32:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6724:22: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
 6724 |         T tmp = test < m_int ? (T)test : m_int;
      |                 ~~~~~^~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6852:30: note:   initializing argument 1 of 'bool msl::safeint3::operator<(msl::safeint3::SafeInt<T, E>, U) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6852 | bool operator<(SafeInt<T, E> lhs, U rhs) SAFEINT_NOTHROW
      |                ~~~~~~~~~~~~~~^~~
[13/158] TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux-musl/aarch64-yoe-linux-musl-g++  -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_CHRONO_DYN_LINK -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_RANDOM_DYN_LINK -DBOOST_REGEX_DYN_LINK -DBOOST_SYSTEM_DYN_LINK -DBOOST_THREAD_DYN_LINK -DCPPREST_FORCE_HTTP_CLIENT_ASIO -DCPPREST_FORCE_HTTP_LISTENER_ASIO -DCPPREST_NO_SSL_LEAK_SUPPRESS -Dcpprest_EXPORTS -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot  -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot=                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native=  -fvisibility-inlines-hidden  -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot -std=c++11 -fno-strict-aliasing -fPIC   -pedantic -Wall -Wextra -Wunused-parameter -Wcast-align -Wcast-qual -Wconversion -Wformat=2 -Winit-self -Winvalid-pch -Wmissing-format-attribute -Wmissing-include-dirs -Wpacked -Wredundant-decls -Wunreachable-code -MD -MT Release/src/CMakeFiles/cpprest.dir/http/listener/http_listener.cpp.o -MF Release/src/CMakeFiles/cpprest.dir/http/listener/http_listener.cpp.o.d -o Release/src/CMakeFiles/cpprest.dir/http/listener/http_listener.cpp.o -c TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/listener/http_listener.cpp
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:88,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/listener/http_listener.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/json.h: In member function 'web::json::value& web::json::array::operator[](web::json::array::size_type)':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/json.h:921:25: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  921 |         if (nlastSize < nMinSize) m_elements.resize(nMinSize);
      |                         ^~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/listener/http_listener.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6858:30: note:   initializing argument 1 of 'bool msl::safeint3::operator<(msl::safeint3::SafeInt<U, E>, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6858 | bool operator<(SafeInt<U, E> lhs, SafeInt<T, E> rhs) SAFEINT_NOTHROW
      |                ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:88,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/listener/http_listener.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/json.h:921:25: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  921 |         if (nlastSize < nMinSize) m_elements.resize(nMinSize);
      |                         ^~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/listener/http_listener.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6858:49: note:   initializing argument 2 of 'bool msl::safeint3::operator<(msl::safeint3::SafeInt<U, E>, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6858 | bool operator<(SafeInt<U, E> lhs, SafeInt<T, E> rhs) SAFEINT_NOTHROW
      |                                   ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/listener/http_listener.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::in_avail() const [with _CollectionType = std::vector<unsigned char>; size_t = long unsigned int]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:108:20:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:116:34: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  116 |         return (size_t)(writeend - readhead);
      |                        ~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/listener/http_listener.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6490:43: note:   initializing argument 1 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::SafeInt<T, E>::operator-(msl::safeint3::SafeInt<T, E>) const [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6490 |     SafeInt<T, E> operator-(SafeInt<T, E> rhs) const SAFEINT_CPP_THROW
      |                             ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/listener/http_listener.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::in_avail() const [with _CollectionType = std::__cxx11::basic_string<char>; size_t = long unsigned int]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:108:20:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:116:34: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  116 |         return (size_t)(writeend - readhead);
      |                        ~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/listener/http_listener.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6490:43: note:   initializing argument 1 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::SafeInt<T, E>::operator-(msl::safeint3::SafeInt<T, E>) const [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6490 |     SafeInt<T, E> operator-(SafeInt<T, E> rhs) const SAFEINT_CPP_THROW
      |                             ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/listener/http_listener.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::read(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t, bool) [with _CollectionType = std::vector<unsigned char>; size_t = long unsigned int; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:207:45:   required from 'pplx::task<long unsigned int> Concurrency::streams::details::basic_container_buffer<_CollectionType>::_getn(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t) [with _CollectionType = std::vector<unsigned char>; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char; size_t = long unsigned int]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:205:32:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:397:44: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  397 |         size_t newPos = m_current_position + read_size;
      |                         ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/listener/http_listener.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:7229:46: note:   initializing argument 2 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::operator+(U, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 7229 | SafeInt<T, E> operator+(U lhs, SafeInt<T, E> rhs) SAFEINT_CPP_THROW
      |                                ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/listener/http_listener.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::read(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t, bool) [with _CollectionType = std::__cxx11::basic_string<char>; size_t = long unsigned int; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = char]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:207:45:   required from 'pplx::task<long unsigned int> Concurrency::streams::details::basic_container_buffer<_CollectionType>::_getn(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t) [with _CollectionType = std::__cxx11::basic_string<char>; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = char; size_t = long unsigned int]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:205:32:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:397:44: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  397 |         size_t newPos = m_current_position + read_size;
      |                         ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/listener/http_listener.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:7229:46: note:   initializing argument 2 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::operator+(U, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 7229 | SafeInt<T, E> operator+(U lhs, SafeInt<T, E> rhs) SAFEINT_CPP_THROW
      |                                ~~~~~~~~~~~~~~^~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp: In instantiation of 'msl::safeint3::SafeInt<T, E> msl::safeint3::SafeInt<T, E>::Min(msl::safeint3::SafeInt<T, E>, T) const [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:395:65:   required from 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::read(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t, bool) [with _CollectionType = std::vector<unsigned char>; size_t = long unsigned int; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:207:45:   required from 'pplx::task<long unsigned int> Concurrency::streams::details::basic_container_buffer<_CollectionType>::_getn(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t) [with _CollectionType = std::vector<unsigned char>; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char; size_t = long unsigned int]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:205:32:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6724:22: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
 6724 |         T tmp = test < m_int ? (T)test : m_int;
      |                 ~~~~~^~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6852:30: note:   initializing argument 1 of 'bool msl::safeint3::operator<(msl::safeint3::SafeInt<T, E>, U) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6852 | bool operator<(SafeInt<T, E> lhs, U rhs) SAFEINT_NOTHROW
      |                ~~~~~~~~~~~~~~^~~
[14/158] TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux-musl/aarch64-yoe-linux-musl-g++  -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_CHRONO_DYN_LINK -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_RANDOM_DYN_LINK -DBOOST_REGEX_DYN_LINK -DBOOST_SYSTEM_DYN_LINK -DBOOST_THREAD_DYN_LINK -DCPPREST_FORCE_HTTP_CLIENT_ASIO -DCPPREST_FORCE_HTTP_LISTENER_ASIO -DCPPREST_NO_SSL_LEAK_SUPPRESS -Dcommon_utilities_EXPORTS -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/utilities/include -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp/. -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot  -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot=                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native=  -fvisibility-inlines-hidden  -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot -std=c++11 -fno-strict-aliasing -fPIC -MD -MT Release/tests/common/utilities/CMakeFiles/common_utilities.dir/os_utilities.cpp.o -MF Release/tests/common/utilities/CMakeFiles/common_utilities.dir/os_utilities.cpp.o.d -o Release/tests/common/utilities/CMakeFiles/common_utilities.dir/os_utilities.cpp.o -c TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/utilities/os_utilities.cpp
[15/158] TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux-musl/aarch64-yoe-linux-musl-g++  -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_CHRONO_DYN_LINK -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_RANDOM_DYN_LINK -DBOOST_REGEX_DYN_LINK -DBOOST_SYSTEM_DYN_LINK -DBOOST_THREAD_DYN_LINK -DCPPREST_FORCE_HTTP_CLIENT_ASIO -DCPPREST_FORCE_HTTP_LISTENER_ASIO -DCPPREST_NO_SSL_LEAK_SUPPRESS -Dunittestpp_EXPORTS -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/utilities/include -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp/src -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp/. -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot  -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot=                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native=  -fvisibility-inlines-hidden  -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot -std=c++11 -fno-strict-aliasing -fPIC -MD -MT Release/tests/common/UnitTestpp/CMakeFiles/unittestpp.dir/src/AssertException.cpp.o -MF Release/tests/common/UnitTestpp/CMakeFiles/unittestpp.dir/src/AssertException.cpp.o.d -o Release/tests/common/UnitTestpp/CMakeFiles/unittestpp.dir/src/AssertException.cpp.o -c TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp/src/AssertException.cpp
[16/158] TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux-musl/aarch64-yoe-linux-musl-g++  -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_CHRONO_DYN_LINK -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_RANDOM_DYN_LINK -DBOOST_REGEX_DYN_LINK -DBOOST_SYSTEM_DYN_LINK -DBOOST_THREAD_DYN_LINK -DCPPREST_FORCE_HTTP_CLIENT_ASIO -DCPPREST_FORCE_HTTP_LISTENER_ASIO -DCPPREST_NO_SSL_LEAK_SUPPRESS -Dcpprest_EXPORTS -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot  -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot=                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native=  -fvisibility-inlines-hidden  -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot -std=c++11 -fno-strict-aliasing -fPIC   -pedantic -Wall -Wextra -Wunused-parameter -Wcast-align -Wcast-qual -Wconversion -Wformat=2 -Winit-self -Winvalid-pch -Wmissing-format-attribute -Wmissing-include-dirs -Wpacked -Wredundant-decls -Wunreachable-code -MD -MT Release/src/CMakeFiles/cpprest.dir/utilities/web_utilities.cpp.o -MF Release/src/CMakeFiles/cpprest.dir/utilities/web_utilities.cpp.o.d -o Release/src/CMakeFiles/cpprest.dir/utilities/web_utilities.cpp.o -c TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/utilities/web_utilities.cpp
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:88,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/utilities/web_utilities.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/json.h: In member function 'web::json::value& web::json::array::operator[](web::json::array::size_type)':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/json.h:921:25: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  921 |         if (nlastSize < nMinSize) m_elements.resize(nMinSize);
      |                         ^~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/utilities/web_utilities.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6858:30: note:   initializing argument 1 of 'bool msl::safeint3::operator<(msl::safeint3::SafeInt<U, E>, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6858 | bool operator<(SafeInt<U, E> lhs, SafeInt<T, E> rhs) SAFEINT_NOTHROW
      |                ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:88,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/utilities/web_utilities.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/json.h:921:25: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  921 |         if (nlastSize < nMinSize) m_elements.resize(nMinSize);
      |                         ^~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/utilities/web_utilities.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6858:49: note:   initializing argument 2 of 'bool msl::safeint3::operator<(msl::safeint3::SafeInt<U, E>, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6858 | bool operator<(SafeInt<U, E> lhs, SafeInt<T, E> rhs) SAFEINT_NOTHROW
      |                                   ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/utilities/web_utilities.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::in_avail() const [with _CollectionType = std::vector<unsigned char>; size_t = long unsigned int]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:108:20:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:116:34: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  116 |         return (size_t)(writeend - readhead);
      |                        ~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/utilities/web_utilities.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6490:43: note:   initializing argument 1 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::SafeInt<T, E>::operator-(msl::safeint3::SafeInt<T, E>) const [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6490 |     SafeInt<T, E> operator-(SafeInt<T, E> rhs) const SAFEINT_CPP_THROW
      |                             ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/utilities/web_utilities.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::in_avail() const [with _CollectionType = std::__cxx11::basic_string<char>; size_t = long unsigned int]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:108:20:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:116:34: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  116 |         return (size_t)(writeend - readhead);
      |                        ~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/utilities/web_utilities.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6490:43: note:   initializing argument 1 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::SafeInt<T, E>::operator-(msl::safeint3::SafeInt<T, E>) const [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6490 |     SafeInt<T, E> operator-(SafeInt<T, E> rhs) const SAFEINT_CPP_THROW
      |                             ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/utilities/web_utilities.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::read(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t, bool) [with _CollectionType = std::vector<unsigned char>; size_t = long unsigned int; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:207:45:   required from 'pplx::task<long unsigned int> Concurrency::streams::details::basic_container_buffer<_CollectionType>::_getn(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t) [with _CollectionType = std::vector<unsigned char>; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char; size_t = long unsigned int]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:205:32:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:397:44: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  397 |         size_t newPos = m_current_position + read_size;
      |                         ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/utilities/web_utilities.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:7229:46: note:   initializing argument 2 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::operator+(U, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 7229 | SafeInt<T, E> operator+(U lhs, SafeInt<T, E> rhs) SAFEINT_CPP_THROW
      |                                ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/utilities/web_utilities.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::read(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t, bool) [with _CollectionType = std::__cxx11::basic_string<char>; size_t = long unsigned int; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = char]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:207:45:   required from 'pplx::task<long unsigned int> Concurrency::streams::details::basic_container_buffer<_CollectionType>::_getn(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t) [with _CollectionType = std::__cxx11::basic_string<char>; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = char; size_t = long unsigned int]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:205:32:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:397:44: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  397 |         size_t newPos = m_current_position + read_size;
      |                         ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/utilities/web_utilities.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:7229:46: note:   initializing argument 2 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::operator+(U, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 7229 | SafeInt<T, E> operator+(U lhs, SafeInt<T, E> rhs) SAFEINT_CPP_THROW
      |                                ~~~~~~~~~~~~~~^~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp: In instantiation of 'msl::safeint3::SafeInt<T, E> msl::safeint3::SafeInt<T, E>::Min(msl::safeint3::SafeInt<T, E>, T) const [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:395:65:   required from 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::read(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t, bool) [with _CollectionType = std::vector<unsigned char>; size_t = long unsigned int; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:207:45:   required from 'pplx::task<long unsigned int> Concurrency::streams::details::basic_container_buffer<_CollectionType>::_getn(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t) [with _CollectionType = std::vector<unsigned char>; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char; size_t = long unsigned int]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:205:32:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6724:22: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
 6724 |         T tmp = test < m_int ? (T)test : m_int;
      |                 ~~~~~^~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6852:30: note:   initializing argument 1 of 'bool msl::safeint3::operator<(msl::safeint3::SafeInt<T, E>, U) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6852 | bool operator<(SafeInt<T, E> lhs, U rhs) SAFEINT_NOTHROW
      |                ~~~~~~~~~~~~~~^~~
[17/158] TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux-musl/aarch64-yoe-linux-musl-g++  -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_CHRONO_DYN_LINK -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_RANDOM_DYN_LINK -DBOOST_REGEX_DYN_LINK -DBOOST_SYSTEM_DYN_LINK -DBOOST_THREAD_DYN_LINK -DCPPREST_FORCE_HTTP_CLIENT_ASIO -DCPPREST_FORCE_HTTP_LISTENER_ASIO -DCPPREST_NO_SSL_LEAK_SUPPRESS -Dcpprest_EXPORTS -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot  -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot=                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native=  -fvisibility-inlines-hidden  -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot -std=c++11 -fno-strict-aliasing -fPIC   -pedantic -Wall -Wextra -Wunused-parameter -Wcast-align -Wcast-qual -Wconversion -Wformat=2 -Winit-self -Winvalid-pch -Wmissing-format-attribute -Wmissing-include-dirs -Wpacked -Wredundant-decls -Wunreachable-code -MD -MT Release/src/CMakeFiles/cpprest.dir/http/oauth/oauth2.cpp.o -MF Release/src/CMakeFiles/cpprest.dir/http/oauth/oauth2.cpp.o.d -o Release/src/CMakeFiles/cpprest.dir/http/oauth/oauth2.cpp.o -c TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/oauth/oauth2.cpp
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:88,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/oauth/oauth2.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/json.h: In member function 'web::json::value& web::json::array::operator[](web::json::array::size_type)':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/json.h:921:25: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  921 |         if (nlastSize < nMinSize) m_elements.resize(nMinSize);
      |                         ^~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/oauth/oauth2.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6858:30: note:   initializing argument 1 of 'bool msl::safeint3::operator<(msl::safeint3::SafeInt<U, E>, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6858 | bool operator<(SafeInt<U, E> lhs, SafeInt<T, E> rhs) SAFEINT_NOTHROW
      |                ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:88,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/oauth/oauth2.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/json.h:921:25: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  921 |         if (nlastSize < nMinSize) m_elements.resize(nMinSize);
      |                         ^~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/oauth/oauth2.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6858:49: note:   initializing argument 2 of 'bool msl::safeint3::operator<(msl::safeint3::SafeInt<U, E>, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6858 | bool operator<(SafeInt<U, E> lhs, SafeInt<T, E> rhs) SAFEINT_NOTHROW
      |                                   ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/oauth/oauth2.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::in_avail() const [with _CollectionType = std::vector<unsigned char>; size_t = long unsigned int]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:108:20:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:116:34: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  116 |         return (size_t)(writeend - readhead);
      |                        ~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/oauth/oauth2.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6490:43: note:   initializing argument 1 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::SafeInt<T, E>::operator-(msl::safeint3::SafeInt<T, E>) const [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6490 |     SafeInt<T, E> operator-(SafeInt<T, E> rhs) const SAFEINT_CPP_THROW
      |                             ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/oauth/oauth2.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::in_avail() const [with _CollectionType = std::__cxx11::basic_string<char>; size_t = long unsigned int]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:108:20:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:116:34: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  116 |         return (size_t)(writeend - readhead);
      |                        ~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/oauth/oauth2.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6490:43: note:   initializing argument 1 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::SafeInt<T, E>::operator-(msl::safeint3::SafeInt<T, E>) const [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6490 |     SafeInt<T, E> operator-(SafeInt<T, E> rhs) const SAFEINT_CPP_THROW
      |                             ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/oauth/oauth2.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::read(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t, bool) [with _CollectionType = std::vector<unsigned char>; size_t = long unsigned int; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:207:45:   required from 'pplx::task<long unsigned int> Concurrency::streams::details::basic_container_buffer<_CollectionType>::_getn(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t) [with _CollectionType = std::vector<unsigned char>; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char; size_t = long unsigned int]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:205:32:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:397:44: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  397 |         size_t newPos = m_current_position + read_size;
      |                         ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/oauth/oauth2.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:7229:46: note:   initializing argument 2 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::operator+(U, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 7229 | SafeInt<T, E> operator+(U lhs, SafeInt<T, E> rhs) SAFEINT_CPP_THROW
      |                                ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/oauth/oauth2.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::read(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t, bool) [with _CollectionType = std::__cxx11::basic_string<char>; size_t = long unsigned int; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = char]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:207:45:   required from 'pplx::task<long unsigned int> Concurrency::streams::details::basic_container_buffer<_CollectionType>::_getn(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t) [with _CollectionType = std::__cxx11::basic_string<char>; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = char; size_t = long unsigned int]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:205:32:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:397:44: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  397 |         size_t newPos = m_current_position + read_size;
      |                         ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/oauth/oauth2.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:7229:46: note:   initializing argument 2 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::operator+(U, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 7229 | SafeInt<T, E> operator+(U lhs, SafeInt<T, E> rhs) SAFEINT_CPP_THROW
      |                                ~~~~~~~~~~~~~~^~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp: In instantiation of 'msl::safeint3::SafeInt<T, E> msl::safeint3::SafeInt<T, E>::Min(msl::safeint3::SafeInt<T, E>, T) const [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:395:65:   required from 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::read(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t, bool) [with _CollectionType = std::vector<unsigned char>; size_t = long unsigned int; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:207:45:   required from 'pplx::task<long unsigned int> Concurrency::streams::details::basic_container_buffer<_CollectionType>::_getn(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t) [with _CollectionType = std::vector<unsigned char>; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char; size_t = long unsigned int]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:205:32:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6724:22: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
 6724 |         T tmp = test < m_int ? (T)test : m_int;
      |                 ~~~~~^~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6852:30: note:   initializing argument 1 of 'bool msl::safeint3::operator<(msl::safeint3::SafeInt<T, E>, U) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6852 | bool operator<(SafeInt<T, E> lhs, U rhs) SAFEINT_NOTHROW
      |                ~~~~~~~~~~~~~~^~~
[18/158] TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux-musl/aarch64-yoe-linux-musl-g++  -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_CHRONO_DYN_LINK -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_RANDOM_DYN_LINK -DBOOST_REGEX_DYN_LINK -DBOOST_SYSTEM_DYN_LINK -DBOOST_THREAD_DYN_LINK -DCPPREST_FORCE_HTTP_CLIENT_ASIO -DCPPREST_FORCE_HTTP_LISTENER_ASIO -DCPPREST_NO_SSL_LEAK_SUPPRESS -Dunittestpp_EXPORTS -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/utilities/include -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp/src -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp/. -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot  -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot=                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native=  -fvisibility-inlines-hidden  -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot -std=c++11 -fno-strict-aliasing -fPIC -MD -MT Release/tests/common/UnitTestpp/CMakeFiles/unittestpp.dir/src/CompositeTestReporter.cpp.o -MF Release/tests/common/UnitTestpp/CMakeFiles/unittestpp.dir/src/CompositeTestReporter.cpp.o.d -o Release/tests/common/UnitTestpp/CMakeFiles/unittestpp.dir/src/CompositeTestReporter.cpp.o -c TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp/src/CompositeTestReporter.cpp
[19/158] TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux-musl/aarch64-yoe-linux-musl-g++  -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_CHRONO_DYN_LINK -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_RANDOM_DYN_LINK -DBOOST_REGEX_DYN_LINK -DBOOST_SYSTEM_DYN_LINK -DBOOST_THREAD_DYN_LINK -DCPPREST_FORCE_HTTP_CLIENT_ASIO -DCPPREST_FORCE_HTTP_LISTENER_ASIO -DCPPREST_NO_SSL_LEAK_SUPPRESS -Dunittestpp_EXPORTS -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/utilities/include -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp/src -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp/. -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot  -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot=                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native=  -fvisibility-inlines-hidden  -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot -std=c++11 -fno-strict-aliasing -fPIC -MD -MT Release/tests/common/UnitTestpp/CMakeFiles/unittestpp.dir/src/CurrentTest.cpp.o -MF Release/tests/common/UnitTestpp/CMakeFiles/unittestpp.dir/src/CurrentTest.cpp.o.d -o Release/tests/common/UnitTestpp/CMakeFiles/unittestpp.dir/src/CurrentTest.cpp.o -c TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp/src/CurrentTest.cpp
[20/158] TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux-musl/aarch64-yoe-linux-musl-g++  -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_CHRONO_DYN_LINK -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_RANDOM_DYN_LINK -DBOOST_REGEX_DYN_LINK -DBOOST_SYSTEM_DYN_LINK -DBOOST_THREAD_DYN_LINK -DCPPREST_FORCE_HTTP_CLIENT_ASIO -DCPPREST_FORCE_HTTP_LISTENER_ASIO -DCPPREST_NO_SSL_LEAK_SUPPRESS -Dcpprest_EXPORTS -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot  -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot=                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native=  -fvisibility-inlines-hidden  -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot -std=c++11 -fno-strict-aliasing -fPIC   -pedantic -Wall -Wextra -Wunused-parameter -Wcast-align -Wcast-qual -Wconversion -Wformat=2 -Winit-self -Winvalid-pch -Wmissing-format-attribute -Wmissing-include-dirs -Wpacked -Wredundant-decls -Wunreachable-code -MD -MT Release/src/CMakeFiles/cpprest.dir/pplx/pplx.cpp.o -MF Release/src/CMakeFiles/cpprest.dir/pplx/pplx.cpp.o.d -o Release/src/CMakeFiles/cpprest.dir/pplx/pplx.cpp.o -c TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pplx/pplx.cpp
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:88,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pplx/pplx.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/json.h: In member function 'web::json::value& web::json::array::operator[](web::json::array::size_type)':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/json.h:921:25: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  921 |         if (nlastSize < nMinSize) m_elements.resize(nMinSize);
      |                         ^~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pplx/pplx.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6858:30: note:   initializing argument 1 of 'bool msl::safeint3::operator<(msl::safeint3::SafeInt<U, E>, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6858 | bool operator<(SafeInt<U, E> lhs, SafeInt<T, E> rhs) SAFEINT_NOTHROW
      |                ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:88,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pplx/pplx.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/json.h:921:25: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  921 |         if (nlastSize < nMinSize) m_elements.resize(nMinSize);
      |                         ^~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pplx/pplx.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6858:49: note:   initializing argument 2 of 'bool msl::safeint3::operator<(msl::safeint3::SafeInt<U, E>, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6858 | bool operator<(SafeInt<U, E> lhs, SafeInt<T, E> rhs) SAFEINT_NOTHROW
      |                                   ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pplx/pplx.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::in_avail() const [with _CollectionType = std::vector<unsigned char>; size_t = long unsigned int]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:108:20:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:116:34: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  116 |         return (size_t)(writeend - readhead);
      |                        ~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pplx/pplx.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6490:43: note:   initializing argument 1 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::SafeInt<T, E>::operator-(msl::safeint3::SafeInt<T, E>) const [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6490 |     SafeInt<T, E> operator-(SafeInt<T, E> rhs) const SAFEINT_CPP_THROW
      |                             ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pplx/pplx.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::in_avail() const [with _CollectionType = std::__cxx11::basic_string<char>; size_t = long unsigned int]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:108:20:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:116:34: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  116 |         return (size_t)(writeend - readhead);
      |                        ~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pplx/pplx.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6490:43: note:   initializing argument 1 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::SafeInt<T, E>::operator-(msl::safeint3::SafeInt<T, E>) const [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6490 |     SafeInt<T, E> operator-(SafeInt<T, E> rhs) const SAFEINT_CPP_THROW
      |                             ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pplx/pplx.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::read(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t, bool) [with _CollectionType = std::vector<unsigned char>; size_t = long unsigned int; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:207:45:   required from 'pplx::task<long unsigned int> Concurrency::streams::details::basic_container_buffer<_CollectionType>::_getn(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t) [with _CollectionType = std::vector<unsigned char>; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char; size_t = long unsigned int]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:205:32:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:397:44: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  397 |         size_t newPos = m_current_position + read_size;
      |                         ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pplx/pplx.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:7229:46: note:   initializing argument 2 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::operator+(U, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 7229 | SafeInt<T, E> operator+(U lhs, SafeInt<T, E> rhs) SAFEINT_CPP_THROW
      |                                ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pplx/pplx.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::read(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t, bool) [with _CollectionType = std::__cxx11::basic_string<char>; size_t = long unsigned int; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = char]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:207:45:   required from 'pplx::task<long unsigned int> Concurrency::streams::details::basic_container_buffer<_CollectionType>::_getn(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t) [with _CollectionType = std::__cxx11::basic_string<char>; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = char; size_t = long unsigned int]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:205:32:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:397:44: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  397 |         size_t newPos = m_current_position + read_size;
      |                         ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pplx/pplx.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:7229:46: note:   initializing argument 2 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::operator+(U, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 7229 | SafeInt<T, E> operator+(U lhs, SafeInt<T, E> rhs) SAFEINT_CPP_THROW
      |                                ~~~~~~~~~~~~~~^~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp: In instantiation of 'msl::safeint3::SafeInt<T, E> msl::safeint3::SafeInt<T, E>::Min(msl::safeint3::SafeInt<T, E>, T) const [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:395:65:   required from 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::read(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t, bool) [with _CollectionType = std::vector<unsigned char>; size_t = long unsigned int; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:207:45:   required from 'pplx::task<long unsigned int> Concurrency::streams::details::basic_container_buffer<_CollectionType>::_getn(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t) [with _CollectionType = std::vector<unsigned char>; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char; size_t = long unsigned int]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:205:32:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6724:22: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
 6724 |         T tmp = test < m_int ? (T)test : m_int;
      |                 ~~~~~^~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6852:30: note:   initializing argument 1 of 'bool msl::safeint3::operator<(msl::safeint3::SafeInt<T, E>, U) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6852 | bool operator<(SafeInt<T, E> lhs, U rhs) SAFEINT_NOTHROW
      |                ~~~~~~~~~~~~~~^~~
[21/158] TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux-musl/aarch64-yoe-linux-musl-g++  -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_CHRONO_DYN_LINK -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_RANDOM_DYN_LINK -DBOOST_REGEX_DYN_LINK -DBOOST_SYSTEM_DYN_LINK -DBOOST_THREAD_DYN_LINK -DCPPREST_FORCE_HTTP_CLIENT_ASIO -DCPPREST_FORCE_HTTP_LISTENER_ASIO -DCPPREST_NO_SSL_LEAK_SUPPRESS -Dcpprest_EXPORTS -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot  -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot=                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native=  -fvisibility-inlines-hidden  -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot -std=c++11 -fno-strict-aliasing -fPIC   -pedantic -Wall -Wextra -Wunused-parameter -Wcast-align -Wcast-qual -Wconversion -Wformat=2 -Winit-self -Winvalid-pch -Wmissing-format-attribute -Wmissing-include-dirs -Wpacked -Wredundant-decls -Wunreachable-code -MD -MT Release/src/CMakeFiles/cpprest.dir/utilities/base64.cpp.o -MF Release/src/CMakeFiles/cpprest.dir/utilities/base64.cpp.o.d -o Release/src/CMakeFiles/cpprest.dir/utilities/base64.cpp.o -c TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/utilities/base64.cpp
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:88,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/utilities/base64.cpp:11:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/json.h: In member function 'web::json::value& web::json::array::operator[](web::json::array::size_type)':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/json.h:921:25: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  921 |         if (nlastSize < nMinSize) m_elements.resize(nMinSize);
      |                         ^~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/utilities/base64.cpp:11:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6858:30: note:   initializing argument 1 of 'bool msl::safeint3::operator<(msl::safeint3::SafeInt<U, E>, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6858 | bool operator<(SafeInt<U, E> lhs, SafeInt<T, E> rhs) SAFEINT_NOTHROW
      |                ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:88,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/utilities/base64.cpp:11:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/json.h:921:25: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  921 |         if (nlastSize < nMinSize) m_elements.resize(nMinSize);
      |                         ^~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/utilities/base64.cpp:11:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6858:49: note:   initializing argument 2 of 'bool msl::safeint3::operator<(msl::safeint3::SafeInt<U, E>, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6858 | bool operator<(SafeInt<U, E> lhs, SafeInt<T, E> rhs) SAFEINT_NOTHROW
      |                                   ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/utilities/base64.cpp:11:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::in_avail() const [with _CollectionType = std::vector<unsigned char>; size_t = long unsigned int]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:108:20:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:116:34: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  116 |         return (size_t)(writeend - readhead);
      |                        ~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/utilities/base64.cpp:11:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6490:43: note:   initializing argument 1 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::SafeInt<T, E>::operator-(msl::safeint3::SafeInt<T, E>) const [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6490 |     SafeInt<T, E> operator-(SafeInt<T, E> rhs) const SAFEINT_CPP_THROW
      |                             ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/utilities/base64.cpp:11:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::in_avail() const [with _CollectionType = std::__cxx11::basic_string<char>; size_t = long unsigned int]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:108:20:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:116:34: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  116 |         return (size_t)(writeend - readhead);
      |                        ~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/utilities/base64.cpp:11:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6490:43: note:   initializing argument 1 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::SafeInt<T, E>::operator-(msl::safeint3::SafeInt<T, E>) const [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6490 |     SafeInt<T, E> operator-(SafeInt<T, E> rhs) const SAFEINT_CPP_THROW
      |                             ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/utilities/base64.cpp:11:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::read(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t, bool) [with _CollectionType = std::vector<unsigned char>; size_t = long unsigned int; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:207:45:   required from 'pplx::task<long unsigned int> Concurrency::streams::details::basic_container_buffer<_CollectionType>::_getn(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t) [with _CollectionType = std::vector<unsigned char>; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char; size_t = long unsigned int]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:205:32:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:397:44: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  397 |         size_t newPos = m_current_position + read_size;
      |                         ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/utilities/base64.cpp:11:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:7229:46: note:   initializing argument 2 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::operator+(U, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 7229 | SafeInt<T, E> operator+(U lhs, SafeInt<T, E> rhs) SAFEINT_CPP_THROW
      |                                ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/utilities/base64.cpp:11:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::read(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t, bool) [with _CollectionType = std::__cxx11::basic_string<char>; size_t = long unsigned int; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = char]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:207:45:   required from 'pplx::task<long unsigned int> Concurrency::streams::details::basic_container_buffer<_CollectionType>::_getn(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t) [with _CollectionType = std::__cxx11::basic_string<char>; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = char; size_t = long unsigned int]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:205:32:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:397:44: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  397 |         size_t newPos = m_current_position + read_size;
      |                         ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/utilities/base64.cpp:11:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:7229:46: note:   initializing argument 2 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::operator+(U, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 7229 | SafeInt<T, E> operator+(U lhs, SafeInt<T, E> rhs) SAFEINT_CPP_THROW
      |                                ~~~~~~~~~~~~~~^~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp: In instantiation of 'msl::safeint3::SafeInt<T, E> msl::safeint3::SafeInt<T, E>::Min(msl::safeint3::SafeInt<T, E>, T) const [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:395:65:   required from 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::read(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t, bool) [with _CollectionType = std::vector<unsigned char>; size_t = long unsigned int; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:207:45:   required from 'pplx::task<long unsigned int> Concurrency::streams::details::basic_container_buffer<_CollectionType>::_getn(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t) [with _CollectionType = std::vector<unsigned char>; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char; size_t = long unsigned int]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:205:32:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6724:22: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
 6724 |         T tmp = test < m_int ? (T)test : m_int;
      |                 ~~~~~^~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6852:30: note:   initializing argument 1 of 'bool msl::safeint3::operator<(msl::safeint3::SafeInt<T, E>, U) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6852 | bool operator<(SafeInt<T, E> lhs, U rhs) SAFEINT_NOTHROW
      |                ~~~~~~~~~~~~~~^~~
[22/158] TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux-musl/aarch64-yoe-linux-musl-g++  -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_CHRONO_DYN_LINK -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_RANDOM_DYN_LINK -DBOOST_REGEX_DYN_LINK -DBOOST_SYSTEM_DYN_LINK -DBOOST_THREAD_DYN_LINK -DCPPREST_FORCE_HTTP_CLIENT_ASIO -DCPPREST_FORCE_HTTP_LISTENER_ASIO -DCPPREST_NO_SSL_LEAK_SUPPRESS -Dcpprest_EXPORTS -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot  -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot=                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native=  -fvisibility-inlines-hidden  -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot -std=c++11 -fno-strict-aliasing -fPIC   -pedantic -Wall -Wextra -Wunused-parameter -Wcast-align -Wcast-qual -Wconversion -Wformat=2 -Winit-self -Winvalid-pch -Wmissing-format-attribute -Wmissing-include-dirs -Wpacked -Wredundant-decls -Wunreachable-code -MD -MT Release/src/CMakeFiles/cpprest.dir/websockets/client/ws_msg.cpp.o -MF Release/src/CMakeFiles/cpprest.dir/websockets/client/ws_msg.cpp.o.d -o Release/src/CMakeFiles/cpprest.dir/websockets/client/ws_msg.cpp.o -c TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_msg.cpp
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:88,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_msg.cpp:15:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/json.h: In member function 'web::json::value& web::json::array::operator[](web::json::array::size_type)':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/json.h:921:25: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  921 |         if (nlastSize < nMinSize) m_elements.resize(nMinSize);
      |                         ^~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_msg.cpp:15:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6858:30: note:   initializing argument 1 of 'bool msl::safeint3::operator<(msl::safeint3::SafeInt<U, E>, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6858 | bool operator<(SafeInt<U, E> lhs, SafeInt<T, E> rhs) SAFEINT_NOTHROW
      |                ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:88,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_msg.cpp:15:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/json.h:921:25: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  921 |         if (nlastSize < nMinSize) m_elements.resize(nMinSize);
      |                         ^~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_msg.cpp:15:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6858:49: note:   initializing argument 2 of 'bool msl::safeint3::operator<(msl::safeint3::SafeInt<U, E>, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6858 | bool operator<(SafeInt<U, E> lhs, SafeInt<T, E> rhs) SAFEINT_NOTHROW
      |                                   ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_msg.cpp:15:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::in_avail() const [with _CollectionType = std::vector<unsigned char>; size_t = long unsigned int]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:108:20:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:116:34: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  116 |         return (size_t)(writeend - readhead);
      |                        ~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_msg.cpp:15:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6490:43: note:   initializing argument 1 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::SafeInt<T, E>::operator-(msl::safeint3::SafeInt<T, E>) const [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6490 |     SafeInt<T, E> operator-(SafeInt<T, E> rhs) const SAFEINT_CPP_THROW
      |                             ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_msg.cpp:15:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::in_avail() const [with _CollectionType = std::__cxx11::basic_string<char>; size_t = long unsigned int]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:108:20:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:116:34: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  116 |         return (size_t)(writeend - readhead);
      |                        ~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_msg.cpp:15:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6490:43: note:   initializing argument 1 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::SafeInt<T, E>::operator-(msl::safeint3::SafeInt<T, E>) const [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6490 |     SafeInt<T, E> operator-(SafeInt<T, E> rhs) const SAFEINT_CPP_THROW
      |                             ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_msg.cpp:15:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::read(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t, bool) [with _CollectionType = std::vector<unsigned char>; size_t = long unsigned int; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:207:45:   required from 'pplx::task<long unsigned int> Concurrency::streams::details::basic_container_buffer<_CollectionType>::_getn(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t) [with _CollectionType = std::vector<unsigned char>; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char; size_t = long unsigned int]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:205:32:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:397:44: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  397 |         size_t newPos = m_current_position + read_size;
      |                         ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_msg.cpp:15:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:7229:46: note:   initializing argument 2 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::operator+(U, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 7229 | SafeInt<T, E> operator+(U lhs, SafeInt<T, E> rhs) SAFEINT_CPP_THROW
      |                                ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_msg.cpp:15:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::read(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t, bool) [with _CollectionType = std::__cxx11::basic_string<char>; size_t = long unsigned int; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = char]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:207:45:   required from 'pplx::task<long unsigned int> Concurrency::streams::details::basic_container_buffer<_CollectionType>::_getn(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t) [with _CollectionType = std::__cxx11::basic_string<char>; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = char; size_t = long unsigned int]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:205:32:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:397:44: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  397 |         size_t newPos = m_current_position + read_size;
      |                         ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_msg.cpp:15:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:7229:46: note:   initializing argument 2 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::operator+(U, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 7229 | SafeInt<T, E> operator+(U lhs, SafeInt<T, E> rhs) SAFEINT_CPP_THROW
      |                                ~~~~~~~~~~~~~~^~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp: In instantiation of 'msl::safeint3::SafeInt<T, E> msl::safeint3::SafeInt<T, E>::Min(msl::safeint3::SafeInt<T, E>, T) const [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:395:65:   required from 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::read(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t, bool) [with _CollectionType = std::vector<unsigned char>; size_t = long unsigned int; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:207:45:   required from 'pplx::task<long unsigned int> Concurrency::streams::details::basic_container_buffer<_CollectionType>::_getn(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t) [with _CollectionType = std::vector<unsigned char>; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char; size_t = long unsigned int]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:205:32:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6724:22: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
 6724 |         T tmp = test < m_int ? (T)test : m_int;
      |                 ~~~~~^~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6852:30: note:   initializing argument 1 of 'bool msl::safeint3::operator<(msl::safeint3::SafeInt<T, E>, U) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6852 | bool operator<(SafeInt<T, E> lhs, U rhs) SAFEINT_NOTHROW
      |                ~~~~~~~~~~~~~~^~~
[23/158] TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux-musl/aarch64-yoe-linux-musl-g++  -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_CHRONO_DYN_LINK -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_RANDOM_DYN_LINK -DBOOST_REGEX_DYN_LINK -DBOOST_SYSTEM_DYN_LINK -DBOOST_THREAD_DYN_LINK -DCPPREST_FORCE_HTTP_CLIENT_ASIO -DCPPREST_FORCE_HTTP_LISTENER_ASIO -DCPPREST_NO_SSL_LEAK_SUPPRESS -Dunittestpp_EXPORTS -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/utilities/include -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp/src -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp/. -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot  -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot=                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native=  -fvisibility-inlines-hidden  -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot -std=c++11 -fno-strict-aliasing -fPIC -MD -MT Release/tests/common/UnitTestpp/CMakeFiles/unittestpp.dir/src/DeferredTestResult.cpp.o -MF Release/tests/common/UnitTestpp/CMakeFiles/unittestpp.dir/src/DeferredTestResult.cpp.o.d -o Release/tests/common/UnitTestpp/CMakeFiles/unittestpp.dir/src/DeferredTestResult.cpp.o -c TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp/src/DeferredTestResult.cpp
[24/158] TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux-musl/aarch64-yoe-linux-musl-g++  -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_CHRONO_DYN_LINK -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_RANDOM_DYN_LINK -DBOOST_REGEX_DYN_LINK -DBOOST_SYSTEM_DYN_LINK -DBOOST_THREAD_DYN_LINK -DCPPREST_FORCE_HTTP_CLIENT_ASIO -DCPPREST_FORCE_HTTP_LISTENER_ASIO -DCPPREST_NO_SSL_LEAK_SUPPRESS -Dunittestpp_EXPORTS -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/utilities/include -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp/src -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp/. -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot  -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot=                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native=  -fvisibility-inlines-hidden  -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot -std=c++11 -fno-strict-aliasing -fPIC -MD -MT Release/tests/common/UnitTestpp/CMakeFiles/unittestpp.dir/src/DeferredTestReporter.cpp.o -MF Release/tests/common/UnitTestpp/CMakeFiles/unittestpp.dir/src/DeferredTestReporter.cpp.o.d -o Release/tests/common/UnitTestpp/CMakeFiles/unittestpp.dir/src/DeferredTestReporter.cpp.o -c TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp/src/DeferredTestReporter.cpp
[25/158] TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux-musl/aarch64-yoe-linux-musl-g++  -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_CHRONO_DYN_LINK -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_RANDOM_DYN_LINK -DBOOST_REGEX_DYN_LINK -DBOOST_SYSTEM_DYN_LINK -DBOOST_THREAD_DYN_LINK -DCPPREST_FORCE_HTTP_CLIENT_ASIO -DCPPREST_FORCE_HTTP_LISTENER_ASIO -DCPPREST_NO_SSL_LEAK_SUPPRESS -Dcpprest_EXPORTS -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot  -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot=                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native=  -fvisibility-inlines-hidden  -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot -std=c++11 -fno-strict-aliasing -fPIC   -pedantic -Wall -Wextra -Wunused-parameter -Wcast-align -Wcast-qual -Wconversion -Wformat=2 -Winit-self -Winvalid-pch -Wmissing-format-attribute -Wmissing-include-dirs -Wpacked -Wredundant-decls -Wunreachable-code -MD -MT Release/src/CMakeFiles/cpprest.dir/pplx/pplxlinux.cpp.o -MF Release/src/CMakeFiles/cpprest.dir/pplx/pplxlinux.cpp.o.d -o Release/src/CMakeFiles/cpprest.dir/pplx/pplxlinux.cpp.o -c TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pplx/pplxlinux.cpp
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:88,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pplx/pplxlinux.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/json.h: In member function 'web::json::value& web::json::array::operator[](web::json::array::size_type)':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/json.h:921:25: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  921 |         if (nlastSize < nMinSize) m_elements.resize(nMinSize);
      |                         ^~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pplx/pplxlinux.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6858:30: note:   initializing argument 1 of 'bool msl::safeint3::operator<(msl::safeint3::SafeInt<U, E>, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6858 | bool operator<(SafeInt<U, E> lhs, SafeInt<T, E> rhs) SAFEINT_NOTHROW
      |                ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:88,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pplx/pplxlinux.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/json.h:921:25: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  921 |         if (nlastSize < nMinSize) m_elements.resize(nMinSize);
      |                         ^~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pplx/pplxlinux.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6858:49: note:   initializing argument 2 of 'bool msl::safeint3::operator<(msl::safeint3::SafeInt<U, E>, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6858 | bool operator<(SafeInt<U, E> lhs, SafeInt<T, E> rhs) SAFEINT_NOTHROW
      |                                   ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pplx/pplxlinux.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::in_avail() const [with _CollectionType = std::vector<unsigned char>; size_t = long unsigned int]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:108:20:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:116:34: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  116 |         return (size_t)(writeend - readhead);
      |                        ~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pplx/pplxlinux.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6490:43: note:   initializing argument 1 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::SafeInt<T, E>::operator-(msl::safeint3::SafeInt<T, E>) const [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6490 |     SafeInt<T, E> operator-(SafeInt<T, E> rhs) const SAFEINT_CPP_THROW
      |                             ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pplx/pplxlinux.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::in_avail() const [with _CollectionType = std::__cxx11::basic_string<char>; size_t = long unsigned int]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:108:20:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:116:34: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  116 |         return (size_t)(writeend - readhead);
      |                        ~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pplx/pplxlinux.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6490:43: note:   initializing argument 1 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::SafeInt<T, E>::operator-(msl::safeint3::SafeInt<T, E>) const [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6490 |     SafeInt<T, E> operator-(SafeInt<T, E> rhs) const SAFEINT_CPP_THROW
      |                             ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pplx/pplxlinux.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::read(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t, bool) [with _CollectionType = std::vector<unsigned char>; size_t = long unsigned int; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:207:45:   required from 'pplx::task<long unsigned int> Concurrency::streams::details::basic_container_buffer<_CollectionType>::_getn(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t) [with _CollectionType = std::vector<unsigned char>; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char; size_t = long unsigned int]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:205:32:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:397:44: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  397 |         size_t newPos = m_current_position + read_size;
      |                         ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pplx/pplxlinux.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:7229:46: note:   initializing argument 2 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::operator+(U, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 7229 | SafeInt<T, E> operator+(U lhs, SafeInt<T, E> rhs) SAFEINT_CPP_THROW
      |                                ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pplx/pplxlinux.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::read(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t, bool) [with _CollectionType = std::__cxx11::basic_string<char>; size_t = long unsigned int; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = char]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:207:45:   required from 'pplx::task<long unsigned int> Concurrency::streams::details::basic_container_buffer<_CollectionType>::_getn(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t) [with _CollectionType = std::__cxx11::basic_string<char>; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = char; size_t = long unsigned int]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:205:32:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:397:44: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  397 |         size_t newPos = m_current_position + read_size;
      |                         ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pplx/pplxlinux.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:7229:46: note:   initializing argument 2 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::operator+(U, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 7229 | SafeInt<T, E> operator+(U lhs, SafeInt<T, E> rhs) SAFEINT_CPP_THROW
      |                                ~~~~~~~~~~~~~~^~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp: In instantiation of 'msl::safeint3::SafeInt<T, E> msl::safeint3::SafeInt<T, E>::Min(msl::safeint3::SafeInt<T, E>, T) const [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:395:65:   required from 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::read(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t, bool) [with _CollectionType = std::vector<unsigned char>; size_t = long unsigned int; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:207:45:   required from 'pplx::task<long unsigned int> Concurrency::streams::details::basic_container_buffer<_CollectionType>::_getn(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t) [with _CollectionType = std::vector<unsigned char>; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char; size_t = long unsigned int]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:205:32:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6724:22: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
 6724 |         T tmp = test < m_int ? (T)test : m_int;
      |                 ~~~~~^~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6852:30: note:   initializing argument 1 of 'bool msl::safeint3::operator<(msl::safeint3::SafeInt<T, E>, U) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6852 | bool operator<(SafeInt<T, E> lhs, U rhs) SAFEINT_NOTHROW
      |                ~~~~~~~~~~~~~~^~~
[26/158] TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux-musl/aarch64-yoe-linux-musl-g++  -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_CHRONO_DYN_LINK -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_RANDOM_DYN_LINK -DBOOST_REGEX_DYN_LINK -DBOOST_SYSTEM_DYN_LINK -DBOOST_THREAD_DYN_LINK -DCPPREST_FORCE_HTTP_CLIENT_ASIO -DCPPREST_FORCE_HTTP_LISTENER_ASIO -DCPPREST_NO_SSL_LEAK_SUPPRESS -Dunittestpp_EXPORTS -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/utilities/include -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp/src -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp/. -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot  -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot=                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native=  -fvisibility-inlines-hidden  -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot -std=c++11 -fno-strict-aliasing -fPIC -MD -MT Release/tests/common/UnitTestpp/CMakeFiles/unittestpp.dir/src/MemoryOutStream.cpp.o -MF Release/tests/common/UnitTestpp/CMakeFiles/unittestpp.dir/src/MemoryOutStream.cpp.o.d -o Release/tests/common/UnitTestpp/CMakeFiles/unittestpp.dir/src/MemoryOutStream.cpp.o -c TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp/src/MemoryOutStream.cpp
[27/158] TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux-musl/aarch64-yoe-linux-musl-g++  -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_CHRONO_DYN_LINK -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_RANDOM_DYN_LINK -DBOOST_REGEX_DYN_LINK -DBOOST_SYSTEM_DYN_LINK -DBOOST_THREAD_DYN_LINK -DCPPREST_FORCE_HTTP_CLIENT_ASIO -DCPPREST_FORCE_HTTP_LISTENER_ASIO -DCPPREST_NO_SSL_LEAK_SUPPRESS -Dunittestpp_EXPORTS -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/utilities/include -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp/src -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp/. -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot  -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot=                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native=  -fvisibility-inlines-hidden  -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot -std=c++11 -fno-strict-aliasing -fPIC -MD -MT Release/tests/common/UnitTestpp/CMakeFiles/unittestpp.dir/src/ReportAssert.cpp.o -MF Release/tests/common/UnitTestpp/CMakeFiles/unittestpp.dir/src/ReportAssert.cpp.o.d -o Release/tests/common/UnitTestpp/CMakeFiles/unittestpp.dir/src/ReportAssert.cpp.o -c TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp/src/ReportAssert.cpp
[28/158] TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux-musl/aarch64-yoe-linux-musl-g++  -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_CHRONO_DYN_LINK -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_RANDOM_DYN_LINK -DBOOST_REGEX_DYN_LINK -DBOOST_SYSTEM_DYN_LINK -DBOOST_THREAD_DYN_LINK -DCPPREST_FORCE_HTTP_CLIENT_ASIO -DCPPREST_FORCE_HTTP_LISTENER_ASIO -DCPPREST_NO_SSL_LEAK_SUPPRESS -Dunittestpp_EXPORTS -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/utilities/include -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp/src -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp/. -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot  -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot=                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native=  -fvisibility-inlines-hidden  -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot -std=c++11 -fno-strict-aliasing -fPIC -MD -MT Release/tests/common/UnitTestpp/CMakeFiles/unittestpp.dir/src/GlobalSettings.cpp.o -MF Release/tests/common/UnitTestpp/CMakeFiles/unittestpp.dir/src/GlobalSettings.cpp.o.d -o Release/tests/common/UnitTestpp/CMakeFiles/unittestpp.dir/src/GlobalSettings.cpp.o -c TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp/src/GlobalSettings.cpp
[29/158] TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux-musl/aarch64-yoe-linux-musl-g++  -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_CHRONO_DYN_LINK -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_RANDOM_DYN_LINK -DBOOST_REGEX_DYN_LINK -DBOOST_SYSTEM_DYN_LINK -DBOOST_THREAD_DYN_LINK -DCPPREST_FORCE_HTTP_CLIENT_ASIO -DCPPREST_FORCE_HTTP_LISTENER_ASIO -DCPPREST_NO_SSL_LEAK_SUPPRESS -Dunittestpp_EXPORTS -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/utilities/include -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp/src -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp/. -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot  -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot=                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native=  -fvisibility-inlines-hidden  -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot -std=c++11 -fno-strict-aliasing -fPIC -MD -MT Release/tests/common/UnitTestpp/CMakeFiles/unittestpp.dir/src/Test.cpp.o -MF Release/tests/common/UnitTestpp/CMakeFiles/unittestpp.dir/src/Test.cpp.o.d -o Release/tests/common/UnitTestpp/CMakeFiles/unittestpp.dir/src/Test.cpp.o -c TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp/src/Test.cpp
[30/158] TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux-musl/aarch64-yoe-linux-musl-g++  -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_CHRONO_DYN_LINK -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_RANDOM_DYN_LINK -DBOOST_REGEX_DYN_LINK -DBOOST_SYSTEM_DYN_LINK -DBOOST_THREAD_DYN_LINK -DCPPREST_FORCE_HTTP_CLIENT_ASIO -DCPPREST_FORCE_HTTP_LISTENER_ASIO -DCPPREST_NO_SSL_LEAK_SUPPRESS -Dunittestpp_EXPORTS -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/utilities/include -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp/src -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp/. -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot  -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot=                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native=  -fvisibility-inlines-hidden  -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot -std=c++11 -fno-strict-aliasing -fPIC -MD -MT Release/tests/common/UnitTestpp/CMakeFiles/unittestpp.dir/src/TestDetails.cpp.o -MF Release/tests/common/UnitTestpp/CMakeFiles/unittestpp.dir/src/TestDetails.cpp.o.d -o Release/tests/common/UnitTestpp/CMakeFiles/unittestpp.dir/src/TestDetails.cpp.o -c TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp/src/TestDetails.cpp
[31/158] TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux-musl/aarch64-yoe-linux-musl-g++  -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_CHRONO_DYN_LINK -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_RANDOM_DYN_LINK -DBOOST_REGEX_DYN_LINK -DBOOST_SYSTEM_DYN_LINK -DBOOST_THREAD_DYN_LINK -DCPPREST_FORCE_HTTP_CLIENT_ASIO -DCPPREST_FORCE_HTTP_LISTENER_ASIO -DCPPREST_NO_SSL_LEAK_SUPPRESS -Dcpprest_EXPORTS -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot  -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot=                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native=  -fvisibility-inlines-hidden  -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot -std=c++11 -fno-strict-aliasing -fPIC   -pedantic -Wall -Wextra -Wunused-parameter -Wcast-align -Wcast-qual -Wconversion -Wformat=2 -Winit-self -Winvalid-pch -Wmissing-format-attribute -Wmissing-include-dirs -Wpacked -Wredundant-decls -Wunreachable-code -MD -MT Release/src/CMakeFiles/cpprest.dir/http/client/x509_cert_utilities.cpp.o -MF Release/src/CMakeFiles/cpprest.dir/http/client/x509_cert_utilities.cpp.o.d -o Release/src/CMakeFiles/cpprest.dir/http/client/x509_cert_utilities.cpp.o -c TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/client/x509_cert_utilities.cpp
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:88,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/client/x509_cert_utilities.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/json.h: In member function 'web::json::value& web::json::array::operator[](web::json::array::size_type)':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/json.h:921:25: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  921 |         if (nlastSize < nMinSize) m_elements.resize(nMinSize);
      |                         ^~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/client/x509_cert_utilities.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6858:30: note:   initializing argument 1 of 'bool msl::safeint3::operator<(msl::safeint3::SafeInt<U, E>, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6858 | bool operator<(SafeInt<U, E> lhs, SafeInt<T, E> rhs) SAFEINT_NOTHROW
      |                ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:88,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/client/x509_cert_utilities.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/json.h:921:25: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  921 |         if (nlastSize < nMinSize) m_elements.resize(nMinSize);
      |                         ^~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/client/x509_cert_utilities.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6858:49: note:   initializing argument 2 of 'bool msl::safeint3::operator<(msl::safeint3::SafeInt<U, E>, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6858 | bool operator<(SafeInt<U, E> lhs, SafeInt<T, E> rhs) SAFEINT_NOTHROW
      |                                   ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/client/x509_cert_utilities.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::in_avail() const [with _CollectionType = std::vector<unsigned char>; size_t = long unsigned int]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:108:20:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:116:34: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  116 |         return (size_t)(writeend - readhead);
      |                        ~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/client/x509_cert_utilities.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6490:43: note:   initializing argument 1 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::SafeInt<T, E>::operator-(msl::safeint3::SafeInt<T, E>) const [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6490 |     SafeInt<T, E> operator-(SafeInt<T, E> rhs) const SAFEINT_CPP_THROW
      |                             ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/client/x509_cert_utilities.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::in_avail() const [with _CollectionType = std::__cxx11::basic_string<char>; size_t = long unsigned int]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:108:20:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:116:34: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  116 |         return (size_t)(writeend - readhead);
      |                        ~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/client/x509_cert_utilities.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6490:43: note:   initializing argument 1 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::SafeInt<T, E>::operator-(msl::safeint3::SafeInt<T, E>) const [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6490 |     SafeInt<T, E> operator-(SafeInt<T, E> rhs) const SAFEINT_CPP_THROW
      |                             ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/client/x509_cert_utilities.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::read(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t, bool) [with _CollectionType = std::vector<unsigned char>; size_t = long unsigned int; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:207:45:   required from 'pplx::task<long unsigned int> Concurrency::streams::details::basic_container_buffer<_CollectionType>::_getn(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t) [with _CollectionType = std::vector<unsigned char>; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char; size_t = long unsigned int]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:205:32:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:397:44: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  397 |         size_t newPos = m_current_position + read_size;
      |                         ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/client/x509_cert_utilities.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:7229:46: note:   initializing argument 2 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::operator+(U, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 7229 | SafeInt<T, E> operator+(U lhs, SafeInt<T, E> rhs) SAFEINT_CPP_THROW
      |                                ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/client/x509_cert_utilities.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::read(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t, bool) [with _CollectionType = std::__cxx11::basic_string<char>; size_t = long unsigned int; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = char]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:207:45:   required from 'pplx::task<long unsigned int> Concurrency::streams::details::basic_container_buffer<_CollectionType>::_getn(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t) [with _CollectionType = std::__cxx11::basic_string<char>; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = char; size_t = long unsigned int]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:205:32:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:397:44: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  397 |         size_t newPos = m_current_position + read_size;
      |                         ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/client/x509_cert_utilities.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:7229:46: note:   initializing argument 2 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::operator+(U, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 7229 | SafeInt<T, E> operator+(U lhs, SafeInt<T, E> rhs) SAFEINT_CPP_THROW
      |                                ~~~~~~~~~~~~~~^~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp: In instantiation of 'msl::safeint3::SafeInt<T, E> msl::safeint3::SafeInt<T, E>::Min(msl::safeint3::SafeInt<T, E>, T) const [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:395:65:   required from 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::read(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t, bool) [with _CollectionType = std::vector<unsigned char>; size_t = long unsigned int; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:207:45:   required from 'pplx::task<long unsigned int> Concurrency::streams::details::basic_container_buffer<_CollectionType>::_getn(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t) [with _CollectionType = std::vector<unsigned char>; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char; size_t = long unsigned int]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:205:32:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6724:22: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
 6724 |         T tmp = test < m_int ? (T)test : m_int;
      |                 ~~~~~^~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6852:30: note:   initializing argument 1 of 'bool msl::safeint3::operator<(msl::safeint3::SafeInt<T, E>, U) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6852 | bool operator<(SafeInt<T, E> lhs, U rhs) SAFEINT_NOTHROW
      |                ~~~~~~~~~~~~~~^~~
[32/158] TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux-musl/aarch64-yoe-linux-musl-g++  -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_CHRONO_DYN_LINK -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_RANDOM_DYN_LINK -DBOOST_REGEX_DYN_LINK -DBOOST_SYSTEM_DYN_LINK -DBOOST_THREAD_DYN_LINK -DCPPREST_FORCE_HTTP_CLIENT_ASIO -DCPPREST_FORCE_HTTP_LISTENER_ASIO -DCPPREST_NO_SSL_LEAK_SUPPRESS -Dunittestpp_EXPORTS -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/utilities/include -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp/src -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp/. -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot  -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot=                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native=  -fvisibility-inlines-hidden  -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot -std=c++11 -fno-strict-aliasing -fPIC -MD -MT Release/tests/common/UnitTestpp/CMakeFiles/unittestpp.dir/src/Posix/SignalTranslator.cpp.o -MF Release/tests/common/UnitTestpp/CMakeFiles/unittestpp.dir/src/Posix/SignalTranslator.cpp.o.d -o Release/tests/common/UnitTestpp/CMakeFiles/unittestpp.dir/src/Posix/SignalTranslator.cpp.o -c TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp/src/Posix/SignalTranslator.cpp
[33/158] TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux-musl/aarch64-yoe-linux-musl-g++  -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_CHRONO_DYN_LINK -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_RANDOM_DYN_LINK -DBOOST_REGEX_DYN_LINK -DBOOST_SYSTEM_DYN_LINK -DBOOST_THREAD_DYN_LINK -DCPPREST_FORCE_HTTP_CLIENT_ASIO -DCPPREST_FORCE_HTTP_LISTENER_ASIO -DCPPREST_NO_SSL_LEAK_SUPPRESS -Dunittestpp_EXPORTS -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/utilities/include -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp/src -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp/. -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot  -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot=                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native=  -fvisibility-inlines-hidden  -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot -std=c++11 -fno-strict-aliasing -fPIC -MD -MT Release/tests/common/UnitTestpp/CMakeFiles/unittestpp.dir/src/TestReporter.cpp.o -MF Release/tests/common/UnitTestpp/CMakeFiles/unittestpp.dir/src/TestReporter.cpp.o.d -o Release/tests/common/UnitTestpp/CMakeFiles/unittestpp.dir/src/TestReporter.cpp.o -c TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp/src/TestReporter.cpp
[34/158] TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux-musl/aarch64-yoe-linux-musl-g++  -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_CHRONO_DYN_LINK -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_RANDOM_DYN_LINK -DBOOST_REGEX_DYN_LINK -DBOOST_SYSTEM_DYN_LINK -DBOOST_THREAD_DYN_LINK -DCPPREST_FORCE_HTTP_CLIENT_ASIO -DCPPREST_FORCE_HTTP_LISTENER_ASIO -DCPPREST_NO_SSL_LEAK_SUPPRESS -Dunittestpp_EXPORTS -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/utilities/include -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp/src -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp/. -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot  -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot=                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native=  -fvisibility-inlines-hidden  -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot -std=c++11 -fno-strict-aliasing -fPIC -MD -MT Release/tests/common/UnitTestpp/CMakeFiles/unittestpp.dir/src/Posix/TimeHelpers.cpp.o -MF Release/tests/common/UnitTestpp/CMakeFiles/unittestpp.dir/src/Posix/TimeHelpers.cpp.o.d -o Release/tests/common/UnitTestpp/CMakeFiles/unittestpp.dir/src/Posix/TimeHelpers.cpp.o -c TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp/src/Posix/TimeHelpers.cpp
[35/158] TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux-musl/aarch64-yoe-linux-musl-g++  -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_CHRONO_DYN_LINK -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_RANDOM_DYN_LINK -DBOOST_REGEX_DYN_LINK -DBOOST_SYSTEM_DYN_LINK -DBOOST_THREAD_DYN_LINK -DCPPREST_FORCE_HTTP_CLIENT_ASIO -DCPPREST_FORCE_HTTP_LISTENER_ASIO -DCPPREST_NO_SSL_LEAK_SUPPRESS -Dcpprest_EXPORTS -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot  -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot=                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native=  -fvisibility-inlines-hidden  -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot -std=c++11 -fno-strict-aliasing -fPIC   -pedantic -Wall -Wextra -Wunused-parameter -Wcast-align -Wcast-qual -Wconversion -Wformat=2 -Winit-self -Winvalid-pch -Wmissing-format-attribute -Wmissing-include-dirs -Wpacked -Wredundant-decls -Wunreachable-code -MD -MT Release/src/CMakeFiles/cpprest.dir/http/common/http_msg.cpp.o -MF Release/src/CMakeFiles/cpprest.dir/http/common/http_msg.cpp.o.d -o Release/src/CMakeFiles/cpprest.dir/http/common/http_msg.cpp.o -c TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/common/http_msg.cpp
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:88,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/common/http_msg.cpp:13:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/json.h: In member function 'web::json::value& web::json::array::operator[](web::json::array::size_type)':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/json.h:921:25: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  921 |         if (nlastSize < nMinSize) m_elements.resize(nMinSize);
      |                         ^~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/common/http_msg.cpp:13:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6858:30: note:   initializing argument 1 of 'bool msl::safeint3::operator<(msl::safeint3::SafeInt<U, E>, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6858 | bool operator<(SafeInt<U, E> lhs, SafeInt<T, E> rhs) SAFEINT_NOTHROW
      |                ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:88,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/common/http_msg.cpp:13:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/json.h:921:25: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  921 |         if (nlastSize < nMinSize) m_elements.resize(nMinSize);
      |                         ^~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/common/http_msg.cpp:13:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6858:49: note:   initializing argument 2 of 'bool msl::safeint3::operator<(msl::safeint3::SafeInt<U, E>, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6858 | bool operator<(SafeInt<U, E> lhs, SafeInt<T, E> rhs) SAFEINT_NOTHROW
      |                                   ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/common/http_msg.cpp:13:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::in_avail() const [with _CollectionType = std::vector<unsigned char>; size_t = long unsigned int]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:108:20:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:116:34: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  116 |         return (size_t)(writeend - readhead);
      |                        ~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/common/http_msg.cpp:13:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6490:43: note:   initializing argument 1 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::SafeInt<T, E>::operator-(msl::safeint3::SafeInt<T, E>) const [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6490 |     SafeInt<T, E> operator-(SafeInt<T, E> rhs) const SAFEINT_CPP_THROW
      |                             ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/common/http_msg.cpp:13:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::in_avail() const [with _CollectionType = std::__cxx11::basic_string<char>; size_t = long unsigned int]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:108:20:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:116:34: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  116 |         return (size_t)(writeend - readhead);
      |                        ~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/common/http_msg.cpp:13:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6490:43: note:   initializing argument 1 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::SafeInt<T, E>::operator-(msl::safeint3::SafeInt<T, E>) const [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6490 |     SafeInt<T, E> operator-(SafeInt<T, E> rhs) const SAFEINT_CPP_THROW
      |                             ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/common/http_msg.cpp:13:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::read(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t, bool) [with _CollectionType = std::vector<unsigned char>; size_t = long unsigned int; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:207:45:   required from 'pplx::task<long unsigned int> Concurrency::streams::details::basic_container_buffer<_CollectionType>::_getn(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t) [with _CollectionType = std::vector<unsigned char>; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char; size_t = long unsigned int]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:205:32:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:397:44: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  397 |         size_t newPos = m_current_position + read_size;
      |                         ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/common/http_msg.cpp:13:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:7229:46: note:   initializing argument 2 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::operator+(U, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 7229 | SafeInt<T, E> operator+(U lhs, SafeInt<T, E> rhs) SAFEINT_CPP_THROW
      |                                ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/common/http_msg.cpp:13:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::read(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t, bool) [with _CollectionType = std::__cxx11::basic_string<char>; size_t = long unsigned int; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = char]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:207:45:   required from 'pplx::task<long unsigned int> Concurrency::streams::details::basic_container_buffer<_CollectionType>::_getn(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t) [with _CollectionType = std::__cxx11::basic_string<char>; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = char; size_t = long unsigned int]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:205:32:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:397:44: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  397 |         size_t newPos = m_current_position + read_size;
      |                         ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/common/http_msg.cpp:13:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:7229:46: note:   initializing argument 2 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::operator+(U, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 7229 | SafeInt<T, E> operator+(U lhs, SafeInt<T, E> rhs) SAFEINT_CPP_THROW
      |                                ~~~~~~~~~~~~~~^~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp: In instantiation of 'msl::safeint3::SafeInt<T, E> msl::safeint3::SafeInt<T, E>::Min(msl::safeint3::SafeInt<T, E>, T) const [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:395:65:   required from 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::read(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t, bool) [with _CollectionType = std::vector<unsigned char>; size_t = long unsigned int; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:207:45:   required from 'pplx::task<long unsigned int> Concurrency::streams::details::basic_container_buffer<_CollectionType>::_getn(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t) [with _CollectionType = std::vector<unsigned char>; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char; size_t = long unsigned int]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:205:32:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6724:22: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
 6724 |         T tmp = test < m_int ? (T)test : m_int;
      |                 ~~~~~^~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6852:30: note:   initializing argument 1 of 'bool msl::safeint3::operator<(msl::safeint3::SafeInt<T, E>, U) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6852 | bool operator<(SafeInt<T, E> lhs, U rhs) SAFEINT_NOTHROW
      |                ~~~~~~~~~~~~~~^~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp: In instantiation of 'msl::safeint3::SafeInt<T, E> msl::safeint3::SafeInt<T, E>::Max(msl::safeint3::SafeInt<T, E>, T) const [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/producerconsumerstream.h:369:68:   required from 'size_t Concurrency::streams::details::basic_producer_consumer_buffer<_CharType>::write(const _CharType*, size_t) [with _CharType = unsigned char; size_t = long unsigned int]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/producerconsumerstream.h:252:46:   required from 'pplx::task<typename Concurrency::streams::details::basic_streambuf<_CharType>::int_type> Concurrency::streams::details::basic_producer_consumer_buffer<_CharType>::_putc(_CharType) [with _CharType = unsigned char; typename Concurrency::streams::details::basic_streambuf<_CharType>::int_type = int]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/producerconsumerstream.h:250:34:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6730:22: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
 6730 |         T tmp = test > m_int ? (T)test : m_int;
      |                 ~~~~~^~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6871:30: note:   initializing argument 1 of 'bool msl::safeint3::operator>(msl::safeint3::SafeInt<T, E>, U) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6871 | bool operator>(SafeInt<T, E> lhs, U rhs) SAFEINT_NOTHROW
      |                ~~~~~~~~~~~~~~^~~
[36/158] TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux-musl/aarch64-yoe-linux-musl-g++  -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_CHRONO_DYN_LINK -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_RANDOM_DYN_LINK -DBOOST_REGEX_DYN_LINK -DBOOST_SYSTEM_DYN_LINK -DBOOST_THREAD_DYN_LINK -DCPPREST_FORCE_HTTP_CLIENT_ASIO -DCPPREST_FORCE_HTTP_LISTENER_ASIO -DCPPREST_NO_SSL_LEAK_SUPPRESS -Dunittestpp_EXPORTS -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/utilities/include -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp/src -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp/. -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot  -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot=                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native=  -fvisibility-inlines-hidden  -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot -std=c++11 -fno-strict-aliasing -fPIC -MD -MT Release/tests/common/UnitTestpp/CMakeFiles/unittestpp.dir/src/TestReporterStdout.cpp.o -MF Release/tests/common/UnitTestpp/CMakeFiles/unittestpp.dir/src/TestReporterStdout.cpp.o.d -o Release/tests/common/UnitTestpp/CMakeFiles/unittestpp.dir/src/TestReporterStdout.cpp.o -c TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp/src/TestReporterStdout.cpp
[37/158] TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux-musl/aarch64-yoe-linux-musl-g++  -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_CHRONO_DYN_LINK -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_RANDOM_DYN_LINK -DBOOST_REGEX_DYN_LINK -DBOOST_SYSTEM_DYN_LINK -DBOOST_THREAD_DYN_LINK -DCPPREST_FORCE_HTTP_CLIENT_ASIO -DCPPREST_FORCE_HTTP_LISTENER_ASIO -DCPPREST_NO_SSL_LEAK_SUPPRESS -Dunittestpp_EXPORTS -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/utilities/include -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp/src -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp/. -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot  -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot=                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native=  -fvisibility-inlines-hidden  -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot -std=c++11 -fno-strict-aliasing -fPIC -MD -MT Release/tests/common/UnitTestpp/CMakeFiles/unittestpp.dir/src/TestList.cpp.o -MF Release/tests/common/UnitTestpp/CMakeFiles/unittestpp.dir/src/TestList.cpp.o.d -o Release/tests/common/UnitTestpp/CMakeFiles/unittestpp.dir/src/TestList.cpp.o -c TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp/src/TestList.cpp
[38/158] TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux-musl/aarch64-yoe-linux-musl-g++  -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_CHRONO_DYN_LINK -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_RANDOM_DYN_LINK -DBOOST_REGEX_DYN_LINK -DBOOST_SYSTEM_DYN_LINK -DBOOST_THREAD_DYN_LINK -DCPPREST_FORCE_HTTP_CLIENT_ASIO -DCPPREST_FORCE_HTTP_LISTENER_ASIO -DCPPREST_NO_SSL_LEAK_SUPPRESS -Dunittestpp_EXPORTS -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/utilities/include -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp/src -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp/. -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot  -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot=                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native=  -fvisibility-inlines-hidden  -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot -std=c++11 -fno-strict-aliasing -fPIC -MD -MT Release/tests/common/UnitTestpp/CMakeFiles/unittestpp.dir/src/TestResults.cpp.o -MF Release/tests/common/UnitTestpp/CMakeFiles/unittestpp.dir/src/TestResults.cpp.o.d -o Release/tests/common/UnitTestpp/CMakeFiles/unittestpp.dir/src/TestResults.cpp.o -c TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp/src/TestResults.cpp
[39/158] TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux-musl/aarch64-yoe-linux-musl-g++  -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_CHRONO_DYN_LINK -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_RANDOM_DYN_LINK -DBOOST_REGEX_DYN_LINK -DBOOST_SYSTEM_DYN_LINK -DBOOST_THREAD_DYN_LINK -DCPPREST_FORCE_HTTP_CLIENT_ASIO -DCPPREST_FORCE_HTTP_LISTENER_ASIO -DCPPREST_NO_SSL_LEAK_SUPPRESS -Dunittestpp_EXPORTS -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/utilities/include -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp/src -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp/. -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot  -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot=                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native=  -fvisibility-inlines-hidden  -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot -std=c++11 -fno-strict-aliasing -fPIC -MD -MT Release/tests/common/UnitTestpp/CMakeFiles/unittestpp.dir/src/XmlTestReporter.cpp.o -MF Release/tests/common/UnitTestpp/CMakeFiles/unittestpp.dir/src/XmlTestReporter.cpp.o.d -o Release/tests/common/UnitTestpp/CMakeFiles/unittestpp.dir/src/XmlTestReporter.cpp.o -c TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp/src/XmlTestReporter.cpp
[40/158] TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux-musl/aarch64-yoe-linux-musl-g++  -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_CHRONO_DYN_LINK -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_RANDOM_DYN_LINK -DBOOST_REGEX_DYN_LINK -DBOOST_SYSTEM_DYN_LINK -DBOOST_THREAD_DYN_LINK -DCPPREST_FORCE_HTTP_CLIENT_ASIO -DCPPREST_FORCE_HTTP_LISTENER_ASIO -DCPPREST_NO_SSL_LEAK_SUPPRESS -Dunittestpp_EXPORTS -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/utilities/include -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp/src -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp/. -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot  -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot=                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native=  -fvisibility-inlines-hidden  -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot -std=c++11 -fno-strict-aliasing -fPIC -MD -MT Release/tests/common/UnitTestpp/CMakeFiles/unittestpp.dir/src/TestRunner.cpp.o -MF Release/tests/common/UnitTestpp/CMakeFiles/unittestpp.dir/src/TestRunner.cpp.o.d -o Release/tests/common/UnitTestpp/CMakeFiles/unittestpp.dir/src/TestRunner.cpp.o -c TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp/src/TestRunner.cpp
[41/158] TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux-musl/aarch64-yoe-linux-musl-g++  -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_CHRONO_DYN_LINK -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_RANDOM_DYN_LINK -DBOOST_REGEX_DYN_LINK -DBOOST_SYSTEM_DYN_LINK -DBOOST_THREAD_DYN_LINK -DCPPREST_FORCE_HTTP_CLIENT_ASIO -DCPPREST_FORCE_HTTP_LISTENER_ASIO -DCPPREST_NO_SSL_LEAK_SUPPRESS -Dcpprest_EXPORTS -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot  -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot=                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native=  -fvisibility-inlines-hidden  -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot -std=c++11 -fno-strict-aliasing -fPIC   -pedantic -Wall -Wextra -Wunused-parameter -Wcast-align -Wcast-qual -Wconversion -Wformat=2 -Winit-self -Winvalid-pch -Wmissing-format-attribute -Wmissing-include-dirs -Wpacked -Wredundant-decls -Wunreachable-code -MD -MT Release/src/CMakeFiles/cpprest.dir/http/oauth/oauth1.cpp.o -MF Release/src/CMakeFiles/cpprest.dir/http/oauth/oauth1.cpp.o.d -o Release/src/CMakeFiles/cpprest.dir/http/oauth/oauth1.cpp.o -c TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/oauth/oauth1.cpp
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:88,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/oauth/oauth1.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/json.h: In member function 'web::json::value& web::json::array::operator[](web::json::array::size_type)':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/json.h:921:25: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  921 |         if (nlastSize < nMinSize) m_elements.resize(nMinSize);
      |                         ^~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/oauth/oauth1.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6858:30: note:   initializing argument 1 of 'bool msl::safeint3::operator<(msl::safeint3::SafeInt<U, E>, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6858 | bool operator<(SafeInt<U, E> lhs, SafeInt<T, E> rhs) SAFEINT_NOTHROW
      |                ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:88,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/oauth/oauth1.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/json.h:921:25: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  921 |         if (nlastSize < nMinSize) m_elements.resize(nMinSize);
      |                         ^~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/oauth/oauth1.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6858:49: note:   initializing argument 2 of 'bool msl::safeint3::operator<(msl::safeint3::SafeInt<U, E>, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6858 | bool operator<(SafeInt<U, E> lhs, SafeInt<T, E> rhs) SAFEINT_NOTHROW
      |                                   ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/oauth/oauth1.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::in_avail() const [with _CollectionType = std::vector<unsigned char>; size_t = long unsigned int]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:108:20:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:116:34: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  116 |         return (size_t)(writeend - readhead);
      |                        ~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/oauth/oauth1.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6490:43: note:   initializing argument 1 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::SafeInt<T, E>::operator-(msl::safeint3::SafeInt<T, E>) const [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6490 |     SafeInt<T, E> operator-(SafeInt<T, E> rhs) const SAFEINT_CPP_THROW
      |                             ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/oauth/oauth1.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::in_avail() const [with _CollectionType = std::__cxx11::basic_string<char>; size_t = long unsigned int]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:108:20:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:116:34: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  116 |         return (size_t)(writeend - readhead);
      |                        ~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/oauth/oauth1.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6490:43: note:   initializing argument 1 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::SafeInt<T, E>::operator-(msl::safeint3::SafeInt<T, E>) const [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6490 |     SafeInt<T, E> operator-(SafeInt<T, E> rhs) const SAFEINT_CPP_THROW
      |                             ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/oauth/oauth1.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::read(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t, bool) [with _CollectionType = std::vector<unsigned char>; size_t = long unsigned int; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:207:45:   required from 'pplx::task<long unsigned int> Concurrency::streams::details::basic_container_buffer<_CollectionType>::_getn(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t) [with _CollectionType = std::vector<unsigned char>; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char; size_t = long unsigned int]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:205:32:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:397:44: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  397 |         size_t newPos = m_current_position + read_size;
      |                         ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/oauth/oauth1.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:7229:46: note:   initializing argument 2 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::operator+(U, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 7229 | SafeInt<T, E> operator+(U lhs, SafeInt<T, E> rhs) SAFEINT_CPP_THROW
      |                                ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/oauth/oauth1.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::read(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t, bool) [with _CollectionType = std::__cxx11::basic_string<char>; size_t = long unsigned int; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = char]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:207:45:   required from 'pplx::task<long unsigned int> Concurrency::streams::details::basic_container_buffer<_CollectionType>::_getn(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t) [with _CollectionType = std::__cxx11::basic_string<char>; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = char; size_t = long unsigned int]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:205:32:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:397:44: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  397 |         size_t newPos = m_current_position + read_size;
      |                         ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/oauth/oauth1.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:7229:46: note:   initializing argument 2 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::operator+(U, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 7229 | SafeInt<T, E> operator+(U lhs, SafeInt<T, E> rhs) SAFEINT_CPP_THROW
      |                                ~~~~~~~~~~~~~~^~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp: In instantiation of 'msl::safeint3::SafeInt<T, E> msl::safeint3::SafeInt<T, E>::Min(msl::safeint3::SafeInt<T, E>, T) const [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:395:65:   required from 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::read(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t, bool) [with _CollectionType = std::vector<unsigned char>; size_t = long unsigned int; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:207:45:   required from 'pplx::task<long unsigned int> Concurrency::streams::details::basic_container_buffer<_CollectionType>::_getn(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t) [with _CollectionType = std::vector<unsigned char>; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char; size_t = long unsigned int]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:205:32:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6724:22: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
 6724 |         T tmp = test < m_int ? (T)test : m_int;
      |                 ~~~~~^~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6852:30: note:   initializing argument 1 of 'bool msl::safeint3::operator<(msl::safeint3::SafeInt<T, E>, U) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6852 | bool operator<(SafeInt<T, E> lhs, U rhs) SAFEINT_NOTHROW
      |                ~~~~~~~~~~~~~~^~~
[42/158] TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux-musl/aarch64-yoe-linux-musl-g++  -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_CHRONO_DYN_LINK -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_RANDOM_DYN_LINK -DBOOST_REGEX_DYN_LINK -DBOOST_SYSTEM_DYN_LINK -DBOOST_THREAD_DYN_LINK -DCPPREST_FORCE_HTTP_CLIENT_ASIO -DCPPREST_FORCE_HTTP_LISTENER_ASIO -DCPPREST_NO_SSL_LEAK_SUPPRESS -Dcpprest_EXPORTS -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot  -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot=                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native=  -fvisibility-inlines-hidden  -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot -std=c++11 -fno-strict-aliasing -fPIC   -pedantic -Wall -Wextra -Wunused-parameter -Wcast-align -Wcast-qual -Wconversion -Wformat=2 -Winit-self -Winvalid-pch -Wmissing-format-attribute -Wmissing-include-dirs -Wpacked -Wredundant-decls -Wunreachable-code -MD -MT Release/src/CMakeFiles/cpprest.dir/streams/fileio_posix.cpp.o -MF Release/src/CMakeFiles/cpprest.dir/streams/fileio_posix.cpp.o.d -o Release/src/CMakeFiles/cpprest.dir/streams/fileio_posix.cpp.o -c TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/streams/fileio_posix.cpp
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:88,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/streams/fileio_posix.cpp:18:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/json.h: In member function 'web::json::value& web::json::array::operator[](web::json::array::size_type)':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/json.h:921:25: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  921 |         if (nlastSize < nMinSize) m_elements.resize(nMinSize);
      |                         ^~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/streams/fileio_posix.cpp:18:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6858:30: note:   initializing argument 1 of 'bool msl::safeint3::operator<(msl::safeint3::SafeInt<U, E>, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6858 | bool operator<(SafeInt<U, E> lhs, SafeInt<T, E> rhs) SAFEINT_NOTHROW
      |                ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:88,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/streams/fileio_posix.cpp:18:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/json.h:921:25: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  921 |         if (nlastSize < nMinSize) m_elements.resize(nMinSize);
      |                         ^~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/streams/fileio_posix.cpp:18:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6858:49: note:   initializing argument 2 of 'bool msl::safeint3::operator<(msl::safeint3::SafeInt<U, E>, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6858 | bool operator<(SafeInt<U, E> lhs, SafeInt<T, E> rhs) SAFEINT_NOTHROW
      |                                   ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/streams/fileio_posix.cpp:18:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::in_avail() const [with _CollectionType = std::vector<unsigned char>; size_t = long unsigned int]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:108:20:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:116:34: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  116 |         return (size_t)(writeend - readhead);
      |                        ~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/streams/fileio_posix.cpp:18:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6490:43: note:   initializing argument 1 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::SafeInt<T, E>::operator-(msl::safeint3::SafeInt<T, E>) const [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6490 |     SafeInt<T, E> operator-(SafeInt<T, E> rhs) const SAFEINT_CPP_THROW
      |                             ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/streams/fileio_posix.cpp:18:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::in_avail() const [with _CollectionType = std::__cxx11::basic_string<char>; size_t = long unsigned int]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:108:20:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:116:34: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  116 |         return (size_t)(writeend - readhead);
      |                        ~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/streams/fileio_posix.cpp:18:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6490:43: note:   initializing argument 1 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::SafeInt<T, E>::operator-(msl::safeint3::SafeInt<T, E>) const [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6490 |     SafeInt<T, E> operator-(SafeInt<T, E> rhs) const SAFEINT_CPP_THROW
      |                             ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/streams/fileio_posix.cpp:18:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::read(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t, bool) [with _CollectionType = std::vector<unsigned char>; size_t = long unsigned int; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:207:45:   required from 'pplx::task<long unsigned int> Concurrency::streams::details::basic_container_buffer<_CollectionType>::_getn(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t) [with _CollectionType = std::vector<unsigned char>; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char; size_t = long unsigned int]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:205:32:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:397:44: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  397 |         size_t newPos = m_current_position + read_size;
      |                         ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/streams/fileio_posix.cpp:18:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:7229:46: note:   initializing argument 2 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::operator+(U, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 7229 | SafeInt<T, E> operator+(U lhs, SafeInt<T, E> rhs) SAFEINT_CPP_THROW
      |                                ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/streams/fileio_posix.cpp:18:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::read(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t, bool) [with _CollectionType = std::__cxx11::basic_string<char>; size_t = long unsigned int; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = char]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:207:45:   required from 'pplx::task<long unsigned int> Concurrency::streams::details::basic_container_buffer<_CollectionType>::_getn(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t) [with _CollectionType = std::__cxx11::basic_string<char>; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = char; size_t = long unsigned int]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:205:32:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:397:44: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  397 |         size_t newPos = m_current_position + read_size;
      |                         ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/streams/fileio_posix.cpp:18:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:7229:46: note:   initializing argument 2 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::operator+(U, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 7229 | SafeInt<T, E> operator+(U lhs, SafeInt<T, E> rhs) SAFEINT_CPP_THROW
      |                                ~~~~~~~~~~~~~~^~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp: In instantiation of 'msl::safeint3::SafeInt<T, E> msl::safeint3::SafeInt<T, E>::Min(msl::safeint3::SafeInt<T, E>, T) const [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:395:65:   required from 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::read(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t, bool) [with _CollectionType = std::vector<unsigned char>; size_t = long unsigned int; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:207:45:   required from 'pplx::task<long unsigned int> Concurrency::streams::details::basic_container_buffer<_CollectionType>::_getn(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t) [with _CollectionType = std::vector<unsigned char>; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char; size_t = long unsigned int]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:205:32:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6724:22: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
 6724 |         T tmp = test < m_int ? (T)test : m_int;
      |                 ~~~~~^~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6852:30: note:   initializing argument 1 of 'bool msl::safeint3::operator<(msl::safeint3::SafeInt<T, E>, U) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6852 | bool operator<(SafeInt<T, E> lhs, U rhs) SAFEINT_NOTHROW
      |                ~~~~~~~~~~~~~~^~~
[43/158] TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux-musl/aarch64-yoe-linux-musl-g++  -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_CHRONO_DYN_LINK -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_RANDOM_DYN_LINK -DBOOST_REGEX_DYN_LINK -DBOOST_SYSTEM_DYN_LINK -DBOOST_THREAD_DYN_LINK -DCPPREST_FORCE_HTTP_CLIENT_ASIO -DCPPREST_FORCE_HTTP_LISTENER_ASIO -DCPPREST_NO_SSL_LEAK_SUPPRESS -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/utilities/include -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp/. -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot  -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot=                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native=  -fvisibility-inlines-hidden  -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot -std=c++11 -fno-strict-aliasing -MD -MT Release/tests/common/TestRunner/CMakeFiles/test_runner.dir/test_module_loader.cpp.o -MF Release/tests/common/TestRunner/CMakeFiles/test_runner.dir/test_module_loader.cpp.o.d -o Release/tests/common/TestRunner/CMakeFiles/test_runner.dir/test_module_loader.cpp.o -c TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/TestRunner/test_module_loader.cpp
[44/158] TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux-musl/aarch64-yoe-linux-musl-g++  -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_CHRONO_DYN_LINK -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_RANDOM_DYN_LINK -DBOOST_REGEX_DYN_LINK -DBOOST_SYSTEM_DYN_LINK -DBOOST_THREAD_DYN_LINK -DCPPREST_FORCE_HTTP_CLIENT_ASIO -DCPPREST_FORCE_HTTP_LISTENER_ASIO -DCPPREST_NO_SSL_LEAK_SUPPRESS -Dcpprest_EXPORTS -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot  -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot=                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native=  -fvisibility-inlines-hidden  -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot -std=c++11 -fno-strict-aliasing -fPIC   -pedantic -Wall -Wextra -Wunused-parameter -Wcast-align -Wcast-qual -Wconversion -Wformat=2 -Winit-self -Winvalid-pch -Wmissing-format-attribute -Wmissing-include-dirs -Wpacked -Wredundant-decls -Wunreachable-code -MD -MT Release/src/CMakeFiles/cpprest.dir/pplx/threadpool.cpp.o -MF Release/src/CMakeFiles/cpprest.dir/pplx/threadpool.cpp.o.d -o Release/src/CMakeFiles/cpprest.dir/pplx/threadpool.cpp.o -c TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pplx/threadpool.cpp
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:88,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pplx/threadpool.cpp:5:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/json.h: In member function 'web::json::value& web::json::array::operator[](web::json::array::size_type)':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/json.h:921:25: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  921 |         if (nlastSize < nMinSize) m_elements.resize(nMinSize);
      |                         ^~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pplx/threadpool.cpp:5:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6858:30: note:   initializing argument 1 of 'bool msl::safeint3::operator<(msl::safeint3::SafeInt<U, E>, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6858 | bool operator<(SafeInt<U, E> lhs, SafeInt<T, E> rhs) SAFEINT_NOTHROW
      |                ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:88,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pplx/threadpool.cpp:5:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/json.h:921:25: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  921 |         if (nlastSize < nMinSize) m_elements.resize(nMinSize);
      |                         ^~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pplx/threadpool.cpp:5:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6858:49: note:   initializing argument 2 of 'bool msl::safeint3::operator<(msl::safeint3::SafeInt<U, E>, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6858 | bool operator<(SafeInt<U, E> lhs, SafeInt<T, E> rhs) SAFEINT_NOTHROW
      |                                   ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pplx/threadpool.cpp:5:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::in_avail() const [with _CollectionType = std::vector<unsigned char>; size_t = long unsigned int]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:108:20:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:116:34: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  116 |         return (size_t)(writeend - readhead);
      |                        ~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pplx/threadpool.cpp:5:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6490:43: note:   initializing argument 1 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::SafeInt<T, E>::operator-(msl::safeint3::SafeInt<T, E>) const [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6490 |     SafeInt<T, E> operator-(SafeInt<T, E> rhs) const SAFEINT_CPP_THROW
      |                             ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pplx/threadpool.cpp:5:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::in_avail() const [with _CollectionType = std::__cxx11::basic_string<char>; size_t = long unsigned int]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:108:20:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:116:34: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  116 |         return (size_t)(writeend - readhead);
      |                        ~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pplx/threadpool.cpp:5:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6490:43: note:   initializing argument 1 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::SafeInt<T, E>::operator-(msl::safeint3::SafeInt<T, E>) const [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6490 |     SafeInt<T, E> operator-(SafeInt<T, E> rhs) const SAFEINT_CPP_THROW
      |                             ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pplx/threadpool.cpp:5:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::read(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t, bool) [with _CollectionType = std::vector<unsigned char>; size_t = long unsigned int; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:207:45:   required from 'pplx::task<long unsigned int> Concurrency::streams::details::basic_container_buffer<_CollectionType>::_getn(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t) [with _CollectionType = std::vector<unsigned char>; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char; size_t = long unsigned int]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:205:32:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:397:44: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  397 |         size_t newPos = m_current_position + read_size;
      |                         ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pplx/threadpool.cpp:5:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:7229:46: note:   initializing argument 2 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::operator+(U, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 7229 | SafeInt<T, E> operator+(U lhs, SafeInt<T, E> rhs) SAFEINT_CPP_THROW
      |                                ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pplx/threadpool.cpp:5:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::read(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t, bool) [with _CollectionType = std::__cxx11::basic_string<char>; size_t = long unsigned int; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = char]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:207:45:   required from 'pplx::task<long unsigned int> Concurrency::streams::details::basic_container_buffer<_CollectionType>::_getn(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t) [with _CollectionType = std::__cxx11::basic_string<char>; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = char; size_t = long unsigned int]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:205:32:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:397:44: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  397 |         size_t newPos = m_current_position + read_size;
      |                         ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pplx/threadpool.cpp:5:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:7229:46: note:   initializing argument 2 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::operator+(U, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 7229 | SafeInt<T, E> operator+(U lhs, SafeInt<T, E> rhs) SAFEINT_CPP_THROW
      |                                ~~~~~~~~~~~~~~^~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp: In instantiation of 'msl::safeint3::SafeInt<T, E> msl::safeint3::SafeInt<T, E>::Min(msl::safeint3::SafeInt<T, E>, T) const [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:395:65:   required from 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::read(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t, bool) [with _CollectionType = std::vector<unsigned char>; size_t = long unsigned int; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:207:45:   required from 'pplx::task<long unsigned int> Concurrency::streams::details::basic_container_buffer<_CollectionType>::_getn(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t) [with _CollectionType = std::vector<unsigned char>; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char; size_t = long unsigned int]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:205:32:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6724:22: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
 6724 |         T tmp = test < m_int ? (T)test : m_int;
      |                 ~~~~~^~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6852:30: note:   initializing argument 1 of 'bool msl::safeint3::operator<(msl::safeint3::SafeInt<T, E>, U) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6852 | bool operator<(SafeInt<T, E> lhs, U rhs) SAFEINT_NOTHROW
      |                ~~~~~~~~~~~~~~^~~
[45/158] TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux-musl/aarch64-yoe-linux-musl-g++  -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_CHRONO_DYN_LINK -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_RANDOM_DYN_LINK -DBOOST_REGEX_DYN_LINK -DBOOST_SYSTEM_DYN_LINK -DBOOST_THREAD_DYN_LINK -DCPPREST_FORCE_HTTP_CLIENT_ASIO -DCPPREST_FORCE_HTTP_LISTENER_ASIO -DCPPREST_NO_SSL_LEAK_SUPPRESS -Dcpprest_EXPORTS -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot  -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot=                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native=  -fvisibility-inlines-hidden  -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot -std=c++11 -fno-strict-aliasing -fPIC   -pedantic -Wall -Wextra -Wunused-parameter -Wcast-align -Wcast-qual -Wconversion -Wformat=2 -Winit-self -Winvalid-pch -Wmissing-format-attribute -Wmissing-include-dirs -Wpacked -Wredundant-decls -Wunreachable-code -MD -MT Release/src/CMakeFiles/cpprest.dir/websockets/client/ws_client_wspp.cpp.o -MF Release/src/CMakeFiles/cpprest.dir/websockets/client/ws_client_wspp.cpp.o.d -o Release/src/CMakeFiles/cpprest.dir/websockets/client/ws_client_wspp.cpp.o -c TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp
FAILED: Release/src/CMakeFiles/cpprest.dir/websockets/client/ws_client_wspp.cpp.o 
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux-musl/aarch64-yoe-linux-musl-g++  -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_CHRONO_DYN_LINK -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_RANDOM_DYN_LINK -DBOOST_REGEX_DYN_LINK -DBOOST_SYSTEM_DYN_LINK -DBOOST_THREAD_DYN_LINK -DCPPREST_FORCE_HTTP_CLIENT_ASIO -DCPPREST_FORCE_HTTP_LISTENER_ASIO -DCPPREST_NO_SSL_LEAK_SUPPRESS -Dcpprest_EXPORTS -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot  -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot=                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native=  -fvisibility-inlines-hidden  -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot -std=c++11 -fno-strict-aliasing -fPIC   -pedantic -Wall -Wextra -Wunused-parameter -Wcast-align -Wcast-qual -Wconversion -Wformat=2 -Winit-self -Winvalid-pch -Wmissing-format-attribute -Wmissing-include-dirs -Wpacked -Wredundant-decls -Wunreachable-code -MD -MT Release/src/CMakeFiles/cpprest.dir/websockets/client/ws_client_wspp.cpp.o -MF Release/src/CMakeFiles/cpprest.dir/websockets/client/ws_client_wspp.cpp.o.d -o Release/src/CMakeFiles/cpprest.dir/websockets/client/ws_client_wspp.cpp.o -c TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:88,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/json.h: In member function 'web::json::value& web::json::array::operator[](web::json::array::size_type)':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/json.h:921:25: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  921 |         if (nlastSize < nMinSize) m_elements.resize(nMinSize);
      |                         ^~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6858:30: note:   initializing argument 1 of 'bool msl::safeint3::operator<(msl::safeint3::SafeInt<U, E>, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6858 | bool operator<(SafeInt<U, E> lhs, SafeInt<T, E> rhs) SAFEINT_NOTHROW
      |                ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:88,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/json.h:921:25: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  921 |         if (nlastSize < nMinSize) m_elements.resize(nMinSize);
      |                         ^~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6858:49: note:   initializing argument 2 of 'bool msl::safeint3::operator<(msl::safeint3::SafeInt<U, E>, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6858 | bool operator<(SafeInt<U, E> lhs, SafeInt<T, E> rhs) SAFEINT_NOTHROW
      |                                   ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/executor.hpp:338,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/basic_deadline_timer.hpp:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/deadline_timer.hpp:24,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/detail/stream_core.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/detail/io.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/stream.hpp:29,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl.hpp:22,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_client.h:68,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:99,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/impl/executor.hpp: In instantiation of 'boost::asio::execution_context& boost::asio::executor::impl< <template-parameter-1-1>, <template-parameter-1-2> >::context() [with Executor = std::reference_wrapper<boost::asio::io_context>; Allocator = std::allocator<void>]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/impl/executor.hpp:177:22:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/impl/executor.hpp:179:22: error: 'class std::reference_wrapper<boost::asio::io_context>' has no member named 'context'
  179 |     return executor_.context();
      |            ~~~~~~~~~~^~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/impl/executor.hpp: In instantiation of 'void boost::asio::executor::impl< <template-parameter-1-1>, <template-parameter-1-2> >::on_work_started() [with Executor = std::reference_wrapper<boost::asio::io_context>; Allocator = std::allocator<void>]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/impl/executor.hpp:167:8:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/impl/executor.hpp:169:15: error: 'class std::reference_wrapper<boost::asio::io_context>' has no member named 'on_work_started'
  169 |     executor_.on_work_started();
      |     ~~~~~~~~~~^~~~~~~~~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/impl/executor.hpp: In instantiation of 'void boost::asio::executor::impl< <template-parameter-1-1>, <template-parameter-1-2> >::on_work_finished() [with Executor = std::reference_wrapper<boost::asio::io_context>; Allocator = std::allocator<void>]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/impl/executor.hpp:172:8:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/impl/executor.hpp:174:15: error: 'class std::reference_wrapper<boost::asio::io_context>' has no member named 'on_work_finished'
  174 |     executor_.on_work_finished();
      |     ~~~~~~~~~~^~~~~~~~~~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/impl/executor.hpp: In instantiation of 'void boost::asio::executor::impl< <template-parameter-1-1>, <template-parameter-1-2> >::dispatch(boost::asio::executor::function&&) [with Executor = std::reference_wrapper<boost::asio::io_context>; Allocator = std::allocator<void>]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/impl/executor.hpp:182:8:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/impl/executor.hpp:184:15: error: 'class std::reference_wrapper<boost::asio::io_context>' has no member named 'dispatch'
  184 |     executor_.dispatch(BOOST_ASIO_MOVE_CAST(function)(f), allocator_);
      |     ~~~~~~~~~~^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/impl/executor.hpp: In instantiation of 'void boost::asio::executor::impl< <template-parameter-1-1>, <template-parameter-1-2> >::post(boost::asio::executor::function&&) [with Executor = std::reference_wrapper<boost::asio::io_context>; Allocator = std::allocator<void>]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/impl/executor.hpp:187:8:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/impl/executor.hpp:189:15: error: 'class std::reference_wrapper<boost::asio::io_context>' has no member named 'post'
  189 |     executor_.post(BOOST_ASIO_MOVE_CAST(function)(f), allocator_);
      |     ~~~~~~~~~~^~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/impl/executor.hpp: In instantiation of 'void boost::asio::executor::impl< <template-parameter-1-1>, <template-parameter-1-2> >::defer(boost::asio::executor::function&&) [with Executor = std::reference_wrapper<boost::asio::io_context>; Allocator = std::allocator<void>]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/impl/executor.hpp:192:8:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/impl/executor.hpp:194:15: error: 'class std::reference_wrapper<boost::asio::io_context>' has no member named 'defer'
  194 |     executor_.defer(BOOST_ASIO_MOVE_CAST(function)(f), allocator_);
      |     ~~~~~~~~~~^~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/impl/executor.hpp: In instantiation of 'bool boost::asio::executor::impl< <template-parameter-1-1>, <template-parameter-1-2> >::equals(const boost::asio::executor::impl_base*) const [with Executor = std::reference_wrapper<boost::asio::io_context>; Allocator = std::allocator<void>]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/impl/executor.hpp:212:8:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/impl/executor.hpp:218:22: error: no match for 'operator==' (operand types are 'const std::reference_wrapper<boost::asio::io_context>' and 'const std::reference_wrapper<boost::asio::io_context>')
  218 |     return executor_ == *static_cast<const Executor*>(e->target());
      |            ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/bind/bind.hpp:29,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:60,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/bind/arg.hpp:48:40: note: candidate: 'template<int I> constexpr bool boost::operator==(const boost::arg<I>&, const boost::arg<I>&)'
   48 | template< int I > BOOST_CONSTEXPR bool operator==( arg<I> const &, arg<I> const & )
      |                                        ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/bind/arg.hpp:48:40: note:   template argument deduction/substitution failed:
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/executor.hpp:338,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/basic_deadline_timer.hpp:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/deadline_timer.hpp:24,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/detail/stream_core.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/detail/io.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/stream.hpp:29,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl.hpp:22,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_client.h:68,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:99,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/impl/executor.hpp:218:22: note:   'const std::reference_wrapper<boost::asio::io_context>' is not derived from 'const boost::arg<I>'
  218 |     return executor_ == *static_cast<const Executor*>(e->target());
      |            ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/shared_ptr.hpp:17,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/date_time/time_clock.hpp:17,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/thread/thread_time.hpp:9,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/thread/detail/platform_time.hpp:11,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/thread/pthread/condition_variable.hpp:9,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/thread/condition_variable.hpp:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:61,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/smart_ptr/shared_ptr.hpp:823:40: note: candidate: 'template<class T, class U> bool boost::operator==(const boost::shared_ptr<X>&, const boost::shared_ptr<U>&)'
  823 | template<class T, class U> inline bool operator==(shared_ptr<T> const & a, shared_ptr<U> const & b) BOOST_SP_NOEXCEPT
      |                                        ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/smart_ptr/shared_ptr.hpp:823:40: note:   template argument deduction/substitution failed:
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/executor.hpp:338,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/basic_deadline_timer.hpp:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/deadline_timer.hpp:24,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/detail/stream_core.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/detail/io.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/stream.hpp:29,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl.hpp:22,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_client.h:68,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:99,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/impl/executor.hpp:218:22: note:   'const std::reference_wrapper<boost::asio::io_context>' is not derived from 'const boost::shared_ptr<X>'
  218 |     return executor_ == *static_cast<const Executor*>(e->target());
      |            ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/shared_ptr.hpp:17,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/date_time/time_clock.hpp:17,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/thread/thread_time.hpp:9,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/thread/detail/platform_time.hpp:11,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/thread/pthread/condition_variable.hpp:9,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/thread/condition_variable.hpp:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:61,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/smart_ptr/shared_ptr.hpp:846:31: note: candidate: 'template<class T> bool boost::operator==(const boost::shared_ptr<X>&, boost::detail::sp_nullptr_t)'
  846 | template<class T> inline bool operator==( shared_ptr<T> const & p, boost::detail::sp_nullptr_t ) BOOST_SP_NOEXCEPT
      |                               ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/smart_ptr/shared_ptr.hpp:846:31: note:   template argument deduction/substitution failed:
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/executor.hpp:338,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/basic_deadline_timer.hpp:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/deadline_timer.hpp:24,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/detail/stream_core.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/detail/io.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/stream.hpp:29,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl.hpp:22,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_client.h:68,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:99,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/impl/executor.hpp:218:22: note:   'const std::reference_wrapper<boost::asio::io_context>' is not derived from 'const boost::shared_ptr<X>'
  218 |     return executor_ == *static_cast<const Executor*>(e->target());
      |            ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/shared_ptr.hpp:17,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/date_time/time_clock.hpp:17,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/thread/thread_time.hpp:9,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/thread/detail/platform_time.hpp:11,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/thread/pthread/condition_variable.hpp:9,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/thread/condition_variable.hpp:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:61,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/smart_ptr/shared_ptr.hpp:851:31: note: candidate: 'template<class T> bool boost::operator==(boost::detail::sp_nullptr_t, const boost::shared_ptr<X>&)'
  851 | template<class T> inline bool operator==( boost::detail::sp_nullptr_t, shared_ptr<T> const & p ) BOOST_SP_NOEXCEPT
      |                               ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/smart_ptr/shared_ptr.hpp:851:31: note:   template argument deduction/substitution failed:
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/executor.hpp:338,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/basic_deadline_timer.hpp:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/deadline_timer.hpp:24,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/detail/stream_core.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/detail/io.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/stream.hpp:29,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl.hpp:22,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_client.h:68,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:99,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/impl/executor.hpp:218:22: note:   'const std::reference_wrapper<boost::asio::io_context>' is not derived from 'const boost::shared_ptr<X>'
  218 |     return executor_ == *static_cast<const Executor*>(e->target());
      |            ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/bits/stl_algobase.h:64,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/bits/char_traits.h:39,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/string:40,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:52,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/bits/stl_pair.h:448:5: note: candidate: 'template<class _T1, class _T2> constexpr bool std::operator==(const std::pair<_T1, _T2>&, const std::pair<_T1, _T2>&)'
  448 |     operator==(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
      |     ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/bits/stl_pair.h:448:5: note:   template argument deduction/substitution failed:
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/executor.hpp:338,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/basic_deadline_timer.hpp:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/deadline_timer.hpp:24,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/detail/stream_core.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/detail/io.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/stream.hpp:29,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl.hpp:22,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_client.h:68,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:99,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/impl/executor.hpp:218:22: note:   'const std::reference_wrapper<boost::asio::io_context>' is not derived from 'const std::pair<_T1, _T2>'
  218 |     return executor_ == *static_cast<const Executor*>(e->target());
      |            ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/bits/stl_algobase.h:67,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/bits/char_traits.h:39,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/string:40,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:52,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/bits/stl_iterator.h:325:5: note: candidate: 'template<class _Iterator> bool std::operator==(const std::reverse_iterator<_Iterator>&, const std::reverse_iterator<_Iterator>&)'
  325 |     operator==(const reverse_iterator<_Iterator>& __x,
      |     ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/bits/stl_iterator.h:325:5: note:   template argument deduction/substitution failed:
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/executor.hpp:338,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/basic_deadline_timer.hpp:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/deadline_timer.hpp:24,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/detail/stream_core.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/detail/io.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/stream.hpp:29,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl.hpp:22,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_client.h:68,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:99,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/impl/executor.hpp:218:22: note:   'const std::reference_wrapper<boost::asio::io_context>' is not derived from 'const std::reverse_iterator<_Iterator>'
  218 |     return executor_ == *static_cast<const Executor*>(e->target());
      |            ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/bits/stl_algobase.h:67,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/bits/char_traits.h:39,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/string:40,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:52,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/bits/stl_iterator.h:363:5: note: candidate: 'template<class _IteratorL, class _IteratorR> bool std::operator==(const std::reverse_iterator<_Iterator>&, const std::reverse_iterator<_IteratorR>&)'
  363 |     operator==(const reverse_iterator<_IteratorL>& __x,
      |     ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/bits/stl_iterator.h:363:5: note:   template argument deduction/substitution failed:
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/executor.hpp:338,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/basic_deadline_timer.hpp:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/deadline_timer.hpp:24,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/detail/stream_core.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/detail/io.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/stream.hpp:29,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl.hpp:22,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_client.h:68,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:99,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/impl/executor.hpp:218:22: note:   'const std::reference_wrapper<boost::asio::io_context>' is not derived from 'const std::reverse_iterator<_Iterator>'
  218 |     return executor_ == *static_cast<const Executor*>(e->target());
      |            ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/bits/stl_algobase.h:67,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/bits/char_traits.h:39,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/string:40,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:52,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/bits/stl_iterator.h:1139:5: note: candidate: 'template<class _IteratorL, class _IteratorR> bool std::operator==(const std::move_iterator<_IteratorL>&, const std::move_iterator<_IteratorR>&)'
 1139 |     operator==(const move_iterator<_IteratorL>& __x,
      |     ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/bits/stl_iterator.h:1139:5: note:   template argument deduction/substitution failed:
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/executor.hpp:338,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/basic_deadline_timer.hpp:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/deadline_timer.hpp:24,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/detail/stream_core.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/detail/io.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/stream.hpp:29,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl.hpp:22,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_client.h:68,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:99,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/impl/executor.hpp:218:22: note:   'const std::reference_wrapper<boost::asio::io_context>' is not derived from 'const std::move_iterator<_IteratorL>'
  218 |     return executor_ == *static_cast<const Executor*>(e->target());
      |            ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/bits/stl_algobase.h:67,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/bits/char_traits.h:39,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/string:40,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:52,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/bits/stl_iterator.h:1145:5: note: candidate: 'template<class _Iterator> bool std::operator==(const std::move_iterator<_IteratorL>&, const std::move_iterator<_IteratorL>&)'
 1145 |     operator==(const move_iterator<_Iterator>& __x,
      |     ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/bits/stl_iterator.h:1145:5: note:   template argument deduction/substitution failed:
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/executor.hpp:338,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/basic_deadline_timer.hpp:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/deadline_timer.hpp:24,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/detail/stream_core.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/detail/io.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/stream.hpp:29,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl.hpp:22,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_client.h:68,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:99,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/impl/executor.hpp:218:22: note:   'const std::reference_wrapper<boost::asio::io_context>' is not derived from 'const std::move_iterator<_IteratorL>'
  218 |     return executor_ == *static_cast<const Executor*>(e->target());
      |            ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/bits/char_traits.h:40,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/string:40,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:52,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/bits/postypes.h:222:5: note: candidate: 'template<class _StateT> bool std::operator==(const std::fpos<_StateT>&, const std::fpos<_StateT>&)'
  222 |     operator==(const fpos<_StateT>& __lhs, const fpos<_StateT>& __rhs)
      |     ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/bits/postypes.h:222:5: note:   template argument deduction/substitution failed:
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/executor.hpp:338,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/basic_deadline_timer.hpp:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/deadline_timer.hpp:24,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/detail/stream_core.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/detail/io.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/stream.hpp:29,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl.hpp:22,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_client.h:68,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:99,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/impl/executor.hpp:218:22: note:   'const std::reference_wrapper<boost::asio::io_context>' is not derived from 'const std::fpos<_StateT>'
  218 |     return executor_ == *static_cast<const Executor*>(e->target());
      |            ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/string:41,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:52,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/bits/allocator.h:168:5: note: candidate: 'template<class _T1, class _T2> bool std::operator==(const std::allocator<_CharT>&, const std::allocator<_T2>&)'
  168 |     operator==(const allocator<_T1>&, const allocator<_T2>&)
      |     ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/bits/allocator.h:168:5: note:   template argument deduction/substitution failed:
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/executor.hpp:338,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/basic_deadline_timer.hpp:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/deadline_timer.hpp:24,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/detail/stream_core.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/detail/io.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/stream.hpp:29,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl.hpp:22,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_client.h:68,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:99,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/impl/executor.hpp:218:22: note:   'const std::reference_wrapper<boost::asio::io_context>' is not derived from 'const std::allocator<_CharT>'
  218 |     return executor_ == *static_cast<const Executor*>(e->target());
      |            ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/string:55,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:52,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/bits/basic_string.h:6141:5: note: candidate: 'template<class _CharT, class _Traits, class _Alloc> bool std::operator==(const std::__cxx11::basic_string<_CharT, _Traits, _Alloc>&, const std::__cxx11::basic_string<_CharT, _Traits, _Alloc>&)'
 6141 |     operator==(const basic_string<_CharT, _Traits, _Alloc>& __lhs,
      |     ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/bits/basic_string.h:6141:5: note:   template argument deduction/substitution failed:
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/executor.hpp:338,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/basic_deadline_timer.hpp:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/deadline_timer.hpp:24,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/detail/stream_core.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/detail/io.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/stream.hpp:29,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl.hpp:22,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_client.h:68,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:99,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/impl/executor.hpp:218:22: note:   'const std::reference_wrapper<boost::asio::io_context>' is not derived from 'const std::__cxx11::basic_string<_CharT, _Traits, _Alloc>'
  218 |     return executor_ == *static_cast<const Executor*>(e->target());
      |            ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/string:55,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:52,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/bits/basic_string.h:6149:5: note: candidate: 'template<class _CharT> typename __gnu_cxx::__enable_if<std::__is_char<_Tp>::__value, bool>::__type std::operator==(const std::__cxx11::basic_string<_CharT>&, const std::__cxx11::basic_string<_CharT>&)'
 6149 |     operator==(const basic_string<_CharT>& __lhs,
      |     ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/bits/basic_string.h:6149:5: note:   template argument deduction/substitution failed:
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/executor.hpp:338,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/basic_deadline_timer.hpp:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/deadline_timer.hpp:24,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/detail/stream_core.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/detail/io.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/stream.hpp:29,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl.hpp:22,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_client.h:68,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:99,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/impl/executor.hpp:218:22: note:   'const std::reference_wrapper<boost::asio::io_context>' is not derived from 'const std::__cxx11::basic_string<_CharT>'
  218 |     return executor_ == *static_cast<const Executor*>(e->target());
      |            ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/string:55,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:52,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/bits/basic_string.h:6163:5: note: candidate: 'template<class _CharT, class _Traits, class _Alloc> bool std::operator==(const _CharT*, const std::__cxx11::basic_string<_CharT, _Traits, _Alloc>&)'
 6163 |     operator==(const _CharT* __lhs,
      |     ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/bits/basic_string.h:6163:5: note:   template argument deduction/substitution failed:
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/executor.hpp:338,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/basic_deadline_timer.hpp:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/deadline_timer.hpp:24,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/detail/stream_core.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/detail/io.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/stream.hpp:29,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl.hpp:22,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_client.h:68,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:99,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/impl/executor.hpp:218:22: note:   mismatched types 'const _CharT*' and 'std::reference_wrapper<boost::asio::io_context>'
  218 |     return executor_ == *static_cast<const Executor*>(e->target());
      |            ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/string:55,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:52,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/bits/basic_string.h:6175:5: note: candidate: 'template<class _CharT, class _Traits, class _Alloc> bool std::operator==(const std::__cxx11::basic_string<_CharT, _Traits, _Alloc>&, const _CharT*)'
 6175 |     operator==(const basic_string<_CharT, _Traits, _Alloc>& __lhs,
      |     ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/bits/basic_string.h:6175:5: note:   template argument deduction/substitution failed:
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/executor.hpp:338,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/basic_deadline_timer.hpp:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/deadline_timer.hpp:24,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/detail/stream_core.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/detail/io.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/stream.hpp:29,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl.hpp:22,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_client.h:68,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:99,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/impl/executor.hpp:218:22: note:   'const std::reference_wrapper<boost::asio::io_context>' is not derived from 'const std::__cxx11::basic_string<_CharT, _Traits, _Alloc>'
  218 |     return executor_ == *static_cast<const Executor*>(e->target());
      |            ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/tuple:39,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/bits/unique_ptr.h:37,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/memory:80,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/config/no_tr1/memory.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/get_pointer.hpp:14,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/bind/mem_fn.hpp:25,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/mem_fn.hpp:22,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/bind/bind.hpp:26,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:60,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/array:252:5: note: candidate: 'template<class _Tp, long unsigned int _Nm> bool std::operator==(const std::array<_Tp, _Nm>&, const std::array<_Tp, _Nm>&)'
  252 |     operator==(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two)
      |     ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/array:252:5: note:   template argument deduction/substitution failed:
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/executor.hpp:338,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/basic_deadline_timer.hpp:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/deadline_timer.hpp:24,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/detail/stream_core.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/detail/io.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/stream.hpp:29,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl.hpp:22,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_client.h:68,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:99,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/impl/executor.hpp:218:22: note:   'const std::reference_wrapper<boost::asio::io_context>' is not derived from 'const std::array<_Tp, _Nm>'
  218 |     return executor_ == *static_cast<const Executor*>(e->target());
      |            ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/bits/unique_ptr.h:37,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/memory:80,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/config/no_tr1/memory.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/get_pointer.hpp:14,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/bind/mem_fn.hpp:25,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/mem_fn.hpp:22,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/bind/bind.hpp:26,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:60,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/tuple:1419:5: note: candidate: 'template<class ... _TElements, class ... _UElements> constexpr bool std::operator==(const std::tuple<_Tps ...>&, const std::tuple<_Elements ...>&)'
 1419 |     operator==(const tuple<_TElements...>& __t,
      |     ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/tuple:1419:5: note:   template argument deduction/substitution failed:
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/executor.hpp:338,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/basic_deadline_timer.hpp:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/deadline_timer.hpp:24,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/detail/stream_core.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/detail/io.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/stream.hpp:29,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl.hpp:22,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_client.h:68,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:99,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/impl/executor.hpp:218:22: note:   'const std::reference_wrapper<boost::asio::io_context>' is not derived from 'const std::tuple<_Tps ...>'
  218 |     return executor_ == *static_cast<const Executor*>(e->target());
      |            ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/memory:80,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/config/no_tr1/memory.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/get_pointer.hpp:14,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/bind/mem_fn.hpp:25,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/mem_fn.hpp:22,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/bind/bind.hpp:26,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:60,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/bits/unique_ptr.h:707:5: note: candidate: 'template<class _Tp, class _Dp, class _Up, class _Ep> bool std::operator==(const std::unique_ptr<_Tp, _Dp>&, const std::unique_ptr<_Up, _Ep>&)'
  707 |     operator==(const unique_ptr<_Tp, _Dp>& __x,
      |     ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/bits/unique_ptr.h:707:5: note:   template argument deduction/substitution failed:
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/executor.hpp:338,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/basic_deadline_timer.hpp:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/deadline_timer.hpp:24,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/detail/stream_core.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/detail/io.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/stream.hpp:29,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl.hpp:22,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_client.h:68,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:99,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/impl/executor.hpp:218:22: note:   'const std::reference_wrapper<boost::asio::io_context>' is not derived from 'const std::unique_ptr<_Tp, _Dp>'
  218 |     return executor_ == *static_cast<const Executor*>(e->target());
      |            ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/memory:80,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/config/no_tr1/memory.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/get_pointer.hpp:14,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/bind/mem_fn.hpp:25,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/mem_fn.hpp:22,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/bind/bind.hpp:26,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:60,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/bits/unique_ptr.h:713:5: note: candidate: 'template<class _Tp, class _Dp> bool std::operator==(const std::unique_ptr<_Tp, _Dp>&, std::nullptr_t)'
  713 |     operator==(const unique_ptr<_Tp, _Dp>& __x, nullptr_t) noexcept
      |     ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/bits/unique_ptr.h:713:5: note:   template argument deduction/substitution failed:
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/executor.hpp:338,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/basic_deadline_timer.hpp:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/deadline_timer.hpp:24,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/detail/stream_core.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/detail/io.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/stream.hpp:29,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl.hpp:22,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_client.h:68,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:99,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/impl/executor.hpp:218:22: note:   'const std::reference_wrapper<boost::asio::io_context>' is not derived from 'const std::unique_ptr<_Tp, _Dp>'
  218 |     return executor_ == *static_cast<const Executor*>(e->target());
      |            ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/memory:80,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/config/no_tr1/memory.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/get_pointer.hpp:14,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/bind/mem_fn.hpp:25,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/mem_fn.hpp:22,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/bind/bind.hpp:26,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:60,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/bits/unique_ptr.h:718:5: note: candidate: 'template<class _Tp, class _Dp> bool std::operator==(std::nullptr_t, const std::unique_ptr<_Tp, _Dp>&)'
  718 |     operator==(nullptr_t, const unique_ptr<_Tp, _Dp>& __x) noexcept
      |     ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/bits/unique_ptr.h:718:5: note:   template argument deduction/substitution failed:
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/executor.hpp:338,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/basic_deadline_timer.hpp:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/deadline_timer.hpp:24,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/detail/stream_core.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/detail/io.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/stream.hpp:29,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl.hpp:22,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_client.h:68,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:99,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/impl/executor.hpp:218:22: note:   'const std::reference_wrapper<boost::asio::io_context>' is not derived from 'const std::unique_ptr<_Tp, _Dp>'
  218 |     return executor_ == *static_cast<const Executor*>(e->target());
      |            ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/bits/shared_ptr.h:52,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/memory:81,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/config/no_tr1/memory.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/get_pointer.hpp:14,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/bind/mem_fn.hpp:25,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/mem_fn.hpp:22,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/bind/bind.hpp:26,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:60,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/bits/shared_ptr_base.h:1412:5: note: candidate: 'template<class _Tp1, class _Tp2, __gnu_cxx::_Lock_policy _Lp> bool std::operator==(const std::__shared_ptr<_Tp1, _Lp>&, const std::__shared_ptr<_Tp2, _Lp>&)'
 1412 |     operator==(const __shared_ptr<_Tp1, _Lp>& __a,
      |     ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/bits/shared_ptr_base.h:1412:5: note:   template argument deduction/substitution failed:
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/executor.hpp:338,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/basic_deadline_timer.hpp:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/deadline_timer.hpp:24,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/detail/stream_core.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/detail/io.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/stream.hpp:29,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl.hpp:22,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_client.h:68,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:99,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/impl/executor.hpp:218:22: note:   'const std::reference_wrapper<boost::asio::io_context>' is not derived from 'const std::__shared_ptr<_Tp1, _Lp>'
  218 |     return executor_ == *static_cast<const Executor*>(e->target());
      |            ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/bits/shared_ptr.h:52,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/memory:81,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/config/no_tr1/memory.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/get_pointer.hpp:14,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/bind/mem_fn.hpp:25,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/mem_fn.hpp:22,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/bind/bind.hpp:26,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:60,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/bits/shared_ptr_base.h:1418:5: note: candidate: 'template<class _Tp, __gnu_cxx::_Lock_policy _Lp> bool std::operator==(const std::__shared_ptr<_Tp, _Lp>&, std::nullptr_t)'
 1418 |     operator==(const __shared_ptr<_Tp, _Lp>& __a, nullptr_t) noexcept
      |     ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/bits/shared_ptr_base.h:1418:5: note:   template argument deduction/substitution failed:
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/executor.hpp:338,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/basic_deadline_timer.hpp:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/deadline_timer.hpp:24,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/detail/stream_core.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/detail/io.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/stream.hpp:29,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl.hpp:22,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_client.h:68,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:99,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/impl/executor.hpp:218:22: note:   'const std::reference_wrapper<boost::asio::io_context>' is not derived from 'const std::__shared_ptr<_Tp, _Lp>'
  218 |     return executor_ == *static_cast<const Executor*>(e->target());
      |            ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/bits/shared_ptr.h:52,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/memory:81,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/config/no_tr1/memory.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/get_pointer.hpp:14,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/bind/mem_fn.hpp:25,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/mem_fn.hpp:22,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/bind/bind.hpp:26,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:60,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/bits/shared_ptr_base.h:1423:5: note: candidate: 'template<class _Tp, __gnu_cxx::_Lock_policy _Lp> bool std::operator==(std::nullptr_t, const std::__shared_ptr<_Tp, _Lp>&)'
 1423 |     operator==(nullptr_t, const __shared_ptr<_Tp, _Lp>& __a) noexcept
      |     ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/bits/shared_ptr_base.h:1423:5: note:   template argument deduction/substitution failed:
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/executor.hpp:338,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/basic_deadline_timer.hpp:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/deadline_timer.hpp:24,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/detail/stream_core.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/detail/io.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/stream.hpp:29,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl.hpp:22,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_client.h:68,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:99,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/impl/executor.hpp:218:22: note:   'const std::reference_wrapper<boost::asio::io_context>' is not derived from 'const std::__shared_ptr<_Tp, _Lp>'
  218 |     return executor_ == *static_cast<const Executor*>(e->target());
      |            ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/memory:81,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/config/no_tr1/memory.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/get_pointer.hpp:14,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/bind/mem_fn.hpp:25,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/mem_fn.hpp:22,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/bind/bind.hpp:26,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:60,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/bits/shared_ptr.h:383:5: note: candidate: 'template<class _Tp, class _Up> bool std::operator==(const std::shared_ptr<_Tp>&, const std::shared_ptr<_Tp>&)'
  383 |     operator==(const shared_ptr<_Tp>& __a, const shared_ptr<_Up>& __b) noexcept
      |     ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/bits/shared_ptr.h:383:5: note:   template argument deduction/substitution failed:
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/executor.hpp:338,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/basic_deadline_timer.hpp:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/deadline_timer.hpp:24,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/detail/stream_core.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/detail/io.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/stream.hpp:29,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl.hpp:22,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_client.h:68,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:99,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/impl/executor.hpp:218:22: note:   'const std::reference_wrapper<boost::asio::io_context>' is not derived from 'const std::shared_ptr<_Tp>'
  218 |     return executor_ == *static_cast<const Executor*>(e->target());
      |            ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/memory:81,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/config/no_tr1/memory.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/get_pointer.hpp:14,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/bind/mem_fn.hpp:25,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/mem_fn.hpp:22,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/bind/bind.hpp:26,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:60,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/bits/shared_ptr.h:388:5: note: candidate: 'template<class _Tp> bool std::operator==(const std::shared_ptr<_Tp>&, std::nullptr_t)'
  388 |     operator==(const shared_ptr<_Tp>& __a, nullptr_t) noexcept
      |     ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/bits/shared_ptr.h:388:5: note:   template argument deduction/substitution failed:
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/executor.hpp:338,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/basic_deadline_timer.hpp:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/deadline_timer.hpp:24,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/detail/stream_core.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/detail/io.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/stream.hpp:29,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl.hpp:22,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_client.h:68,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:99,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/impl/executor.hpp:218:22: note:   'const std::reference_wrapper<boost::asio::io_context>' is not derived from 'const std::shared_ptr<_Tp>'
  218 |     return executor_ == *static_cast<const Executor*>(e->target());
      |            ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/memory:81,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/config/no_tr1/memory.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/get_pointer.hpp:14,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/bind/mem_fn.hpp:25,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/mem_fn.hpp:22,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/bind/bind.hpp:26,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:60,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/bits/shared_ptr.h:393:5: note: candidate: 'template<class _Tp> bool std::operator==(std::nullptr_t, const std::shared_ptr<_Tp>&)'
  393 |     operator==(nullptr_t, const shared_ptr<_Tp>& __a) noexcept
      |     ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/bits/shared_ptr.h:393:5: note:   template argument deduction/substitution failed:
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/executor.hpp:338,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/basic_deadline_timer.hpp:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/deadline_timer.hpp:24,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/detail/stream_core.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/detail/io.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/stream.hpp:29,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl.hpp:22,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_client.h:68,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:99,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/impl/executor.hpp:218:22: note:   'const std::reference_wrapper<boost::asio::io_context>' is not derived from 'const std::shared_ptr<_Tp>'
  218 |     return executor_ == *static_cast<const Executor*>(e->target());
      |            ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/functional:59,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/smart_ptr/detail/shared_count.hpp:39,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/smart_ptr/shared_ptr.hpp:28,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/shared_ptr.hpp:17,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/date_time/time_clock.hpp:17,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/thread/thread_time.hpp:9,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/thread/detail/platform_time.hpp:11,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/thread/pthread/condition_variable.hpp:9,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/thread/condition_variable.hpp:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:61,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/bits/std_function.h:748:5: note: candidate: 'template<class _Res, class ... _Args> bool std::operator==(const std::function<_Res(_ArgTypes ...)>&, std::nullptr_t)'
  748 |     operator==(const function<_Res(_Args...)>& __f, nullptr_t) noexcept
      |     ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/bits/std_function.h:748:5: note:   template argument deduction/substitution failed:
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/executor.hpp:338,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/basic_deadline_timer.hpp:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/deadline_timer.hpp:24,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/detail/stream_core.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/detail/io.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/stream.hpp:29,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl.hpp:22,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_client.h:68,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:99,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/impl/executor.hpp:218:22: note:   'const std::reference_wrapper<boost::asio::io_context>' is not derived from 'const std::function<_Res(_ArgTypes ...)>'
  218 |     return executor_ == *static_cast<const Executor*>(e->target());
      |            ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/functional:59,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/smart_ptr/detail/shared_count.hpp:39,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/smart_ptr/shared_ptr.hpp:28,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/shared_ptr.hpp:17,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/date_time/time_clock.hpp:17,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/thread/thread_time.hpp:9,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/thread/detail/platform_time.hpp:11,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/thread/pthread/condition_variable.hpp:9,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/thread/condition_variable.hpp:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:61,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/bits/std_function.h:754:5: note: candidate: 'template<class _Res, class ... _Args> bool std::operator==(std::nullptr_t, const std::function<_Res(_ArgTypes ...)>&)'
  754 |     operator==(nullptr_t, const function<_Res(_Args...)>& __f) noexcept
      |     ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/bits/std_function.h:754:5: note:   template argument deduction/substitution failed:
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/executor.hpp:338,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/basic_deadline_timer.hpp:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/deadline_timer.hpp:24,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/detail/stream_core.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/detail/io.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/stream.hpp:29,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl.hpp:22,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_client.h:68,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:99,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/impl/executor.hpp:218:22: note:   'const std::reference_wrapper<boost::asio::io_context>' is not derived from 'const std::function<_Res(_ArgTypes ...)>'
  218 |     return executor_ == *static_cast<const Executor*>(e->target());
      |            ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/bits/ios_base.h:46,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/ios:42,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/ostream:38,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/iterator:64,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/operators.hpp:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/date_time/time_duration.hpp:17,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/date_time/posix_time/posix_time_config.hpp:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/date_time/posix_time/posix_time_system.hpp:13,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/date_time/posix_time/ptime.hpp:12,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/date_time/posix_time/posix_time_types.hpp:12,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/thread/thread_time.hpp:11,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/thread/detail/platform_time.hpp:11,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/thread/pthread/condition_variable.hpp:9,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/thread/condition_variable.hpp:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:61,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/system_error:292:3: note: candidate: 'bool std::operator==(const std::error_code&, const std::error_code&)'
  292 |   operator==(const error_code& __lhs, const error_code& __rhs) noexcept
      |   ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/system_error:292:32: note:   no known conversion for argument 1 from 'const std::reference_wrapper<boost::asio::io_context>' to 'const std::error_code&'
  292 |   operator==(const error_code& __lhs, const error_code& __rhs) noexcept
      |              ~~~~~~~~~~~~~~~~~~^~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/system_error:297:3: note: candidate: 'bool std::operator==(const std::error_code&, const std::error_condition&)'
  297 |   operator==(const error_code& __lhs, const error_condition& __rhs) noexcept
      |   ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/system_error:297:32: note:   no known conversion for argument 1 from 'const std::reference_wrapper<boost::asio::io_context>' to 'const std::error_code&'
  297 |   operator==(const error_code& __lhs, const error_condition& __rhs) noexcept
      |              ~~~~~~~~~~~~~~~~~~^~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/system_error:304:3: note: candidate: 'bool std::operator==(const std::error_condition&, const std::error_code&)'
  304 |   operator==(const error_condition& __lhs, const error_code& __rhs) noexcept
      |   ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/system_error:304:37: note:   no known conversion for argument 1 from 'const std::reference_wrapper<boost::asio::io_context>' to 'const std::error_condition&'
  304 |   operator==(const error_condition& __lhs, const error_code& __rhs) noexcept
      |              ~~~~~~~~~~~~~~~~~~~~~~~^~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/system_error:311:3: note: candidate: 'bool std::operator==(const std::error_condition&, const std::error_condition&)'
  311 |   operator==(const error_condition& __lhs,
      |   ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/system_error:311:37: note:   no known conversion for argument 1 from 'const std::reference_wrapper<boost::asio::io_context>' to 'const std::error_condition&'
  311 |   operator==(const error_condition& __lhs,
      |              ~~~~~~~~~~~~~~~~~~~~~~~^~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/bits/locale_facets.h:48,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/bits/basic_ios.h:37,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/ios:44,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/ostream:38,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/iterator:64,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/operators.hpp:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/date_time/time_duration.hpp:17,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/date_time/posix_time/posix_time_config.hpp:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/date_time/posix_time/posix_time_system.hpp:13,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/date_time/posix_time/ptime.hpp:12,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/date_time/posix_time/posix_time_types.hpp:12,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/thread/thread_time.hpp:11,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/thread/detail/platform_time.hpp:11,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/thread/pthread/condition_variable.hpp:9,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/thread/condition_variable.hpp:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:61,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/bits/streambuf_iterator.h:208:5: note: candidate: 'template<class _CharT, class _Traits> bool std::operator==(const std::istreambuf_iterator<_CharT, _Traits>&, const std::istreambuf_iterator<_CharT, _Traits>&)'
  208 |     operator==(const istreambuf_iterator<_CharT, _Traits>& __a,
      |     ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/bits/streambuf_iterator.h:208:5: note:   template argument deduction/substitution failed:
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/executor.hpp:338,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/basic_deadline_timer.hpp:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/deadline_timer.hpp:24,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/detail/stream_core.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/detail/io.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/stream.hpp:29,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl.hpp:22,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_client.h:68,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:99,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/impl/executor.hpp:218:22: note:   'const std::reference_wrapper<boost::asio::io_context>' is not derived from 'const std::istreambuf_iterator<_CharT, _Traits>'
  218 |     return executor_ == *static_cast<const Executor*>(e->target());
      |            ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/iterator:66,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/operators.hpp:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/date_time/time_duration.hpp:17,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/date_time/posix_time/posix_time_config.hpp:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/date_time/posix_time/posix_time_system.hpp:13,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/date_time/posix_time/ptime.hpp:12,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/date_time/posix_time/posix_time_types.hpp:12,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/thread/thread_time.hpp:11,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/thread/detail/platform_time.hpp:11,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/thread/pthread/condition_variable.hpp:9,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/thread/condition_variable.hpp:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:61,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/bits/stream_iterator.h:134:5: note: candidate: 'template<class _Tp, class _CharT, class _Traits, class _Dist> bool std::operator==(const std::istream_iterator<_Tp, _CharT, _Traits, _Dist>&, const std::istream_iterator<_Tp, _CharT, _Traits, _Dist>&)'
  134 |     operator==(const istream_iterator<_Tp, _CharT, _Traits, _Dist>& __x,
      |     ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/bits/stream_iterator.h:134:5: note:   template argument deduction/substitution failed:
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/executor.hpp:338,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/basic_deadline_timer.hpp:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/deadline_timer.hpp:24,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/detail/stream_core.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/detail/io.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/stream.hpp:29,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl.hpp:22,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_client.h:68,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:99,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/impl/executor.hpp:218:22: note:   'const std::reference_wrapper<boost::asio::io_context>' is not derived from 'const std::istream_iterator<_Tp, _CharT, _Traits, _Dist>'
  218 |     return executor_ == *static_cast<const Executor*>(e->target());
      |            ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/map:61,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/date_time/gregorian/greg_month.hpp:18,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/date_time/gregorian/greg_ymd.hpp:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/date_time/gregorian/greg_calendar.hpp:17,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/date_time/gregorian/gregorian_types.hpp:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/date_time/posix_time/posix_time_config.hpp:18,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/date_time/posix_time/posix_time_system.hpp:13,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/date_time/posix_time/ptime.hpp:12,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/date_time/posix_time/posix_time_types.hpp:12,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/thread/thread_time.hpp:11,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/thread/detail/platform_time.hpp:11,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/thread/pthread/condition_variable.hpp:9,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/thread/condition_variable.hpp:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:61,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/bits/stl_map.h:1455:5: note: candidate: 'template<class _Key, class _Tp, class _Compare, class _Alloc> bool std::operator==(const std::map<_Key, _Tp, _Compare, _Alloc>&, const std::map<_Key, _Tp, _Compare, _Alloc>&)'
 1455 |     operator==(const map<_Key, _Tp, _Compare, _Alloc>& __x,
      |     ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/bits/stl_map.h:1455:5: note:   template argument deduction/substitution failed:
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/executor.hpp:338,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/basic_deadline_timer.hpp:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/deadline_timer.hpp:24,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/detail/stream_core.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/detail/io.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/stream.hpp:29,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl.hpp:22,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_client.h:68,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:99,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/impl/executor.hpp:218:22: note:   'const std::reference_wrapper<boost::asio::io_context>' is not derived from 'const std::map<_Key, _Tp, _Compare, _Alloc>'
  218 |     return executor_ == *static_cast<const Executor*>(e->target());
      |            ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/map:62,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/date_time/gregorian/greg_month.hpp:18,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/date_time/gregorian/greg_ymd.hpp:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/date_time/gregorian/greg_calendar.hpp:17,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/date_time/gregorian/gregorian_types.hpp:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/date_time/posix_time/posix_time_config.hpp:18,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/date_time/posix_time/posix_time_system.hpp:13,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/date_time/posix_time/ptime.hpp:12,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/date_time/posix_time/posix_time_types.hpp:12,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/thread/thread_time.hpp:11,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/thread/detail/platform_time.hpp:11,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/thread/pthread/condition_variable.hpp:9,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/thread/condition_variable.hpp:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:61,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/bits/stl_multimap.h:1119:5: note: candidate: 'template<class _Key, class _Tp, class _Compare, class _Alloc> bool std::operator==(const std::multimap<_Key, _Tp, _Compare, _Alloc>&, const std::multimap<_Key, _Tp, _Compare, _Alloc>&)'
 1119 |     operator==(const multimap<_Key, _Tp, _Compare, _Alloc>& __x,
      |     ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/bits/stl_multimap.h:1119:5: note:   template argument deduction/substitution failed:
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/executor.hpp:338,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/basic_deadline_timer.hpp:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/deadline_timer.hpp:24,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/detail/stream_core.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/detail/io.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/stream.hpp:29,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl.hpp:22,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_client.h:68,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:99,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/impl/executor.hpp:218:22: note:   'const std::reference_wrapper<boost::asio::io_context>' is not derived from 'const std::multimap<_Key, _Tp, _Compare, _Alloc>'
  218 |     return executor_ == *static_cast<const Executor*>(e->target());
      |            ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/vector:67,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/thread/pthread/thread_data.hpp:26,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/thread/pthread/condition_variable.hpp:15,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/thread/condition_variable.hpp:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:61,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/bits/stl_vector.h:1888:5: note: candidate: 'template<class _Tp, class _Alloc> bool std::operator==(const std::vector<_Tp, _Alloc>&, const std::vector<_Tp, _Alloc>&)'
 1888 |     operator==(const vector<_Tp, _Alloc>& __x, const vector<_Tp, _Alloc>& __y)
      |     ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/bits/stl_vector.h:1888:5: note:   template argument deduction/substitution failed:
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/executor.hpp:338,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/basic_deadline_timer.hpp:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/deadline_timer.hpp:24,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/detail/stream_core.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/detail/io.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/stream.hpp:29,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl.hpp:22,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_client.h:68,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:99,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/impl/executor.hpp:218:22: note:   'const std::reference_wrapper<boost::asio::io_context>' is not derived from 'const std::vector<_Tp, _Alloc>'
  218 |     return executor_ == *static_cast<const Executor*>(e->target());
      |            ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/random:51,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/asyncrt_utils.h:22,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/json.h:18,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:88,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/bits/random.tcc:1884:5: note: candidate: 'template<class _RealType1> bool std::operator==(const std::normal_distribution<_RealType>&, const std::normal_distribution<_RealType>&)'
 1884 |     operator==(const std::normal_distribution<_RealType>& __d1,
      |     ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/bits/random.tcc:1884:5: note:   template argument deduction/substitution failed:
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/executor.hpp:338,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/basic_deadline_timer.hpp:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/deadline_timer.hpp:24,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/detail/stream_core.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/detail/io.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/stream.hpp:29,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl.hpp:22,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_client.h:68,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:99,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/impl/executor.hpp:218:22: note:   'const std::reference_wrapper<boost::asio::io_context>' is not derived from 'const std::normal_distribution<_RealType>'
  218 |     return executor_ == *static_cast<const Executor*>(e->target());
      |            ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/unordered_map:47,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/json.h:24,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:88,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/bits/unordered_map.h:2091:5: note: candidate: 'template<class _Key, class _Tp, class _Hash, class _Pred, class _Alloc> bool std::operator==(const std::unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>&, const std::unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>&)'
 2091 |     operator==(const unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>& __x,
      |     ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/bits/unordered_map.h:2091:5: note:   template argument deduction/substitution failed:
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/executor.hpp:338,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/basic_deadline_timer.hpp:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/deadline_timer.hpp:24,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/detail/stream_core.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/detail/io.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/stream.hpp:29,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl.hpp:22,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_client.h:68,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:99,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/impl/executor.hpp:218:22: note:   'const std::reference_wrapper<boost::asio::io_context>' is not derived from 'const std::unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>'
  218 |     return executor_ == *static_cast<const Executor*>(e->target());
      |            ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/unordered_map:47,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/json.h:24,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:88,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/bits/unordered_map.h:2103:5: note: candidate: 'template<class _Key, class _Tp, class _Hash, class _Pred, class _Alloc> bool std::operator==(const std::unordered_multimap<_Key, _Tp, _Hash, _Pred, _Alloc>&, const std::unordered_multimap<_Key, _Tp, _Hash, _Pred, _Alloc>&)'
 2103 |     operator==(const unordered_multimap<_Key, _Tp, _Hash, _Pred, _Alloc>& __x,
      |     ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/bits/unordered_map.h:2103:5: note:   template argument deduction/substitution failed:
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/executor.hpp:338,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/basic_deadline_timer.hpp:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/deadline_timer.hpp:24,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/detail/stream_core.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/detail/io.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/stream.hpp:29,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl.hpp:22,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_client.h:68,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:99,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/impl/executor.hpp:218:22: note:   'const std::reference_wrapper<boost::asio::io_context>' is not derived from 'const std::unordered_multimap<_Key, _Tp, _Hash, _Pred, _Alloc>'
  218 |     return executor_ == *static_cast<const Executor*>(e->target());
      |            ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/deque:67,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/queue:60,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/bits/stl_deque.h:283:5: note: candidate: 'template<class _Tp, class _Ref, class _Ptr> bool std::operator==(const std::_Deque_iterator<_Tp, _Ref, _Ptr>&, const std::_Deque_iterator<_Tp, _Ref, _Ptr>&)'
  283 |     operator==(const _Deque_iterator<_Tp, _Ref, _Ptr>& __x,
      |     ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/bits/stl_deque.h:283:5: note:   template argument deduction/substitution failed:
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/executor.hpp:338,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/basic_deadline_timer.hpp:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/deadline_timer.hpp:24,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/detail/stream_core.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/detail/io.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/stream.hpp:29,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl.hpp:22,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_client.h:68,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:99,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/impl/executor.hpp:218:22: note:   'const std::reference_wrapper<boost::asio::io_context>' is not derived from 'const std::_Deque_iterator<_Tp, _Ref, _Ptr>'
  218 |     return executor_ == *static_cast<const Executor*>(e->target());
      |            ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/deque:67,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/queue:60,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/bits/stl_deque.h:290:5: note: candidate: 'template<class _Tp, class _RefL, class _PtrL, class _RefR, class _PtrR> bool std::operator==(const std::_Deque_iterator<_Tp, _Ref, _Ptr>&, const std::_Deque_iterator<_Tp, _RefR, _PtrR>&)'
  290 |     operator==(const _Deque_iterator<_Tp, _RefL, _PtrL>& __x,
      |     ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/bits/stl_deque.h:290:5: note:   template argument deduction/substitution failed:
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/executor.hpp:338,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/basic_deadline_timer.hpp:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/deadline_timer.hpp:24,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/detail/stream_core.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/detail/io.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/stream.hpp:29,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl.hpp:22,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_client.h:68,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:99,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/impl/executor.hpp:218:22: note:   'const std::reference_wrapper<boost::asio::io_context>' is not derived from 'const std::_Deque_iterator<_Tp, _Ref, _Ptr>'
  218 |     return executor_ == *static_cast<const Executor*>(e->target());
      |            ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/deque:67,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/queue:60,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/bits/stl_deque.h:2309:5: note: candidate: 'template<class _Tp, class _Alloc> bool std::operator==(const std::deque<_Tp, _Alloc>&, const std::deque<_Tp, _Alloc>&)'
 2309 |     operator==(const deque<_Tp, _Alloc>& __x,
      |     ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/bits/stl_deque.h:2309:5: note:   template argument deduction/substitution failed:
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/executor.hpp:338,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/basic_deadline_timer.hpp:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/deadline_timer.hpp:24,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/detail/stream_core.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/detail/io.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/stream.hpp:29,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl.hpp:22,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_client.h:68,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:99,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/impl/executor.hpp:218:22: note:   'const std::reference_wrapper<boost::asio::io_context>' is not derived from 'const std::deque<_Tp, _Alloc>'
  218 |     return executor_ == *static_cast<const Executor*>(e->target());
      |            ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/queue:64,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/bits/stl_queue.h:338:5: note: candidate: 'template<class _Tp, class _Seq> bool std::operator==(const std::queue<_Tp, _Seq>&, const std::queue<_Tp, _Seq>&)'
  338 |     operator==(const queue<_Tp, _Seq>& __x, const queue<_Tp, _Seq>& __y)
      |     ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/bits/stl_queue.h:338:5: note:   template argument deduction/substitution failed:
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/executor.hpp:338,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/basic_deadline_timer.hpp:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/deadline_timer.hpp:24,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/detail/stream_core.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/detail/io.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/stream.hpp:29,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl.hpp:22,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_client.h:68,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:99,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/impl/executor.hpp:218:22: note:   'const std::reference_wrapper<boost::asio::io_context>' is not derived from 'const std::queue<_Tp, _Seq>'
  218 |     return executor_ == *static_cast<const Executor*>(e->target());
      |            ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:16:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/thread:276:3: note: candidate: 'bool std::operator==(std::thread::id, std::thread::id)'
  276 |   operator==(thread::id __x, thread::id __y) noexcept
      |   ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/thread:276:25: note:   no known conversion for argument 1 from 'const std::reference_wrapper<boost::asio::io_context>' to 'std::thread::id'
  276 |   operator==(thread::id __x, thread::id __y) noexcept
      |              ~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::in_avail() const [with _CollectionType = std::vector<unsigned char>; size_t = long unsigned int]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:108:20:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:116:34: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  116 |         return (size_t)(writeend - readhead);
      |                        ~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6490:43: note:   initializing argument 1 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::SafeInt<T, E>::operator-(msl::safeint3::SafeInt<T, E>) const [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6490 |     SafeInt<T, E> operator-(SafeInt<T, E> rhs) const SAFEINT_CPP_THROW
      |                             ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::in_avail() const [with _CollectionType = std::__cxx11::basic_string<char>; size_t = long unsigned int]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:108:20:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:116:34: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  116 |         return (size_t)(writeend - readhead);
      |                        ~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6490:43: note:   initializing argument 1 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::SafeInt<T, E>::operator-(msl::safeint3::SafeInt<T, E>) const [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6490 |     SafeInt<T, E> operator-(SafeInt<T, E> rhs) const SAFEINT_CPP_THROW
      |                             ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::read(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t, bool) [with _CollectionType = std::vector<unsigned char>; size_t = long unsigned int; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:207:45:   required from 'pplx::task<long unsigned int> Concurrency::streams::details::basic_container_buffer<_CollectionType>::_getn(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t) [with _CollectionType = std::vector<unsigned char>; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char; size_t = long unsigned int]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:205:32:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:397:44: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  397 |         size_t newPos = m_current_position + read_size;
      |                         ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:7229:46: note:   initializing argument 2 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::operator+(U, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 7229 | SafeInt<T, E> operator+(U lhs, SafeInt<T, E> rhs) SAFEINT_CPP_THROW
      |                                ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::read(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t, bool) [with _CollectionType = std::__cxx11::basic_string<char>; size_t = long unsigned int; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = char]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:207:45:   required from 'pplx::task<long unsigned int> Concurrency::streams::details::basic_container_buffer<_CollectionType>::_getn(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t) [with _CollectionType = std::__cxx11::basic_string<char>; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = char; size_t = long unsigned int]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:205:32:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:397:44: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  397 |         size_t newPos = m_current_position + read_size;
      |                         ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:7229:46: note:   initializing argument 2 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::operator+(U, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 7229 | SafeInt<T, E> operator+(U lhs, SafeInt<T, E> rhs) SAFEINT_CPP_THROW
      |                                ~~~~~~~~~~~~~~^~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp: In instantiation of 'msl::safeint3::SafeInt<T, E> msl::safeint3::SafeInt<T, E>::Min(msl::safeint3::SafeInt<T, E>, T) const [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:395:65:   required from 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::read(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t, bool) [with _CollectionType = std::vector<unsigned char>; size_t = long unsigned int; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:207:45:   required from 'pplx::task<long unsigned int> Concurrency::streams::details::basic_container_buffer<_CollectionType>::_getn(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t) [with _CollectionType = std::vector<unsigned char>; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char; size_t = long unsigned int]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:205:32:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6724:22: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
 6724 |         T tmp = test < m_int ? (T)test : m_int;
      |                 ~~~~~^~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6852:30: note:   initializing argument 1 of 'bool msl::safeint3::operator<(msl::safeint3::SafeInt<T, E>, U) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6852 | bool operator<(SafeInt<T, E> lhs, U rhs) SAFEINT_NOTHROW
      |                ~~~~~~~~~~~~~~^~~
[46/158] TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux-musl/aarch64-yoe-linux-musl-g++  -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_CHRONO_DYN_LINK -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_RANDOM_DYN_LINK -DBOOST_REGEX_DYN_LINK -DBOOST_SYSTEM_DYN_LINK -DBOOST_THREAD_DYN_LINK -DCPPREST_FORCE_HTTP_CLIENT_ASIO -DCPPREST_FORCE_HTTP_LISTENER_ASIO -DCPPREST_NO_SSL_LEAK_SUPPRESS -Dcpprest_EXPORTS -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot  -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot=                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native=  -fvisibility-inlines-hidden  -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot -std=c++11 -fno-strict-aliasing -fPIC   -pedantic -Wall -Wextra -Wunused-parameter -Wcast-align -Wcast-qual -Wconversion -Wformat=2 -Winit-self -Winvalid-pch -Wmissing-format-attribute -Wmissing-include-dirs -Wpacked -Wredundant-decls -Wunreachable-code -MD -MT Release/src/CMakeFiles/cpprest.dir/websockets/client/ws_client.cpp.o -MF Release/src/CMakeFiles/cpprest.dir/websockets/client/ws_client.cpp.o.d -o Release/src/CMakeFiles/cpprest.dir/websockets/client/ws_client.cpp.o -c TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client.cpp
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:88,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client.cpp:12:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/json.h: In member function 'web::json::value& web::json::array::operator[](web::json::array::size_type)':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/json.h:921:25: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  921 |         if (nlastSize < nMinSize) m_elements.resize(nMinSize);
      |                         ^~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client.cpp:12:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6858:30: note:   initializing argument 1 of 'bool msl::safeint3::operator<(msl::safeint3::SafeInt<U, E>, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6858 | bool operator<(SafeInt<U, E> lhs, SafeInt<T, E> rhs) SAFEINT_NOTHROW
      |                ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:88,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client.cpp:12:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/json.h:921:25: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  921 |         if (nlastSize < nMinSize) m_elements.resize(nMinSize);
      |                         ^~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client.cpp:12:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6858:49: note:   initializing argument 2 of 'bool msl::safeint3::operator<(msl::safeint3::SafeInt<U, E>, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6858 | bool operator<(SafeInt<U, E> lhs, SafeInt<T, E> rhs) SAFEINT_NOTHROW
      |                                   ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client.cpp:12:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::in_avail() const [with _CollectionType = std::vector<unsigned char>; size_t = long unsigned int]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:108:20:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:116:34: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  116 |         return (size_t)(writeend - readhead);
      |                        ~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client.cpp:12:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6490:43: note:   initializing argument 1 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::SafeInt<T, E>::operator-(msl::safeint3::SafeInt<T, E>) const [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6490 |     SafeInt<T, E> operator-(SafeInt<T, E> rhs) const SAFEINT_CPP_THROW
      |                             ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client.cpp:12:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::in_avail() const [with _CollectionType = std::__cxx11::basic_string<char>; size_t = long unsigned int]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:108:20:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:116:34: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  116 |         return (size_t)(writeend - readhead);
      |                        ~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client.cpp:12:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6490:43: note:   initializing argument 1 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::SafeInt<T, E>::operator-(msl::safeint3::SafeInt<T, E>) const [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6490 |     SafeInt<T, E> operator-(SafeInt<T, E> rhs) const SAFEINT_CPP_THROW
      |                             ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client.cpp:12:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::read(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t, bool) [with _CollectionType = std::vector<unsigned char>; size_t = long unsigned int; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:207:45:   required from 'pplx::task<long unsigned int> Concurrency::streams::details::basic_container_buffer<_CollectionType>::_getn(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t) [with _CollectionType = std::vector<unsigned char>; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char; size_t = long unsigned int]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:205:32:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:397:44: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  397 |         size_t newPos = m_current_position + read_size;
      |                         ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client.cpp:12:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:7229:46: note:   initializing argument 2 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::operator+(U, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 7229 | SafeInt<T, E> operator+(U lhs, SafeInt<T, E> rhs) SAFEINT_CPP_THROW
      |                                ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client.cpp:12:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::read(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t, bool) [with _CollectionType = std::__cxx11::basic_string<char>; size_t = long unsigned int; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = char]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:207:45:   required from 'pplx::task<long unsigned int> Concurrency::streams::details::basic_container_buffer<_CollectionType>::_getn(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t) [with _CollectionType = std::__cxx11::basic_string<char>; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = char; size_t = long unsigned int]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:205:32:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:397:44: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  397 |         size_t newPos = m_current_position + read_size;
      |                         ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client.cpp:12:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:7229:46: note:   initializing argument 2 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::operator+(U, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 7229 | SafeInt<T, E> operator+(U lhs, SafeInt<T, E> rhs) SAFEINT_CPP_THROW
      |                                ~~~~~~~~~~~~~~^~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp: In instantiation of 'msl::safeint3::SafeInt<T, E> msl::safeint3::SafeInt<T, E>::Min(msl::safeint3::SafeInt<T, E>, T) const [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:395:65:   required from 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::read(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t, bool) [with _CollectionType = std::vector<unsigned char>; size_t = long unsigned int; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:207:45:   required from 'pplx::task<long unsigned int> Concurrency::streams::details::basic_container_buffer<_CollectionType>::_getn(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t) [with _CollectionType = std::vector<unsigned char>; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char; size_t = long unsigned int]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:205:32:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6724:22: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
 6724 |         T tmp = test < m_int ? (T)test : m_int;
      |                 ~~~~~^~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6852:30: note:   initializing argument 1 of 'bool msl::safeint3::operator<(msl::safeint3::SafeInt<T, E>, U) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6852 | bool operator<(SafeInt<T, E> lhs, U rhs) SAFEINT_NOTHROW
      |                ~~~~~~~~~~~~~~^~~
[47/158] TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux-musl/aarch64-yoe-linux-musl-g++  -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_CHRONO_DYN_LINK -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_RANDOM_DYN_LINK -DBOOST_REGEX_DYN_LINK -DBOOST_SYSTEM_DYN_LINK -DBOOST_THREAD_DYN_LINK -DCPPREST_FORCE_HTTP_CLIENT_ASIO -DCPPREST_FORCE_HTTP_LISTENER_ASIO -DCPPREST_NO_SSL_LEAK_SUPPRESS -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/utilities/include -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp/. -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot  -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot=                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native=  -fvisibility-inlines-hidden  -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot -std=c++11 -fno-strict-aliasing -MD -MT Release/tests/common/TestRunner/CMakeFiles/test_runner.dir/test_runner.cpp.o -MF Release/tests/common/TestRunner/CMakeFiles/test_runner.dir/test_runner.cpp.o.d -o Release/tests/common/TestRunner/CMakeFiles/test_runner.dir/test_runner.cpp.o -c TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/TestRunner/test_runner.cpp
[48/158] TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux-musl/aarch64-yoe-linux-musl-g++  -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_CHRONO_DYN_LINK -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_RANDOM_DYN_LINK -DBOOST_REGEX_DYN_LINK -DBOOST_SYSTEM_DYN_LINK -DBOOST_THREAD_DYN_LINK -DCPPREST_FORCE_HTTP_CLIENT_ASIO -DCPPREST_FORCE_HTTP_LISTENER_ASIO -DCPPREST_NO_SSL_LEAK_SUPPRESS -Dhttptest_utilities_EXPORTS -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/utilities/include -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/functional/http/utilities/include -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp/. -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot  -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot=                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native=  -fvisibility-inlines-hidden  -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot -std=c++11 -fno-strict-aliasing -fPIC -MD -MT Release/tests/functional/http/utilities/CMakeFiles/httptest_utilities.dir/http_asserts.cpp.o -MF Release/tests/functional/http/utilities/CMakeFiles/httptest_utilities.dir/http_asserts.cpp.o.d -o Release/tests/functional/http/utilities/CMakeFiles/httptest_utilities.dir/http_asserts.cpp.o -c TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/functional/http/utilities/http_asserts.cpp
[49/158] TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux-musl/aarch64-yoe-linux-musl-g++  -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_CHRONO_DYN_LINK -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_RANDOM_DYN_LINK -DBOOST_REGEX_DYN_LINK -DBOOST_SYSTEM_DYN_LINK -DBOOST_THREAD_DYN_LINK -DCPPREST_FORCE_HTTP_CLIENT_ASIO -DCPPREST_FORCE_HTTP_LISTENER_ASIO -DCPPREST_NO_SSL_LEAK_SUPPRESS -Dhttplistener_test_EXPORTS -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/utilities/include -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp/. -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/functional/http/utilities/include -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot  -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot=                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native=  -fvisibility-inlines-hidden  -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot -std=c++11 -fno-strict-aliasing -fPIC -MD -MT Release/tests/functional/http/listener/CMakeFiles/httplistener_test.dir/header_tests.cpp.o -MF Release/tests/functional/http/listener/CMakeFiles/httplistener_test.dir/header_tests.cpp.o.d -o Release/tests/functional/http/listener/CMakeFiles/httplistener_test.dir/header_tests.cpp.o -c TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/functional/http/listener/header_tests.cpp
[50/158] TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux-musl/aarch64-yoe-linux-musl-g++  -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_CHRONO_DYN_LINK -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_RANDOM_DYN_LINK -DBOOST_REGEX_DYN_LINK -DBOOST_SYSTEM_DYN_LINK -DBOOST_THREAD_DYN_LINK -DCPPREST_FORCE_HTTP_CLIENT_ASIO -DCPPREST_FORCE_HTTP_LISTENER_ASIO -DCPPREST_NO_SSL_LEAK_SUPPRESS -Dhttpclient_test_EXPORTS -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/utilities/include -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp/. -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/functional/http/utilities/include -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot  -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot=                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native=  -fvisibility-inlines-hidden  -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot -std=c++11 -fno-strict-aliasing -fPIC -MD -MT Release/tests/functional/http/client/CMakeFiles/httpclient_test.dir/client_construction.cpp.o -MF Release/tests/functional/http/client/CMakeFiles/httpclient_test.dir/client_construction.cpp.o.d -o Release/tests/functional/http/client/CMakeFiles/httpclient_test.dir/client_construction.cpp.o -c TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/functional/http/client/client_construction.cpp
[51/158] TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux-musl/aarch64-yoe-linux-musl-g++  -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_CHRONO_DYN_LINK -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_RANDOM_DYN_LINK -DBOOST_REGEX_DYN_LINK -DBOOST_SYSTEM_DYN_LINK -DBOOST_THREAD_DYN_LINK -DCPPREST_FORCE_HTTP_CLIENT_ASIO -DCPPREST_FORCE_HTTP_LISTENER_ASIO -DCPPREST_NO_SSL_LEAK_SUPPRESS -Dhttpclient_test_EXPORTS -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/utilities/include -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp/. -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/functional/http/utilities/include -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot  -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot=                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native=  -fvisibility-inlines-hidden  -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot -std=c++11 -fno-strict-aliasing -fPIC -MD -MT Release/tests/functional/http/client/CMakeFiles/httpclient_test.dir/connection_pool_tests.cpp.o -MF Release/tests/functional/http/client/CMakeFiles/httpclient_test.dir/connection_pool_tests.cpp.o.d -o Release/tests/functional/http/client/CMakeFiles/httpclient_test.dir/connection_pool_tests.cpp.o -c TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/functional/http/client/connection_pool_tests.cpp
[52/158] TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux-musl/aarch64-yoe-linux-musl-g++  -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_CHRONO_DYN_LINK -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_RANDOM_DYN_LINK -DBOOST_REGEX_DYN_LINK -DBOOST_SYSTEM_DYN_LINK -DBOOST_THREAD_DYN_LINK -DCPPREST_FORCE_HTTP_CLIENT_ASIO -DCPPREST_FORCE_HTTP_LISTENER_ASIO -DCPPREST_NO_SSL_LEAK_SUPPRESS -Dhttptest_utilities_EXPORTS -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/utilities/include -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/functional/http/utilities/include -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp/. -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot  -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot=                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native=  -fvisibility-inlines-hidden  -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot -std=c++11 -fno-strict-aliasing -fPIC -MD -MT Release/tests/functional/http/utilities/CMakeFiles/httptest_utilities.dir/test_http_client.cpp.o -MF Release/tests/functional/http/utilities/CMakeFiles/httptest_utilities.dir/test_http_client.cpp.o.d -o Release/tests/functional/http/utilities/CMakeFiles/httptest_utilities.dir/test_http_client.cpp.o -c TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/functional/http/utilities/test_http_client.cpp
[53/158] TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux-musl/aarch64-yoe-linux-musl-g++  -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_CHRONO_DYN_LINK -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_RANDOM_DYN_LINK -DBOOST_REGEX_DYN_LINK -DBOOST_SYSTEM_DYN_LINK -DBOOST_THREAD_DYN_LINK -DCPPREST_FORCE_HTTP_CLIENT_ASIO -DCPPREST_FORCE_HTTP_LISTENER_ASIO -DCPPREST_NO_SSL_LEAK_SUPPRESS -Dhttptest_utilities_EXPORTS -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/utilities/include -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/functional/http/utilities/include -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp/. -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot  -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot=                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native=  -fvisibility-inlines-hidden  -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot -std=c++11 -fno-strict-aliasing -fPIC -MD -MT Release/tests/functional/http/utilities/CMakeFiles/httptest_utilities.dir/test_server_utilities.cpp.o -MF Release/tests/functional/http/utilities/CMakeFiles/httptest_utilities.dir/test_server_utilities.cpp.o.d -o Release/tests/functional/http/utilities/CMakeFiles/httptest_utilities.dir/test_server_utilities.cpp.o -c TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/functional/http/utilities/test_server_utilities.cpp
[54/158] TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux-musl/aarch64-yoe-linux-musl-g++  -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_CHRONO_DYN_LINK -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_RANDOM_DYN_LINK -DBOOST_REGEX_DYN_LINK -DBOOST_SYSTEM_DYN_LINK -DBOOST_THREAD_DYN_LINK -DCPPREST_FORCE_HTTP_CLIENT_ASIO -DCPPREST_FORCE_HTTP_LISTENER_ASIO -DCPPREST_NO_SSL_LEAK_SUPPRESS -Dhttptest_utilities_EXPORTS -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/utilities/include -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/functional/http/utilities/include -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp/. -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot  -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot=                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native=  -fvisibility-inlines-hidden  -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot -std=c++11 -fno-strict-aliasing -fPIC -MD -MT Release/tests/functional/http/utilities/CMakeFiles/httptest_utilities.dir/test_http_server.cpp.o -MF Release/tests/functional/http/utilities/CMakeFiles/httptest_utilities.dir/test_http_server.cpp.o.d -o Release/tests/functional/http/utilities/CMakeFiles/httptest_utilities.dir/test_http_server.cpp.o -c TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/functional/http/utilities/test_http_server.cpp
[55/158] TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux-musl/aarch64-yoe-linux-musl-g++  -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_CHRONO_DYN_LINK -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_RANDOM_DYN_LINK -DBOOST_REGEX_DYN_LINK -DBOOST_SYSTEM_DYN_LINK -DBOOST_THREAD_DYN_LINK -DCPPREST_FORCE_HTTP_CLIENT_ASIO -DCPPREST_FORCE_HTTP_LISTENER_ASIO -DCPPREST_NO_SSL_LEAK_SUPPRESS -Dhttpclient_test_EXPORTS -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/utilities/include -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp/. -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/functional/http/utilities/include -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot  -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot=                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native=  -fvisibility-inlines-hidden  -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot -std=c++11 -fno-strict-aliasing -fPIC -MD -MT Release/tests/functional/http/client/CMakeFiles/httpclient_test.dir/header_tests.cpp.o -MF Release/tests/functional/http/client/CMakeFiles/httpclient_test.dir/header_tests.cpp.o.d -o Release/tests/functional/http/client/CMakeFiles/httpclient_test.dir/header_tests.cpp.o -c TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/functional/http/client/header_tests.cpp
[56/158] TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux-musl/aarch64-yoe-linux-musl-g++  -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_CHRONO_DYN_LINK -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_RANDOM_DYN_LINK -DBOOST_REGEX_DYN_LINK -DBOOST_SYSTEM_DYN_LINK -DBOOST_THREAD_DYN_LINK -DCPPREST_FORCE_HTTP_CLIENT_ASIO -DCPPREST_FORCE_HTTP_LISTENER_ASIO -DCPPREST_NO_SSL_LEAK_SUPPRESS -Dhttpclient_test_EXPORTS -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/utilities/include -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp/. -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/functional/http/utilities/include -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot  -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot=                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native=  -fvisibility-inlines-hidden  -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot -std=c++11 -fno-strict-aliasing -fPIC -MD -MT Release/tests/functional/http/client/CMakeFiles/httpclient_test.dir/building_request_tests.cpp.o -MF Release/tests/functional/http/client/CMakeFiles/httpclient_test.dir/building_request_tests.cpp.o.d -o Release/tests/functional/http/client/CMakeFiles/httpclient_test.dir/building_request_tests.cpp.o -c TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/functional/http/client/building_request_tests.cpp
[57/158] TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux-musl/aarch64-yoe-linux-musl-g++  -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_CHRONO_DYN_LINK -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_RANDOM_DYN_LINK -DBOOST_REGEX_DYN_LINK -DBOOST_SYSTEM_DYN_LINK -DBOOST_THREAD_DYN_LINK -DCPPREST_FORCE_HTTP_CLIENT_ASIO -DCPPREST_FORCE_HTTP_LISTENER_ASIO -DCPPREST_NO_SSL_LEAK_SUPPRESS -Dcpprest_EXPORTS -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot  -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot=                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native=  -fvisibility-inlines-hidden  -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot -std=c++11 -fno-strict-aliasing -fPIC   -pedantic -Wall -Wextra -Wunused-parameter -Wcast-align -Wcast-qual -Wconversion -Wformat=2 -Winit-self -Winvalid-pch -Wmissing-format-attribute -Wmissing-include-dirs -Wpacked -Wredundant-decls -Wunreachable-code -MD -MT Release/src/CMakeFiles/cpprest.dir/http/client/http_client_asio.cpp.o -MF Release/src/CMakeFiles/cpprest.dir/http/client/http_client_asio.cpp.o.d -o Release/src/CMakeFiles/cpprest.dir/http/client/http_client_asio.cpp.o -c TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/client/http_client_asio.cpp
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:88,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/client/http_client_asio.cpp:16:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/json.h: In member function 'web::json::value& web::json::array::operator[](web::json::array::size_type)':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/json.h:921:25: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  921 |         if (nlastSize < nMinSize) m_elements.resize(nMinSize);
      |                         ^~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/client/http_client_asio.cpp:16:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6858:30: note:   initializing argument 1 of 'bool msl::safeint3::operator<(msl::safeint3::SafeInt<U, E>, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6858 | bool operator<(SafeInt<U, E> lhs, SafeInt<T, E> rhs) SAFEINT_NOTHROW
      |                ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:88,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/client/http_client_asio.cpp:16:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/json.h:921:25: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  921 |         if (nlastSize < nMinSize) m_elements.resize(nMinSize);
      |                         ^~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/client/http_client_asio.cpp:16:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6858:49: note:   initializing argument 2 of 'bool msl::safeint3::operator<(msl::safeint3::SafeInt<U, E>, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6858 | bool operator<(SafeInt<U, E> lhs, SafeInt<T, E> rhs) SAFEINT_NOTHROW
      |                                   ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/client/http_client_asio.cpp:16:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::in_avail() const [with _CollectionType = std::vector<unsigned char>; size_t = long unsigned int]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:108:20:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:116:34: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  116 |         return (size_t)(writeend - readhead);
      |                        ~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/client/http_client_asio.cpp:16:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6490:43: note:   initializing argument 1 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::SafeInt<T, E>::operator-(msl::safeint3::SafeInt<T, E>) const [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6490 |     SafeInt<T, E> operator-(SafeInt<T, E> rhs) const SAFEINT_CPP_THROW
      |                             ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/client/http_client_asio.cpp:16:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::in_avail() const [with _CollectionType = std::__cxx11::basic_string<char>; size_t = long unsigned int]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:108:20:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:116:34: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  116 |         return (size_t)(writeend - readhead);
      |                        ~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/client/http_client_asio.cpp:16:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6490:43: note:   initializing argument 1 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::SafeInt<T, E>::operator-(msl::safeint3::SafeInt<T, E>) const [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6490 |     SafeInt<T, E> operator-(SafeInt<T, E> rhs) const SAFEINT_CPP_THROW
      |                             ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/client/http_client_asio.cpp:16:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::read(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t, bool) [with _CollectionType = std::vector<unsigned char>; size_t = long unsigned int; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:207:45:   required from 'pplx::task<long unsigned int> Concurrency::streams::details::basic_container_buffer<_CollectionType>::_getn(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t) [with _CollectionType = std::vector<unsigned char>; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char; size_t = long unsigned int]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:205:32:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:397:44: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  397 |         size_t newPos = m_current_position + read_size;
      |                         ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/client/http_client_asio.cpp:16:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:7229:46: note:   initializing argument 2 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::operator+(U, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 7229 | SafeInt<T, E> operator+(U lhs, SafeInt<T, E> rhs) SAFEINT_CPP_THROW
      |                                ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/client/http_client_asio.cpp:16:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::read(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t, bool) [with _CollectionType = std::__cxx11::basic_string<char>; size_t = long unsigned int; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = char]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:207:45:   required from 'pplx::task<long unsigned int> Concurrency::streams::details::basic_container_buffer<_CollectionType>::_getn(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t) [with _CollectionType = std::__cxx11::basic_string<char>; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = char; size_t = long unsigned int]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:205:32:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:397:44: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  397 |         size_t newPos = m_current_position + read_size;
      |                         ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/client/http_client_asio.cpp:16:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:7229:46: note:   initializing argument 2 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::operator+(U, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 7229 | SafeInt<T, E> operator+(U lhs, SafeInt<T, E> rhs) SAFEINT_CPP_THROW
      |                                ~~~~~~~~~~~~~~^~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp: In instantiation of 'msl::safeint3::SafeInt<T, E> msl::safeint3::SafeInt<T, E>::Min(msl::safeint3::SafeInt<T, E>, T) const [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:395:65:   required from 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::read(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t, bool) [with _CollectionType = std::vector<unsigned char>; size_t = long unsigned int; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:207:45:   required from 'pplx::task<long unsigned int> Concurrency::streams::details::basic_container_buffer<_CollectionType>::_getn(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t) [with _CollectionType = std::vector<unsigned char>; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char; size_t = long unsigned int]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:205:32:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6724:22: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
 6724 |         T tmp = test < m_int ? (T)test : m_int;
      |                 ~~~~~^~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6852:30: note:   initializing argument 1 of 'bool msl::safeint3::operator<(msl::safeint3::SafeInt<T, E>, U) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6852 | bool operator<(SafeInt<T, E> lhs, U rhs) SAFEINT_NOTHROW
      |                ~~~~~~~~~~~~~~^~~
[58/158] TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux-musl/aarch64-yoe-linux-musl-g++  -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_CHRONO_DYN_LINK -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_RANDOM_DYN_LINK -DBOOST_REGEX_DYN_LINK -DBOOST_SYSTEM_DYN_LINK -DBOOST_THREAD_DYN_LINK -DCPPREST_FORCE_HTTP_CLIENT_ASIO -DCPPREST_FORCE_HTTP_LISTENER_ASIO -DCPPREST_NO_SSL_LEAK_SUPPRESS -Dhttpclient_test_EXPORTS -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/utilities/include -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp/. -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/functional/http/utilities/include -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot  -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot=                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native=  -fvisibility-inlines-hidden  -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot -std=c++11 -fno-strict-aliasing -fPIC -MD -MT Release/tests/functional/http/client/CMakeFiles/httpclient_test.dir/authentication_tests.cpp.o -MF Release/tests/functional/http/client/CMakeFiles/httpclient_test.dir/authentication_tests.cpp.o.d -o Release/tests/functional/http/client/CMakeFiles/httpclient_test.dir/authentication_tests.cpp.o -c TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/functional/http/client/authentication_tests.cpp
[59/158] TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux-musl/aarch64-yoe-linux-musl-g++  -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_CHRONO_DYN_LINK -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_RANDOM_DYN_LINK -DBOOST_REGEX_DYN_LINK -DBOOST_SYSTEM_DYN_LINK -DBOOST_THREAD_DYN_LINK -DCPPREST_FORCE_HTTP_CLIENT_ASIO -DCPPREST_FORCE_HTTP_LISTENER_ASIO -DCPPREST_NO_SSL_LEAK_SUPPRESS -Dcpprest_EXPORTS -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot  -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot=                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native=  -fvisibility-inlines-hidden  -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot -std=c++11 -fno-strict-aliasing -fPIC   -pedantic -Wall -Wextra -Wunused-parameter -Wcast-align -Wcast-qual -Wconversion -Wformat=2 -Winit-self -Winvalid-pch -Wmissing-format-attribute -Wmissing-include-dirs -Wpacked -Wredundant-decls -Wunreachable-code -MD -MT Release/src/CMakeFiles/cpprest.dir/http/listener/http_server_asio.cpp.o -MF Release/src/CMakeFiles/cpprest.dir/http/listener/http_server_asio.cpp.o.d -o Release/src/CMakeFiles/cpprest.dir/http/listener/http_server_asio.cpp.o -c TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/listener/http_server_asio.cpp
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:88,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/listener/http_server_asio.cpp:15:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/json.h: In member function 'web::json::value& web::json::array::operator[](web::json::array::size_type)':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/json.h:921:25: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  921 |         if (nlastSize < nMinSize) m_elements.resize(nMinSize);
      |                         ^~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/listener/http_server_asio.cpp:15:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6858:30: note:   initializing argument 1 of 'bool msl::safeint3::operator<(msl::safeint3::SafeInt<U, E>, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6858 | bool operator<(SafeInt<U, E> lhs, SafeInt<T, E> rhs) SAFEINT_NOTHROW
      |                ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:88,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/listener/http_server_asio.cpp:15:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/json.h:921:25: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  921 |         if (nlastSize < nMinSize) m_elements.resize(nMinSize);
      |                         ^~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/listener/http_server_asio.cpp:15:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6858:49: note:   initializing argument 2 of 'bool msl::safeint3::operator<(msl::safeint3::SafeInt<U, E>, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6858 | bool operator<(SafeInt<U, E> lhs, SafeInt<T, E> rhs) SAFEINT_NOTHROW
      |                                   ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/listener/http_server_asio.cpp:15:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::in_avail() const [with _CollectionType = std::vector<unsigned char>; size_t = long unsigned int]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:108:20:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:116:34: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  116 |         return (size_t)(writeend - readhead);
      |                        ~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/listener/http_server_asio.cpp:15:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6490:43: note:   initializing argument 1 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::SafeInt<T, E>::operator-(msl::safeint3::SafeInt<T, E>) const [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6490 |     SafeInt<T, E> operator-(SafeInt<T, E> rhs) const SAFEINT_CPP_THROW
      |                             ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/listener/http_server_asio.cpp:15:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::in_avail() const [with _CollectionType = std::__cxx11::basic_string<char>; size_t = long unsigned int]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:108:20:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:116:34: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  116 |         return (size_t)(writeend - readhead);
      |                        ~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/listener/http_server_asio.cpp:15:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6490:43: note:   initializing argument 1 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::SafeInt<T, E>::operator-(msl::safeint3::SafeInt<T, E>) const [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6490 |     SafeInt<T, E> operator-(SafeInt<T, E> rhs) const SAFEINT_CPP_THROW
      |                             ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/listener/http_server_asio.cpp:15:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::read(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t, bool) [with _CollectionType = std::vector<unsigned char>; size_t = long unsigned int; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:207:45:   required from 'pplx::task<long unsigned int> Concurrency::streams::details::basic_container_buffer<_CollectionType>::_getn(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t) [with _CollectionType = std::vector<unsigned char>; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char; size_t = long unsigned int]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:205:32:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:397:44: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  397 |         size_t newPos = m_current_position + read_size;
      |                         ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/listener/http_server_asio.cpp:15:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:7229:46: note:   initializing argument 2 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::operator+(U, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 7229 | SafeInt<T, E> operator+(U lhs, SafeInt<T, E> rhs) SAFEINT_CPP_THROW
      |                                ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/listener/http_server_asio.cpp:15:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::read(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t, bool) [with _CollectionType = std::__cxx11::basic_string<char>; size_t = long unsigned int; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = char]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:207:45:   required from 'pplx::task<long unsigned int> Concurrency::streams::details::basic_container_buffer<_CollectionType>::_getn(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t) [with _CollectionType = std::__cxx11::basic_string<char>; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = char; size_t = long unsigned int]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:205:32:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:397:44: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  397 |         size_t newPos = m_current_position + read_size;
      |                         ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/listener/http_server_asio.cpp:15:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:7229:46: note:   initializing argument 2 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::operator+(U, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 7229 | SafeInt<T, E> operator+(U lhs, SafeInt<T, E> rhs) SAFEINT_CPP_THROW
      |                                ~~~~~~~~~~~~~~^~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp: In instantiation of 'msl::safeint3::SafeInt<T, E> msl::safeint3::SafeInt<T, E>::Min(msl::safeint3::SafeInt<T, E>, T) const [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:395:65:   required from 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::read(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t, bool) [with _CollectionType = std::vector<unsigned char>; size_t = long unsigned int; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:207:45:   required from 'pplx::task<long unsigned int> Concurrency::streams::details::basic_container_buffer<_CollectionType>::_getn(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t) [with _CollectionType = std::vector<unsigned char>; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char; size_t = long unsigned int]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:205:32:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6724:22: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
 6724 |         T tmp = test < m_int ? (T)test : m_int;
      |                 ~~~~~^~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6852:30: note:   initializing argument 1 of 'bool msl::safeint3::operator<(msl::safeint3::SafeInt<T, E>, U) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6852 | bool operator<(SafeInt<T, E> lhs, U rhs) SAFEINT_NOTHROW
      |                ~~~~~~~~~~~~~~^~~
[60/158] TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux-musl/aarch64-yoe-linux-musl-g++  -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_CHRONO_DYN_LINK -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_RANDOM_DYN_LINK -DBOOST_REGEX_DYN_LINK -DBOOST_SYSTEM_DYN_LINK -DBOOST_THREAD_DYN_LINK -DCPPREST_FORCE_HTTP_CLIENT_ASIO -DCPPREST_FORCE_HTTP_LISTENER_ASIO -DCPPREST_NO_SSL_LEAK_SUPPRESS -Dhttpclient_test_EXPORTS -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/utilities/include -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp/. -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/functional/http/utilities/include -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot  -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot=                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native=  -fvisibility-inlines-hidden  -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot -std=c++11 -fno-strict-aliasing -fPIC -MD -MT Release/tests/functional/http/client/CMakeFiles/httpclient_test.dir/compression_tests.cpp.o -MF Release/tests/functional/http/client/CMakeFiles/httpclient_test.dir/compression_tests.cpp.o.d -o Release/tests/functional/http/client/CMakeFiles/httpclient_test.dir/compression_tests.cpp.o -c TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/functional/http/client/compression_tests.cpp
ninja: build stopped: subcommand failed.
WARNING: TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/temp/run.do_compile.10422:1 exit 1 from 'eval ${DESTDIR:+DESTDIR=${DESTDIR} }VERBOSE=1 cmake --build 'TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/build' "$@" -- -j 16 -l 24.0 -l 24.0'
ERROR: Execution of 'TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/temp/run.do_compile.10422' failed with exit code 1:
[1/158] TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux-musl/aarch64-yoe-linux-musl-g++  -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_CHRONO_DYN_LINK -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_RANDOM_DYN_LINK -DBOOST_REGEX_DYN_LINK -DBOOST_SYSTEM_DYN_LINK -DBOOST_THREAD_DYN_LINK -DCPPREST_FORCE_HTTP_CLIENT_ASIO -DCPPREST_FORCE_HTTP_LISTENER_ASIO -DCPPREST_NO_SSL_LEAK_SUPPRESS -Dcpprest_EXPORTS -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot  -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot=                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native=  -fvisibility-inlines-hidden  -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot -std=c++11 -fno-strict-aliasing -fPIC   -pedantic -Wall -Wextra -Wunused-parameter -Wcast-align -Wcast-qual -Wconversion -Wformat=2 -Winit-self -Winvalid-pch -Wmissing-format-attribute -Wmissing-include-dirs -Wpacked -Wredundant-decls -Wunreachable-code -MD -MT Release/src/CMakeFiles/cpprest.dir/json/json_serialization.cpp.o -MF Release/src/CMakeFiles/cpprest.dir/json/json_serialization.cpp.o.d -o Release/src/CMakeFiles/cpprest.dir/json/json_serialization.cpp.o -c TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/json/json_serialization.cpp
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:88,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/json/json_serialization.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/json.h: In member function 'web::json::value& web::json::array::operator[](web::json::array::size_type)':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/json.h:921:25: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  921 |         if (nlastSize < nMinSize) m_elements.resize(nMinSize);
      |                         ^~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/json/json_serialization.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6858:30: note:   initializing argument 1 of 'bool msl::safeint3::operator<(msl::safeint3::SafeInt<U, E>, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6858 | bool operator<(SafeInt<U, E> lhs, SafeInt<T, E> rhs) SAFEINT_NOTHROW
      |                ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:88,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/json/json_serialization.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/json.h:921:25: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  921 |         if (nlastSize < nMinSize) m_elements.resize(nMinSize);
      |                         ^~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/json/json_serialization.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6858:49: note:   initializing argument 2 of 'bool msl::safeint3::operator<(msl::safeint3::SafeInt<U, E>, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6858 | bool operator<(SafeInt<U, E> lhs, SafeInt<T, E> rhs) SAFEINT_NOTHROW
      |                                   ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/json/json_serialization.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::in_avail() const [with _CollectionType = std::vector<unsigned char>; size_t = long unsigned int]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:108:20:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:116:34: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  116 |         return (size_t)(writeend - readhead);
      |                        ~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/json/json_serialization.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6490:43: note:   initializing argument 1 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::SafeInt<T, E>::operator-(msl::safeint3::SafeInt<T, E>) const [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6490 |     SafeInt<T, E> operator-(SafeInt<T, E> rhs) const SAFEINT_CPP_THROW
      |                             ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/json/json_serialization.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::in_avail() const [with _CollectionType = std::__cxx11::basic_string<char>; size_t = long unsigned int]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:108:20:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:116:34: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  116 |         return (size_t)(writeend - readhead);
      |                        ~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/json/json_serialization.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6490:43: note:   initializing argument 1 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::SafeInt<T, E>::operator-(msl::safeint3::SafeInt<T, E>) const [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6490 |     SafeInt<T, E> operator-(SafeInt<T, E> rhs) const SAFEINT_CPP_THROW
      |                             ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/json/json_serialization.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::read(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t, bool) [with _CollectionType = std::vector<unsigned char>; size_t = long unsigned int; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:207:45:   required from 'pplx::task<long unsigned int> Concurrency::streams::details::basic_container_buffer<_CollectionType>::_getn(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t) [with _CollectionType = std::vector<unsigned char>; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char; size_t = long unsigned int]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:205:32:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:397:44: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  397 |         size_t newPos = m_current_position + read_size;
      |                         ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/json/json_serialization.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:7229:46: note:   initializing argument 2 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::operator+(U, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 7229 | SafeInt<T, E> operator+(U lhs, SafeInt<T, E> rhs) SAFEINT_CPP_THROW
      |                                ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/json/json_serialization.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::read(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t, bool) [with _CollectionType = std::__cxx11::basic_string<char>; size_t = long unsigned int; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = char]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:207:45:   required from 'pplx::task<long unsigned int> Concurrency::streams::details::basic_container_buffer<_CollectionType>::_getn(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t) [with _CollectionType = std::__cxx11::basic_string<char>; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = char; size_t = long unsigned int]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:205:32:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:397:44: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  397 |         size_t newPos = m_current_position + read_size;
      |                         ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/json/json_serialization.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:7229:46: note:   initializing argument 2 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::operator+(U, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 7229 | SafeInt<T, E> operator+(U lhs, SafeInt<T, E> rhs) SAFEINT_CPP_THROW
      |                                ~~~~~~~~~~~~~~^~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp: In instantiation of 'msl::safeint3::SafeInt<T, E> msl::safeint3::SafeInt<T, E>::Min(msl::safeint3::SafeInt<T, E>, T) const [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:395:65:   required from 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::read(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t, bool) [with _CollectionType = std::vector<unsigned char>; size_t = long unsigned int; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:207:45:   required from 'pplx::task<long unsigned int> Concurrency::streams::details::basic_container_buffer<_CollectionType>::_getn(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t) [with _CollectionType = std::vector<unsigned char>; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char; size_t = long unsigned int]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:205:32:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6724:22: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
 6724 |         T tmp = test < m_int ? (T)test : m_int;
      |                 ~~~~~^~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6852:30: note:   initializing argument 1 of 'bool msl::safeint3::operator<(msl::safeint3::SafeInt<T, E>, U) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6852 | bool operator<(SafeInt<T, E> lhs, U rhs) SAFEINT_NOTHROW
      |                ~~~~~~~~~~~~~~^~~
[2/158] TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux-musl/aarch64-yoe-linux-musl-g++  -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_CHRONO_DYN_LINK -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_RANDOM_DYN_LINK -DBOOST_REGEX_DYN_LINK -DBOOST_SYSTEM_DYN_LINK -DBOOST_THREAD_DYN_LINK -DCPPREST_FORCE_HTTP_CLIENT_ASIO -DCPPREST_FORCE_HTTP_LISTENER_ASIO -DCPPREST_NO_SSL_LEAK_SUPPRESS -Dcpprest_EXPORTS -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot  -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot=                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native=  -fvisibility-inlines-hidden  -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot -std=c++11 -fno-strict-aliasing -fPIC   -pedantic -Wall -Wextra -Wunused-parameter -Wcast-align -Wcast-qual -Wconversion -Wformat=2 -Winit-self -Winvalid-pch -Wmissing-format-attribute -Wmissing-include-dirs -Wpacked -Wredundant-decls -Wunreachable-code -MD -MT Release/src/CMakeFiles/cpprest.dir/http/common/http_compression.cpp.o -MF Release/src/CMakeFiles/cpprest.dir/http/common/http_compression.cpp.o.d -o Release/src/CMakeFiles/cpprest.dir/http/common/http_compression.cpp.o -c TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/common/http_compression.cpp
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:88,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/common/http_compression.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/json.h: In member function 'web::json::value& web::json::array::operator[](web::json::array::size_type)':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/json.h:921:25: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  921 |         if (nlastSize < nMinSize) m_elements.resize(nMinSize);
      |                         ^~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/common/http_compression.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6858:30: note:   initializing argument 1 of 'bool msl::safeint3::operator<(msl::safeint3::SafeInt<U, E>, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6858 | bool operator<(SafeInt<U, E> lhs, SafeInt<T, E> rhs) SAFEINT_NOTHROW
      |                ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:88,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/common/http_compression.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/json.h:921:25: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  921 |         if (nlastSize < nMinSize) m_elements.resize(nMinSize);
      |                         ^~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/common/http_compression.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6858:49: note:   initializing argument 2 of 'bool msl::safeint3::operator<(msl::safeint3::SafeInt<U, E>, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6858 | bool operator<(SafeInt<U, E> lhs, SafeInt<T, E> rhs) SAFEINT_NOTHROW
      |                                   ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/common/http_compression.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::in_avail() const [with _CollectionType = std::vector<unsigned char>; size_t = long unsigned int]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:108:20:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:116:34: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  116 |         return (size_t)(writeend - readhead);
      |                        ~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/common/http_compression.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6490:43: note:   initializing argument 1 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::SafeInt<T, E>::operator-(msl::safeint3::SafeInt<T, E>) const [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6490 |     SafeInt<T, E> operator-(SafeInt<T, E> rhs) const SAFEINT_CPP_THROW
      |                             ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/common/http_compression.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::in_avail() const [with _CollectionType = std::__cxx11::basic_string<char>; size_t = long unsigned int]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:108:20:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:116:34: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  116 |         return (size_t)(writeend - readhead);
      |                        ~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/common/http_compression.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6490:43: note:   initializing argument 1 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::SafeInt<T, E>::operator-(msl::safeint3::SafeInt<T, E>) const [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6490 |     SafeInt<T, E> operator-(SafeInt<T, E> rhs) const SAFEINT_CPP_THROW
      |                             ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/common/http_compression.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::read(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t, bool) [with _CollectionType = std::vector<unsigned char>; size_t = long unsigned int; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:207:45:   required from 'pplx::task<long unsigned int> Concurrency::streams::details::basic_container_buffer<_CollectionType>::_getn(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t) [with _CollectionType = std::vector<unsigned char>; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char; size_t = long unsigned int]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:205:32:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:397:44: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  397 |         size_t newPos = m_current_position + read_size;
      |                         ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/common/http_compression.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:7229:46: note:   initializing argument 2 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::operator+(U, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 7229 | SafeInt<T, E> operator+(U lhs, SafeInt<T, E> rhs) SAFEINT_CPP_THROW
      |                                ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/common/http_compression.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::read(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t, bool) [with _CollectionType = std::__cxx11::basic_string<char>; size_t = long unsigned int; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = char]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:207:45:   required from 'pplx::task<long unsigned int> Concurrency::streams::details::basic_container_buffer<_CollectionType>::_getn(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t) [with _CollectionType = std::__cxx11::basic_string<char>; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = char; size_t = long unsigned int]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:205:32:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:397:44: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  397 |         size_t newPos = m_current_position + read_size;
      |                         ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/common/http_compression.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:7229:46: note:   initializing argument 2 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::operator+(U, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 7229 | SafeInt<T, E> operator+(U lhs, SafeInt<T, E> rhs) SAFEINT_CPP_THROW
      |                                ~~~~~~~~~~~~~~^~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp: In instantiation of 'msl::safeint3::SafeInt<T, E> msl::safeint3::SafeInt<T, E>::Min(msl::safeint3::SafeInt<T, E>, T) const [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:395:65:   required from 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::read(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t, bool) [with _CollectionType = std::vector<unsigned char>; size_t = long unsigned int; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:207:45:   required from 'pplx::task<long unsigned int> Concurrency::streams::details::basic_container_buffer<_CollectionType>::_getn(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t) [with _CollectionType = std::vector<unsigned char>; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char; size_t = long unsigned int]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:205:32:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6724:22: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
 6724 |         T tmp = test < m_int ? (T)test : m_int;
      |                 ~~~~~^~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6852:30: note:   initializing argument 1 of 'bool msl::safeint3::operator<(msl::safeint3::SafeInt<T, E>, U) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6852 | bool operator<(SafeInt<T, E> lhs, U rhs) SAFEINT_NOTHROW
      |                ~~~~~~~~~~~~~~^~~
[3/158] TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux-musl/aarch64-yoe-linux-musl-g++  -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_CHRONO_DYN_LINK -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_RANDOM_DYN_LINK -DBOOST_REGEX_DYN_LINK -DBOOST_SYSTEM_DYN_LINK -DBOOST_THREAD_DYN_LINK -DCPPREST_FORCE_HTTP_CLIENT_ASIO -DCPPREST_FORCE_HTTP_LISTENER_ASIO -DCPPREST_NO_SSL_LEAK_SUPPRESS -Dcpprest_EXPORTS -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot  -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot=                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native=  -fvisibility-inlines-hidden  -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot -std=c++11 -fno-strict-aliasing -fPIC   -pedantic -Wall -Wextra -Wunused-parameter -Wcast-align -Wcast-qual -Wconversion -Wformat=2 -Winit-self -Winvalid-pch -Wmissing-format-attribute -Wmissing-include-dirs -Wpacked -Wredundant-decls -Wunreachable-code -MD -MT Release/src/CMakeFiles/cpprest.dir/http/client/http_client_msg.cpp.o -MF Release/src/CMakeFiles/cpprest.dir/http/client/http_client_msg.cpp.o.d -o Release/src/CMakeFiles/cpprest.dir/http/client/http_client_msg.cpp.o -c TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/client/http_client_msg.cpp
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:88,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/client/http_client_msg.cpp:13:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/json.h: In member function 'web::json::value& web::json::array::operator[](web::json::array::size_type)':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/json.h:921:25: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  921 |         if (nlastSize < nMinSize) m_elements.resize(nMinSize);
      |                         ^~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/client/http_client_msg.cpp:13:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6858:30: note:   initializing argument 1 of 'bool msl::safeint3::operator<(msl::safeint3::SafeInt<U, E>, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6858 | bool operator<(SafeInt<U, E> lhs, SafeInt<T, E> rhs) SAFEINT_NOTHROW
      |                ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:88,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/client/http_client_msg.cpp:13:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/json.h:921:25: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  921 |         if (nlastSize < nMinSize) m_elements.resize(nMinSize);
      |                         ^~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/client/http_client_msg.cpp:13:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6858:49: note:   initializing argument 2 of 'bool msl::safeint3::operator<(msl::safeint3::SafeInt<U, E>, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6858 | bool operator<(SafeInt<U, E> lhs, SafeInt<T, E> rhs) SAFEINT_NOTHROW
      |                                   ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/client/http_client_msg.cpp:13:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::in_avail() const [with _CollectionType = std::vector<unsigned char>; size_t = long unsigned int]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:108:20:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:116:34: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  116 |         return (size_t)(writeend - readhead);
      |                        ~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/client/http_client_msg.cpp:13:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6490:43: note:   initializing argument 1 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::SafeInt<T, E>::operator-(msl::safeint3::SafeInt<T, E>) const [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6490 |     SafeInt<T, E> operator-(SafeInt<T, E> rhs) const SAFEINT_CPP_THROW
      |                             ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/client/http_client_msg.cpp:13:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::in_avail() const [with _CollectionType = std::__cxx11::basic_string<char>; size_t = long unsigned int]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:108:20:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:116:34: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  116 |         return (size_t)(writeend - readhead);
      |                        ~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/client/http_client_msg.cpp:13:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6490:43: note:   initializing argument 1 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::SafeInt<T, E>::operator-(msl::safeint3::SafeInt<T, E>) const [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6490 |     SafeInt<T, E> operator-(SafeInt<T, E> rhs) const SAFEINT_CPP_THROW
      |                             ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/client/http_client_msg.cpp:13:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::read(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t, bool) [with _CollectionType = std::vector<unsigned char>; size_t = long unsigned int; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:207:45:   required from 'pplx::task<long unsigned int> Concurrency::streams::details::basic_container_buffer<_CollectionType>::_getn(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t) [with _CollectionType = std::vector<unsigned char>; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char; size_t = long unsigned int]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:205:32:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:397:44: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  397 |         size_t newPos = m_current_position + read_size;
      |                         ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/client/http_client_msg.cpp:13:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:7229:46: note:   initializing argument 2 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::operator+(U, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 7229 | SafeInt<T, E> operator+(U lhs, SafeInt<T, E> rhs) SAFEINT_CPP_THROW
      |                                ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/client/http_client_msg.cpp:13:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::read(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t, bool) [with _CollectionType = std::__cxx11::basic_string<char>; size_t = long unsigned int; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = char]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:207:45:   required from 'pplx::task<long unsigned int> Concurrency::streams::details::basic_container_buffer<_CollectionType>::_getn(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t) [with _CollectionType = std::__cxx11::basic_string<char>; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = char; size_t = long unsigned int]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:205:32:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:397:44: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  397 |         size_t newPos = m_current_position + read_size;
      |                         ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/client/http_client_msg.cpp:13:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:7229:46: note:   initializing argument 2 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::operator+(U, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 7229 | SafeInt<T, E> operator+(U lhs, SafeInt<T, E> rhs) SAFEINT_CPP_THROW
      |                                ~~~~~~~~~~~~~~^~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp: In instantiation of 'msl::safeint3::SafeInt<T, E> msl::safeint3::SafeInt<T, E>::Min(msl::safeint3::SafeInt<T, E>, T) const [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:395:65:   required from 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::read(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t, bool) [with _CollectionType = std::vector<unsigned char>; size_t = long unsigned int; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:207:45:   required from 'pplx::task<long unsigned int> Concurrency::streams::details::basic_container_buffer<_CollectionType>::_getn(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t) [with _CollectionType = std::vector<unsigned char>; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char; size_t = long unsigned int]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:205:32:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6724:22: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
 6724 |         T tmp = test < m_int ? (T)test : m_int;
      |                 ~~~~~^~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6852:30: note:   initializing argument 1 of 'bool msl::safeint3::operator<(msl::safeint3::SafeInt<T, E>, U) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6852 | bool operator<(SafeInt<T, E> lhs, U rhs) SAFEINT_NOTHROW
      |                ~~~~~~~~~~~~~~^~~
[4/158] TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux-musl/aarch64-yoe-linux-musl-g++  -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_CHRONO_DYN_LINK -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_RANDOM_DYN_LINK -DBOOST_REGEX_DYN_LINK -DBOOST_SYSTEM_DYN_LINK -DBOOST_THREAD_DYN_LINK -DCPPREST_FORCE_HTTP_CLIENT_ASIO -DCPPREST_FORCE_HTTP_LISTENER_ASIO -DCPPREST_NO_SSL_LEAK_SUPPRESS -Dcpprest_EXPORTS -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot  -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot=                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native=  -fvisibility-inlines-hidden  -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot -std=c++11 -fno-strict-aliasing -fPIC   -pedantic -Wall -Wextra -Wunused-parameter -Wcast-align -Wcast-qual -Wconversion -Wformat=2 -Winit-self -Winvalid-pch -Wmissing-format-attribute -Wmissing-include-dirs -Wpacked -Wredundant-decls -Wunreachable-code -MD -MT Release/src/CMakeFiles/cpprest.dir/uri/uri_builder.cpp.o -MF Release/src/CMakeFiles/cpprest.dir/uri/uri_builder.cpp.o.d -o Release/src/CMakeFiles/cpprest.dir/uri/uri_builder.cpp.o -c TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/uri/uri_builder.cpp
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:88,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/uri/uri_builder.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/json.h: In member function 'web::json::value& web::json::array::operator[](web::json::array::size_type)':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/json.h:921:25: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  921 |         if (nlastSize < nMinSize) m_elements.resize(nMinSize);
      |                         ^~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/uri/uri_builder.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6858:30: note:   initializing argument 1 of 'bool msl::safeint3::operator<(msl::safeint3::SafeInt<U, E>, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6858 | bool operator<(SafeInt<U, E> lhs, SafeInt<T, E> rhs) SAFEINT_NOTHROW
      |                ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:88,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/uri/uri_builder.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/json.h:921:25: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  921 |         if (nlastSize < nMinSize) m_elements.resize(nMinSize);
      |                         ^~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/uri/uri_builder.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6858:49: note:   initializing argument 2 of 'bool msl::safeint3::operator<(msl::safeint3::SafeInt<U, E>, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6858 | bool operator<(SafeInt<U, E> lhs, SafeInt<T, E> rhs) SAFEINT_NOTHROW
      |                                   ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/uri/uri_builder.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::in_avail() const [with _CollectionType = std::vector<unsigned char>; size_t = long unsigned int]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:108:20:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:116:34: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  116 |         return (size_t)(writeend - readhead);
      |                        ~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/uri/uri_builder.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6490:43: note:   initializing argument 1 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::SafeInt<T, E>::operator-(msl::safeint3::SafeInt<T, E>) const [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6490 |     SafeInt<T, E> operator-(SafeInt<T, E> rhs) const SAFEINT_CPP_THROW
      |                             ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/uri/uri_builder.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::in_avail() const [with _CollectionType = std::__cxx11::basic_string<char>; size_t = long unsigned int]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:108:20:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:116:34: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  116 |         return (size_t)(writeend - readhead);
      |                        ~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/uri/uri_builder.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6490:43: note:   initializing argument 1 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::SafeInt<T, E>::operator-(msl::safeint3::SafeInt<T, E>) const [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6490 |     SafeInt<T, E> operator-(SafeInt<T, E> rhs) const SAFEINT_CPP_THROW
      |                             ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/uri/uri_builder.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::read(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t, bool) [with _CollectionType = std::vector<unsigned char>; size_t = long unsigned int; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:207:45:   required from 'pplx::task<long unsigned int> Concurrency::streams::details::basic_container_buffer<_CollectionType>::_getn(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t) [with _CollectionType = std::vector<unsigned char>; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char; size_t = long unsigned int]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:205:32:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:397:44: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  397 |         size_t newPos = m_current_position + read_size;
      |                         ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/uri/uri_builder.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:7229:46: note:   initializing argument 2 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::operator+(U, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 7229 | SafeInt<T, E> operator+(U lhs, SafeInt<T, E> rhs) SAFEINT_CPP_THROW
      |                                ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/uri/uri_builder.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::read(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t, bool) [with _CollectionType = std::__cxx11::basic_string<char>; size_t = long unsigned int; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = char]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:207:45:   required from 'pplx::task<long unsigned int> Concurrency::streams::details::basic_container_buffer<_CollectionType>::_getn(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t) [with _CollectionType = std::__cxx11::basic_string<char>; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = char; size_t = long unsigned int]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:205:32:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:397:44: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  397 |         size_t newPos = m_current_position + read_size;
      |                         ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/uri/uri_builder.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:7229:46: note:   initializing argument 2 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::operator+(U, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 7229 | SafeInt<T, E> operator+(U lhs, SafeInt<T, E> rhs) SAFEINT_CPP_THROW
      |                                ~~~~~~~~~~~~~~^~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp: In instantiation of 'msl::safeint3::SafeInt<T, E> msl::safeint3::SafeInt<T, E>::Min(msl::safeint3::SafeInt<T, E>, T) const [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:395:65:   required from 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::read(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t, bool) [with _CollectionType = std::vector<unsigned char>; size_t = long unsigned int; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:207:45:   required from 'pplx::task<long unsigned int> Concurrency::streams::details::basic_container_buffer<_CollectionType>::_getn(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t) [with _CollectionType = std::vector<unsigned char>; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char; size_t = long unsigned int]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:205:32:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6724:22: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
 6724 |         T tmp = test < m_int ? (T)test : m_int;
      |                 ~~~~~^~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6852:30: note:   initializing argument 1 of 'bool msl::safeint3::operator<(msl::safeint3::SafeInt<T, E>, U) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6852 | bool operator<(SafeInt<T, E> lhs, U rhs) SAFEINT_NOTHROW
      |                ~~~~~~~~~~~~~~^~~
[5/158] TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux-musl/aarch64-yoe-linux-musl-g++  -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_CHRONO_DYN_LINK -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_RANDOM_DYN_LINK -DBOOST_REGEX_DYN_LINK -DBOOST_SYSTEM_DYN_LINK -DBOOST_THREAD_DYN_LINK -DCPPREST_FORCE_HTTP_CLIENT_ASIO -DCPPREST_FORCE_HTTP_LISTENER_ASIO -DCPPREST_NO_SSL_LEAK_SUPPRESS -Dcpprest_EXPORTS -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot  -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot=                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native=  -fvisibility-inlines-hidden  -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot -std=c++11 -fno-strict-aliasing -fPIC   -pedantic -Wall -Wextra -Wunused-parameter -Wcast-align -Wcast-qual -Wconversion -Wformat=2 -Winit-self -Winvalid-pch -Wmissing-format-attribute -Wmissing-include-dirs -Wpacked -Wredundant-decls -Wunreachable-code -MD -MT Release/src/CMakeFiles/cpprest.dir/http/common/http_helpers.cpp.o -MF Release/src/CMakeFiles/cpprest.dir/http/common/http_helpers.cpp.o.d -o Release/src/CMakeFiles/cpprest.dir/http/common/http_helpers.cpp.o -c TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/common/http_helpers.cpp
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:88,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/common/http_helpers.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/json.h: In member function 'web::json::value& web::json::array::operator[](web::json::array::size_type)':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/json.h:921:25: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  921 |         if (nlastSize < nMinSize) m_elements.resize(nMinSize);
      |                         ^~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/common/http_helpers.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6858:30: note:   initializing argument 1 of 'bool msl::safeint3::operator<(msl::safeint3::SafeInt<U, E>, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6858 | bool operator<(SafeInt<U, E> lhs, SafeInt<T, E> rhs) SAFEINT_NOTHROW
      |                ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:88,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/common/http_helpers.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/json.h:921:25: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  921 |         if (nlastSize < nMinSize) m_elements.resize(nMinSize);
      |                         ^~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/common/http_helpers.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6858:49: note:   initializing argument 2 of 'bool msl::safeint3::operator<(msl::safeint3::SafeInt<U, E>, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6858 | bool operator<(SafeInt<U, E> lhs, SafeInt<T, E> rhs) SAFEINT_NOTHROW
      |                                   ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/common/http_helpers.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::in_avail() const [with _CollectionType = std::vector<unsigned char>; size_t = long unsigned int]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:108:20:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:116:34: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  116 |         return (size_t)(writeend - readhead);
      |                        ~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/common/http_helpers.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6490:43: note:   initializing argument 1 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::SafeInt<T, E>::operator-(msl::safeint3::SafeInt<T, E>) const [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6490 |     SafeInt<T, E> operator-(SafeInt<T, E> rhs) const SAFEINT_CPP_THROW
      |                             ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/common/http_helpers.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::in_avail() const [with _CollectionType = std::__cxx11::basic_string<char>; size_t = long unsigned int]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:108:20:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:116:34: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  116 |         return (size_t)(writeend - readhead);
      |                        ~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/common/http_helpers.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6490:43: note:   initializing argument 1 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::SafeInt<T, E>::operator-(msl::safeint3::SafeInt<T, E>) const [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6490 |     SafeInt<T, E> operator-(SafeInt<T, E> rhs) const SAFEINT_CPP_THROW
      |                             ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/common/http_helpers.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::read(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t, bool) [with _CollectionType = std::vector<unsigned char>; size_t = long unsigned int; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:207:45:   required from 'pplx::task<long unsigned int> Concurrency::streams::details::basic_container_buffer<_CollectionType>::_getn(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t) [with _CollectionType = std::vector<unsigned char>; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char; size_t = long unsigned int]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:205:32:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:397:44: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  397 |         size_t newPos = m_current_position + read_size;
      |                         ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/common/http_helpers.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:7229:46: note:   initializing argument 2 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::operator+(U, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 7229 | SafeInt<T, E> operator+(U lhs, SafeInt<T, E> rhs) SAFEINT_CPP_THROW
      |                                ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/common/http_helpers.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::read(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t, bool) [with _CollectionType = std::__cxx11::basic_string<char>; size_t = long unsigned int; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = char]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:207:45:   required from 'pplx::task<long unsigned int> Concurrency::streams::details::basic_container_buffer<_CollectionType>::_getn(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t) [with _CollectionType = std::__cxx11::basic_string<char>; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = char; size_t = long unsigned int]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:205:32:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:397:44: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  397 |         size_t newPos = m_current_position + read_size;
      |                         ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/common/http_helpers.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:7229:46: note:   initializing argument 2 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::operator+(U, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 7229 | SafeInt<T, E> operator+(U lhs, SafeInt<T, E> rhs) SAFEINT_CPP_THROW
      |                                ~~~~~~~~~~~~~~^~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp: In instantiation of 'msl::safeint3::SafeInt<T, E> msl::safeint3::SafeInt<T, E>::Min(msl::safeint3::SafeInt<T, E>, T) const [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:395:65:   required from 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::read(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t, bool) [with _CollectionType = std::vector<unsigned char>; size_t = long unsigned int; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:207:45:   required from 'pplx::task<long unsigned int> Concurrency::streams::details::basic_container_buffer<_CollectionType>::_getn(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t) [with _CollectionType = std::vector<unsigned char>; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char; size_t = long unsigned int]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:205:32:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6724:22: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
 6724 |         T tmp = test < m_int ? (T)test : m_int;
      |                 ~~~~~^~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6852:30: note:   initializing argument 1 of 'bool msl::safeint3::operator<(msl::safeint3::SafeInt<T, E>, U) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6852 | bool operator<(SafeInt<T, E> lhs, U rhs) SAFEINT_NOTHROW
      |                ~~~~~~~~~~~~~~^~~
[6/158] TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux-musl/aarch64-yoe-linux-musl-g++  -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_CHRONO_DYN_LINK -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_RANDOM_DYN_LINK -DBOOST_REGEX_DYN_LINK -DBOOST_SYSTEM_DYN_LINK -DBOOST_THREAD_DYN_LINK -DCPPREST_FORCE_HTTP_CLIENT_ASIO -DCPPREST_FORCE_HTTP_LISTENER_ASIO -DCPPREST_NO_SSL_LEAK_SUPPRESS -Dcpprest_EXPORTS -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot  -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot=                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native=  -fvisibility-inlines-hidden  -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot -std=c++11 -fno-strict-aliasing -fPIC   -pedantic -Wall -Wextra -Wunused-parameter -Wcast-align -Wcast-qual -Wconversion -Wformat=2 -Winit-self -Winvalid-pch -Wmissing-format-attribute -Wmissing-include-dirs -Wpacked -Wredundant-decls -Wunreachable-code -MD -MT Release/src/CMakeFiles/cpprest.dir/http/listener/http_listener_msg.cpp.o -MF Release/src/CMakeFiles/cpprest.dir/http/listener/http_listener_msg.cpp.o.d -o Release/src/CMakeFiles/cpprest.dir/http/listener/http_listener_msg.cpp.o -c TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/listener/http_listener_msg.cpp
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:88,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/listener/http_listener_msg.cpp:11:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/json.h: In member function 'web::json::value& web::json::array::operator[](web::json::array::size_type)':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/json.h:921:25: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  921 |         if (nlastSize < nMinSize) m_elements.resize(nMinSize);
      |                         ^~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/listener/http_listener_msg.cpp:11:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6858:30: note:   initializing argument 1 of 'bool msl::safeint3::operator<(msl::safeint3::SafeInt<U, E>, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6858 | bool operator<(SafeInt<U, E> lhs, SafeInt<T, E> rhs) SAFEINT_NOTHROW
      |                ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:88,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/listener/http_listener_msg.cpp:11:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/json.h:921:25: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  921 |         if (nlastSize < nMinSize) m_elements.resize(nMinSize);
      |                         ^~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/listener/http_listener_msg.cpp:11:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6858:49: note:   initializing argument 2 of 'bool msl::safeint3::operator<(msl::safeint3::SafeInt<U, E>, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6858 | bool operator<(SafeInt<U, E> lhs, SafeInt<T, E> rhs) SAFEINT_NOTHROW
      |                                   ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/listener/http_listener_msg.cpp:11:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::in_avail() const [with _CollectionType = std::vector<unsigned char>; size_t = long unsigned int]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:108:20:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:116:34: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  116 |         return (size_t)(writeend - readhead);
      |                        ~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/listener/http_listener_msg.cpp:11:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6490:43: note:   initializing argument 1 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::SafeInt<T, E>::operator-(msl::safeint3::SafeInt<T, E>) const [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6490 |     SafeInt<T, E> operator-(SafeInt<T, E> rhs) const SAFEINT_CPP_THROW
      |                             ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/listener/http_listener_msg.cpp:11:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::in_avail() const [with _CollectionType = std::__cxx11::basic_string<char>; size_t = long unsigned int]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:108:20:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:116:34: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  116 |         return (size_t)(writeend - readhead);
      |                        ~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/listener/http_listener_msg.cpp:11:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6490:43: note:   initializing argument 1 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::SafeInt<T, E>::operator-(msl::safeint3::SafeInt<T, E>) const [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6490 |     SafeInt<T, E> operator-(SafeInt<T, E> rhs) const SAFEINT_CPP_THROW
      |                             ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/listener/http_listener_msg.cpp:11:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::read(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t, bool) [with _CollectionType = std::vector<unsigned char>; size_t = long unsigned int; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:207:45:   required from 'pplx::task<long unsigned int> Concurrency::streams::details::basic_container_buffer<_CollectionType>::_getn(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t) [with _CollectionType = std::vector<unsigned char>; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char; size_t = long unsigned int]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:205:32:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:397:44: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  397 |         size_t newPos = m_current_position + read_size;
      |                         ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/listener/http_listener_msg.cpp:11:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:7229:46: note:   initializing argument 2 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::operator+(U, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 7229 | SafeInt<T, E> operator+(U lhs, SafeInt<T, E> rhs) SAFEINT_CPP_THROW
      |                                ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/listener/http_listener_msg.cpp:11:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::read(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t, bool) [with _CollectionType = std::__cxx11::basic_string<char>; size_t = long unsigned int; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = char]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:207:45:   required from 'pplx::task<long unsigned int> Concurrency::streams::details::basic_container_buffer<_CollectionType>::_getn(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t) [with _CollectionType = std::__cxx11::basic_string<char>; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = char; size_t = long unsigned int]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:205:32:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:397:44: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  397 |         size_t newPos = m_current_position + read_size;
      |                         ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/listener/http_listener_msg.cpp:11:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:7229:46: note:   initializing argument 2 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::operator+(U, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 7229 | SafeInt<T, E> operator+(U lhs, SafeInt<T, E> rhs) SAFEINT_CPP_THROW
      |                                ~~~~~~~~~~~~~~^~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp: In instantiation of 'msl::safeint3::SafeInt<T, E> msl::safeint3::SafeInt<T, E>::Min(msl::safeint3::SafeInt<T, E>, T) const [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:395:65:   required from 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::read(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t, bool) [with _CollectionType = std::vector<unsigned char>; size_t = long unsigned int; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:207:45:   required from 'pplx::task<long unsigned int> Concurrency::streams::details::basic_container_buffer<_CollectionType>::_getn(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t) [with _CollectionType = std::vector<unsigned char>; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char; size_t = long unsigned int]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:205:32:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6724:22: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
 6724 |         T tmp = test < m_int ? (T)test : m_int;
      |                 ~~~~~^~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6852:30: note:   initializing argument 1 of 'bool msl::safeint3::operator<(msl::safeint3::SafeInt<T, E>, U) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6852 | bool operator<(SafeInt<T, E> lhs, U rhs) SAFEINT_NOTHROW
      |                ~~~~~~~~~~~~~~^~~
[7/158] TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux-musl/aarch64-yoe-linux-musl-g++  -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_CHRONO_DYN_LINK -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_RANDOM_DYN_LINK -DBOOST_REGEX_DYN_LINK -DBOOST_SYSTEM_DYN_LINK -DBOOST_THREAD_DYN_LINK -DCPPREST_FORCE_HTTP_CLIENT_ASIO -DCPPREST_FORCE_HTTP_LISTENER_ASIO -DCPPREST_NO_SSL_LEAK_SUPPRESS -Dcpprest_EXPORTS -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot  -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot=                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native=  -fvisibility-inlines-hidden  -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot -std=c++11 -fno-strict-aliasing -fPIC   -pedantic -Wall -Wextra -Wunused-parameter -Wcast-align -Wcast-qual -Wconversion -Wformat=2 -Winit-self -Winvalid-pch -Wmissing-format-attribute -Wmissing-include-dirs -Wpacked -Wredundant-decls -Wunreachable-code -MD -MT Release/src/CMakeFiles/cpprest.dir/utilities/asyncrt_utils.cpp.o -MF Release/src/CMakeFiles/cpprest.dir/utilities/asyncrt_utils.cpp.o.d -o Release/src/CMakeFiles/cpprest.dir/utilities/asyncrt_utils.cpp.o -c TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/utilities/asyncrt_utils.cpp
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:88,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/utilities/asyncrt_utils.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/json.h: In member function 'web::json::value& web::json::array::operator[](web::json::array::size_type)':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/json.h:921:25: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  921 |         if (nlastSize < nMinSize) m_elements.resize(nMinSize);
      |                         ^~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/utilities/asyncrt_utils.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6858:30: note:   initializing argument 1 of 'bool msl::safeint3::operator<(msl::safeint3::SafeInt<U, E>, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6858 | bool operator<(SafeInt<U, E> lhs, SafeInt<T, E> rhs) SAFEINT_NOTHROW
      |                ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:88,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/utilities/asyncrt_utils.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/json.h:921:25: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  921 |         if (nlastSize < nMinSize) m_elements.resize(nMinSize);
      |                         ^~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/utilities/asyncrt_utils.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6858:49: note:   initializing argument 2 of 'bool msl::safeint3::operator<(msl::safeint3::SafeInt<U, E>, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6858 | bool operator<(SafeInt<U, E> lhs, SafeInt<T, E> rhs) SAFEINT_NOTHROW
      |                                   ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/utilities/asyncrt_utils.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::in_avail() const [with _CollectionType = std::vector<unsigned char>; size_t = long unsigned int]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:108:20:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:116:34: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  116 |         return (size_t)(writeend - readhead);
      |                        ~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/utilities/asyncrt_utils.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6490:43: note:   initializing argument 1 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::SafeInt<T, E>::operator-(msl::safeint3::SafeInt<T, E>) const [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6490 |     SafeInt<T, E> operator-(SafeInt<T, E> rhs) const SAFEINT_CPP_THROW
      |                             ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/utilities/asyncrt_utils.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::in_avail() const [with _CollectionType = std::__cxx11::basic_string<char>; size_t = long unsigned int]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:108:20:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:116:34: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  116 |         return (size_t)(writeend - readhead);
      |                        ~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/utilities/asyncrt_utils.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6490:43: note:   initializing argument 1 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::SafeInt<T, E>::operator-(msl::safeint3::SafeInt<T, E>) const [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6490 |     SafeInt<T, E> operator-(SafeInt<T, E> rhs) const SAFEINT_CPP_THROW
      |                             ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/utilities/asyncrt_utils.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::read(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t, bool) [with _CollectionType = std::vector<unsigned char>; size_t = long unsigned int; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:207:45:   required from 'pplx::task<long unsigned int> Concurrency::streams::details::basic_container_buffer<_CollectionType>::_getn(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t) [with _CollectionType = std::vector<unsigned char>; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char; size_t = long unsigned int]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:205:32:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:397:44: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  397 |         size_t newPos = m_current_position + read_size;
      |                         ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/utilities/asyncrt_utils.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:7229:46: note:   initializing argument 2 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::operator+(U, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 7229 | SafeInt<T, E> operator+(U lhs, SafeInt<T, E> rhs) SAFEINT_CPP_THROW
      |                                ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/utilities/asyncrt_utils.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::read(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t, bool) [with _CollectionType = std::__cxx11::basic_string<char>; size_t = long unsigned int; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = char]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:207:45:   required from 'pplx::task<long unsigned int> Concurrency::streams::details::basic_container_buffer<_CollectionType>::_getn(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t) [with _CollectionType = std::__cxx11::basic_string<char>; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = char; size_t = long unsigned int]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:205:32:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:397:44: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  397 |         size_t newPos = m_current_position + read_size;
      |                         ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/utilities/asyncrt_utils.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:7229:46: note:   initializing argument 2 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::operator+(U, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 7229 | SafeInt<T, E> operator+(U lhs, SafeInt<T, E> rhs) SAFEINT_CPP_THROW
      |                                ~~~~~~~~~~~~~~^~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp: In instantiation of 'msl::safeint3::SafeInt<T, E> msl::safeint3::SafeInt<T, E>::Min(msl::safeint3::SafeInt<T, E>, T) const [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:395:65:   required from 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::read(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t, bool) [with _CollectionType = std::vector<unsigned char>; size_t = long unsigned int; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:207:45:   required from 'pplx::task<long unsigned int> Concurrency::streams::details::basic_container_buffer<_CollectionType>::_getn(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t) [with _CollectionType = std::vector<unsigned char>; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char; size_t = long unsigned int]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:205:32:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6724:22: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
 6724 |         T tmp = test < m_int ? (T)test : m_int;
      |                 ~~~~~^~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6852:30: note:   initializing argument 1 of 'bool msl::safeint3::operator<(msl::safeint3::SafeInt<T, E>, U) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6852 | bool operator<(SafeInt<T, E> lhs, U rhs) SAFEINT_NOTHROW
      |                ~~~~~~~~~~~~~~^~~
[8/158] TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux-musl/aarch64-yoe-linux-musl-g++  -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_CHRONO_DYN_LINK -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_RANDOM_DYN_LINK -DBOOST_REGEX_DYN_LINK -DBOOST_SYSTEM_DYN_LINK -DBOOST_THREAD_DYN_LINK -DCPPREST_FORCE_HTTP_CLIENT_ASIO -DCPPREST_FORCE_HTTP_LISTENER_ASIO -DCPPREST_NO_SSL_LEAK_SUPPRESS -Dcpprest_EXPORTS -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot  -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot=                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native=  -fvisibility-inlines-hidden  -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot -std=c++11 -fno-strict-aliasing -fPIC   -pedantic -Wall -Wextra -Wunused-parameter -Wcast-align -Wcast-qual -Wconversion -Wformat=2 -Winit-self -Winvalid-pch -Wmissing-format-attribute -Wmissing-include-dirs -Wpacked -Wredundant-decls -Wunreachable-code -MD -MT Release/src/CMakeFiles/cpprest.dir/json/json.cpp.o -MF Release/src/CMakeFiles/cpprest.dir/json/json.cpp.o.d -o Release/src/CMakeFiles/cpprest.dir/json/json.cpp.o -c TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/json/json.cpp
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:88,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/json/json.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/json.h: In member function 'web::json::value& web::json::array::operator[](web::json::array::size_type)':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/json.h:921:25: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  921 |         if (nlastSize < nMinSize) m_elements.resize(nMinSize);
      |                         ^~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/json/json.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6858:30: note:   initializing argument 1 of 'bool msl::safeint3::operator<(msl::safeint3::SafeInt<U, E>, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6858 | bool operator<(SafeInt<U, E> lhs, SafeInt<T, E> rhs) SAFEINT_NOTHROW
      |                ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:88,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/json/json.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/json.h:921:25: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  921 |         if (nlastSize < nMinSize) m_elements.resize(nMinSize);
      |                         ^~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/json/json.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6858:49: note:   initializing argument 2 of 'bool msl::safeint3::operator<(msl::safeint3::SafeInt<U, E>, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6858 | bool operator<(SafeInt<U, E> lhs, SafeInt<T, E> rhs) SAFEINT_NOTHROW
      |                                   ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/json/json.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::in_avail() const [with _CollectionType = std::vector<unsigned char>; size_t = long unsigned int]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:108:20:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:116:34: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  116 |         return (size_t)(writeend - readhead);
      |                        ~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/json/json.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6490:43: note:   initializing argument 1 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::SafeInt<T, E>::operator-(msl::safeint3::SafeInt<T, E>) const [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6490 |     SafeInt<T, E> operator-(SafeInt<T, E> rhs) const SAFEINT_CPP_THROW
      |                             ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/json/json.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::in_avail() const [with _CollectionType = std::__cxx11::basic_string<char>; size_t = long unsigned int]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:108:20:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:116:34: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  116 |         return (size_t)(writeend - readhead);
      |                        ~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/json/json.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6490:43: note:   initializing argument 1 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::SafeInt<T, E>::operator-(msl::safeint3::SafeInt<T, E>) const [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6490 |     SafeInt<T, E> operator-(SafeInt<T, E> rhs) const SAFEINT_CPP_THROW
      |                             ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/json/json.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::read(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t, bool) [with _CollectionType = std::vector<unsigned char>; size_t = long unsigned int; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:207:45:   required from 'pplx::task<long unsigned int> Concurrency::streams::details::basic_container_buffer<_CollectionType>::_getn(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t) [with _CollectionType = std::vector<unsigned char>; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char; size_t = long unsigned int]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:205:32:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:397:44: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  397 |         size_t newPos = m_current_position + read_size;
      |                         ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/json/json.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:7229:46: note:   initializing argument 2 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::operator+(U, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 7229 | SafeInt<T, E> operator+(U lhs, SafeInt<T, E> rhs) SAFEINT_CPP_THROW
      |                                ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/json/json.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::read(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t, bool) [with _CollectionType = std::__cxx11::basic_string<char>; size_t = long unsigned int; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = char]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:207:45:   required from 'pplx::task<long unsigned int> Concurrency::streams::details::basic_container_buffer<_CollectionType>::_getn(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t) [with _CollectionType = std::__cxx11::basic_string<char>; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = char; size_t = long unsigned int]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:205:32:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:397:44: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  397 |         size_t newPos = m_current_position + read_size;
      |                         ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/json/json.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:7229:46: note:   initializing argument 2 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::operator+(U, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 7229 | SafeInt<T, E> operator+(U lhs, SafeInt<T, E> rhs) SAFEINT_CPP_THROW
      |                                ~~~~~~~~~~~~~~^~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp: In instantiation of 'msl::safeint3::SafeInt<T, E> msl::safeint3::SafeInt<T, E>::Min(msl::safeint3::SafeInt<T, E>, T) const [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:395:65:   required from 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::read(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t, bool) [with _CollectionType = std::vector<unsigned char>; size_t = long unsigned int; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:207:45:   required from 'pplx::task<long unsigned int> Concurrency::streams::details::basic_container_buffer<_CollectionType>::_getn(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t) [with _CollectionType = std::vector<unsigned char>; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char; size_t = long unsigned int]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:205:32:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6724:22: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
 6724 |         T tmp = test < m_int ? (T)test : m_int;
      |                 ~~~~~^~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6852:30: note:   initializing argument 1 of 'bool msl::safeint3::operator<(msl::safeint3::SafeInt<T, E>, U) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6852 | bool operator<(SafeInt<T, E> lhs, U rhs) SAFEINT_NOTHROW
      |                ~~~~~~~~~~~~~~^~~
[9/158] TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux-musl/aarch64-yoe-linux-musl-g++  -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_CHRONO_DYN_LINK -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_RANDOM_DYN_LINK -DBOOST_REGEX_DYN_LINK -DBOOST_SYSTEM_DYN_LINK -DBOOST_THREAD_DYN_LINK -DCPPREST_FORCE_HTTP_CLIENT_ASIO -DCPPREST_FORCE_HTTP_LISTENER_ASIO -DCPPREST_NO_SSL_LEAK_SUPPRESS -Dcpprest_EXPORTS -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot  -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot=                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native=  -fvisibility-inlines-hidden  -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot -std=c++11 -fno-strict-aliasing -fPIC   -pedantic -Wall -Wextra -Wunused-parameter -Wcast-align -Wcast-qual -Wconversion -Wformat=2 -Winit-self -Winvalid-pch -Wmissing-format-attribute -Wmissing-include-dirs -Wpacked -Wredundant-decls -Wunreachable-code -MD -MT Release/src/CMakeFiles/cpprest.dir/http/listener/http_server_api.cpp.o -MF Release/src/CMakeFiles/cpprest.dir/http/listener/http_server_api.cpp.o.d -o Release/src/CMakeFiles/cpprest.dir/http/listener/http_server_api.cpp.o -c TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/listener/http_server_api.cpp
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:88,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/listener/http_server_api.cpp:12:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/json.h: In member function 'web::json::value& web::json::array::operator[](web::json::array::size_type)':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/json.h:921:25: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  921 |         if (nlastSize < nMinSize) m_elements.resize(nMinSize);
      |                         ^~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/listener/http_server_api.cpp:12:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6858:30: note:   initializing argument 1 of 'bool msl::safeint3::operator<(msl::safeint3::SafeInt<U, E>, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6858 | bool operator<(SafeInt<U, E> lhs, SafeInt<T, E> rhs) SAFEINT_NOTHROW
      |                ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:88,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/listener/http_server_api.cpp:12:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/json.h:921:25: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  921 |         if (nlastSize < nMinSize) m_elements.resize(nMinSize);
      |                         ^~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/listener/http_server_api.cpp:12:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6858:49: note:   initializing argument 2 of 'bool msl::safeint3::operator<(msl::safeint3::SafeInt<U, E>, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6858 | bool operator<(SafeInt<U, E> lhs, SafeInt<T, E> rhs) SAFEINT_NOTHROW
      |                                   ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/listener/http_server_api.cpp:12:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::in_avail() const [with _CollectionType = std::vector<unsigned char>; size_t = long unsigned int]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:108:20:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:116:34: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  116 |         return (size_t)(writeend - readhead);
      |                        ~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/listener/http_server_api.cpp:12:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6490:43: note:   initializing argument 1 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::SafeInt<T, E>::operator-(msl::safeint3::SafeInt<T, E>) const [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6490 |     SafeInt<T, E> operator-(SafeInt<T, E> rhs) const SAFEINT_CPP_THROW
      |                             ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/listener/http_server_api.cpp:12:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::in_avail() const [with _CollectionType = std::__cxx11::basic_string<char>; size_t = long unsigned int]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:108:20:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:116:34: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  116 |         return (size_t)(writeend - readhead);
      |                        ~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/listener/http_server_api.cpp:12:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6490:43: note:   initializing argument 1 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::SafeInt<T, E>::operator-(msl::safeint3::SafeInt<T, E>) const [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6490 |     SafeInt<T, E> operator-(SafeInt<T, E> rhs) const SAFEINT_CPP_THROW
      |                             ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/listener/http_server_api.cpp:12:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::read(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t, bool) [with _CollectionType = std::vector<unsigned char>; size_t = long unsigned int; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:207:45:   required from 'pplx::task<long unsigned int> Concurrency::streams::details::basic_container_buffer<_CollectionType>::_getn(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t) [with _CollectionType = std::vector<unsigned char>; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char; size_t = long unsigned int]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:205:32:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:397:44: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  397 |         size_t newPos = m_current_position + read_size;
      |                         ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/listener/http_server_api.cpp:12:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:7229:46: note:   initializing argument 2 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::operator+(U, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 7229 | SafeInt<T, E> operator+(U lhs, SafeInt<T, E> rhs) SAFEINT_CPP_THROW
      |                                ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/listener/http_server_api.cpp:12:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::read(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t, bool) [with _CollectionType = std::__cxx11::basic_string<char>; size_t = long unsigned int; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = char]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:207:45:   required from 'pplx::task<long unsigned int> Concurrency::streams::details::basic_container_buffer<_CollectionType>::_getn(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t) [with _CollectionType = std::__cxx11::basic_string<char>; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = char; size_t = long unsigned int]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:205:32:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:397:44: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  397 |         size_t newPos = m_current_position + read_size;
      |                         ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/listener/http_server_api.cpp:12:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:7229:46: note:   initializing argument 2 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::operator+(U, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 7229 | SafeInt<T, E> operator+(U lhs, SafeInt<T, E> rhs) SAFEINT_CPP_THROW
      |                                ~~~~~~~~~~~~~~^~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp: In instantiation of 'msl::safeint3::SafeInt<T, E> msl::safeint3::SafeInt<T, E>::Min(msl::safeint3::SafeInt<T, E>, T) const [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:395:65:   required from 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::read(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t, bool) [with _CollectionType = std::vector<unsigned char>; size_t = long unsigned int; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:207:45:   required from 'pplx::task<long unsigned int> Concurrency::streams::details::basic_container_buffer<_CollectionType>::_getn(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t) [with _CollectionType = std::vector<unsigned char>; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char; size_t = long unsigned int]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:205:32:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6724:22: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
 6724 |         T tmp = test < m_int ? (T)test : m_int;
      |                 ~~~~~^~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6852:30: note:   initializing argument 1 of 'bool msl::safeint3::operator<(msl::safeint3::SafeInt<T, E>, U) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6852 | bool operator<(SafeInt<T, E> lhs, U rhs) SAFEINT_NOTHROW
      |                ~~~~~~~~~~~~~~^~~
[10/158] TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux-musl/aarch64-yoe-linux-musl-g++  -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_CHRONO_DYN_LINK -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_RANDOM_DYN_LINK -DBOOST_REGEX_DYN_LINK -DBOOST_SYSTEM_DYN_LINK -DBOOST_THREAD_DYN_LINK -DCPPREST_FORCE_HTTP_CLIENT_ASIO -DCPPREST_FORCE_HTTP_LISTENER_ASIO -DCPPREST_NO_SSL_LEAK_SUPPRESS -Dcpprest_EXPORTS -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot  -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot=                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native=  -fvisibility-inlines-hidden  -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot -std=c++11 -fno-strict-aliasing -fPIC   -pedantic -Wall -Wextra -Wunused-parameter -Wcast-align -Wcast-qual -Wconversion -Wformat=2 -Winit-self -Winvalid-pch -Wmissing-format-attribute -Wmissing-include-dirs -Wpacked -Wredundant-decls -Wunreachable-code -MD -MT Release/src/CMakeFiles/cpprest.dir/uri/uri.cpp.o -MF Release/src/CMakeFiles/cpprest.dir/uri/uri.cpp.o.d -o Release/src/CMakeFiles/cpprest.dir/uri/uri.cpp.o -c TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/uri/uri.cpp
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:88,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/uri/uri.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/json.h: In member function 'web::json::value& web::json::array::operator[](web::json::array::size_type)':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/json.h:921:25: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  921 |         if (nlastSize < nMinSize) m_elements.resize(nMinSize);
      |                         ^~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/uri/uri.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6858:30: note:   initializing argument 1 of 'bool msl::safeint3::operator<(msl::safeint3::SafeInt<U, E>, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6858 | bool operator<(SafeInt<U, E> lhs, SafeInt<T, E> rhs) SAFEINT_NOTHROW
      |                ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:88,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/uri/uri.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/json.h:921:25: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  921 |         if (nlastSize < nMinSize) m_elements.resize(nMinSize);
      |                         ^~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/uri/uri.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6858:49: note:   initializing argument 2 of 'bool msl::safeint3::operator<(msl::safeint3::SafeInt<U, E>, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6858 | bool operator<(SafeInt<U, E> lhs, SafeInt<T, E> rhs) SAFEINT_NOTHROW
      |                                   ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/uri/uri.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::in_avail() const [with _CollectionType = std::vector<unsigned char>; size_t = long unsigned int]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:108:20:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:116:34: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  116 |         return (size_t)(writeend - readhead);
      |                        ~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/uri/uri.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6490:43: note:   initializing argument 1 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::SafeInt<T, E>::operator-(msl::safeint3::SafeInt<T, E>) const [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6490 |     SafeInt<T, E> operator-(SafeInt<T, E> rhs) const SAFEINT_CPP_THROW
      |                             ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/uri/uri.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::in_avail() const [with _CollectionType = std::__cxx11::basic_string<char>; size_t = long unsigned int]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:108:20:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:116:34: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  116 |         return (size_t)(writeend - readhead);
      |                        ~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/uri/uri.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6490:43: note:   initializing argument 1 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::SafeInt<T, E>::operator-(msl::safeint3::SafeInt<T, E>) const [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6490 |     SafeInt<T, E> operator-(SafeInt<T, E> rhs) const SAFEINT_CPP_THROW
      |                             ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/uri/uri.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::read(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t, bool) [with _CollectionType = std::vector<unsigned char>; size_t = long unsigned int; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:207:45:   required from 'pplx::task<long unsigned int> Concurrency::streams::details::basic_container_buffer<_CollectionType>::_getn(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t) [with _CollectionType = std::vector<unsigned char>; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char; size_t = long unsigned int]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:205:32:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:397:44: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  397 |         size_t newPos = m_current_position + read_size;
      |                         ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/uri/uri.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:7229:46: note:   initializing argument 2 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::operator+(U, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 7229 | SafeInt<T, E> operator+(U lhs, SafeInt<T, E> rhs) SAFEINT_CPP_THROW
      |                                ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/uri/uri.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::read(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t, bool) [with _CollectionType = std::__cxx11::basic_string<char>; size_t = long unsigned int; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = char]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:207:45:   required from 'pplx::task<long unsigned int> Concurrency::streams::details::basic_container_buffer<_CollectionType>::_getn(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t) [with _CollectionType = std::__cxx11::basic_string<char>; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = char; size_t = long unsigned int]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:205:32:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:397:44: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  397 |         size_t newPos = m_current_position + read_size;
      |                         ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/uri/uri.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:7229:46: note:   initializing argument 2 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::operator+(U, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 7229 | SafeInt<T, E> operator+(U lhs, SafeInt<T, E> rhs) SAFEINT_CPP_THROW
      |                                ~~~~~~~~~~~~~~^~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp: In instantiation of 'msl::safeint3::SafeInt<T, E> msl::safeint3::SafeInt<T, E>::Min(msl::safeint3::SafeInt<T, E>, T) const [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:395:65:   required from 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::read(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t, bool) [with _CollectionType = std::vector<unsigned char>; size_t = long unsigned int; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:207:45:   required from 'pplx::task<long unsigned int> Concurrency::streams::details::basic_container_buffer<_CollectionType>::_getn(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t) [with _CollectionType = std::vector<unsigned char>; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char; size_t = long unsigned int]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:205:32:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6724:22: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
 6724 |         T tmp = test < m_int ? (T)test : m_int;
      |                 ~~~~~^~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6852:30: note:   initializing argument 1 of 'bool msl::safeint3::operator<(msl::safeint3::SafeInt<T, E>, U) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6852 | bool operator<(SafeInt<T, E> lhs, U rhs) SAFEINT_NOTHROW
      |                ~~~~~~~~~~~~~~^~~
[11/158] TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux-musl/aarch64-yoe-linux-musl-g++  -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_CHRONO_DYN_LINK -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_RANDOM_DYN_LINK -DBOOST_REGEX_DYN_LINK -DBOOST_SYSTEM_DYN_LINK -DBOOST_THREAD_DYN_LINK -DCPPREST_FORCE_HTTP_CLIENT_ASIO -DCPPREST_FORCE_HTTP_LISTENER_ASIO -DCPPREST_NO_SSL_LEAK_SUPPRESS -Dcpprest_EXPORTS -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot  -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot=                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native=  -fvisibility-inlines-hidden  -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot -std=c++11 -fno-strict-aliasing -fPIC   -pedantic -Wall -Wextra -Wunused-parameter -Wcast-align -Wcast-qual -Wconversion -Wformat=2 -Winit-self -Winvalid-pch -Wmissing-format-attribute -Wmissing-include-dirs -Wpacked -Wredundant-decls -Wunreachable-code -MD -MT Release/src/CMakeFiles/cpprest.dir/json/json_parsing.cpp.o -MF Release/src/CMakeFiles/cpprest.dir/json/json_parsing.cpp.o.d -o Release/src/CMakeFiles/cpprest.dir/json/json_parsing.cpp.o -c TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/json/json_parsing.cpp
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:88,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/json/json_parsing.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/json.h: In member function 'web::json::value& web::json::array::operator[](web::json::array::size_type)':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/json.h:921:25: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  921 |         if (nlastSize < nMinSize) m_elements.resize(nMinSize);
      |                         ^~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/json/json_parsing.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6858:30: note:   initializing argument 1 of 'bool msl::safeint3::operator<(msl::safeint3::SafeInt<U, E>, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6858 | bool operator<(SafeInt<U, E> lhs, SafeInt<T, E> rhs) SAFEINT_NOTHROW
      |                ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:88,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/json/json_parsing.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/json.h:921:25: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  921 |         if (nlastSize < nMinSize) m_elements.resize(nMinSize);
      |                         ^~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/json/json_parsing.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6858:49: note:   initializing argument 2 of 'bool msl::safeint3::operator<(msl::safeint3::SafeInt<U, E>, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6858 | bool operator<(SafeInt<U, E> lhs, SafeInt<T, E> rhs) SAFEINT_NOTHROW
      |                                   ~~~~~~~~~~~~~~^~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/json/json_parsing.cpp: In instantiation of 'std::unique_ptr<web::json::details::_Value> web::json::details::JSON_Parser<CharType>::_ParseValue(web::json::details::JSON_Parser<CharType>::Token&) [with CharType = char]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/json/json_parsing.cpp:131:33:   required from 'web::json::value web::json::details::JSON_Parser<CharType>::ParseValue(web::json::details::JSON_Parser<CharType>::Token&) [with CharType = char]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/json/json_parsing.cpp:1134:39:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/json/json_parsing.cpp:1077:35: warning: redundant move in return statement [-Wredundant-move]
 1077 |             return std::move(value);
      |                                   ^
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/json/json_parsing.cpp:1077:35: note: remove 'std::move' call
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/json/json_parsing.cpp:1089:35: warning: redundant move in return statement [-Wredundant-move]
 1089 |             return std::move(value);
      |                                   ^
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/json/json_parsing.cpp:1089:35: note: remove 'std::move' call
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/json/json_parsing.cpp:1096:35: warning: redundant move in return statement [-Wredundant-move]
 1096 |             return std::move(value);
      |                                   ^
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/json/json_parsing.cpp:1096:35: note: remove 'std::move' call
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/json/json_parsing.cpp:1103:35: warning: redundant move in return statement [-Wredundant-move]
 1103 |             return std::move(value);
      |                                   ^
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/json/json_parsing.cpp:1103:35: note: remove 'std::move' call
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/json/json_parsing.cpp: In instantiation of 'std::unique_ptr<web::json::details::_Value> web::json::details::JSON_Parser<CharType>::_ParseArray(web::json::details::JSON_Parser<CharType>::Token&) [with CharType = char]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/json/json_parsing.cpp:1069:20:   required from 'std::unique_ptr<web::json::details::_Value> web::json::details::JSON_Parser<CharType>::_ParseValue(web::json::details::JSON_Parser<CharType>::Token&) [with CharType = char]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/json/json_parsing.cpp:131:33:   required from 'web::json::value web::json::details::JSON_Parser<CharType>::ParseValue(web::json::details::JSON_Parser<CharType>::Token&) [with CharType = char]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/json/json_parsing.cpp:1134:39:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/json/json_parsing.cpp:1043:44: warning: redundant move in return statement [-Wredundant-move]
 1043 |                     return std::move(result);
      |                                            ^
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/json/json_parsing.cpp:1043:44: note: remove 'std::move' call
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/json/json_parsing.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::in_avail() const [with _CollectionType = std::vector<unsigned char>; size_t = long unsigned int]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:108:20:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:116:34: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  116 |         return (size_t)(writeend - readhead);
      |                        ~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/json/json_parsing.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6490:43: note:   initializing argument 1 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::SafeInt<T, E>::operator-(msl::safeint3::SafeInt<T, E>) const [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6490 |     SafeInt<T, E> operator-(SafeInt<T, E> rhs) const SAFEINT_CPP_THROW
      |                             ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/json/json_parsing.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::in_avail() const [with _CollectionType = std::__cxx11::basic_string<char>; size_t = long unsigned int]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:108:20:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:116:34: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  116 |         return (size_t)(writeend - readhead);
      |                        ~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/json/json_parsing.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6490:43: note:   initializing argument 1 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::SafeInt<T, E>::operator-(msl::safeint3::SafeInt<T, E>) const [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6490 |     SafeInt<T, E> operator-(SafeInt<T, E> rhs) const SAFEINT_CPP_THROW
      |                             ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/json/json_parsing.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::read(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t, bool) [with _CollectionType = std::vector<unsigned char>; size_t = long unsigned int; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:207:45:   required from 'pplx::task<long unsigned int> Concurrency::streams::details::basic_container_buffer<_CollectionType>::_getn(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t) [with _CollectionType = std::vector<unsigned char>; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char; size_t = long unsigned int]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:205:32:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:397:44: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  397 |         size_t newPos = m_current_position + read_size;
      |                         ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/json/json_parsing.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:7229:46: note:   initializing argument 2 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::operator+(U, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 7229 | SafeInt<T, E> operator+(U lhs, SafeInt<T, E> rhs) SAFEINT_CPP_THROW
      |                                ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/json/json_parsing.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::read(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t, bool) [with _CollectionType = std::__cxx11::basic_string<char>; size_t = long unsigned int; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = char]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:207:45:   required from 'pplx::task<long unsigned int> Concurrency::streams::details::basic_container_buffer<_CollectionType>::_getn(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t) [with _CollectionType = std::__cxx11::basic_string<char>; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = char; size_t = long unsigned int]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:205:32:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:397:44: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  397 |         size_t newPos = m_current_position + read_size;
      |                         ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/json/json_parsing.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:7229:46: note:   initializing argument 2 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::operator+(U, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 7229 | SafeInt<T, E> operator+(U lhs, SafeInt<T, E> rhs) SAFEINT_CPP_THROW
      |                                ~~~~~~~~~~~~~~^~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp: In instantiation of 'msl::safeint3::SafeInt<T, E> msl::safeint3::SafeInt<T, E>::Min(msl::safeint3::SafeInt<T, E>, T) const [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:395:65:   required from 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::read(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t, bool) [with _CollectionType = std::vector<unsigned char>; size_t = long unsigned int; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:207:45:   required from 'pplx::task<long unsigned int> Concurrency::streams::details::basic_container_buffer<_CollectionType>::_getn(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t) [with _CollectionType = std::vector<unsigned char>; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char; size_t = long unsigned int]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:205:32:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6724:22: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
 6724 |         T tmp = test < m_int ? (T)test : m_int;
      |                 ~~~~~^~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6852:30: note:   initializing argument 1 of 'bool msl::safeint3::operator<(msl::safeint3::SafeInt<T, E>, U) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6852 | bool operator<(SafeInt<T, E> lhs, U rhs) SAFEINT_NOTHROW
      |                ~~~~~~~~~~~~~~^~~
[12/158] TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux-musl/aarch64-yoe-linux-musl-g++  -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_CHRONO_DYN_LINK -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_RANDOM_DYN_LINK -DBOOST_REGEX_DYN_LINK -DBOOST_SYSTEM_DYN_LINK -DBOOST_THREAD_DYN_LINK -DCPPREST_FORCE_HTTP_CLIENT_ASIO -DCPPREST_FORCE_HTTP_LISTENER_ASIO -DCPPREST_NO_SSL_LEAK_SUPPRESS -Dcpprest_EXPORTS -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot  -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot=                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native=  -fvisibility-inlines-hidden  -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot -std=c++11 -fno-strict-aliasing -fPIC   -pedantic -Wall -Wextra -Wunused-parameter -Wcast-align -Wcast-qual -Wconversion -Wformat=2 -Winit-self -Winvalid-pch -Wmissing-format-attribute -Wmissing-include-dirs -Wpacked -Wredundant-decls -Wunreachable-code -MD -MT Release/src/CMakeFiles/cpprest.dir/http/client/http_client.cpp.o -MF Release/src/CMakeFiles/cpprest.dir/http/client/http_client.cpp.o.d -o Release/src/CMakeFiles/cpprest.dir/http/client/http_client.cpp.o -c TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/client/http_client.cpp
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:88,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/client/http_client.cpp:16:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/json.h: In member function 'web::json::value& web::json::array::operator[](web::json::array::size_type)':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/json.h:921:25: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  921 |         if (nlastSize < nMinSize) m_elements.resize(nMinSize);
      |                         ^~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/client/http_client.cpp:16:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6858:30: note:   initializing argument 1 of 'bool msl::safeint3::operator<(msl::safeint3::SafeInt<U, E>, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6858 | bool operator<(SafeInt<U, E> lhs, SafeInt<T, E> rhs) SAFEINT_NOTHROW
      |                ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:88,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/client/http_client.cpp:16:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/json.h:921:25: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  921 |         if (nlastSize < nMinSize) m_elements.resize(nMinSize);
      |                         ^~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/client/http_client.cpp:16:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6858:49: note:   initializing argument 2 of 'bool msl::safeint3::operator<(msl::safeint3::SafeInt<U, E>, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6858 | bool operator<(SafeInt<U, E> lhs, SafeInt<T, E> rhs) SAFEINT_NOTHROW
      |                                   ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/client/http_client.cpp:16:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::in_avail() const [with _CollectionType = std::vector<unsigned char>; size_t = long unsigned int]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:108:20:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:116:34: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  116 |         return (size_t)(writeend - readhead);
      |                        ~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/client/http_client.cpp:16:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6490:43: note:   initializing argument 1 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::SafeInt<T, E>::operator-(msl::safeint3::SafeInt<T, E>) const [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6490 |     SafeInt<T, E> operator-(SafeInt<T, E> rhs) const SAFEINT_CPP_THROW
      |                             ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/client/http_client.cpp:16:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::in_avail() const [with _CollectionType = std::__cxx11::basic_string<char>; size_t = long unsigned int]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:108:20:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:116:34: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  116 |         return (size_t)(writeend - readhead);
      |                        ~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/client/http_client.cpp:16:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6490:43: note:   initializing argument 1 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::SafeInt<T, E>::operator-(msl::safeint3::SafeInt<T, E>) const [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6490 |     SafeInt<T, E> operator-(SafeInt<T, E> rhs) const SAFEINT_CPP_THROW
      |                             ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/client/http_client.cpp:16:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::read(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t, bool) [with _CollectionType = std::vector<unsigned char>; size_t = long unsigned int; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:207:45:   required from 'pplx::task<long unsigned int> Concurrency::streams::details::basic_container_buffer<_CollectionType>::_getn(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t) [with _CollectionType = std::vector<unsigned char>; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char; size_t = long unsigned int]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:205:32:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:397:44: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  397 |         size_t newPos = m_current_position + read_size;
      |                         ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/client/http_client.cpp:16:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:7229:46: note:   initializing argument 2 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::operator+(U, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 7229 | SafeInt<T, E> operator+(U lhs, SafeInt<T, E> rhs) SAFEINT_CPP_THROW
      |                                ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/client/http_client.cpp:16:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::read(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t, bool) [with _CollectionType = std::__cxx11::basic_string<char>; size_t = long unsigned int; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = char]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:207:45:   required from 'pplx::task<long unsigned int> Concurrency::streams::details::basic_container_buffer<_CollectionType>::_getn(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t) [with _CollectionType = std::__cxx11::basic_string<char>; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = char; size_t = long unsigned int]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:205:32:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:397:44: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  397 |         size_t newPos = m_current_position + read_size;
      |                         ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/client/http_client.cpp:16:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:7229:46: note:   initializing argument 2 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::operator+(U, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 7229 | SafeInt<T, E> operator+(U lhs, SafeInt<T, E> rhs) SAFEINT_CPP_THROW
      |                                ~~~~~~~~~~~~~~^~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp: In instantiation of 'msl::safeint3::SafeInt<T, E> msl::safeint3::SafeInt<T, E>::Min(msl::safeint3::SafeInt<T, E>, T) const [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:395:65:   required from 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::read(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t, bool) [with _CollectionType = std::vector<unsigned char>; size_t = long unsigned int; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:207:45:   required from 'pplx::task<long unsigned int> Concurrency::streams::details::basic_container_buffer<_CollectionType>::_getn(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t) [with _CollectionType = std::vector<unsigned char>; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char; size_t = long unsigned int]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:205:32:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6724:22: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
 6724 |         T tmp = test < m_int ? (T)test : m_int;
      |                 ~~~~~^~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6852:30: note:   initializing argument 1 of 'bool msl::safeint3::operator<(msl::safeint3::SafeInt<T, E>, U) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6852 | bool operator<(SafeInt<T, E> lhs, U rhs) SAFEINT_NOTHROW
      |                ~~~~~~~~~~~~~~^~~
[13/158] TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux-musl/aarch64-yoe-linux-musl-g++  -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_CHRONO_DYN_LINK -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_RANDOM_DYN_LINK -DBOOST_REGEX_DYN_LINK -DBOOST_SYSTEM_DYN_LINK -DBOOST_THREAD_DYN_LINK -DCPPREST_FORCE_HTTP_CLIENT_ASIO -DCPPREST_FORCE_HTTP_LISTENER_ASIO -DCPPREST_NO_SSL_LEAK_SUPPRESS -Dcpprest_EXPORTS -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot  -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot=                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native=  -fvisibility-inlines-hidden  -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot -std=c++11 -fno-strict-aliasing -fPIC   -pedantic -Wall -Wextra -Wunused-parameter -Wcast-align -Wcast-qual -Wconversion -Wformat=2 -Winit-self -Winvalid-pch -Wmissing-format-attribute -Wmissing-include-dirs -Wpacked -Wredundant-decls -Wunreachable-code -MD -MT Release/src/CMakeFiles/cpprest.dir/http/listener/http_listener.cpp.o -MF Release/src/CMakeFiles/cpprest.dir/http/listener/http_listener.cpp.o.d -o Release/src/CMakeFiles/cpprest.dir/http/listener/http_listener.cpp.o -c TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/listener/http_listener.cpp
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:88,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/listener/http_listener.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/json.h: In member function 'web::json::value& web::json::array::operator[](web::json::array::size_type)':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/json.h:921:25: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  921 |         if (nlastSize < nMinSize) m_elements.resize(nMinSize);
      |                         ^~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/listener/http_listener.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6858:30: note:   initializing argument 1 of 'bool msl::safeint3::operator<(msl::safeint3::SafeInt<U, E>, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6858 | bool operator<(SafeInt<U, E> lhs, SafeInt<T, E> rhs) SAFEINT_NOTHROW
      |                ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:88,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/listener/http_listener.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/json.h:921:25: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  921 |         if (nlastSize < nMinSize) m_elements.resize(nMinSize);
      |                         ^~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/listener/http_listener.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6858:49: note:   initializing argument 2 of 'bool msl::safeint3::operator<(msl::safeint3::SafeInt<U, E>, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6858 | bool operator<(SafeInt<U, E> lhs, SafeInt<T, E> rhs) SAFEINT_NOTHROW
      |                                   ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/listener/http_listener.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::in_avail() const [with _CollectionType = std::vector<unsigned char>; size_t = long unsigned int]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:108:20:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:116:34: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  116 |         return (size_t)(writeend - readhead);
      |                        ~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/listener/http_listener.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6490:43: note:   initializing argument 1 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::SafeInt<T, E>::operator-(msl::safeint3::SafeInt<T, E>) const [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6490 |     SafeInt<T, E> operator-(SafeInt<T, E> rhs) const SAFEINT_CPP_THROW
      |                             ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/listener/http_listener.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::in_avail() const [with _CollectionType = std::__cxx11::basic_string<char>; size_t = long unsigned int]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:108:20:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:116:34: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  116 |         return (size_t)(writeend - readhead);
      |                        ~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/listener/http_listener.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6490:43: note:   initializing argument 1 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::SafeInt<T, E>::operator-(msl::safeint3::SafeInt<T, E>) const [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6490 |     SafeInt<T, E> operator-(SafeInt<T, E> rhs) const SAFEINT_CPP_THROW
      |                             ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/listener/http_listener.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::read(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t, bool) [with _CollectionType = std::vector<unsigned char>; size_t = long unsigned int; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:207:45:   required from 'pplx::task<long unsigned int> Concurrency::streams::details::basic_container_buffer<_CollectionType>::_getn(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t) [with _CollectionType = std::vector<unsigned char>; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char; size_t = long unsigned int]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:205:32:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:397:44: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  397 |         size_t newPos = m_current_position + read_size;
      |                         ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/listener/http_listener.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:7229:46: note:   initializing argument 2 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::operator+(U, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 7229 | SafeInt<T, E> operator+(U lhs, SafeInt<T, E> rhs) SAFEINT_CPP_THROW
      |                                ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/listener/http_listener.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::read(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t, bool) [with _CollectionType = std::__cxx11::basic_string<char>; size_t = long unsigned int; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = char]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:207:45:   required from 'pplx::task<long unsigned int> Concurrency::streams::details::basic_container_buffer<_CollectionType>::_getn(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t) [with _CollectionType = std::__cxx11::basic_string<char>; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = char; size_t = long unsigned int]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:205:32:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:397:44: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  397 |         size_t newPos = m_current_position + read_size;
      |                         ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/listener/http_listener.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:7229:46: note:   initializing argument 2 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::operator+(U, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 7229 | SafeInt<T, E> operator+(U lhs, SafeInt<T, E> rhs) SAFEINT_CPP_THROW
      |                                ~~~~~~~~~~~~~~^~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp: In instantiation of 'msl::safeint3::SafeInt<T, E> msl::safeint3::SafeInt<T, E>::Min(msl::safeint3::SafeInt<T, E>, T) const [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:395:65:   required from 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::read(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t, bool) [with _CollectionType = std::vector<unsigned char>; size_t = long unsigned int; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:207:45:   required from 'pplx::task<long unsigned int> Concurrency::streams::details::basic_container_buffer<_CollectionType>::_getn(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t) [with _CollectionType = std::vector<unsigned char>; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char; size_t = long unsigned int]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:205:32:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6724:22: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
 6724 |         T tmp = test < m_int ? (T)test : m_int;
      |                 ~~~~~^~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6852:30: note:   initializing argument 1 of 'bool msl::safeint3::operator<(msl::safeint3::SafeInt<T, E>, U) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6852 | bool operator<(SafeInt<T, E> lhs, U rhs) SAFEINT_NOTHROW
      |                ~~~~~~~~~~~~~~^~~
[14/158] TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux-musl/aarch64-yoe-linux-musl-g++  -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_CHRONO_DYN_LINK -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_RANDOM_DYN_LINK -DBOOST_REGEX_DYN_LINK -DBOOST_SYSTEM_DYN_LINK -DBOOST_THREAD_DYN_LINK -DCPPREST_FORCE_HTTP_CLIENT_ASIO -DCPPREST_FORCE_HTTP_LISTENER_ASIO -DCPPREST_NO_SSL_LEAK_SUPPRESS -Dcommon_utilities_EXPORTS -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/utilities/include -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp/. -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot  -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot=                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native=  -fvisibility-inlines-hidden  -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot -std=c++11 -fno-strict-aliasing -fPIC -MD -MT Release/tests/common/utilities/CMakeFiles/common_utilities.dir/os_utilities.cpp.o -MF Release/tests/common/utilities/CMakeFiles/common_utilities.dir/os_utilities.cpp.o.d -o Release/tests/common/utilities/CMakeFiles/common_utilities.dir/os_utilities.cpp.o -c TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/utilities/os_utilities.cpp
[15/158] TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux-musl/aarch64-yoe-linux-musl-g++  -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_CHRONO_DYN_LINK -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_RANDOM_DYN_LINK -DBOOST_REGEX_DYN_LINK -DBOOST_SYSTEM_DYN_LINK -DBOOST_THREAD_DYN_LINK -DCPPREST_FORCE_HTTP_CLIENT_ASIO -DCPPREST_FORCE_HTTP_LISTENER_ASIO -DCPPREST_NO_SSL_LEAK_SUPPRESS -Dunittestpp_EXPORTS -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/utilities/include -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp/src -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp/. -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot  -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot=                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native=  -fvisibility-inlines-hidden  -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot -std=c++11 -fno-strict-aliasing -fPIC -MD -MT Release/tests/common/UnitTestpp/CMakeFiles/unittestpp.dir/src/AssertException.cpp.o -MF Release/tests/common/UnitTestpp/CMakeFiles/unittestpp.dir/src/AssertException.cpp.o.d -o Release/tests/common/UnitTestpp/CMakeFiles/unittestpp.dir/src/AssertException.cpp.o -c TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp/src/AssertException.cpp
[16/158] TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux-musl/aarch64-yoe-linux-musl-g++  -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_CHRONO_DYN_LINK -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_RANDOM_DYN_LINK -DBOOST_REGEX_DYN_LINK -DBOOST_SYSTEM_DYN_LINK -DBOOST_THREAD_DYN_LINK -DCPPREST_FORCE_HTTP_CLIENT_ASIO -DCPPREST_FORCE_HTTP_LISTENER_ASIO -DCPPREST_NO_SSL_LEAK_SUPPRESS -Dcpprest_EXPORTS -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot  -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot=                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native=  -fvisibility-inlines-hidden  -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot -std=c++11 -fno-strict-aliasing -fPIC   -pedantic -Wall -Wextra -Wunused-parameter -Wcast-align -Wcast-qual -Wconversion -Wformat=2 -Winit-self -Winvalid-pch -Wmissing-format-attribute -Wmissing-include-dirs -Wpacked -Wredundant-decls -Wunreachable-code -MD -MT Release/src/CMakeFiles/cpprest.dir/utilities/web_utilities.cpp.o -MF Release/src/CMakeFiles/cpprest.dir/utilities/web_utilities.cpp.o.d -o Release/src/CMakeFiles/cpprest.dir/utilities/web_utilities.cpp.o -c TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/utilities/web_utilities.cpp
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:88,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/utilities/web_utilities.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/json.h: In member function 'web::json::value& web::json::array::operator[](web::json::array::size_type)':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/json.h:921:25: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  921 |         if (nlastSize < nMinSize) m_elements.resize(nMinSize);
      |                         ^~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/utilities/web_utilities.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6858:30: note:   initializing argument 1 of 'bool msl::safeint3::operator<(msl::safeint3::SafeInt<U, E>, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6858 | bool operator<(SafeInt<U, E> lhs, SafeInt<T, E> rhs) SAFEINT_NOTHROW
      |                ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:88,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/utilities/web_utilities.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/json.h:921:25: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  921 |         if (nlastSize < nMinSize) m_elements.resize(nMinSize);
      |                         ^~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/utilities/web_utilities.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6858:49: note:   initializing argument 2 of 'bool msl::safeint3::operator<(msl::safeint3::SafeInt<U, E>, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6858 | bool operator<(SafeInt<U, E> lhs, SafeInt<T, E> rhs) SAFEINT_NOTHROW
      |                                   ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/utilities/web_utilities.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::in_avail() const [with _CollectionType = std::vector<unsigned char>; size_t = long unsigned int]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:108:20:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:116:34: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  116 |         return (size_t)(writeend - readhead);
      |                        ~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/utilities/web_utilities.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6490:43: note:   initializing argument 1 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::SafeInt<T, E>::operator-(msl::safeint3::SafeInt<T, E>) const [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6490 |     SafeInt<T, E> operator-(SafeInt<T, E> rhs) const SAFEINT_CPP_THROW
      |                             ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/utilities/web_utilities.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::in_avail() const [with _CollectionType = std::__cxx11::basic_string<char>; size_t = long unsigned int]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:108:20:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:116:34: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  116 |         return (size_t)(writeend - readhead);
      |                        ~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/utilities/web_utilities.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6490:43: note:   initializing argument 1 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::SafeInt<T, E>::operator-(msl::safeint3::SafeInt<T, E>) const [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6490 |     SafeInt<T, E> operator-(SafeInt<T, E> rhs) const SAFEINT_CPP_THROW
      |                             ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/utilities/web_utilities.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::read(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t, bool) [with _CollectionType = std::vector<unsigned char>; size_t = long unsigned int; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:207:45:   required from 'pplx::task<long unsigned int> Concurrency::streams::details::basic_container_buffer<_CollectionType>::_getn(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t) [with _CollectionType = std::vector<unsigned char>; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char; size_t = long unsigned int]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:205:32:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:397:44: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  397 |         size_t newPos = m_current_position + read_size;
      |                         ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/utilities/web_utilities.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:7229:46: note:   initializing argument 2 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::operator+(U, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 7229 | SafeInt<T, E> operator+(U lhs, SafeInt<T, E> rhs) SAFEINT_CPP_THROW
      |                                ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/utilities/web_utilities.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::read(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t, bool) [with _CollectionType = std::__cxx11::basic_string<char>; size_t = long unsigned int; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = char]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:207:45:   required from 'pplx::task<long unsigned int> Concurrency::streams::details::basic_container_buffer<_CollectionType>::_getn(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t) [with _CollectionType = std::__cxx11::basic_string<char>; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = char; size_t = long unsigned int]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:205:32:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:397:44: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  397 |         size_t newPos = m_current_position + read_size;
      |                         ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/utilities/web_utilities.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:7229:46: note:   initializing argument 2 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::operator+(U, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 7229 | SafeInt<T, E> operator+(U lhs, SafeInt<T, E> rhs) SAFEINT_CPP_THROW
      |                                ~~~~~~~~~~~~~~^~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp: In instantiation of 'msl::safeint3::SafeInt<T, E> msl::safeint3::SafeInt<T, E>::Min(msl::safeint3::SafeInt<T, E>, T) const [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:395:65:   required from 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::read(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t, bool) [with _CollectionType = std::vector<unsigned char>; size_t = long unsigned int; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:207:45:   required from 'pplx::task<long unsigned int> Concurrency::streams::details::basic_container_buffer<_CollectionType>::_getn(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t) [with _CollectionType = std::vector<unsigned char>; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char; size_t = long unsigned int]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:205:32:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6724:22: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
 6724 |         T tmp = test < m_int ? (T)test : m_int;
      |                 ~~~~~^~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6852:30: note:   initializing argument 1 of 'bool msl::safeint3::operator<(msl::safeint3::SafeInt<T, E>, U) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6852 | bool operator<(SafeInt<T, E> lhs, U rhs) SAFEINT_NOTHROW
      |                ~~~~~~~~~~~~~~^~~
[17/158] TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux-musl/aarch64-yoe-linux-musl-g++  -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_CHRONO_DYN_LINK -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_RANDOM_DYN_LINK -DBOOST_REGEX_DYN_LINK -DBOOST_SYSTEM_DYN_LINK -DBOOST_THREAD_DYN_LINK -DCPPREST_FORCE_HTTP_CLIENT_ASIO -DCPPREST_FORCE_HTTP_LISTENER_ASIO -DCPPREST_NO_SSL_LEAK_SUPPRESS -Dcpprest_EXPORTS -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot  -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot=                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native=  -fvisibility-inlines-hidden  -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot -std=c++11 -fno-strict-aliasing -fPIC   -pedantic -Wall -Wextra -Wunused-parameter -Wcast-align -Wcast-qual -Wconversion -Wformat=2 -Winit-self -Winvalid-pch -Wmissing-format-attribute -Wmissing-include-dirs -Wpacked -Wredundant-decls -Wunreachable-code -MD -MT Release/src/CMakeFiles/cpprest.dir/http/oauth/oauth2.cpp.o -MF Release/src/CMakeFiles/cpprest.dir/http/oauth/oauth2.cpp.o.d -o Release/src/CMakeFiles/cpprest.dir/http/oauth/oauth2.cpp.o -c TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/oauth/oauth2.cpp
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:88,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/oauth/oauth2.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/json.h: In member function 'web::json::value& web::json::array::operator[](web::json::array::size_type)':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/json.h:921:25: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  921 |         if (nlastSize < nMinSize) m_elements.resize(nMinSize);
      |                         ^~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/oauth/oauth2.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6858:30: note:   initializing argument 1 of 'bool msl::safeint3::operator<(msl::safeint3::SafeInt<U, E>, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6858 | bool operator<(SafeInt<U, E> lhs, SafeInt<T, E> rhs) SAFEINT_NOTHROW
      |                ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:88,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/oauth/oauth2.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/json.h:921:25: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  921 |         if (nlastSize < nMinSize) m_elements.resize(nMinSize);
      |                         ^~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/oauth/oauth2.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6858:49: note:   initializing argument 2 of 'bool msl::safeint3::operator<(msl::safeint3::SafeInt<U, E>, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6858 | bool operator<(SafeInt<U, E> lhs, SafeInt<T, E> rhs) SAFEINT_NOTHROW
      |                                   ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/oauth/oauth2.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::in_avail() const [with _CollectionType = std::vector<unsigned char>; size_t = long unsigned int]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:108:20:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:116:34: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  116 |         return (size_t)(writeend - readhead);
      |                        ~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/oauth/oauth2.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6490:43: note:   initializing argument 1 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::SafeInt<T, E>::operator-(msl::safeint3::SafeInt<T, E>) const [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6490 |     SafeInt<T, E> operator-(SafeInt<T, E> rhs) const SAFEINT_CPP_THROW
      |                             ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/oauth/oauth2.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::in_avail() const [with _CollectionType = std::__cxx11::basic_string<char>; size_t = long unsigned int]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:108:20:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:116:34: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  116 |         return (size_t)(writeend - readhead);
      |                        ~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/oauth/oauth2.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6490:43: note:   initializing argument 1 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::SafeInt<T, E>::operator-(msl::safeint3::SafeInt<T, E>) const [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6490 |     SafeInt<T, E> operator-(SafeInt<T, E> rhs) const SAFEINT_CPP_THROW
      |                             ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/oauth/oauth2.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::read(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t, bool) [with _CollectionType = std::vector<unsigned char>; size_t = long unsigned int; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:207:45:   required from 'pplx::task<long unsigned int> Concurrency::streams::details::basic_container_buffer<_CollectionType>::_getn(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t) [with _CollectionType = std::vector<unsigned char>; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char; size_t = long unsigned int]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:205:32:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:397:44: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  397 |         size_t newPos = m_current_position + read_size;
      |                         ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/oauth/oauth2.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:7229:46: note:   initializing argument 2 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::operator+(U, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 7229 | SafeInt<T, E> operator+(U lhs, SafeInt<T, E> rhs) SAFEINT_CPP_THROW
      |                                ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/oauth/oauth2.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::read(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t, bool) [with _CollectionType = std::__cxx11::basic_string<char>; size_t = long unsigned int; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = char]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:207:45:   required from 'pplx::task<long unsigned int> Concurrency::streams::details::basic_container_buffer<_CollectionType>::_getn(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t) [with _CollectionType = std::__cxx11::basic_string<char>; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = char; size_t = long unsigned int]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:205:32:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:397:44: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  397 |         size_t newPos = m_current_position + read_size;
      |                         ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/oauth/oauth2.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:7229:46: note:   initializing argument 2 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::operator+(U, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 7229 | SafeInt<T, E> operator+(U lhs, SafeInt<T, E> rhs) SAFEINT_CPP_THROW
      |                                ~~~~~~~~~~~~~~^~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp: In instantiation of 'msl::safeint3::SafeInt<T, E> msl::safeint3::SafeInt<T, E>::Min(msl::safeint3::SafeInt<T, E>, T) const [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:395:65:   required from 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::read(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t, bool) [with _CollectionType = std::vector<unsigned char>; size_t = long unsigned int; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:207:45:   required from 'pplx::task<long unsigned int> Concurrency::streams::details::basic_container_buffer<_CollectionType>::_getn(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t) [with _CollectionType = std::vector<unsigned char>; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char; size_t = long unsigned int]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:205:32:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6724:22: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
 6724 |         T tmp = test < m_int ? (T)test : m_int;
      |                 ~~~~~^~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6852:30: note:   initializing argument 1 of 'bool msl::safeint3::operator<(msl::safeint3::SafeInt<T, E>, U) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6852 | bool operator<(SafeInt<T, E> lhs, U rhs) SAFEINT_NOTHROW
      |                ~~~~~~~~~~~~~~^~~
[18/158] TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux-musl/aarch64-yoe-linux-musl-g++  -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_CHRONO_DYN_LINK -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_RANDOM_DYN_LINK -DBOOST_REGEX_DYN_LINK -DBOOST_SYSTEM_DYN_LINK -DBOOST_THREAD_DYN_LINK -DCPPREST_FORCE_HTTP_CLIENT_ASIO -DCPPREST_FORCE_HTTP_LISTENER_ASIO -DCPPREST_NO_SSL_LEAK_SUPPRESS -Dunittestpp_EXPORTS -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/utilities/include -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp/src -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp/. -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot  -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot=                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native=  -fvisibility-inlines-hidden  -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot -std=c++11 -fno-strict-aliasing -fPIC -MD -MT Release/tests/common/UnitTestpp/CMakeFiles/unittestpp.dir/src/CompositeTestReporter.cpp.o -MF Release/tests/common/UnitTestpp/CMakeFiles/unittestpp.dir/src/CompositeTestReporter.cpp.o.d -o Release/tests/common/UnitTestpp/CMakeFiles/unittestpp.dir/src/CompositeTestReporter.cpp.o -c TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp/src/CompositeTestReporter.cpp
[19/158] TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux-musl/aarch64-yoe-linux-musl-g++  -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_CHRONO_DYN_LINK -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_RANDOM_DYN_LINK -DBOOST_REGEX_DYN_LINK -DBOOST_SYSTEM_DYN_LINK -DBOOST_THREAD_DYN_LINK -DCPPREST_FORCE_HTTP_CLIENT_ASIO -DCPPREST_FORCE_HTTP_LISTENER_ASIO -DCPPREST_NO_SSL_LEAK_SUPPRESS -Dunittestpp_EXPORTS -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/utilities/include -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp/src -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp/. -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot  -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot=                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native=  -fvisibility-inlines-hidden  -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot -std=c++11 -fno-strict-aliasing -fPIC -MD -MT Release/tests/common/UnitTestpp/CMakeFiles/unittestpp.dir/src/CurrentTest.cpp.o -MF Release/tests/common/UnitTestpp/CMakeFiles/unittestpp.dir/src/CurrentTest.cpp.o.d -o Release/tests/common/UnitTestpp/CMakeFiles/unittestpp.dir/src/CurrentTest.cpp.o -c TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp/src/CurrentTest.cpp
[20/158] TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux-musl/aarch64-yoe-linux-musl-g++  -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_CHRONO_DYN_LINK -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_RANDOM_DYN_LINK -DBOOST_REGEX_DYN_LINK -DBOOST_SYSTEM_DYN_LINK -DBOOST_THREAD_DYN_LINK -DCPPREST_FORCE_HTTP_CLIENT_ASIO -DCPPREST_FORCE_HTTP_LISTENER_ASIO -DCPPREST_NO_SSL_LEAK_SUPPRESS -Dcpprest_EXPORTS -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot  -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot=                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native=  -fvisibility-inlines-hidden  -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot -std=c++11 -fno-strict-aliasing -fPIC   -pedantic -Wall -Wextra -Wunused-parameter -Wcast-align -Wcast-qual -Wconversion -Wformat=2 -Winit-self -Winvalid-pch -Wmissing-format-attribute -Wmissing-include-dirs -Wpacked -Wredundant-decls -Wunreachable-code -MD -MT Release/src/CMakeFiles/cpprest.dir/pplx/pplx.cpp.o -MF Release/src/CMakeFiles/cpprest.dir/pplx/pplx.cpp.o.d -o Release/src/CMakeFiles/cpprest.dir/pplx/pplx.cpp.o -c TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pplx/pplx.cpp
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:88,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pplx/pplx.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/json.h: In member function 'web::json::value& web::json::array::operator[](web::json::array::size_type)':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/json.h:921:25: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  921 |         if (nlastSize < nMinSize) m_elements.resize(nMinSize);
      |                         ^~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pplx/pplx.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6858:30: note:   initializing argument 1 of 'bool msl::safeint3::operator<(msl::safeint3::SafeInt<U, E>, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6858 | bool operator<(SafeInt<U, E> lhs, SafeInt<T, E> rhs) SAFEINT_NOTHROW
      |                ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:88,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pplx/pplx.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/json.h:921:25: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  921 |         if (nlastSize < nMinSize) m_elements.resize(nMinSize);
      |                         ^~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pplx/pplx.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6858:49: note:   initializing argument 2 of 'bool msl::safeint3::operator<(msl::safeint3::SafeInt<U, E>, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6858 | bool operator<(SafeInt<U, E> lhs, SafeInt<T, E> rhs) SAFEINT_NOTHROW
      |                                   ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pplx/pplx.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::in_avail() const [with _CollectionType = std::vector<unsigned char>; size_t = long unsigned int]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:108:20:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:116:34: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  116 |         return (size_t)(writeend - readhead);
      |                        ~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pplx/pplx.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6490:43: note:   initializing argument 1 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::SafeInt<T, E>::operator-(msl::safeint3::SafeInt<T, E>) const [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6490 |     SafeInt<T, E> operator-(SafeInt<T, E> rhs) const SAFEINT_CPP_THROW
      |                             ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pplx/pplx.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::in_avail() const [with _CollectionType = std::__cxx11::basic_string<char>; size_t = long unsigned int]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:108:20:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:116:34: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  116 |         return (size_t)(writeend - readhead);
      |                        ~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pplx/pplx.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6490:43: note:   initializing argument 1 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::SafeInt<T, E>::operator-(msl::safeint3::SafeInt<T, E>) const [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6490 |     SafeInt<T, E> operator-(SafeInt<T, E> rhs) const SAFEINT_CPP_THROW
      |                             ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pplx/pplx.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::read(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t, bool) [with _CollectionType = std::vector<unsigned char>; size_t = long unsigned int; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:207:45:   required from 'pplx::task<long unsigned int> Concurrency::streams::details::basic_container_buffer<_CollectionType>::_getn(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t) [with _CollectionType = std::vector<unsigned char>; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char; size_t = long unsigned int]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:205:32:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:397:44: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  397 |         size_t newPos = m_current_position + read_size;
      |                         ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pplx/pplx.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:7229:46: note:   initializing argument 2 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::operator+(U, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 7229 | SafeInt<T, E> operator+(U lhs, SafeInt<T, E> rhs) SAFEINT_CPP_THROW
      |                                ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pplx/pplx.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::read(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t, bool) [with _CollectionType = std::__cxx11::basic_string<char>; size_t = long unsigned int; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = char]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:207:45:   required from 'pplx::task<long unsigned int> Concurrency::streams::details::basic_container_buffer<_CollectionType>::_getn(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t) [with _CollectionType = std::__cxx11::basic_string<char>; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = char; size_t = long unsigned int]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:205:32:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:397:44: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  397 |         size_t newPos = m_current_position + read_size;
      |                         ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pplx/pplx.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:7229:46: note:   initializing argument 2 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::operator+(U, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 7229 | SafeInt<T, E> operator+(U lhs, SafeInt<T, E> rhs) SAFEINT_CPP_THROW
      |                                ~~~~~~~~~~~~~~^~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp: In instantiation of 'msl::safeint3::SafeInt<T, E> msl::safeint3::SafeInt<T, E>::Min(msl::safeint3::SafeInt<T, E>, T) const [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:395:65:   required from 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::read(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t, bool) [with _CollectionType = std::vector<unsigned char>; size_t = long unsigned int; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:207:45:   required from 'pplx::task<long unsigned int> Concurrency::streams::details::basic_container_buffer<_CollectionType>::_getn(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t) [with _CollectionType = std::vector<unsigned char>; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char; size_t = long unsigned int]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:205:32:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6724:22: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
 6724 |         T tmp = test < m_int ? (T)test : m_int;
      |                 ~~~~~^~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6852:30: note:   initializing argument 1 of 'bool msl::safeint3::operator<(msl::safeint3::SafeInt<T, E>, U) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6852 | bool operator<(SafeInt<T, E> lhs, U rhs) SAFEINT_NOTHROW
      |                ~~~~~~~~~~~~~~^~~
[21/158] TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux-musl/aarch64-yoe-linux-musl-g++  -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_CHRONO_DYN_LINK -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_RANDOM_DYN_LINK -DBOOST_REGEX_DYN_LINK -DBOOST_SYSTEM_DYN_LINK -DBOOST_THREAD_DYN_LINK -DCPPREST_FORCE_HTTP_CLIENT_ASIO -DCPPREST_FORCE_HTTP_LISTENER_ASIO -DCPPREST_NO_SSL_LEAK_SUPPRESS -Dcpprest_EXPORTS -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot  -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot=                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native=  -fvisibility-inlines-hidden  -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot -std=c++11 -fno-strict-aliasing -fPIC   -pedantic -Wall -Wextra -Wunused-parameter -Wcast-align -Wcast-qual -Wconversion -Wformat=2 -Winit-self -Winvalid-pch -Wmissing-format-attribute -Wmissing-include-dirs -Wpacked -Wredundant-decls -Wunreachable-code -MD -MT Release/src/CMakeFiles/cpprest.dir/utilities/base64.cpp.o -MF Release/src/CMakeFiles/cpprest.dir/utilities/base64.cpp.o.d -o Release/src/CMakeFiles/cpprest.dir/utilities/base64.cpp.o -c TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/utilities/base64.cpp
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:88,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/utilities/base64.cpp:11:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/json.h: In member function 'web::json::value& web::json::array::operator[](web::json::array::size_type)':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/json.h:921:25: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  921 |         if (nlastSize < nMinSize) m_elements.resize(nMinSize);
      |                         ^~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/utilities/base64.cpp:11:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6858:30: note:   initializing argument 1 of 'bool msl::safeint3::operator<(msl::safeint3::SafeInt<U, E>, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6858 | bool operator<(SafeInt<U, E> lhs, SafeInt<T, E> rhs) SAFEINT_NOTHROW
      |                ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:88,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/utilities/base64.cpp:11:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/json.h:921:25: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  921 |         if (nlastSize < nMinSize) m_elements.resize(nMinSize);
      |                         ^~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/utilities/base64.cpp:11:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6858:49: note:   initializing argument 2 of 'bool msl::safeint3::operator<(msl::safeint3::SafeInt<U, E>, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6858 | bool operator<(SafeInt<U, E> lhs, SafeInt<T, E> rhs) SAFEINT_NOTHROW
      |                                   ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/utilities/base64.cpp:11:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::in_avail() const [with _CollectionType = std::vector<unsigned char>; size_t = long unsigned int]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:108:20:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:116:34: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  116 |         return (size_t)(writeend - readhead);
      |                        ~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/utilities/base64.cpp:11:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6490:43: note:   initializing argument 1 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::SafeInt<T, E>::operator-(msl::safeint3::SafeInt<T, E>) const [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6490 |     SafeInt<T, E> operator-(SafeInt<T, E> rhs) const SAFEINT_CPP_THROW
      |                             ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/utilities/base64.cpp:11:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::in_avail() const [with _CollectionType = std::__cxx11::basic_string<char>; size_t = long unsigned int]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:108:20:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:116:34: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  116 |         return (size_t)(writeend - readhead);
      |                        ~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/utilities/base64.cpp:11:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6490:43: note:   initializing argument 1 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::SafeInt<T, E>::operator-(msl::safeint3::SafeInt<T, E>) const [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6490 |     SafeInt<T, E> operator-(SafeInt<T, E> rhs) const SAFEINT_CPP_THROW
      |                             ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/utilities/base64.cpp:11:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::read(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t, bool) [with _CollectionType = std::vector<unsigned char>; size_t = long unsigned int; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:207:45:   required from 'pplx::task<long unsigned int> Concurrency::streams::details::basic_container_buffer<_CollectionType>::_getn(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t) [with _CollectionType = std::vector<unsigned char>; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char; size_t = long unsigned int]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:205:32:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:397:44: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  397 |         size_t newPos = m_current_position + read_size;
      |                         ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/utilities/base64.cpp:11:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:7229:46: note:   initializing argument 2 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::operator+(U, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 7229 | SafeInt<T, E> operator+(U lhs, SafeInt<T, E> rhs) SAFEINT_CPP_THROW
      |                                ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/utilities/base64.cpp:11:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::read(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t, bool) [with _CollectionType = std::__cxx11::basic_string<char>; size_t = long unsigned int; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = char]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:207:45:   required from 'pplx::task<long unsigned int> Concurrency::streams::details::basic_container_buffer<_CollectionType>::_getn(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t) [with _CollectionType = std::__cxx11::basic_string<char>; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = char; size_t = long unsigned int]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:205:32:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:397:44: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  397 |         size_t newPos = m_current_position + read_size;
      |                         ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/utilities/base64.cpp:11:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:7229:46: note:   initializing argument 2 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::operator+(U, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 7229 | SafeInt<T, E> operator+(U lhs, SafeInt<T, E> rhs) SAFEINT_CPP_THROW
      |                                ~~~~~~~~~~~~~~^~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp: In instantiation of 'msl::safeint3::SafeInt<T, E> msl::safeint3::SafeInt<T, E>::Min(msl::safeint3::SafeInt<T, E>, T) const [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:395:65:   required from 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::read(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t, bool) [with _CollectionType = std::vector<unsigned char>; size_t = long unsigned int; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:207:45:   required from 'pplx::task<long unsigned int> Concurrency::streams::details::basic_container_buffer<_CollectionType>::_getn(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t) [with _CollectionType = std::vector<unsigned char>; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char; size_t = long unsigned int]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:205:32:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6724:22: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
 6724 |         T tmp = test < m_int ? (T)test : m_int;
      |                 ~~~~~^~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6852:30: note:   initializing argument 1 of 'bool msl::safeint3::operator<(msl::safeint3::SafeInt<T, E>, U) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6852 | bool operator<(SafeInt<T, E> lhs, U rhs) SAFEINT_NOTHROW
      |                ~~~~~~~~~~~~~~^~~
[22/158] TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux-musl/aarch64-yoe-linux-musl-g++  -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_CHRONO_DYN_LINK -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_RANDOM_DYN_LINK -DBOOST_REGEX_DYN_LINK -DBOOST_SYSTEM_DYN_LINK -DBOOST_THREAD_DYN_LINK -DCPPREST_FORCE_HTTP_CLIENT_ASIO -DCPPREST_FORCE_HTTP_LISTENER_ASIO -DCPPREST_NO_SSL_LEAK_SUPPRESS -Dcpprest_EXPORTS -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot  -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot=                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native=  -fvisibility-inlines-hidden  -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot -std=c++11 -fno-strict-aliasing -fPIC   -pedantic -Wall -Wextra -Wunused-parameter -Wcast-align -Wcast-qual -Wconversion -Wformat=2 -Winit-self -Winvalid-pch -Wmissing-format-attribute -Wmissing-include-dirs -Wpacked -Wredundant-decls -Wunreachable-code -MD -MT Release/src/CMakeFiles/cpprest.dir/websockets/client/ws_msg.cpp.o -MF Release/src/CMakeFiles/cpprest.dir/websockets/client/ws_msg.cpp.o.d -o Release/src/CMakeFiles/cpprest.dir/websockets/client/ws_msg.cpp.o -c TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_msg.cpp
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:88,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_msg.cpp:15:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/json.h: In member function 'web::json::value& web::json::array::operator[](web::json::array::size_type)':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/json.h:921:25: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  921 |         if (nlastSize < nMinSize) m_elements.resize(nMinSize);
      |                         ^~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_msg.cpp:15:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6858:30: note:   initializing argument 1 of 'bool msl::safeint3::operator<(msl::safeint3::SafeInt<U, E>, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6858 | bool operator<(SafeInt<U, E> lhs, SafeInt<T, E> rhs) SAFEINT_NOTHROW
      |                ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:88,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_msg.cpp:15:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/json.h:921:25: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  921 |         if (nlastSize < nMinSize) m_elements.resize(nMinSize);
      |                         ^~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_msg.cpp:15:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6858:49: note:   initializing argument 2 of 'bool msl::safeint3::operator<(msl::safeint3::SafeInt<U, E>, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6858 | bool operator<(SafeInt<U, E> lhs, SafeInt<T, E> rhs) SAFEINT_NOTHROW
      |                                   ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_msg.cpp:15:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::in_avail() const [with _CollectionType = std::vector<unsigned char>; size_t = long unsigned int]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:108:20:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:116:34: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  116 |         return (size_t)(writeend - readhead);
      |                        ~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_msg.cpp:15:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6490:43: note:   initializing argument 1 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::SafeInt<T, E>::operator-(msl::safeint3::SafeInt<T, E>) const [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6490 |     SafeInt<T, E> operator-(SafeInt<T, E> rhs) const SAFEINT_CPP_THROW
      |                             ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_msg.cpp:15:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::in_avail() const [with _CollectionType = std::__cxx11::basic_string<char>; size_t = long unsigned int]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:108:20:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:116:34: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  116 |         return (size_t)(writeend - readhead);
      |                        ~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_msg.cpp:15:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6490:43: note:   initializing argument 1 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::SafeInt<T, E>::operator-(msl::safeint3::SafeInt<T, E>) const [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6490 |     SafeInt<T, E> operator-(SafeInt<T, E> rhs) const SAFEINT_CPP_THROW
      |                             ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_msg.cpp:15:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::read(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t, bool) [with _CollectionType = std::vector<unsigned char>; size_t = long unsigned int; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:207:45:   required from 'pplx::task<long unsigned int> Concurrency::streams::details::basic_container_buffer<_CollectionType>::_getn(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t) [with _CollectionType = std::vector<unsigned char>; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char; size_t = long unsigned int]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:205:32:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:397:44: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  397 |         size_t newPos = m_current_position + read_size;
      |                         ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_msg.cpp:15:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:7229:46: note:   initializing argument 2 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::operator+(U, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 7229 | SafeInt<T, E> operator+(U lhs, SafeInt<T, E> rhs) SAFEINT_CPP_THROW
      |                                ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_msg.cpp:15:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::read(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t, bool) [with _CollectionType = std::__cxx11::basic_string<char>; size_t = long unsigned int; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = char]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:207:45:   required from 'pplx::task<long unsigned int> Concurrency::streams::details::basic_container_buffer<_CollectionType>::_getn(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t) [with _CollectionType = std::__cxx11::basic_string<char>; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = char; size_t = long unsigned int]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:205:32:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:397:44: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  397 |         size_t newPos = m_current_position + read_size;
      |                         ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_msg.cpp:15:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:7229:46: note:   initializing argument 2 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::operator+(U, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 7229 | SafeInt<T, E> operator+(U lhs, SafeInt<T, E> rhs) SAFEINT_CPP_THROW
      |                                ~~~~~~~~~~~~~~^~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp: In instantiation of 'msl::safeint3::SafeInt<T, E> msl::safeint3::SafeInt<T, E>::Min(msl::safeint3::SafeInt<T, E>, T) const [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:395:65:   required from 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::read(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t, bool) [with _CollectionType = std::vector<unsigned char>; size_t = long unsigned int; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:207:45:   required from 'pplx::task<long unsigned int> Concurrency::streams::details::basic_container_buffer<_CollectionType>::_getn(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t) [with _CollectionType = std::vector<unsigned char>; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char; size_t = long unsigned int]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:205:32:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6724:22: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
 6724 |         T tmp = test < m_int ? (T)test : m_int;
      |                 ~~~~~^~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6852:30: note:   initializing argument 1 of 'bool msl::safeint3::operator<(msl::safeint3::SafeInt<T, E>, U) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6852 | bool operator<(SafeInt<T, E> lhs, U rhs) SAFEINT_NOTHROW
      |                ~~~~~~~~~~~~~~^~~
[23/158] TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux-musl/aarch64-yoe-linux-musl-g++  -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_CHRONO_DYN_LINK -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_RANDOM_DYN_LINK -DBOOST_REGEX_DYN_LINK -DBOOST_SYSTEM_DYN_LINK -DBOOST_THREAD_DYN_LINK -DCPPREST_FORCE_HTTP_CLIENT_ASIO -DCPPREST_FORCE_HTTP_LISTENER_ASIO -DCPPREST_NO_SSL_LEAK_SUPPRESS -Dunittestpp_EXPORTS -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/utilities/include -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp/src -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp/. -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot  -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot=                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native=  -fvisibility-inlines-hidden  -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot -std=c++11 -fno-strict-aliasing -fPIC -MD -MT Release/tests/common/UnitTestpp/CMakeFiles/unittestpp.dir/src/DeferredTestResult.cpp.o -MF Release/tests/common/UnitTestpp/CMakeFiles/unittestpp.dir/src/DeferredTestResult.cpp.o.d -o Release/tests/common/UnitTestpp/CMakeFiles/unittestpp.dir/src/DeferredTestResult.cpp.o -c TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp/src/DeferredTestResult.cpp
[24/158] TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux-musl/aarch64-yoe-linux-musl-g++  -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_CHRONO_DYN_LINK -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_RANDOM_DYN_LINK -DBOOST_REGEX_DYN_LINK -DBOOST_SYSTEM_DYN_LINK -DBOOST_THREAD_DYN_LINK -DCPPREST_FORCE_HTTP_CLIENT_ASIO -DCPPREST_FORCE_HTTP_LISTENER_ASIO -DCPPREST_NO_SSL_LEAK_SUPPRESS -Dunittestpp_EXPORTS -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/utilities/include -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp/src -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp/. -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot  -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot=                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native=  -fvisibility-inlines-hidden  -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot -std=c++11 -fno-strict-aliasing -fPIC -MD -MT Release/tests/common/UnitTestpp/CMakeFiles/unittestpp.dir/src/DeferredTestReporter.cpp.o -MF Release/tests/common/UnitTestpp/CMakeFiles/unittestpp.dir/src/DeferredTestReporter.cpp.o.d -o Release/tests/common/UnitTestpp/CMakeFiles/unittestpp.dir/src/DeferredTestReporter.cpp.o -c TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp/src/DeferredTestReporter.cpp
[25/158] TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux-musl/aarch64-yoe-linux-musl-g++  -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_CHRONO_DYN_LINK -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_RANDOM_DYN_LINK -DBOOST_REGEX_DYN_LINK -DBOOST_SYSTEM_DYN_LINK -DBOOST_THREAD_DYN_LINK -DCPPREST_FORCE_HTTP_CLIENT_ASIO -DCPPREST_FORCE_HTTP_LISTENER_ASIO -DCPPREST_NO_SSL_LEAK_SUPPRESS -Dcpprest_EXPORTS -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot  -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot=                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native=  -fvisibility-inlines-hidden  -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot -std=c++11 -fno-strict-aliasing -fPIC   -pedantic -Wall -Wextra -Wunused-parameter -Wcast-align -Wcast-qual -Wconversion -Wformat=2 -Winit-self -Winvalid-pch -Wmissing-format-attribute -Wmissing-include-dirs -Wpacked -Wredundant-decls -Wunreachable-code -MD -MT Release/src/CMakeFiles/cpprest.dir/pplx/pplxlinux.cpp.o -MF Release/src/CMakeFiles/cpprest.dir/pplx/pplxlinux.cpp.o.d -o Release/src/CMakeFiles/cpprest.dir/pplx/pplxlinux.cpp.o -c TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pplx/pplxlinux.cpp
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:88,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pplx/pplxlinux.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/json.h: In member function 'web::json::value& web::json::array::operator[](web::json::array::size_type)':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/json.h:921:25: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  921 |         if (nlastSize < nMinSize) m_elements.resize(nMinSize);
      |                         ^~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pplx/pplxlinux.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6858:30: note:   initializing argument 1 of 'bool msl::safeint3::operator<(msl::safeint3::SafeInt<U, E>, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6858 | bool operator<(SafeInt<U, E> lhs, SafeInt<T, E> rhs) SAFEINT_NOTHROW
      |                ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:88,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pplx/pplxlinux.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/json.h:921:25: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  921 |         if (nlastSize < nMinSize) m_elements.resize(nMinSize);
      |                         ^~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pplx/pplxlinux.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6858:49: note:   initializing argument 2 of 'bool msl::safeint3::operator<(msl::safeint3::SafeInt<U, E>, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6858 | bool operator<(SafeInt<U, E> lhs, SafeInt<T, E> rhs) SAFEINT_NOTHROW
      |                                   ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pplx/pplxlinux.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::in_avail() const [with _CollectionType = std::vector<unsigned char>; size_t = long unsigned int]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:108:20:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:116:34: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  116 |         return (size_t)(writeend - readhead);
      |                        ~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pplx/pplxlinux.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6490:43: note:   initializing argument 1 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::SafeInt<T, E>::operator-(msl::safeint3::SafeInt<T, E>) const [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6490 |     SafeInt<T, E> operator-(SafeInt<T, E> rhs) const SAFEINT_CPP_THROW
      |                             ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pplx/pplxlinux.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::in_avail() const [with _CollectionType = std::__cxx11::basic_string<char>; size_t = long unsigned int]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:108:20:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:116:34: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  116 |         return (size_t)(writeend - readhead);
      |                        ~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pplx/pplxlinux.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6490:43: note:   initializing argument 1 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::SafeInt<T, E>::operator-(msl::safeint3::SafeInt<T, E>) const [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6490 |     SafeInt<T, E> operator-(SafeInt<T, E> rhs) const SAFEINT_CPP_THROW
      |                             ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pplx/pplxlinux.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::read(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t, bool) [with _CollectionType = std::vector<unsigned char>; size_t = long unsigned int; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:207:45:   required from 'pplx::task<long unsigned int> Concurrency::streams::details::basic_container_buffer<_CollectionType>::_getn(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t) [with _CollectionType = std::vector<unsigned char>; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char; size_t = long unsigned int]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:205:32:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:397:44: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  397 |         size_t newPos = m_current_position + read_size;
      |                         ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pplx/pplxlinux.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:7229:46: note:   initializing argument 2 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::operator+(U, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 7229 | SafeInt<T, E> operator+(U lhs, SafeInt<T, E> rhs) SAFEINT_CPP_THROW
      |                                ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pplx/pplxlinux.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::read(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t, bool) [with _CollectionType = std::__cxx11::basic_string<char>; size_t = long unsigned int; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = char]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:207:45:   required from 'pplx::task<long unsigned int> Concurrency::streams::details::basic_container_buffer<_CollectionType>::_getn(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t) [with _CollectionType = std::__cxx11::basic_string<char>; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = char; size_t = long unsigned int]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:205:32:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:397:44: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  397 |         size_t newPos = m_current_position + read_size;
      |                         ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pplx/pplxlinux.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:7229:46: note:   initializing argument 2 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::operator+(U, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 7229 | SafeInt<T, E> operator+(U lhs, SafeInt<T, E> rhs) SAFEINT_CPP_THROW
      |                                ~~~~~~~~~~~~~~^~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp: In instantiation of 'msl::safeint3::SafeInt<T, E> msl::safeint3::SafeInt<T, E>::Min(msl::safeint3::SafeInt<T, E>, T) const [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:395:65:   required from 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::read(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t, bool) [with _CollectionType = std::vector<unsigned char>; size_t = long unsigned int; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:207:45:   required from 'pplx::task<long unsigned int> Concurrency::streams::details::basic_container_buffer<_CollectionType>::_getn(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t) [with _CollectionType = std::vector<unsigned char>; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char; size_t = long unsigned int]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:205:32:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6724:22: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
 6724 |         T tmp = test < m_int ? (T)test : m_int;
      |                 ~~~~~^~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6852:30: note:   initializing argument 1 of 'bool msl::safeint3::operator<(msl::safeint3::SafeInt<T, E>, U) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6852 | bool operator<(SafeInt<T, E> lhs, U rhs) SAFEINT_NOTHROW
      |                ~~~~~~~~~~~~~~^~~
[26/158] TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux-musl/aarch64-yoe-linux-musl-g++  -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_CHRONO_DYN_LINK -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_RANDOM_DYN_LINK -DBOOST_REGEX_DYN_LINK -DBOOST_SYSTEM_DYN_LINK -DBOOST_THREAD_DYN_LINK -DCPPREST_FORCE_HTTP_CLIENT_ASIO -DCPPREST_FORCE_HTTP_LISTENER_ASIO -DCPPREST_NO_SSL_LEAK_SUPPRESS -Dunittestpp_EXPORTS -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/utilities/include -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp/src -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp/. -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot  -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot=                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native=  -fvisibility-inlines-hidden  -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot -std=c++11 -fno-strict-aliasing -fPIC -MD -MT Release/tests/common/UnitTestpp/CMakeFiles/unittestpp.dir/src/MemoryOutStream.cpp.o -MF Release/tests/common/UnitTestpp/CMakeFiles/unittestpp.dir/src/MemoryOutStream.cpp.o.d -o Release/tests/common/UnitTestpp/CMakeFiles/unittestpp.dir/src/MemoryOutStream.cpp.o -c TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp/src/MemoryOutStream.cpp
[27/158] TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux-musl/aarch64-yoe-linux-musl-g++  -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_CHRONO_DYN_LINK -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_RANDOM_DYN_LINK -DBOOST_REGEX_DYN_LINK -DBOOST_SYSTEM_DYN_LINK -DBOOST_THREAD_DYN_LINK -DCPPREST_FORCE_HTTP_CLIENT_ASIO -DCPPREST_FORCE_HTTP_LISTENER_ASIO -DCPPREST_NO_SSL_LEAK_SUPPRESS -Dunittestpp_EXPORTS -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/utilities/include -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp/src -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp/. -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot  -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot=                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native=  -fvisibility-inlines-hidden  -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot -std=c++11 -fno-strict-aliasing -fPIC -MD -MT Release/tests/common/UnitTestpp/CMakeFiles/unittestpp.dir/src/ReportAssert.cpp.o -MF Release/tests/common/UnitTestpp/CMakeFiles/unittestpp.dir/src/ReportAssert.cpp.o.d -o Release/tests/common/UnitTestpp/CMakeFiles/unittestpp.dir/src/ReportAssert.cpp.o -c TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp/src/ReportAssert.cpp
[28/158] TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux-musl/aarch64-yoe-linux-musl-g++  -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_CHRONO_DYN_LINK -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_RANDOM_DYN_LINK -DBOOST_REGEX_DYN_LINK -DBOOST_SYSTEM_DYN_LINK -DBOOST_THREAD_DYN_LINK -DCPPREST_FORCE_HTTP_CLIENT_ASIO -DCPPREST_FORCE_HTTP_LISTENER_ASIO -DCPPREST_NO_SSL_LEAK_SUPPRESS -Dunittestpp_EXPORTS -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/utilities/include -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp/src -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp/. -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot  -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot=                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native=  -fvisibility-inlines-hidden  -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot -std=c++11 -fno-strict-aliasing -fPIC -MD -MT Release/tests/common/UnitTestpp/CMakeFiles/unittestpp.dir/src/GlobalSettings.cpp.o -MF Release/tests/common/UnitTestpp/CMakeFiles/unittestpp.dir/src/GlobalSettings.cpp.o.d -o Release/tests/common/UnitTestpp/CMakeFiles/unittestpp.dir/src/GlobalSettings.cpp.o -c TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp/src/GlobalSettings.cpp
[29/158] TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux-musl/aarch64-yoe-linux-musl-g++  -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_CHRONO_DYN_LINK -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_RANDOM_DYN_LINK -DBOOST_REGEX_DYN_LINK -DBOOST_SYSTEM_DYN_LINK -DBOOST_THREAD_DYN_LINK -DCPPREST_FORCE_HTTP_CLIENT_ASIO -DCPPREST_FORCE_HTTP_LISTENER_ASIO -DCPPREST_NO_SSL_LEAK_SUPPRESS -Dunittestpp_EXPORTS -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/utilities/include -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp/src -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp/. -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot  -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot=                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native=  -fvisibility-inlines-hidden  -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot -std=c++11 -fno-strict-aliasing -fPIC -MD -MT Release/tests/common/UnitTestpp/CMakeFiles/unittestpp.dir/src/Test.cpp.o -MF Release/tests/common/UnitTestpp/CMakeFiles/unittestpp.dir/src/Test.cpp.o.d -o Release/tests/common/UnitTestpp/CMakeFiles/unittestpp.dir/src/Test.cpp.o -c TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp/src/Test.cpp
[30/158] TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux-musl/aarch64-yoe-linux-musl-g++  -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_CHRONO_DYN_LINK -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_RANDOM_DYN_LINK -DBOOST_REGEX_DYN_LINK -DBOOST_SYSTEM_DYN_LINK -DBOOST_THREAD_DYN_LINK -DCPPREST_FORCE_HTTP_CLIENT_ASIO -DCPPREST_FORCE_HTTP_LISTENER_ASIO -DCPPREST_NO_SSL_LEAK_SUPPRESS -Dunittestpp_EXPORTS -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/utilities/include -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp/src -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp/. -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot  -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot=                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native=  -fvisibility-inlines-hidden  -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot -std=c++11 -fno-strict-aliasing -fPIC -MD -MT Release/tests/common/UnitTestpp/CMakeFiles/unittestpp.dir/src/TestDetails.cpp.o -MF Release/tests/common/UnitTestpp/CMakeFiles/unittestpp.dir/src/TestDetails.cpp.o.d -o Release/tests/common/UnitTestpp/CMakeFiles/unittestpp.dir/src/TestDetails.cpp.o -c TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp/src/TestDetails.cpp
[31/158] TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux-musl/aarch64-yoe-linux-musl-g++  -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_CHRONO_DYN_LINK -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_RANDOM_DYN_LINK -DBOOST_REGEX_DYN_LINK -DBOOST_SYSTEM_DYN_LINK -DBOOST_THREAD_DYN_LINK -DCPPREST_FORCE_HTTP_CLIENT_ASIO -DCPPREST_FORCE_HTTP_LISTENER_ASIO -DCPPREST_NO_SSL_LEAK_SUPPRESS -Dcpprest_EXPORTS -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot  -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot=                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native=  -fvisibility-inlines-hidden  -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot -std=c++11 -fno-strict-aliasing -fPIC   -pedantic -Wall -Wextra -Wunused-parameter -Wcast-align -Wcast-qual -Wconversion -Wformat=2 -Winit-self -Winvalid-pch -Wmissing-format-attribute -Wmissing-include-dirs -Wpacked -Wredundant-decls -Wunreachable-code -MD -MT Release/src/CMakeFiles/cpprest.dir/http/client/x509_cert_utilities.cpp.o -MF Release/src/CMakeFiles/cpprest.dir/http/client/x509_cert_utilities.cpp.o.d -o Release/src/CMakeFiles/cpprest.dir/http/client/x509_cert_utilities.cpp.o -c TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/client/x509_cert_utilities.cpp
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:88,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/client/x509_cert_utilities.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/json.h: In member function 'web::json::value& web::json::array::operator[](web::json::array::size_type)':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/json.h:921:25: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  921 |         if (nlastSize < nMinSize) m_elements.resize(nMinSize);
      |                         ^~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/client/x509_cert_utilities.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6858:30: note:   initializing argument 1 of 'bool msl::safeint3::operator<(msl::safeint3::SafeInt<U, E>, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6858 | bool operator<(SafeInt<U, E> lhs, SafeInt<T, E> rhs) SAFEINT_NOTHROW
      |                ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:88,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/client/x509_cert_utilities.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/json.h:921:25: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  921 |         if (nlastSize < nMinSize) m_elements.resize(nMinSize);
      |                         ^~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/client/x509_cert_utilities.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6858:49: note:   initializing argument 2 of 'bool msl::safeint3::operator<(msl::safeint3::SafeInt<U, E>, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6858 | bool operator<(SafeInt<U, E> lhs, SafeInt<T, E> rhs) SAFEINT_NOTHROW
      |                                   ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/client/x509_cert_utilities.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::in_avail() const [with _CollectionType = std::vector<unsigned char>; size_t = long unsigned int]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:108:20:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:116:34: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  116 |         return (size_t)(writeend - readhead);
      |                        ~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/client/x509_cert_utilities.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6490:43: note:   initializing argument 1 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::SafeInt<T, E>::operator-(msl::safeint3::SafeInt<T, E>) const [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6490 |     SafeInt<T, E> operator-(SafeInt<T, E> rhs) const SAFEINT_CPP_THROW
      |                             ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/client/x509_cert_utilities.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::in_avail() const [with _CollectionType = std::__cxx11::basic_string<char>; size_t = long unsigned int]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:108:20:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:116:34: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  116 |         return (size_t)(writeend - readhead);
      |                        ~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/client/x509_cert_utilities.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6490:43: note:   initializing argument 1 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::SafeInt<T, E>::operator-(msl::safeint3::SafeInt<T, E>) const [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6490 |     SafeInt<T, E> operator-(SafeInt<T, E> rhs) const SAFEINT_CPP_THROW
      |                             ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/client/x509_cert_utilities.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::read(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t, bool) [with _CollectionType = std::vector<unsigned char>; size_t = long unsigned int; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:207:45:   required from 'pplx::task<long unsigned int> Concurrency::streams::details::basic_container_buffer<_CollectionType>::_getn(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t) [with _CollectionType = std::vector<unsigned char>; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char; size_t = long unsigned int]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:205:32:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:397:44: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  397 |         size_t newPos = m_current_position + read_size;
      |                         ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/client/x509_cert_utilities.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:7229:46: note:   initializing argument 2 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::operator+(U, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 7229 | SafeInt<T, E> operator+(U lhs, SafeInt<T, E> rhs) SAFEINT_CPP_THROW
      |                                ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/client/x509_cert_utilities.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::read(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t, bool) [with _CollectionType = std::__cxx11::basic_string<char>; size_t = long unsigned int; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = char]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:207:45:   required from 'pplx::task<long unsigned int> Concurrency::streams::details::basic_container_buffer<_CollectionType>::_getn(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t) [with _CollectionType = std::__cxx11::basic_string<char>; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = char; size_t = long unsigned int]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:205:32:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:397:44: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  397 |         size_t newPos = m_current_position + read_size;
      |                         ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/client/x509_cert_utilities.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:7229:46: note:   initializing argument 2 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::operator+(U, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 7229 | SafeInt<T, E> operator+(U lhs, SafeInt<T, E> rhs) SAFEINT_CPP_THROW
      |                                ~~~~~~~~~~~~~~^~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp: In instantiation of 'msl::safeint3::SafeInt<T, E> msl::safeint3::SafeInt<T, E>::Min(msl::safeint3::SafeInt<T, E>, T) const [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:395:65:   required from 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::read(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t, bool) [with _CollectionType = std::vector<unsigned char>; size_t = long unsigned int; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:207:45:   required from 'pplx::task<long unsigned int> Concurrency::streams::details::basic_container_buffer<_CollectionType>::_getn(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t) [with _CollectionType = std::vector<unsigned char>; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char; size_t = long unsigned int]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:205:32:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6724:22: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
 6724 |         T tmp = test < m_int ? (T)test : m_int;
      |                 ~~~~~^~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6852:30: note:   initializing argument 1 of 'bool msl::safeint3::operator<(msl::safeint3::SafeInt<T, E>, U) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6852 | bool operator<(SafeInt<T, E> lhs, U rhs) SAFEINT_NOTHROW
      |                ~~~~~~~~~~~~~~^~~
[32/158] TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux-musl/aarch64-yoe-linux-musl-g++  -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_CHRONO_DYN_LINK -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_RANDOM_DYN_LINK -DBOOST_REGEX_DYN_LINK -DBOOST_SYSTEM_DYN_LINK -DBOOST_THREAD_DYN_LINK -DCPPREST_FORCE_HTTP_CLIENT_ASIO -DCPPREST_FORCE_HTTP_LISTENER_ASIO -DCPPREST_NO_SSL_LEAK_SUPPRESS -Dunittestpp_EXPORTS -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/utilities/include -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp/src -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp/. -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot  -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot=                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native=  -fvisibility-inlines-hidden  -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot -std=c++11 -fno-strict-aliasing -fPIC -MD -MT Release/tests/common/UnitTestpp/CMakeFiles/unittestpp.dir/src/Posix/SignalTranslator.cpp.o -MF Release/tests/common/UnitTestpp/CMakeFiles/unittestpp.dir/src/Posix/SignalTranslator.cpp.o.d -o Release/tests/common/UnitTestpp/CMakeFiles/unittestpp.dir/src/Posix/SignalTranslator.cpp.o -c TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp/src/Posix/SignalTranslator.cpp
[33/158] TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux-musl/aarch64-yoe-linux-musl-g++  -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_CHRONO_DYN_LINK -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_RANDOM_DYN_LINK -DBOOST_REGEX_DYN_LINK -DBOOST_SYSTEM_DYN_LINK -DBOOST_THREAD_DYN_LINK -DCPPREST_FORCE_HTTP_CLIENT_ASIO -DCPPREST_FORCE_HTTP_LISTENER_ASIO -DCPPREST_NO_SSL_LEAK_SUPPRESS -Dunittestpp_EXPORTS -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/utilities/include -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp/src -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp/. -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot  -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot=                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native=  -fvisibility-inlines-hidden  -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot -std=c++11 -fno-strict-aliasing -fPIC -MD -MT Release/tests/common/UnitTestpp/CMakeFiles/unittestpp.dir/src/TestReporter.cpp.o -MF Release/tests/common/UnitTestpp/CMakeFiles/unittestpp.dir/src/TestReporter.cpp.o.d -o Release/tests/common/UnitTestpp/CMakeFiles/unittestpp.dir/src/TestReporter.cpp.o -c TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp/src/TestReporter.cpp
[34/158] TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux-musl/aarch64-yoe-linux-musl-g++  -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_CHRONO_DYN_LINK -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_RANDOM_DYN_LINK -DBOOST_REGEX_DYN_LINK -DBOOST_SYSTEM_DYN_LINK -DBOOST_THREAD_DYN_LINK -DCPPREST_FORCE_HTTP_CLIENT_ASIO -DCPPREST_FORCE_HTTP_LISTENER_ASIO -DCPPREST_NO_SSL_LEAK_SUPPRESS -Dunittestpp_EXPORTS -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/utilities/include -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp/src -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp/. -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot  -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot=                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native=  -fvisibility-inlines-hidden  -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot -std=c++11 -fno-strict-aliasing -fPIC -MD -MT Release/tests/common/UnitTestpp/CMakeFiles/unittestpp.dir/src/Posix/TimeHelpers.cpp.o -MF Release/tests/common/UnitTestpp/CMakeFiles/unittestpp.dir/src/Posix/TimeHelpers.cpp.o.d -o Release/tests/common/UnitTestpp/CMakeFiles/unittestpp.dir/src/Posix/TimeHelpers.cpp.o -c TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp/src/Posix/TimeHelpers.cpp
[35/158] TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux-musl/aarch64-yoe-linux-musl-g++  -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_CHRONO_DYN_LINK -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_RANDOM_DYN_LINK -DBOOST_REGEX_DYN_LINK -DBOOST_SYSTEM_DYN_LINK -DBOOST_THREAD_DYN_LINK -DCPPREST_FORCE_HTTP_CLIENT_ASIO -DCPPREST_FORCE_HTTP_LISTENER_ASIO -DCPPREST_NO_SSL_LEAK_SUPPRESS -Dcpprest_EXPORTS -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot  -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot=                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native=  -fvisibility-inlines-hidden  -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot -std=c++11 -fno-strict-aliasing -fPIC   -pedantic -Wall -Wextra -Wunused-parameter -Wcast-align -Wcast-qual -Wconversion -Wformat=2 -Winit-self -Winvalid-pch -Wmissing-format-attribute -Wmissing-include-dirs -Wpacked -Wredundant-decls -Wunreachable-code -MD -MT Release/src/CMakeFiles/cpprest.dir/http/common/http_msg.cpp.o -MF Release/src/CMakeFiles/cpprest.dir/http/common/http_msg.cpp.o.d -o Release/src/CMakeFiles/cpprest.dir/http/common/http_msg.cpp.o -c TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/common/http_msg.cpp
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:88,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/common/http_msg.cpp:13:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/json.h: In member function 'web::json::value& web::json::array::operator[](web::json::array::size_type)':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/json.h:921:25: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  921 |         if (nlastSize < nMinSize) m_elements.resize(nMinSize);
      |                         ^~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/common/http_msg.cpp:13:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6858:30: note:   initializing argument 1 of 'bool msl::safeint3::operator<(msl::safeint3::SafeInt<U, E>, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6858 | bool operator<(SafeInt<U, E> lhs, SafeInt<T, E> rhs) SAFEINT_NOTHROW
      |                ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:88,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/common/http_msg.cpp:13:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/json.h:921:25: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  921 |         if (nlastSize < nMinSize) m_elements.resize(nMinSize);
      |                         ^~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/common/http_msg.cpp:13:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6858:49: note:   initializing argument 2 of 'bool msl::safeint3::operator<(msl::safeint3::SafeInt<U, E>, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6858 | bool operator<(SafeInt<U, E> lhs, SafeInt<T, E> rhs) SAFEINT_NOTHROW
      |                                   ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/common/http_msg.cpp:13:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::in_avail() const [with _CollectionType = std::vector<unsigned char>; size_t = long unsigned int]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:108:20:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:116:34: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  116 |         return (size_t)(writeend - readhead);
      |                        ~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/common/http_msg.cpp:13:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6490:43: note:   initializing argument 1 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::SafeInt<T, E>::operator-(msl::safeint3::SafeInt<T, E>) const [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6490 |     SafeInt<T, E> operator-(SafeInt<T, E> rhs) const SAFEINT_CPP_THROW
      |                             ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/common/http_msg.cpp:13:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::in_avail() const [with _CollectionType = std::__cxx11::basic_string<char>; size_t = long unsigned int]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:108:20:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:116:34: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  116 |         return (size_t)(writeend - readhead);
      |                        ~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/common/http_msg.cpp:13:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6490:43: note:   initializing argument 1 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::SafeInt<T, E>::operator-(msl::safeint3::SafeInt<T, E>) const [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6490 |     SafeInt<T, E> operator-(SafeInt<T, E> rhs) const SAFEINT_CPP_THROW
      |                             ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/common/http_msg.cpp:13:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::read(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t, bool) [with _CollectionType = std::vector<unsigned char>; size_t = long unsigned int; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:207:45:   required from 'pplx::task<long unsigned int> Concurrency::streams::details::basic_container_buffer<_CollectionType>::_getn(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t) [with _CollectionType = std::vector<unsigned char>; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char; size_t = long unsigned int]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:205:32:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:397:44: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  397 |         size_t newPos = m_current_position + read_size;
      |                         ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/common/http_msg.cpp:13:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:7229:46: note:   initializing argument 2 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::operator+(U, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 7229 | SafeInt<T, E> operator+(U lhs, SafeInt<T, E> rhs) SAFEINT_CPP_THROW
      |                                ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/common/http_msg.cpp:13:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::read(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t, bool) [with _CollectionType = std::__cxx11::basic_string<char>; size_t = long unsigned int; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = char]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:207:45:   required from 'pplx::task<long unsigned int> Concurrency::streams::details::basic_container_buffer<_CollectionType>::_getn(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t) [with _CollectionType = std::__cxx11::basic_string<char>; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = char; size_t = long unsigned int]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:205:32:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:397:44: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  397 |         size_t newPos = m_current_position + read_size;
      |                         ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/common/http_msg.cpp:13:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:7229:46: note:   initializing argument 2 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::operator+(U, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 7229 | SafeInt<T, E> operator+(U lhs, SafeInt<T, E> rhs) SAFEINT_CPP_THROW
      |                                ~~~~~~~~~~~~~~^~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp: In instantiation of 'msl::safeint3::SafeInt<T, E> msl::safeint3::SafeInt<T, E>::Min(msl::safeint3::SafeInt<T, E>, T) const [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:395:65:   required from 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::read(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t, bool) [with _CollectionType = std::vector<unsigned char>; size_t = long unsigned int; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:207:45:   required from 'pplx::task<long unsigned int> Concurrency::streams::details::basic_container_buffer<_CollectionType>::_getn(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t) [with _CollectionType = std::vector<unsigned char>; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char; size_t = long unsigned int]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:205:32:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6724:22: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
 6724 |         T tmp = test < m_int ? (T)test : m_int;
      |                 ~~~~~^~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6852:30: note:   initializing argument 1 of 'bool msl::safeint3::operator<(msl::safeint3::SafeInt<T, E>, U) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6852 | bool operator<(SafeInt<T, E> lhs, U rhs) SAFEINT_NOTHROW
      |                ~~~~~~~~~~~~~~^~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp: In instantiation of 'msl::safeint3::SafeInt<T, E> msl::safeint3::SafeInt<T, E>::Max(msl::safeint3::SafeInt<T, E>, T) const [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/producerconsumerstream.h:369:68:   required from 'size_t Concurrency::streams::details::basic_producer_consumer_buffer<_CharType>::write(const _CharType*, size_t) [with _CharType = unsigned char; size_t = long unsigned int]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/producerconsumerstream.h:252:46:   required from 'pplx::task<typename Concurrency::streams::details::basic_streambuf<_CharType>::int_type> Concurrency::streams::details::basic_producer_consumer_buffer<_CharType>::_putc(_CharType) [with _CharType = unsigned char; typename Concurrency::streams::details::basic_streambuf<_CharType>::int_type = int]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/producerconsumerstream.h:250:34:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6730:22: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
 6730 |         T tmp = test > m_int ? (T)test : m_int;
      |                 ~~~~~^~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6871:30: note:   initializing argument 1 of 'bool msl::safeint3::operator>(msl::safeint3::SafeInt<T, E>, U) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6871 | bool operator>(SafeInt<T, E> lhs, U rhs) SAFEINT_NOTHROW
      |                ~~~~~~~~~~~~~~^~~
[36/158] TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux-musl/aarch64-yoe-linux-musl-g++  -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_CHRONO_DYN_LINK -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_RANDOM_DYN_LINK -DBOOST_REGEX_DYN_LINK -DBOOST_SYSTEM_DYN_LINK -DBOOST_THREAD_DYN_LINK -DCPPREST_FORCE_HTTP_CLIENT_ASIO -DCPPREST_FORCE_HTTP_LISTENER_ASIO -DCPPREST_NO_SSL_LEAK_SUPPRESS -Dunittestpp_EXPORTS -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/utilities/include -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp/src -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp/. -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot  -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot=                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native=  -fvisibility-inlines-hidden  -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot -std=c++11 -fno-strict-aliasing -fPIC -MD -MT Release/tests/common/UnitTestpp/CMakeFiles/unittestpp.dir/src/TestReporterStdout.cpp.o -MF Release/tests/common/UnitTestpp/CMakeFiles/unittestpp.dir/src/TestReporterStdout.cpp.o.d -o Release/tests/common/UnitTestpp/CMakeFiles/unittestpp.dir/src/TestReporterStdout.cpp.o -c TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp/src/TestReporterStdout.cpp
[37/158] TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux-musl/aarch64-yoe-linux-musl-g++  -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_CHRONO_DYN_LINK -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_RANDOM_DYN_LINK -DBOOST_REGEX_DYN_LINK -DBOOST_SYSTEM_DYN_LINK -DBOOST_THREAD_DYN_LINK -DCPPREST_FORCE_HTTP_CLIENT_ASIO -DCPPREST_FORCE_HTTP_LISTENER_ASIO -DCPPREST_NO_SSL_LEAK_SUPPRESS -Dunittestpp_EXPORTS -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/utilities/include -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp/src -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp/. -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot  -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot=                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native=  -fvisibility-inlines-hidden  -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot -std=c++11 -fno-strict-aliasing -fPIC -MD -MT Release/tests/common/UnitTestpp/CMakeFiles/unittestpp.dir/src/TestList.cpp.o -MF Release/tests/common/UnitTestpp/CMakeFiles/unittestpp.dir/src/TestList.cpp.o.d -o Release/tests/common/UnitTestpp/CMakeFiles/unittestpp.dir/src/TestList.cpp.o -c TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp/src/TestList.cpp
[38/158] TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux-musl/aarch64-yoe-linux-musl-g++  -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_CHRONO_DYN_LINK -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_RANDOM_DYN_LINK -DBOOST_REGEX_DYN_LINK -DBOOST_SYSTEM_DYN_LINK -DBOOST_THREAD_DYN_LINK -DCPPREST_FORCE_HTTP_CLIENT_ASIO -DCPPREST_FORCE_HTTP_LISTENER_ASIO -DCPPREST_NO_SSL_LEAK_SUPPRESS -Dunittestpp_EXPORTS -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/utilities/include -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp/src -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp/. -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot  -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot=                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native=  -fvisibility-inlines-hidden  -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot -std=c++11 -fno-strict-aliasing -fPIC -MD -MT Release/tests/common/UnitTestpp/CMakeFiles/unittestpp.dir/src/TestResults.cpp.o -MF Release/tests/common/UnitTestpp/CMakeFiles/unittestpp.dir/src/TestResults.cpp.o.d -o Release/tests/common/UnitTestpp/CMakeFiles/unittestpp.dir/src/TestResults.cpp.o -c TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp/src/TestResults.cpp
[39/158] TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux-musl/aarch64-yoe-linux-musl-g++  -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_CHRONO_DYN_LINK -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_RANDOM_DYN_LINK -DBOOST_REGEX_DYN_LINK -DBOOST_SYSTEM_DYN_LINK -DBOOST_THREAD_DYN_LINK -DCPPREST_FORCE_HTTP_CLIENT_ASIO -DCPPREST_FORCE_HTTP_LISTENER_ASIO -DCPPREST_NO_SSL_LEAK_SUPPRESS -Dunittestpp_EXPORTS -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/utilities/include -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp/src -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp/. -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot  -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot=                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native=  -fvisibility-inlines-hidden  -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot -std=c++11 -fno-strict-aliasing -fPIC -MD -MT Release/tests/common/UnitTestpp/CMakeFiles/unittestpp.dir/src/XmlTestReporter.cpp.o -MF Release/tests/common/UnitTestpp/CMakeFiles/unittestpp.dir/src/XmlTestReporter.cpp.o.d -o Release/tests/common/UnitTestpp/CMakeFiles/unittestpp.dir/src/XmlTestReporter.cpp.o -c TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp/src/XmlTestReporter.cpp
[40/158] TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux-musl/aarch64-yoe-linux-musl-g++  -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_CHRONO_DYN_LINK -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_RANDOM_DYN_LINK -DBOOST_REGEX_DYN_LINK -DBOOST_SYSTEM_DYN_LINK -DBOOST_THREAD_DYN_LINK -DCPPREST_FORCE_HTTP_CLIENT_ASIO -DCPPREST_FORCE_HTTP_LISTENER_ASIO -DCPPREST_NO_SSL_LEAK_SUPPRESS -Dunittestpp_EXPORTS -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/utilities/include -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp/src -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp/. -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot  -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot=                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native=  -fvisibility-inlines-hidden  -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot -std=c++11 -fno-strict-aliasing -fPIC -MD -MT Release/tests/common/UnitTestpp/CMakeFiles/unittestpp.dir/src/TestRunner.cpp.o -MF Release/tests/common/UnitTestpp/CMakeFiles/unittestpp.dir/src/TestRunner.cpp.o.d -o Release/tests/common/UnitTestpp/CMakeFiles/unittestpp.dir/src/TestRunner.cpp.o -c TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp/src/TestRunner.cpp
[41/158] TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux-musl/aarch64-yoe-linux-musl-g++  -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_CHRONO_DYN_LINK -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_RANDOM_DYN_LINK -DBOOST_REGEX_DYN_LINK -DBOOST_SYSTEM_DYN_LINK -DBOOST_THREAD_DYN_LINK -DCPPREST_FORCE_HTTP_CLIENT_ASIO -DCPPREST_FORCE_HTTP_LISTENER_ASIO -DCPPREST_NO_SSL_LEAK_SUPPRESS -Dcpprest_EXPORTS -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot  -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot=                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native=  -fvisibility-inlines-hidden  -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot -std=c++11 -fno-strict-aliasing -fPIC   -pedantic -Wall -Wextra -Wunused-parameter -Wcast-align -Wcast-qual -Wconversion -Wformat=2 -Winit-self -Winvalid-pch -Wmissing-format-attribute -Wmissing-include-dirs -Wpacked -Wredundant-decls -Wunreachable-code -MD -MT Release/src/CMakeFiles/cpprest.dir/http/oauth/oauth1.cpp.o -MF Release/src/CMakeFiles/cpprest.dir/http/oauth/oauth1.cpp.o.d -o Release/src/CMakeFiles/cpprest.dir/http/oauth/oauth1.cpp.o -c TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/oauth/oauth1.cpp
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:88,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/oauth/oauth1.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/json.h: In member function 'web::json::value& web::json::array::operator[](web::json::array::size_type)':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/json.h:921:25: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  921 |         if (nlastSize < nMinSize) m_elements.resize(nMinSize);
      |                         ^~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/oauth/oauth1.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6858:30: note:   initializing argument 1 of 'bool msl::safeint3::operator<(msl::safeint3::SafeInt<U, E>, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6858 | bool operator<(SafeInt<U, E> lhs, SafeInt<T, E> rhs) SAFEINT_NOTHROW
      |                ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:88,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/oauth/oauth1.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/json.h:921:25: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  921 |         if (nlastSize < nMinSize) m_elements.resize(nMinSize);
      |                         ^~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/oauth/oauth1.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6858:49: note:   initializing argument 2 of 'bool msl::safeint3::operator<(msl::safeint3::SafeInt<U, E>, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6858 | bool operator<(SafeInt<U, E> lhs, SafeInt<T, E> rhs) SAFEINT_NOTHROW
      |                                   ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/oauth/oauth1.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::in_avail() const [with _CollectionType = std::vector<unsigned char>; size_t = long unsigned int]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:108:20:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:116:34: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  116 |         return (size_t)(writeend - readhead);
      |                        ~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/oauth/oauth1.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6490:43: note:   initializing argument 1 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::SafeInt<T, E>::operator-(msl::safeint3::SafeInt<T, E>) const [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6490 |     SafeInt<T, E> operator-(SafeInt<T, E> rhs) const SAFEINT_CPP_THROW
      |                             ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/oauth/oauth1.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::in_avail() const [with _CollectionType = std::__cxx11::basic_string<char>; size_t = long unsigned int]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:108:20:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:116:34: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  116 |         return (size_t)(writeend - readhead);
      |                        ~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/oauth/oauth1.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6490:43: note:   initializing argument 1 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::SafeInt<T, E>::operator-(msl::safeint3::SafeInt<T, E>) const [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6490 |     SafeInt<T, E> operator-(SafeInt<T, E> rhs) const SAFEINT_CPP_THROW
      |                             ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/oauth/oauth1.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::read(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t, bool) [with _CollectionType = std::vector<unsigned char>; size_t = long unsigned int; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:207:45:   required from 'pplx::task<long unsigned int> Concurrency::streams::details::basic_container_buffer<_CollectionType>::_getn(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t) [with _CollectionType = std::vector<unsigned char>; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char; size_t = long unsigned int]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:205:32:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:397:44: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  397 |         size_t newPos = m_current_position + read_size;
      |                         ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/oauth/oauth1.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:7229:46: note:   initializing argument 2 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::operator+(U, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 7229 | SafeInt<T, E> operator+(U lhs, SafeInt<T, E> rhs) SAFEINT_CPP_THROW
      |                                ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/oauth/oauth1.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::read(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t, bool) [with _CollectionType = std::__cxx11::basic_string<char>; size_t = long unsigned int; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = char]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:207:45:   required from 'pplx::task<long unsigned int> Concurrency::streams::details::basic_container_buffer<_CollectionType>::_getn(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t) [with _CollectionType = std::__cxx11::basic_string<char>; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = char; size_t = long unsigned int]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:205:32:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:397:44: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  397 |         size_t newPos = m_current_position + read_size;
      |                         ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/oauth/oauth1.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:7229:46: note:   initializing argument 2 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::operator+(U, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 7229 | SafeInt<T, E> operator+(U lhs, SafeInt<T, E> rhs) SAFEINT_CPP_THROW
      |                                ~~~~~~~~~~~~~~^~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp: In instantiation of 'msl::safeint3::SafeInt<T, E> msl::safeint3::SafeInt<T, E>::Min(msl::safeint3::SafeInt<T, E>, T) const [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:395:65:   required from 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::read(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t, bool) [with _CollectionType = std::vector<unsigned char>; size_t = long unsigned int; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:207:45:   required from 'pplx::task<long unsigned int> Concurrency::streams::details::basic_container_buffer<_CollectionType>::_getn(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t) [with _CollectionType = std::vector<unsigned char>; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char; size_t = long unsigned int]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:205:32:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6724:22: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
 6724 |         T tmp = test < m_int ? (T)test : m_int;
      |                 ~~~~~^~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6852:30: note:   initializing argument 1 of 'bool msl::safeint3::operator<(msl::safeint3::SafeInt<T, E>, U) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6852 | bool operator<(SafeInt<T, E> lhs, U rhs) SAFEINT_NOTHROW
      |                ~~~~~~~~~~~~~~^~~
[42/158] TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux-musl/aarch64-yoe-linux-musl-g++  -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_CHRONO_DYN_LINK -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_RANDOM_DYN_LINK -DBOOST_REGEX_DYN_LINK -DBOOST_SYSTEM_DYN_LINK -DBOOST_THREAD_DYN_LINK -DCPPREST_FORCE_HTTP_CLIENT_ASIO -DCPPREST_FORCE_HTTP_LISTENER_ASIO -DCPPREST_NO_SSL_LEAK_SUPPRESS -Dcpprest_EXPORTS -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot  -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot=                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native=  -fvisibility-inlines-hidden  -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot -std=c++11 -fno-strict-aliasing -fPIC   -pedantic -Wall -Wextra -Wunused-parameter -Wcast-align -Wcast-qual -Wconversion -Wformat=2 -Winit-self -Winvalid-pch -Wmissing-format-attribute -Wmissing-include-dirs -Wpacked -Wredundant-decls -Wunreachable-code -MD -MT Release/src/CMakeFiles/cpprest.dir/streams/fileio_posix.cpp.o -MF Release/src/CMakeFiles/cpprest.dir/streams/fileio_posix.cpp.o.d -o Release/src/CMakeFiles/cpprest.dir/streams/fileio_posix.cpp.o -c TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/streams/fileio_posix.cpp
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:88,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/streams/fileio_posix.cpp:18:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/json.h: In member function 'web::json::value& web::json::array::operator[](web::json::array::size_type)':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/json.h:921:25: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  921 |         if (nlastSize < nMinSize) m_elements.resize(nMinSize);
      |                         ^~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/streams/fileio_posix.cpp:18:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6858:30: note:   initializing argument 1 of 'bool msl::safeint3::operator<(msl::safeint3::SafeInt<U, E>, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6858 | bool operator<(SafeInt<U, E> lhs, SafeInt<T, E> rhs) SAFEINT_NOTHROW
      |                ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:88,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/streams/fileio_posix.cpp:18:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/json.h:921:25: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  921 |         if (nlastSize < nMinSize) m_elements.resize(nMinSize);
      |                         ^~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/streams/fileio_posix.cpp:18:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6858:49: note:   initializing argument 2 of 'bool msl::safeint3::operator<(msl::safeint3::SafeInt<U, E>, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6858 | bool operator<(SafeInt<U, E> lhs, SafeInt<T, E> rhs) SAFEINT_NOTHROW
      |                                   ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/streams/fileio_posix.cpp:18:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::in_avail() const [with _CollectionType = std::vector<unsigned char>; size_t = long unsigned int]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:108:20:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:116:34: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  116 |         return (size_t)(writeend - readhead);
      |                        ~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/streams/fileio_posix.cpp:18:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6490:43: note:   initializing argument 1 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::SafeInt<T, E>::operator-(msl::safeint3::SafeInt<T, E>) const [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6490 |     SafeInt<T, E> operator-(SafeInt<T, E> rhs) const SAFEINT_CPP_THROW
      |                             ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/streams/fileio_posix.cpp:18:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::in_avail() const [with _CollectionType = std::__cxx11::basic_string<char>; size_t = long unsigned int]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:108:20:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:116:34: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  116 |         return (size_t)(writeend - readhead);
      |                        ~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/streams/fileio_posix.cpp:18:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6490:43: note:   initializing argument 1 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::SafeInt<T, E>::operator-(msl::safeint3::SafeInt<T, E>) const [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6490 |     SafeInt<T, E> operator-(SafeInt<T, E> rhs) const SAFEINT_CPP_THROW
      |                             ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/streams/fileio_posix.cpp:18:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::read(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t, bool) [with _CollectionType = std::vector<unsigned char>; size_t = long unsigned int; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:207:45:   required from 'pplx::task<long unsigned int> Concurrency::streams::details::basic_container_buffer<_CollectionType>::_getn(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t) [with _CollectionType = std::vector<unsigned char>; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char; size_t = long unsigned int]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:205:32:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:397:44: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  397 |         size_t newPos = m_current_position + read_size;
      |                         ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/streams/fileio_posix.cpp:18:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:7229:46: note:   initializing argument 2 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::operator+(U, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 7229 | SafeInt<T, E> operator+(U lhs, SafeInt<T, E> rhs) SAFEINT_CPP_THROW
      |                                ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/streams/fileio_posix.cpp:18:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::read(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t, bool) [with _CollectionType = std::__cxx11::basic_string<char>; size_t = long unsigned int; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = char]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:207:45:   required from 'pplx::task<long unsigned int> Concurrency::streams::details::basic_container_buffer<_CollectionType>::_getn(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t) [with _CollectionType = std::__cxx11::basic_string<char>; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = char; size_t = long unsigned int]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:205:32:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:397:44: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  397 |         size_t newPos = m_current_position + read_size;
      |                         ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/streams/fileio_posix.cpp:18:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:7229:46: note:   initializing argument 2 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::operator+(U, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 7229 | SafeInt<T, E> operator+(U lhs, SafeInt<T, E> rhs) SAFEINT_CPP_THROW
      |                                ~~~~~~~~~~~~~~^~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp: In instantiation of 'msl::safeint3::SafeInt<T, E> msl::safeint3::SafeInt<T, E>::Min(msl::safeint3::SafeInt<T, E>, T) const [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:395:65:   required from 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::read(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t, bool) [with _CollectionType = std::vector<unsigned char>; size_t = long unsigned int; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:207:45:   required from 'pplx::task<long unsigned int> Concurrency::streams::details::basic_container_buffer<_CollectionType>::_getn(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t) [with _CollectionType = std::vector<unsigned char>; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char; size_t = long unsigned int]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:205:32:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6724:22: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
 6724 |         T tmp = test < m_int ? (T)test : m_int;
      |                 ~~~~~^~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6852:30: note:   initializing argument 1 of 'bool msl::safeint3::operator<(msl::safeint3::SafeInt<T, E>, U) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6852 | bool operator<(SafeInt<T, E> lhs, U rhs) SAFEINT_NOTHROW
      |                ~~~~~~~~~~~~~~^~~
[43/158] TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux-musl/aarch64-yoe-linux-musl-g++  -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_CHRONO_DYN_LINK -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_RANDOM_DYN_LINK -DBOOST_REGEX_DYN_LINK -DBOOST_SYSTEM_DYN_LINK -DBOOST_THREAD_DYN_LINK -DCPPREST_FORCE_HTTP_CLIENT_ASIO -DCPPREST_FORCE_HTTP_LISTENER_ASIO -DCPPREST_NO_SSL_LEAK_SUPPRESS -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/utilities/include -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp/. -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot  -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot=                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native=  -fvisibility-inlines-hidden  -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot -std=c++11 -fno-strict-aliasing -MD -MT Release/tests/common/TestRunner/CMakeFiles/test_runner.dir/test_module_loader.cpp.o -MF Release/tests/common/TestRunner/CMakeFiles/test_runner.dir/test_module_loader.cpp.o.d -o Release/tests/common/TestRunner/CMakeFiles/test_runner.dir/test_module_loader.cpp.o -c TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/TestRunner/test_module_loader.cpp
[44/158] TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux-musl/aarch64-yoe-linux-musl-g++  -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_CHRONO_DYN_LINK -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_RANDOM_DYN_LINK -DBOOST_REGEX_DYN_LINK -DBOOST_SYSTEM_DYN_LINK -DBOOST_THREAD_DYN_LINK -DCPPREST_FORCE_HTTP_CLIENT_ASIO -DCPPREST_FORCE_HTTP_LISTENER_ASIO -DCPPREST_NO_SSL_LEAK_SUPPRESS -Dcpprest_EXPORTS -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot  -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot=                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native=  -fvisibility-inlines-hidden  -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot -std=c++11 -fno-strict-aliasing -fPIC   -pedantic -Wall -Wextra -Wunused-parameter -Wcast-align -Wcast-qual -Wconversion -Wformat=2 -Winit-self -Winvalid-pch -Wmissing-format-attribute -Wmissing-include-dirs -Wpacked -Wredundant-decls -Wunreachable-code -MD -MT Release/src/CMakeFiles/cpprest.dir/pplx/threadpool.cpp.o -MF Release/src/CMakeFiles/cpprest.dir/pplx/threadpool.cpp.o.d -o Release/src/CMakeFiles/cpprest.dir/pplx/threadpool.cpp.o -c TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pplx/threadpool.cpp
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:88,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pplx/threadpool.cpp:5:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/json.h: In member function 'web::json::value& web::json::array::operator[](web::json::array::size_type)':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/json.h:921:25: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  921 |         if (nlastSize < nMinSize) m_elements.resize(nMinSize);
      |                         ^~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pplx/threadpool.cpp:5:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6858:30: note:   initializing argument 1 of 'bool msl::safeint3::operator<(msl::safeint3::SafeInt<U, E>, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6858 | bool operator<(SafeInt<U, E> lhs, SafeInt<T, E> rhs) SAFEINT_NOTHROW
      |                ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:88,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pplx/threadpool.cpp:5:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/json.h:921:25: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  921 |         if (nlastSize < nMinSize) m_elements.resize(nMinSize);
      |                         ^~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pplx/threadpool.cpp:5:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6858:49: note:   initializing argument 2 of 'bool msl::safeint3::operator<(msl::safeint3::SafeInt<U, E>, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6858 | bool operator<(SafeInt<U, E> lhs, SafeInt<T, E> rhs) SAFEINT_NOTHROW
      |                                   ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pplx/threadpool.cpp:5:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::in_avail() const [with _CollectionType = std::vector<unsigned char>; size_t = long unsigned int]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:108:20:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:116:34: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  116 |         return (size_t)(writeend - readhead);
      |                        ~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pplx/threadpool.cpp:5:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6490:43: note:   initializing argument 1 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::SafeInt<T, E>::operator-(msl::safeint3::SafeInt<T, E>) const [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6490 |     SafeInt<T, E> operator-(SafeInt<T, E> rhs) const SAFEINT_CPP_THROW
      |                             ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pplx/threadpool.cpp:5:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::in_avail() const [with _CollectionType = std::__cxx11::basic_string<char>; size_t = long unsigned int]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:108:20:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:116:34: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  116 |         return (size_t)(writeend - readhead);
      |                        ~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pplx/threadpool.cpp:5:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6490:43: note:   initializing argument 1 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::SafeInt<T, E>::operator-(msl::safeint3::SafeInt<T, E>) const [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6490 |     SafeInt<T, E> operator-(SafeInt<T, E> rhs) const SAFEINT_CPP_THROW
      |                             ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pplx/threadpool.cpp:5:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::read(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t, bool) [with _CollectionType = std::vector<unsigned char>; size_t = long unsigned int; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:207:45:   required from 'pplx::task<long unsigned int> Concurrency::streams::details::basic_container_buffer<_CollectionType>::_getn(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t) [with _CollectionType = std::vector<unsigned char>; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char; size_t = long unsigned int]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:205:32:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:397:44: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  397 |         size_t newPos = m_current_position + read_size;
      |                         ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pplx/threadpool.cpp:5:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:7229:46: note:   initializing argument 2 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::operator+(U, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 7229 | SafeInt<T, E> operator+(U lhs, SafeInt<T, E> rhs) SAFEINT_CPP_THROW
      |                                ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pplx/threadpool.cpp:5:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::read(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t, bool) [with _CollectionType = std::__cxx11::basic_string<char>; size_t = long unsigned int; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = char]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:207:45:   required from 'pplx::task<long unsigned int> Concurrency::streams::details::basic_container_buffer<_CollectionType>::_getn(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t) [with _CollectionType = std::__cxx11::basic_string<char>; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = char; size_t = long unsigned int]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:205:32:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:397:44: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  397 |         size_t newPos = m_current_position + read_size;
      |                         ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pplx/threadpool.cpp:5:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:7229:46: note:   initializing argument 2 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::operator+(U, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 7229 | SafeInt<T, E> operator+(U lhs, SafeInt<T, E> rhs) SAFEINT_CPP_THROW
      |                                ~~~~~~~~~~~~~~^~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp: In instantiation of 'msl::safeint3::SafeInt<T, E> msl::safeint3::SafeInt<T, E>::Min(msl::safeint3::SafeInt<T, E>, T) const [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:395:65:   required from 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::read(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t, bool) [with _CollectionType = std::vector<unsigned char>; size_t = long unsigned int; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:207:45:   required from 'pplx::task<long unsigned int> Concurrency::streams::details::basic_container_buffer<_CollectionType>::_getn(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t) [with _CollectionType = std::vector<unsigned char>; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char; size_t = long unsigned int]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:205:32:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6724:22: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
 6724 |         T tmp = test < m_int ? (T)test : m_int;
      |                 ~~~~~^~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6852:30: note:   initializing argument 1 of 'bool msl::safeint3::operator<(msl::safeint3::SafeInt<T, E>, U) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6852 | bool operator<(SafeInt<T, E> lhs, U rhs) SAFEINT_NOTHROW
      |                ~~~~~~~~~~~~~~^~~
[45/158] TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux-musl/aarch64-yoe-linux-musl-g++  -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_CHRONO_DYN_LINK -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_RANDOM_DYN_LINK -DBOOST_REGEX_DYN_LINK -DBOOST_SYSTEM_DYN_LINK -DBOOST_THREAD_DYN_LINK -DCPPREST_FORCE_HTTP_CLIENT_ASIO -DCPPREST_FORCE_HTTP_LISTENER_ASIO -DCPPREST_NO_SSL_LEAK_SUPPRESS -Dcpprest_EXPORTS -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot  -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot=                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native=  -fvisibility-inlines-hidden  -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot -std=c++11 -fno-strict-aliasing -fPIC   -pedantic -Wall -Wextra -Wunused-parameter -Wcast-align -Wcast-qual -Wconversion -Wformat=2 -Winit-self -Winvalid-pch -Wmissing-format-attribute -Wmissing-include-dirs -Wpacked -Wredundant-decls -Wunreachable-code -MD -MT Release/src/CMakeFiles/cpprest.dir/websockets/client/ws_client_wspp.cpp.o -MF Release/src/CMakeFiles/cpprest.dir/websockets/client/ws_client_wspp.cpp.o.d -o Release/src/CMakeFiles/cpprest.dir/websockets/client/ws_client_wspp.cpp.o -c TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp
FAILED: Release/src/CMakeFiles/cpprest.dir/websockets/client/ws_client_wspp.cpp.o 
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux-musl/aarch64-yoe-linux-musl-g++  -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_CHRONO_DYN_LINK -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_RANDOM_DYN_LINK -DBOOST_REGEX_DYN_LINK -DBOOST_SYSTEM_DYN_LINK -DBOOST_THREAD_DYN_LINK -DCPPREST_FORCE_HTTP_CLIENT_ASIO -DCPPREST_FORCE_HTTP_LISTENER_ASIO -DCPPREST_NO_SSL_LEAK_SUPPRESS -Dcpprest_EXPORTS -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot  -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot=                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native=  -fvisibility-inlines-hidden  -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot -std=c++11 -fno-strict-aliasing -fPIC   -pedantic -Wall -Wextra -Wunused-parameter -Wcast-align -Wcast-qual -Wconversion -Wformat=2 -Winit-self -Winvalid-pch -Wmissing-format-attribute -Wmissing-include-dirs -Wpacked -Wredundant-decls -Wunreachable-code -MD -MT Release/src/CMakeFiles/cpprest.dir/websockets/client/ws_client_wspp.cpp.o -MF Release/src/CMakeFiles/cpprest.dir/websockets/client/ws_client_wspp.cpp.o.d -o Release/src/CMakeFiles/cpprest.dir/websockets/client/ws_client_wspp.cpp.o -c TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:88,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/json.h: In member function 'web::json::value& web::json::array::operator[](web::json::array::size_type)':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/json.h:921:25: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  921 |         if (nlastSize < nMinSize) m_elements.resize(nMinSize);
      |                         ^~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6858:30: note:   initializing argument 1 of 'bool msl::safeint3::operator<(msl::safeint3::SafeInt<U, E>, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6858 | bool operator<(SafeInt<U, E> lhs, SafeInt<T, E> rhs) SAFEINT_NOTHROW
      |                ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:88,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/json.h:921:25: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  921 |         if (nlastSize < nMinSize) m_elements.resize(nMinSize);
      |                         ^~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6858:49: note:   initializing argument 2 of 'bool msl::safeint3::operator<(msl::safeint3::SafeInt<U, E>, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6858 | bool operator<(SafeInt<U, E> lhs, SafeInt<T, E> rhs) SAFEINT_NOTHROW
      |                                   ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/executor.hpp:338,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/basic_deadline_timer.hpp:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/deadline_timer.hpp:24,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/detail/stream_core.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/detail/io.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/stream.hpp:29,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl.hpp:22,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_client.h:68,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:99,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/impl/executor.hpp: In instantiation of 'boost::asio::execution_context& boost::asio::executor::impl< <template-parameter-1-1>, <template-parameter-1-2> >::context() [with Executor = std::reference_wrapper<boost::asio::io_context>; Allocator = std::allocator<void>]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/impl/executor.hpp:177:22:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/impl/executor.hpp:179:22: error: 'class std::reference_wrapper<boost::asio::io_context>' has no member named 'context'
  179 |     return executor_.context();
      |            ~~~~~~~~~~^~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/impl/executor.hpp: In instantiation of 'void boost::asio::executor::impl< <template-parameter-1-1>, <template-parameter-1-2> >::on_work_started() [with Executor = std::reference_wrapper<boost::asio::io_context>; Allocator = std::allocator<void>]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/impl/executor.hpp:167:8:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/impl/executor.hpp:169:15: error: 'class std::reference_wrapper<boost::asio::io_context>' has no member named 'on_work_started'
  169 |     executor_.on_work_started();
      |     ~~~~~~~~~~^~~~~~~~~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/impl/executor.hpp: In instantiation of 'void boost::asio::executor::impl< <template-parameter-1-1>, <template-parameter-1-2> >::on_work_finished() [with Executor = std::reference_wrapper<boost::asio::io_context>; Allocator = std::allocator<void>]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/impl/executor.hpp:172:8:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/impl/executor.hpp:174:15: error: 'class std::reference_wrapper<boost::asio::io_context>' has no member named 'on_work_finished'
  174 |     executor_.on_work_finished();
      |     ~~~~~~~~~~^~~~~~~~~~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/impl/executor.hpp: In instantiation of 'void boost::asio::executor::impl< <template-parameter-1-1>, <template-parameter-1-2> >::dispatch(boost::asio::executor::function&&) [with Executor = std::reference_wrapper<boost::asio::io_context>; Allocator = std::allocator<void>]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/impl/executor.hpp:182:8:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/impl/executor.hpp:184:15: error: 'class std::reference_wrapper<boost::asio::io_context>' has no member named 'dispatch'
  184 |     executor_.dispatch(BOOST_ASIO_MOVE_CAST(function)(f), allocator_);
      |     ~~~~~~~~~~^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/impl/executor.hpp: In instantiation of 'void boost::asio::executor::impl< <template-parameter-1-1>, <template-parameter-1-2> >::post(boost::asio::executor::function&&) [with Executor = std::reference_wrapper<boost::asio::io_context>; Allocator = std::allocator<void>]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/impl/executor.hpp:187:8:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/impl/executor.hpp:189:15: error: 'class std::reference_wrapper<boost::asio::io_context>' has no member named 'post'
  189 |     executor_.post(BOOST_ASIO_MOVE_CAST(function)(f), allocator_);
      |     ~~~~~~~~~~^~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/impl/executor.hpp: In instantiation of 'void boost::asio::executor::impl< <template-parameter-1-1>, <template-parameter-1-2> >::defer(boost::asio::executor::function&&) [with Executor = std::reference_wrapper<boost::asio::io_context>; Allocator = std::allocator<void>]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/impl/executor.hpp:192:8:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/impl/executor.hpp:194:15: error: 'class std::reference_wrapper<boost::asio::io_context>' has no member named 'defer'
  194 |     executor_.defer(BOOST_ASIO_MOVE_CAST(function)(f), allocator_);
      |     ~~~~~~~~~~^~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/impl/executor.hpp: In instantiation of 'bool boost::asio::executor::impl< <template-parameter-1-1>, <template-parameter-1-2> >::equals(const boost::asio::executor::impl_base*) const [with Executor = std::reference_wrapper<boost::asio::io_context>; Allocator = std::allocator<void>]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/impl/executor.hpp:212:8:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/impl/executor.hpp:218:22: error: no match for 'operator==' (operand types are 'const std::reference_wrapper<boost::asio::io_context>' and 'const std::reference_wrapper<boost::asio::io_context>')
  218 |     return executor_ == *static_cast<const Executor*>(e->target());
      |            ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/bind/bind.hpp:29,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:60,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/bind/arg.hpp:48:40: note: candidate: 'template<int I> constexpr bool boost::operator==(const boost::arg<I>&, const boost::arg<I>&)'
   48 | template< int I > BOOST_CONSTEXPR bool operator==( arg<I> const &, arg<I> const & )
      |                                        ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/bind/arg.hpp:48:40: note:   template argument deduction/substitution failed:
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/executor.hpp:338,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/basic_deadline_timer.hpp:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/deadline_timer.hpp:24,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/detail/stream_core.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/detail/io.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/stream.hpp:29,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl.hpp:22,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_client.h:68,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:99,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/impl/executor.hpp:218:22: note:   'const std::reference_wrapper<boost::asio::io_context>' is not derived from 'const boost::arg<I>'
  218 |     return executor_ == *static_cast<const Executor*>(e->target());
      |            ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/shared_ptr.hpp:17,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/date_time/time_clock.hpp:17,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/thread/thread_time.hpp:9,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/thread/detail/platform_time.hpp:11,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/thread/pthread/condition_variable.hpp:9,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/thread/condition_variable.hpp:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:61,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/smart_ptr/shared_ptr.hpp:823:40: note: candidate: 'template<class T, class U> bool boost::operator==(const boost::shared_ptr<X>&, const boost::shared_ptr<U>&)'
  823 | template<class T, class U> inline bool operator==(shared_ptr<T> const & a, shared_ptr<U> const & b) BOOST_SP_NOEXCEPT
      |                                        ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/smart_ptr/shared_ptr.hpp:823:40: note:   template argument deduction/substitution failed:
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/executor.hpp:338,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/basic_deadline_timer.hpp:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/deadline_timer.hpp:24,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/detail/stream_core.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/detail/io.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/stream.hpp:29,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl.hpp:22,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_client.h:68,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:99,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/impl/executor.hpp:218:22: note:   'const std::reference_wrapper<boost::asio::io_context>' is not derived from 'const boost::shared_ptr<X>'
  218 |     return executor_ == *static_cast<const Executor*>(e->target());
      |            ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/shared_ptr.hpp:17,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/date_time/time_clock.hpp:17,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/thread/thread_time.hpp:9,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/thread/detail/platform_time.hpp:11,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/thread/pthread/condition_variable.hpp:9,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/thread/condition_variable.hpp:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:61,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/smart_ptr/shared_ptr.hpp:846:31: note: candidate: 'template<class T> bool boost::operator==(const boost::shared_ptr<X>&, boost::detail::sp_nullptr_t)'
  846 | template<class T> inline bool operator==( shared_ptr<T> const & p, boost::detail::sp_nullptr_t ) BOOST_SP_NOEXCEPT
      |                               ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/smart_ptr/shared_ptr.hpp:846:31: note:   template argument deduction/substitution failed:
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/executor.hpp:338,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/basic_deadline_timer.hpp:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/deadline_timer.hpp:24,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/detail/stream_core.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/detail/io.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/stream.hpp:29,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl.hpp:22,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_client.h:68,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:99,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/impl/executor.hpp:218:22: note:   'const std::reference_wrapper<boost::asio::io_context>' is not derived from 'const boost::shared_ptr<X>'
  218 |     return executor_ == *static_cast<const Executor*>(e->target());
      |            ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/shared_ptr.hpp:17,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/date_time/time_clock.hpp:17,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/thread/thread_time.hpp:9,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/thread/detail/platform_time.hpp:11,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/thread/pthread/condition_variable.hpp:9,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/thread/condition_variable.hpp:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:61,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/smart_ptr/shared_ptr.hpp:851:31: note: candidate: 'template<class T> bool boost::operator==(boost::detail::sp_nullptr_t, const boost::shared_ptr<X>&)'
  851 | template<class T> inline bool operator==( boost::detail::sp_nullptr_t, shared_ptr<T> const & p ) BOOST_SP_NOEXCEPT
      |                               ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/smart_ptr/shared_ptr.hpp:851:31: note:   template argument deduction/substitution failed:
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/executor.hpp:338,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/basic_deadline_timer.hpp:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/deadline_timer.hpp:24,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/detail/stream_core.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/detail/io.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/stream.hpp:29,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl.hpp:22,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_client.h:68,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:99,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/impl/executor.hpp:218:22: note:   'const std::reference_wrapper<boost::asio::io_context>' is not derived from 'const boost::shared_ptr<X>'
  218 |     return executor_ == *static_cast<const Executor*>(e->target());
      |            ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/bits/stl_algobase.h:64,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/bits/char_traits.h:39,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/string:40,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:52,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/bits/stl_pair.h:448:5: note: candidate: 'template<class _T1, class _T2> constexpr bool std::operator==(const std::pair<_T1, _T2>&, const std::pair<_T1, _T2>&)'
  448 |     operator==(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
      |     ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/bits/stl_pair.h:448:5: note:   template argument deduction/substitution failed:
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/executor.hpp:338,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/basic_deadline_timer.hpp:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/deadline_timer.hpp:24,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/detail/stream_core.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/detail/io.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/stream.hpp:29,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl.hpp:22,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_client.h:68,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:99,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/impl/executor.hpp:218:22: note:   'const std::reference_wrapper<boost::asio::io_context>' is not derived from 'const std::pair<_T1, _T2>'
  218 |     return executor_ == *static_cast<const Executor*>(e->target());
      |            ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/bits/stl_algobase.h:67,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/bits/char_traits.h:39,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/string:40,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:52,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/bits/stl_iterator.h:325:5: note: candidate: 'template<class _Iterator> bool std::operator==(const std::reverse_iterator<_Iterator>&, const std::reverse_iterator<_Iterator>&)'
  325 |     operator==(const reverse_iterator<_Iterator>& __x,
      |     ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/bits/stl_iterator.h:325:5: note:   template argument deduction/substitution failed:
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/executor.hpp:338,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/basic_deadline_timer.hpp:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/deadline_timer.hpp:24,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/detail/stream_core.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/detail/io.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/stream.hpp:29,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl.hpp:22,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_client.h:68,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:99,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/impl/executor.hpp:218:22: note:   'const std::reference_wrapper<boost::asio::io_context>' is not derived from 'const std::reverse_iterator<_Iterator>'
  218 |     return executor_ == *static_cast<const Executor*>(e->target());
      |            ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/bits/stl_algobase.h:67,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/bits/char_traits.h:39,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/string:40,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:52,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/bits/stl_iterator.h:363:5: note: candidate: 'template<class _IteratorL, class _IteratorR> bool std::operator==(const std::reverse_iterator<_Iterator>&, const std::reverse_iterator<_IteratorR>&)'
  363 |     operator==(const reverse_iterator<_IteratorL>& __x,
      |     ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/bits/stl_iterator.h:363:5: note:   template argument deduction/substitution failed:
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/executor.hpp:338,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/basic_deadline_timer.hpp:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/deadline_timer.hpp:24,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/detail/stream_core.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/detail/io.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/stream.hpp:29,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl.hpp:22,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_client.h:68,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:99,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/impl/executor.hpp:218:22: note:   'const std::reference_wrapper<boost::asio::io_context>' is not derived from 'const std::reverse_iterator<_Iterator>'
  218 |     return executor_ == *static_cast<const Executor*>(e->target());
      |            ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/bits/stl_algobase.h:67,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/bits/char_traits.h:39,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/string:40,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:52,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/bits/stl_iterator.h:1139:5: note: candidate: 'template<class _IteratorL, class _IteratorR> bool std::operator==(const std::move_iterator<_IteratorL>&, const std::move_iterator<_IteratorR>&)'
 1139 |     operator==(const move_iterator<_IteratorL>& __x,
      |     ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/bits/stl_iterator.h:1139:5: note:   template argument deduction/substitution failed:
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/executor.hpp:338,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/basic_deadline_timer.hpp:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/deadline_timer.hpp:24,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/detail/stream_core.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/detail/io.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/stream.hpp:29,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl.hpp:22,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_client.h:68,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:99,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/impl/executor.hpp:218:22: note:   'const std::reference_wrapper<boost::asio::io_context>' is not derived from 'const std::move_iterator<_IteratorL>'
  218 |     return executor_ == *static_cast<const Executor*>(e->target());
      |            ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/bits/stl_algobase.h:67,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/bits/char_traits.h:39,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/string:40,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:52,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/bits/stl_iterator.h:1145:5: note: candidate: 'template<class _Iterator> bool std::operator==(const std::move_iterator<_IteratorL>&, const std::move_iterator<_IteratorL>&)'
 1145 |     operator==(const move_iterator<_Iterator>& __x,
      |     ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/bits/stl_iterator.h:1145:5: note:   template argument deduction/substitution failed:
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/executor.hpp:338,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/basic_deadline_timer.hpp:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/deadline_timer.hpp:24,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/detail/stream_core.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/detail/io.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/stream.hpp:29,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl.hpp:22,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_client.h:68,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:99,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/impl/executor.hpp:218:22: note:   'const std::reference_wrapper<boost::asio::io_context>' is not derived from 'const std::move_iterator<_IteratorL>'
  218 |     return executor_ == *static_cast<const Executor*>(e->target());
      |            ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/bits/char_traits.h:40,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/string:40,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:52,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/bits/postypes.h:222:5: note: candidate: 'template<class _StateT> bool std::operator==(const std::fpos<_StateT>&, const std::fpos<_StateT>&)'
  222 |     operator==(const fpos<_StateT>& __lhs, const fpos<_StateT>& __rhs)
      |     ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/bits/postypes.h:222:5: note:   template argument deduction/substitution failed:
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/executor.hpp:338,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/basic_deadline_timer.hpp:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/deadline_timer.hpp:24,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/detail/stream_core.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/detail/io.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/stream.hpp:29,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl.hpp:22,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_client.h:68,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:99,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/impl/executor.hpp:218:22: note:   'const std::reference_wrapper<boost::asio::io_context>' is not derived from 'const std::fpos<_StateT>'
  218 |     return executor_ == *static_cast<const Executor*>(e->target());
      |            ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/string:41,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:52,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/bits/allocator.h:168:5: note: candidate: 'template<class _T1, class _T2> bool std::operator==(const std::allocator<_CharT>&, const std::allocator<_T2>&)'
  168 |     operator==(const allocator<_T1>&, const allocator<_T2>&)
      |     ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/bits/allocator.h:168:5: note:   template argument deduction/substitution failed:
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/executor.hpp:338,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/basic_deadline_timer.hpp:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/deadline_timer.hpp:24,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/detail/stream_core.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/detail/io.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/stream.hpp:29,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl.hpp:22,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_client.h:68,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:99,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/impl/executor.hpp:218:22: note:   'const std::reference_wrapper<boost::asio::io_context>' is not derived from 'const std::allocator<_CharT>'
  218 |     return executor_ == *static_cast<const Executor*>(e->target());
      |            ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/string:55,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:52,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/bits/basic_string.h:6141:5: note: candidate: 'template<class _CharT, class _Traits, class _Alloc> bool std::operator==(const std::__cxx11::basic_string<_CharT, _Traits, _Alloc>&, const std::__cxx11::basic_string<_CharT, _Traits, _Alloc>&)'
 6141 |     operator==(const basic_string<_CharT, _Traits, _Alloc>& __lhs,
      |     ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/bits/basic_string.h:6141:5: note:   template argument deduction/substitution failed:
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/executor.hpp:338,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/basic_deadline_timer.hpp:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/deadline_timer.hpp:24,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/detail/stream_core.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/detail/io.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/stream.hpp:29,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl.hpp:22,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_client.h:68,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:99,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/impl/executor.hpp:218:22: note:   'const std::reference_wrapper<boost::asio::io_context>' is not derived from 'const std::__cxx11::basic_string<_CharT, _Traits, _Alloc>'
  218 |     return executor_ == *static_cast<const Executor*>(e->target());
      |            ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/string:55,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:52,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/bits/basic_string.h:6149:5: note: candidate: 'template<class _CharT> typename __gnu_cxx::__enable_if<std::__is_char<_Tp>::__value, bool>::__type std::operator==(const std::__cxx11::basic_string<_CharT>&, const std::__cxx11::basic_string<_CharT>&)'
 6149 |     operator==(const basic_string<_CharT>& __lhs,
      |     ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/bits/basic_string.h:6149:5: note:   template argument deduction/substitution failed:
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/executor.hpp:338,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/basic_deadline_timer.hpp:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/deadline_timer.hpp:24,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/detail/stream_core.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/detail/io.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/stream.hpp:29,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl.hpp:22,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_client.h:68,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:99,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/impl/executor.hpp:218:22: note:   'const std::reference_wrapper<boost::asio::io_context>' is not derived from 'const std::__cxx11::basic_string<_CharT>'
  218 |     return executor_ == *static_cast<const Executor*>(e->target());
      |            ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/string:55,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:52,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/bits/basic_string.h:6163:5: note: candidate: 'template<class _CharT, class _Traits, class _Alloc> bool std::operator==(const _CharT*, const std::__cxx11::basic_string<_CharT, _Traits, _Alloc>&)'
 6163 |     operator==(const _CharT* __lhs,
      |     ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/bits/basic_string.h:6163:5: note:   template argument deduction/substitution failed:
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/executor.hpp:338,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/basic_deadline_timer.hpp:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/deadline_timer.hpp:24,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/detail/stream_core.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/detail/io.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/stream.hpp:29,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl.hpp:22,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_client.h:68,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:99,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/impl/executor.hpp:218:22: note:   mismatched types 'const _CharT*' and 'std::reference_wrapper<boost::asio::io_context>'
  218 |     return executor_ == *static_cast<const Executor*>(e->target());
      |            ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/string:55,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:52,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/bits/basic_string.h:6175:5: note: candidate: 'template<class _CharT, class _Traits, class _Alloc> bool std::operator==(const std::__cxx11::basic_string<_CharT, _Traits, _Alloc>&, const _CharT*)'
 6175 |     operator==(const basic_string<_CharT, _Traits, _Alloc>& __lhs,
      |     ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/bits/basic_string.h:6175:5: note:   template argument deduction/substitution failed:
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/executor.hpp:338,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/basic_deadline_timer.hpp:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/deadline_timer.hpp:24,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/detail/stream_core.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/detail/io.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/stream.hpp:29,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl.hpp:22,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_client.h:68,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:99,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/impl/executor.hpp:218:22: note:   'const std::reference_wrapper<boost::asio::io_context>' is not derived from 'const std::__cxx11::basic_string<_CharT, _Traits, _Alloc>'
  218 |     return executor_ == *static_cast<const Executor*>(e->target());
      |            ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/tuple:39,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/bits/unique_ptr.h:37,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/memory:80,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/config/no_tr1/memory.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/get_pointer.hpp:14,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/bind/mem_fn.hpp:25,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/mem_fn.hpp:22,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/bind/bind.hpp:26,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:60,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/array:252:5: note: candidate: 'template<class _Tp, long unsigned int _Nm> bool std::operator==(const std::array<_Tp, _Nm>&, const std::array<_Tp, _Nm>&)'
  252 |     operator==(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two)
      |     ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/array:252:5: note:   template argument deduction/substitution failed:
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/executor.hpp:338,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/basic_deadline_timer.hpp:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/deadline_timer.hpp:24,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/detail/stream_core.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/detail/io.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/stream.hpp:29,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl.hpp:22,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_client.h:68,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:99,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/impl/executor.hpp:218:22: note:   'const std::reference_wrapper<boost::asio::io_context>' is not derived from 'const std::array<_Tp, _Nm>'
  218 |     return executor_ == *static_cast<const Executor*>(e->target());
      |            ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/bits/unique_ptr.h:37,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/memory:80,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/config/no_tr1/memory.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/get_pointer.hpp:14,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/bind/mem_fn.hpp:25,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/mem_fn.hpp:22,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/bind/bind.hpp:26,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:60,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/tuple:1419:5: note: candidate: 'template<class ... _TElements, class ... _UElements> constexpr bool std::operator==(const std::tuple<_Tps ...>&, const std::tuple<_Elements ...>&)'
 1419 |     operator==(const tuple<_TElements...>& __t,
      |     ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/tuple:1419:5: note:   template argument deduction/substitution failed:
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/executor.hpp:338,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/basic_deadline_timer.hpp:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/deadline_timer.hpp:24,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/detail/stream_core.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/detail/io.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/stream.hpp:29,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl.hpp:22,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_client.h:68,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:99,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/impl/executor.hpp:218:22: note:   'const std::reference_wrapper<boost::asio::io_context>' is not derived from 'const std::tuple<_Tps ...>'
  218 |     return executor_ == *static_cast<const Executor*>(e->target());
      |            ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/memory:80,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/config/no_tr1/memory.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/get_pointer.hpp:14,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/bind/mem_fn.hpp:25,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/mem_fn.hpp:22,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/bind/bind.hpp:26,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:60,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/bits/unique_ptr.h:707:5: note: candidate: 'template<class _Tp, class _Dp, class _Up, class _Ep> bool std::operator==(const std::unique_ptr<_Tp, _Dp>&, const std::unique_ptr<_Up, _Ep>&)'
  707 |     operator==(const unique_ptr<_Tp, _Dp>& __x,
      |     ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/bits/unique_ptr.h:707:5: note:   template argument deduction/substitution failed:
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/executor.hpp:338,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/basic_deadline_timer.hpp:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/deadline_timer.hpp:24,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/detail/stream_core.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/detail/io.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/stream.hpp:29,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl.hpp:22,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_client.h:68,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:99,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/impl/executor.hpp:218:22: note:   'const std::reference_wrapper<boost::asio::io_context>' is not derived from 'const std::unique_ptr<_Tp, _Dp>'
  218 |     return executor_ == *static_cast<const Executor*>(e->target());
      |            ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/memory:80,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/config/no_tr1/memory.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/get_pointer.hpp:14,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/bind/mem_fn.hpp:25,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/mem_fn.hpp:22,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/bind/bind.hpp:26,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:60,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/bits/unique_ptr.h:713:5: note: candidate: 'template<class _Tp, class _Dp> bool std::operator==(const std::unique_ptr<_Tp, _Dp>&, std::nullptr_t)'
  713 |     operator==(const unique_ptr<_Tp, _Dp>& __x, nullptr_t) noexcept
      |     ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/bits/unique_ptr.h:713:5: note:   template argument deduction/substitution failed:
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/executor.hpp:338,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/basic_deadline_timer.hpp:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/deadline_timer.hpp:24,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/detail/stream_core.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/detail/io.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/stream.hpp:29,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl.hpp:22,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_client.h:68,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:99,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/impl/executor.hpp:218:22: note:   'const std::reference_wrapper<boost::asio::io_context>' is not derived from 'const std::unique_ptr<_Tp, _Dp>'
  218 |     return executor_ == *static_cast<const Executor*>(e->target());
      |            ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/memory:80,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/config/no_tr1/memory.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/get_pointer.hpp:14,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/bind/mem_fn.hpp:25,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/mem_fn.hpp:22,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/bind/bind.hpp:26,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:60,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/bits/unique_ptr.h:718:5: note: candidate: 'template<class _Tp, class _Dp> bool std::operator==(std::nullptr_t, const std::unique_ptr<_Tp, _Dp>&)'
  718 |     operator==(nullptr_t, const unique_ptr<_Tp, _Dp>& __x) noexcept
      |     ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/bits/unique_ptr.h:718:5: note:   template argument deduction/substitution failed:
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/executor.hpp:338,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/basic_deadline_timer.hpp:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/deadline_timer.hpp:24,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/detail/stream_core.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/detail/io.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/stream.hpp:29,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl.hpp:22,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_client.h:68,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:99,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/impl/executor.hpp:218:22: note:   'const std::reference_wrapper<boost::asio::io_context>' is not derived from 'const std::unique_ptr<_Tp, _Dp>'
  218 |     return executor_ == *static_cast<const Executor*>(e->target());
      |            ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/bits/shared_ptr.h:52,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/memory:81,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/config/no_tr1/memory.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/get_pointer.hpp:14,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/bind/mem_fn.hpp:25,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/mem_fn.hpp:22,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/bind/bind.hpp:26,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:60,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/bits/shared_ptr_base.h:1412:5: note: candidate: 'template<class _Tp1, class _Tp2, __gnu_cxx::_Lock_policy _Lp> bool std::operator==(const std::__shared_ptr<_Tp1, _Lp>&, const std::__shared_ptr<_Tp2, _Lp>&)'
 1412 |     operator==(const __shared_ptr<_Tp1, _Lp>& __a,
      |     ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/bits/shared_ptr_base.h:1412:5: note:   template argument deduction/substitution failed:
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/executor.hpp:338,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/basic_deadline_timer.hpp:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/deadline_timer.hpp:24,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/detail/stream_core.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/detail/io.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/stream.hpp:29,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl.hpp:22,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_client.h:68,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:99,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/impl/executor.hpp:218:22: note:   'const std::reference_wrapper<boost::asio::io_context>' is not derived from 'const std::__shared_ptr<_Tp1, _Lp>'
  218 |     return executor_ == *static_cast<const Executor*>(e->target());
      |            ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/bits/shared_ptr.h:52,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/memory:81,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/config/no_tr1/memory.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/get_pointer.hpp:14,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/bind/mem_fn.hpp:25,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/mem_fn.hpp:22,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/bind/bind.hpp:26,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:60,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/bits/shared_ptr_base.h:1418:5: note: candidate: 'template<class _Tp, __gnu_cxx::_Lock_policy _Lp> bool std::operator==(const std::__shared_ptr<_Tp, _Lp>&, std::nullptr_t)'
 1418 |     operator==(const __shared_ptr<_Tp, _Lp>& __a, nullptr_t) noexcept
      |     ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/bits/shared_ptr_base.h:1418:5: note:   template argument deduction/substitution failed:
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/executor.hpp:338,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/basic_deadline_timer.hpp:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/deadline_timer.hpp:24,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/detail/stream_core.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/detail/io.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/stream.hpp:29,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl.hpp:22,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_client.h:68,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:99,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/impl/executor.hpp:218:22: note:   'const std::reference_wrapper<boost::asio::io_context>' is not derived from 'const std::__shared_ptr<_Tp, _Lp>'
  218 |     return executor_ == *static_cast<const Executor*>(e->target());
      |            ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/bits/shared_ptr.h:52,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/memory:81,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/config/no_tr1/memory.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/get_pointer.hpp:14,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/bind/mem_fn.hpp:25,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/mem_fn.hpp:22,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/bind/bind.hpp:26,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:60,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/bits/shared_ptr_base.h:1423:5: note: candidate: 'template<class _Tp, __gnu_cxx::_Lock_policy _Lp> bool std::operator==(std::nullptr_t, const std::__shared_ptr<_Tp, _Lp>&)'
 1423 |     operator==(nullptr_t, const __shared_ptr<_Tp, _Lp>& __a) noexcept
      |     ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/bits/shared_ptr_base.h:1423:5: note:   template argument deduction/substitution failed:
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/executor.hpp:338,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/basic_deadline_timer.hpp:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/deadline_timer.hpp:24,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/detail/stream_core.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/detail/io.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/stream.hpp:29,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl.hpp:22,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_client.h:68,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:99,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/impl/executor.hpp:218:22: note:   'const std::reference_wrapper<boost::asio::io_context>' is not derived from 'const std::__shared_ptr<_Tp, _Lp>'
  218 |     return executor_ == *static_cast<const Executor*>(e->target());
      |            ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/memory:81,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/config/no_tr1/memory.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/get_pointer.hpp:14,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/bind/mem_fn.hpp:25,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/mem_fn.hpp:22,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/bind/bind.hpp:26,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:60,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/bits/shared_ptr.h:383:5: note: candidate: 'template<class _Tp, class _Up> bool std::operator==(const std::shared_ptr<_Tp>&, const std::shared_ptr<_Tp>&)'
  383 |     operator==(const shared_ptr<_Tp>& __a, const shared_ptr<_Up>& __b) noexcept
      |     ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/bits/shared_ptr.h:383:5: note:   template argument deduction/substitution failed:
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/executor.hpp:338,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/basic_deadline_timer.hpp:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/deadline_timer.hpp:24,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/detail/stream_core.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/detail/io.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/stream.hpp:29,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl.hpp:22,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_client.h:68,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:99,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/impl/executor.hpp:218:22: note:   'const std::reference_wrapper<boost::asio::io_context>' is not derived from 'const std::shared_ptr<_Tp>'
  218 |     return executor_ == *static_cast<const Executor*>(e->target());
      |            ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/memory:81,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/config/no_tr1/memory.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/get_pointer.hpp:14,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/bind/mem_fn.hpp:25,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/mem_fn.hpp:22,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/bind/bind.hpp:26,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:60,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/bits/shared_ptr.h:388:5: note: candidate: 'template<class _Tp> bool std::operator==(const std::shared_ptr<_Tp>&, std::nullptr_t)'
  388 |     operator==(const shared_ptr<_Tp>& __a, nullptr_t) noexcept
      |     ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/bits/shared_ptr.h:388:5: note:   template argument deduction/substitution failed:
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/executor.hpp:338,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/basic_deadline_timer.hpp:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/deadline_timer.hpp:24,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/detail/stream_core.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/detail/io.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/stream.hpp:29,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl.hpp:22,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_client.h:68,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:99,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/impl/executor.hpp:218:22: note:   'const std::reference_wrapper<boost::asio::io_context>' is not derived from 'const std::shared_ptr<_Tp>'
  218 |     return executor_ == *static_cast<const Executor*>(e->target());
      |            ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/memory:81,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/config/no_tr1/memory.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/get_pointer.hpp:14,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/bind/mem_fn.hpp:25,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/mem_fn.hpp:22,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/bind/bind.hpp:26,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:60,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/bits/shared_ptr.h:393:5: note: candidate: 'template<class _Tp> bool std::operator==(std::nullptr_t, const std::shared_ptr<_Tp>&)'
  393 |     operator==(nullptr_t, const shared_ptr<_Tp>& __a) noexcept
      |     ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/bits/shared_ptr.h:393:5: note:   template argument deduction/substitution failed:
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/executor.hpp:338,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/basic_deadline_timer.hpp:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/deadline_timer.hpp:24,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/detail/stream_core.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/detail/io.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/stream.hpp:29,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl.hpp:22,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_client.h:68,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:99,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/impl/executor.hpp:218:22: note:   'const std::reference_wrapper<boost::asio::io_context>' is not derived from 'const std::shared_ptr<_Tp>'
  218 |     return executor_ == *static_cast<const Executor*>(e->target());
      |            ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/functional:59,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/smart_ptr/detail/shared_count.hpp:39,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/smart_ptr/shared_ptr.hpp:28,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/shared_ptr.hpp:17,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/date_time/time_clock.hpp:17,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/thread/thread_time.hpp:9,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/thread/detail/platform_time.hpp:11,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/thread/pthread/condition_variable.hpp:9,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/thread/condition_variable.hpp:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:61,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/bits/std_function.h:748:5: note: candidate: 'template<class _Res, class ... _Args> bool std::operator==(const std::function<_Res(_ArgTypes ...)>&, std::nullptr_t)'
  748 |     operator==(const function<_Res(_Args...)>& __f, nullptr_t) noexcept
      |     ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/bits/std_function.h:748:5: note:   template argument deduction/substitution failed:
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/executor.hpp:338,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/basic_deadline_timer.hpp:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/deadline_timer.hpp:24,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/detail/stream_core.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/detail/io.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/stream.hpp:29,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl.hpp:22,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_client.h:68,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:99,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/impl/executor.hpp:218:22: note:   'const std::reference_wrapper<boost::asio::io_context>' is not derived from 'const std::function<_Res(_ArgTypes ...)>'
  218 |     return executor_ == *static_cast<const Executor*>(e->target());
      |            ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/functional:59,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/smart_ptr/detail/shared_count.hpp:39,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/smart_ptr/shared_ptr.hpp:28,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/shared_ptr.hpp:17,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/date_time/time_clock.hpp:17,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/thread/thread_time.hpp:9,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/thread/detail/platform_time.hpp:11,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/thread/pthread/condition_variable.hpp:9,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/thread/condition_variable.hpp:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:61,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/bits/std_function.h:754:5: note: candidate: 'template<class _Res, class ... _Args> bool std::operator==(std::nullptr_t, const std::function<_Res(_ArgTypes ...)>&)'
  754 |     operator==(nullptr_t, const function<_Res(_Args...)>& __f) noexcept
      |     ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/bits/std_function.h:754:5: note:   template argument deduction/substitution failed:
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/executor.hpp:338,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/basic_deadline_timer.hpp:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/deadline_timer.hpp:24,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/detail/stream_core.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/detail/io.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/stream.hpp:29,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl.hpp:22,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_client.h:68,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:99,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/impl/executor.hpp:218:22: note:   'const std::reference_wrapper<boost::asio::io_context>' is not derived from 'const std::function<_Res(_ArgTypes ...)>'
  218 |     return executor_ == *static_cast<const Executor*>(e->target());
      |            ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/bits/ios_base.h:46,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/ios:42,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/ostream:38,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/iterator:64,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/operators.hpp:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/date_time/time_duration.hpp:17,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/date_time/posix_time/posix_time_config.hpp:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/date_time/posix_time/posix_time_system.hpp:13,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/date_time/posix_time/ptime.hpp:12,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/date_time/posix_time/posix_time_types.hpp:12,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/thread/thread_time.hpp:11,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/thread/detail/platform_time.hpp:11,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/thread/pthread/condition_variable.hpp:9,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/thread/condition_variable.hpp:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:61,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/system_error:292:3: note: candidate: 'bool std::operator==(const std::error_code&, const std::error_code&)'
  292 |   operator==(const error_code& __lhs, const error_code& __rhs) noexcept
      |   ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/system_error:292:32: note:   no known conversion for argument 1 from 'const std::reference_wrapper<boost::asio::io_context>' to 'const std::error_code&'
  292 |   operator==(const error_code& __lhs, const error_code& __rhs) noexcept
      |              ~~~~~~~~~~~~~~~~~~^~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/system_error:297:3: note: candidate: 'bool std::operator==(const std::error_code&, const std::error_condition&)'
  297 |   operator==(const error_code& __lhs, const error_condition& __rhs) noexcept
      |   ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/system_error:297:32: note:   no known conversion for argument 1 from 'const std::reference_wrapper<boost::asio::io_context>' to 'const std::error_code&'
  297 |   operator==(const error_code& __lhs, const error_condition& __rhs) noexcept
      |              ~~~~~~~~~~~~~~~~~~^~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/system_error:304:3: note: candidate: 'bool std::operator==(const std::error_condition&, const std::error_code&)'
  304 |   operator==(const error_condition& __lhs, const error_code& __rhs) noexcept
      |   ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/system_error:304:37: note:   no known conversion for argument 1 from 'const std::reference_wrapper<boost::asio::io_context>' to 'const std::error_condition&'
  304 |   operator==(const error_condition& __lhs, const error_code& __rhs) noexcept
      |              ~~~~~~~~~~~~~~~~~~~~~~~^~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/system_error:311:3: note: candidate: 'bool std::operator==(const std::error_condition&, const std::error_condition&)'
  311 |   operator==(const error_condition& __lhs,
      |   ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/system_error:311:37: note:   no known conversion for argument 1 from 'const std::reference_wrapper<boost::asio::io_context>' to 'const std::error_condition&'
  311 |   operator==(const error_condition& __lhs,
      |              ~~~~~~~~~~~~~~~~~~~~~~~^~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/bits/locale_facets.h:48,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/bits/basic_ios.h:37,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/ios:44,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/ostream:38,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/iterator:64,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/operators.hpp:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/date_time/time_duration.hpp:17,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/date_time/posix_time/posix_time_config.hpp:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/date_time/posix_time/posix_time_system.hpp:13,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/date_time/posix_time/ptime.hpp:12,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/date_time/posix_time/posix_time_types.hpp:12,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/thread/thread_time.hpp:11,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/thread/detail/platform_time.hpp:11,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/thread/pthread/condition_variable.hpp:9,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/thread/condition_variable.hpp:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:61,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/bits/streambuf_iterator.h:208:5: note: candidate: 'template<class _CharT, class _Traits> bool std::operator==(const std::istreambuf_iterator<_CharT, _Traits>&, const std::istreambuf_iterator<_CharT, _Traits>&)'
  208 |     operator==(const istreambuf_iterator<_CharT, _Traits>& __a,
      |     ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/bits/streambuf_iterator.h:208:5: note:   template argument deduction/substitution failed:
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/executor.hpp:338,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/basic_deadline_timer.hpp:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/deadline_timer.hpp:24,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/detail/stream_core.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/detail/io.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/stream.hpp:29,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl.hpp:22,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_client.h:68,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:99,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/impl/executor.hpp:218:22: note:   'const std::reference_wrapper<boost::asio::io_context>' is not derived from 'const std::istreambuf_iterator<_CharT, _Traits>'
  218 |     return executor_ == *static_cast<const Executor*>(e->target());
      |            ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/iterator:66,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/operators.hpp:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/date_time/time_duration.hpp:17,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/date_time/posix_time/posix_time_config.hpp:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/date_time/posix_time/posix_time_system.hpp:13,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/date_time/posix_time/ptime.hpp:12,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/date_time/posix_time/posix_time_types.hpp:12,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/thread/thread_time.hpp:11,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/thread/detail/platform_time.hpp:11,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/thread/pthread/condition_variable.hpp:9,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/thread/condition_variable.hpp:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:61,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/bits/stream_iterator.h:134:5: note: candidate: 'template<class _Tp, class _CharT, class _Traits, class _Dist> bool std::operator==(const std::istream_iterator<_Tp, _CharT, _Traits, _Dist>&, const std::istream_iterator<_Tp, _CharT, _Traits, _Dist>&)'
  134 |     operator==(const istream_iterator<_Tp, _CharT, _Traits, _Dist>& __x,
      |     ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/bits/stream_iterator.h:134:5: note:   template argument deduction/substitution failed:
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/executor.hpp:338,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/basic_deadline_timer.hpp:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/deadline_timer.hpp:24,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/detail/stream_core.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/detail/io.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/stream.hpp:29,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl.hpp:22,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_client.h:68,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:99,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/impl/executor.hpp:218:22: note:   'const std::reference_wrapper<boost::asio::io_context>' is not derived from 'const std::istream_iterator<_Tp, _CharT, _Traits, _Dist>'
  218 |     return executor_ == *static_cast<const Executor*>(e->target());
      |            ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/map:61,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/date_time/gregorian/greg_month.hpp:18,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/date_time/gregorian/greg_ymd.hpp:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/date_time/gregorian/greg_calendar.hpp:17,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/date_time/gregorian/gregorian_types.hpp:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/date_time/posix_time/posix_time_config.hpp:18,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/date_time/posix_time/posix_time_system.hpp:13,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/date_time/posix_time/ptime.hpp:12,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/date_time/posix_time/posix_time_types.hpp:12,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/thread/thread_time.hpp:11,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/thread/detail/platform_time.hpp:11,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/thread/pthread/condition_variable.hpp:9,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/thread/condition_variable.hpp:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:61,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/bits/stl_map.h:1455:5: note: candidate: 'template<class _Key, class _Tp, class _Compare, class _Alloc> bool std::operator==(const std::map<_Key, _Tp, _Compare, _Alloc>&, const std::map<_Key, _Tp, _Compare, _Alloc>&)'
 1455 |     operator==(const map<_Key, _Tp, _Compare, _Alloc>& __x,
      |     ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/bits/stl_map.h:1455:5: note:   template argument deduction/substitution failed:
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/executor.hpp:338,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/basic_deadline_timer.hpp:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/deadline_timer.hpp:24,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/detail/stream_core.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/detail/io.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/stream.hpp:29,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl.hpp:22,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_client.h:68,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:99,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/impl/executor.hpp:218:22: note:   'const std::reference_wrapper<boost::asio::io_context>' is not derived from 'const std::map<_Key, _Tp, _Compare, _Alloc>'
  218 |     return executor_ == *static_cast<const Executor*>(e->target());
      |            ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/map:62,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/date_time/gregorian/greg_month.hpp:18,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/date_time/gregorian/greg_ymd.hpp:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/date_time/gregorian/greg_calendar.hpp:17,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/date_time/gregorian/gregorian_types.hpp:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/date_time/posix_time/posix_time_config.hpp:18,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/date_time/posix_time/posix_time_system.hpp:13,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/date_time/posix_time/ptime.hpp:12,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/date_time/posix_time/posix_time_types.hpp:12,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/thread/thread_time.hpp:11,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/thread/detail/platform_time.hpp:11,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/thread/pthread/condition_variable.hpp:9,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/thread/condition_variable.hpp:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:61,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/bits/stl_multimap.h:1119:5: note: candidate: 'template<class _Key, class _Tp, class _Compare, class _Alloc> bool std::operator==(const std::multimap<_Key, _Tp, _Compare, _Alloc>&, const std::multimap<_Key, _Tp, _Compare, _Alloc>&)'
 1119 |     operator==(const multimap<_Key, _Tp, _Compare, _Alloc>& __x,
      |     ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/bits/stl_multimap.h:1119:5: note:   template argument deduction/substitution failed:
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/executor.hpp:338,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/basic_deadline_timer.hpp:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/deadline_timer.hpp:24,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/detail/stream_core.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/detail/io.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/stream.hpp:29,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl.hpp:22,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_client.h:68,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:99,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/impl/executor.hpp:218:22: note:   'const std::reference_wrapper<boost::asio::io_context>' is not derived from 'const std::multimap<_Key, _Tp, _Compare, _Alloc>'
  218 |     return executor_ == *static_cast<const Executor*>(e->target());
      |            ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/vector:67,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/thread/pthread/thread_data.hpp:26,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/thread/pthread/condition_variable.hpp:15,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/thread/condition_variable.hpp:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:61,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/bits/stl_vector.h:1888:5: note: candidate: 'template<class _Tp, class _Alloc> bool std::operator==(const std::vector<_Tp, _Alloc>&, const std::vector<_Tp, _Alloc>&)'
 1888 |     operator==(const vector<_Tp, _Alloc>& __x, const vector<_Tp, _Alloc>& __y)
      |     ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/bits/stl_vector.h:1888:5: note:   template argument deduction/substitution failed:
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/executor.hpp:338,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/basic_deadline_timer.hpp:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/deadline_timer.hpp:24,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/detail/stream_core.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/detail/io.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/stream.hpp:29,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl.hpp:22,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_client.h:68,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:99,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/impl/executor.hpp:218:22: note:   'const std::reference_wrapper<boost::asio::io_context>' is not derived from 'const std::vector<_Tp, _Alloc>'
  218 |     return executor_ == *static_cast<const Executor*>(e->target());
      |            ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/random:51,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/asyncrt_utils.h:22,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/json.h:18,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:88,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/bits/random.tcc:1884:5: note: candidate: 'template<class _RealType1> bool std::operator==(const std::normal_distribution<_RealType>&, const std::normal_distribution<_RealType>&)'
 1884 |     operator==(const std::normal_distribution<_RealType>& __d1,
      |     ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/bits/random.tcc:1884:5: note:   template argument deduction/substitution failed:
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/executor.hpp:338,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/basic_deadline_timer.hpp:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/deadline_timer.hpp:24,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/detail/stream_core.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/detail/io.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/stream.hpp:29,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl.hpp:22,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_client.h:68,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:99,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/impl/executor.hpp:218:22: note:   'const std::reference_wrapper<boost::asio::io_context>' is not derived from 'const std::normal_distribution<_RealType>'
  218 |     return executor_ == *static_cast<const Executor*>(e->target());
      |            ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/unordered_map:47,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/json.h:24,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:88,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/bits/unordered_map.h:2091:5: note: candidate: 'template<class _Key, class _Tp, class _Hash, class _Pred, class _Alloc> bool std::operator==(const std::unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>&, const std::unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>&)'
 2091 |     operator==(const unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>& __x,
      |     ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/bits/unordered_map.h:2091:5: note:   template argument deduction/substitution failed:
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/executor.hpp:338,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/basic_deadline_timer.hpp:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/deadline_timer.hpp:24,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/detail/stream_core.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/detail/io.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/stream.hpp:29,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl.hpp:22,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_client.h:68,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:99,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/impl/executor.hpp:218:22: note:   'const std::reference_wrapper<boost::asio::io_context>' is not derived from 'const std::unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>'
  218 |     return executor_ == *static_cast<const Executor*>(e->target());
      |            ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/unordered_map:47,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/json.h:24,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:88,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/bits/unordered_map.h:2103:5: note: candidate: 'template<class _Key, class _Tp, class _Hash, class _Pred, class _Alloc> bool std::operator==(const std::unordered_multimap<_Key, _Tp, _Hash, _Pred, _Alloc>&, const std::unordered_multimap<_Key, _Tp, _Hash, _Pred, _Alloc>&)'
 2103 |     operator==(const unordered_multimap<_Key, _Tp, _Hash, _Pred, _Alloc>& __x,
      |     ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/bits/unordered_map.h:2103:5: note:   template argument deduction/substitution failed:
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/executor.hpp:338,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/basic_deadline_timer.hpp:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/deadline_timer.hpp:24,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/detail/stream_core.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/detail/io.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/stream.hpp:29,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl.hpp:22,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_client.h:68,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:99,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/impl/executor.hpp:218:22: note:   'const std::reference_wrapper<boost::asio::io_context>' is not derived from 'const std::unordered_multimap<_Key, _Tp, _Hash, _Pred, _Alloc>'
  218 |     return executor_ == *static_cast<const Executor*>(e->target());
      |            ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/deque:67,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/queue:60,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/bits/stl_deque.h:283:5: note: candidate: 'template<class _Tp, class _Ref, class _Ptr> bool std::operator==(const std::_Deque_iterator<_Tp, _Ref, _Ptr>&, const std::_Deque_iterator<_Tp, _Ref, _Ptr>&)'
  283 |     operator==(const _Deque_iterator<_Tp, _Ref, _Ptr>& __x,
      |     ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/bits/stl_deque.h:283:5: note:   template argument deduction/substitution failed:
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/executor.hpp:338,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/basic_deadline_timer.hpp:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/deadline_timer.hpp:24,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/detail/stream_core.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/detail/io.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/stream.hpp:29,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl.hpp:22,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_client.h:68,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:99,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/impl/executor.hpp:218:22: note:   'const std::reference_wrapper<boost::asio::io_context>' is not derived from 'const std::_Deque_iterator<_Tp, _Ref, _Ptr>'
  218 |     return executor_ == *static_cast<const Executor*>(e->target());
      |            ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/deque:67,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/queue:60,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/bits/stl_deque.h:290:5: note: candidate: 'template<class _Tp, class _RefL, class _PtrL, class _RefR, class _PtrR> bool std::operator==(const std::_Deque_iterator<_Tp, _Ref, _Ptr>&, const std::_Deque_iterator<_Tp, _RefR, _PtrR>&)'
  290 |     operator==(const _Deque_iterator<_Tp, _RefL, _PtrL>& __x,
      |     ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/bits/stl_deque.h:290:5: note:   template argument deduction/substitution failed:
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/executor.hpp:338,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/basic_deadline_timer.hpp:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/deadline_timer.hpp:24,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/detail/stream_core.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/detail/io.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/stream.hpp:29,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl.hpp:22,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_client.h:68,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:99,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/impl/executor.hpp:218:22: note:   'const std::reference_wrapper<boost::asio::io_context>' is not derived from 'const std::_Deque_iterator<_Tp, _Ref, _Ptr>'
  218 |     return executor_ == *static_cast<const Executor*>(e->target());
      |            ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/deque:67,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/queue:60,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/bits/stl_deque.h:2309:5: note: candidate: 'template<class _Tp, class _Alloc> bool std::operator==(const std::deque<_Tp, _Alloc>&, const std::deque<_Tp, _Alloc>&)'
 2309 |     operator==(const deque<_Tp, _Alloc>& __x,
      |     ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/bits/stl_deque.h:2309:5: note:   template argument deduction/substitution failed:
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/executor.hpp:338,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/basic_deadline_timer.hpp:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/deadline_timer.hpp:24,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/detail/stream_core.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/detail/io.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/stream.hpp:29,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl.hpp:22,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_client.h:68,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:99,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/impl/executor.hpp:218:22: note:   'const std::reference_wrapper<boost::asio::io_context>' is not derived from 'const std::deque<_Tp, _Alloc>'
  218 |     return executor_ == *static_cast<const Executor*>(e->target());
      |            ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/queue:64,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/bits/stl_queue.h:338:5: note: candidate: 'template<class _Tp, class _Seq> bool std::operator==(const std::queue<_Tp, _Seq>&, const std::queue<_Tp, _Seq>&)'
  338 |     operator==(const queue<_Tp, _Seq>& __x, const queue<_Tp, _Seq>& __y)
      |     ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/bits/stl_queue.h:338:5: note:   template argument deduction/substitution failed:
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/executor.hpp:338,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/basic_deadline_timer.hpp:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/deadline_timer.hpp:24,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/detail/stream_core.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/detail/io.hpp:21,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl/stream.hpp:29,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/ssl.hpp:22,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_client.h:68,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:99,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/boost/asio/impl/executor.hpp:218:22: note:   'const std::reference_wrapper<boost::asio::io_context>' is not derived from 'const std::queue<_Tp, _Seq>'
  218 |     return executor_ == *static_cast<const Executor*>(e->target());
      |            ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:16:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/thread:276:3: note: candidate: 'bool std::operator==(std::thread::id, std::thread::id)'
  276 |   operator==(thread::id __x, thread::id __y) noexcept
      |   ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot/usr/include/c++/9.2.0/thread:276:25: note:   no known conversion for argument 1 from 'const std::reference_wrapper<boost::asio::io_context>' to 'std::thread::id'
  276 |   operator==(thread::id __x, thread::id __y) noexcept
      |              ~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::in_avail() const [with _CollectionType = std::vector<unsigned char>; size_t = long unsigned int]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:108:20:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:116:34: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  116 |         return (size_t)(writeend - readhead);
      |                        ~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6490:43: note:   initializing argument 1 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::SafeInt<T, E>::operator-(msl::safeint3::SafeInt<T, E>) const [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6490 |     SafeInt<T, E> operator-(SafeInt<T, E> rhs) const SAFEINT_CPP_THROW
      |                             ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::in_avail() const [with _CollectionType = std::__cxx11::basic_string<char>; size_t = long unsigned int]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:108:20:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:116:34: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  116 |         return (size_t)(writeend - readhead);
      |                        ~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6490:43: note:   initializing argument 1 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::SafeInt<T, E>::operator-(msl::safeint3::SafeInt<T, E>) const [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6490 |     SafeInt<T, E> operator-(SafeInt<T, E> rhs) const SAFEINT_CPP_THROW
      |                             ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::read(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t, bool) [with _CollectionType = std::vector<unsigned char>; size_t = long unsigned int; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:207:45:   required from 'pplx::task<long unsigned int> Concurrency::streams::details::basic_container_buffer<_CollectionType>::_getn(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t) [with _CollectionType = std::vector<unsigned char>; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char; size_t = long unsigned int]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:205:32:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:397:44: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  397 |         size_t newPos = m_current_position + read_size;
      |                         ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:7229:46: note:   initializing argument 2 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::operator+(U, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 7229 | SafeInt<T, E> operator+(U lhs, SafeInt<T, E> rhs) SAFEINT_CPP_THROW
      |                                ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::read(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t, bool) [with _CollectionType = std::__cxx11::basic_string<char>; size_t = long unsigned int; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = char]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:207:45:   required from 'pplx::task<long unsigned int> Concurrency::streams::details::basic_container_buffer<_CollectionType>::_getn(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t) [with _CollectionType = std::__cxx11::basic_string<char>; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = char; size_t = long unsigned int]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:205:32:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:397:44: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  397 |         size_t newPos = m_current_position + read_size;
      |                         ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client_wspp.cpp:14:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:7229:46: note:   initializing argument 2 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::operator+(U, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 7229 | SafeInt<T, E> operator+(U lhs, SafeInt<T, E> rhs) SAFEINT_CPP_THROW
      |                                ~~~~~~~~~~~~~~^~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp: In instantiation of 'msl::safeint3::SafeInt<T, E> msl::safeint3::SafeInt<T, E>::Min(msl::safeint3::SafeInt<T, E>, T) const [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:395:65:   required from 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::read(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t, bool) [with _CollectionType = std::vector<unsigned char>; size_t = long unsigned int; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:207:45:   required from 'pplx::task<long unsigned int> Concurrency::streams::details::basic_container_buffer<_CollectionType>::_getn(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t) [with _CollectionType = std::vector<unsigned char>; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char; size_t = long unsigned int]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:205:32:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6724:22: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
 6724 |         T tmp = test < m_int ? (T)test : m_int;
      |                 ~~~~~^~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6852:30: note:   initializing argument 1 of 'bool msl::safeint3::operator<(msl::safeint3::SafeInt<T, E>, U) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6852 | bool operator<(SafeInt<T, E> lhs, U rhs) SAFEINT_NOTHROW
      |                ~~~~~~~~~~~~~~^~~
[46/158] TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux-musl/aarch64-yoe-linux-musl-g++  -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_CHRONO_DYN_LINK -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_RANDOM_DYN_LINK -DBOOST_REGEX_DYN_LINK -DBOOST_SYSTEM_DYN_LINK -DBOOST_THREAD_DYN_LINK -DCPPREST_FORCE_HTTP_CLIENT_ASIO -DCPPREST_FORCE_HTTP_LISTENER_ASIO -DCPPREST_NO_SSL_LEAK_SUPPRESS -Dcpprest_EXPORTS -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot  -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot=                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native=  -fvisibility-inlines-hidden  -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot -std=c++11 -fno-strict-aliasing -fPIC   -pedantic -Wall -Wextra -Wunused-parameter -Wcast-align -Wcast-qual -Wconversion -Wformat=2 -Winit-self -Winvalid-pch -Wmissing-format-attribute -Wmissing-include-dirs -Wpacked -Wredundant-decls -Wunreachable-code -MD -MT Release/src/CMakeFiles/cpprest.dir/websockets/client/ws_client.cpp.o -MF Release/src/CMakeFiles/cpprest.dir/websockets/client/ws_client.cpp.o.d -o Release/src/CMakeFiles/cpprest.dir/websockets/client/ws_client.cpp.o -c TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client.cpp
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:88,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client.cpp:12:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/json.h: In member function 'web::json::value& web::json::array::operator[](web::json::array::size_type)':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/json.h:921:25: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  921 |         if (nlastSize < nMinSize) m_elements.resize(nMinSize);
      |                         ^~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client.cpp:12:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6858:30: note:   initializing argument 1 of 'bool msl::safeint3::operator<(msl::safeint3::SafeInt<U, E>, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6858 | bool operator<(SafeInt<U, E> lhs, SafeInt<T, E> rhs) SAFEINT_NOTHROW
      |                ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:88,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client.cpp:12:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/json.h:921:25: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  921 |         if (nlastSize < nMinSize) m_elements.resize(nMinSize);
      |                         ^~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client.cpp:12:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6858:49: note:   initializing argument 2 of 'bool msl::safeint3::operator<(msl::safeint3::SafeInt<U, E>, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6858 | bool operator<(SafeInt<U, E> lhs, SafeInt<T, E> rhs) SAFEINT_NOTHROW
      |                                   ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client.cpp:12:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::in_avail() const [with _CollectionType = std::vector<unsigned char>; size_t = long unsigned int]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:108:20:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:116:34: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  116 |         return (size_t)(writeend - readhead);
      |                        ~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client.cpp:12:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6490:43: note:   initializing argument 1 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::SafeInt<T, E>::operator-(msl::safeint3::SafeInt<T, E>) const [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6490 |     SafeInt<T, E> operator-(SafeInt<T, E> rhs) const SAFEINT_CPP_THROW
      |                             ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client.cpp:12:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::in_avail() const [with _CollectionType = std::__cxx11::basic_string<char>; size_t = long unsigned int]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:108:20:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:116:34: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  116 |         return (size_t)(writeend - readhead);
      |                        ~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client.cpp:12:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6490:43: note:   initializing argument 1 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::SafeInt<T, E>::operator-(msl::safeint3::SafeInt<T, E>) const [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6490 |     SafeInt<T, E> operator-(SafeInt<T, E> rhs) const SAFEINT_CPP_THROW
      |                             ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client.cpp:12:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::read(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t, bool) [with _CollectionType = std::vector<unsigned char>; size_t = long unsigned int; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:207:45:   required from 'pplx::task<long unsigned int> Concurrency::streams::details::basic_container_buffer<_CollectionType>::_getn(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t) [with _CollectionType = std::vector<unsigned char>; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char; size_t = long unsigned int]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:205:32:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:397:44: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  397 |         size_t newPos = m_current_position + read_size;
      |                         ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client.cpp:12:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:7229:46: note:   initializing argument 2 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::operator+(U, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 7229 | SafeInt<T, E> operator+(U lhs, SafeInt<T, E> rhs) SAFEINT_CPP_THROW
      |                                ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client.cpp:12:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::read(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t, bool) [with _CollectionType = std::__cxx11::basic_string<char>; size_t = long unsigned int; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = char]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:207:45:   required from 'pplx::task<long unsigned int> Concurrency::streams::details::basic_container_buffer<_CollectionType>::_getn(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t) [with _CollectionType = std::__cxx11::basic_string<char>; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = char; size_t = long unsigned int]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:205:32:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:397:44: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  397 |         size_t newPos = m_current_position + read_size;
      |                         ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/websockets/client/ws_client.cpp:12:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:7229:46: note:   initializing argument 2 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::operator+(U, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 7229 | SafeInt<T, E> operator+(U lhs, SafeInt<T, E> rhs) SAFEINT_CPP_THROW
      |                                ~~~~~~~~~~~~~~^~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp: In instantiation of 'msl::safeint3::SafeInt<T, E> msl::safeint3::SafeInt<T, E>::Min(msl::safeint3::SafeInt<T, E>, T) const [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:395:65:   required from 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::read(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t, bool) [with _CollectionType = std::vector<unsigned char>; size_t = long unsigned int; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:207:45:   required from 'pplx::task<long unsigned int> Concurrency::streams::details::basic_container_buffer<_CollectionType>::_getn(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t) [with _CollectionType = std::vector<unsigned char>; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char; size_t = long unsigned int]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:205:32:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6724:22: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
 6724 |         T tmp = test < m_int ? (T)test : m_int;
      |                 ~~~~~^~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6852:30: note:   initializing argument 1 of 'bool msl::safeint3::operator<(msl::safeint3::SafeInt<T, E>, U) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6852 | bool operator<(SafeInt<T, E> lhs, U rhs) SAFEINT_NOTHROW
      |                ~~~~~~~~~~~~~~^~~
[47/158] TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux-musl/aarch64-yoe-linux-musl-g++  -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_CHRONO_DYN_LINK -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_RANDOM_DYN_LINK -DBOOST_REGEX_DYN_LINK -DBOOST_SYSTEM_DYN_LINK -DBOOST_THREAD_DYN_LINK -DCPPREST_FORCE_HTTP_CLIENT_ASIO -DCPPREST_FORCE_HTTP_LISTENER_ASIO -DCPPREST_NO_SSL_LEAK_SUPPRESS -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/utilities/include -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp/. -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot  -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot=                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native=  -fvisibility-inlines-hidden  -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot -std=c++11 -fno-strict-aliasing -MD -MT Release/tests/common/TestRunner/CMakeFiles/test_runner.dir/test_runner.cpp.o -MF Release/tests/common/TestRunner/CMakeFiles/test_runner.dir/test_runner.cpp.o.d -o Release/tests/common/TestRunner/CMakeFiles/test_runner.dir/test_runner.cpp.o -c TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/TestRunner/test_runner.cpp
[48/158] TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux-musl/aarch64-yoe-linux-musl-g++  -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_CHRONO_DYN_LINK -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_RANDOM_DYN_LINK -DBOOST_REGEX_DYN_LINK -DBOOST_SYSTEM_DYN_LINK -DBOOST_THREAD_DYN_LINK -DCPPREST_FORCE_HTTP_CLIENT_ASIO -DCPPREST_FORCE_HTTP_LISTENER_ASIO -DCPPREST_NO_SSL_LEAK_SUPPRESS -Dhttptest_utilities_EXPORTS -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/utilities/include -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/functional/http/utilities/include -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp/. -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot  -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot=                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native=  -fvisibility-inlines-hidden  -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot -std=c++11 -fno-strict-aliasing -fPIC -MD -MT Release/tests/functional/http/utilities/CMakeFiles/httptest_utilities.dir/http_asserts.cpp.o -MF Release/tests/functional/http/utilities/CMakeFiles/httptest_utilities.dir/http_asserts.cpp.o.d -o Release/tests/functional/http/utilities/CMakeFiles/httptest_utilities.dir/http_asserts.cpp.o -c TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/functional/http/utilities/http_asserts.cpp
[49/158] TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux-musl/aarch64-yoe-linux-musl-g++  -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_CHRONO_DYN_LINK -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_RANDOM_DYN_LINK -DBOOST_REGEX_DYN_LINK -DBOOST_SYSTEM_DYN_LINK -DBOOST_THREAD_DYN_LINK -DCPPREST_FORCE_HTTP_CLIENT_ASIO -DCPPREST_FORCE_HTTP_LISTENER_ASIO -DCPPREST_NO_SSL_LEAK_SUPPRESS -Dhttplistener_test_EXPORTS -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/utilities/include -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp/. -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/functional/http/utilities/include -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot  -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot=                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native=  -fvisibility-inlines-hidden  -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot -std=c++11 -fno-strict-aliasing -fPIC -MD -MT Release/tests/functional/http/listener/CMakeFiles/httplistener_test.dir/header_tests.cpp.o -MF Release/tests/functional/http/listener/CMakeFiles/httplistener_test.dir/header_tests.cpp.o.d -o Release/tests/functional/http/listener/CMakeFiles/httplistener_test.dir/header_tests.cpp.o -c TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/functional/http/listener/header_tests.cpp
[50/158] TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux-musl/aarch64-yoe-linux-musl-g++  -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_CHRONO_DYN_LINK -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_RANDOM_DYN_LINK -DBOOST_REGEX_DYN_LINK -DBOOST_SYSTEM_DYN_LINK -DBOOST_THREAD_DYN_LINK -DCPPREST_FORCE_HTTP_CLIENT_ASIO -DCPPREST_FORCE_HTTP_LISTENER_ASIO -DCPPREST_NO_SSL_LEAK_SUPPRESS -Dhttpclient_test_EXPORTS -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/utilities/include -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp/. -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/functional/http/utilities/include -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot  -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot=                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native=  -fvisibility-inlines-hidden  -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot -std=c++11 -fno-strict-aliasing -fPIC -MD -MT Release/tests/functional/http/client/CMakeFiles/httpclient_test.dir/client_construction.cpp.o -MF Release/tests/functional/http/client/CMakeFiles/httpclient_test.dir/client_construction.cpp.o.d -o Release/tests/functional/http/client/CMakeFiles/httpclient_test.dir/client_construction.cpp.o -c TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/functional/http/client/client_construction.cpp
[51/158] TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux-musl/aarch64-yoe-linux-musl-g++  -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_CHRONO_DYN_LINK -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_RANDOM_DYN_LINK -DBOOST_REGEX_DYN_LINK -DBOOST_SYSTEM_DYN_LINK -DBOOST_THREAD_DYN_LINK -DCPPREST_FORCE_HTTP_CLIENT_ASIO -DCPPREST_FORCE_HTTP_LISTENER_ASIO -DCPPREST_NO_SSL_LEAK_SUPPRESS -Dhttpclient_test_EXPORTS -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/utilities/include -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp/. -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/functional/http/utilities/include -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot  -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot=                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native=  -fvisibility-inlines-hidden  -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot -std=c++11 -fno-strict-aliasing -fPIC -MD -MT Release/tests/functional/http/client/CMakeFiles/httpclient_test.dir/connection_pool_tests.cpp.o -MF Release/tests/functional/http/client/CMakeFiles/httpclient_test.dir/connection_pool_tests.cpp.o.d -o Release/tests/functional/http/client/CMakeFiles/httpclient_test.dir/connection_pool_tests.cpp.o -c TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/functional/http/client/connection_pool_tests.cpp
[52/158] TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux-musl/aarch64-yoe-linux-musl-g++  -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_CHRONO_DYN_LINK -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_RANDOM_DYN_LINK -DBOOST_REGEX_DYN_LINK -DBOOST_SYSTEM_DYN_LINK -DBOOST_THREAD_DYN_LINK -DCPPREST_FORCE_HTTP_CLIENT_ASIO -DCPPREST_FORCE_HTTP_LISTENER_ASIO -DCPPREST_NO_SSL_LEAK_SUPPRESS -Dhttptest_utilities_EXPORTS -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/utilities/include -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/functional/http/utilities/include -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp/. -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot  -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot=                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native=  -fvisibility-inlines-hidden  -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot -std=c++11 -fno-strict-aliasing -fPIC -MD -MT Release/tests/functional/http/utilities/CMakeFiles/httptest_utilities.dir/test_http_client.cpp.o -MF Release/tests/functional/http/utilities/CMakeFiles/httptest_utilities.dir/test_http_client.cpp.o.d -o Release/tests/functional/http/utilities/CMakeFiles/httptest_utilities.dir/test_http_client.cpp.o -c TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/functional/http/utilities/test_http_client.cpp
[53/158] TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux-musl/aarch64-yoe-linux-musl-g++  -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_CHRONO_DYN_LINK -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_RANDOM_DYN_LINK -DBOOST_REGEX_DYN_LINK -DBOOST_SYSTEM_DYN_LINK -DBOOST_THREAD_DYN_LINK -DCPPREST_FORCE_HTTP_CLIENT_ASIO -DCPPREST_FORCE_HTTP_LISTENER_ASIO -DCPPREST_NO_SSL_LEAK_SUPPRESS -Dhttptest_utilities_EXPORTS -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/utilities/include -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/functional/http/utilities/include -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp/. -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot  -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot=                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native=  -fvisibility-inlines-hidden  -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot -std=c++11 -fno-strict-aliasing -fPIC -MD -MT Release/tests/functional/http/utilities/CMakeFiles/httptest_utilities.dir/test_server_utilities.cpp.o -MF Release/tests/functional/http/utilities/CMakeFiles/httptest_utilities.dir/test_server_utilities.cpp.o.d -o Release/tests/functional/http/utilities/CMakeFiles/httptest_utilities.dir/test_server_utilities.cpp.o -c TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/functional/http/utilities/test_server_utilities.cpp
[54/158] TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux-musl/aarch64-yoe-linux-musl-g++  -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_CHRONO_DYN_LINK -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_RANDOM_DYN_LINK -DBOOST_REGEX_DYN_LINK -DBOOST_SYSTEM_DYN_LINK -DBOOST_THREAD_DYN_LINK -DCPPREST_FORCE_HTTP_CLIENT_ASIO -DCPPREST_FORCE_HTTP_LISTENER_ASIO -DCPPREST_NO_SSL_LEAK_SUPPRESS -Dhttptest_utilities_EXPORTS -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/utilities/include -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/functional/http/utilities/include -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp/. -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot  -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot=                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native=  -fvisibility-inlines-hidden  -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot -std=c++11 -fno-strict-aliasing -fPIC -MD -MT Release/tests/functional/http/utilities/CMakeFiles/httptest_utilities.dir/test_http_server.cpp.o -MF Release/tests/functional/http/utilities/CMakeFiles/httptest_utilities.dir/test_http_server.cpp.o.d -o Release/tests/functional/http/utilities/CMakeFiles/httptest_utilities.dir/test_http_server.cpp.o -c TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/functional/http/utilities/test_http_server.cpp
[55/158] TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux-musl/aarch64-yoe-linux-musl-g++  -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_CHRONO_DYN_LINK -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_RANDOM_DYN_LINK -DBOOST_REGEX_DYN_LINK -DBOOST_SYSTEM_DYN_LINK -DBOOST_THREAD_DYN_LINK -DCPPREST_FORCE_HTTP_CLIENT_ASIO -DCPPREST_FORCE_HTTP_LISTENER_ASIO -DCPPREST_NO_SSL_LEAK_SUPPRESS -Dhttpclient_test_EXPORTS -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/utilities/include -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp/. -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/functional/http/utilities/include -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot  -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot=                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native=  -fvisibility-inlines-hidden  -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot -std=c++11 -fno-strict-aliasing -fPIC -MD -MT Release/tests/functional/http/client/CMakeFiles/httpclient_test.dir/header_tests.cpp.o -MF Release/tests/functional/http/client/CMakeFiles/httpclient_test.dir/header_tests.cpp.o.d -o Release/tests/functional/http/client/CMakeFiles/httpclient_test.dir/header_tests.cpp.o -c TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/functional/http/client/header_tests.cpp
[56/158] TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux-musl/aarch64-yoe-linux-musl-g++  -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_CHRONO_DYN_LINK -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_RANDOM_DYN_LINK -DBOOST_REGEX_DYN_LINK -DBOOST_SYSTEM_DYN_LINK -DBOOST_THREAD_DYN_LINK -DCPPREST_FORCE_HTTP_CLIENT_ASIO -DCPPREST_FORCE_HTTP_LISTENER_ASIO -DCPPREST_NO_SSL_LEAK_SUPPRESS -Dhttpclient_test_EXPORTS -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/utilities/include -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp/. -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/functional/http/utilities/include -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot  -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot=                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native=  -fvisibility-inlines-hidden  -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot -std=c++11 -fno-strict-aliasing -fPIC -MD -MT Release/tests/functional/http/client/CMakeFiles/httpclient_test.dir/building_request_tests.cpp.o -MF Release/tests/functional/http/client/CMakeFiles/httpclient_test.dir/building_request_tests.cpp.o.d -o Release/tests/functional/http/client/CMakeFiles/httpclient_test.dir/building_request_tests.cpp.o -c TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/functional/http/client/building_request_tests.cpp
[57/158] TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux-musl/aarch64-yoe-linux-musl-g++  -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_CHRONO_DYN_LINK -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_RANDOM_DYN_LINK -DBOOST_REGEX_DYN_LINK -DBOOST_SYSTEM_DYN_LINK -DBOOST_THREAD_DYN_LINK -DCPPREST_FORCE_HTTP_CLIENT_ASIO -DCPPREST_FORCE_HTTP_LISTENER_ASIO -DCPPREST_NO_SSL_LEAK_SUPPRESS -Dcpprest_EXPORTS -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot  -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot=                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native=  -fvisibility-inlines-hidden  -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot -std=c++11 -fno-strict-aliasing -fPIC   -pedantic -Wall -Wextra -Wunused-parameter -Wcast-align -Wcast-qual -Wconversion -Wformat=2 -Winit-self -Winvalid-pch -Wmissing-format-attribute -Wmissing-include-dirs -Wpacked -Wredundant-decls -Wunreachable-code -MD -MT Release/src/CMakeFiles/cpprest.dir/http/client/http_client_asio.cpp.o -MF Release/src/CMakeFiles/cpprest.dir/http/client/http_client_asio.cpp.o.d -o Release/src/CMakeFiles/cpprest.dir/http/client/http_client_asio.cpp.o -c TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/client/http_client_asio.cpp
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:88,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/client/http_client_asio.cpp:16:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/json.h: In member function 'web::json::value& web::json::array::operator[](web::json::array::size_type)':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/json.h:921:25: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  921 |         if (nlastSize < nMinSize) m_elements.resize(nMinSize);
      |                         ^~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/client/http_client_asio.cpp:16:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6858:30: note:   initializing argument 1 of 'bool msl::safeint3::operator<(msl::safeint3::SafeInt<U, E>, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6858 | bool operator<(SafeInt<U, E> lhs, SafeInt<T, E> rhs) SAFEINT_NOTHROW
      |                ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:88,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/client/http_client_asio.cpp:16:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/json.h:921:25: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  921 |         if (nlastSize < nMinSize) m_elements.resize(nMinSize);
      |                         ^~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/client/http_client_asio.cpp:16:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6858:49: note:   initializing argument 2 of 'bool msl::safeint3::operator<(msl::safeint3::SafeInt<U, E>, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6858 | bool operator<(SafeInt<U, E> lhs, SafeInt<T, E> rhs) SAFEINT_NOTHROW
      |                                   ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/client/http_client_asio.cpp:16:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::in_avail() const [with _CollectionType = std::vector<unsigned char>; size_t = long unsigned int]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:108:20:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:116:34: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  116 |         return (size_t)(writeend - readhead);
      |                        ~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/client/http_client_asio.cpp:16:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6490:43: note:   initializing argument 1 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::SafeInt<T, E>::operator-(msl::safeint3::SafeInt<T, E>) const [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6490 |     SafeInt<T, E> operator-(SafeInt<T, E> rhs) const SAFEINT_CPP_THROW
      |                             ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/client/http_client_asio.cpp:16:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::in_avail() const [with _CollectionType = std::__cxx11::basic_string<char>; size_t = long unsigned int]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:108:20:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:116:34: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  116 |         return (size_t)(writeend - readhead);
      |                        ~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/client/http_client_asio.cpp:16:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6490:43: note:   initializing argument 1 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::SafeInt<T, E>::operator-(msl::safeint3::SafeInt<T, E>) const [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6490 |     SafeInt<T, E> operator-(SafeInt<T, E> rhs) const SAFEINT_CPP_THROW
      |                             ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/client/http_client_asio.cpp:16:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::read(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t, bool) [with _CollectionType = std::vector<unsigned char>; size_t = long unsigned int; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:207:45:   required from 'pplx::task<long unsigned int> Concurrency::streams::details::basic_container_buffer<_CollectionType>::_getn(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t) [with _CollectionType = std::vector<unsigned char>; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char; size_t = long unsigned int]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:205:32:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:397:44: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  397 |         size_t newPos = m_current_position + read_size;
      |                         ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/client/http_client_asio.cpp:16:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:7229:46: note:   initializing argument 2 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::operator+(U, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 7229 | SafeInt<T, E> operator+(U lhs, SafeInt<T, E> rhs) SAFEINT_CPP_THROW
      |                                ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/client/http_client_asio.cpp:16:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::read(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t, bool) [with _CollectionType = std::__cxx11::basic_string<char>; size_t = long unsigned int; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = char]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:207:45:   required from 'pplx::task<long unsigned int> Concurrency::streams::details::basic_container_buffer<_CollectionType>::_getn(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t) [with _CollectionType = std::__cxx11::basic_string<char>; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = char; size_t = long unsigned int]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:205:32:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:397:44: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  397 |         size_t newPos = m_current_position + read_size;
      |                         ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/client/http_client_asio.cpp:16:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:7229:46: note:   initializing argument 2 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::operator+(U, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 7229 | SafeInt<T, E> operator+(U lhs, SafeInt<T, E> rhs) SAFEINT_CPP_THROW
      |                                ~~~~~~~~~~~~~~^~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp: In instantiation of 'msl::safeint3::SafeInt<T, E> msl::safeint3::SafeInt<T, E>::Min(msl::safeint3::SafeInt<T, E>, T) const [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:395:65:   required from 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::read(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t, bool) [with _CollectionType = std::vector<unsigned char>; size_t = long unsigned int; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:207:45:   required from 'pplx::task<long unsigned int> Concurrency::streams::details::basic_container_buffer<_CollectionType>::_getn(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t) [with _CollectionType = std::vector<unsigned char>; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char; size_t = long unsigned int]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:205:32:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6724:22: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
 6724 |         T tmp = test < m_int ? (T)test : m_int;
      |                 ~~~~~^~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6852:30: note:   initializing argument 1 of 'bool msl::safeint3::operator<(msl::safeint3::SafeInt<T, E>, U) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6852 | bool operator<(SafeInt<T, E> lhs, U rhs) SAFEINT_NOTHROW
      |                ~~~~~~~~~~~~~~^~~
[58/158] TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux-musl/aarch64-yoe-linux-musl-g++  -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_CHRONO_DYN_LINK -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_RANDOM_DYN_LINK -DBOOST_REGEX_DYN_LINK -DBOOST_SYSTEM_DYN_LINK -DBOOST_THREAD_DYN_LINK -DCPPREST_FORCE_HTTP_CLIENT_ASIO -DCPPREST_FORCE_HTTP_LISTENER_ASIO -DCPPREST_NO_SSL_LEAK_SUPPRESS -Dhttpclient_test_EXPORTS -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/utilities/include -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp/. -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/functional/http/utilities/include -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot  -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot=                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native=  -fvisibility-inlines-hidden  -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot -std=c++11 -fno-strict-aliasing -fPIC -MD -MT Release/tests/functional/http/client/CMakeFiles/httpclient_test.dir/authentication_tests.cpp.o -MF Release/tests/functional/http/client/CMakeFiles/httpclient_test.dir/authentication_tests.cpp.o.d -o Release/tests/functional/http/client/CMakeFiles/httpclient_test.dir/authentication_tests.cpp.o -c TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/functional/http/client/authentication_tests.cpp
[59/158] TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux-musl/aarch64-yoe-linux-musl-g++  -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_CHRONO_DYN_LINK -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_RANDOM_DYN_LINK -DBOOST_REGEX_DYN_LINK -DBOOST_SYSTEM_DYN_LINK -DBOOST_THREAD_DYN_LINK -DCPPREST_FORCE_HTTP_CLIENT_ASIO -DCPPREST_FORCE_HTTP_LISTENER_ASIO -DCPPREST_NO_SSL_LEAK_SUPPRESS -Dcpprest_EXPORTS -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot  -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot=                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native=  -fvisibility-inlines-hidden  -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot -std=c++11 -fno-strict-aliasing -fPIC   -pedantic -Wall -Wextra -Wunused-parameter -Wcast-align -Wcast-qual -Wconversion -Wformat=2 -Winit-self -Winvalid-pch -Wmissing-format-attribute -Wmissing-include-dirs -Wpacked -Wredundant-decls -Wunreachable-code -MD -MT Release/src/CMakeFiles/cpprest.dir/http/listener/http_server_asio.cpp.o -MF Release/src/CMakeFiles/cpprest.dir/http/listener/http_server_asio.cpp.o.d -o Release/src/CMakeFiles/cpprest.dir/http/listener/http_server_asio.cpp.o -c TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/listener/http_server_asio.cpp
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:88,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/listener/http_server_asio.cpp:15:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/json.h: In member function 'web::json::value& web::json::array::operator[](web::json::array::size_type)':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/json.h:921:25: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  921 |         if (nlastSize < nMinSize) m_elements.resize(nMinSize);
      |                         ^~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/listener/http_server_asio.cpp:15:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6858:30: note:   initializing argument 1 of 'bool msl::safeint3::operator<(msl::safeint3::SafeInt<U, E>, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6858 | bool operator<(SafeInt<U, E> lhs, SafeInt<T, E> rhs) SAFEINT_NOTHROW
      |                ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:88,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/listener/http_server_asio.cpp:15:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/json.h:921:25: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  921 |         if (nlastSize < nMinSize) m_elements.resize(nMinSize);
      |                         ^~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/listener/http_server_asio.cpp:15:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6858:49: note:   initializing argument 2 of 'bool msl::safeint3::operator<(msl::safeint3::SafeInt<U, E>, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6858 | bool operator<(SafeInt<U, E> lhs, SafeInt<T, E> rhs) SAFEINT_NOTHROW
      |                                   ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/listener/http_server_asio.cpp:15:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::in_avail() const [with _CollectionType = std::vector<unsigned char>; size_t = long unsigned int]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:108:20:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:116:34: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  116 |         return (size_t)(writeend - readhead);
      |                        ~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/listener/http_server_asio.cpp:15:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6490:43: note:   initializing argument 1 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::SafeInt<T, E>::operator-(msl::safeint3::SafeInt<T, E>) const [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6490 |     SafeInt<T, E> operator-(SafeInt<T, E> rhs) const SAFEINT_CPP_THROW
      |                             ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/listener/http_server_asio.cpp:15:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::in_avail() const [with _CollectionType = std::__cxx11::basic_string<char>; size_t = long unsigned int]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:108:20:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:116:34: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  116 |         return (size_t)(writeend - readhead);
      |                        ~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/listener/http_server_asio.cpp:15:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6490:43: note:   initializing argument 1 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::SafeInt<T, E>::operator-(msl::safeint3::SafeInt<T, E>) const [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6490 |     SafeInt<T, E> operator-(SafeInt<T, E> rhs) const SAFEINT_CPP_THROW
      |                             ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/listener/http_server_asio.cpp:15:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::read(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t, bool) [with _CollectionType = std::vector<unsigned char>; size_t = long unsigned int; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:207:45:   required from 'pplx::task<long unsigned int> Concurrency::streams::details::basic_container_buffer<_CollectionType>::_getn(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t) [with _CollectionType = std::vector<unsigned char>; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char; size_t = long unsigned int]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:205:32:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:397:44: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  397 |         size_t newPos = m_current_position + read_size;
      |                         ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/listener/http_server_asio.cpp:15:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:7229:46: note:   initializing argument 2 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::operator+(U, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 7229 | SafeInt<T, E> operator+(U lhs, SafeInt<T, E> rhs) SAFEINT_CPP_THROW
      |                                ~~~~~~~~~~~~~~^~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/http_msg.h:16,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/http_helpers.h:19,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:98,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/listener/http_server_asio.cpp:15:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h: In instantiation of 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::read(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t, bool) [with _CollectionType = std::__cxx11::basic_string<char>; size_t = long unsigned int; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = char]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:207:45:   required from 'pplx::task<long unsigned int> Concurrency::streams::details::basic_container_buffer<_CollectionType>::_getn(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t) [with _CollectionType = std::__cxx11::basic_string<char>; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = char; size_t = long unsigned int]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:205:32:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:397:44: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
  397 |         size_t newPos = m_current_position + read_size;
      |                         ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
In file included from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/basic_types.h:31,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/pch/stdafx.h:73,
                 from TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/src/http/listener/http_server_asio.cpp:15:
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:7229:46: note:   initializing argument 2 of 'msl::safeint3::SafeInt<T, E> msl::safeint3::operator+(U, msl::safeint3::SafeInt<T, E>) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 7229 | SafeInt<T, E> operator+(U lhs, SafeInt<T, E> rhs) SAFEINT_CPP_THROW
      |                                ~~~~~~~~~~~~~~^~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp: In instantiation of 'msl::safeint3::SafeInt<T, E> msl::safeint3::SafeInt<T, E>::Min(msl::safeint3::SafeInt<T, E>, T) const [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]':
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:395:65:   required from 'size_t Concurrency::streams::details::basic_container_buffer<_CollectionType>::read(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t, bool) [with _CollectionType = std::vector<unsigned char>; size_t = long unsigned int; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:207:45:   required from 'pplx::task<long unsigned int> Concurrency::streams::details::basic_container_buffer<_CollectionType>::_getn(Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType*, size_t) [with _CollectionType = std::vector<unsigned char>; Concurrency::streams::details::basic_container_buffer<_CollectionType>::_CharType = unsigned char; size_t = long unsigned int]'
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/containerstream.h:205:32:   required from here
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6724:22: warning: implicitly-declared 'constexpr msl::safeint3::SafeInt<long unsigned int>::SafeInt(const msl::safeint3::SafeInt<long unsigned int>&)' is deprecated [-Wdeprecated-copy]
 6724 |         T tmp = test < m_int ? (T)test : m_int;
      |                 ~~~~~^~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6073:20: note: because 'msl::safeint3::SafeInt<long unsigned int>' has user-provided 'msl::safeint3::SafeInt<T, E>& msl::safeint3::SafeInt<T, E>::operator=(const msl::safeint3::SafeInt<T, E>&) [with T = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6073 |     SafeInt<T, E>& operator=(const SafeInt<T, E>& rhs) SAFEINT_NOTHROW
      |                    ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include/cpprest/details/SafeInt3.hpp:6852:30: note:   initializing argument 1 of 'bool msl::safeint3::operator<(msl::safeint3::SafeInt<T, E>, U) [with T = long unsigned int; U = long unsigned int; E = msl::safeint3::SafeIntInternal::SafeIntExceptionHandler<msl::safeint3::SafeIntException>]'
 6852 | bool operator<(SafeInt<T, E> lhs, U rhs) SAFEINT_NOTHROW
      |                ~~~~~~~~~~~~~~^~~
[60/158] TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux-musl/aarch64-yoe-linux-musl-g++  -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_CHRONO_DYN_LINK -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_RANDOM_DYN_LINK -DBOOST_REGEX_DYN_LINK -DBOOST_SYSTEM_DYN_LINK -DBOOST_THREAD_DYN_LINK -DCPPREST_FORCE_HTTP_CLIENT_ASIO -DCPPREST_FORCE_HTTP_LISTENER_ASIO -DCPPREST_NO_SSL_LEAK_SUPPRESS -Dhttpclient_test_EXPORTS -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/utilities/include -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/include -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/common/UnitTestpp/. -ITOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/functional/http/utilities/include -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot  -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0=/usr/src/debug/cpprest/2.10.14-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot=                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot-native=  -fvisibility-inlines-hidden  -march=armv8-a+crc -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/recipe-sysroot -std=c++11 -fno-strict-aliasing -fPIC -MD -MT Release/tests/functional/http/client/CMakeFiles/httpclient_test.dir/compression_tests.cpp.o -MF Release/tests/functional/http/client/CMakeFiles/httpclient_test.dir/compression_tests.cpp.o.d -o Release/tests/functional/http/client/CMakeFiles/httpclient_test.dir/compression_tests.cpp.o -c TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/git/Release/tests/functional/http/client/compression_tests.cpp
ninja: build stopped: subcommand failed.
WARNING: TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/temp/run.do_compile.10422:1 exit 1 from 'eval ${DESTDIR:+DESTDIR=${DESTDIR} }VERBOSE=1 cmake --build 'TOPDIR/build/tmp/work/aarch64-yoe-linux-musl/cpprest/2.10.14-r0/build' "$@" -- -j 16 -l 24.0 -l 24.0'

Error details

Submitted on:
28/08/19 03:57
Error type:
Recipe
Task:
do_compile
Recipe:
cpprest
Recipe version:
2.10.14-r0
Machine:
qemuarm64
Distro:
yoe-musl-sysvinit-wayland
Build system:
x86_64-linux
Target system:
aarch64-yoe-linux-musl
Host distro:
ubuntu-18.04/ubuntu-18.04
Branch:
HEAD
Commit:
3d5f64b088c68cf6db8997c2dc49dbb521232cdd
Build:
#87670
Submitter:
Similar errors:
0
Open a bug