rpc/command_impl.h:105:58: warning: 'void* memset(void*, int, size_t)' writing to an object of type 'class torrent::Object' with no trivial copy-assignment [-Wclass-memaccess] 105 | std::memset(last_stack, 0xAA, sizeof(torrent::Object)); | ^ In file included from rpc/parse.h:42, from command_network.cc:58: /tmp/instance-7/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/include/torrent/object.h:49:25: note: 'class torrent::Object' declared here 49 | class LIBTORRENT_EXPORT Object { | ^~~~~~ In file included from core/curl_stack.h:43, from core/poll_manager.h:40, from core/manager.h:47, from command_ui.cc:49: ../rak/priority_queue_default.h: In destructor 'rak::priority_item::~priority_item()': ../rak/priority_queue_default.h:56:7: warning: 'throw' will always call 'terminate' [-Wterminate] 56 | throw torrent::internal_error("priority_item::~priority_item() called on a queued item."); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../rak/priority_queue_default.h:56:7: note: in C++11 destructors default to 'noexcept' In file included from rpc/command.h:240, from rpc/command_map.h:45, from rpc/parse_commands.h:43, from main.cc:73: rpc/command_impl.h: In static member function 'static void rpc::command_base::pop_stack(rpc::command_base::stack_type*, torrent::Object*)': rpc/command_impl.h:105:58: warning: 'void* memset(void*, int, size_t)' writing to an object of type 'class torrent::Object' with no trivial copy-assignment [-Wclass-memaccess] 105 | std::memset(last_stack, 0xAA, sizeof(torrent::Object)); | ^ In file included from core/dht_manager.h:42, from main.cc:60: /tmp/instance-7/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/include/torrent/object.h:49:25: note: 'class torrent::Object' declared here 49 | class LIBTORRENT_EXPORT Object { | ^~~~~~ In file included from rpc/command.h:240, from rpc/command_map.h:45, from rpc/parse_commands.h:43, from command_local.cc:58: rpc/command_impl.h: In static member function 'static void rpc::command_base::pop_stack(rpc::command_base::stack_type*, torrent::Object*)': rpc/command_impl.h:105:58: warning: 'void* memset(void*, int, size_t)' writing to an object of type 'class torrent::Object' with no trivial copy-assignment [-Wclass-memaccess] 105 | std::memset(last_stack, 0xAA, sizeof(torrent::Object)); | ^ In file included from rpc/command_map.h:43, from rpc/parse_commands.h:43, from command_local.cc:58: /tmp/instance-7/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/include/torrent/object.h:49:25: note: 'class torrent::Object' declared here 49 | class LIBTORRENT_EXPORT Object { | ^~~~~~ In file included from rpc/command.h:240, from command_helpers.h:40, from command_download.cc:70: rpc/command_impl.h: In static member function 'static void rpc::command_base::pop_stack(rpc::command_base::stack_type*, torrent::Object*)': rpc/command_impl.h:105:58: warning: 'void* memset(void*, int, size_t)' writing to an object of type 'class torrent::Object' with no trivial copy-assignment [-Wclass-memaccess] 105 | std::memset(last_stack, 0xAA, sizeof(torrent::Object)); | ^ In file included from rpc/parse.h:42, from command_download.cc:66: /tmp/instance-7/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/include/torrent/object.h:49:25: note: 'class torrent::Object' declared here 49 | class LIBTORRENT_EXPORT Object { | ^~~~~~ command_network.cc: In function 'torrent::Object apply_scgi(const string&, int)': command_network.cc:152:30: warning: 'new' of type 'rpc::SCgi' with extended alignment 128 [-Waligned-new=] 152 | rpc::SCgi* scgi = new rpc::SCgi; | ^~~~ command_network.cc:152:30: note: uses 'void* operator new(std::size_t)', which does not have an alignment parameter command_network.cc:152:30: note: use '-faligned-new' to enable C++17 over-aligned new support In file included from rpc/command.h:240, from command_helpers.h:40, from command_ui.cc:57: rpc/command_impl.h: In static member function 'static void rpc::command_base::pop_stack(rpc::command_base::stack_type*, torrent::Object*)': rpc/command_impl.h:105:58: warning: 'void* memset(void*, int, size_t)' writing to an object of type 'class torrent::Object' with no trivial copy-assignment [-Wclass-memaccess] 105 | std::memset(last_stack, 0xAA, sizeof(torrent::Object)); | ^ In file included from core/view.h:55, from core/view_manager.h:43, from command_ui.cc:50: /tmp/instance-7/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/include/torrent/object.h:49:25: note: 'class torrent::Object' declared here 49 | class LIBTORRENT_EXPORT Object { | ^~~~~~ main.cc: In function 'int main(int, char**)': main.cc:192:19: warning: 'new' of type 'Control' with extended alignment 128 [-Waligned-new=] 192 | control = new Control; | ^~~~~~~ main.cc:192:19: note: uses 'void* operator new(std::size_t)', which does not have an alignment parameter main.cc:192:19: note: use '-faligned-new' to enable C++17 over-aligned new support main.cc:229:38: warning: 'new' of type 'ThreadWorker' with extended alignment 128 [-Waligned-new=] 229 | worker_thread = new ThreadWorker(); | ^ main.cc:229:38: note: uses 'void* operator new(std::size_t)', which does not have an alignment parameter main.cc:229:38: note: use '-faligned-new' to enable C++17 over-aligned new support command_dynamic.cc: In function 'torrent::Object system_method_insert(const list_type&)': command_dynamic.cc:334:17: warning: 'new_flags' may be used uninitialized in this function [-Wmaybe-uninitialized] 334 | new_flags |= rpc::object_storage::flag_static; | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ rm -f libsub_root.a /tmp/instance-7/output-1/host/bin/arc-buildroot-linux-uclibc-ar cru libsub_root.a command_download.o command_dynamic.o command_events.o command_file.o command_ip.o command_helpers.o command_groups.o command_local.o command_logging.o command_network.o command_peer.o command_throttle.o command_tracker.o command_scheduler.o command_ui.o control.o globals.o option_parser.o signal_handler.o thread_base.o thread_worker.o /tmp/instance-7/output-1/host/bin/arc-buildroot-linux-uclibc-ranlib libsub_root.a /bin/bash ../libtool --tag=CXX --mode=link /tmp/instance-7/output-1/host/bin/arc-buildroot-linux-uclibc-g++ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -g -DDEBUG -Wall -o rtorrent main.o libsub_root.a ui/libsub_ui.a core/libsub_core.a display/libsub_display.a input/libsub_input.a rpc/libsub_rpc.a utils/libsub_utils.a -lncurses -L/tmp/instance-7/output-1/host/bin/../arc-buildroot-linux-uclibc/sysroot/usr/lib -lcurl -lssl -lcrypto -L/tmp/instance-7/output-1/host/bin/../arc-buildroot-linux-uclibc/sysroot/usr/lib -ltorrent libtool: link: /tmp/instance-7/output-1/host/bin/arc-buildroot-linux-uclibc-g++ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -g -DDEBUG -Wall -o rtorrent main.o libsub_root.a ui/libsub_ui.a core/libsub_core.a display/libsub_display.a input/libsub_input.a rpc/libsub_rpc.a utils/libsub_utils.a -lncurses -L/tmp/instance-7/output-1/host/bin/../arc-buildroot-linux-uclibc/sysroot/usr/lib /tmp/instance-7/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/lib/libcurl.so /tmp/instance-7/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/lib/libgsasl.so -lssl /tmp/instance-7/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/lib/libtorrent.so -lz -lcrypto -Wl,-rpath -Wl,/tmp/instance-7/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/lib -Wl,-rpath -Wl,/tmp/instance-7/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/lib make[4]: Leaving directory '/tmp/instance-7/output-1/build/rtorrent-0.9.8/src' make[3]: Leaving directory '/tmp/instance-7/output-1/build/rtorrent-0.9.8/src' Making all in test make[3]: Entering directory '/tmp/instance-7/output-1/build/rtorrent-0.9.8/test' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/tmp/instance-7/output-1/build/rtorrent-0.9.8/test' make[3]: Entering directory '/tmp/instance-7/output-1/build/rtorrent-0.9.8' make[3]: Leaving directory '/tmp/instance-7/output-1/build/rtorrent-0.9.8' make[2]: Leaving directory '/tmp/instance-7/output-1/build/rtorrent-0.9.8' make[1]: Leaving directory '/tmp/instance-7/output-1/build/rtorrent-0.9.8' >>> rtorrent 0.9.8 Installing to target PATH="/tmp/instance-7/output-1/host/bin:/tmp/instance-7/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j96 DESTDIR=/tmp/instance-7/output-1/target install -C /tmp/instance-7/output-1/build/rtorrent-0.9.8/ make[1]: Entering directory '/tmp/instance-7/output-1/build/rtorrent-0.9.8' Making install in doc make[2]: Entering directory '/tmp/instance-7/output-1/build/rtorrent-0.9.8/doc' make[3]: Entering directory '/tmp/instance-7/output-1/build/rtorrent-0.9.8/doc' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/tmp/instance-7/output-1/build/rtorrent-0.9.8/doc' make[2]: Leaving directory '/tmp/instance-7/output-1/build/rtorrent-0.9.8/doc' Making install in src make[2]: Entering directory '/tmp/instance-7/output-1/build/rtorrent-0.9.8/src' Making install in core make[3]: Entering directory '/tmp/instance-7/output-1/build/rtorrent-0.9.8/src/core' make[4]: Entering directory '/tmp/instance-7/output-1/build/rtorrent-0.9.8/src/core' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/tmp/instance-7/output-1/build/rtorrent-0.9.8/src/core' make[3]: Leaving directory '/tmp/instance-7/output-1/build/rtorrent-0.9.8/src/core' Making install in display make[3]: Entering directory '/tmp/instance-7/output-1/build/rtorrent-0.9.8/src/display' make[4]: Entering directory '/tmp/instance-7/output-1/build/rtorrent-0.9.8/src/display' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/tmp/instance-7/output-1/build/rtorrent-0.9.8/src/display' make[3]: Leaving directory '/tmp/instance-7/output-1/build/rtorrent-0.9.8/src/display' Making install in input make[3]: Entering directory '/tmp/instance-7/output-1/build/rtorrent-0.9.8/src/input' make[4]: Entering directory '/tmp/instance-7/output-1/build/rtorrent-0.9.8/src/input' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/tmp/instance-7/output-1/build/rtorrent-0.9.8/src/input' make[3]: Leaving directory '/tmp/instance-7/output-1/build/rtorrent-0.9.8/src/input' Making install in rpc make[3]: Entering directory '/tmp/instance-7/output-1/build/rtorrent-0.9.8/src/rpc' make[4]: Entering directory '/tmp/instance-7/output-1/build/rtorrent-0.9.8/src/rpc' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/tmp/instance-7/output-1/build/rtorrent-0.9.8/src/rpc' make[3]: Leaving directory '/tmp/instance-7/output-1/build/rtorrent-0.9.8/src/rpc' Making install in ui make[3]: Entering directory '/tmp/instance-7/output-1/build/rtorrent-0.9.8/src/ui' make[4]: Entering directory '/tmp/instance-7/output-1/build/rtorrent-0.9.8/src/ui' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/tmp/instance-7/output-1/build/rtorrent-0.9.8/src/ui' make[3]: Leaving directory '/tmp/instance-7/output-1/build/rtorrent-0.9.8/src/ui' Making install in utils make[3]: Entering directory '/tmp/instance-7/output-1/build/rtorrent-0.9.8/src/utils' make[4]: Entering directory '/tmp/instance-7/output-1/build/rtorrent-0.9.8/src/utils' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/tmp/instance-7/output-1/build/rtorrent-0.9.8/src/utils' make[3]: Leaving directory '/tmp/instance-7/output-1/build/rtorrent-0.9.8/src/utils' make[3]: Entering directory '/tmp/instance-7/output-1/build/rtorrent-0.9.8/src' make[4]: Entering directory '/tmp/instance-7/output-1/build/rtorrent-0.9.8/src' /usr/bin/mkdir -p '/tmp/instance-7/output-1/target/usr/bin' make[4]: Nothing to be done for 'install-data-am'. /bin/bash ../libtool --mode=install /usr/bin/install -c rtorrent '/tmp/instance-7/output-1/target/usr/bin' libtool: install: /usr/bin/install -c rtorrent /tmp/instance-7/output-1/target/usr/bin/rtorrent make[4]: Leaving directory '/tmp/instance-7/output-1/build/rtorrent-0.9.8/src' make[3]: Leaving directory '/tmp/instance-7/output-1/build/rtorrent-0.9.8/src' make[2]: Leaving directory '/tmp/instance-7/output-1/build/rtorrent-0.9.8/src' Making install in test make[2]: Entering directory '/tmp/instance-7/output-1/build/rtorrent-0.9.8/test' make[3]: Entering directory '/tmp/instance-7/output-1/build/rtorrent-0.9.8/test' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/tmp/instance-7/output-1/build/rtorrent-0.9.8/test' make[2]: Leaving directory '/tmp/instance-7/output-1/build/rtorrent-0.9.8/test' make[2]: Entering directory '/tmp/instance-7/output-1/build/rtorrent-0.9.8' make[3]: Entering directory '/tmp/instance-7/output-1/build/rtorrent-0.9.8' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/tmp/instance-7/output-1/build/rtorrent-0.9.8' make[2]: Leaving directory '/tmp/instance-7/output-1/build/rtorrent-0.9.8' make[1]: Leaving directory '/tmp/instance-7/output-1/build/rtorrent-0.9.8' valijson-0.3.tar.gz: OK (sha256: 2ac881a36f90810b41b66511502dea1e7886137ad31bcfb4e917d929c5028c35) >>> valijson 0.3 Extracting gzip -d -c /tmp/instance-7/dl/valijson/valijson-0.3.tar.gz | tar --strip-components=1 -C /tmp/instance-7/output-1/build/valijson-0.3 -xf - >>> valijson 0.3 Patching >>> valijson 0.3 Configuring (mkdir -p /tmp/instance-7/output-1/build/valijson-0.3/ && cd /tmp/instance-7/output-1/build/valijson-0.3/ && rm -f CMakeCache.txt && PATH="/tmp/instance-7/output-1/host/bin:/tmp/instance-7/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/cmake /tmp/instance-7/output-1/build/valijson-0.3/ -DCMAKE_TOOLCHAIN_FILE="/tmp/instance-7/output-1/host/share/buildroot/toolchainfile.cmake" -DCMAKE_INSTALL_PREFIX="/usr" -DCMAKE_COLOR_MAKEFILE=OFF -DBUILD_DOC=OFF -DBUILD_DOCS=OFF -DBUILD_EXAMPLE=OFF -DBUILD_EXAMPLES=OFF -DBUILD_TEST=OFF -DBUILD_TESTS=OFF -DBUILD_TESTING=OFF -DBUILD_SHARED_LIBS=ON -Dvalijson_INSTALL_HEADERS=TRUE -Dvalijson_BUILD_TESTS=FALSE ) -- The C compiler identification is GNU 10.2.0 -- The CXX compiler identification is GNU 10.2.0 -- Check for working C compiler: /tmp/instance-7/output-1/host/bin/arc-buildroot-linux-uclibc-gcc -- Check for working C compiler: /tmp/instance-7/output-1/host/bin/arc-buildroot-linux-uclibc-gcc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done -- Check for working CXX compiler: /tmp/instance-7/output-1/host/bin/arc-buildroot-linux-uclibc-g++ -- Check for working CXX compiler: /tmp/instance-7/output-1/host/bin/arc-buildroot-linux-uclibc-g++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done -- Configuring done -- Generating done CMake Warning: Manually-specified variables were not used by the project: BUILD_DOC BUILD_DOCS BUILD_EXAMPLE BUILD_EXAMPLES BUILD_SHARED_LIBS BUILD_TEST BUILD_TESTING BUILD_TESTS -- Build files have been written to: /tmp/instance-7/output-1/build/valijson-0.3 >>> valijson 0.3 Building PATH="/tmp/instance-7/output-1/host/bin:/tmp/instance-7/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j96 -C /tmp/instance-7/output-1/build/valijson-0.3/ make[1]: Entering directory '/tmp/instance-7/output-1/build/valijson-0.3' make[1]: Leaving directory '/tmp/instance-7/output-1/build/valijson-0.3' >>> valijson 0.3 Installing to staging directory PATH="/tmp/instance-7/output-1/host/bin:/tmp/instance-7/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j96 DESTDIR=/tmp/instance-7/output-1/host/arc-buildroot-linux-uclibc/sysroot install/fast -C /tmp/instance-7/output-1/build/valijson-0.3/ make[1]: Entering directory '/tmp/instance-7/output-1/build/valijson-0.3' Install the project... -- Install configuration: "Release" -- Up-to-date: /tmp/instance-7/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/include -- Installing: /tmp/instance-7/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/include/valijson -- Installing: /tmp/instance-7/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/include/valijson/validator.hpp -- Installing: /tmp/instance-7/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/include/valijson/schema_parser.hpp -- Installing: /tmp/instance-7/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/include/valijson/validation_results.hpp -- Installing: /tmp/instance-7/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/include/valijson/schema.hpp -- Installing: /tmp/instance-7/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/include/valijson/constraint_builder.hpp -- Installing: /tmp/instance-7/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/include/valijson/validation_visitor.hpp -- Installing: /tmp/instance-7/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/include/valijson/adapters -- Installing: /tmp/instance-7/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/include/valijson/adapters/basic_adapter.hpp -- Installing: /tmp/instance-7/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/include/valijson/adapters/qtjson_adapter.hpp -- Installing: /tmp/instance-7/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/include/valijson/adapters/picojson_adapter.hpp -- Installing: /tmp/instance-7/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/include/valijson/adapters/property_tree_adapter.hpp -- Installing: /tmp/instance-7/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/include/valijson/adapters/nlohmann_json_adapter.hpp -- Installing: /tmp/instance-7/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/include/valijson/adapters/poco_json_adapter.hpp -- Installing: /tmp/instance-7/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/include/valijson/adapters/std_string_adapter.hpp -- Installing: /tmp/instance-7/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/include/valijson/adapters/rapidjson_adapter.hpp -- Installing: /tmp/instance-7/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/include/valijson/adapters/adapter.hpp -- Installing: /tmp/instance-7/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/include/valijson/adapters/json11_adapter.hpp -- Installing: /tmp/instance-7/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/include/valijson/adapters/jsoncpp_adapter.hpp -- Installing: /tmp/instance-7/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/include/valijson/adapters/frozen_value.hpp -- Installing: /tmp/instance-7/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/include/valijson/constraints -- Installing: /tmp/instance-7/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/include/valijson/constraints/basic_constraint.hpp -- Installing: /tmp/instance-7/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/include/valijson/constraints/constraint_visitor.hpp -- Installing: /tmp/instance-7/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/include/valijson/constraints/concrete_constraints.hpp -- Installing: /tmp/instance-7/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/include/valijson/constraints/constraint.hpp -- Installing: /tmp/instance-7/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/include/valijson/utils -- Installing: /tmp/instance-7/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/include/valijson/utils/utf8_utils.hpp -- Installing: /tmp/instance-7/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/include/valijson/utils/nlohmann_json_utils.hpp -- Installing: /tmp/instance-7/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/include/valijson/utils/rapidjson_utils.hpp -- Installing: /tmp/instance-7/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/include/valijson/utils/qtjson_utils.hpp -- Installing: /tmp/instance-7/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/include/valijson/utils/property_tree_utils.hpp -- Installing: /tmp/instance-7/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/include/valijson/utils/json11_utils.hpp -- Installing: /tmp/instance-7/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/include/valijson/utils/jsoncpp_utils.hpp -- Installing: /tmp/instance-7/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/include/valijson/utils/file_utils.hpp -- Installing: /tmp/instance-7/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/include/valijson/utils/picojson_utils.hpp -- Installing: /tmp/instance-7/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/include/valijson/utils/poco_json_utils.hpp -- Installing: /tmp/instance-7/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/include/valijson/internal -- Installing: /tmp/instance-7/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/include/valijson/internal/uri.hpp -- Installing: /tmp/instance-7/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/include/valijson/internal/optional.hpp -- Installing: /tmp/instance-7/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/include/valijson/internal/json_pointer.hpp -- Installing: /tmp/instance-7/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/include/valijson/internal/custom_allocator.hpp -- Installing: /tmp/instance-7/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/include/valijson/internal/json_reference.hpp -- Installing: /tmp/instance-7/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/include/valijson/internal/debug.hpp -- Installing: /tmp/instance-7/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/include/valijson/subschema.hpp -- Installing: /tmp/instance-7/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/include/compat -- Installing: /tmp/instance-7/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/include/compat/optional.hpp make[1]: Leaving directory '/tmp/instance-7/output-1/build/valijson-0.3' >>> valijson 0.3 Fixing libtool files for la in $(find /tmp/instance-7/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /usr/bin/sed -i -e "s:/tmp/instance-7/output-1:@BASE_DIR@:g" \ -e "s:/tmp/instance-7/output-1/host/arc-buildroot-linux-uclibc/sysroot:@STAGING_DIR@:g" \ \ -e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ -e "s:\(['= ]\)/lib:\\1@STAGING_DIR@/lib:g" \ \ -e "s:@STAGING_DIR@:/tmp/instance-7/output-1/host/arc-buildroot-linux-uclibc/sysroot:g" \ -e "s:@BASE_DIR@:/tmp/instance-7/output-1:g" \ "${la}.fixed" && \ if cmp -s "${la}" "${la}.fixed"; then \ rm -f "${la}.fixed"; \ else \ mv "${la}.fixed" "${la}"; \ fi || exit 1; \ done >>> Finalizing host directory >>> Finalizing target directory mkdir -p /tmp/instance-7/output-1/host/etc/meson sed -e 's%@TARGET_CROSS@%/tmp/instance-7/output-1/host/bin/arc-buildroot-linux-uclibc-%g' -e 's%@TARGET_ARCH@%arc%g' -e 's%@TARGET_CPU@%arc700%g' -e 's%@TARGET_ENDIAN@%little%g' -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Os', '-g0'@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_LDFLAGS@%@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Os', '-g0'@PKG_TARGET_CFLAGS@%g" -e 's%@HOST_DIR@%/tmp/instance-7/output-1/host%g' -e 's%@STAGING_DIR@%/tmp/instance-7/output-1/host/arc-buildroot-linux-uclibc/sysroot%g' -e 's%@STATIC@%false%g' package/meson//cross-compilation.conf.in > /tmp/instance-7/output-1/host/etc/meson/cross-compilation.conf.in sed -e 's%@PKG_TARGET_CFLAGS@%%g' -e 's%@PKG_TARGET_LDFLAGS@%%g' -e 's%@PKG_TARGET_CXXFLAGS@%%g' /tmp/instance-7/output-1/host/etc/meson/cross-compilation.conf.in > /tmp/instance-7/output-1/host/etc/meson/cross-compilation.conf rm -f /tmp/instance-7/output-1/target/usr/share/glib-2.0/schemas/*.xml /tmp/instance-7/output-1/target/usr/share/glib-2.0/schemas/*.dtd /tmp/instance-7/output-1/host/bin/glib-compile-schemas /tmp/instance-7/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/share/glib-2.0/schemas --targetdir=/tmp/instance-7/output-1/target/usr/share/glib-2.0/schemas No schema files found: doing nothing. mkdir -p /tmp/instance-7/output-1/target/etc echo "buildroot" > /tmp/instance-7/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /tmp/instance-7/output-1/target/etc/hosts mkdir -p /tmp/instance-7/output-1/target/etc echo "Welcome to Buildroot" > /tmp/instance-7/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /tmp/instance-7/output-1/target/etc/shadow rm -f /tmp/instance-7/output-1/target/bin/sh printf '%s\n' C en_US locale-archive > /tmp/instance-7/output-1/build/locales.nopurge for dir in /tmp/instance-7/output-1/target/usr/share/locale /tmp/instance-7/output-1/target/usr/share/X11/locale /tmp/instance-7/output-1/target/usr/lib/locale; do if [ ! -d $dir ]; then continue; fi; for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /tmp/instance-7/output-1/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /tmp/instance-7/output-1/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /tmp/instance-7/output-1/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /tmp/instance-7/output-1/target/usr/share/X11/locale/locale.dir; fi rm -rf /tmp/instance-7/output-1/target/usr/include /tmp/instance-7/output-1/target/usr/share/aclocal \ /tmp/instance-7/output-1/target/usr/lib/pkgconfig /tmp/instance-7/output-1/target/usr/share/pkgconfig \ /tmp/instance-7/output-1/target/usr/lib/cmake /tmp/instance-7/output-1/target/usr/share/cmake \ /tmp/instance-7/output-1/target/usr/doc find /tmp/instance-7/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /tmp/instance-7/output-1/target/lib/ /tmp/instance-7/output-1/target/usr/lib/ /tmp/instance-7/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /tmp/instance-7/output-1/target/usr/share/gdb rm -rf /tmp/instance-7/output-1/target/usr/share/bash-completion rm -rf /tmp/instance-7/output-1/target/etc/bash_completion.d rm -rf /tmp/instance-7/output-1/target/usr/share/zsh rm -rf /tmp/instance-7/output-1/target/usr/man /tmp/instance-7/output-1/target/usr/share/man rm -rf /tmp/instance-7/output-1/target/usr/info /tmp/instance-7/output-1/target/usr/share/info rm -rf /tmp/instance-7/output-1/target/usr/doc /tmp/instance-7/output-1/target/usr/share/doc rm -rf /tmp/instance-7/output-1/target/usr/share/gtk-doc rmdir /tmp/instance-7/output-1/target/usr/share 2>/dev/null || true rm -rf /tmp/instance-7/output-1/target/lib/debug /tmp/instance-7/output-1/target/usr/lib/debug find /tmp/instance-7/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /tmp/instance-7/output-1/host/bin/arc-buildroot-linux-uclibc-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /tmp/instance-7/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /tmp/instance-7/output-1/host/bin/arc-buildroot-linux-uclibc-strip --remove-section=.comment --remove-section=.note --strip-debug 2>/dev/null || true test -f /tmp/instance-7/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /tmp/instance-7/output-1/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /tmp/instance-7/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2021.05-930-g28c118814d"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2021.08-git"; \ echo "PRETTY_NAME=\"Buildroot 2021.08-git\"" \ ) > /tmp/instance-7/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /tmp/instance-7/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/tmp/instance-7/output-1/per-package /tmp/instance-7/buildroot/support/scripts/fix-rpath target touch /tmp/instance-7/output-1/target/usr ln -snf /tmp/instance-7/output-1/host/arc-buildroot-linux-uclibc/sysroot /tmp/instance-7/output-1/staging make: Leaving directory '/tmp/instance-7/buildroot' make: Entering directory '/tmp/instance-7/buildroot' >>> Buildroot 2021.05-930-g28c118814d Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final arc-2020.09-release Collecting legal info >>> host-binutils arc-2020.09-release Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-bison 3.7.6 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-m4 1.4.18 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-skeleton Collecting legal info >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-autoconf 2.69 Collecting legal info COPYINGv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.15.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.0 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> uclibc 1.0.38 Collecting legal info COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-gcc-initial arc-2020.09-release Collecting legal info >>> linux-headers 5.13.2 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> skeleton Collecting legal info >>> skeleton-init-none Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> host-aespipe 2.4f Collecting legal info >>> argp-standalone 1.3 Collecting legal info argp.h: OK (sha256: bbb8919aa520069b0234faf5e83a94052d278419ffe97ca8e843ecc9b212d1ab) >>> avrdude r1450 Collecting legal info avrdude/COPYING: OK (sha256: 201babc7da198873304a77a30dbfc7ca449c9bba52df2dffa4cca0009dbdfcb2) >>> elfutils 0.184 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING-GPLV2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING-LGPLV3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> musl-fts 1.2.7 Collecting legal info COPYING: OK (sha256: 55af87e4017668f54467a3380e7ebbac5e672d8c763bfe95e6fc882a6fdc4046) >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> libusb 1.0.24 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libusb-compat 0.1.7 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> boost 1.75.0 Collecting legal info LICENSE_1_0.txt: OK (sha256: c9bff75738922193e67fa726fa225535870d2aa1059f91452c411736284ad566) >>> bustle 0.8.0 Collecting legal info LICENSE: OK (sha256: ad168b537264fba8f94380cb10f60847da7db551fb4281bb6d4f24c74f652a1d) >>> libglib2 2.68.2 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.68.2 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libffi 3.4.2 Collecting legal info LICENSE: OK (sha256: a61d06e8f7be57928e71e800eb9273b05cb8868c484108afe41e4305bb320dde) >>> host-meson 0.58.2 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.10.2 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python3 3.9.6 Collecting legal info LICENSE: OK (sha256: 599826df92bfdcd2702eac691072498bb096c55af04ee984cf90f70ed77b5a70) >>> host-autoconf-archive 2019.01.06 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.4.1 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> host-python3-setuptools 44.0.0 Collecting legal info LICENSE: OK (sha256: c32a3ac395af6321efd28be73d06a00f0db6ab887d1c21d4fec46128d2056d5a) >>> host-pcre 8.44 Collecting legal info LICENCE: OK (sha256: 0dd9c13864dbb9ee4d77a1557e96be29b2d719fb6584192ee36611aae264c4a3) >>> host-util-linux 2.36.2 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libffi 3.4.2 Collecting legal info LICENSE: OK (sha256: a61d06e8f7be57928e71e800eb9273b05cb8868c484108afe41e4305bb320dde) >>> pcre 8.44 Collecting legal info LICENCE: OK (sha256: 0dd9c13864dbb9ee4d77a1557e96be29b2d719fb6584192ee36611aae264c4a3) >>> libpcap 1.10.1 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> cpuload 0.3 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> dbus 1.12.20 Collecting legal info COPYING: OK (sha256: 0e46f54efb12d04ab5c33713bacd0e140c9a35b57ae29e03c853203266e8f3a1) >>> expat 2.4.1 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> libcurl 7.78.0 Collecting legal info COPYING: OK (sha256: 6fd1a1c008b5ef4c4741dd188c3f8af6944c14c25afa881eb064f98fb98358e7) >>> libgsasl 1.10.0 Collecting legal info README: OK (sha256: 26e99818ca6ce79d8b2c461fabc72dc6e03483e6b0fd9692dcb07ab1b09bbac7) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> openssl Collecting legal info >>> libopenssl 1.1.1k Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> libgpiod 1.6.3 Collecting legal info COPYING: OK (sha256: ce64d5f7b49ea6d80fdb6d4cdee6839d1a94274f7493dc797c3b55b65ec8e9ed) >>> libkrb5 1.18.4 Collecting legal info NOTICE: OK (sha256: 7fba8b076bdc2cfef1d0813c5d4067d76d5be60c32d84de22d5d1cf451744feb) >>> libtorrent 0.13.8 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> libuev 2.3.2 Collecting legal info LICENSE: OK (sha256: 694a734d9c1b46ae203314ed1c744a1acebd4fe5fc964b761703772546f0d3ab) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pipewire 0.3.32 Collecting legal info COPYING: OK (sha256: 8909c319a7e27dbb33a15b9035f89ab3b7b2f6a12f8bcddc755206a8db1ada44) LICENSE: OK (sha256: be4be5d77424833edf31f53fc1f1cecb6996b9e2d747d9e6fb8f878362ebc92b) >>> pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> pwgen 2.08 Collecting legal info debian/copyright: OK (sha256: 5d3e49e01ef782be5841d5d1f7fb64d290cd86459598a913818584a46a2f81a1) >>> rtorrent 0.9.8 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> valijson 0.3 Collecting legal info LICENSE: OK (sha256: 1a0f99926a2dbec30eba3db820236d9953fbe3048976923ac24980e655fbe991) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-arc-2020.09-release: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-arc-2020.09-release: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: aespipe-2.4f: cannot save license (HOST_AESPIPE_LICENSE_FILES not defined) Legal info produced in /tmp/instance-7/output-1/legal-info make: Leaving directory '/tmp/instance-7/buildroot'