/tmp/instance-2/output-1/build/pistache-f2f5a50fbfb5b8ef6cf1d3d2a9d442a8270e375d/src/../include/pistache/transport.h:87:36: warning: conversion to 'size_t {aka unsigned int}' from 'off_t {aka long long int}' may alter its value [-Wconversion] size_t offset() const { return offset_; } ^~~~~~~ In file included from /tmp/instance-2/output-1/build/pistache-f2f5a50fbfb5b8ef6cf1d3d2a9d442a8270e375d/src/../include/pistache/http.h:28:0, from /tmp/instance-2/output-1/build/pistache-f2f5a50fbfb5b8ef6cf1d3d2a9d442a8270e375d/src/common/http.cc:8: /tmp/instance-2/output-1/build/pistache-f2f5a50fbfb5b8ef6cf1d3d2a9d442a8270e375d/src/../include/pistache/transport.h: In member function 'size_t Pistache::Tcp::Transport::BufferHolder::offset() const': /tmp/instance-2/output-1/build/pistache-f2f5a50fbfb5b8ef6cf1d3d2a9d442a8270e375d/src/../include/pistache/transport.h:87:36: warning: conversion to 'size_t {aka unsigned int}' from 'off_t {aka long long int}' may alter its value [-Wconversion] size_t offset() const { return offset_; } ^~~~~~~ In file included from /tmp/instance-2/output-1/build/pistache-f2f5a50fbfb5b8ef6cf1d3d2a9d442a8270e375d/src/../include/pistache/http.h:28:0, from /tmp/instance-2/output-1/build/pistache-f2f5a50fbfb5b8ef6cf1d3d2a9d442a8270e375d/src/../include/pistache/peer.h:15, from /tmp/instance-2/output-1/build/pistache-f2f5a50fbfb5b8ef6cf1d3d2a9d442a8270e375d/src/server/listener.cc:10: /tmp/instance-2/output-1/build/pistache-f2f5a50fbfb5b8ef6cf1d3d2a9d442a8270e375d/src/../include/pistache/transport.h: In member function 'size_t Pistache::Tcp::Transport::BufferHolder::offset() const': /tmp/instance-2/output-1/build/pistache-f2f5a50fbfb5b8ef6cf1d3d2a9d442a8270e375d/src/../include/pistache/transport.h:87:36: warning: conversion to 'size_t {aka unsigned int}' from 'off_t {aka long long int}' may alter its value [-Wconversion] size_t offset() const { return offset_; } ^~~~~~~ In file included from /tmp/instance-2/output-1/build/pistache-f2f5a50fbfb5b8ef6cf1d3d2a9d442a8270e375d/src/../include/pistache/http.h:28:0, from /tmp/instance-2/output-1/build/pistache-f2f5a50fbfb5b8ef6cf1d3d2a9d442a8270e375d/src/../include/pistache/router.h:17, from /tmp/instance-2/output-1/build/pistache-f2f5a50fbfb5b8ef6cf1d3d2a9d442a8270e375d/src/../include/pistache/description.h:20, from /tmp/instance-2/output-1/build/pistache-f2f5a50fbfb5b8ef6cf1d3d2a9d442a8270e375d/src/server/router.cc:9: /tmp/instance-2/output-1/build/pistache-f2f5a50fbfb5b8ef6cf1d3d2a9d442a8270e375d/src/../include/pistache/transport.h: In member function 'size_t Pistache::Tcp::Transport::BufferHolder::offset() const': /tmp/instance-2/output-1/build/pistache-f2f5a50fbfb5b8ef6cf1d3d2a9d442a8270e375d/src/../include/pistache/transport.h:87:36: warning: conversion to 'size_t {aka unsigned int}' from 'off_t {aka long long int}' may alter its value [-Wconversion] size_t offset() const { return offset_; } ^~~~~~~ /tmp/instance-2/output-1/build/pistache-f2f5a50fbfb5b8ef6cf1d3d2a9d442a8270e375d/src/common/transport.cc: In member function 'void Pistache::Tcp::Transport::armTimerMsImpl(Pistache::Tcp::Transport::TimerEntry)': /tmp/instance-2/output-1/build/pistache-f2f5a50fbfb5b8ef6cf1d3d2a9d442a8270e375d/src/common/transport.cc:356:19: warning: conversion to '__syscall_slong_t {aka long int}' from 'std::chrono::duration >::rep {aka long long int}' may alter its value [-Wconversion] std::chrono::duration_cast(entry.value) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .count(); ~~~~~~^~ /tmp/instance-2/output-1/build/pistache-f2f5a50fbfb5b8ef6cf1d3d2a9d442a8270e375d/src/common/transport.cc:359:76: warning: conversion to '__time_t {aka long int}' from 'std::chrono::duration::rep {aka long long int}' may alter its value [-Wconversion] std::chrono::duration_cast(entry.value).count(); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ /tmp/instance-2/output-1/build/pistache-f2f5a50fbfb5b8ef6cf1d3d2a9d442a8270e375d/src/client/client.cc: In member function 'Pistache::Async::Promise Pistache::Http::Client::doRequest(Pistache::Http::Request)': /tmp/instance-2/output-1/build/pistache-f2f5a50fbfb5b8ef6cf1d3d2a9d442a8270e375d/src/client/client.cc:862:76: warning: conversion to 'std::vector >::size_type {aka unsigned int}' from 'long long unsigned int' may alter its value [-Wconversion] auto transport = std::static_pointer_cast(transports[index]); ^ In file included from /tmp/instance-2/output-1/host/opt/ext-toolchain/arm-linux-gnueabihf/include/c++/7.3.1/vector:69:0, from /tmp/instance-2/output-1/build/pistache-f2f5a50fbfb5b8ef6cf1d3d2a9d442a8270e375d/src/../include/pistache/view.h:14, from /tmp/instance-2/output-1/build/pistache-f2f5a50fbfb5b8ef6cf1d3d2a9d442a8270e375d/src/../include/pistache/net.h:9, from /tmp/instance-2/output-1/build/pistache-f2f5a50fbfb5b8ef6cf1d3d2a9d442a8270e375d/src/../include/pistache/reactor.h:14, from /tmp/instance-2/output-1/build/pistache-f2f5a50fbfb5b8ef6cf1d3d2a9d442a8270e375d/src/common/reactor.cc:7: /tmp/instance-2/output-1/host/opt/ext-toolchain/arm-linux-gnueabihf/include/c++/7.3.1/bits/vector.tcc: In member function 'void std::vector<_Tp, _Alloc>::_M_realloc_insert(std::vector<_Tp, _Alloc>::iterator, _Args&& ...) [with _Args = {Pistache::Polling::Event}; _Tp = Pistache::Polling::Event; _Alloc = std::allocator]': /tmp/instance-2/output-1/host/opt/ext-toolchain/arm-linux-gnueabihf/include/c++/7.3.1/bits/vector.tcc:394:7: note: parameter passing for argument of type 'std::vector::iterator {aka __gnu_cxx::__normal_iterator >}' changed in GCC 7.1 vector<_Tp, _Alloc>:: ^~~~~~~~~~~~~~~~~~~ In file included from /tmp/instance-2/output-1/host/opt/ext-toolchain/arm-linux-gnueabihf/include/c++/7.3.1/bits/char_traits.h:39:0, from /tmp/instance-2/output-1/host/opt/ext-toolchain/arm-linux-gnueabihf/include/c++/7.3.1/ios:40, from /tmp/instance-2/output-1/host/opt/ext-toolchain/arm-linux-gnueabihf/include/c++/7.3.1/ostream:38, from /tmp/instance-2/output-1/host/opt/ext-toolchain/arm-linux-gnueabihf/include/c++/7.3.1/iostream:39, from /tmp/instance-2/output-1/build/pistache-f2f5a50fbfb5b8ef6cf1d3d2a9d442a8270e375d/src/../include/pistache/flags.h:10, from /tmp/instance-2/output-1/build/pistache-f2f5a50fbfb5b8ef6cf1d3d2a9d442a8270e375d/src/../include/pistache/reactor.h:13, from /tmp/instance-2/output-1/build/pistache-f2f5a50fbfb5b8ef6cf1d3d2a9d442a8270e375d/src/common/reactor.cc:7: /tmp/instance-2/output-1/host/opt/ext-toolchain/arm-linux-gnueabihf/include/c++/7.3.1/bits/stl_algobase.h: In function '_OI std::copy(_II, _II, _OI) [with _II = std::move_iterator<__gnu_cxx::__normal_iterator > >; _OI = __gnu_cxx::__normal_iterator >]': /tmp/instance-2/output-1/host/opt/ext-toolchain/arm-linux-gnueabihf/include/c++/7.3.1/bits/stl_algobase.h:446:5: note: parameter passing for argument of type 'std::move_iterator<__gnu_cxx::__normal_iterator > >' changed in GCC 7.1 copy(_II __first, _II __last, _OI __result) ^~~~ /tmp/instance-2/output-1/host/opt/ext-toolchain/arm-linux-gnueabihf/include/c++/7.3.1/bits/stl_algobase.h:446:5: note: parameter passing for argument of type 'std::move_iterator<__gnu_cxx::__normal_iterator > >' changed in GCC 7.1 /tmp/instance-2/output-1/host/opt/ext-toolchain/arm-linux-gnueabihf/include/c++/7.3.1/bits/stl_algobase.h:446:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 In file included from /tmp/instance-2/output-1/host/opt/ext-toolchain/arm-linux-gnueabihf/include/c++/7.3.1/vector:69:0, from /tmp/instance-2/output-1/build/pistache-f2f5a50fbfb5b8ef6cf1d3d2a9d442a8270e375d/src/../include/pistache/view.h:14, from /tmp/instance-2/output-1/build/pistache-f2f5a50fbfb5b8ef6cf1d3d2a9d442a8270e375d/src/../include/pistache/net.h:9, from /tmp/instance-2/output-1/build/pistache-f2f5a50fbfb5b8ef6cf1d3d2a9d442a8270e375d/src/../include/pistache/reactor.h:14, from /tmp/instance-2/output-1/build/pistache-f2f5a50fbfb5b8ef6cf1d3d2a9d442a8270e375d/src/common/reactor.cc:7: /tmp/instance-2/output-1/host/opt/ext-toolchain/arm-linux-gnueabihf/include/c++/7.3.1/bits/vector.tcc: In member function 'void std::vector<_Tp, _Alloc>::_M_range_insert(std::vector<_Tp, _Alloc>::iterator, _ForwardIterator, _ForwardIterator, std::forward_iterator_tag) [with _ForwardIterator = std::move_iterator<__gnu_cxx::__normal_iterator > >; _Tp = Pistache::Aio::FdSet::Entry; _Alloc = std::allocator]': /tmp/instance-2/output-1/host/opt/ext-toolchain/arm-linux-gnueabihf/include/c++/7.3.1/bits/vector.tcc:630:7: note: parameter passing for argument of type 'std::vector::iterator {aka __gnu_cxx::__normal_iterator >}' changed in GCC 7.1 vector<_Tp, _Alloc>:: ^~~~~~~~~~~~~~~~~~~ /tmp/instance-2/output-1/host/opt/ext-toolchain/arm-linux-gnueabihf/include/c++/7.3.1/bits/vector.tcc:630:7: note: parameter passing for argument of type 'std::move_iterator<__gnu_cxx::__normal_iterator > >' changed in GCC 7.1 /tmp/instance-2/output-1/host/opt/ext-toolchain/arm-linux-gnueabihf/include/c++/7.3.1/bits/vector.tcc:630:7: note: parameter passing for argument of type 'std::move_iterator<__gnu_cxx::__normal_iterator > >' changed in GCC 7.1 /tmp/instance-2/output-1/host/opt/ext-toolchain/arm-linux-gnueabihf/include/c++/7.3.1/bits/vector.tcc:651:16: note: parameter passing for argument of type 'std::move_iterator<__gnu_cxx::__normal_iterator > >' changed in GCC 7.1 std::copy(__first, __last, __position); ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-2/output-1/host/opt/ext-toolchain/arm-linux-gnueabihf/include/c++/7.3.1/bits/vector.tcc:657:34: note: parameter passing for argument of type 'std::move_iterator<__gnu_cxx::__normal_iterator > >' changed in GCC 7.1 std::__uninitialized_copy_a(__mid, __last, ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~ this->_M_impl._M_finish, ~~~~~~~~~~~~~~~~~~~~~~~~ _M_get_Tp_allocator()); ~~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-2/output-1/host/opt/ext-toolchain/arm-linux-gnueabihf/include/c++/7.3.1/bits/vector.tcc:666:16: note: parameter passing for argument of type 'std::move_iterator<__gnu_cxx::__normal_iterator > >' changed in GCC 7.1 std::copy(__first, __mid, __position); ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-2/output-1/host/opt/ext-toolchain/arm-linux-gnueabihf/include/c++/7.3.1/bits/vector.tcc:681:7: note: parameter passing for argument of type 'std::move_iterator<__gnu_cxx::__normal_iterator > >' changed in GCC 7.1 __new_finish ^~~~~~~~~~~~ /tmp/instance-2/output-1/build/pistache-f2f5a50fbfb5b8ef6cf1d3d2a9d442a8270e375d/src/common/http.cc: In member function 'Pistache::Http::Private::State Pistache::Http::Private::BodyStep::parseContentLength(Pistache::StreamCursor&, const std::shared_ptr&)': /tmp/instance-2/output-1/build/pistache-f2f5a50fbfb5b8ef6cf1d3d2a9d442a8270e375d/src/common/http.cc:378:44: warning: conversion to 'size_t {aka unsigned int}' from 'long long unsigned int' may alter its value [-Wconversion] const size_t remaining = contentLength - bytesRead; ~~~~~~~~~~~~~~^~~~~~~~~~~ /tmp/instance-2/output-1/build/pistache-f2f5a50fbfb5b8ef6cf1d3d2a9d442a8270e375d/src/common/http.cc:384:41: warning: conversion to 'std::__cxx11::basic_string::size_type {aka unsigned int}' from 'long long unsigned int' may alter its value [-Wconversion] message->body_.reserve(contentLength); ^ /tmp/instance-2/output-1/build/pistache-f2f5a50fbfb5b8ef6cf1d3d2a9d442a8270e375d/src/common/http.cc:385:32: warning: conversion to 'size_t {aka unsigned int}' from 'long long unsigned int' may alter its value [-Wconversion] if (!readBody(contentLength)) ^ In file included from /tmp/instance-2/output-1/host/opt/ext-toolchain/arm-linux-gnueabihf/include/c++/7.3.1/vector:64:0, from /tmp/instance-2/output-1/build/pistache-f2f5a50fbfb5b8ef6cf1d3d2a9d442a8270e375d/src/../include/pistache/view.h:14, from /tmp/instance-2/output-1/build/pistache-f2f5a50fbfb5b8ef6cf1d3d2a9d442a8270e375d/src/../include/pistache/net.h:9, from /tmp/instance-2/output-1/build/pistache-f2f5a50fbfb5b8ef6cf1d3d2a9d442a8270e375d/src/../include/pistache/reactor.h:14, from /tmp/instance-2/output-1/build/pistache-f2f5a50fbfb5b8ef6cf1d3d2a9d442a8270e375d/src/common/reactor.cc:7: /tmp/instance-2/output-1/host/opt/ext-toolchain/arm-linux-gnueabihf/include/c++/7.3.1/bits/stl_vector.h: In constructor 'Pistache::Aio::FdSet::FdSet(std::vector&&)': /tmp/instance-2/output-1/host/opt/ext-toolchain/arm-linux-gnueabihf/include/c++/7.3.1/bits/stl_vector.h:1406:19: note: parameter passing for argument of type 'std::vector::iterator {aka __gnu_cxx::__normal_iterator >}' changed in GCC 7.1 _M_range_insert(__pos, __first, __last, ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~ std::__iterator_category(__first)); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-2/output-1/host/opt/ext-toolchain/arm-linux-gnueabihf/include/c++/7.3.1/bits/stl_vector.h:1406:19: note: parameter passing for argument of type 'std::move_iterator<__gnu_cxx::__normal_iterator > >' changed in GCC 7.1 In file included from /tmp/instance-2/output-1/host/opt/ext-toolchain/arm-linux-gnueabihf/include/c++/7.3.1/vector:69:0, from /tmp/instance-2/output-1/build/pistache-f2f5a50fbfb5b8ef6cf1d3d2a9d442a8270e375d/src/../include/pistache/view.h:14, from /tmp/instance-2/output-1/build/pistache-f2f5a50fbfb5b8ef6cf1d3d2a9d442a8270e375d/src/../include/pistache/net.h:9, from /tmp/instance-2/output-1/build/pistache-f2f5a50fbfb5b8ef6cf1d3d2a9d442a8270e375d/src/../include/pistache/reactor.h:14, from /tmp/instance-2/output-1/build/pistache-f2f5a50fbfb5b8ef6cf1d3d2a9d442a8270e375d/src/common/reactor.cc:7: /tmp/instance-2/output-1/host/opt/ext-toolchain/arm-linux-gnueabihf/include/c++/7.3.1/bits/vector.tcc: In member function 'void Pistache::Aio::SyncImpl::handleFds(std::vector) const': /tmp/instance-2/output-1/host/opt/ext-toolchain/arm-linux-gnueabihf/include/c++/7.3.1/bits/vector.tcc:105:21: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 _M_realloc_insert(end(), std::forward<_Args>(__args)...); ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-2/output-1/build/pistache-f2f5a50fbfb5b8ef6cf1d3d2a9d442a8270e375d/src/common/http.cc: In function 'Pistache::Async::Promise Pistache::Http::serveFile(Pistache::Http::ResponseWriter&, const string&, const Pistache::Http::Mime::MediaType&)': /tmp/instance-2/output-1/build/pistache-f2f5a50fbfb5b8ef6cf1d3d2a9d442a8270e375d/src/common/http.cc:873:25: warning: conversion to 'size_t {aka unsigned int}' from '__off64_t {aka long long int}' may alter its value [-Wconversion] const size_t len = sb.st_size; ~~~^~~~~~~ make[3]: Leaving directory '/tmp/instance-2/output-1/build/pistache-f2f5a50fbfb5b8ef6cf1d3d2a9d442a8270e375d' [ 91%] Built target pistache make[3]: Entering directory '/tmp/instance-2/output-1/build/pistache-f2f5a50fbfb5b8ef6cf1d3d2a9d442a8270e375d' make[3]: Entering directory '/tmp/instance-2/output-1/build/pistache-f2f5a50fbfb5b8ef6cf1d3d2a9d442a8270e375d' Scanning dependencies of target pistache_static Scanning dependencies of target pistache_shared make[3]: Leaving directory '/tmp/instance-2/output-1/build/pistache-f2f5a50fbfb5b8ef6cf1d3d2a9d442a8270e375d' make[3]: Leaving directory '/tmp/instance-2/output-1/build/pistache-f2f5a50fbfb5b8ef6cf1d3d2a9d442a8270e375d' make[3]: Entering directory '/tmp/instance-2/output-1/build/pistache-f2f5a50fbfb5b8ef6cf1d3d2a9d442a8270e375d' make[3]: Entering directory '/tmp/instance-2/output-1/build/pistache-f2f5a50fbfb5b8ef6cf1d3d2a9d442a8270e375d' [ 95%] Linking CXX shared library libpistache.so [100%] Linking CXX static library libpistache.a make[3]: Leaving directory '/tmp/instance-2/output-1/build/pistache-f2f5a50fbfb5b8ef6cf1d3d2a9d442a8270e375d' [100%] Built target pistache_static make[3]: Leaving directory '/tmp/instance-2/output-1/build/pistache-f2f5a50fbfb5b8ef6cf1d3d2a9d442a8270e375d' [100%] Built target pistache_shared make[2]: Leaving directory '/tmp/instance-2/output-1/build/pistache-f2f5a50fbfb5b8ef6cf1d3d2a9d442a8270e375d' make[1]: Leaving directory '/tmp/instance-2/output-1/build/pistache-f2f5a50fbfb5b8ef6cf1d3d2a9d442a8270e375d' >>> pistache f2f5a50fbfb5b8ef6cf1d3d2a9d442a8270e375d Installing to staging directory PATH="/tmp/instance-2/output-1/host/bin:/tmp/instance-2/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-2/output-1/host/arm-buildroot-linux-gnueabihf/sysroot install/fast -C /tmp/instance-2/output-1/build/pistache-f2f5a50fbfb5b8ef6cf1d3d2a9d442a8270e375d/ make[1]: Entering directory '/tmp/instance-2/output-1/build/pistache-f2f5a50fbfb5b8ef6cf1d3d2a9d442a8270e375d' Install the project... -- Install configuration: "Release" -- Installing: /tmp/instance-2/output-1/host/arm-buildroot-linux-gnueabihf/sysroot/usr/include/pistache/version.h -- Installing: /tmp/instance-2/output-1/host/arm-buildroot-linux-gnueabihf/sysroot/usr/lib/pkgconfig/libpistache.pc -- Installing: /tmp/instance-2/output-1/host/arm-buildroot-linux-gnueabihf/sysroot/usr/lib/libpistache.so.0.0.002-git20200708 -- Installing: /tmp/instance-2/output-1/host/arm-buildroot-linux-gnueabihf/sysroot/usr/lib/libpistache.so.0 -- Installing: /tmp/instance-2/output-1/host/arm-buildroot-linux-gnueabihf/sysroot/usr/lib/libpistache.so -- Up-to-date: /tmp/instance-2/output-1/host/arm-buildroot-linux-gnueabihf/sysroot/usr/include/pistache -- Installing: /tmp/instance-2/output-1/host/arm-buildroot-linux-gnueabihf/sysroot/usr/include/pistache/net.h -- Installing: /tmp/instance-2/output-1/host/arm-buildroot-linux-gnueabihf/sysroot/usr/include/pistache/flags.h -- Installing: /tmp/instance-2/output-1/host/arm-buildroot-linux-gnueabihf/sysroot/usr/include/pistache/stream.h -- Installing: /tmp/instance-2/output-1/host/arm-buildroot-linux-gnueabihf/sysroot/usr/include/pistache/os.h -- Installing: /tmp/instance-2/output-1/host/arm-buildroot-linux-gnueabihf/sysroot/usr/include/pistache/http.h -- Installing: /tmp/instance-2/output-1/host/arm-buildroot-linux-gnueabihf/sysroot/usr/include/pistache/router.h -- Installing: /tmp/instance-2/output-1/host/arm-buildroot-linux-gnueabihf/sysroot/usr/include/pistache/iterator_adapter.h -- Installing: /tmp/instance-2/output-1/host/arm-buildroot-linux-gnueabihf/sysroot/usr/include/pistache/http_header.h -- Installing: /tmp/instance-2/output-1/host/arm-buildroot-linux-gnueabihf/sysroot/usr/include/pistache/base64.h -- Installing: /tmp/instance-2/output-1/host/arm-buildroot-linux-gnueabihf/sysroot/usr/include/pistache/description.h -- Installing: /tmp/instance-2/output-1/host/arm-buildroot-linux-gnueabihf/sysroot/usr/include/pistache/tcp.h -- Installing: /tmp/instance-2/output-1/host/arm-buildroot-linux-gnueabihf/sysroot/usr/include/pistache/utils.h -- Installing: /tmp/instance-2/output-1/host/arm-buildroot-linux-gnueabihf/sysroot/usr/include/pistache/route_bind.h -- Installing: /tmp/instance-2/output-1/host/arm-buildroot-linux-gnueabihf/sysroot/usr/include/pistache/listener.h -- Installing: /tmp/instance-2/output-1/host/arm-buildroot-linux-gnueabihf/sysroot/usr/include/pistache/log.h -- Installing: /tmp/instance-2/output-1/host/arm-buildroot-linux-gnueabihf/sysroot/usr/include/pistache/optional.h -- Installing: /tmp/instance-2/output-1/host/arm-buildroot-linux-gnueabihf/sysroot/usr/include/pistache/timer_pool.h -- Installing: /tmp/instance-2/output-1/host/arm-buildroot-linux-gnueabihf/sysroot/usr/include/pistache/ssl_wrappers.h -- Installing: /tmp/instance-2/output-1/host/arm-buildroot-linux-gnueabihf/sysroot/usr/include/pistache/reactor.h -- Installing: /tmp/instance-2/output-1/host/arm-buildroot-linux-gnueabihf/sysroot/usr/include/pistache/transport.h -- Installing: /tmp/instance-2/output-1/host/arm-buildroot-linux-gnueabihf/sysroot/usr/include/pistache/errors.h -- Installing: /tmp/instance-2/output-1/host/arm-buildroot-linux-gnueabihf/sysroot/usr/include/pistache/type_checkers.h -- Installing: /tmp/instance-2/output-1/host/arm-buildroot-linux-gnueabihf/sysroot/usr/include/pistache/config.h -- Installing: /tmp/instance-2/output-1/host/arm-buildroot-linux-gnueabihf/sysroot/usr/include/pistache/http_headers.h -- Installing: /tmp/instance-2/output-1/host/arm-buildroot-linux-gnueabihf/sysroot/usr/include/pistache/mailbox.h -- Installing: /tmp/instance-2/output-1/host/arm-buildroot-linux-gnueabihf/sysroot/usr/include/pistache/client.h -- Installing: /tmp/instance-2/output-1/host/arm-buildroot-linux-gnueabihf/sysroot/usr/include/pistache/http_defs.h -- Installing: /tmp/instance-2/output-1/host/arm-buildroot-linux-gnueabihf/sysroot/usr/include/pistache/common.h -- Installing: /tmp/instance-2/output-1/host/arm-buildroot-linux-gnueabihf/sysroot/usr/include/pistache/serializer -- Installing: /tmp/instance-2/output-1/host/arm-buildroot-linux-gnueabihf/sysroot/usr/include/pistache/serializer/rapidjson.h -- Installing: /tmp/instance-2/output-1/host/arm-buildroot-linux-gnueabihf/sysroot/usr/include/pistache/prototype.h -- Installing: /tmp/instance-2/output-1/host/arm-buildroot-linux-gnueabihf/sysroot/usr/include/pistache/mime.h -- Installing: /tmp/instance-2/output-1/host/arm-buildroot-linux-gnueabihf/sysroot/usr/include/pistache/string_view.h -- Up-to-date: /tmp/instance-2/output-1/host/arm-buildroot-linux-gnueabihf/sysroot/usr/include/pistache/version.h -- Installing: /tmp/instance-2/output-1/host/arm-buildroot-linux-gnueabihf/sysroot/usr/include/pistache/typeid.h -- Installing: /tmp/instance-2/output-1/host/arm-buildroot-linux-gnueabihf/sysroot/usr/include/pistache/view.h -- Installing: /tmp/instance-2/output-1/host/arm-buildroot-linux-gnueabihf/sysroot/usr/include/pistache/endpoint.h -- Installing: /tmp/instance-2/output-1/host/arm-buildroot-linux-gnueabihf/sysroot/usr/include/pistache/string_logger.h -- Installing: /tmp/instance-2/output-1/host/arm-buildroot-linux-gnueabihf/sysroot/usr/include/pistache/peer.h -- Installing: /tmp/instance-2/output-1/host/arm-buildroot-linux-gnueabihf/sysroot/usr/include/pistache/date.h -- Installing: /tmp/instance-2/output-1/host/arm-buildroot-linux-gnueabihf/sysroot/usr/include/pistache/async.h -- Installing: /tmp/instance-2/output-1/host/arm-buildroot-linux-gnueabihf/sysroot/usr/include/pistache/cookie.h -- Installing: /tmp/instance-2/output-1/host/arm-buildroot-linux-gnueabihf/sysroot/usr/lib/libpistache.a -- Installing: /tmp/instance-2/output-1/host/arm-buildroot-linux-gnueabihf/sysroot/usr/lib/cmake/pistache/PistacheTargets.cmake -- Installing: /tmp/instance-2/output-1/host/arm-buildroot-linux-gnueabihf/sysroot/usr/lib/cmake/pistache/PistacheTargets-release.cmake -- Installing: /tmp/instance-2/output-1/host/arm-buildroot-linux-gnueabihf/sysroot/usr/lib/cmake/pistache/PistacheConfig.cmake -- Installing: /tmp/instance-2/output-1/host/arm-buildroot-linux-gnueabihf/sysroot/usr/lib/cmake/pistache/PistacheConfigVersion.cmake make[1]: Leaving directory '/tmp/instance-2/output-1/build/pistache-f2f5a50fbfb5b8ef6cf1d3d2a9d442a8270e375d' >>> pistache f2f5a50fbfb5b8ef6cf1d3d2a9d442a8270e375d Fixing libtool files for la in $(find /tmp/instance-2/output-1/host/arm-buildroot-linux-gnueabihf/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /usr/bin/sed -i -e "s:/tmp/instance-2/output-1:@BASE_DIR@:g" \ -e "s:/tmp/instance-2/output-1/host/arm-buildroot-linux-gnueabihf/sysroot:@STAGING_DIR@:g" \ -e "s:/tmp/instance-2/output-1/host/opt/ext-toolchain:@TOOLCHAIN_EXTERNAL_INSTALL_DIR@:g" \ -e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ -e "s:\(['= ]\)/lib:\\1@STAGING_DIR@/lib:g" \ -e "s:@TOOLCHAIN_EXTERNAL_INSTALL_DIR@:/tmp/instance-2/output-1/host/opt/ext-toolchain:g" \ -e "s:@STAGING_DIR@:/tmp/instance-2/output-1/host/arm-buildroot-linux-gnueabihf/sysroot:g" \ -e "s:@BASE_DIR@:/tmp/instance-2/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 >>> pistache f2f5a50fbfb5b8ef6cf1d3d2a9d442a8270e375d Installing to target PATH="/tmp/instance-2/output-1/host/bin:/tmp/instance-2/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-2/output-1/target install/fast -C /tmp/instance-2/output-1/build/pistache-f2f5a50fbfb5b8ef6cf1d3d2a9d442a8270e375d/ make[1]: Entering directory '/tmp/instance-2/output-1/build/pistache-f2f5a50fbfb5b8ef6cf1d3d2a9d442a8270e375d' Install the project... -- Install configuration: "Release" -- Installing: /tmp/instance-2/output-1/target/usr/include/pistache/version.h -- Installing: /tmp/instance-2/output-1/target/usr/lib/pkgconfig/libpistache.pc -- Installing: /tmp/instance-2/output-1/target/usr/lib/libpistache.so.0.0.002-git20200708 -- Installing: /tmp/instance-2/output-1/target/usr/lib/libpistache.so.0 -- Installing: /tmp/instance-2/output-1/target/usr/lib/libpistache.so -- Up-to-date: /tmp/instance-2/output-1/target/usr/include/pistache -- Installing: /tmp/instance-2/output-1/target/usr/include/pistache/net.h -- Installing: /tmp/instance-2/output-1/target/usr/include/pistache/flags.h -- Installing: /tmp/instance-2/output-1/target/usr/include/pistache/stream.h -- Installing: /tmp/instance-2/output-1/target/usr/include/pistache/os.h -- Installing: /tmp/instance-2/output-1/target/usr/include/pistache/http.h -- Installing: /tmp/instance-2/output-1/target/usr/include/pistache/router.h -- Installing: /tmp/instance-2/output-1/target/usr/include/pistache/iterator_adapter.h -- Installing: /tmp/instance-2/output-1/target/usr/include/pistache/http_header.h -- Installing: /tmp/instance-2/output-1/target/usr/include/pistache/base64.h -- Installing: /tmp/instance-2/output-1/target/usr/include/pistache/description.h -- Installing: /tmp/instance-2/output-1/target/usr/include/pistache/tcp.h -- Installing: /tmp/instance-2/output-1/target/usr/include/pistache/utils.h -- Installing: /tmp/instance-2/output-1/target/usr/include/pistache/route_bind.h -- Installing: /tmp/instance-2/output-1/target/usr/include/pistache/listener.h -- Installing: /tmp/instance-2/output-1/target/usr/include/pistache/log.h -- Installing: /tmp/instance-2/output-1/target/usr/include/pistache/optional.h -- Installing: /tmp/instance-2/output-1/target/usr/include/pistache/timer_pool.h -- Installing: /tmp/instance-2/output-1/target/usr/include/pistache/ssl_wrappers.h -- Installing: /tmp/instance-2/output-1/target/usr/include/pistache/reactor.h -- Installing: /tmp/instance-2/output-1/target/usr/include/pistache/transport.h -- Installing: /tmp/instance-2/output-1/target/usr/include/pistache/errors.h -- Installing: /tmp/instance-2/output-1/target/usr/include/pistache/type_checkers.h -- Installing: /tmp/instance-2/output-1/target/usr/include/pistache/config.h -- Installing: /tmp/instance-2/output-1/target/usr/include/pistache/http_headers.h -- Installing: /tmp/instance-2/output-1/target/usr/include/pistache/mailbox.h -- Installing: /tmp/instance-2/output-1/target/usr/include/pistache/client.h -- Installing: /tmp/instance-2/output-1/target/usr/include/pistache/http_defs.h -- Installing: /tmp/instance-2/output-1/target/usr/include/pistache/common.h -- Installing: /tmp/instance-2/output-1/target/usr/include/pistache/serializer -- Installing: /tmp/instance-2/output-1/target/usr/include/pistache/serializer/rapidjson.h -- Installing: /tmp/instance-2/output-1/target/usr/include/pistache/prototype.h -- Installing: /tmp/instance-2/output-1/target/usr/include/pistache/mime.h -- Installing: /tmp/instance-2/output-1/target/usr/include/pistache/string_view.h -- Up-to-date: /tmp/instance-2/output-1/target/usr/include/pistache/version.h -- Installing: /tmp/instance-2/output-1/target/usr/include/pistache/typeid.h -- Installing: /tmp/instance-2/output-1/target/usr/include/pistache/view.h -- Installing: /tmp/instance-2/output-1/target/usr/include/pistache/endpoint.h -- Installing: /tmp/instance-2/output-1/target/usr/include/pistache/string_logger.h -- Installing: /tmp/instance-2/output-1/target/usr/include/pistache/peer.h -- Installing: /tmp/instance-2/output-1/target/usr/include/pistache/date.h -- Installing: /tmp/instance-2/output-1/target/usr/include/pistache/async.h -- Installing: /tmp/instance-2/output-1/target/usr/include/pistache/cookie.h -- Installing: /tmp/instance-2/output-1/target/usr/lib/libpistache.a -- Installing: /tmp/instance-2/output-1/target/usr/lib/cmake/pistache/PistacheTargets.cmake -- Installing: /tmp/instance-2/output-1/target/usr/lib/cmake/pistache/PistacheTargets-release.cmake -- Installing: /tmp/instance-2/output-1/target/usr/lib/cmake/pistache/PistacheConfig.cmake -- Installing: /tmp/instance-2/output-1/target/usr/lib/cmake/pistache/PistacheConfigVersion.cmake make[1]: Leaving directory '/tmp/instance-2/output-1/build/pistache-f2f5a50fbfb5b8ef6cf1d3d2a9d442a8270e375d' tunctl-1.5.tar.gz: OK (sha256: aa2a6c4cc6bfacb11e0d9f62334a6638a0d435475c61230116f00b6af8b14fff) >>> tunctl 1.5 Extracting gzip -d -c /tmp/instance-2/dl/tunctl/tunctl-1.5.tar.gz | tar --strip-components=1 -C /tmp/instance-2/output-1/build/tunctl-1.5 -xf - >>> tunctl 1.5 Patching >>> tunctl 1.5 Configuring >>> tunctl 1.5 Building /usr/bin/make -j96 PATH="/tmp/instance-2/output-1/host/bin:/tmp/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" AR="/tmp/instance-2/output-1/host/bin/arm-linux-gnueabihf-ar" AS="/tmp/instance-2/output-1/host/bin/arm-linux-gnueabihf-as" LD="/tmp/instance-2/output-1/host/bin/arm-linux-gnueabihf-ld" NM="/tmp/instance-2/output-1/host/bin/arm-linux-gnueabihf-nm" CC="/tmp/instance-2/output-1/host/bin/arm-linux-gnueabihf-gcc" GCC="/tmp/instance-2/output-1/host/bin/arm-linux-gnueabihf-gcc" CPP="/tmp/instance-2/output-1/host/bin/arm-linux-gnueabihf-cpp" CXX="/tmp/instance-2/output-1/host/bin/arm-linux-gnueabihf-g++" FC="/tmp/instance-2/output-1/host/bin/arm-linux-gnueabihf-gfortran" F77="/tmp/instance-2/output-1/host/bin/arm-linux-gnueabihf-gfortran" RANLIB="/tmp/instance-2/output-1/host/bin/arm-linux-gnueabihf-ranlib" READELF="/tmp/instance-2/output-1/host/bin/arm-linux-gnueabihf-readelf" STRIP="/tmp/instance-2/output-1/host/bin/arm-linux-gnueabihf-strip" OBJCOPY="/tmp/instance-2/output-1/host/bin/arm-linux-gnueabihf-objcopy" OBJDUMP="/tmp/instance-2/output-1/host/bin/arm-linux-gnueabihf-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/tmp/instance-2/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/tmp/instance-2/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/tmp/instance-2/output-1/host/include" LDFLAGS_FOR_BUILD="-L/tmp/instance-2/output-1/host/lib -Wl,-rpath,/tmp/instance-2/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/tmp/instance-2/output-1/host/bin/arm-linux-gnueabihf-as" DEFAULT_LINKER="/tmp/instance-2/output-1/host/bin/arm-linux-gnueabihf-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -Os " FFLAGS=" -Os " PKG_CONFIG="/tmp/instance-2/output-1/host/bin/pkg-config" STAGING_DIR="/tmp/instance-2/output-1/host/arm-buildroot-linux-gnueabihf/sysroot" INTLTOOL_PERL=/usr/bin/perl -C /tmp/instance-2/output-1/build/tunctl-1.5 tunctl make[1]: Entering directory '/tmp/instance-2/output-1/build/tunctl-1.5' /tmp/instance-2/output-1/host/bin/arm-linux-gnueabihf-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=2 -o tunctl tunctl.c make[1]: Leaving directory '/tmp/instance-2/output-1/build/tunctl-1.5' >>> tunctl 1.5 Installing to target /usr/bin/install -m 0755 -D /tmp/instance-2/output-1/build/tunctl-1.5/tunctl /tmp/instance-2/output-1/target/usr/sbin/tunctl >>> Finalizing host directory >>> Finalizing target directory mkdir -p /tmp/instance-2/output-1/host/etc/meson sed -e 's%@TARGET_CROSS@%/tmp/instance-2/output-1/host/bin/arm-linux-gnueabihf-%g' -e 's%@TARGET_ARCH@%arm%g' -e 's%@TARGET_CPU@%cortex-a8%g' -e 's%@TARGET_ENDIAN@%little%g' -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Os', '-D_FORTIFY_SOURCE=2'@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', '-D_FORTIFY_SOURCE=2'@PKG_TARGET_CFLAGS@%g" -e 's%@HOST_DIR@%/tmp/instance-2/output-1/host%g' -e 's%@STAGING_DIR@%/tmp/instance-2/output-1/host/arm-buildroot-linux-gnueabihf/sysroot%g' -e 's%@STATIC@%false%g' package/meson//cross-compilation.conf.in > /tmp/instance-2/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-2/output-1/host/etc/meson/cross-compilation.conf.in > /tmp/instance-2/output-1/host/etc/meson/cross-compilation.conf mkdir -p /tmp/instance-2/output-1/target/etc echo "buildroot" > /tmp/instance-2/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /tmp/instance-2/output-1/target/etc/hosts mkdir -p /tmp/instance-2/output-1/target/etc echo "Welcome to Buildroot" > /tmp/instance-2/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /tmp/instance-2/output-1/target/etc/shadow rm -f /tmp/instance-2/output-1/target/bin/sh printf '%s\n' C en_US locale-archive > /tmp/instance-2/output-1/build/locales.nopurge for dir in /tmp/instance-2/output-1/target/usr/share/locale /tmp/instance-2/output-1/target/usr/share/X11/locale /tmp/instance-2/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-2/output-1/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /tmp/instance-2/output-1/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /tmp/instance-2/output-1/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /tmp/instance-2/output-1/target/usr/share/X11/locale/locale.dir; fi rm -rf /tmp/instance-2/output-1/target/usr/include /tmp/instance-2/output-1/target/usr/share/aclocal \ /tmp/instance-2/output-1/target/usr/lib/pkgconfig /tmp/instance-2/output-1/target/usr/share/pkgconfig \ /tmp/instance-2/output-1/target/usr/lib/cmake /tmp/instance-2/output-1/target/usr/share/cmake \ /tmp/instance-2/output-1/target/usr/doc find /tmp/instance-2/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /tmp/instance-2/output-1/target/lib/ /tmp/instance-2/output-1/target/usr/lib/ /tmp/instance-2/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f find: '/tmp/instance-2/output-1/target/usr/libexec/': No such file or directory rm -rf /tmp/instance-2/output-1/target/usr/share/gdb rm -rf /tmp/instance-2/output-1/target/usr/share/bash-completion rm -rf /tmp/instance-2/output-1/target/etc/bash_completion.d rm -rf /tmp/instance-2/output-1/target/usr/share/zsh rm -rf /tmp/instance-2/output-1/target/usr/man /tmp/instance-2/output-1/target/usr/share/man rm -rf /tmp/instance-2/output-1/target/usr/info /tmp/instance-2/output-1/target/usr/share/info rm -rf /tmp/instance-2/output-1/target/usr/doc /tmp/instance-2/output-1/target/usr/share/doc rm -rf /tmp/instance-2/output-1/target/usr/share/gtk-doc rmdir /tmp/instance-2/output-1/target/usr/share 2>/dev/null || true rm -rf /tmp/instance-2/output-1/target/lib/debug /tmp/instance-2/output-1/target/usr/lib/debug find /tmp/instance-2/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-2/output-1/host/bin/arm-linux-gnueabihf-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /tmp/instance-2/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /tmp/instance-2/output-1/host/bin/arm-linux-gnueabihf-strip --remove-section=.comment --remove-section=.note --strip-debug 2>/dev/null || true test -f /tmp/instance-2/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-2/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-2/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2021.05-75-gf5b86cf2ce"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2021.05"; \ echo "PRETTY_NAME=\"Buildroot 2021.05\"" \ ) > /tmp/instance-2/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /tmp/instance-2/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/tmp/instance-2/output-1/per-package /tmp/instance-2/buildroot/support/scripts/fix-rpath target touch /tmp/instance-2/output-1/target/usr ln -snf /tmp/instance-2/output-1/host/arm-buildroot-linux-gnueabihf/sysroot /tmp/instance-2/output-1/staging make: Leaving directory '/tmp/instance-2/buildroot' make: Entering directory '/tmp/instance-2/buildroot' >>> Buildroot 2021.05-75-gf5b86cf2ce Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-external Collecting legal info >>> host-skeleton Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-none Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain-external-linaro-arm 2018.05 Collecting legal info >>> toolchain Collecting legal info >>> bitcoin 0.21.1 Collecting legal info COPYING: OK (sha256: 96fe807030b21f88305adc32af62f9aa19915f2783509fd6f52aea02cf83f644) >>> boost 1.75.0 Collecting legal info LICENSE_1_0.txt: OK (sha256: c9bff75738922193e67fa726fa225535870d2aa1059f91452c411736284ad566) >>> 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-m4 1.4.18 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-automake 1.15.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> libevent 2.1.12 Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> openssl Collecting legal info >>> libopenssl 1.1.1k Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> boinc 7.16.16 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LESSER: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> libcurl 7.77.0 Collecting legal info COPYING: OK (sha256: 6fd1a1c008b5ef4c4741dd188c3f8af6944c14c25afa881eb064f98fb98358e7) >>> cifs-utils 6.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> civetweb 1.13 Collecting legal info LICENSE.md: OK (sha256: 291622dfbbf4fb35829726fbe97177b7227c0d4d6392b350660af73af4f86df8) >>> host-dfu-util 0.10 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-libusb 1.0.24 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> dos2unix 7.4.2 Collecting legal info COPYING.txt: OK (sha256: db8888b7d1454348aca0c6ca851327245ef60e57afa8a6555761c8b95d24af77) >>> dump1090 bff92c4ad772a0a8d433f788d39dae97e00e4dbe Collecting legal info anet.h: OK (sha256: 29046ef7ee0b7b127bcc64faf135035820906dea2b379b2efcfc119131a39f7a) >>> librtlsdr ed0317e6a58c098874ac58b769cf2e609c18d9a5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-cmake 3.16.9 Collecting legal info Copyright.txt: OK (sha256: dc628fb936a5d229296d42083f9a8218aa32204c016919e784404c9ec58776e9) >>> libusb 1.0.24 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> freeradius-client 1.1.7 Collecting legal info COPYRIGHT: OK (sha256: e579878de7971b2224ae2263bbc61f6c465fe40e884a9068d5fa9d17fbfd2ebe) >>> nettle 3.7.3 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> freeswitch 1.10.6 Collecting legal info COPYING: OK (sha256: 75c933202f40939cdc3827fce20a1efdaa38291e2b5a65d234eb16e2cffda66a) libs/apr/LICENSE: OK (sha256: e8e26b16da14aa3e6ed5c22c705fdc1f45d6225fca461ea9f7314bcdfdc414c4) libs/apr-util/LICENSE: OK (sha256: 1eefb2ea1db0af7729a9d8a27d7c65d8a37ab185393f935b029aac6828ce315a) libs/srtp/LICENSE: OK (sha256: 8e19d42a1eec9561f3f347253ddf2e385c55f392f025bb0fd41b88dbf38db5ae) libs/libzrtp/src/zrtp_legal.c: OK (sha256: 7d72a8aee2c4b1a084200487992a5d86f5df6b535727a14c1874918e99d24600) >>> jpeg Collecting legal info >>> jpeg-turbo 2.0.6 Collecting legal info LICENSE.md: OK (sha256: 0b7a24c3906d26dfbe24e96e9415549b387c3227140dc6b7ab2fb924254e37a1) README.ijg: OK (sha256: 01ccef626ec864773c681d4a4056f72af9052d619e0609df0d369117f8b3efdf) >>> pcre 8.44 Collecting legal info LICENCE: OK (sha256: 0dd9c13864dbb9ee4d77a1557e96be29b2d719fb6584192ee36611aae264c4a3) >>> portaudio v190600_20161030 Collecting legal info LICENSE.txt: OK (sha256: ec52a1952d701f94e5135719a47376da4ee0b4a0201f1cafb49f61db6480ac3d) >>> sofia-sip 1.13.3-8071e8accd Collecting legal info COPYING: OK (sha256: e1c0890440efe31b6cd2ee2abf895eb917c787799f079133f5809414d90d5d60) COPYRIGHTS: OK (sha256: b402ae58cf355b33be8fa023f704a039e3d41ecaccd2bbcda43ca31d703e4556) >>> spandsp 3.0.0-6ec23e5a7e Collecting legal info COPYING: OK (sha256: 366576cb0b869cd9e95a4882878607314650488ac635e5df0692180382e9666a) >>> tiff 4.2.0 Collecting legal info COPYRIGHT: OK (sha256: fbd6fed7938541d2c809c0826225fc85e551fdbfa8732b10f0c87e0847acafd7) >>> speex 1.2.0 Collecting legal info COPYING: OK (sha256: 671bb5d8fd3c6b05a2e831d90f978ac27965c92bd8ea6d16b3df76e3440c0e9f) >>> libogg 1.3.4 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> speexdsp SpeexDSP-1.2.0 Collecting legal info COPYING: OK (sha256: 671bb5d8fd3c6b05a2e831d90f978ac27965c92bd8ea6d16b3df76e3440c0e9f) >>> sqlite 3340100 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> 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) >>> glog 0.4.0 Collecting legal info COPYING: OK (sha256: 0fc497129c5c69ff6f22da6933c7e4aaef082fde8437fd57680c2780100772a4) >>> gnutls 3.7.1 Collecting legal info doc/COPYING.LESSER: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> libtasn1 4.17.0 Collecting legal info COPYING: OK (sha256: 7446831f659f7ebfd8d497acc7f05dfa8e31c6cb6ba1b45df33d4895ab80f5a6) doc/COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) doc/COPYING.LESSER: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-bison 3.7.6 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> ifplugd 0.28 Collecting legal info LICENSE: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libdaemon 0.14 Collecting legal info LICENSE: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> imagemagick 7.0.11-13 Collecting legal info LICENSE: OK (sha256: 040badb77b659e751ea16113490a937e1e01f3f5d32181e966b8982413533fb2) >>> libcofi 7313fbe12b0593034d0a1b606bf33c7cf4ababce Collecting legal info README.md: OK (sha256: 1a8203e5d11f0841235cf30265b1ffb19c0d9c4a6d2889554cbeccaf9f09b327) >>> libfreefare 0.4.0 Collecting legal info COPYING: OK (sha256: be6209dfd763a0ba77fbe990cfd2512804441d8b5f0cad927baa3341b50fcade) >>> libnfc 1.8.0 Collecting legal info COPYING: OK (sha256: 9ccf26cfe845e0eb8bb58053e47366e7ab6b697ae010f7650978d4b71b7d1fc1) >>> libfuse 2.9.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnetconf2 1.1.43 Collecting legal info LICENSE: OK (sha256: bd962ab457c8a8cb8faaaa36c11484680f3c9a47dbc336507817ae8935384064) >>> libssh 0.9.5 Collecting legal info COPYING: OK (sha256: 1656186e951db1c010a8485481fa94587f7e53a26d24976bef97945ad0c4df5a) >>> libyang 1.0.225 Collecting legal info LICENSE: OK (sha256: f942fe693e03e4e3ff67a351c00dc8f468a042e0d7273b0aa6bc53060b568112) >>> libpciaccess 0.16 Collecting legal info COPYING: OK (sha256: 47012fd746980d1712ac4f3841ab6164bda1d2b84880760e45dbe1e1dc07f608) >>> libqrencode 4.1.1 Collecting legal info COPYING: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> log4cpp 1.1.3 Collecting legal info log4cpp/COPYING: OK (sha256: a190dc9c8043755d90f8b0a75fa66b9e42d4af4c980bf5ddc633f0124db3cee7) >>> lsscsi 0.31 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> netopeer2 1.1.70 Collecting legal info LICENSE: OK (sha256: b46f161fbdcf127d3ef22602e15958c3092fe3294f71a2dc8cdf8f6689cba95b) >>> host-sysrepo 1.4.122 Collecting legal info LICENSE: OK (sha256: b40930bbcf80744c86c46a12bc9da056641d722716c378f5659b9e555ef833e1) >>> host-libyang 1.0.225 Collecting legal info LICENSE: OK (sha256: f942fe693e03e4e3ff67a351c00dc8f468a042e0d7273b0aa6bc53060b568112) >>> host-pcre 8.44 Collecting legal info LICENCE: OK (sha256: 0dd9c13864dbb9ee4d77a1557e96be29b2d719fb6584192ee36611aae264c4a3) >>> sysrepo 1.4.122 Collecting legal info LICENSE: OK (sha256: b40930bbcf80744c86c46a12bc9da056641d722716c378f5659b9e555ef833e1) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pistache f2f5a50fbfb5b8ef6cf1d3d2a9d442a8270e375d Collecting legal info LICENSE: OK (sha256: c6596eb7be8581c18be736c846fb9173b69eccf6ef94c5135893ec56bd92ba08) >>> tunctl 1.5 Collecting legal info tunctl.c: OK (sha256: bcd12b6749dbd86c051cc2ef9e838096741602d4db213cc866b1da6cfeda5f16) WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-linaro-arm-2018.05: cannot save license (TOOLCHAIN_EXTERNAL_LINARO_ARM_LICENSE_FILES not defined) Legal info produced in /tmp/instance-2/output-1/legal-info make: Leaving directory '/tmp/instance-2/buildroot'