/tmp/instance-0/output-1/build/thrift-0.13.0/lib/cpp/src/thrift/transport/TSSLSocket.cpp:178:39: warning: 'const SSL_METHOD* TLSv1_2_method()' is deprecated [-Wdeprecated-declarations] 178 | ctx_ = SSL_CTX_new(TLSv1_2_method()); | ^ In file included from /tmp/instance-0/output-1/host/arm-buildroot-linux-musleabihf/sysroot/usr/include/openssl/e_os2.h:13, from /tmp/instance-0/output-1/host/arm-buildroot-linux-musleabihf/sysroot/usr/include/openssl/err.h:13, from /tmp/instance-0/output-1/build/thrift-0.13.0/lib/cpp/src/thrift/transport/TSSLSocket.cpp:48: /tmp/instance-0/output-1/host/arm-buildroot-linux-musleabihf/sysroot/usr/include/openssl/ssl.h:1889:1: note: declared here 1889 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_2_method(void)) /* TLSv1.2 */ | ^~~~~~~~~~~~~~~~~~ /tmp/instance-0/output-1/build/thrift-0.13.0/lib/cpp/src/thrift/transport/TSSLSocket.cpp: In member function 'virtual void apache::thrift::transport::TSSLSocket::close()': /tmp/instance-0/output-1/build/thrift-0.13.0/lib/cpp/src/thrift/transport/TSSLSocket.cpp:382:23: warning: 'void ERR_remove_state(long unsigned int)' is deprecated [-Wdeprecated-declarations] 382 | ERR_remove_state(0); | ^ In file included from /tmp/instance-0/output-1/host/arm-buildroot-linux-musleabihf/sysroot/usr/include/openssl/e_os2.h:13, from /tmp/instance-0/output-1/host/arm-buildroot-linux-musleabihf/sysroot/usr/include/openssl/err.h:13, from /tmp/instance-0/output-1/build/thrift-0.13.0/lib/cpp/src/thrift/transport/TSSLSocket.cpp:48: /tmp/instance-0/output-1/host/arm-buildroot-linux-musleabihf/sysroot/usr/include/openssl/err.h:261:1: note: declared here 261 | DEPRECATEDIN_1_0_0(void ERR_remove_state(unsigned long pid)) | ^~~~~~~~~~~~~~~~~~ /tmp/instance-0/output-1/build/thrift-0.13.0/lib/cpp/src/thrift/transport/TSSLSocket.cpp:382:23: warning: 'void ERR_remove_state(long unsigned int)' is deprecated [-Wdeprecated-declarations] 382 | ERR_remove_state(0); | ^ In file included from /tmp/instance-0/output-1/host/arm-buildroot-linux-musleabihf/sysroot/usr/include/openssl/e_os2.h:13, from /tmp/instance-0/output-1/host/arm-buildroot-linux-musleabihf/sysroot/usr/include/openssl/err.h:13, from /tmp/instance-0/output-1/build/thrift-0.13.0/lib/cpp/src/thrift/transport/TSSLSocket.cpp:48: /tmp/instance-0/output-1/host/arm-buildroot-linux-musleabihf/sysroot/usr/include/openssl/err.h:261:1: note: declared here 261 | DEPRECATEDIN_1_0_0(void ERR_remove_state(unsigned long pid)) | ^~~~~~~~~~~~~~~~~~ /tmp/instance-0/output-1/build/thrift-0.13.0/lib/cpp/src/thrift/transport/TSSLSocket.cpp: In member function 'virtual void apache::thrift::transport::TSSLSocket::authorize()': /tmp/instance-0/output-1/build/thrift-0.13.0/lib/cpp/src/thrift/transport/TSSLSocket.cpp:734:55: warning: 'unsigned char* ASN1_STRING_data(ASN1_STRING*)' is deprecated [-Wdeprecated-declarations] 734 | char* data = (char*)ASN1_STRING_data(name->d.ia5); | ^ In file included from /tmp/instance-0/output-1/host/arm-buildroot-linux-musleabihf/sysroot/usr/include/openssl/e_os2.h:13, from /tmp/instance-0/output-1/host/arm-buildroot-linux-musleabihf/sysroot/usr/include/openssl/err.h:13, from /tmp/instance-0/output-1/build/thrift-0.13.0/lib/cpp/src/thrift/transport/TSSLSocket.cpp:48: /tmp/instance-0/output-1/host/arm-buildroot-linux-musleabihf/sysroot/usr/include/openssl/asn1.h:554:1: note: declared here 554 | DEPRECATEDIN_1_1_0(unsigned char *ASN1_STRING_data(ASN1_STRING *x)) | ^~~~~~~~~~~~~~~~~~ /tmp/instance-0/output-1/build/thrift-0.13.0/lib/cpp/src/thrift/transport/TSSLSocket.cpp:734:55: warning: 'unsigned char* ASN1_STRING_data(ASN1_STRING*)' is deprecated [-Wdeprecated-declarations] 734 | char* data = (char*)ASN1_STRING_data(name->d.ia5); | ^ In file included from /tmp/instance-0/output-1/host/arm-buildroot-linux-musleabihf/sysroot/usr/include/openssl/e_os2.h:13, from /tmp/instance-0/output-1/host/arm-buildroot-linux-musleabihf/sysroot/usr/include/openssl/err.h:13, from /tmp/instance-0/output-1/build/thrift-0.13.0/lib/cpp/src/thrift/transport/TSSLSocket.cpp:48: /tmp/instance-0/output-1/host/arm-buildroot-linux-musleabihf/sysroot/usr/include/openssl/asn1.h:554:1: note: declared here 554 | DEPRECATEDIN_1_1_0(unsigned char *ASN1_STRING_data(ASN1_STRING *x)) | ^~~~~~~~~~~~~~~~~~ /tmp/instance-0/output-1/build/thrift-0.13.0/lib/cpp/src/thrift/transport/TSSLSocket.cpp: At global scope: /tmp/instance-0/output-1/build/thrift-0.13.0/lib/cpp/src/thrift/transport/TSSLSocket.cpp:108:13: warning: 'void apache::thrift::transport::dyn_destroy(CRYPTO_dynlock_value*, const char*, int)' defined but not used [-Wunused-function] 108 | static void dyn_destroy(struct CRYPTO_dynlock_value* lock, const char*, int) { | ^~~~~~~~~~~ /tmp/instance-0/output-1/build/thrift-0.13.0/lib/cpp/src/thrift/transport/TSSLSocket.cpp:98:13: warning: 'void apache::thrift::transport::dyn_lock(int, CRYPTO_dynlock_value*, const char*, int)' defined but not used [-Wunused-function] 98 | static void dyn_lock(int mode, struct CRYPTO_dynlock_value* lock, const char*, int) { | ^~~~~~~~ /tmp/instance-0/output-1/build/thrift-0.13.0/lib/cpp/src/thrift/transport/TSSLSocket.cpp:94:30: warning: 'CRYPTO_dynlock_value* apache::thrift::transport::dyn_create(const char*, int)' defined but not used [-Wunused-function] 94 | static CRYPTO_dynlock_value* dyn_create(const char*, int) { | ^~~~~~~~~~ /tmp/instance-0/output-1/build/thrift-0.13.0/lib/cpp/src/thrift/transport/TSSLSocket.cpp:73:13: warning: 'void apache::thrift::transport::callbackLocking(int, int, const char*, int)' defined but not used [-Wunused-function] 73 | static void callbackLocking(int mode, int n, const char*, int) { | ^~~~~~~~~~~~~~~ [ 80%] Linking CXX shared library ../libthrift.so make[3]: Leaving directory '/tmp/instance-0/output-1/build/thrift-0.13.0' [ 80%] Built target thrift make[3]: Entering directory '/tmp/instance-0/output-1/build/thrift-0.13.0' make[3]: Entering directory '/tmp/instance-0/output-1/build/thrift-0.13.0' Scanning dependencies of target thriftz Scanning dependencies of target thriftnb make[3]: Leaving directory '/tmp/instance-0/output-1/build/thrift-0.13.0' make[3]: Leaving directory '/tmp/instance-0/output-1/build/thrift-0.13.0' make[3]: Entering directory '/tmp/instance-0/output-1/build/thrift-0.13.0' make[3]: Entering directory '/tmp/instance-0/output-1/build/thrift-0.13.0' [ 82%] Building CXX object lib/cpp/CMakeFiles/thriftz.dir/src/thrift/transport/THeaderTransport.cpp.o [ 84%] Building CXX object lib/cpp/CMakeFiles/thriftnb.dir/src/thrift/async/TEvhttpServer.cpp.o [ 88%] Building CXX object lib/cpp/CMakeFiles/thriftz.dir/src/thrift/protocol/THeaderProtocol.cpp.o [ 88%] Building CXX object lib/cpp/CMakeFiles/thriftnb.dir/src/thrift/transport/TNonblockingServerSocket.cpp.o [ 90%] Building CXX object lib/cpp/CMakeFiles/thriftnb.dir/src/thrift/server/TNonblockingServer.cpp.o [ 92%] Building CXX object lib/cpp/CMakeFiles/thriftz.dir/src/thrift/transport/TZlibTransport.cpp.o [ 94%] Building CXX object lib/cpp/CMakeFiles/thriftnb.dir/src/thrift/async/TEvhttpClientChannel.cpp.o [ 96%] Building CXX object lib/cpp/CMakeFiles/thriftnb.dir/src/thrift/transport/TNonblockingSSLServerSocket.cpp.o In file included from /tmp/instance-0/output-1/build/thrift-0.13.0/lib/cpp/src/thrift/transport/TNonblockingServerSocket.cpp:33: /tmp/instance-0/output-1/host/arm-buildroot-linux-musleabihf/sysroot/usr/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include to [-Wcpp] 1 | #warning redirecting incorrect #include to | ^~~~~~~ /tmp/instance-0/output-1/build/thrift-0.13.0/lib/cpp/src/thrift/server/TNonblockingServer.cpp: In static member function 'static void apache::thrift::server::TNonblockingServer::TConnection::eventHandler(int, short int, void*)': /tmp/instance-0/output-1/build/thrift-0.13.0/lib/cpp/src/thrift/server/TNonblockingServer.cpp:269:44: warning: unused parameter 'fd' [-Wunused-parameter] 269 | static void eventHandler(evutil_socket_t fd, short /* which */, void* v) { | ^ /tmp/instance-0/output-1/build/thrift-0.13.0/lib/cpp/src/thrift/server/TNonblockingServer.cpp: In member function 'void apache::thrift::server::TNonblockingServer::handleEvent(int, short int)': /tmp/instance-0/output-1/build/thrift-0.13.0/lib/cpp/src/thrift/server/TNonblockingServer.cpp:951:52: warning: unused parameter 'fd' [-Wunused-parameter] 951 | void TNonblockingServer::handleEvent(THRIFT_SOCKET fd, short which) { [ 98%] Linking CXX shared library ../libthriftz.so make[3]: Leaving directory '/tmp/instance-0/output-1/build/thrift-0.13.0' [ 98%] Built target thriftz [100%] Linking CXX shared library ../libthriftnb.so make[3]: Leaving directory '/tmp/instance-0/output-1/build/thrift-0.13.0' [100%] Built target thriftnb make[2]: Leaving directory '/tmp/instance-0/output-1/build/thrift-0.13.0' make[1]: Leaving directory '/tmp/instance-0/output-1/build/thrift-0.13.0' >>> thrift 0.13.0 Installing to staging directory PATH="/tmp/instance-0/output-1/host/bin:/tmp/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j32 DESTDIR=/tmp/instance-0/output-1/host/arm-buildroot-linux-musleabihf/sysroot install/fast -C /tmp/instance-0/output-1/build/thrift-0.13.0/ make[1]: Entering directory '/tmp/instance-0/output-1/build/thrift-0.13.0' Install the project... -- Install configuration: "Release" -- Installing: /tmp/instance-0/output-1/host/arm-buildroot-linux-musleabihf/sysroot/usr/lib/cmake/thrift/ThriftConfig.cmake -- Installing: /tmp/instance-0/output-1/host/arm-buildroot-linux-musleabihf/sysroot/usr/lib/cmake/thrift/ThriftConfigVersion.cmake -- Installing: /tmp/instance-0/output-1/host/arm-buildroot-linux-musleabihf/sysroot/usr/lib/libthrift.so.0.13.0 -- Installing: /tmp/instance-0/output-1/host/arm-buildroot-linux-musleabihf/sysroot/usr/lib/libthrift.so -- Installing: /tmp/instance-0/output-1/host/arm-buildroot-linux-musleabihf/sysroot/usr/lib/cmake/thrift/thriftTargets.cmake -- Installing: /tmp/instance-0/output-1/host/arm-buildroot-linux-musleabihf/sysroot/usr/lib/cmake/thrift/thriftTargets-release.cmake -- Installing: /tmp/instance-0/output-1/host/arm-buildroot-linux-musleabihf/sysroot/usr/lib/pkgconfig/thrift.pc -- Installing: /tmp/instance-0/output-1/host/arm-buildroot-linux-musleabihf/sysroot/usr/lib/libthriftnb.so.0.13.0 -- Set runtime path of "/tmp/instance-0/output-1/host/arm-buildroot-linux-musleabihf/sysroot/usr/lib/libthriftnb.so.0.13.0" to "" -- Installing: /tmp/instance-0/output-1/host/arm-buildroot-linux-musleabihf/sysroot/usr/lib/libthriftnb.so -- Installing: /tmp/instance-0/output-1/host/arm-buildroot-linux-musleabihf/sysroot/usr/lib/cmake/thrift/thriftnbTargets.cmake -- Installing: /tmp/instance-0/output-1/host/arm-buildroot-linux-musleabihf/sysroot/usr/lib/cmake/thrift/thriftnbTargets-release.cmake -- Installing: /tmp/instance-0/output-1/host/arm-buildroot-linux-musleabihf/sysroot/usr/lib/pkgconfig/thrift-nb.pc -- Installing: /tmp/instance-0/output-1/host/arm-buildroot-linux-musleabihf/sysroot/usr/lib/libthriftz.so.0.13.0 -- Set runtime path of "/tmp/instance-0/output-1/host/arm-buildroot-linux-musleabihf/sysroot/usr/lib/libthriftz.so.0.13.0" to "" -- Installing: /tmp/instance-0/output-1/host/arm-buildroot-linux-musleabihf/sysroot/usr/lib/libthriftz.so -- Installing: /tmp/instance-0/output-1/host/arm-buildroot-linux-musleabihf/sysroot/usr/lib/cmake/thrift/thriftzTargets.cmake -- Installing: /tmp/instance-0/output-1/host/arm-buildroot-linux-musleabihf/sysroot/usr/lib/cmake/thrift/thriftzTargets-release.cmake -- Installing: /tmp/instance-0/output-1/host/arm-buildroot-linux-musleabihf/sysroot/usr/lib/pkgconfig/thrift-z.pc -- Installing: /tmp/instance-0/output-1/host/arm-buildroot-linux-musleabihf/sysroot/usr/include/thrift -- Installing: /tmp/instance-0/output-1/host/arm-buildroot-linux-musleabihf/sysroot/usr/include/thrift/Thrift.h -- Installing: /tmp/instance-0/output-1/host/arm-buildroot-linux-musleabihf/sysroot/usr/include/thrift/qt -- Installing: /tmp/instance-0/output-1/host/arm-buildroot-linux-musleabihf/sysroot/usr/include/thrift/qt/TQTcpServer.h -- Installing: /tmp/instance-0/output-1/host/arm-buildroot-linux-musleabihf/sysroot/usr/include/thrift/qt/TQIODeviceTransport.h -- Installing: /tmp/instance-0/output-1/host/arm-buildroot-linux-musleabihf/sysroot/usr/include/thrift/concurrency -- Installing: /tmp/instance-0/output-1/host/arm-buildroot-linux-musleabihf/sysroot/usr/include/thrift/concurrency/Mutex.h -- Installing: /tmp/instance-0/output-1/host/arm-buildroot-linux-musleabihf/sysroot/usr/include/thrift/concurrency/FunctionRunner.h -- Installing: /tmp/instance-0/output-1/host/arm-buildroot-linux-musleabihf/sysroot/usr/include/thrift/concurrency/Monitor.h -- Installing: /tmp/instance-0/output-1/host/arm-buildroot-linux-musleabihf/sysroot/usr/include/thrift/concurrency/Exception.h -- Installing: /tmp/instance-0/output-1/host/arm-buildroot-linux-musleabihf/sysroot/usr/include/thrift/concurrency/TimerManager.h -- Installing: /tmp/instance-0/output-1/host/arm-buildroot-linux-musleabihf/sysroot/usr/include/thrift/concurrency/ThreadFactory.h -- Installing: /tmp/instance-0/output-1/host/arm-buildroot-linux-musleabihf/sysroot/usr/include/thrift/concurrency/Thread.h -- Installing: /tmp/instance-0/output-1/host/arm-buildroot-linux-musleabihf/sysroot/usr/include/thrift/concurrency/ThreadManager.h -- Installing: /tmp/instance-0/output-1/host/arm-buildroot-linux-musleabihf/sysroot/usr/include/thrift/protocol -- Installing: /tmp/instance-0/output-1/host/arm-buildroot-linux-musleabihf/sysroot/usr/include/thrift/protocol/TProtocolDecorator.h -- Installing: /tmp/instance-0/output-1/host/arm-buildroot-linux-musleabihf/sysroot/usr/include/thrift/protocol/TProtocolTypes.h -- Installing: /tmp/instance-0/output-1/host/arm-buildroot-linux-musleabihf/sysroot/usr/include/thrift/protocol/TBinaryProtocol.h -- Installing: /tmp/instance-0/output-1/host/arm-buildroot-linux-musleabihf/sysroot/usr/include/thrift/protocol/TJSONProtocol.h -- Installing: /tmp/instance-0/output-1/host/arm-buildroot-linux-musleabihf/sysroot/usr/include/thrift/protocol/TProtocol.h -- Installing: /tmp/instance-0/output-1/host/arm-buildroot-linux-musleabihf/sysroot/usr/include/thrift/protocol/TProtocolException.h -- Installing: /tmp/instance-0/output-1/host/arm-buildroot-linux-musleabihf/sysroot/usr/include/thrift/protocol/TCompactProtocol.h -- Installing: /tmp/instance-0/output-1/host/arm-buildroot-linux-musleabihf/sysroot/usr/include/thrift/protocol/TBinaryProtocol.tcc -- Installing: /tmp/instance-0/output-1/host/arm-buildroot-linux-musleabihf/sysroot/usr/include/thrift/protocol/TBase64Utils.h -- Installing: /tmp/instance-0/output-1/host/arm-buildroot-linux-musleabihf/sysroot/usr/include/thrift/protocol/THeaderProtocol.h -- Installing: /tmp/instance-0/output-1/host/arm-buildroot-linux-musleabihf/sysroot/usr/include/thrift/protocol/TProtocolTap.h -- Installing: /tmp/instance-0/output-1/host/arm-buildroot-linux-musleabihf/sysroot/usr/include/thrift/protocol/TCompactProtocol.tcc -- Installing: /tmp/instance-0/output-1/host/arm-buildroot-linux-musleabihf/sysroot/usr/include/thrift/protocol/TDebugProtocol.h -- Installing: /tmp/instance-0/output-1/host/arm-buildroot-linux-musleabihf/sysroot/usr/include/thrift/protocol/TVirtualProtocol.h -- Installing: /tmp/instance-0/output-1/host/arm-buildroot-linux-musleabihf/sysroot/usr/include/thrift/protocol/TMultiplexedProtocol.h -- Installing: /tmp/instance-0/output-1/host/arm-buildroot-linux-musleabihf/sysroot/usr/include/thrift/transport -- Installing: /tmp/instance-0/output-1/host/arm-buildroot-linux-musleabihf/sysroot/usr/include/thrift/transport/TNonblockingServerSocket.h -- Installing: /tmp/instance-0/output-1/host/arm-buildroot-linux-musleabihf/sysroot/usr/include/thrift/transport/TSocket.h -- Installing: /tmp/instance-0/output-1/host/arm-buildroot-linux-musleabihf/sysroot/usr/include/thrift/transport/TNonblockingServerTransport.h -- Installing: /tmp/instance-0/output-1/host/arm-buildroot-linux-musleabihf/sysroot/usr/include/thrift/transport/TShortReadTransport.h -- Installing: /tmp/instance-0/output-1/host/arm-buildroot-linux-musleabihf/sysroot/usr/include/thrift/transport/TNonblockingSSLServerSocket.h -- Installing: /tmp/instance-0/output-1/host/arm-buildroot-linux-musleabihf/sysroot/usr/include/thrift/transport/TZlibTransport.h -- Installing: /tmp/instance-0/output-1/host/arm-buildroot-linux-musleabihf/sysroot/usr/include/thrift/transport/THttpTransport.h -- Installing: /tmp/instance-0/output-1/host/arm-buildroot-linux-musleabihf/sysroot/usr/include/thrift/transport/TFDTransport.h -- Installing: /tmp/instance-0/output-1/host/arm-buildroot-linux-musleabihf/sysroot/usr/include/thrift/transport/THttpServer.h -- Installing: /tmp/instance-0/output-1/host/arm-buildroot-linux-musleabihf/sysroot/usr/include/thrift/transport/THeaderTransport.h -- Installing: /tmp/instance-0/output-1/host/arm-buildroot-linux-musleabihf/sysroot/usr/include/thrift/transport/TServerSocket.h -- Installing: /tmp/instance-0/output-1/host/arm-buildroot-linux-musleabihf/sysroot/usr/include/thrift/transport/TPipeServer.h -- Installing: /tmp/instance-0/output-1/host/arm-buildroot-linux-musleabihf/sysroot/usr/include/thrift/transport/TTransportException.h -- Installing: /tmp/instance-0/output-1/host/arm-buildroot-linux-musleabihf/sysroot/usr/include/thrift/transport/PlatformSocket.h -- Installing: /tmp/instance-0/output-1/host/arm-buildroot-linux-musleabihf/sysroot/usr/include/thrift/transport/TSSLSocket.h -- Installing: /tmp/instance-0/output-1/host/arm-buildroot-linux-musleabihf/sysroot/usr/include/thrift/transport/TFileTransport.h -- Installing: /tmp/instance-0/output-1/host/arm-buildroot-linux-musleabihf/sysroot/usr/include/thrift/transport/TBufferTransports.h -- Installing: /tmp/instance-0/output-1/host/arm-buildroot-linux-musleabihf/sysroot/usr/include/thrift/transport/TVirtualTransport.h -- Installing: /tmp/instance-0/output-1/host/arm-buildroot-linux-musleabihf/sysroot/usr/include/thrift/transport/TSocketPool.h -- Installing: /tmp/instance-0/output-1/host/arm-buildroot-linux-musleabihf/sysroot/usr/include/thrift/transport/TTransport.h -- Installing: /tmp/instance-0/output-1/host/arm-buildroot-linux-musleabihf/sysroot/usr/include/thrift/transport/TSimpleFileTransport.h -- Installing: /tmp/instance-0/output-1/host/arm-buildroot-linux-musleabihf/sysroot/usr/include/thrift/transport/TTransportUtils.h -- Installing: /tmp/instance-0/output-1/host/arm-buildroot-linux-musleabihf/sysroot/usr/include/thrift/transport/TSSLServerSocket.h -- Installing: /tmp/instance-0/output-1/host/arm-buildroot-linux-musleabihf/sysroot/usr/include/thrift/transport/TServerTransport.h -- Installing: /tmp/instance-0/output-1/host/arm-buildroot-linux-musleabihf/sysroot/usr/include/thrift/transport/THttpClient.h -- Installing: /tmp/instance-0/output-1/host/arm-buildroot-linux-musleabihf/sysroot/usr/include/thrift/transport/TPipe.h -- Installing: /tmp/instance-0/output-1/host/arm-buildroot-linux-musleabihf/sysroot/usr/include/thrift/thrift_export.h -- Installing: /tmp/instance-0/output-1/host/arm-buildroot-linux-musleabihf/sysroot/usr/include/thrift/server -- Installing: /tmp/instance-0/output-1/host/arm-buildroot-linux-musleabihf/sysroot/usr/include/thrift/server/TThreadPoolServer.h -- Installing: /tmp/instance-0/output-1/host/arm-buildroot-linux-musleabihf/sysroot/usr/include/thrift/server/TServer.h -- Installing: /tmp/instance-0/output-1/host/arm-buildroot-linux-musleabihf/sysroot/usr/include/thrift/server/TServerFramework.h -- Installing: /tmp/instance-0/output-1/host/arm-buildroot-linux-musleabihf/sysroot/usr/include/thrift/server/TSimpleServer.h -- Installing: /tmp/instance-0/output-1/host/arm-buildroot-linux-musleabihf/sysroot/usr/include/thrift/server/TNonblockingServer.h -- Installing: /tmp/instance-0/output-1/host/arm-buildroot-linux-musleabihf/sysroot/usr/include/thrift/server/TConnectedClient.h -- Installing: /tmp/instance-0/output-1/host/arm-buildroot-linux-musleabihf/sysroot/usr/include/thrift/server/TThreadedServer.h -- Installing: /tmp/instance-0/output-1/host/arm-buildroot-linux-musleabihf/sysroot/usr/include/thrift/processor -- Installing: /tmp/instance-0/output-1/host/arm-buildroot-linux-musleabihf/sysroot/usr/include/thrift/processor/TMultiplexedProcessor.h -- Installing: /tmp/instance-0/output-1/host/arm-buildroot-linux-musleabihf/sysroot/usr/include/thrift/processor/PeekProcessor.h -- Installing: /tmp/instance-0/output-1/host/arm-buildroot-linux-musleabihf/sysroot/usr/include/thrift/processor/StatsProcessor.h -- Installing: /tmp/instance-0/output-1/host/arm-buildroot-linux-musleabihf/sysroot/usr/include/thrift/async -- Installing: /tmp/instance-0/output-1/host/arm-buildroot-linux-musleabihf/sysroot/usr/include/thrift/async/TAsyncProcessor.h -- Installing: /tmp/instance-0/output-1/host/arm-buildroot-linux-musleabihf/sysroot/usr/include/thrift/async/TConcurrentClientSyncInfo.h -- Installing: /tmp/instance-0/output-1/host/arm-buildroot-linux-musleabihf/sysroot/usr/include/thrift/async/TAsyncDispatchProcessor.h -- Installing: /tmp/instance-0/output-1/host/arm-buildroot-linux-musleabihf/sysroot/usr/include/thrift/async/TAsyncProtocolProcessor.h -- Installing: /tmp/instance-0/output-1/host/arm-buildroot-linux-musleabihf/sysroot/usr/include/thrift/async/TEvhttpClientChannel.h -- Installing: /tmp/instance-0/output-1/host/arm-buildroot-linux-musleabihf/sysroot/usr/include/thrift/async/TEvhttpServer.h -- Installing: /tmp/instance-0/output-1/host/arm-buildroot-linux-musleabihf/sysroot/usr/include/thrift/async/TAsyncBufferProcessor.h -- Installing: /tmp/instance-0/output-1/host/arm-buildroot-linux-musleabihf/sysroot/usr/include/thrift/async/TAsyncChannel.h -- Installing: /tmp/instance-0/output-1/host/arm-buildroot-linux-musleabihf/sysroot/usr/include/thrift/TLogging.h -- Installing: /tmp/instance-0/output-1/host/arm-buildroot-linux-musleabihf/sysroot/usr/include/thrift/TToString.h -- Installing: /tmp/instance-0/output-1/host/arm-buildroot-linux-musleabihf/sysroot/usr/include/thrift/windows -- Installing: /tmp/instance-0/output-1/host/arm-buildroot-linux-musleabihf/sysroot/usr/include/thrift/windows/Operators.h -- Installing: /tmp/instance-0/output-1/host/arm-buildroot-linux-musleabihf/sysroot/usr/include/thrift/windows/TWinsockSingleton.h -- Installing: /tmp/instance-0/output-1/host/arm-buildroot-linux-musleabihf/sysroot/usr/include/thrift/windows/config.h -- Installing: /tmp/instance-0/output-1/host/arm-buildroot-linux-musleabihf/sysroot/usr/include/thrift/windows/GetTimeOfDay.h -- Installing: /tmp/instance-0/output-1/host/arm-buildroot-linux-musleabihf/sysroot/usr/include/thrift/windows/SocketPair.h -- Installing: /tmp/instance-0/output-1/host/arm-buildroot-linux-musleabihf/sysroot/usr/include/thrift/windows/Sync.h -- Installing: /tmp/instance-0/output-1/host/arm-buildroot-linux-musleabihf/sysroot/usr/include/thrift/windows/WinFcntl.h -- Installing: /tmp/instance-0/output-1/host/arm-buildroot-linux-musleabihf/sysroot/usr/include/thrift/windows/OverlappedSubmissionThread.h -- Installing: /tmp/instance-0/output-1/host/arm-buildroot-linux-musleabihf/sysroot/usr/include/thrift/TDispatchProcessor.h -- Installing: /tmp/instance-0/output-1/host/arm-buildroot-linux-musleabihf/sysroot/usr/include/thrift/TProcessor.h -- Installing: /tmp/instance-0/output-1/host/arm-buildroot-linux-musleabihf/sysroot/usr/include/thrift/thrift-config.h -- Installing: /tmp/instance-0/output-1/host/arm-buildroot-linux-musleabihf/sysroot/usr/include/thrift/TBase.h -- Installing: /tmp/instance-0/output-1/host/arm-buildroot-linux-musleabihf/sysroot/usr/include/thrift/TOutput.h -- Installing: /tmp/instance-0/output-1/host/arm-buildroot-linux-musleabihf/sysroot/usr/include/thrift/TApplicationException.h -- Up-to-date: /tmp/instance-0/output-1/host/arm-buildroot-linux-musleabihf/sysroot/usr/include/thrift -- Installing: /tmp/instance-0/output-1/host/arm-buildroot-linux-musleabihf/sysroot/usr/include/thrift/config.h make[1]: Leaving directory '/tmp/instance-0/output-1/build/thrift-0.13.0' >>> thrift 0.13.0 Fixing libtool files for la in $(find /tmp/instance-0/output-1/host/arm-buildroot-linux-musleabihf/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /bin/sed -i -e "s:/tmp/instance-0/output-1:@BASE_DIR@:g" \ -e "s:/tmp/instance-0/output-1/host/arm-buildroot-linux-musleabihf/sysroot:@STAGING_DIR@:g" \ -e "s:/tmp/instance-0/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-0/output-1/host/opt/ext-toolchain:g" \ -e "s:@STAGING_DIR@:/tmp/instance-0/output-1/host/arm-buildroot-linux-musleabihf/sysroot:g" \ -e "s:@BASE_DIR@:/tmp/instance-0/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 >>> thrift 0.13.0 Installing to target PATH="/tmp/instance-0/output-1/host/bin:/tmp/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j32 DESTDIR=/tmp/instance-0/output-1/target install/fast -C /tmp/instance-0/output-1/build/thrift-0.13.0/ make[1]: Entering directory '/tmp/instance-0/output-1/build/thrift-0.13.0' Install the project... -- Install configuration: "Release" -- Installing: /tmp/instance-0/output-1/target/usr/lib/cmake/thrift/ThriftConfig.cmake -- Installing: /tmp/instance-0/output-1/target/usr/lib/cmake/thrift/ThriftConfigVersion.cmake -- Installing: /tmp/instance-0/output-1/target/usr/lib/libthrift.so.0.13.0 -- Installing: /tmp/instance-0/output-1/target/usr/lib/libthrift.so -- Installing: /tmp/instance-0/output-1/target/usr/lib/cmake/thrift/thriftTargets.cmake -- Installing: /tmp/instance-0/output-1/target/usr/lib/cmake/thrift/thriftTargets-release.cmake -- Installing: /tmp/instance-0/output-1/target/usr/lib/pkgconfig/thrift.pc -- Installing: /tmp/instance-0/output-1/target/usr/lib/libthriftnb.so.0.13.0 -- Set runtime path of "/tmp/instance-0/output-1/target/usr/lib/libthriftnb.so.0.13.0" to "" -- Installing: /tmp/instance-0/output-1/target/usr/lib/libthriftnb.so -- Installing: /tmp/instance-0/output-1/target/usr/lib/cmake/thrift/thriftnbTargets.cmake -- Installing: /tmp/instance-0/output-1/target/usr/lib/cmake/thrift/thriftnbTargets-release.cmake -- Installing: /tmp/instance-0/output-1/target/usr/lib/pkgconfig/thrift-nb.pc -- Installing: /tmp/instance-0/output-1/target/usr/lib/libthriftz.so.0.13.0 -- Set runtime path of "/tmp/instance-0/output-1/target/usr/lib/libthriftz.so.0.13.0" to "" -- Installing: /tmp/instance-0/output-1/target/usr/lib/libthriftz.so -- Installing: /tmp/instance-0/output-1/target/usr/lib/cmake/thrift/thriftzTargets.cmake -- Installing: /tmp/instance-0/output-1/target/usr/lib/cmake/thrift/thriftzTargets-release.cmake -- Installing: /tmp/instance-0/output-1/target/usr/lib/pkgconfig/thrift-z.pc -- Installing: /tmp/instance-0/output-1/target/usr/include/thrift -- Installing: /tmp/instance-0/output-1/target/usr/include/thrift/Thrift.h -- Installing: /tmp/instance-0/output-1/target/usr/include/thrift/qt -- Installing: /tmp/instance-0/output-1/target/usr/include/thrift/qt/TQTcpServer.h -- Installing: /tmp/instance-0/output-1/target/usr/include/thrift/qt/TQIODeviceTransport.h -- Installing: /tmp/instance-0/output-1/target/usr/include/thrift/concurrency -- Installing: /tmp/instance-0/output-1/target/usr/include/thrift/concurrency/Mutex.h -- Installing: /tmp/instance-0/output-1/target/usr/include/thrift/concurrency/FunctionRunner.h -- Installing: /tmp/instance-0/output-1/target/usr/include/thrift/concurrency/Monitor.h -- Installing: /tmp/instance-0/output-1/target/usr/include/thrift/concurrency/Exception.h -- Installing: /tmp/instance-0/output-1/target/usr/include/thrift/concurrency/TimerManager.h -- Installing: /tmp/instance-0/output-1/target/usr/include/thrift/concurrency/ThreadFactory.h -- Installing: /tmp/instance-0/output-1/target/usr/include/thrift/concurrency/Thread.h -- Installing: /tmp/instance-0/output-1/target/usr/include/thrift/concurrency/ThreadManager.h -- Installing: /tmp/instance-0/output-1/target/usr/include/thrift/protocol -- Installing: /tmp/instance-0/output-1/target/usr/include/thrift/protocol/TProtocolDecorator.h -- Installing: /tmp/instance-0/output-1/target/usr/include/thrift/protocol/TProtocolTypes.h -- Installing: /tmp/instance-0/output-1/target/usr/include/thrift/protocol/TBinaryProtocol.h -- Installing: /tmp/instance-0/output-1/target/usr/include/thrift/protocol/TJSONProtocol.h -- Installing: /tmp/instance-0/output-1/target/usr/include/thrift/protocol/TProtocol.h -- Installing: /tmp/instance-0/output-1/target/usr/include/thrift/protocol/TProtocolException.h -- Installing: /tmp/instance-0/output-1/target/usr/include/thrift/protocol/TCompactProtocol.h -- Installing: /tmp/instance-0/output-1/target/usr/include/thrift/protocol/TBinaryProtocol.tcc -- Installing: /tmp/instance-0/output-1/target/usr/include/thrift/protocol/TBase64Utils.h -- Installing: /tmp/instance-0/output-1/target/usr/include/thrift/protocol/THeaderProtocol.h -- Installing: /tmp/instance-0/output-1/target/usr/include/thrift/protocol/TProtocolTap.h -- Installing: /tmp/instance-0/output-1/target/usr/include/thrift/protocol/TCompactProtocol.tcc -- Installing: /tmp/instance-0/output-1/target/usr/include/thrift/protocol/TDebugProtocol.h -- Installing: /tmp/instance-0/output-1/target/usr/include/thrift/protocol/TVirtualProtocol.h -- Installing: /tmp/instance-0/output-1/target/usr/include/thrift/protocol/TMultiplexedProtocol.h -- Installing: /tmp/instance-0/output-1/target/usr/include/thrift/transport -- Installing: /tmp/instance-0/output-1/target/usr/include/thrift/transport/TNonblockingServerSocket.h -- Installing: /tmp/instance-0/output-1/target/usr/include/thrift/transport/TSocket.h -- Installing: /tmp/instance-0/output-1/target/usr/include/thrift/transport/TNonblockingServerTransport.h -- Installing: /tmp/instance-0/output-1/target/usr/include/thrift/transport/TShortReadTransport.h -- Installing: /tmp/instance-0/output-1/target/usr/include/thrift/transport/TNonblockingSSLServerSocket.h -- Installing: /tmp/instance-0/output-1/target/usr/include/thrift/transport/TZlibTransport.h -- Installing: /tmp/instance-0/output-1/target/usr/include/thrift/transport/THttpTransport.h -- Installing: /tmp/instance-0/output-1/target/usr/include/thrift/transport/TFDTransport.h -- Installing: /tmp/instance-0/output-1/target/usr/include/thrift/transport/THttpServer.h -- Installing: /tmp/instance-0/output-1/target/usr/include/thrift/transport/THeaderTransport.h -- Installing: /tmp/instance-0/output-1/target/usr/include/thrift/transport/TServerSocket.h -- Installing: /tmp/instance-0/output-1/target/usr/include/thrift/transport/TPipeServer.h -- Installing: /tmp/instance-0/output-1/target/usr/include/thrift/transport/TTransportException.h -- Installing: /tmp/instance-0/output-1/target/usr/include/thrift/transport/PlatformSocket.h -- Installing: /tmp/instance-0/output-1/target/usr/include/thrift/transport/TSSLSocket.h -- Installing: /tmp/instance-0/output-1/target/usr/include/thrift/transport/TFileTransport.h -- Installing: /tmp/instance-0/output-1/target/usr/include/thrift/transport/TBufferTransports.h -- Installing: /tmp/instance-0/output-1/target/usr/include/thrift/transport/TVirtualTransport.h -- Installing: /tmp/instance-0/output-1/target/usr/include/thrift/transport/TSocketPool.h -- Installing: /tmp/instance-0/output-1/target/usr/include/thrift/transport/TTransport.h -- Installing: /tmp/instance-0/output-1/target/usr/include/thrift/transport/TSimpleFileTransport.h -- Installing: /tmp/instance-0/output-1/target/usr/include/thrift/transport/TTransportUtils.h -- Installing: /tmp/instance-0/output-1/target/usr/include/thrift/transport/TSSLServerSocket.h -- Installing: /tmp/instance-0/output-1/target/usr/include/thrift/transport/TServerTransport.h -- Installing: /tmp/instance-0/output-1/target/usr/include/thrift/transport/THttpClient.h -- Installing: /tmp/instance-0/output-1/target/usr/include/thrift/transport/TPipe.h -- Installing: /tmp/instance-0/output-1/target/usr/include/thrift/thrift_export.h -- Installing: /tmp/instance-0/output-1/target/usr/include/thrift/server -- Installing: /tmp/instance-0/output-1/target/usr/include/thrift/server/TThreadPoolServer.h -- Installing: /tmp/instance-0/output-1/target/usr/include/thrift/server/TServer.h -- Installing: /tmp/instance-0/output-1/target/usr/include/thrift/server/TServerFramework.h -- Installing: /tmp/instance-0/output-1/target/usr/include/thrift/server/TSimpleServer.h -- Installing: /tmp/instance-0/output-1/target/usr/include/thrift/server/TNonblockingServer.h -- Installing: /tmp/instance-0/output-1/target/usr/include/thrift/server/TConnectedClient.h -- Installing: /tmp/instance-0/output-1/target/usr/include/thrift/server/TThreadedServer.h -- Installing: /tmp/instance-0/output-1/target/usr/include/thrift/processor -- Installing: /tmp/instance-0/output-1/target/usr/include/thrift/processor/TMultiplexedProcessor.h -- Installing: /tmp/instance-0/output-1/target/usr/include/thrift/processor/PeekProcessor.h -- Installing: /tmp/instance-0/output-1/target/usr/include/thrift/processor/StatsProcessor.h -- Installing: /tmp/instance-0/output-1/target/usr/include/thrift/async -- Installing: /tmp/instance-0/output-1/target/usr/include/thrift/async/TAsyncProcessor.h -- Installing: /tmp/instance-0/output-1/target/usr/include/thrift/async/TConcurrentClientSyncInfo.h -- Installing: /tmp/instance-0/output-1/target/usr/include/thrift/async/TAsyncDispatchProcessor.h -- Installing: /tmp/instance-0/output-1/target/usr/include/thrift/async/TAsyncProtocolProcessor.h -- Installing: /tmp/instance-0/output-1/target/usr/include/thrift/async/TEvhttpClientChannel.h -- Installing: /tmp/instance-0/output-1/target/usr/include/thrift/async/TEvhttpServer.h -- Installing: /tmp/instance-0/output-1/target/usr/include/thrift/async/TAsyncBufferProcessor.h -- Installing: /tmp/instance-0/output-1/target/usr/include/thrift/async/TAsyncChannel.h -- Installing: /tmp/instance-0/output-1/target/usr/include/thrift/TLogging.h -- Installing: /tmp/instance-0/output-1/target/usr/include/thrift/TToString.h -- Installing: /tmp/instance-0/output-1/target/usr/include/thrift/windows -- Installing: /tmp/instance-0/output-1/target/usr/include/thrift/windows/Operators.h -- Installing: /tmp/instance-0/output-1/target/usr/include/thrift/windows/TWinsockSingleton.h -- Installing: /tmp/instance-0/output-1/target/usr/include/thrift/windows/config.h -- Installing: /tmp/instance-0/output-1/target/usr/include/thrift/windows/GetTimeOfDay.h -- Installing: /tmp/instance-0/output-1/target/usr/include/thrift/windows/SocketPair.h -- Installing: /tmp/instance-0/output-1/target/usr/include/thrift/windows/Sync.h -- Installing: /tmp/instance-0/output-1/target/usr/include/thrift/windows/WinFcntl.h -- Installing: /tmp/instance-0/output-1/target/usr/include/thrift/windows/OverlappedSubmissionThread.h -- Installing: /tmp/instance-0/output-1/target/usr/include/thrift/TDispatchProcessor.h -- Installing: /tmp/instance-0/output-1/target/usr/include/thrift/TProcessor.h -- Installing: /tmp/instance-0/output-1/target/usr/include/thrift/thrift-config.h -- Installing: /tmp/instance-0/output-1/target/usr/include/thrift/TBase.h -- Installing: /tmp/instance-0/output-1/target/usr/include/thrift/TOutput.h -- Installing: /tmp/instance-0/output-1/target/usr/include/thrift/TApplicationException.h -- Up-to-date: /tmp/instance-0/output-1/target/usr/include/thrift -- Installing: /tmp/instance-0/output-1/target/usr/include/thrift/config.h make[1]: Leaving directory '/tmp/instance-0/output-1/build/thrift-0.13.0' >>> Finalizing host directory >>> Finalizing target directory mkdir -p /tmp/instance-0/output-1/host/etc/meson sed -e 's%@TARGET_CROSS@%/tmp/instance-0/output-1/host/bin/arm-linux-%g' -e 's%@TARGET_ARCH@%arm%g' -e 's%@TARGET_CPU@%cortex-a9%g' -e 's%@TARGET_ENDIAN@%little%g' -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O2'@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', '-O2'@PKG_TARGET_CFLAGS@%g" -e 's%@HOST_DIR@%/tmp/instance-0/output-1/host%g' -e 's%@STAGING_DIR@%/tmp/instance-0/output-1/host/arm-buildroot-linux-musleabihf/sysroot%g' -e 's%@STATIC@%false%g' package/meson//cross-compilation.conf.in > /tmp/instance-0/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-0/output-1/host/etc/meson/cross-compilation.conf.in > /tmp/instance-0/output-1/host/etc/meson/cross-compilation.conf mkdir -p /tmp/instance-0/output-1/target/etc echo "buildroot" > /tmp/instance-0/output-1/target/etc/hostname /bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /tmp/instance-0/output-1/target/etc/hosts mkdir -p /tmp/instance-0/output-1/target/etc echo "Welcome to Buildroot" > /tmp/instance-0/output-1/target/etc/issue /bin/sed -i -e s,^root:[^:]*:,root::, /tmp/instance-0/output-1/target/etc/shadow rm -f /tmp/instance-0/output-1/target/bin/sh printf '%s\n' C en_US locale-archive > /tmp/instance-0/output-1/build/locales.nopurge for dir in /tmp/instance-0/output-1/target/usr/share/locale /tmp/instance-0/output-1/target/usr/share/X11/locale /tmp/instance-0/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-0/output-1/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /tmp/instance-0/output-1/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /tmp/instance-0/output-1/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /tmp/instance-0/output-1/target/usr/share/X11/locale/locale.dir; fi rm -rf /tmp/instance-0/output-1/target/usr/include /tmp/instance-0/output-1/target/usr/share/aclocal \ /tmp/instance-0/output-1/target/usr/lib/pkgconfig /tmp/instance-0/output-1/target/usr/share/pkgconfig \ /tmp/instance-0/output-1/target/usr/lib/cmake /tmp/instance-0/output-1/target/usr/share/cmake \ /tmp/instance-0/output-1/target/usr/doc find /tmp/instance-0/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /tmp/instance-0/output-1/target/lib/ /tmp/instance-0/output-1/target/usr/lib/ /tmp/instance-0/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f find: '/tmp/instance-0/output-1/target/usr/libexec/': No such file or directory rm -rf /tmp/instance-0/output-1/target/usr/share/gdb rm -rf /tmp/instance-0/output-1/target/usr/share/bash-completion rm -rf /tmp/instance-0/output-1/target/etc/bash_completion.d rm -rf /tmp/instance-0/output-1/target/usr/share/zsh rm -rf /tmp/instance-0/output-1/target/usr/man /tmp/instance-0/output-1/target/usr/share/man rm -rf /tmp/instance-0/output-1/target/usr/info /tmp/instance-0/output-1/target/usr/share/info rm -rf /tmp/instance-0/output-1/target/usr/doc /tmp/instance-0/output-1/target/usr/share/doc rm -rf /tmp/instance-0/output-1/target/usr/share/gtk-doc rmdir /tmp/instance-0/output-1/target/usr/share 2>/dev/null || true rm -rf /tmp/instance-0/output-1/target/lib/debug /tmp/instance-0/output-1/target/usr/lib/debug find /tmp/instance-0/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-0/output-1/host/bin/arm-linux-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /tmp/instance-0/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /tmp/instance-0/output-1/host/bin/arm-linux-strip --remove-section=.comment --remove-section=.note --strip-debug 2>/dev/null || true test -f /tmp/instance-0/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-0/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-0/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2021.05-36-g95a85898ef"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2021.05"; \ echo "PRETTY_NAME=\"Buildroot 2021.05\"" \ ) > /tmp/instance-0/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /tmp/instance-0/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/tmp/instance-0/output-1/per-package /tmp/instance-0/buildroot/support/scripts/fix-rpath target touch /tmp/instance-0/output-1/target/usr ln -snf /tmp/instance-0/output-1/host/arm-buildroot-linux-musleabihf/sysroot /tmp/instance-0/output-1/staging make: Leaving directory '/tmp/instance-0/buildroot' make: Entering directory '/tmp/instance-0/buildroot' >>> Buildroot 2021.05-36-g95a85898ef Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-external Collecting legal info >>> host-skeleton Collecting legal info >>> musl-compat-headers Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-none Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain-external-bootlin 2020.08-1 Collecting legal info >>> toolchain Collecting legal info >>> boost 1.75.0 Collecting legal info LICENSE_1_0.txt: OK (sha256: c9bff75738922193e67fa726fa225535870d2aa1059f91452c411736284ad566) >>> host-dfu-util 0.10 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-libusb 1.0.24 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> dvdauthor 0.7.2 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> freetype 2.10.4 Collecting legal info docs/LICENSE.TXT: OK (sha256: fd056de4196903a676208ef58cfddafc7d583d1f28fa2e44c309cf84a59e62fb) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> libpng 1.6.37 Collecting legal info LICENSE: OK (sha256: bf5e22b9dce8464064ae17a48ea1133c3369ac9e1d80ef9e320e5219aa14ea9b) >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> libxml2 2.9.12 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> libcdaudio 0.99.12p2 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> 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) >>> 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) >>> macchanger 1.7.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pdmenu 1.3.6 Collecting legal info doc/COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> slang 2.3.2 Collecting legal info COPYING: OK (sha256: ff05a90962e7773f8bdc47b2a9585130526039102759b524c1dffbd57cfe469b) >>> tclap 1.2.2 Collecting legal info COPYING: OK (sha256: cd81a61d47aeb1ed63036ca260baee37719923bbd7ebd988ec4edae128f3b6eb) >>> thrift 0.13.0 Collecting legal info LICENSE: OK (sha256: 23df881cec3192d1f4474633c14eb2ec30a45b84f8daeb82b9de5d2bd3ac8218) >>> host-thrift 0.13.0 Collecting legal info LICENSE: OK (sha256: 23df881cec3192d1f4474633c14eb2ec30a45b84f8daeb82b9de5d2bd3ac8218) >>> host-bison 3.7.6 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-boost 1.75.0 Collecting legal info LICENSE_1_0.txt: OK (sha256: c9bff75738922193e67fa726fa225535870d2aa1059f91452c411736284ad566) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-libevent 2.1.12 Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1k Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-bootlin-2020.08-1: cannot save license (TOOLCHAIN_EXTERNAL_BOOTLIN_LICENSE_FILES not defined) Legal info produced in /tmp/instance-0/output-1/legal-info make: Leaving directory '/tmp/instance-0/buildroot'