checking whether to enable maintainer-specific portions of Makefiles... no checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a race-free mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether UID '1000' is supported by ustar format... yes checking whether GID '1000' is supported by ustar format... yes checking how to create a ustar tar archive... gnutar checking build system type... riscv64-unknown-linux-gnu checking host system type... riscv64-unknown-linux-gnu checking whether make supports the include directive... yes (GNU style) checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether the compiler supports GNU C... yes checking whether gcc accepts -g... yes checking for gcc option to enable C11 features... none needed checking whether gcc understands -c and -o together... yes checking dependency style of gcc... gcc3 checking for g++... g++ checking whether the compiler supports GNU C++... yes checking whether g++ accepts -g... yes checking for g++ option to enable C++11 features... none needed checking dependency style of g++... gcc3 checking for ranlib... ranlib checking for openssl/ssl.h... yes checking whether C++11 is enabled... yes checking whether C++14 is enabled... yes checking whether C++17 is enabled... yes checking whether C++20 is enabled... no checking whether coroutines are enabled... no checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating include/Makefile config.status: creating src/Makefile config.status: creating src/tests/Makefile config.status: creating src/tests/properties/Makefile config.status: creating src/examples/cpp03/Makefile config.status: creating src/examples/cpp11/Makefile config.status: creating src/examples/cpp14/Makefile config.status: creating src/examples/cpp17/Makefile config.status: executing depfiles commands Making all in include make[1]: Entering directory '/build/asio/src/asio-1.20.0/include' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/build/asio/src/asio-1.20.0/include' Making all in src make[1]: Entering directory '/build/asio/src/asio-1.20.0/src' Making all in examples/cpp11 make[2]: Entering directory '/build/asio/src/asio-1.20.0/src/examples/cpp11' depbase=`echo allocation/server.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.20.0\" -DPACKAGE_STRING=\"asio\ 1.20.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.20.0\" -D_REENTRANT=1 -I. -DASIO_STANDALONE -I./../../../include -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -pthread -ftemplate-depth-256 -MT allocation/server.o -MD -MP -MF $depbase.Tpo -c -o allocation/server.o allocation/server.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo buffers/reference_counted.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.20.0\" -DPACKAGE_STRING=\"asio\ 1.20.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.20.0\" -D_REENTRANT=1 -I. -DASIO_STANDALONE -I./../../../include -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -pthread -ftemplate-depth-256 -MT buffers/reference_counted.o -MD -MP -MF $depbase.Tpo -c -o buffers/reference_counted.o buffers/reference_counted.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo chat/chat_client.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.20.0\" -DPACKAGE_STRING=\"asio\ 1.20.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.20.0\" -D_REENTRANT=1 -I. -DASIO_STANDALONE -I./../../../include -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -pthread -ftemplate-depth-256 -MT chat/chat_client.o -MD -MP -MF $depbase.Tpo -c -o chat/chat_client.o chat/chat_client.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo chat/chat_server.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.20.0\" -DPACKAGE_STRING=\"asio\ 1.20.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.20.0\" -D_REENTRANT=1 -I. -DASIO_STANDALONE -I./../../../include -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -pthread -ftemplate-depth-256 -MT chat/chat_server.o -MD -MP -MF $depbase.Tpo -c -o chat/chat_server.o chat/chat_server.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo echo/async_tcp_echo_server.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.20.0\" -DPACKAGE_STRING=\"asio\ 1.20.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.20.0\" -D_REENTRANT=1 -I. -DASIO_STANDALONE -I./../../../include -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -pthread -ftemplate-depth-256 -MT echo/async_tcp_echo_server.o -MD -MP -MF $depbase.Tpo -c -o echo/async_tcp_echo_server.o echo/async_tcp_echo_server.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo echo/async_udp_echo_server.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.20.0\" -DPACKAGE_STRING=\"asio\ 1.20.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.20.0\" -D_REENTRANT=1 -I. -DASIO_STANDALONE -I./../../../include -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -pthread -ftemplate-depth-256 -MT echo/async_udp_echo_server.o -MD -MP -MF $depbase.Tpo -c -o echo/async_udp_echo_server.o echo/async_udp_echo_server.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo echo/blocking_tcp_echo_client.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.20.0\" -DPACKAGE_STRING=\"asio\ 1.20.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.20.0\" -D_REENTRANT=1 -I. -DASIO_STANDALONE -I./../../../include -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -pthread -ftemplate-depth-256 -MT echo/blocking_tcp_echo_client.o -MD -MP -MF $depbase.Tpo -c -o echo/blocking_tcp_echo_client.o echo/blocking_tcp_echo_client.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo echo/blocking_tcp_echo_server.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.20.0\" -DPACKAGE_STRING=\"asio\ 1.20.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.20.0\" -D_REENTRANT=1 -I. -DASIO_STANDALONE -I./../../../include -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -pthread -ftemplate-depth-256 -MT echo/blocking_tcp_echo_server.o -MD -MP -MF $depbase.Tpo -c -o echo/blocking_tcp_echo_server.o echo/blocking_tcp_echo_server.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo echo/blocking_udp_echo_client.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.20.0\" -DPACKAGE_STRING=\"asio\ 1.20.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.20.0\" -D_REENTRANT=1 -I. -DASIO_STANDALONE -I./../../../include -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -pthread -ftemplate-depth-256 -MT echo/blocking_udp_echo_client.o -MD -MP -MF $depbase.Tpo -c -o echo/blocking_udp_echo_client.o echo/blocking_udp_echo_client.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo echo/blocking_udp_echo_server.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.20.0\" -DPACKAGE_STRING=\"asio\ 1.20.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.20.0\" -D_REENTRANT=1 -I. -DASIO_STANDALONE -I./../../../include -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -pthread -ftemplate-depth-256 -MT echo/blocking_udp_echo_server.o -MD -MP -MF $depbase.Tpo -c -o echo/blocking_udp_echo_server.o echo/blocking_udp_echo_server.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo executors/actor.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.20.0\" -DPACKAGE_STRING=\"asio\ 1.20.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.20.0\" -D_REENTRANT=1 -I. -DASIO_STANDALONE -I./../../../include -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -pthread -ftemplate-depth-256 -MT executors/actor.o -MD -MP -MF $depbase.Tpo -c -o executors/actor.o executors/actor.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo executors/bank_account_1.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.20.0\" -DPACKAGE_STRING=\"asio\ 1.20.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.20.0\" -D_REENTRANT=1 -I. -DASIO_STANDALONE -I./../../../include -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -pthread -ftemplate-depth-256 -MT executors/bank_account_1.o -MD -MP -MF $depbase.Tpo -c -o executors/bank_account_1.o executors/bank_account_1.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo executors/bank_account_2.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.20.0\" -DPACKAGE_STRING=\"asio\ 1.20.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.20.0\" -D_REENTRANT=1 -I. -DASIO_STANDALONE -I./../../../include -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -pthread -ftemplate-depth-256 -MT executors/bank_account_2.o -MD -MP -MF $depbase.Tpo -c -o executors/bank_account_2.o executors/bank_account_2.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo executors/fork_join.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.20.0\" -DPACKAGE_STRING=\"asio\ 1.20.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.20.0\" -D_REENTRANT=1 -I. -DASIO_STANDALONE -I./../../../include -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -pthread -ftemplate-depth-256 -MT executors/fork_join.o -MD -MP -MF $depbase.Tpo -c -o executors/fork_join.o executors/fork_join.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo executors/pipeline.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.20.0\" -DPACKAGE_STRING=\"asio\ 1.20.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.20.0\" -D_REENTRANT=1 -I. -DASIO_STANDALONE -I./../../../include -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -pthread -ftemplate-depth-256 -MT executors/pipeline.o -MD -MP -MF $depbase.Tpo -c -o executors/pipeline.o executors/pipeline.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo executors/priority_scheduler.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.20.0\" -DPACKAGE_STRING=\"asio\ 1.20.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.20.0\" -D_REENTRANT=1 -I. -DASIO_STANDALONE -I./../../../include -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -pthread -ftemplate-depth-256 -MT executors/priority_scheduler.o -MD -MP -MF $depbase.Tpo -c -o executors/priority_scheduler.o executors/priority_scheduler.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo futures/daytime_client.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.20.0\" -DPACKAGE_STRING=\"asio\ 1.20.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.20.0\" -D_REENTRANT=1 -I. -DASIO_STANDALONE -I./../../../include -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -pthread -ftemplate-depth-256 -MT futures/daytime_client.o -MD -MP -MF $depbase.Tpo -c -o futures/daytime_client.o futures/daytime_client.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo handler_tracking/async_tcp_echo_server.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.20.0\" -DPACKAGE_STRING=\"asio\ 1.20.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.20.0\" -D_REENTRANT=1 -I. -DASIO_STANDALONE -I./../../../include -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -pthread -ftemplate-depth-256 -MT handler_tracking/async_tcp_echo_server.o -MD -MP -MF $depbase.Tpo -c -o handler_tracking/async_tcp_echo_server.o handler_tracking/async_tcp_echo_server.cpp &&\ mv -f $depbase.Tpo $depbase.Po In file included from ./../../../include/asio/connect.hpp:1134, from ./../../../include/asio.hpp:54, from echo/blocking_tcp_echo_client.cpp:14: ./../../../include/asio/impl/connect.hpp: In instantiation of ‘const bool asio::detail::is_legacy_connect_condition >::value’: ./../../../include/asio/impl/connect.hpp:96:38: required by substitution of ‘template Iterator asio::detail::call_connect_condition(ConnectCondition&, const error_code&, Iterator, Iterator, typename std::enable_if<(! asio::detail::is_legacy_connect_condition::value)>::type*) [with ConnectCondition = asio::detail::default_connect_condition; Iterator = asio::ip::basic_resolver_iterator]’ ./../../../include/asio/impl/connect.hpp:237:43: required from ‘Iterator asio::connect(asio::basic_socket&, Iterator, Iterator, ConnectCondition, asio::error_code&) [with Protocol = asio::ip::tcp; Executor = asio::any_io_executor; Iterator = asio::ip::basic_resolver_iterator; ConnectCondition = asio::detail::default_connect_condition; asio::error_code = std::error_code]’ ./../../../include/asio/impl/connect.hpp:124:14: required from ‘typename Protocol::endpoint asio::connect(asio::basic_socket&, const EndpointSequence&, asio::error_code&, typename asio::constraint::value>::type) [with Protocol = asio::ip::tcp; Executor = asio::any_io_executor; EndpointSequence = asio::ip::basic_resolver_results; typename Protocol::endpoint = asio::ip::basic_endpoint; asio::error_code = std::error_code; typename asio::constraint::value>::type = int]’ ./../../../include/asio/impl/connect.hpp:112:47: required from ‘typename Protocol::endpoint asio::connect(asio::basic_socket&, const EndpointSequence&, typename asio::constraint::value>::type) [with Protocol = asio::ip::tcp; Executor = asio::any_io_executor; EndpointSequence = asio::ip::basic_resolver_results; typename Protocol::endpoint = asio::ip::basic_endpoint; typename asio::constraint::value>::type = int]’ echo/blocking_tcp_echo_client.cpp:34:18: required from here ./../../../include/asio/impl/connect.hpp:76:73: warning: ‘this’ pointer is null [-Wnonnull] 76 | (*static_cast*>(0))( | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ 77 | *static_cast(0), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 78 | *static_cast(0)))) != 1; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../../include/asio/impl/connect.hpp:41:10: note: in a call to non-static member function ‘bool asio::detail::default_connect_condition::operator()(const error_code&, const Endpoint&) [with Endpoint = asio::ip::basic_resolver_iterator; asio::error_code = std::error_code]’ 41 | bool operator()(const asio::error_code&, const Endpoint&) | ^~~~~~~~ depbase=`echo http/server/connection.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.20.0\" -DPACKAGE_STRING=\"asio\ 1.20.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.20.0\" -D_REENTRANT=1 -I. -DASIO_STANDALONE -I./../../../include -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -pthread -ftemplate-depth-256 -MT http/server/connection.o -MD -MP -MF $depbase.Tpo -c -o http/server/connection.o http/server/connection.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo http/server/connection_manager.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.20.0\" -DPACKAGE_STRING=\"asio\ 1.20.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.20.0\" -D_REENTRANT=1 -I. -DASIO_STANDALONE -I./../../../include -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -pthread -ftemplate-depth-256 -MT http/server/connection_manager.o -MD -MP -MF $depbase.Tpo -c -o http/server/connection_manager.o http/server/connection_manager.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo http/server/main.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.20.0\" -DPACKAGE_STRING=\"asio\ 1.20.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.20.0\" -D_REENTRANT=1 -I. -DASIO_STANDALONE -I./../../../include -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -pthread -ftemplate-depth-256 -MT http/server/main.o -MD -MP -MF $depbase.Tpo -c -o http/server/main.o http/server/main.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo http/server/mime_types.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.20.0\" -DPACKAGE_STRING=\"asio\ 1.20.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.20.0\" -D_REENTRANT=1 -I. -DASIO_STANDALONE -I./../../../include -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -pthread -ftemplate-depth-256 -MT http/server/mime_types.o -MD -MP -MF $depbase.Tpo -c -o http/server/mime_types.o http/server/mime_types.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo http/server/reply.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.20.0\" -DPACKAGE_STRING=\"asio\ 1.20.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.20.0\" -D_REENTRANT=1 -I. -DASIO_STANDALONE -I./../../../include -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -pthread -ftemplate-depth-256 -MT http/server/reply.o -MD -MP -MF $depbase.Tpo -c -o http/server/reply.o http/server/reply.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo http/server/request_handler.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.20.0\" -DPACKAGE_STRING=\"asio\ 1.20.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.20.0\" -D_REENTRANT=1 -I. -DASIO_STANDALONE -I./../../../include -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -pthread -ftemplate-depth-256 -MT http/server/request_handler.o -MD -MP -MF $depbase.Tpo -c -o http/server/request_handler.o http/server/request_handler.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo http/server/request_parser.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.20.0\" -DPACKAGE_STRING=\"asio\ 1.20.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.20.0\" -D_REENTRANT=1 -I. -DASIO_STANDALONE -I./../../../include -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -pthread -ftemplate-depth-256 -MT http/server/request_parser.o -MD -MP -MF $depbase.Tpo -c -o http/server/request_parser.o http/server/request_parser.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo http/server/server.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.20.0\" -DPACKAGE_STRING=\"asio\ 1.20.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.20.0\" -D_REENTRANT=1 -I. -DASIO_STANDALONE -I./../../../include -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -pthread -ftemplate-depth-256 -MT http/server/server.o -MD -MP -MF $depbase.Tpo -c -o http/server/server.o http/server/server.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo invocation/prioritised_handlers.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.20.0\" -DPACKAGE_STRING=\"asio\ 1.20.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.20.0\" -D_REENTRANT=1 -I. -DASIO_STANDALONE -I./../../../include -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -pthread -ftemplate-depth-256 -MT invocation/prioritised_handlers.o -MD -MP -MF $depbase.Tpo -c -o invocation/prioritised_handlers.o invocation/prioritised_handlers.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo iostreams/http_client.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.20.0\" -DPACKAGE_STRING=\"asio\ 1.20.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.20.0\" -D_REENTRANT=1 -I. -DASIO_STANDALONE -I./../../../include -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -pthread -ftemplate-depth-256 -MT iostreams/http_client.o -MD -MP -MF $depbase.Tpo -c -o iostreams/http_client.o iostreams/http_client.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo multicast/receiver.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.20.0\" -DPACKAGE_STRING=\"asio\ 1.20.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.20.0\" -D_REENTRANT=1 -I. -DASIO_STANDALONE -I./../../../include -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -pthread -ftemplate-depth-256 -MT multicast/receiver.o -MD -MP -MF $depbase.Tpo -c -o multicast/receiver.o multicast/receiver.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo multicast/sender.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.20.0\" -DPACKAGE_STRING=\"asio\ 1.20.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.20.0\" -D_REENTRANT=1 -I. -DASIO_STANDALONE -I./../../../include -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -pthread -ftemplate-depth-256 -MT multicast/sender.o -MD -MP -MF $depbase.Tpo -c -o multicast/sender.o multicast/sender.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo nonblocking/third_party_lib.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.20.0\" -DPACKAGE_STRING=\"asio\ 1.20.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.20.0\" -D_REENTRANT=1 -I. -DASIO_STANDALONE -I./../../../include -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -pthread -ftemplate-depth-256 -MT nonblocking/third_party_lib.o -MD -MP -MF $depbase.Tpo -c -o nonblocking/third_party_lib.o nonblocking/third_party_lib.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo operations/composed_1.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.20.0\" -DPACKAGE_STRING=\"asio\ 1.20.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.20.0\" -D_REENTRANT=1 -I. -DASIO_STANDALONE -I./../../../include -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -pthread -ftemplate-depth-256 -MT operations/composed_1.o -MD -MP -MF $depbase.Tpo -c -o operations/composed_1.o operations/composed_1.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo operations/composed_2.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.20.0\" -DPACKAGE_STRING=\"asio\ 1.20.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.20.0\" -D_REENTRANT=1 -I. -DASIO_STANDALONE -I./../../../include -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -pthread -ftemplate-depth-256 -MT operations/composed_2.o -MD -MP -MF $depbase.Tpo -c -o operations/composed_2.o operations/composed_2.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo operations/composed_3.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.20.0\" -DPACKAGE_STRING=\"asio\ 1.20.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.20.0\" -D_REENTRANT=1 -I. -DASIO_STANDALONE -I./../../../include -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -pthread -ftemplate-depth-256 -MT operations/composed_3.o -MD -MP -MF $depbase.Tpo -c -o operations/composed_3.o operations/composed_3.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo operations/composed_4.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.20.0\" -DPACKAGE_STRING=\"asio\ 1.20.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.20.0\" -D_REENTRANT=1 -I. -DASIO_STANDALONE -I./../../../include -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -pthread -ftemplate-depth-256 -MT operations/composed_4.o -MD -MP -MF $depbase.Tpo -c -o operations/composed_4.o operations/composed_4.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo operations/composed_5.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.20.0\" -DPACKAGE_STRING=\"asio\ 1.20.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.20.0\" -D_REENTRANT=1 -I. -DASIO_STANDALONE -I./../../../include -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -pthread -ftemplate-depth-256 -MT operations/composed_5.o -MD -MP -MF $depbase.Tpo -c -o operations/composed_5.o operations/composed_5.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo operations/composed_6.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.20.0\" -DPACKAGE_STRING=\"asio\ 1.20.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.20.0\" -D_REENTRANT=1 -I. -DASIO_STANDALONE -I./../../../include -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -pthread -ftemplate-depth-256 -MT operations/composed_6.o -MD -MP -MF $depbase.Tpo -c -o operations/composed_6.o operations/composed_6.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo operations/composed_7.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.20.0\" -DPACKAGE_STRING=\"asio\ 1.20.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.20.0\" -D_REENTRANT=1 -I. -DASIO_STANDALONE -I./../../../include -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -pthread -ftemplate-depth-256 -MT operations/composed_7.o -MD -MP -MF $depbase.Tpo -c -o operations/composed_7.o operations/composed_7.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo operations/composed_8.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.20.0\" -DPACKAGE_STRING=\"asio\ 1.20.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.20.0\" -D_REENTRANT=1 -I. -DASIO_STANDALONE -I./../../../include -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -pthread -ftemplate-depth-256 -MT operations/composed_8.o -MD -MP -MF $depbase.Tpo -c -o operations/composed_8.o operations/composed_8.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo socks4/sync_client.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.20.0\" -DPACKAGE_STRING=\"asio\ 1.20.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.20.0\" -D_REENTRANT=1 -I. -DASIO_STANDALONE -I./../../../include -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -pthread -ftemplate-depth-256 -MT socks4/sync_client.o -MD -MP -MF $depbase.Tpo -c -o socks4/sync_client.o socks4/sync_client.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo timeouts/async_tcp_client.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.20.0\" -DPACKAGE_STRING=\"asio\ 1.20.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.20.0\" -D_REENTRANT=1 -I. -DASIO_STANDALONE -I./../../../include -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -pthread -ftemplate-depth-256 -MT timeouts/async_tcp_client.o -MD -MP -MF $depbase.Tpo -c -o timeouts/async_tcp_client.o timeouts/async_tcp_client.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo timeouts/blocking_tcp_client.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.20.0\" -DPACKAGE_STRING=\"asio\ 1.20.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.20.0\" -D_REENTRANT=1 -I. -DASIO_STANDALONE -I./../../../include -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -pthread -ftemplate-depth-256 -MT timeouts/blocking_tcp_client.o -MD -MP -MF $depbase.Tpo -c -o timeouts/blocking_tcp_client.o timeouts/blocking_tcp_client.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo timeouts/blocking_token_tcp_client.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.20.0\" -DPACKAGE_STRING=\"asio\ 1.20.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.20.0\" -D_REENTRANT=1 -I. -DASIO_STANDALONE -I./../../../include -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -pthread -ftemplate-depth-256 -MT timeouts/blocking_token_tcp_client.o -MD -MP -MF $depbase.Tpo -c -o timeouts/blocking_token_tcp_client.o timeouts/blocking_token_tcp_client.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo timeouts/blocking_udp_client.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.20.0\" -DPACKAGE_STRING=\"asio\ 1.20.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.20.0\" -D_REENTRANT=1 -I. -DASIO_STANDALONE -I./../../../include -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -pthread -ftemplate-depth-256 -MT timeouts/blocking_udp_client.o -MD -MP -MF $depbase.Tpo -c -o timeouts/blocking_udp_client.o timeouts/blocking_udp_client.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo timeouts/server.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.20.0\" -DPACKAGE_STRING=\"asio\ 1.20.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.20.0\" -D_REENTRANT=1 -I. -DASIO_STANDALONE -I./../../../include -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -pthread -ftemplate-depth-256 -MT timeouts/server.o -MD -MP -MF $depbase.Tpo -c -o timeouts/server.o timeouts/server.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo timers/time_t_timer.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.20.0\" -DPACKAGE_STRING=\"asio\ 1.20.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.20.0\" -D_REENTRANT=1 -I. -DASIO_STANDALONE -I./../../../include -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -pthread -ftemplate-depth-256 -MT timers/time_t_timer.o -MD -MP -MF $depbase.Tpo -c -o timers/time_t_timer.o timers/time_t_timer.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo fork/daemon.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.20.0\" -DPACKAGE_STRING=\"asio\ 1.20.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.20.0\" -D_REENTRANT=1 -I. -DASIO_STANDALONE -I./../../../include -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -pthread -ftemplate-depth-256 -MT fork/daemon.o -MD -MP -MF $depbase.Tpo -c -o fork/daemon.o fork/daemon.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo fork/process_per_connection.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.20.0\" -DPACKAGE_STRING=\"asio\ 1.20.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.20.0\" -D_REENTRANT=1 -I. -DASIO_STANDALONE -I./../../../include -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -pthread -ftemplate-depth-256 -MT fork/process_per_connection.o -MD -MP -MF $depbase.Tpo -c -o fork/process_per_connection.o fork/process_per_connection.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo local/connect_pair.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.20.0\" -DPACKAGE_STRING=\"asio\ 1.20.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.20.0\" -D_REENTRANT=1 -I. -DASIO_STANDALONE -I./../../../include -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -pthread -ftemplate-depth-256 -MT local/connect_pair.o -MD -MP -MF $depbase.Tpo -c -o local/connect_pair.o local/connect_pair.cpp &&\ mv -f $depbase.Tpo $depbase.Po In file included from ./../../../include/asio/connect.hpp:1134, from ./../../../include/asio.hpp:54, from socks4/sync_client.cpp:16: ./../../../include/asio/impl/connect.hpp: In instantiation of ‘const bool asio::detail::is_legacy_connect_condition >::value’: ./../../../include/asio/impl/connect.hpp:96:38: required by substitution of ‘template Iterator asio::detail::call_connect_condition(ConnectCondition&, const error_code&, Iterator, Iterator, typename std::enable_if<(! asio::detail::is_legacy_connect_condition::value)>::type*) [with ConnectCondition = asio::detail::default_connect_condition; Iterator = asio::ip::basic_resolver_iterator]’ ./../../../include/asio/impl/connect.hpp:237:43: required from ‘Iterator asio::connect(asio::basic_socket&, Iterator, Iterator, ConnectCondition, asio::error_code&) [with Protocol = asio::ip::tcp; Executor = asio::any_io_executor; Iterator = asio::ip::basic_resolver_iterator; ConnectCondition = asio::detail::default_connect_condition; asio::error_code = std::error_code]’ ./../../../include/asio/impl/connect.hpp:124:14: required from ‘typename Protocol::endpoint asio::connect(asio::basic_socket&, const EndpointSequence&, asio::error_code&, typename asio::constraint::value>::type) [with Protocol = asio::ip::tcp; Executor = asio::any_io_executor; EndpointSequence = asio::ip::basic_resolver_results; typename Protocol::endpoint = asio::ip::basic_endpoint; asio::error_code = std::error_code; typename asio::constraint::value>::type = int]’ ./../../../include/asio/impl/connect.hpp:112:47: required from ‘typename Protocol::endpoint asio::connect(asio::basic_socket&, const EndpointSequence&, typename asio::constraint::value>::type) [with Protocol = asio::ip::tcp; Executor = asio::any_io_executor; EndpointSequence = asio::ip::basic_resolver_results; typename Protocol::endpoint = asio::ip::basic_endpoint; typename asio::constraint::value>::type = int]’ socks4/sync_client.cpp:43:18: required from here ./../../../include/asio/impl/connect.hpp:76:73: warning: ‘this’ pointer is null [-Wnonnull] 76 | (*static_cast*>(0))( | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ 77 | *static_cast(0), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 78 | *static_cast(0)))) != 1; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../../include/asio/impl/connect.hpp:41:10: note: in a call to non-static member function ‘bool asio::detail::default_connect_condition::operator()(const error_code&, const Endpoint&) [with Endpoint = asio::ip::basic_resolver_iterator; asio::error_code = std::error_code]’ 41 | bool operator()(const asio::error_code&, const Endpoint&) | ^~~~~~~~ depbase=`echo local/iostream_client.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.20.0\" -DPACKAGE_STRING=\"asio\ 1.20.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.20.0\" -D_REENTRANT=1 -I. -DASIO_STANDALONE -I./../../../include -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -pthread -ftemplate-depth-256 -MT local/iostream_client.o -MD -MP -MF $depbase.Tpo -c -o local/iostream_client.o local/iostream_client.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo local/stream_server.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.20.0\" -DPACKAGE_STRING=\"asio\ 1.20.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.20.0\" -D_REENTRANT=1 -I. -DASIO_STANDALONE -I./../../../include -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -pthread -ftemplate-depth-256 -MT local/stream_server.o -MD -MP -MF $depbase.Tpo -c -o local/stream_server.o local/stream_server.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo local/stream_client.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.20.0\" -DPACKAGE_STRING=\"asio\ 1.20.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.20.0\" -D_REENTRANT=1 -I. -DASIO_STANDALONE -I./../../../include -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -pthread -ftemplate-depth-256 -MT local/stream_client.o -MD -MP -MF $depbase.Tpo -c -o local/stream_client.o local/stream_client.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo ssl/client.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.20.0\" -DPACKAGE_STRING=\"asio\ 1.20.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.20.0\" -D_REENTRANT=1 -I. -DASIO_STANDALONE -I./../../../include -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -pthread -ftemplate-depth-256 -MT ssl/client.o -MD -MP -MF $depbase.Tpo -c -o ssl/client.o ssl/client.cpp &&\ mv -f $depbase.Tpo $depbase.Po fork/daemon.cpp: In function ‘int main()’: fork/daemon.cpp:123:10: warning: ignoring return value of ‘int chdir(const char*)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 123 | chdir("/"); | ~~~~~^~~~~ depbase=`echo ssl/server.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.20.0\" -DPACKAGE_STRING=\"asio\ 1.20.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.20.0\" -D_REENTRANT=1 -I. -DASIO_STANDALONE -I./../../../include -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -pthread -ftemplate-depth-256 -MT ssl/server.o -MD -MP -MF $depbase.Tpo -c -o ssl/server.o ssl/server.cpp &&\ mv -f $depbase.Tpo $depbase.Po g++ -I./../../../include -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -pthread -ftemplate-depth-256 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto -pthread -o allocation/server allocation/server.o -lssl -lcrypto -lrt g++ -I./../../../include -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -pthread -ftemplate-depth-256 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto -pthread -o buffers/reference_counted buffers/reference_counted.o -lssl -lcrypto -lrt g++ -I./../../../include -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -pthread -ftemplate-depth-256 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto -pthread -o chat/chat_client chat/chat_client.o -lssl -lcrypto -lrt g++ -I./../../../include -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -pthread -ftemplate-depth-256 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto -pthread -o chat/chat_server chat/chat_server.o -lssl -lcrypto -lrt g++ -I./../../../include -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -pthread -ftemplate-depth-256 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto -pthread -o echo/async_tcp_echo_server echo/async_tcp_echo_server.o -lssl -lcrypto -lrt g++ -I./../../../include -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -pthread -ftemplate-depth-256 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto -pthread -o echo/async_udp_echo_server echo/async_udp_echo_server.o -lssl -lcrypto -lrt g++ -I./../../../include -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -pthread -ftemplate-depth-256 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto -pthread -o echo/blocking_tcp_echo_client echo/blocking_tcp_echo_client.o -lssl -lcrypto -lrt g++ -I./../../../include -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -pthread -ftemplate-depth-256 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto -pthread -o echo/blocking_tcp_echo_server echo/blocking_tcp_echo_server.o -lssl -lcrypto -lrt g++ -I./../../../include -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -pthread -ftemplate-depth-256 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto -pthread -o echo/blocking_udp_echo_client echo/blocking_udp_echo_client.o -lssl -lcrypto -lrt g++ -I./../../../include -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -pthread -ftemplate-depth-256 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto -pthread -o echo/blocking_udp_echo_server echo/blocking_udp_echo_server.o -lssl -lcrypto -lrt g++ -I./../../../include -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -pthread -ftemplate-depth-256 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto -pthread -o executors/actor executors/actor.o -lssl -lcrypto -lrt g++ -I./../../../include -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -pthread -ftemplate-depth-256 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto -pthread -o executors/bank_account_1 executors/bank_account_1.o -lssl -lcrypto -lrt g++ -I./../../../include -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -pthread -ftemplate-depth-256 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto -pthread -o executors/bank_account_2 executors/bank_account_2.o -lssl -lcrypto -lrt g++ -I./../../../include -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -pthread -ftemplate-depth-256 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto -pthread -o executors/fork_join executors/fork_join.o -lssl -lcrypto -lrt g++ -I./../../../include -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -pthread -ftemplate-depth-256 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto -pthread -o executors/pipeline executors/pipeline.o -lssl -lcrypto -lrt g++ -I./../../../include -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -pthread -ftemplate-depth-256 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto -pthread -o executors/priority_scheduler executors/priority_scheduler.o -lssl -lcrypto -lrt g++ -I./../../../include -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -pthread -ftemplate-depth-256 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto -pthread -o futures/daytime_client futures/daytime_client.o -lssl -lcrypto -lrt g++ -I./../../../include -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -pthread -ftemplate-depth-256 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto -pthread -o handler_tracking/async_tcp_echo_server handler_tracking/async_tcp_echo_server.o -lssl -lcrypto -lrt g++ -I./../../../include -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -pthread -ftemplate-depth-256 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto -pthread -o http/server/http_server http/server/connection.o http/server/connection_manager.o http/server/main.o http/server/mime_types.o http/server/reply.o http/server/request_handler.o http/server/request_parser.o http/server/server.o -lssl -lcrypto -lrt g++ -I./../../../include -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -pthread -ftemplate-depth-256 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto -pthread -o invocation/prioritised_handlers invocation/prioritised_handlers.o -lssl -lcrypto -lrt g++ -I./../../../include -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -pthread -ftemplate-depth-256 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto -pthread -o iostreams/http_client iostreams/http_client.o -lssl -lcrypto -lrt g++ -I./../../../include -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -pthread -ftemplate-depth-256 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto -pthread -o multicast/receiver multicast/receiver.o -lssl -lcrypto -lrt g++ -I./../../../include -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -pthread -ftemplate-depth-256 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto -pthread -o multicast/sender multicast/sender.o -lssl -lcrypto -lrt g++ -I./../../../include -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -pthread -ftemplate-depth-256 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto -pthread -o nonblocking/third_party_lib nonblocking/third_party_lib.o -lssl -lcrypto -lrt g++ -I./../../../include -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -pthread -ftemplate-depth-256 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto -pthread -o operations/composed_1 operations/composed_1.o -lssl -lcrypto -lrt g++ -I./../../../include -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -pthread -ftemplate-depth-256 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto -pthread -o operations/composed_2 operations/composed_2.o -lssl -lcrypto -lrt g++ -I./../../../include -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -pthread -ftemplate-depth-256 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto -pthread -o operations/composed_3 operations/composed_3.o -lssl -lcrypto -lrt g++ -I./../../../include -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -pthread -ftemplate-depth-256 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto -pthread -o operations/composed_4 operations/composed_4.o -lssl -lcrypto -lrt g++ -I./../../../include -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -pthread -ftemplate-depth-256 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto -pthread -o operations/composed_5 operations/composed_5.o -lssl -lcrypto -lrt g++ -I./../../../include -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -pthread -ftemplate-depth-256 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto -pthread -o operations/composed_6 operations/composed_6.o -lssl -lcrypto -lrt g++ -I./../../../include -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -pthread -ftemplate-depth-256 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto -pthread -o operations/composed_7 operations/composed_7.o -lssl -lcrypto -lrt g++ -I./../../../include -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -pthread -ftemplate-depth-256 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto -pthread -o operations/composed_8 operations/composed_8.o -lssl -lcrypto -lrt g++ -I./../../../include -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -pthread -ftemplate-depth-256 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto -pthread -o socks4/sync_client socks4/sync_client.o -lssl -lcrypto -lrt g++ -I./../../../include -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -pthread -ftemplate-depth-256 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto -pthread -o timeouts/async_tcp_client timeouts/async_tcp_client.o -lssl -lcrypto -lrt g++ -I./../../../include -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -pthread -ftemplate-depth-256 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto -pthread -o timeouts/blocking_tcp_client timeouts/blocking_tcp_client.o -lssl -lcrypto -lrt g++ -I./../../../include -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -pthread -ftemplate-depth-256 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto -pthread -o timeouts/blocking_token_tcp_client timeouts/blocking_token_tcp_client.o -lssl -lcrypto -lrt g++ -I./../../../include -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -pthread -ftemplate-depth-256 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto -pthread -o timeouts/blocking_udp_client timeouts/blocking_udp_client.o -lssl -lcrypto -lrt g++ -I./../../../include -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -pthread -ftemplate-depth-256 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto -pthread -o timeouts/server timeouts/server.o -lssl -lcrypto -lrt g++ -I./../../../include -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -pthread -ftemplate-depth-256 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto -pthread -o timers/time_t_timer timers/time_t_timer.o -lssl -lcrypto -lrt g++ -I./../../../include -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -pthread -ftemplate-depth-256 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto -pthread -o fork/daemon fork/daemon.o -lssl -lcrypto -lrt g++ -I./../../../include -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -pthread -ftemplate-depth-256 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto -pthread -o fork/process_per_connection fork/process_per_connection.o -lssl -lcrypto -lrt g++ -I./../../../include -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -pthread -ftemplate-depth-256 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto -pthread -o local/connect_pair local/connect_pair.o -lssl -lcrypto -lrt g++ -I./../../../include -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -pthread -ftemplate-depth-256 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto -pthread -o local/iostream_client local/iostream_client.o -lssl -lcrypto -lrt g++ -I./../../../include -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -pthread -ftemplate-depth-256 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto -pthread -o local/stream_server local/stream_server.o -lssl -lcrypto -lrt g++ -I./../../../include -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -pthread -ftemplate-depth-256 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto -pthread -o local/stream_client local/stream_client.o -lssl -lcrypto -lrt g++ -I./../../../include -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -pthread -ftemplate-depth-256 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto -pthread -o ssl/client ssl/client.o -lssl -lcrypto -lrt g++ -I./../../../include -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -pthread -ftemplate-depth-256 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto -pthread -o ssl/server ssl/server.o -lssl -lcrypto -lrt make[2]: Leaving directory '/build/asio/src/asio-1.20.0/src/examples/cpp11' Making all in examples/cpp14 make[2]: Entering directory '/build/asio/src/asio-1.20.0/src/examples/cpp14' depbase=`echo deferred/deferred_1.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.20.0\" -DPACKAGE_STRING=\"asio\ 1.20.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.20.0\" -D_REENTRANT=1 -I. -DASIO_STANDALONE -I./../../../include -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -pthread -ftemplate-depth-256 -MT deferred/deferred_1.o -MD -MP -MF $depbase.Tpo -c -o deferred/deferred_1.o deferred/deferred_1.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo deferred/deferred_2.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.20.0\" -DPACKAGE_STRING=\"asio\ 1.20.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.20.0\" -D_REENTRANT=1 -I. -DASIO_STANDALONE -I./../../../include -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -pthread -ftemplate-depth-256 -MT deferred/deferred_2.o -MD -MP -MF $depbase.Tpo -c -o deferred/deferred_2.o deferred/deferred_2.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo deferred/deferred_3.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.20.0\" -DPACKAGE_STRING=\"asio\ 1.20.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.20.0\" -D_REENTRANT=1 -I. -DASIO_STANDALONE -I./../../../include -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -pthread -ftemplate-depth-256 -MT deferred/deferred_3.o -MD -MP -MF $depbase.Tpo -c -o deferred/deferred_3.o deferred/deferred_3.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo deferred/deferred_4.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.20.0\" -DPACKAGE_STRING=\"asio\ 1.20.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.20.0\" -D_REENTRANT=1 -I. -DASIO_STANDALONE -I./../../../include -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -pthread -ftemplate-depth-256 -MT deferred/deferred_4.o -MD -MP -MF $depbase.Tpo -c -o deferred/deferred_4.o deferred/deferred_4.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo deferred/deferred_5.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.20.0\" -DPACKAGE_STRING=\"asio\ 1.20.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.20.0\" -D_REENTRANT=1 -I. -DASIO_STANDALONE -I./../../../include -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -pthread -ftemplate-depth-256 -MT deferred/deferred_5.o -MD -MP -MF $depbase.Tpo -c -o deferred/deferred_5.o deferred/deferred_5.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo deferred/deferred_6.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.20.0\" -DPACKAGE_STRING=\"asio\ 1.20.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.20.0\" -D_REENTRANT=1 -I. -DASIO_STANDALONE -I./../../../include -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -pthread -ftemplate-depth-256 -MT deferred/deferred_6.o -MD -MP -MF $depbase.Tpo -c -o deferred/deferred_6.o deferred/deferred_6.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo deferred/deferred_7.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.20.0\" -DPACKAGE_STRING=\"asio\ 1.20.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.20.0\" -D_REENTRANT=1 -I. -DASIO_STANDALONE -I./../../../include -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -pthread -ftemplate-depth-256 -MT deferred/deferred_7.o -MD -MP -MF $depbase.Tpo -c -o deferred/deferred_7.o deferred/deferred_7.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo echo/async_tcp_echo_server.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.20.0\" -DPACKAGE_STRING=\"asio\ 1.20.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.20.0\" -D_REENTRANT=1 -I. -DASIO_STANDALONE -I./../../../include -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -pthread -ftemplate-depth-256 -MT echo/async_tcp_echo_server.o -MD -MP -MF $depbase.Tpo -c -o echo/async_tcp_echo_server.o echo/async_tcp_echo_server.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo echo/async_udp_echo_server.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.20.0\" -DPACKAGE_STRING=\"asio\ 1.20.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.20.0\" -D_REENTRANT=1 -I. -DASIO_STANDALONE -I./../../../include -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -pthread -ftemplate-depth-256 -MT echo/async_udp_echo_server.o -MD -MP -MF $depbase.Tpo -c -o echo/async_udp_echo_server.o echo/async_udp_echo_server.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo echo/blocking_tcp_echo_client.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.20.0\" -DPACKAGE_STRING=\"asio\ 1.20.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.20.0\" -D_REENTRANT=1 -I. -DASIO_STANDALONE -I./../../../include -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -pthread -ftemplate-depth-256 -MT echo/blocking_tcp_echo_client.o -MD -MP -MF $depbase.Tpo -c -o echo/blocking_tcp_echo_client.o echo/blocking_tcp_echo_client.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo echo/blocking_tcp_echo_server.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.20.0\" -DPACKAGE_STRING=\"asio\ 1.20.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.20.0\" -D_REENTRANT=1 -I. -DASIO_STANDALONE -I./../../../include -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -pthread -ftemplate-depth-256 -MT echo/blocking_tcp_echo_server.o -MD -MP -MF $depbase.Tpo -c -o echo/blocking_tcp_echo_server.o echo/blocking_tcp_echo_server.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo echo/blocking_udp_echo_client.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.20.0\" -DPACKAGE_STRING=\"asio\ 1.20.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.20.0\" -D_REENTRANT=1 -I. -DASIO_STANDALONE -I./../../../include -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -pthread -ftemplate-depth-256 -MT echo/blocking_udp_echo_client.o -MD -MP -MF $depbase.Tpo -c -o echo/blocking_udp_echo_client.o echo/blocking_udp_echo_client.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo echo/blocking_udp_echo_server.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.20.0\" -DPACKAGE_STRING=\"asio\ 1.20.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.20.0\" -D_REENTRANT=1 -I. -DASIO_STANDALONE -I./../../../include -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -pthread -ftemplate-depth-256 -MT echo/blocking_udp_echo_server.o -MD -MP -MF $depbase.Tpo -c -o echo/blocking_udp_echo_server.o echo/blocking_udp_echo_server.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo executors/actor.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.20.0\" -DPACKAGE_STRING=\"asio\ 1.20.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.20.0\" -D_REENTRANT=1 -I. -DASIO_STANDALONE -I./../../../include -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -pthread -ftemplate-depth-256 -MT executors/actor.o -MD -MP -MF $depbase.Tpo -c -o executors/actor.o executors/actor.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo executors/async_1.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.20.0\" -DPACKAGE_STRING=\"asio\ 1.20.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.20.0\" -D_REENTRANT=1 -I. -DASIO_STANDALONE -I./../../../include -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -pthread -ftemplate-depth-256 -MT executors/async_1.o -MD -MP -MF $depbase.Tpo -c -o executors/async_1.o executors/async_1.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo executors/async_2.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.20.0\" -DPACKAGE_STRING=\"asio\ 1.20.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.20.0\" -D_REENTRANT=1 -I. -DASIO_STANDALONE -I./../../../include -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -pthread -ftemplate-depth-256 -MT executors/async_2.o -MD -MP -MF $depbase.Tpo -c -o executors/async_2.o executors/async_2.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo executors/bank_account_1.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.20.0\" -DPACKAGE_STRING=\"asio\ 1.20.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.20.0\" -D_REENTRANT=1 -I. -DASIO_STANDALONE -I./../../../include -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -pthread -ftemplate-depth-256 -MT executors/bank_account_1.o -MD -MP -MF $depbase.Tpo -c -o executors/bank_account_1.o executors/bank_account_1.cpp &&\ mv -f $depbase.Tpo $depbase.Po In file included from ./../../../include/asio/connect.hpp:1134, from ./../../../include/asio.hpp:54, from echo/blocking_tcp_echo_client.cpp:14: ./../../../include/asio/impl/connect.hpp: In instantiation of ‘const bool asio::detail::is_legacy_connect_condition >::value’: ./../../../include/asio/impl/connect.hpp:96:38: required by substitution of ‘template Iterator asio::detail::call_connect_condition(ConnectCondition&, const error_code&, Iterator, Iterator, typename std::enable_if<(! asio::detail::is_legacy_connect_condition::value)>::type*) [with ConnectCondition = asio::detail::default_connect_condition; Iterator = asio::ip::basic_resolver_iterator]’ ./../../../include/asio/impl/connect.hpp:237:43: required from ‘Iterator asio::connect(asio::basic_socket&, Iterator, Iterator, ConnectCondition, asio::error_code&) [with Protocol = asio::ip::tcp; Executor = asio::any_io_executor; Iterator = asio::ip::basic_resolver_iterator; ConnectCondition = asio::detail::default_connect_condition; asio::error_code = std::error_code]’ ./../../../include/asio/impl/connect.hpp:124:14: required from ‘typename Protocol::endpoint asio::connect(asio::basic_socket&, const EndpointSequence&, asio::error_code&, typename asio::constraint::value>::type) [with Protocol = asio::ip::tcp; Executor = asio::any_io_executor; EndpointSequence = asio::ip::basic_resolver_results; typename Protocol::endpoint = asio::ip::basic_endpoint; asio::error_code = std::error_code; typename asio::constraint::value>::type = int]’ ./../../../include/asio/impl/connect.hpp:112:47: required from ‘typename Protocol::endpoint asio::connect(asio::basic_socket&, const EndpointSequence&, typename asio::constraint::value>::type) [with Protocol = asio::ip::tcp; Executor = asio::any_io_executor; EndpointSequence = asio::ip::basic_resolver_results; typename Protocol::endpoint = asio::ip::basic_endpoint; typename asio::constraint::value>::type = int]’ echo/blocking_tcp_echo_client.cpp:34:18: required from here ./../../../include/asio/impl/connect.hpp:76:73: warning: ‘this’ pointer is null [-Wnonnull] 76 | (*static_cast*>(0))( | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ 77 | *static_cast(0), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 78 | *static_cast(0)))) != 1; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../../include/asio/impl/connect.hpp:41:10: note: in a call to non-static member function ‘bool asio::detail::default_connect_condition::operator()(const error_code&, const Endpoint&) [with Endpoint = asio::ip::basic_resolver_iterator; asio::error_code = std::error_code]’ 41 | bool operator()(const asio::error_code&, const Endpoint&) | ^~~~~~~~ depbase=`echo executors/bank_account_2.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.20.0\" -DPACKAGE_STRING=\"asio\ 1.20.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.20.0\" -D_REENTRANT=1 -I. -DASIO_STANDALONE -I./../../../include -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -pthread -ftemplate-depth-256 -MT executors/bank_account_2.o -MD -MP -MF $depbase.Tpo -c -o executors/bank_account_2.o executors/bank_account_2.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo executors/fork_join.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.20.0\" -DPACKAGE_STRING=\"asio\ 1.20.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.20.0\" -D_REENTRANT=1 -I. -DASIO_STANDALONE -I./../../../include -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -pthread -ftemplate-depth-256 -MT executors/fork_join.o -MD -MP -MF $depbase.Tpo -c -o executors/fork_join.o executors/fork_join.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo executors/pipeline.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.20.0\" -DPACKAGE_STRING=\"asio\ 1.20.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.20.0\" -D_REENTRANT=1 -I. -DASIO_STANDALONE -I./../../../include -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -pthread -ftemplate-depth-256 -MT executors/pipeline.o -MD -MP -MF $depbase.Tpo -c -o executors/pipeline.o executors/pipeline.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo executors/priority_scheduler.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.20.0\" -DPACKAGE_STRING=\"asio\ 1.20.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.20.0\" -D_REENTRANT=1 -I. -DASIO_STANDALONE -I./../../../include -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -pthread -ftemplate-depth-256 -MT executors/priority_scheduler.o -MD -MP -MF $depbase.Tpo -c -o executors/priority_scheduler.o executors/priority_scheduler.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo iostreams/http_client.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.20.0\" -DPACKAGE_STRING=\"asio\ 1.20.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.20.0\" -D_REENTRANT=1 -I. -DASIO_STANDALONE -I./../../../include -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -pthread -ftemplate-depth-256 -MT iostreams/http_client.o -MD -MP -MF $depbase.Tpo -c -o iostreams/http_client.o iostreams/http_client.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo operations/composed_1.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.20.0\" -DPACKAGE_STRING=\"asio\ 1.20.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.20.0\" -D_REENTRANT=1 -I. -DASIO_STANDALONE -I./../../../include -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -pthread -ftemplate-depth-256 -MT operations/composed_1.o -MD -MP -MF $depbase.Tpo -c -o operations/composed_1.o operations/composed_1.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo operations/composed_2.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.20.0\" -DPACKAGE_STRING=\"asio\ 1.20.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.20.0\" -D_REENTRANT=1 -I. -DASIO_STANDALONE -I./../../../include -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -pthread -ftemplate-depth-256 -MT operations/composed_2.o -MD -MP -MF $depbase.Tpo -c -o operations/composed_2.o operations/composed_2.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo operations/composed_3.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.20.0\" -DPACKAGE_STRING=\"asio\ 1.20.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.20.0\" -D_REENTRANT=1 -I. -DASIO_STANDALONE -I./../../../include -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -pthread -ftemplate-depth-256 -MT operations/composed_3.o -MD -MP -MF $depbase.Tpo -c -o operations/composed_3.o operations/composed_3.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo operations/composed_4.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.20.0\" -DPACKAGE_STRING=\"asio\ 1.20.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.20.0\" -D_REENTRANT=1 -I. -DASIO_STANDALONE -I./../../../include -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -pthread -ftemplate-depth-256 -MT operations/composed_4.o -MD -MP -MF $depbase.Tpo -c -o operations/composed_4.o operations/composed_4.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo operations/composed_5.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.20.0\" -DPACKAGE_STRING=\"asio\ 1.20.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.20.0\" -D_REENTRANT=1 -I. -DASIO_STANDALONE -I./../../../include -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -pthread -ftemplate-depth-256 -MT operations/composed_5.o -MD -MP -MF $depbase.Tpo -c -o operations/composed_5.o operations/composed_5.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo operations/composed_6.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.20.0\" -DPACKAGE_STRING=\"asio\ 1.20.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.20.0\" -D_REENTRANT=1 -I. -DASIO_STANDALONE -I./../../../include -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -pthread -ftemplate-depth-256 -MT operations/composed_6.o -MD -MP -MF $depbase.Tpo -c -o operations/composed_6.o operations/composed_6.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo operations/composed_7.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.20.0\" -DPACKAGE_STRING=\"asio\ 1.20.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.20.0\" -D_REENTRANT=1 -I. -DASIO_STANDALONE -I./../../../include -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -pthread -ftemplate-depth-256 -MT operations/composed_7.o -MD -MP -MF $depbase.Tpo -c -o operations/composed_7.o operations/composed_7.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo operations/composed_8.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.20.0\" -DPACKAGE_STRING=\"asio\ 1.20.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.20.0\" -D_REENTRANT=1 -I. -DASIO_STANDALONE -I./../../../include -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -pthread -ftemplate-depth-256 -MT operations/composed_8.o -MD -MP -MF $depbase.Tpo -c -o operations/composed_8.o operations/composed_8.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo parallel_group/parallel_sort.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.20.0\" -DPACKAGE_STRING=\"asio\ 1.20.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.20.0\" -D_REENTRANT=1 -I. -DASIO_STANDALONE -I./../../../include -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -pthread -ftemplate-depth-256 -MT parallel_group/parallel_sort.o -MD -MP -MF $depbase.Tpo -c -o parallel_group/parallel_sort.o parallel_group/parallel_sort.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo parallel_group/wait_for_all.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.20.0\" -DPACKAGE_STRING=\"asio\ 1.20.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.20.0\" -D_REENTRANT=1 -I. -DASIO_STANDALONE -I./../../../include -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -pthread -ftemplate-depth-256 -MT parallel_group/wait_for_all.o -MD -MP -MF $depbase.Tpo -c -o parallel_group/wait_for_all.o parallel_group/wait_for_all.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo parallel_group/wait_for_one.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.20.0\" -DPACKAGE_STRING=\"asio\ 1.20.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.20.0\" -D_REENTRANT=1 -I. -DASIO_STANDALONE -I./../../../include -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -pthread -ftemplate-depth-256 -MT parallel_group/wait_for_one.o -MD -MP -MF $depbase.Tpo -c -o parallel_group/wait_for_one.o parallel_group/wait_for_one.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo parallel_group/wait_for_one_error.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.20.0\" -DPACKAGE_STRING=\"asio\ 1.20.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.20.0\" -D_REENTRANT=1 -I. -DASIO_STANDALONE -I./../../../include -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -pthread -ftemplate-depth-256 -MT parallel_group/wait_for_one_error.o -MD -MP -MF $depbase.Tpo -c -o parallel_group/wait_for_one_error.o parallel_group/wait_for_one_error.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo parallel_group/wait_for_one_success.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.20.0\" -DPACKAGE_STRING=\"asio\ 1.20.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.20.0\" -D_REENTRANT=1 -I. -DASIO_STANDALONE -I./../../../include -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -pthread -ftemplate-depth-256 -MT parallel_group/wait_for_one_success.o -MD -MP -MF $depbase.Tpo -c -o parallel_group/wait_for_one_success.o parallel_group/wait_for_one_success.cpp &&\ mv -f $depbase.Tpo $depbase.Po g++ -I./../../../include -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -pthread -ftemplate-depth-256 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto -pthread -o deferred/deferred_1 deferred/deferred_1.o -lssl -lcrypto -lrt g++ -I./../../../include -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -pthread -ftemplate-depth-256 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto -pthread -o deferred/deferred_2 deferred/deferred_2.o -lssl -lcrypto -lrt g++ -I./../../../include -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -pthread -ftemplate-depth-256 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto -pthread -o deferred/deferred_3 deferred/deferred_3.o -lssl -lcrypto -lrt g++ -I./../../../include -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -pthread -ftemplate-depth-256 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto -pthread -o deferred/deferred_4 deferred/deferred_4.o -lssl -lcrypto -lrt g++ -I./../../../include -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -pthread -ftemplate-depth-256 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto -pthread -o deferred/deferred_5 deferred/deferred_5.o -lssl -lcrypto -lrt g++ -I./../../../include -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -pthread -ftemplate-depth-256 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto -pthread -o deferred/deferred_6 deferred/deferred_6.o -lssl -lcrypto -lrt g++ -I./../../../include -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -pthread -ftemplate-depth-256 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto -pthread -o deferred/deferred_7 deferred/deferred_7.o -lssl -lcrypto -lrt g++ -I./../../../include -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -pthread -ftemplate-depth-256 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto -pthread -o echo/async_tcp_echo_server echo/async_tcp_echo_server.o -lssl -lcrypto -lrt g++ -I./../../../include -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -pthread -ftemplate-depth-256 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto -pthread -o echo/async_udp_echo_server echo/async_udp_echo_server.o -lssl -lcrypto -lrt g++ -I./../../../include -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -pthread -ftemplate-depth-256 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto -pthread -o echo/blocking_tcp_echo_client echo/blocking_tcp_echo_client.o -lssl -lcrypto -lrt g++ -I./../../../include -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -pthread -ftemplate-depth-256 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto -pthread -o echo/blocking_tcp_echo_server echo/blocking_tcp_echo_server.o -lssl -lcrypto -lrt g++ -I./../../../include -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -pthread -ftemplate-depth-256 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto -pthread -o echo/blocking_udp_echo_client echo/blocking_udp_echo_client.o -lssl -lcrypto -lrt g++ -I./../../../include -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -pthread -ftemplate-depth-256 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto -pthread -o echo/blocking_udp_echo_server echo/blocking_udp_echo_server.o -lssl -lcrypto -lrt g++ -I./../../../include -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -pthread -ftemplate-depth-256 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto -pthread -o executors/actor executors/actor.o -lssl -lcrypto -lrt g++ -I./../../../include -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -pthread -ftemplate-depth-256 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto -pthread -o executors/async_1 executors/async_1.o -lssl -lcrypto -lrt g++ -I./../../../include -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -pthread -ftemplate-depth-256 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto -pthread -o executors/async_2 executors/async_2.o -lssl -lcrypto -lrt g++ -I./../../../include -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -pthread -ftemplate-depth-256 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto -pthread -o executors/bank_account_1 executors/bank_account_1.o -lssl -lcrypto -lrt g++ -I./../../../include -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -pthread -ftemplate-depth-256 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto -pthread -o executors/bank_account_2 executors/bank_account_2.o -lssl -lcrypto -lrt g++ -I./../../../include -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -pthread -ftemplate-depth-256 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto -pthread -o executors/fork_join executors/fork_join.o -lssl -lcrypto -lrt g++ -I./../../../include -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -pthread -ftemplate-depth-256 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto -pthread -o executors/pipeline executors/pipeline.o -lssl -lcrypto -lrt g++ -I./../../../include -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -pthread -ftemplate-depth-256 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto -pthread -o executors/priority_scheduler executors/priority_scheduler.o -lssl -lcrypto -lrt g++ -I./../../../include -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -pthread -ftemplate-depth-256 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto -pthread -o iostreams/http_client iostreams/http_client.o -lssl -lcrypto -lrt g++ -I./../../../include -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -pthread -ftemplate-depth-256 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto -pthread -o operations/composed_1 operations/composed_1.o -lssl -lcrypto -lrt g++ -I./../../../include -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -pthread -ftemplate-depth-256 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto -pthread -o operations/composed_2 operations/composed_2.o -lssl -lcrypto -lrt g++ -I./../../../include -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -pthread -ftemplate-depth-256 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto -pthread -o operations/composed_3 operations/composed_3.o -lssl -lcrypto -lrt g++ -I./../../../include -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -pthread -ftemplate-depth-256 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto -pthread -o operations/composed_4 operations/composed_4.o -lssl -lcrypto -lrt g++ -I./../../../include -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -pthread -ftemplate-depth-256 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto -pthread -o operations/composed_5 operations/composed_5.o -lssl -lcrypto -lrt g++ -I./../../../include -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -pthread -ftemplate-depth-256 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto -pthread -o operations/composed_6 operations/composed_6.o -lssl -lcrypto -lrt g++ -I./../../../include -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -pthread -ftemplate-depth-256 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto -pthread -o operations/composed_7 operations/composed_7.o -lssl -lcrypto -lrt g++ -I./../../../include -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -pthread -ftemplate-depth-256 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto -pthread -o operations/composed_8 operations/composed_8.o -lssl -lcrypto -lrt g++ -I./../../../include -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -pthread -ftemplate-depth-256 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto -pthread -o parallel_group/parallel_sort parallel_group/parallel_sort.o -lssl -lcrypto -lrt g++ -I./../../../include -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -pthread -ftemplate-depth-256 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto -pthread -o parallel_group/wait_for_all parallel_group/wait_for_all.o -lssl -lcrypto -lrt g++ -I./../../../include -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -pthread -ftemplate-depth-256 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto -pthread -o parallel_group/wait_for_one parallel_group/wait_for_one.o -lssl -lcrypto -lrt g++ -I./../../../include -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -pthread -ftemplate-depth-256 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto -pthread -o parallel_group/wait_for_one_error parallel_group/wait_for_one_error.o -lssl -lcrypto -lrt g++ -I./../../../include -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -pthread -ftemplate-depth-256 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto -pthread -o parallel_group/wait_for_one_success parallel_group/wait_for_one_success.o -lssl -lcrypto -lrt make[2]: Leaving directory '/build/asio/src/asio-1.20.0/src/examples/cpp14' Making all in examples/cpp17 make[2]: Entering directory '/build/asio/src/asio-1.20.0/src/examples/cpp17' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/build/asio/src/asio-1.20.0/src/examples/cpp17' Making all in tests make[2]: Entering directory '/build/asio/src/asio-1.20.0/src/tests' Making all in properties make[3]: Entering directory '/build/asio/src/asio-1.20.0/src/tests/properties' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/build/asio/src/asio-1.20.0/src/tests/properties' make[3]: Entering directory '/build/asio/src/asio-1.20.0/src/tests' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/build/asio/src/asio-1.20.0/src/tests' make[2]: Leaving directory '/build/asio/src/asio-1.20.0/src/tests' make[2]: Entering directory '/build/asio/src/asio-1.20.0/src' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/build/asio/src/asio-1.20.0/src' make[1]: Leaving directory '/build/asio/src/asio-1.20.0/src' make[1]: Entering directory '/build/asio/src/asio-1.20.0' make[1]: Nothing to be done for 'all-am'. make[1]: Leaving directory '/build/asio/src/asio-1.20.0'