58 | error.vset(s1,": ",s2,NULL); | ~~~~~~~~~~^~~~~~~~~~~~~~~~~ /bin/bash ../libtool --silent --tag=CXX --mode=compile /home/buildroot/autobuild/instance-2/output-1/per-package/lftp/host/bin/or1k-linux-g++ -DHAVE_CONFIG_H -I. -I../lib -I../lib -I../trio -I/home/buildroot/autobuild/instance-2/output-1/per-package/lftp/host/or1k-buildroot-linux-musl/sysroot/usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -static -static -Wall -Wwrite-strings -Woverloaded-virtual -fno-exceptions -fno-rtti -fno-implement-inlines -c -o liblftp_network_la-RateLimit.lo `test -f 'RateLimit.cc' || echo './'`RateLimit.cc /bin/bash ../libtool --silent --tag=CXX --mode=compile /home/buildroot/autobuild/instance-2/output-1/per-package/lftp/host/bin/or1k-linux-g++ -DHAVE_CONFIG_H -I. -I../lib -I../lib -I../trio -I/home/buildroot/autobuild/instance-2/output-1/per-package/lftp/host/or1k-buildroot-linux-musl/sysroot/usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -static -static -Wall -Wwrite-strings -Woverloaded-virtual -fno-exceptions -fno-rtti -fno-implement-inlines -c -o liblftp_network_la-network.lo `test -f 'network.cc' || echo './'`network.cc /bin/bash ../libtool --silent --tag=CXX --mode=compile /home/buildroot/autobuild/instance-2/output-1/per-package/lftp/host/bin/or1k-linux-g++ -DHAVE_CONFIG_H -I. -I../lib -I../lib -I../trio -I/home/buildroot/autobuild/instance-2/output-1/per-package/lftp/host/or1k-buildroot-linux-musl/sysroot/usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -static -static -Wall -Wwrite-strings -Woverloaded-virtual -fno-exceptions -fno-rtti -fno-implement-inlines -c -o liblftp_network_la-buffer_zlib.lo `test -f 'buffer_zlib.cc' || echo './'`buffer_zlib.cc /bin/bash ../libtool --silent --tag=CXX --mode=compile /home/buildroot/autobuild/instance-2/output-1/per-package/lftp/host/bin/or1k-linux-g++ -DHAVE_CONFIG_H -I. -I../lib -I../lib -I../trio -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -static -static -Wall -Wwrite-strings -Woverloaded-virtual -fno-exceptions -fno-rtti -fno-implement-inlines -c -o ftpclass.lo ftpclass.cc buffer_zlib.cc: In member function 'virtual void DataInflator::PutTranslated(Buffer*, const char*, int)': buffer_zlib.cc:67:39: warning: missing sentinel in function call [-Wformat=] 67 | target->SetError(xstring::cat("zlib inflate error: ",z.msg,NULL),true); | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ buffer_zlib.cc: In member function 'virtual void DataDeflator::PutTranslated(Buffer*, const char*, int)': buffer_zlib.cc:140:39: warning: missing sentinel in function call [-Wformat=] 140 | target->SetError(xstring::cat("zlib deflate error: ",z.msg,NULL),true); | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /bin/bash ../libtool --silent --tag=CXX --mode=compile /home/buildroot/autobuild/instance-2/output-1/per-package/lftp/host/bin/or1k-linux-g++ -DHAVE_CONFIG_H -I. -I../lib -I../lib -I../trio -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -static -static -Wall -Wwrite-strings -Woverloaded-virtual -fno-exceptions -fno-rtti -fno-implement-inlines -c -o FtpListInfo.lo FtpListInfo.cc /bin/bash ../libtool --silent --tag=CXX --mode=compile /home/buildroot/autobuild/instance-2/output-1/per-package/lftp/host/bin/or1k-linux-g++ -DHAVE_CONFIG_H -I. -I../lib -I../lib -I../trio -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -static -static -Wall -Wwrite-strings -Woverloaded-virtual -fno-exceptions -fno-rtti -fno-implement-inlines -c -o FtpDirList.lo FtpDirList.cc ftpclass.cc: In member function 'virtual int Ftp::Do()': ftpclass.cc:1535:37: warning: missing sentinel in function call [-Wformat=] 1535 | user_to_use=xstring::cat(user_to_use,"@",proxy_user.get(),"@", | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1536 | hostname.get(),portname?":":NULL,portname.get(),NULL); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ftpclass.cc:1540:37: warning: missing sentinel in function call [-Wformat=] 1540 | user_to_use=xstring::cat(user_to_use,"@",hostname.get(), | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1541 | portname?":":"",portname?portname.get():"", | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1542 | " ",proxy_user.get(),NULL); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ ftpclass.cc:1548:47: warning: missing sentinel in function call [-Wformat=] 1548 | conn->SendCmd2("USER",xstring::cat(proxy_user.get(),"@",hostname.get(), | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1549 | portname?":":"",portname?portname.get():"",NULL)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ftpclass.cc:1566:50: warning: missing sentinel in function call [-Wformat=] 1566 | conn->SendCmd2("OPEN",xstring::cat(hostname.get(), | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~ 1567 | portname?":":NULL,portname.get(),NULL)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ftpclass.cc:1572:40: warning: missing sentinel in function call [-Wformat=] 1572 | user_to_use=xstring::cat(user_to_use,"@",hostname.get(), | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1573 | portname?":":NULL,portname.get(),NULL); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ftpclass.cc:1629:37: warning: missing sentinel in function call [-Wformat=] 1629 | pass_to_use=xstring::cat(pass_to_use,"@",proxy_pass.get(),NULL); | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ftpclass.cc:1970:33: warning: missing sentinel in function call [-Wformat=] 1970 | command=xstring::cat(command," ",list_options.get(),NULL); | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ftpclass.cc:2136:39: warning: missing sentinel in function call [-Wformat=] 2136 | conn->SendCmd(xstring::cat("PRET ",command," ",file_to_append,NULL)); | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ftpclass.cc: In member function 'const char* Ftp::QueryStringWithUserAtHost(const char*)': ftpclass.cc:2778:36: warning: missing sentinel in function call [-Wformat=] 2778 | const char *closure=xstring::cat(u,"@",h,NULL); | ~~~~~~~~~~~~^~~~~~~~~~~~~~ ftpclass.cc: In member function 'int Ftp::ReceiveResp()': ftpclass.cc:3017:27: warning: missing sentinel in function call [-Wformat=] 3017 | all_lines.vappend("\n",line.get(),NULL); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ftpclass.cc: In member function 'void Ftp::HttpProxySendAuth(const SMTaskRef&)': ftpclass.cc:3065:30: warning: missing sentinel in function call [-Wformat=] 3065 | xstring& auth=xstring::cat(proxy_user.get(),":",proxy_pass.get(),NULL); | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ftpclass.cc: In member function 'void Ftp::Connection::CheckFEAT(char*, const char*, bool)': ftpclass.cc:4126:40: warning: missing sentinel in function call [-Wformat=] 4126 | auth_args_supported.vappend(";",f+5,NULL); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ ftpclass.cc: In member function 'void Ftp::CheckResp(int)': ftpclass.cc:4377:16: warning: 'void* memset(void*, int, size_t)' clearing an object of non-trivial type 'union sockaddr_u'; use assignment or value-initialization instead [-Wclass-memaccess] 4377 | memset(&conn->data_sa,0,sizeof(conn->data_sa)); | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from Resolver.h:27, from NetAccess.h:24, from ftpclass.h:26, from ftpclass.cc:31: network.h:67:7: note: 'union sockaddr_u' declared here 67 | union sockaddr_u | ^~~~~~~~~~ /bin/bash ../libtool --silent --tag=CC --mode=compile /home/buildroot/autobuild/instance-2/output-1/per-package/lftp/host/bin/or1k-linux-gcc -DHAVE_CONFIG_H -I. -I../lib -I../lib -I../trio -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -static -Wall -c -o ftp-opie.lo ftp-opie.c /bin/bash ../libtool --silent --tag=CC --mode=compile /home/buildroot/autobuild/instance-2/output-1/per-package/lftp/host/bin/or1k-linux-gcc -DHAVE_CONFIG_H -I. -I../lib -I../lib -I../trio -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -static -Wall -c -o netkey.lo netkey.c netkey.c:351:38: warning: argument 2 of type 'char *' declared as a pointer [-Warray-parameter=] 351 | key_setup(char key[DESKEYLEN], char *ek) | ~~~~~~^~ netkey.c:28:44: note: previously declared as an array 'char[128]' 28 | static void key_setup(char[DESKEYLEN], char[128]); | ^~~~~~~~~ netkey.c: In function 'passtokey': netkey.c:382:9: warning: 'strncpy' specified bound depends on the length of the source argument [-Wstringop-truncation] 382 | strncpy((char*)t, p, n); | ^~~~~~~~~~~~~~~~~~~~~~~ netkey.c:377:13: note: length computed here 377 | n = strlen(p); | ^~~~~~~~~ /bin/bash ../libtool --silent --tag=CXX --mode=compile /home/buildroot/autobuild/instance-2/output-1/per-package/lftp/host/bin/or1k-linux-g++ -DHAVE_CONFIG_H -I. -I../lib -I../lib -I../trio -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -static -static -Wall -Wwrite-strings -Woverloaded-virtual -fno-exceptions -fno-rtti -fno-implement-inlines -c -o FileCopyFtp.lo FileCopyFtp.cc /bin/bash ../libtool --silent --tag=CXX --mode=compile /home/buildroot/autobuild/instance-2/output-1/per-package/lftp/host/bin/or1k-linux-g++ -DHAVE_CONFIG_H -I. -I../lib -I../lib -I../trio -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -static -static -Wall -Wwrite-strings -Woverloaded-virtual -fno-exceptions -fno-rtti -fno-implement-inlines -c -o proto_http_la-Http.lo `test -f 'Http.cc' || echo './'`Http.cc Http.cc: In member function 'void Http::SendBasicAuth(const char*, const char*, const char*)': Http.cc:458:34: warning: missing sentinel in function call [-Wformat=] 458 | SendBasicAuth(tag,xstring::cat(user,":",pass,NULL)); | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ Http.cc: In member function 'void Http::SendRequest(const char*, const char*)': Http.cc:681:17: warning: missing sentinel in function call [-Wformat=] 681 | pfile.vset(proto,"://",NULL); | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~ Http.cc: In member function 'void Http::HandleHeaderLine(const char*, const char*)': Http.cc:1053:23: warning: missing sentinel in function call [-Wformat=] 1053 | location.vset(GetProto(),":",value,NULL); | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ Http.cc:1055:23: warning: missing sentinel in function call [-Wformat=] 1055 | location.vset(GetConnectURL(NO_PATH).get(),value,NULL); | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Http.cc: In member function 'void Http::CookieMerge(xstring&, const char*)': Http.cc:2547:21: warning: missing sentinel in function call [-Wformat=] 2547 | all.vappend(c_name,"=",c_value,NULL); | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ [3/23] Compiling C++ object src/libpistache.a.p/common_description.cc.o In file included from ../include/pistache/http.h:36, from ../include/pistache/router.h:23, from ../include/pistache/description.h:26, from ../src/common/description.cc:14: ../include/pistache/transport.h: In member function 'size_t Pistache::Tcp::Transport::BufferHolder::offset() const': ../include/pistache/transport.h:109:44: warning: conversion from 'off_t' {aka 'long long int'} to 'size_t' {aka 'unsigned int'} may change value [-Wconversion] 109 | size_t offset() const { return offset_; } | ^~~~~~~ /bin/bash ../libtool --silent --tag=CXX --mode=compile /home/buildroot/autobuild/instance-2/output-1/per-package/lftp/host/bin/or1k-linux-g++ -DHAVE_CONFIG_H -I. -I../lib -I../lib -I../trio -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -static -static -Wall -Wwrite-strings -Woverloaded-virtual -fno-exceptions -fno-rtti -fno-implement-inlines -c -o proto_http_la-HttpHeader.lo `test -f 'HttpHeader.cc' || echo './'`HttpHeader.cc /bin/bash ../libtool --silent --tag=CXX --mode=compile /home/buildroot/autobuild/instance-2/output-1/per-package/lftp/host/bin/or1k-linux-g++ -DHAVE_CONFIG_H -I. -I../lib -I../lib -I../trio -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -static -static -Wall -Wwrite-strings -Woverloaded-virtual -fno-exceptions -fno-rtti -fno-implement-inlines -c -o proto_http_la-HttpAuth.lo `test -f 'HttpAuth.cc' || echo './'`HttpAuth.cc /bin/bash ../libtool --silent --tag=CXX --mode=compile /home/buildroot/autobuild/instance-2/output-1/per-package/lftp/host/bin/or1k-linux-g++ -DHAVE_CONFIG_H -I. -I../lib -I../lib -I../trio -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -static -static -Wall -Wwrite-strings -Woverloaded-virtual -fno-exceptions -fno-rtti -fno-implement-inlines -c -o proto_http_la-HttpDir.lo `test -f 'HttpDir.cc' || echo './'`HttpDir.cc /bin/bash ../libtool --silent --tag=CXX --mode=compile /home/buildroot/autobuild/instance-2/output-1/per-package/lftp/host/bin/or1k-linux-g++ -DHAVE_CONFIG_H -I. -I../lib -I../lib -I../trio -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -static -static -Wall -Wwrite-strings -Woverloaded-virtual -fno-exceptions -fno-rtti -fno-implement-inlines -c -o proto_http_la-HttpDirXML.lo `test -f 'HttpDirXML.cc' || echo './'`HttpDirXML.cc HttpDir.cc: In function 'int parse_html(const char*, int, bool, const Ref&, FileSet*, FileSet*, const ParsedURL*, xstring_c*, LsOptions*, int)': HttpDir.cc:1060:20: warning: missing sentinel in function call [-Wformat=] 1060 | line_add.vset(info.is_directory?"drwxr-xr-x":"-rw-r--r--"," -- ",link_target.get(),NULL); | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ HttpDir.cc:1119:23: warning: missing sentinel in function call [-Wformat=] 1119 | line_add.vset(info_string.get()," ",link_target.get(),NULL); | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ HttpDir.cc:1162:26: warning: missing sentinel in function call [-Wformat=] 1162 | line_add.vappend(" -> ",info.sym_link.get(),NULL); | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /bin/bash ../libtool --silent --tag=CXX --mode=compile /home/buildroot/autobuild/instance-2/output-1/per-package/lftp/host/bin/or1k-linux-g++ -DHAVE_CONFIG_H -I. -I../lib -I../lib -I../trio -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -static -static -Wall -Wwrite-strings -Woverloaded-virtual -fno-exceptions -fno-rtti -fno-implement-inlines -c -o LocalAccess.lo LocalAccess.cc /bin/bash ../libtool --silent --tag=CXX --mode=compile /home/buildroot/autobuild/instance-2/output-1/per-package/lftp/host/bin/or1k-linux-g++ -DHAVE_CONFIG_H -I. -I../lib -I../lib -I../trio -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -static -static -Wall -Wwrite-strings -Woverloaded-virtual -fno-exceptions -fno-rtti -fno-implement-inlines -c -o Fish.lo Fish.cc /bin/bash ../libtool --silent --tag=CXX --mode=compile /home/buildroot/autobuild/instance-2/output-1/per-package/lftp/host/bin/or1k-linux-g++ -DHAVE_CONFIG_H -I. -I../lib -I../lib -I../trio -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -static -static -Wall -Wwrite-strings -Woverloaded-virtual -fno-exceptions -fno-rtti -fno-implement-inlines -c -o SFtp.lo SFtp.cc Fish.cc: In member function 'virtual int Fish::Do()': Fish.cc:143:36: warning: missing sentinel in function call [-Wformat=] 143 | const char *init=xstring::cat("echo FISH:;",shell,NULL); | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ Fish.cc:161:36: warning: missing sentinel in function call [-Wformat=] 161 | xstring& cmd_str=xstring::cat(prog," ",cmd_q.get(),NULL); | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ SFtp.cc: In member function 'virtual int SFtp::Do()': SFtp.cc:161:27: warning: missing sentinel in function call [-Wformat=] 161 | init=xstring::cat("echo SFTP: >&2;",init,NULL); | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ SFtp.cc:176:36: warning: missing sentinel in function call [-Wformat=] 176 | xstring& cmd_str=xstring::cat(prog," ",cmd_q.get(),NULL); | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ /bin/bash ../libtool --silent --tag=CXX --mode=compile /home/buildroot/autobuild/instance-2/output-1/per-package/lftp/host/bin/or1k-linux-g++ -DHAVE_CONFIG_H -I. -I../lib -I../lib -I../trio -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -static -static -Wall -Wwrite-strings -Woverloaded-virtual -fno-exceptions -fno-rtti -fno-implement-inlines -c -o Job.lo Job.cc /bin/bash ../libtool --silent --tag=CXX --mode=compile /home/buildroot/autobuild/instance-2/output-1/per-package/lftp/host/bin/or1k-linux-g++ -DHAVE_CONFIG_H -I. -I../lib -I../lib -I../trio -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -static -static -Wall -Wwrite-strings -Woverloaded-virtual -fno-exceptions -fno-rtti -fno-implement-inlines -c -o CmdExec.lo CmdExec.cc [4/23] Compiling C++ object src/libpistache.a.p/common_http.cc.o In file included from ../include/pistache/http.h:36, from ../src/common/http.cc:14: ../include/pistache/transport.h: In member function 'size_t Pistache::Tcp::Transport::BufferHolder::offset() const': ../include/pistache/transport.h:109:44: warning: conversion from 'off_t' {aka 'long long int'} to 'size_t' {aka 'unsigned int'} may change value [-Wconversion] 109 | size_t offset() const { return offset_; } | ^~~~~~~ ../src/common/http.cc: In member function 'Pistache::Http::Private::State Pistache::Http::Private::BodyStep::parseContentLength(Pistache::StreamCursor&, const std::shared_ptr&)': ../src/common/http.cc:430:56: warning: conversion from 'long long unsigned int' to 'size_t' {aka 'unsigned int'} may change value [-Wconversion] 430 | const size_t remaining = contentLength - bytesRead; | ~~~~~~~~~~~~~~^~~~~~~~~~~ ../src/common/http.cc:437:40: warning: conversion from 'long long unsigned int' to 'std::__cxx11::basic_string::size_type' {aka 'unsigned int'} may change value [-Wconversion] 437 | message->body_.reserve(contentLength); | ^~~~~~~~~~~~~ ../src/common/http.cc:438:31: warning: conversion from 'long long unsigned int' to 'size_t' {aka 'unsigned int'} may change value [-Wconversion] 438 | if (!readBody(contentLength)) | ^~~~~~~~~~~~~ ../src/common/http.cc: In function 'Pistache::Async::Promise Pistache::Http::serveFile(Pistache::Http::ResponseWriter&, const string&, const Pistache::Http::Mime::MediaType&)': ../src/common/http.cc:1021:31: warning: conversion from 'off_t' {aka 'long long int'} to 'size_t' {aka 'unsigned int'} may change value [-Wconversion] 1021 | const size_t len = sb.st_size; | ~~~^~~~~~~ CmdExec.cc: In member function 'bool CmdExec::load_cmd_module(const char*)': CmdExec.cc:1250:36: warning: missing sentinel in function call [-Wformat=] 1250 | const char *modname=xstring::cat("cmd-",op,NULL); | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~ CmdExec.cc: In member function 'CmdExec* CmdExec::GetQueue(bool)': CmdExec.cc:1328:23: warning: missing sentinel in function call [-Wformat=] 1328 | queue->cmdline.vset("queue (",url,slot?"; ":"",slot?slot.get():"",")",NULL); | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /bin/bash ../libtool --silent --tag=CXX --mode=compile /home/buildroot/autobuild/instance-2/output-1/per-package/lftp/host/bin/or1k-linux-g++ -DHAVE_CONFIG_H -I. -I../lib -I../lib -I../trio -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -static -static -Wall -Wwrite-strings -Woverloaded-virtual -fno-exceptions -fno-rtti -fno-implement-inlines -c -o commands.lo commands.cc /bin/bash ../libtool --silent --tag=CXX --mode=compile /home/buildroot/autobuild/instance-2/output-1/per-package/lftp/host/bin/or1k-linux-g++ -DHAVE_CONFIG_H -I. -I../lib -I../lib -I../trio -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -static -static -Wall -Wwrite-strings -Woverloaded-virtual -fno-exceptions -fno-rtti -fno-implement-inlines -c -o mgetJob.lo mgetJob.cc commands.cc: In function 'Job* cmd_subsh(CmdExec*)': commands.cc:2511:19: warning: missing sentinel in function call [-Wformat=] 2511 | e->cmdline.vset("(",c,")",NULL); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ commands.cc: In function 'Job* cmd_bookmark(CmdExec*)': commands.cc:3028:41: warning: missing sentinel in function call [-Wformat=] 3028 | parent->PrependCmd(xstring::cat("shell " PKGDATADIR "/import-",op,"\n",NULL)); | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ commands.cc: In function 'Job* cmd_lpwd(CmdExec*)': commands.cc:3307:32: warning: missing sentinel in function call [-Wformat=] 3307 | const char *buf=xstring::cat(name?name:"?","\n",NULL); | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ commands.cc: In function 'Job* cmd_get1(CmdExec*)': commands.cc:3516:29: warning: missing sentinel in function call [-Wformat=] 3516 | dst=xstring::cat(dst,"/",slash,NULL); | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ /bin/bash ../libtool --silent --tag=CXX --mode=compile /home/buildroot/autobuild/instance-2/output-1/per-package/lftp/host/bin/or1k-linux-g++ -DHAVE_CONFIG_H -I. -I../lib -I../lib -I../trio -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -static -static -Wall -Wwrite-strings -Woverloaded-virtual -fno-exceptions -fno-rtti -fno-implement-inlines -c -o SysCmdJob.lo SysCmdJob.cc SysCmdJob.cc: In member function 'virtual int SysCmdJob::Do()': SysCmdJob.cc:70:16: warning: missing sentinel in function call [-Wformat=] 70 | execlp(shell,basename_ptr(shell),"-c",cmd.get(),NULL); | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ SysCmdJob.cc:72:16: warning: missing sentinel in function call [-Wformat=] 72 | execlp(shell,basename_ptr(shell),NULL); | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [5/23] Compiling C++ object src/libpistache.a.p/common_http_defs.cc.o /bin/bash ../libtool --silent --tag=CXX --mode=compile /home/buildroot/autobuild/instance-2/output-1/per-package/lftp/host/bin/or1k-linux-g++ -DHAVE_CONFIG_H -I. -I../lib -I../lib -I../trio -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -static -static -Wall -Wwrite-strings -Woverloaded-virtual -fno-exceptions -fno-rtti -fno-implement-inlines -c -o rmJob.lo rmJob.cc /bin/bash ../libtool --silent --tag=CXX --mode=compile /home/buildroot/autobuild/instance-2/output-1/per-package/lftp/host/bin/or1k-linux-g++ -DHAVE_CONFIG_H -I. -I../lib -I../lib -I../trio -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -static -static -Wall -Wwrite-strings -Woverloaded-virtual -fno-exceptions -fno-rtti -fno-implement-inlines -c -o parsecmd.lo parsecmd.cc /bin/bash ../libtool --silent --tag=CXX --mode=compile /home/buildroot/autobuild/instance-2/output-1/per-package/lftp/host/bin/or1k-linux-g++ -DHAVE_CONFIG_H -I. -I../lib -I../lib -I../trio -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -static -static -Wall -Wwrite-strings -Woverloaded-virtual -fno-exceptions -fno-rtti -fno-implement-inlines -c -o mvJob.lo mvJob.cc [6/23] Compiling C++ object src/libpistache.a.p/common_http_header.cc.o In file included from ../include/pistache/http.h:36, from ../src/common/http_header.cc:16: ../include/pistache/transport.h: In member function 'size_t Pistache::Tcp::Transport::BufferHolder::offset() const': ../include/pistache/transport.h:109:44: warning: conversion from 'off_t' {aka 'long long int'} to 'size_t' {aka 'unsigned int'} may change value [-Wconversion] 109 | size_t offset() const { return offset_; } | ^~~~~~~ /bin/bash ../libtool --silent --tag=CXX --mode=compile /home/buildroot/autobuild/instance-2/output-1/per-package/lftp/host/bin/or1k-linux-g++ -DHAVE_CONFIG_H -I. -I../lib -I../lib -I../trio -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -static -static -Wall -Wwrite-strings -Woverloaded-virtual -fno-exceptions -fno-rtti -fno-implement-inlines -c -o mmvJob.lo mmvJob.cc /bin/bash ../libtool --silent --tag=CXX --mode=compile /home/buildroot/autobuild/instance-2/output-1/per-package/lftp/host/bin/or1k-linux-g++ -DHAVE_CONFIG_H -I. -I../lib -I../lib -I../trio -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -static -static -Wall -Wwrite-strings -Woverloaded-virtual -fno-exceptions -fno-rtti -fno-implement-inlines -c -o alias.lo alias.cc /bin/bash ../libtool --silent --tag=CXX --mode=compile /home/buildroot/autobuild/instance-2/output-1/per-package/lftp/host/bin/or1k-linux-g++ -DHAVE_CONFIG_H -I. -I../lib -I../lib -I../trio -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -static -static -Wall -Wwrite-strings -Woverloaded-virtual -fno-exceptions -fno-rtti -fno-implement-inlines -c -o CatJob.lo CatJob.cc [7/23] Compiling C++ object src/libpistache.a.p/common_mime.cc.o In file included from ../include/pistache/http.h:36, from ../src/common/mime.cc:15: ../include/pistache/transport.h: In member function 'size_t Pistache::Tcp::Transport::BufferHolder::offset() const': ../include/pistache/transport.h:109:44: warning: conversion from 'off_t' {aka 'long long int'} to 'size_t' {aka 'unsigned int'} may change value [-Wconversion] 109 | size_t offset() const { return offset_; } | ^~~~~~~ /bin/bash ../libtool --silent --tag=CXX --mode=compile /home/buildroot/autobuild/instance-2/output-1/per-package/lftp/host/bin/or1k-linux-g++ -DHAVE_CONFIG_H -I. -I../lib -I../lib -I../trio -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -static -static -Wall -Wwrite-strings -Woverloaded-virtual -fno-exceptions -fno-rtti -fno-implement-inlines -c -o EditJob.lo EditJob.cc [8/23] Compiling C++ object src/libpistache.a.p/common_net.cc.o [9/23] Compiling C++ object src/libpistache.a.p/common_http_headers.cc.o /bin/bash ../libtool --silent --tag=CXX --mode=compile /home/buildroot/autobuild/instance-2/output-1/per-package/lftp/host/bin/or1k-linux-g++ -DHAVE_CONFIG_H -I. -I../lib -I../lib -I../trio -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -static -static -Wall -Wwrite-strings -Woverloaded-virtual -fno-exceptions -fno-rtti -fno-implement-inlines -c -o GetJob.lo GetJob.cc /bin/bash ../libtool --silent --tag=CXX --mode=compile /home/buildroot/autobuild/instance-2/output-1/per-package/lftp/host/bin/or1k-linux-g++ -DHAVE_CONFIG_H -I. -I../lib -I../lib -I../trio -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -static -static -Wall -Wwrite-strings -Woverloaded-virtual -fno-exceptions -fno-rtti -fno-implement-inlines -c -o ColumnOutput.lo ColumnOutput.cc /bin/bash ../libtool --silent --tag=CXX --mode=compile /home/buildroot/autobuild/instance-2/output-1/per-package/lftp/host/bin/or1k-linux-g++ -DHAVE_CONFIG_H -I. -I../lib -I../lib -I../trio -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -static -static -Wall -Wwrite-strings -Woverloaded-virtual -fno-exceptions -fno-rtti -fno-implement-inlines -c -o FileSetOutput.lo FileSetOutput.cc [10/23] Compiling C++ object src/libpistache.a.p/common_os.cc.o /bin/bash ../libtool --silent --tag=CXX --mode=compile /home/buildroot/autobuild/instance-2/output-1/per-package/lftp/host/bin/or1k-linux-g++ -DHAVE_CONFIG_H -I. -I../lib -I../lib -I../trio -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -static -static -Wall -Wwrite-strings -Woverloaded-virtual -fno-exceptions -fno-rtti -fno-implement-inlines -c -o mkdirJob.lo mkdirJob.cc /bin/bash ../libtool --silent --tag=CXX --mode=compile /home/buildroot/autobuild/instance-2/output-1/per-package/lftp/host/bin/or1k-linux-g++ -DHAVE_CONFIG_H -I. -I../lib -I../lib -I../trio -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -static -static -Wall -Wwrite-strings -Woverloaded-virtual -fno-exceptions -fno-rtti -fno-implement-inlines -c -o pgetJob.lo pgetJob.cc pgetJob.cc: In constructor 'pgetJob::pgetJob(FileCopy*, const char*, int)': pgetJob.cc:339:23: warning: missing sentinel in function call [-Wformat=] 339 | status_file.vset(local->full_name.get(),".lftp-pget-status",NULL); | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [11/23] Compiling C++ object src/libpistache.a.p/common_reactor.cc.o ../src/common/reactor.cc: In member function 'std::shared_ptr Pistache::Aio::SyncImpl::handler(const Pistache::Aio::Reactor::Key&) const': ../src/common/reactor.cc:101:41: warning: conversion from 'uint64_t' {aka 'long long unsigned int'} to 'size_t' {aka 'unsigned int'} may change value [-Wconversion] 101 | return handlers_.at(key.data()); | ~~~~~~~~^~ ../src/common/reactor.cc: In static member function 'static std::pair Pistache::Aio::SyncImpl::HandlerList::decodeTag(const Pistache::Polling::Tag&)': ../src/common/reactor.cc:308:38: warning: conversion from 'long long unsigned int' to 'size_t' {aka 'unsigned int'} may change value [-Wconversion] 308 | size_t index = value >> HandlerShift; | ~~~~~~^~~~~~~~~~~~~~~ [12/23] Compiling C++ object src/libpistache.a.p/common_stream.cc.o ../src/common/stream.cc: In constructor 'Pistache::FileBuffer::FileBuffer(const string&)': ../src/common/stream.cc:84:20: warning: conversion from 'off_t' {aka 'long long int'} to 'size_t' {aka 'unsigned int'} may change value [-Wconversion] 84 | size_ = sb.st_size; | ~~~^~~~~~~ /bin/bash ../libtool --silent --tag=CXX --mode=compile /home/buildroot/autobuild/instance-2/output-1/per-package/lftp/host/bin/or1k-linux-g++ -DHAVE_CONFIG_H -I. -I../lib -I../lib -I../trio -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -static -static -Wall -Wwrite-strings -Woverloaded-virtual -fno-exceptions -fno-rtti -fno-implement-inlines -c -o FileFeeder.lo FileFeeder.cc [13/23] Compiling C++ object src/libpistache.a.p/common_peer.cc.o In file included from ../include/pistache/http.h:36, from ../include/pistache/peer.h:20, from ../src/common/peer.cc:21: ../include/pistache/transport.h: In member function 'size_t Pistache::Tcp::Transport::BufferHolder::offset() const': ../include/pistache/transport.h:109:44: warning: conversion from 'off_t' {aka 'long long int'} to 'size_t' {aka 'unsigned int'} may change value [-Wconversion] 109 | size_t offset() const { return offset_; } | ^~~~~~~ /bin/bash ../libtool --silent --tag=CXX --mode=compile /home/buildroot/autobuild/instance-2/output-1/per-package/lftp/host/bin/or1k-linux-g++ -DHAVE_CONFIG_H -I. -I../lib -I../lib -I../trio -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -static -static -Wall -Wwrite-strings -Woverloaded-virtual -fno-exceptions -fno-rtti -fno-implement-inlines -c -o QueueFeeder.lo QueueFeeder.cc [14/23] Compiling C++ object src/libpistache.a.p/common_string_logger.cc.o /bin/bash ../libtool --silent --tag=CXX --mode=compile /home/buildroot/autobuild/instance-2/output-1/per-package/lftp/host/bin/or1k-linux-g++ -DHAVE_CONFIG_H -I. -I../lib -I../lib -I../trio -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -static -static -Wall -Wwrite-strings -Woverloaded-virtual -fno-exceptions -fno-rtti -fno-implement-inlines -c -o History.lo History.cc History.cc: In constructor 'History::History()': History.cc:41:16: warning: missing sentinel in function call [-Wformat=] 41 | file.vset(home,"/cwd_history",NULL); | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ [15/23] Compiling C++ object src/libpistache.a.p/common_timer_pool.cc.o ../src/common/timer_pool.cc: In member function 'void Pistache::TimerPool::Entry::armMs(std::chrono::milliseconds)': ../src/common/timer_pool.cc:84:102: warning: conversion from 'std::chrono::duration >::rep' {aka 'long long int'} to 'long int' may change value [-Wconversion] 84 | spec.it_value.tv_nsec = std::chrono::duration_cast(value).count(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ /bin/bash ../libtool --silent --tag=CXX --mode=compile /home/buildroot/autobuild/instance-2/output-1/per-package/lftp/host/bin/or1k-linux-g++ -DHAVE_CONFIG_H -I. -I../lib -I../lib -I../trio -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -static -static -Wall -Wwrite-strings -Woverloaded-virtual -fno-exceptions -fno-rtti -fno-implement-inlines -c -o FindJob.lo FindJob.cc /bin/bash ../libtool --silent --tag=CXX --mode=compile /home/buildroot/autobuild/instance-2/output-1/per-package/lftp/host/bin/or1k-linux-g++ -DHAVE_CONFIG_H -I. -I../lib -I../lib -I../trio -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -static -static -Wall -Wwrite-strings -Woverloaded-virtual -fno-exceptions -fno-rtti -fno-implement-inlines -c -o FindJobDu.lo FindJobDu.cc [16/23] Compiling C++ object src/libpistache.a.p/common_tcp.cc.o In file included from ../include/pistache/http.h:36, from ../include/pistache/peer.h:20, from ../src/common/tcp.cc:13: ../include/pistache/transport.h: In member function 'size_t Pistache::Tcp::Transport::BufferHolder::offset() const': ../include/pistache/transport.h:109:44: warning: conversion from 'off_t' {aka 'long long int'} to 'size_t' {aka 'unsigned int'} may change value [-Wconversion] 109 | size_t offset() const { return offset_; } | ^~~~~~~ /bin/bash ../libtool --silent --tag=CXX --mode=compile /home/buildroot/autobuild/instance-2/output-1/per-package/lftp/host/bin/or1k-linux-g++ -DHAVE_CONFIG_H -I. -I../lib -I../lib -I../trio -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -static -static -Wall -Wwrite-strings -Woverloaded-virtual -fno-exceptions -fno-rtti -fno-implement-inlines -c -o ChmodJob.lo ChmodJob.cc /bin/bash ../libtool --silent --tag=CXX --mode=compile /home/buildroot/autobuild/instance-2/output-1/per-package/lftp/host/bin/or1k-linux-g++ -DHAVE_CONFIG_H -I. -I../lib -I../lib -I../trio -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -static -static -Wall -Wwrite-strings -Woverloaded-virtual -fno-exceptions -fno-rtti -fno-implement-inlines -c -o TreatFileJob.lo TreatFileJob.cc [17/23] Compiling C++ object src/libpistache.a.p/common_utils.cc.o In file included from ../include/pistache/http.h:36, from ../include/pistache/peer.h:20, from ../src/common/utils.cc:13: ../include/pistache/transport.h: In member function 'size_t Pistache::Tcp::Transport::BufferHolder::offset() const': ../include/pistache/transport.h:109:44: warning: conversion from 'off_t' {aka 'long long int'} to 'size_t' {aka 'unsigned int'} may change value [-Wconversion] 109 | size_t offset() const { return offset_; } | ^~~~~~~ /bin/bash ../libtool --silent --tag=CXX --mode=compile /home/buildroot/autobuild/instance-2/output-1/per-package/lftp/host/bin/or1k-linux-g++ -DHAVE_CONFIG_H -I. -I../lib -I../lib -I../trio -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -static -static -Wall -Wwrite-strings -Woverloaded-virtual -fno-exceptions -fno-rtti -fno-implement-inlines -c -o CopyJob.lo CopyJob.cc CopyJob.cc: In member function 'virtual int CopyJob::Do()': CopyJob.cc:44:28: warning: missing sentinel in function call [-Wformat=] 44 | error=xstring::cat(name,": ",error,NULL); | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ /bin/bash ../libtool --silent --tag=CXX --mode=compile /home/buildroot/autobuild/instance-2/output-1/per-package/lftp/host/bin/or1k-linux-g++ -DHAVE_CONFIG_H -I. -I../lib -I../lib -I../trio -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -static -static -Wall -Wwrite-strings -Woverloaded-virtual -fno-exceptions -fno-rtti -fno-implement-inlines -c -o echoJob.lo echoJob.cc /bin/bash ../libtool --silent --tag=CXX --mode=compile /home/buildroot/autobuild/instance-2/output-1/per-package/lftp/host/bin/or1k-linux-g++ -DHAVE_CONFIG_H -I. -I../lib -I../lib -I../trio -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -static -static -Wall -Wwrite-strings -Woverloaded-virtual -fno-exceptions -fno-rtti -fno-implement-inlines -c -o OutputJob.lo OutputJob.cc OutputJob.cc: In member function 'void OutputJob::PreFilter(const char*)': OutputJob.cc:337:18: warning: missing sentinel in function call [-Wformat=] 337 | filter.vset(newfilter," | ",old_filter,NULL); | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /bin/bash ../libtool --silent --tag=CXX --mode=compile /home/buildroot/autobuild/instance-2/output-1/per-package/lftp/host/bin/or1k-linux-g++ -DHAVE_CONFIG_H -I. -I../lib -I../lib -I../trio -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -static -static -Wall -Wwrite-strings -Woverloaded-virtual -fno-exceptions -fno-rtti -fno-implement-inlines -c -o FileCopyOutputJob.lo FileCopyOutputJob.cc [18/23] Compiling C++ object src/libpistache.a.p/common_transport.cc.o In file included from ../include/pistache/http.h:36, from ../include/pistache/peer.h:20, from ../src/common/transport.cc:18: ../include/pistache/transport.h: In member function 'size_t Pistache::Tcp::Transport::BufferHolder::offset() const': ../include/pistache/transport.h:109:44: warning: conversion from 'off_t' {aka 'long long int'} to 'size_t' {aka 'unsigned int'} may change value [-Wconversion] 109 | size_t offset() const { return offset_; } | ^~~~~~~ ../src/common/transport.cc: In member function 'void Pistache::Tcp::Transport::armTimerMsImpl(Pistache::Tcp::Transport::TimerEntry)': ../src/common/transport.cc:429:47: warning: conversion from 'std::chrono::duration >::rep' {aka 'long long int'} to 'long int' may change value [-Wconversion] 428 | spec.it_value.tv_nsec = std::chrono::duration_cast(entry.value) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 429 | .count(); | ~~~~~~^~ [19/23] Compiling C++ object src/libpistache.a.p/server_endpoint.cc.o In file included from ../include/pistache/http.h:36, from ../include/pistache/endpoint.h:15, from ../src/server/endpoint.cc:14: ../include/pistache/transport.h: In member function 'size_t Pistache::Tcp::Transport::BufferHolder::offset() const': ../include/pistache/transport.h:109:44: warning: conversion from 'off_t' {aka 'long long int'} to 'size_t' {aka 'unsigned int'} may change value [-Wconversion] 109 | size_t offset() const { return offset_; } | ^~~~~~~ /bin/bash ../libtool --silent --tag=CXX --mode=compile /home/buildroot/autobuild/instance-2/output-1/per-package/lftp/host/bin/or1k-linux-g++ -DHAVE_CONFIG_H -I. -I../lib -I../lib -I../trio -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -static -static -Wall -Wwrite-strings -Woverloaded-virtual -fno-exceptions -fno-rtti -fno-implement-inlines -c -o buffer_std.lo buffer_std.cc /bin/bash ../libtool --silent --tag=CXX --mode=compile /home/buildroot/autobuild/instance-2/output-1/per-package/lftp/host/bin/or1k-linux-g++ -DHAVE_CONFIG_H -I. -I../lib -I../lib -I../trio -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -static -static -Wall -Wwrite-strings -Woverloaded-virtual -fno-exceptions -fno-rtti -fno-implement-inlines -c -o MirrorJob.lo MirrorJob.cc MirrorJob.cc: In member function 'void MirrorJob::HandleFile(FileInfo*)': MirrorJob.cc:414:26: warning: missing sentinel in function call [-Wformat=] 414 | cp->cmdline.vset("\\transfer `",source_name_rel,"'",NULL); | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ MirrorJob.cc:478:26: warning: missing sentinel in function call [-Wformat=] 478 | mj->cmdline.vset("\\mirror `",source_name_rel,"'",NULL); | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ MirrorJob.cc: In function 'Job* cmd_mirror(CmdExec*)': MirrorJob.cc:2204:39: warning: missing sentinel in function call [-Wformat=] 2204 | target_dir=xstring::cat(target_dir,base,NULL); | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ /bin/bash ../libtool --silent --tag=CXX --mode=compile /home/buildroot/autobuild/instance-2/output-1/per-package/lftp/host/bin/or1k-linux-g++ -DHAVE_CONFIG_H -I. -I../lib -I../lib -I../trio -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -static -static -Wall -Wwrite-strings -Woverloaded-virtual -fno-exceptions -fno-rtti -fno-implement-inlines -c -o SleepJob.lo SleepJob.cc SleepJob.cc: In member function 'virtual int SleepJob::Do()': SleepJob.cc:80:31: warning: missing sentinel in function call [-Wformat=] 80 | exec->cmdline.vset("(",cmd.get(),")",NULL); | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~ SleepJob.cc: In member function 'const char* SleepJob::Status()': SleepJob.cc:100:23: warning: missing sentinel in function call [-Wformat=] 100 | return xstring::cat(_("Sleep time left: "), | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~ 101 | TimeLeft().toString(TimeInterval::TO_STR_TRANSLATE), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 102 | NULL); | ~~~~~ /bin/bash ../libtool --silent --tag=CXX --mode=compile /home/buildroot/autobuild/instance-2/output-1/per-package/lftp/host/bin/or1k-linux-g++ -DHAVE_CONFIG_H -I. -I../lib -I../lib -I../trio -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -static -static -Wall -Wwrite-strings -Woverloaded-virtual -fno-exceptions -fno-rtti -fno-implement-inlines -c -o Torrent.lo Torrent.cc Torrent.cc: In member function 'const char* Torrent::GetMetadataPath() const': Torrent.cc:609:30: warning: missing sentinel in function call [-Wformat=] 609 | xstring& path=xstring::cat(get_lftp_data_dir(),"/torrent",NULL); | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [20/23] Compiling C++ object src/libpistache.a.p/server_listener.cc.o In file included from ../include/pistache/http.h:36, from ../include/pistache/peer.h:20, from ../src/server/listener.cc:16: ../include/pistache/transport.h: In member function 'size_t Pistache::Tcp::Transport::BufferHolder::offset() const': ../include/pistache/transport.h:109:44: warning: conversion from 'off_t' {aka 'long long int'} to 'size_t' {aka 'unsigned int'} may change value [-Wconversion] 109 | size_t offset() const { return offset_; } | ^~~~~~~ /bin/bash ../libtool --silent --tag=CXX --mode=compile /home/buildroot/autobuild/instance-2/output-1/per-package/lftp/host/bin/or1k-linux-g++ -DHAVE_CONFIG_H -I. -I../lib -I../lib -I../trio -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -static -static -Wall -Wwrite-strings -Woverloaded-virtual -fno-exceptions -fno-rtti -fno-implement-inlines -c -o TorrentTracker.lo TorrentTracker.cc [21/23] Compiling C++ object src/libpistache.a.p/client_client.cc.o In file included from ../include/pistache/http.h:36, from ../include/pistache/client.h:16, from ../src/client/client.cc:13: ../include/pistache/transport.h: In member function 'size_t Pistache::Tcp::Transport::BufferHolder::offset() const': ../include/pistache/transport.h:109:44: warning: conversion from 'off_t' {aka 'long long int'} to 'size_t' {aka 'unsigned int'} may change value [-Wconversion] 109 | size_t offset() const { return offset_; } | ^~~~~~~ ../src/client/client.cc: In member function 'Pistache::Async::Promise Pistache::Http::Experimental::Client::doRequest(Pistache::Http::Request)': ../src/client/client.cc:1054:81: warning: conversion from 'long long unsigned int' to 'std::vector >::size_type' {aka 'unsigned int'} may change value [-Wconversion] 1054 | auto transport = std::static_pointer_cast(transports[index]); | ^~~~~ /bin/bash ../libtool --silent --tag=CXX --mode=compile /home/buildroot/autobuild/instance-2/output-1/per-package/lftp/host/bin/or1k-linux-g++ -DHAVE_CONFIG_H -I. -I../lib -I../lib -I../trio -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -static -static -Wall -Wwrite-strings -Woverloaded-virtual -fno-exceptions -fno-rtti -fno-implement-inlines -c -o DHT.lo DHT.cc /bin/bash ../libtool --silent --tag=CXX --mode=compile /home/buildroot/autobuild/instance-2/output-1/per-package/lftp/host/bin/or1k-linux-g++ -DHAVE_CONFIG_H -I. -I../lib -I../lib -I../trio -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -static -static -Wall -Wwrite-strings -Woverloaded-virtual -fno-exceptions -fno-rtti -fno-implement-inlines -c -o Bencode.lo Bencode.cc /home/buildroot/autobuild/instance-2/output-1/per-package/lftp/host/bin/or1k-linux-g++ -DHAVE_CONFIG_H -I. -I../lib -I../lib -I../trio -I/home/buildroot/autobuild/instance-2/output-1/per-package/lftp/host/or1k-buildroot-linux-musl/sysroot/usr/include/readline -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -static -static -Wall -Wwrite-strings -Woverloaded-virtual -fno-exceptions -fno-rtti -fno-implement-inlines -c -o lftp-lftp.o `test -f 'lftp.cc' || echo './'`lftp.cc [22/23] Compiling C++ object src/libpistache.a.p/server_router.cc.o In file included from ../include/pistache/http.h:36, from ../include/pistache/router.h:23, from ../include/pistache/description.h:26, from ../src/server/router.cc:15: ../include/pistache/transport.h: In member function 'size_t Pistache::Tcp::Transport::BufferHolder::offset() const': ../include/pistache/transport.h:109:44: warning: conversion from 'off_t' {aka 'long long int'} to 'size_t' {aka 'unsigned int'} may change value [-Wconversion] 109 | size_t offset() const { return offset_; } | ^~~~~~~ [23/23] Linking static target src/libpistache.a /home/buildroot/autobuild/instance-2/output-1/per-package/lftp/host/bin/or1k-linux-g++ -DHAVE_CONFIG_H -I. -I../lib -I../lib -I../trio -I/home/buildroot/autobuild/instance-2/output-1/per-package/lftp/host/or1k-buildroot-linux-musl/sysroot/usr/include/readline -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -static -static -Wall -Wwrite-strings -Woverloaded-virtual -fno-exceptions -fno-rtti -fno-implement-inlines -c -o lftp-complete.o `test -f 'complete.cc' || echo './'`complete.cc In file included from lftp.cc:50: attach.h: In member function 'virtual int SendTermFD::Do()': attach.h:260:17: warning: 'char* strncpy(char*, const char*, size_t)' specified bound 108 equals destination size [-Wstringop-truncation] 260 | strncpy(sun_addr.sun_path,path,sizeof(sun_addr.sun_path)); | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In member function 'void AcceptTermFD::do_listen()', inlined from 'virtual int AcceptTermFD::Do()' at attach.h:92:15: attach.h:182:17: warning: 'char* strncpy(char*, const char*, size_t)' specified bound 108 equals destination size [-Wstringop-truncation] 182 | strncpy(sun_addr.sun_path,path,sizeof(sun_addr.sun_path)); | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In member function 'void AcceptTermFD::do_listen()', inlined from 'virtual int AcceptTermFD::Do()' at attach.h:110:15: attach.h:182:17: warning: 'char* strncpy(char*, const char*, size_t)' specified bound 108 equals destination size [-Wstringop-truncation] 182 | strncpy(sun_addr.sun_path,path,sizeof(sun_addr.sun_path)); | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In member function 'void AcceptTermFD::do_listen()', inlined from 'virtual int AcceptTermFD::Do()' at attach.h:130:15: attach.h:182:17: warning: 'char* strncpy(char*, const char*, size_t)' specified bound 108 equals destination size [-Wstringop-truncation] 182 | strncpy(sun_addr.sun_path,path,sizeof(sun_addr.sun_path)); | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ attach.h: In member function 'void AcceptTermFD::do_listen()': attach.h:182:17: warning: 'char* strncpy(char*, const char*, size_t)' specified bound 108 equals destination size [-Wstringop-truncation] 182 | strncpy(sun_addr.sun_path,path,sizeof(sun_addr.sun_path)); | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In member function 'void AcceptTermFD::do_listen()', inlined from 'AcceptTermFD::AcceptTermFD()' at attach.h:59:16, inlined from 'void move_to_background()' at lftp.cc:446:63, inlined from 'int main(int, char**)' at lftp.cc:599:25: attach.h:182:17: warning: 'char* strncpy(char*, const char*, size_t)' specified bound 108 equals destination size [-Wstringop-truncation] 182 | strncpy(sun_addr.sun_path,path,sizeof(sun_addr.sun_path)); | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/buildroot/autobuild/instance-2/output-1/per-package/lftp/host/bin/or1k-linux-gcc -DHAVE_CONFIG_H -I. -I../lib -I../lib -I../trio -I/home/buildroot/autobuild/instance-2/output-1/per-package/lftp/host/or1k-buildroot-linux-musl/sysroot/usr/include/readline -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -static -Wall -c -o lftp-lftp_rl.o `test -f 'lftp_rl.c' || echo './'`lftp_rl.c /home/buildroot/autobuild/instance-2/output-1/per-package/lftp/host/bin/or1k-linux-g++ -DHAVE_CONFIG_H -I. -I../lib -I../lib -I../trio -I/home/buildroot/autobuild/instance-2/output-1/per-package/lftp/host/or1k-buildroot-linux-musl/sysroot/usr/include/readline -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -static -static -Wall -Wwrite-strings -Woverloaded-virtual -fno-exceptions -fno-rtti -fno-implement-inlines -c -o lftp-attach.o `test -f 'attach.cc' || echo './'`attach.cc /bin/bash ../libtool --silent --tag=CXX --mode=link /home/buildroot/autobuild/instance-2/output-1/per-package/lftp/host/bin/or1k-linux-g++ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -static -static -Wall -Wwrite-strings -Woverloaded-virtual -fno-exceptions -fno-rtti -fno-implement-inlines -avoid-version -rpath /usr/lib/lftp/4.9.2 -static -o liblftp-pty.la PtyShell.lo lftp_pty.lo SSH_Access.lo -lcurses /bin/bash ../libtool --silent --tag=CXX --mode=link /home/buildroot/autobuild/instance-2/output-1/per-package/lftp/host/bin/or1k-linux-g++ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -static -static -Wall -Wwrite-strings -Woverloaded-virtual -fno-exceptions -fno-rtti -fno-implement-inlines -avoid-version -rpath /usr/lib/lftp/4.9.2 -static -o liblftp-network.la liblftp_network_la-NetAccess.lo liblftp_network_la-Resolver.lo liblftp_network_la-lftp_ssl.lo liblftp_network_la-buffer_ssl.lo liblftp_network_la-RateLimit.lo liblftp_network_la-network.lo liblftp_network_la-buffer_zlib.lo -lssl -lcrypto ../lib/libgnu.la -L/home/buildroot/autobuild/instance-2/output-1/per-package/lftp/host/or1k-buildroot-linux-musl/sysroot/usr/lib -R/home/buildroot/autobuild/instance-2/output-1/per-package/lftp/host/or1k-buildroot-linux-musl/sysroot/usr/lib -lz -lcurses libtool: warning: library '/home/buildroot/autobuild/instance-2/output-1/per-package/lftp/host/opt/ext-toolchain/bin/../lib/gcc/or1k-buildroot-linux-musl/11.2.0/../../../../or1k-buildroot-linux-musl/lib/libstdc++.la' was moved. /bin/bash ../libtool --silent --tag=CXX --mode=link /home/buildroot/autobuild/instance-2/output-1/per-package/lftp/host/bin/or1k-linux-g++ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -static -static -Wall -Wwrite-strings -Woverloaded-virtual -fno-exceptions -fno-rtti -fno-implement-inlines -module -avoid-version -rpath /usr/lib/lftp/4.9.2 -static -o proto-file.la LocalAccess.lo -lcurses /bin/bash ../libtool --silent --tag=CXX --mode=link /home/buildroot/autobuild/instance-2/output-1/per-package/lftp/host/bin/or1k-linux-g++ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -static -static -Wall -Wwrite-strings -Woverloaded-virtual -fno-exceptions -fno-rtti -fno-implement-inlines -module -avoid-version -rpath /usr/lib/lftp/4.9.2 -static -o cmd-mirror.la MirrorJob.lo -lcurses /bin/bash ../libtool --silent --tag=CXX --mode=link /home/buildroot/autobuild/instance-2/output-1/per-package/lftp/host/bin/or1k-linux-g++ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -static -static -Wall -Wwrite-strings -Woverloaded-virtual -fno-exceptions -fno-rtti -fno-implement-inlines -module -avoid-version -rpath /usr/lib/lftp/4.9.2 -static -o cmd-sleep.la SleepJob.lo -lcurses libtool: warning: library '/home/buildroot/autobuild/instance-2/output-1/per-package/lftp/host/opt/ext-toolchain/bin/../lib/gcc/or1k-buildroot-linux-musl/11.2.0/../../../../or1k-buildroot-linux-musl/lib/libstdc++.la' was moved. /bin/bash ../libtool --silent --tag=CXX --mode=link /home/buildroot/autobuild/instance-2/output-1/per-package/lftp/host/bin/or1k-linux-g++ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -static -static -Wall -Wwrite-strings -Woverloaded-virtual -fno-exceptions -fno-rtti -fno-implement-inlines -module -avoid-version -rpath /usr/lib/lftp/4.9.2 -static -o proto-ftp.la ftpclass.lo FtpListInfo.lo FtpDirList.lo ftp-opie.lo netkey.lo FileCopyFtp.lo liblftp-network.la -lcurses libtool: warning: library '/home/buildroot/autobuild/instance-2/output-1/per-package/lftp/host/opt/ext-toolchain/bin/../lib/gcc/or1k-buildroot-linux-musl/11.2.0/../../../../or1k-buildroot-linux-musl/lib/libstdc++.la' was moved. libtool: warning: library '/home/buildroot/autobuild/instance-2/output-1/per-package/lftp/host/opt/ext-toolchain/bin/../lib/gcc/or1k-buildroot-linux-musl/11.2.0/../../../../or1k-buildroot-linux-musl/lib/libstdc++.la' was moved. /bin/bash ../libtool --silent --tag=CXX --mode=link /home/buildroot/autobuild/instance-2/output-1/per-package/lftp/host/bin/or1k-linux-g++ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -static -static -Wall -Wwrite-strings -Woverloaded-virtual -fno-exceptions -fno-rtti -fno-implement-inlines -module -avoid-version -rpath /usr/lib/lftp/4.9.2 -static -o proto-http.la proto_http_la-Http.lo proto_http_la-HttpHeader.lo proto_http_la-HttpAuth.lo proto_http_la-HttpDir.lo proto_http_la-HttpDirXML.lo liblftp-network.la -lcurses /bin/bash ../libtool --silent --tag=CXX --mode=link /home/buildroot/autobuild/instance-2/output-1/per-package/lftp/host/bin/or1k-linux-g++ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -static -static -Wall -Wwrite-strings -Woverloaded-virtual -fno-exceptions -fno-rtti -fno-implement-inlines -module -avoid-version -rpath /usr/lib/lftp/4.9.2 -static -o proto-fish.la Fish.lo liblftp-network.la liblftp-pty.la -lcurses libtool: warning: library '/home/buildroot/autobuild/instance-2/output-1/per-package/lftp/host/opt/ext-toolchain/bin/../lib/gcc/or1k-buildroot-linux-musl/11.2.0/../../../../or1k-buildroot-linux-musl/lib/libstdc++.la' was moved. /bin/bash ../libtool --silent --tag=CXX --mode=link /home/buildroot/autobuild/instance-2/output-1/per-package/lftp/host/bin/or1k-linux-g++ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -static -static -Wall -Wwrite-strings -Woverloaded-virtual -fno-exceptions -fno-rtti -fno-implement-inlines -module -avoid-version -rpath /usr/lib/lftp/4.9.2 -static -o proto-sftp.la SFtp.lo liblftp-network.la liblftp-pty.la -lcurses libtool: warning: library '/home/buildroot/autobuild/instance-2/output-1/per-package/lftp/host/opt/ext-toolchain/bin/../lib/gcc/or1k-buildroot-linux-musl/11.2.0/../../../../or1k-buildroot-linux-musl/lib/libstdc++.la' was moved. /bin/bash ../libtool --silent --tag=CXX --mode=link /home/buildroot/autobuild/instance-2/output-1/per-package/lftp/host/bin/or1k-linux-g++ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -static -static -Wall -Wwrite-strings -Woverloaded-virtual -fno-exceptions -fno-rtti -fno-implement-inlines -module -avoid-version -rpath /usr/lib/lftp/4.9.2 -static -o cmd-torrent.la Torrent.lo TorrentTracker.lo DHT.lo Bencode.lo liblftp-network.la -lcurses libtool: warning: '/home/buildroot/autobuild/instance-2/output-1/per-package/lftp/host/opt/ext-toolchain/bin/../lib/gcc/or1k-buildroot-linux-musl/11.2.0/../../../../or1k-buildroot-linux-musl/lib/libstdc++.la' seems to be moved libtool: warning: library '/home/buildroot/autobuild/instance-2/output-1/per-package/lftp/host/opt/ext-toolchain/bin/../lib/gcc/or1k-buildroot-linux-musl/11.2.0/../../../../or1k-buildroot-linux-musl/lib/libstdc++.la' was moved. libtool: warning: '/home/buildroot/autobuild/instance-2/output-1/per-package/lftp/host/opt/ext-toolchain/bin/../lib/gcc/or1k-buildroot-linux-musl/11.2.0/../../../../or1k-buildroot-linux-musl/lib/libstdc++.la' seems to be moved libtool: warning: library '/home/buildroot/autobuild/instance-2/output-1/per-package/lftp/host/opt/ext-toolchain/bin/../lib/gcc/or1k-buildroot-linux-musl/11.2.0/../../../../or1k-buildroot-linux-musl/lib/libstdc++.la' was moved. libtool: warning: library '/home/buildroot/autobuild/instance-2/output-1/per-package/lftp/host/opt/ext-toolchain/bin/../lib/gcc/or1k-buildroot-linux-musl/11.2.0/../../../../or1k-buildroot-linux-musl/lib/libstdc++.la' was moved. /bin/bash ../libtool --silent --tag=CXX --mode=link /home/buildroot/autobuild/instance-2/output-1/per-package/lftp/host/bin/or1k-linux-g++ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -static -static -Wall -Wwrite-strings -Woverloaded-virtual -fno-exceptions -fno-rtti -fno-implement-inlines -static -o liblftp-tasks.la -rpath /usr/lib PollVec.lo SMTask.lo ProcWait.lo GetPass.lo ConnectionSlot.lo CharReader.lo Cache.lo LsCache.lo FileAccess.lo ResMgr.lo ProtoLog.lo Filter.lo SignalHook.lo FileCopy.lo xmalloc.lo xstring.lo FileSet.lo log.lo StringSet.lo xarray.lo xmap.lo buffer.lo url.lo StatusLine.lo plural.lo misc.lo fg.lo module.lo resource.lo DummyProto.lo Error.lo ArgV.lo keyvalue.lo bookmark.lo Speedometer.lo FileGlob.lo netrc.lo lftp_tinfo.lo TimeDate.lo Timer.lo GetFileInfo.lo StringPool.lo DirColors.lo IdNameCache.lo PatternSet.lo LocalDir.lo liblftp-pty.la liblftp-network.la proto-ftp.la proto-http.la proto-file.la proto-fish.la proto-sftp.la ../lib/libgnu.la -lcrypto -lcurses libtool: warning: '/home/buildroot/autobuild/instance-2/output-1/per-package/lftp/host/opt/ext-toolchain/bin/../lib/gcc/or1k-buildroot-linux-musl/11.2.0/../../../../or1k-buildroot-linux-musl/lib/libstdc++.la' seems to be moved libtool: warning: '/home/buildroot/autobuild/instance-2/output-1/per-package/lftp/host/opt/ext-toolchain/bin/../lib/gcc/or1k-buildroot-linux-musl/11.2.0/../../../../or1k-buildroot-linux-musl/lib/libstdc++.la' seems to be moved libtool: warning: '/home/buildroot/autobuild/instance-2/output-1/per-package/lftp/host/opt/ext-toolchain/bin/../lib/gcc/or1k-buildroot-linux-musl/11.2.0/../../../../or1k-buildroot-linux-musl/lib/libstdc++.la' seems to be moved libtool: warning: '/home/buildroot/autobuild/instance-2/output-1/per-package/lftp/host/opt/ext-toolchain/bin/../lib/gcc/or1k-buildroot-linux-musl/11.2.0/../../../../or1k-buildroot-linux-musl/lib/libstdc++.la' seems to be moved libtool: warning: '/home/buildroot/autobuild/instance-2/output-1/per-package/lftp/host/opt/ext-toolchain/bin/../lib/gcc/or1k-buildroot-linux-musl/11.2.0/../../../../or1k-buildroot-linux-musl/lib/libstdc++.la' seems to be moved libtool: warning: '/home/buildroot/autobuild/instance-2/output-1/per-package/lftp/host/opt/ext-toolchain/bin/../lib/gcc/or1k-buildroot-linux-musl/11.2.0/../../../../or1k-buildroot-linux-musl/lib/libstdc++.la' seems to be moved libtool: warning: '/home/buildroot/autobuild/instance-2/output-1/per-package/lftp/host/opt/ext-toolchain/bin/../lib/gcc/or1k-buildroot-linux-musl/11.2.0/../../../../or1k-buildroot-linux-musl/lib/libstdc++.la' seems to be moved libtool: warning: library '/home/buildroot/autobuild/instance-2/output-1/per-package/lftp/host/opt/ext-toolchain/bin/../lib/gcc/or1k-buildroot-linux-musl/11.2.0/../../../../or1k-buildroot-linux-musl/lib/libstdc++.la' was moved. copying selected object files to avoid basename conflicts... /bin/bash ../libtool --silent --tag=CXX --mode=link /home/buildroot/autobuild/instance-2/output-1/per-package/lftp/host/bin/or1k-linux-g++ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -static -static -Wall -Wwrite-strings -Woverloaded-virtual -fno-exceptions -fno-rtti -fno-implement-inlines -static -o liblftp-jobs.la -rpath /usr/lib Job.lo CmdExec.lo commands.lo mgetJob.lo SysCmdJob.lo rmJob.lo parsecmd.lo mvJob.lo mmvJob.lo alias.lo CatJob.lo EditJob.lo GetJob.lo ColumnOutput.lo FileSetOutput.lo mkdirJob.lo pgetJob.lo FileFeeder.lo QueueFeeder.lo History.lo FindJob.lo FindJobDu.lo ChmodJob.lo TreatFileJob.lo CopyJob.lo echoJob.lo OutputJob.lo FileCopyOutputJob.lo buffer_std.lo cmd-mirror.la cmd-sleep.la cmd-torrent.la liblftp-tasks.la -lcurses libtool: warning: '/home/buildroot/autobuild/instance-2/output-1/per-package/lftp/host/opt/ext-toolchain/bin/../lib/gcc/or1k-buildroot-linux-musl/11.2.0/../../../../or1k-buildroot-linux-musl/lib/libstdc++.la' seems to be moved libtool: warning: '/home/buildroot/autobuild/instance-2/output-1/per-package/lftp/host/opt/ext-toolchain/bin/../lib/gcc/or1k-buildroot-linux-musl/11.2.0/../../../../or1k-buildroot-linux-musl/lib/libstdc++.la' seems to be moved libtool: warning: '/home/buildroot/autobuild/instance-2/output-1/per-package/lftp/host/opt/ext-toolchain/bin/../lib/gcc/or1k-buildroot-linux-musl/11.2.0/../../../../or1k-buildroot-linux-musl/lib/libstdc++.la' seems to be moved libtool: warning: '/home/buildroot/autobuild/instance-2/output-1/per-package/lftp/host/opt/ext-toolchain/bin/../lib/gcc/or1k-buildroot-linux-musl/11.2.0/../../../../or1k-buildroot-linux-musl/lib/libstdc++.la' seems to be moved libtool: warning: '/home/buildroot/autobuild/instance-2/output-1/per-package/lftp/host/opt/ext-toolchain/bin/../lib/gcc/or1k-buildroot-linux-musl/11.2.0/../../../../or1k-buildroot-linux-musl/lib/libstdc++.la' seems to be moved libtool: warning: '/home/buildroot/autobuild/instance-2/output-1/per-package/lftp/host/opt/ext-toolchain/bin/../lib/gcc/or1k-buildroot-linux-musl/11.2.0/../../../../or1k-buildroot-linux-musl/lib/libstdc++.la' seems to be moved libtool: warning: '/home/buildroot/autobuild/instance-2/output-1/per-package/lftp/host/opt/ext-toolchain/bin/../lib/gcc/or1k-buildroot-linux-musl/11.2.0/../../../../or1k-buildroot-linux-musl/lib/libstdc++.la' seems to be moved libtool: warning: '/home/buildroot/autobuild/instance-2/output-1/per-package/lftp/host/opt/ext-toolchain/bin/../lib/gcc/or1k-buildroot-linux-musl/11.2.0/../../../../or1k-buildroot-linux-musl/lib/libstdc++.la' seems to be moved libtool: warning: '/home/buildroot/autobuild/instance-2/output-1/per-package/lftp/host/opt/ext-toolchain/bin/../lib/gcc/or1k-buildroot-linux-musl/11.2.0/../../../../or1k-buildroot-linux-musl/lib/libstdc++.la' seems to be moved libtool: warning: '/home/buildroot/autobuild/instance-2/output-1/per-package/lftp/host/opt/ext-toolchain/bin/../lib/gcc/or1k-buildroot-linux-musl/11.2.0/../../../../or1k-buildroot-linux-musl/lib/libstdc++.la' seems to be moved libtool: warning: library '/home/buildroot/autobuild/instance-2/output-1/per-package/lftp/host/opt/ext-toolchain/bin/../lib/gcc/or1k-buildroot-linux-musl/11.2.0/../../../../or1k-buildroot-linux-musl/lib/libstdc++.la' was moved. /bin/bash ../libtool --silent --tag=CXX --mode=link /home/buildroot/autobuild/instance-2/output-1/per-package/lftp/host/bin/or1k-linux-g++ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -static -static -Wall -Wwrite-strings -Woverloaded-virtual -fno-exceptions -fno-rtti -fno-implement-inlines -export-dynamic -static -o lftp lftp-lftp.o lftp-complete.o lftp-lftp_rl.o lftp-attach.o liblftp-jobs.la liblftp-tasks.la -L/home/buildroot/autobuild/instance-2/output-1/per-package/lftp/host/or1k-buildroot-linux-musl/sysroot/usr/lib -R/home/buildroot/autobuild/instance-2/output-1/per-package/lftp/host/or1k-buildroot-linux-musl/sysroot/usr/lib -L/home/buildroot/autobuild/instance-2/output-1/per-package/lftp/host/bin/../or1k-buildroot-linux-musl/sysroot/usr/lib -lreadline -static -lncursesw -lcurses libtool: warning: library '/home/buildroot/autobuild/instance-2/output-1/per-package/lftp/host/opt/ext-toolchain/bin/../lib/gcc/or1k-buildroot-linux-musl/11.2.0/../../../../or1k-buildroot-linux-musl/lib/libstdc++.la' was moved. libtool: warning: library '/home/buildroot/autobuild/instance-2/output-1/per-package/lftp/host/opt/ext-toolchain/bin/../lib/gcc/or1k-buildroot-linux-musl/11.2.0/../../../../or1k-buildroot-linux-musl/lib/libstdc++.la' was moved. make[3]: Leaving directory '/home/buildroot/autobuild/instance-2/output-1/build/lftp-4.9.2/src' Making all in po make[3]: Entering directory '/home/buildroot/autobuild/instance-2/output-1/build/lftp-4.9.2/po' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/home/buildroot/autobuild/instance-2/output-1/build/lftp-4.9.2/po' Making all in contrib make[3]: Entering directory '/home/buildroot/autobuild/instance-2/output-1/build/lftp-4.9.2/contrib' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/home/buildroot/autobuild/instance-2/output-1/build/lftp-4.9.2/contrib' Making all in tests make[3]: Entering directory '/home/buildroot/autobuild/instance-2/output-1/build/lftp-4.9.2/tests' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/home/buildroot/autobuild/instance-2/output-1/build/lftp-4.9.2/tests' make[3]: Entering directory '/home/buildroot/autobuild/instance-2/output-1/build/lftp-4.9.2' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/home/buildroot/autobuild/instance-2/output-1/build/lftp-4.9.2' make[2]: Leaving directory '/home/buildroot/autobuild/instance-2/output-1/build/lftp-4.9.2' make[1]: Leaving directory '/home/buildroot/autobuild/instance-2/output-1/build/lftp-4.9.2' make: Leaving directory '/home/buildroot/autobuild/instance-2/buildroot'