make[2]: Entering directory '/home/buildroot/autobuild/run/instance-3/output/build/znc-1.7.2/modules' Building core object main... Building core object Csocket... Building core object ZNCString... Building module admindebug... src/main.cpp: In member function 'virtual bool CSignalHandler::CSignalHandlerMonitorFD::FDsThatTriggered(const std::map&)': src/main.cpp:198:25: warning: ignoring return value of 'ssize_t read(int, void*, size_t)', declared with attribute warn_unused_result [-Wunused-result] read(it.first, &sig, sizeof(sig)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Building module adminlog... Building core object znc... Building core object IRCNetwork... Building core object User... In file included from ./include/znc/Client.h:24:0, from ./include/znc/znc.h:21, from ./include/znc/IRCNetwork.h:24, from src/IRCNetwork.cpp:17: src/IRCNetwork.cpp: In member function 'bool CIRCNetwork::JoinChan(CChan*)': ./include/znc/main.h:110:9: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] if (macNETWORK != nullptr) { \ ^ src/IRCNetwork.cpp:993:9: note: in expansion of macro 'NETWORKMODULECALL' NETWORKMODULECALL(OnTimerAutoJoin(*pChan), m_pUser, this, nullptr, ^~~~~~~~~~~~~~~~~ ./include/znc/main.h:110:9: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] if (macNETWORK != nullptr) { \ ^ src/IRCNetwork.cpp:981:5: note: in expansion of macro 'NETWORKMODULECALL' NETWORKMODULECALL(OnJoining(*pChan), m_pUser, this, nullptr, &bReturn); ^~~~~~~~~~~~~~~~~ src/IRCNetwork.cpp: In member function 'void CIRCNetwork::ClientConnected(CClient*)': ./include/znc/main.h:110:9: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] if (macNETWORK != nullptr) { \ ^ src/IRCNetwork.cpp:716:9: note: in expansion of macro 'NETWORKMODULECALL' NETWORKMODULECALL(OnPrivBufferPlayMessage(Message), m_pUser, this, ^~~~~~~~~~~~~~~~~ src/IRCNetwork.cpp: In member function 'bool CIRCNetwork::Connect()': ./include/znc/main.h:110:9: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] if (macNETWORK != nullptr) { \ ^ src/IRCNetwork.cpp:1296:5: note: in expansion of macro 'NETWORKMODULECALL' NETWORKMODULECALL(OnIRCConnecting(pIRCSock), m_pUser, this, nullptr, ^~~~~~~~~~~~~~~~~ In file included from ./include/znc/Client.h:24:0, from ./include/znc/znc.h:21, from ./include/znc/IRCNetwork.h:24, from src/User.cpp:20: src/User.cpp: In member function 'bool CUser::DeleteNetwork(const CString&)': ./include/znc/main.h:85:9: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] if (macUSER != nullptr) { \ ^ ./include/znc/main.h:126:5: note: in expansion of macro '_USERMODULECALL' _USERMODULECALL(macFUNC, macUSER, nullptr, macCLIENT, macEXITER) ^~~~~~~~~~~~~~~ src/User.cpp:550:9: note: in expansion of macro 'USERMODULECALL' USERMODULECALL(OnDeleteNetwork(*pNetwork), this, nullptr, &bCancel); ^~~~~~~~~~~~~~ src/User.cpp: In member function 'CIRCNetwork* CUser::AddNetwork(const CString&, CString&)': ./include/znc/main.h:85:9: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] if (macUSER != nullptr) { \ ^ ./include/znc/main.h:126:5: note: in expansion of macro '_USERMODULECALL' _USERMODULECALL(macFUNC, macUSER, nullptr, macCLIENT, macEXITER) ^~~~~~~~~~~~~~~ src/User.cpp:518:5: note: in expansion of macro 'USERMODULECALL' USERMODULECALL(OnAddNetwork(*pNetwork, sErrorRet), this, nullptr, &bCancel); ^~~~~~~~~~~~~~ Building module alias... Building core object IRCSock... Building core object Client... Building module autoattach... src/IRCSock.cpp: In member function 'bool CIRCSock::OnNumericMessage(CNumericMessage&)': src/IRCSock.cpp:930:13: warning: this statement may fall through [-Wimplicit-fallthrough=] if (m_pNetwork->GetIRCServer().Equals(sServer)) { ^~ src/IRCSock.cpp:933:9: note: here case 372: // motd ^~~~ src/IRCSock.cpp:943:13: warning: this statement may fall through [-Wimplicit-fallthrough=] if (m_pNetwork->IsChan(Message.GetParam(1)) || sNick != "*") break; ^~ src/IRCSock.cpp:944:9: note: here case 432: ^~~~ src/IRCSock.cpp:959:13: warning: this statement may fall through [-Wimplicit-fallthrough=] if (sNick.Equals("CAP")) return true; ^~ src/IRCSock.cpp:960:9: note: here case 470: { ^~~~ Building module autocycle... Building core object Chan... Building core object Nick... Building core object Server... Building core object Modules... Building module autoop... Building core object MD5... Building core object Buffer... Building core object Utils... Building core object FileUtils... Building core object HTTPSock... Building core object Template... Building module autoreply... Building core object ClientCommand... Building module autovoice... Building core object Socket... Building core object SHA256... Building core object WebModules... Building core object Listener... Building module awaynick... Building core object Config... Building module awaystore... Building core object ZNCDebug... Building core object Threads... Building core object version... Building core object Query... Building core object SSLVerifyHost... Building core object Message... Building module block_motd... Building core object Translation... Building module blockuser... Building module bouncedcc... Building module buffextras... Building module cert... Building module certauth... Building module chansaver... Building module clearbufferonmsg... Building module clientnotify... Building module controlpanel... Building module crypt... Building module ctcpflood... Building module dcc... Building module disconkick... Building module fail2ban... Building module flooddetach... Linking znc... Building module identfile... Building module imapauth... Building module keepnick... Building module kickrejoin... Building module lastseen... Building module listsockets... Building module log... Building module missingmotd... Building module modules_online... Building module nickserv... Building module notes... Building module notify_connect... Building module partyline... Building module perform... Building module q... Building module raw... partyline.cpp: In member function 'virtual CModule::EModRet CPartylineMod::OnNumericMessage(CNumericMessage&)': partyline.cpp:209:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int i = 0; i < Msg.GetParams().size(); ++i) { ~~^~~~~~~~~~~~~~~~~~~~~~~~ Building module route_replies... Building module sample... Building module samplewebapi... Building module sasl... Building module savebuff... Building module schat... Building module send_raw... Building module shell... Building module simple_away... Building module stickychan... Building module stripcontrols... Building module watch... Building module webadmin... Linking module admindebug... Linking module adminlog... Linking module alias... Linking module autoattach... Linking module autocycle... Linking module autoop... Linking module autoreply... Linking module autovoice... Linking module awaynick... Linking module awaystore... Linking module block_motd... Linking module blockuser... Linking module bouncedcc... Linking module buffextras... Linking module cert... Linking module certauth... Linking module chansaver... Linking module clearbufferonmsg... Linking module clientnotify... Linking module controlpanel... Linking module crypt... Linking module ctcpflood... Linking module dcc... Linking module disconkick... Linking module fail2ban... Linking module flooddetach... Linking module identfile... Linking module imapauth... Linking module keepnick... Linking module kickrejoin... Linking module lastseen... Linking module listsockets... Linking module log... Linking module missingmotd... Linking module modules_online... Linking module nickserv... Linking module notes... Linking module notify_connect... Linking module partyline... Linking module perform... Linking module q... Linking module raw... Linking module route_replies... Linking module sample... Linking module samplewebapi... Linking module sasl... Linking module savebuff... Linking module schat... Linking module send_raw... Linking module shell... Linking module simple_away... Linking module stickychan... Linking module stripcontrols... Linking module watch... Linking module webadmin... make[2]: Leaving directory '/home/buildroot/autobuild/run/instance-3/output/build/znc-1.7.2/modules' ZNC was successfully compiled. Use '/usr/bin/make install' to install ZNC to '/usr'. make[1]: Leaving directory '/home/buildroot/autobuild/run/instance-3/output/build/znc-1.7.2' >>> znc 1.7.2 Installing to target PATH="/home/buildroot/autobuild/run/instance-3/output/host/bin:/home/buildroot/autobuild/run/instance-3/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/snap/bin" /usr/bin/make -j4 DESTDIR=/home/buildroot/autobuild/run/instance-3/output/target install -C /home/buildroot/autobuild/run/instance-3/output/build/znc-1.7.2/ make[1]: Entering directory '/home/buildroot/autobuild/run/instance-3/output/build/znc-1.7.2' test -d /home/buildroot/autobuild/run/instance-3/output/target/usr/bin || /usr/bin/install -c -d /home/buildroot/autobuild/run/instance-3/output/target/usr/bin test -d /home/buildroot/autobuild/run/instance-3/output/target/usr/include/znc || /usr/bin/install -c -d /home/buildroot/autobuild/run/instance-3/output/target/usr/include/znc test -d /home/buildroot/autobuild/run/instance-3/output/target/usr/lib/pkgconfig || /usr/bin/install -c -d /home/buildroot/autobuild/run/instance-3/output/target/usr/lib/pkgconfig test -d /home/buildroot/autobuild/run/instance-3/output/target/usr/lib/znc || /usr/bin/install -c -d /home/buildroot/autobuild/run/instance-3/output/target/usr/lib/znc test -d /home/buildroot/autobuild/run/instance-3/output/target/usr/share/znc || /usr/bin/install -c -d /home/buildroot/autobuild/run/instance-3/output/target/usr/share/znc cp -R ./webskins /home/buildroot/autobuild/run/instance-3/output/target/usr/share/znc find /home/buildroot/autobuild/run/instance-3/output/target/usr/share/znc/webskins -type d -exec chmod 0755 '{}' \; find /home/buildroot/autobuild/run/instance-3/output/target/usr/share/znc/webskins -type f -exec chmod 0644 '{}' \; /usr/bin/install -c znc /home/buildroot/autobuild/run/instance-3/output/target/usr/bin /usr/bin/install -c znc-buildmod /home/buildroot/autobuild/run/instance-3/output/target/usr/bin /usr/bin/install -c -m 644 ./include/znc/*.h /home/buildroot/autobuild/run/instance-3/output/target/usr/include/znc /usr/bin/install -c -m 644 include/znc/*.h /home/buildroot/autobuild/run/instance-3/output/target/usr/include/znc /usr/bin/install -c -m 644 znc.pc /home/buildroot/autobuild/run/instance-3/output/target/usr/lib/pkgconfig make[2]: Entering directory '/home/buildroot/autobuild/run/instance-3/output/build/znc-1.7.2/modules' rm -rf /home/buildroot/autobuild/run/instance-3/output/target/usr/share/znc/modules test -d /home/buildroot/autobuild/run/instance-3/output/target/usr/lib/znc || /usr/bin/install -c -d /home/buildroot/autobuild/run/instance-3/output/target/usr/lib/znc test -d /home/buildroot/autobuild/run/instance-3/output/target/usr/share/znc/modules || /usr/bin/install -c -d /home/buildroot/autobuild/run/instance-3/output/target/usr/share/znc/modules rm -rf /home/buildroot/autobuild/run/instance-3/output/target/usr/lib/znc/*.so cp -R ./data/* /home/buildroot/autobuild/run/instance-3/output/target/usr/share/znc/modules find /home/buildroot/autobuild/run/instance-3/output/target/usr/share/znc/modules -type d -exec chmod 0755 '{}' \; find /home/buildroot/autobuild/run/instance-3/output/target/usr/share/znc/modules -type f -exec chmod 0644 '{}' \; /usr/bin/install -c admindebug.so adminlog.so alias.so autoattach.so autocycle.so autoop.so autoreply.so autovoice.so awaynick.so awaystore.so block_motd.so blockuser.so bouncedcc.so buffextras.so cert.so certauth.so chansaver.so clearbufferonmsg.so clientnotify.so controlpanel.so crypt.so ctcpflood.so dcc.so disconkick.so fail2ban.so flooddetach.so identfile.so imapauth.so keepnick.so kickrejoin.so lastseen.so listsockets.so log.so missingmotd.so modules_online.so nickserv.so notes.so notify_connect.so partyline.so perform.so q.so raw.so route_replies.so sample.so samplewebapi.so sasl.so savebuff.so schat.so send_raw.so shell.so simple_away.so stickychan.so stripcontrols.so watch.so webadmin.so /home/buildroot/autobuild/run/instance-3/output/target/usr/lib/znc make[2]: Leaving directory '/home/buildroot/autobuild/run/instance-3/output/build/znc-1.7.2/modules' if test -n ""; then \ test -d /home/buildroot/autobuild/run/instance-3/output/target || /usr/bin/install -c -d /home/buildroot/autobuild/run/instance-3/output/target || exit 1 ; \ /usr/bin/install -c /home/buildroot/autobuild/run/instance-3/output/target || exit 1 ; \ /usr/bin/install -c libznc.dll.a /home/buildroot/autobuild/run/instance-3/output/target/usr/lib || exit 1 ; \ fi make[2]: Entering directory '/home/buildroot/autobuild/run/instance-3/output/build/znc-1.7.2/man' test -d /home/buildroot/autobuild/run/instance-3/output/target/usr/share/man/man1 || /usr/bin/install -c -d /home/buildroot/autobuild/run/instance-3/output/target/usr/share/man/man1 /usr/bin/install -c -m 644 znc.1.gz znc-buildmod.1.gz /home/buildroot/autobuild/run/instance-3/output/target/usr/share/man/man1 make[2]: Leaving directory '/home/buildroot/autobuild/run/instance-3/output/build/znc-1.7.2/man' #test -d /home/buildroot/autobuild/run/instance-3/output/target || /usr/bin/install -c -d /home/buildroot/autobuild/run/instance-3/output/target #/usr/bin/install -c -m 644 ./znc.service /home/buildroot/autobuild/run/instance-3/output/target ****************************************************************** ZNC was successfully installed. You can use '/usr/bin/znc --makeconf' to generate a config file. If you need help with using ZNC, please visit our wiki at: https://znc.in make[1]: Leaving directory '/home/buildroot/autobuild/run/instance-3/output/build/znc-1.7.2' >>> Finalizing target directory # Check files that are touched by more than one package ./support/scripts/check-uniq-files -t target /home/buildroot/autobuild/run/instance-3/output/build/packages-file-list.txt Warning: target file "./usr/lib/python3.7/site-packages/pyasn1/compat/octets.py" is touched by more than one package: [u'python-pyasn', u'python-pyasn1'] Warning: target file "./usr/bin/lsscsi" is touched by more than one package: [u'busybox', u'lsscsi'] Warning: target file "./usr/bin/patch" is touched by more than one package: [u'busybox', u'patch'] Warning: target file "./usr/lib/python3.7/site-packages/pyasn1/__init__.py" is touched by more than one package: [u'python-pyasn', u'python-pyasn1'] Warning: target file "./usr/bin/sha224sum" is touched by more than one package: [u'coreutils', u'libkcapi'] Warning: target file "./usr/lib/python3.7/site-packages/pyasn1/codec/der/encoder.py" is touched by more than one package: [u'python-pyasn', u'python-pyasn1'] Warning: target file "./usr/bin/bunzip2" is touched by more than one package: [u'busybox', u'bzip2'] Warning: target file "./usr/lib/python3.7/site-packages/pyasn1/type/__init__.py" is touched by more than one package: [u'python-pyasn', u'python-pyasn1'] Warning: target file "./usr/lib/python3.7/site-packages/pyasn1/type/namedval.py" is touched by more than one package: [u'python-pyasn', u'python-pyasn1'] Warning: target file "./usr/lib/python3.7/site-packages/pyasn1/type/base.py" is touched by more than one package: [u'python-pyasn', u'python-pyasn1'] Warning: target file "./usr/lib/python3.7/site-packages/pyasn1/codec/ber/eoo.py" is touched by more than one package: [u'python-pyasn', u'python-pyasn1'] Warning: target file "./usr/sbin/partprobe" is touched by more than one package: [u'busybox', u'parted'] Warning: target file "./usr/lib/python3.7/site-packages/pyasn1/codec/ber/decoder.py" is touched by more than one package: [u'python-pyasn', u'python-pyasn1'] Warning: target file "./usr/share/info/dir" is touched by more than one package: [u'check', u'readline', u'bash', u'gmp', u'coreutils', u'cpio', u'tar', u'ed', u'gnupg', u'libcdio', u'libgpgme', u'macchanger', u'make', u'mpfr', u'mpc', u'mpir', u'msmtp', u'ocrad', u'openocd', u'parted', u'stress', u'xorriso'] Warning: target file "./usr/lib/python3.7/site-packages/pyasn1/type/error.py" is touched by more than one package: [u'python-pyasn', u'python-pyasn1'] Warning: target file "./usr/bin/bzcat" is touched by more than one package: [u'busybox', u'bzip2'] Warning: target file "./usr/lib/python3.7/site-packages/pyasn1/codec/der/decoder.py" is touched by more than one package: [u'python-pyasn', u'python-pyasn1'] Warning: target file "./usr/bin/memstat" is touched by more than one package: [u'libmemcached', u'memstat'] Warning: target file "./usr/lib/python3.7/site-packages/pyasn1/type/tagmap.py" is touched by more than one package: [u'python-pyasn', u'python-pyasn1'] Warning: target file "./usr/include/fftw3q.f03" is touched by more than one package: [u'fftw-long-double', u'fftw-single'] Warning: target file "./usr/lib/python3.7/site-packages/pyasn1/compat/binary.py" is touched by more than one package: [u'python-pyasn', u'python-pyasn1'] Warning: target file "./usr/lib/luarocks/rocks-5.3/manifest" is touched by more than one package: [u'argparse', u'cgilua', u'copas', u'coxpcall', u'lua-coat', u'lua-curl', u'lua-datafile', u'lua-resty-http', u'lua-std-debug', u'lua-std-normalize', u'lua-valua', u'luaexpat', u'luafilesystem', u'luasocket', u'rings', u'wsapi', u'xavante'] Warning: target file "./usr/lib/python3.7/site-packages/pyasn1/type/namedtype.py" is touched by more than one package: [u'python-pyasn', u'python-pyasn1'] Warning: target file "./usr/lib/python3.7/site-packages/pyasn1/codec/ber/encoder.py" is touched by more than one package: [u'python-pyasn', u'python-pyasn1'] Warning: target file "./usr/lib/python3.7/site-packages/pyasn1/codec/__init__.py" is touched by more than one package: [u'python-pyasn', u'python-pyasn1'] Warning: target file "./usr/lib/python3.7/site-packages/pyasn1/type/useful.py" is touched by more than one package: [u'python-pyasn', u'python-pyasn1'] Warning: target file "./usr/lib/python3.7/site-packages/pyasn1/codec/ber/__init__.py" is touched by more than one package: [u'python-pyasn', u'python-pyasn1'] Warning: target file "./usr/lib/python3.7/site-packages/pyasn1/type/tag.py" is touched by more than one package: [u'python-pyasn', u'python-pyasn1'] Warning: target file "./usr/bin/md5sum" is touched by more than one package: [u'coreutils', u'libkcapi'] Warning: target file "./usr/lib/python3.7/site-packages/pyasn1/type/univ.py" is touched by more than one package: [u'python-pyasn', u'python-pyasn1'] Warning: target file "./usr/lib/python3.7/site-packages/pyasn1/error.py" is touched by more than one package: [u'python-pyasn', u'python-pyasn1'] Warning: target file "./usr/include/fftw3.f03" is touched by more than one package: [u'fftw-long-double', u'fftw-single'] Warning: target file "./usr/lib/python3.7/site-packages/pyasn1/debug.py" is touched by more than one package: [u'python-pyasn', u'python-pyasn1'] Warning: target file "./usr/bin/sha1sum" is touched by more than one package: [u'coreutils', u'libkcapi'] Warning: target file "./usr/lib/python3.7/site-packages/pyasn1/type/constraint.py" is touched by more than one package: [u'python-pyasn', u'python-pyasn1'] Warning: target file "./usr/share/man/man1/fftw-wisdom-to-conf.1" is touched by more than one package: [u'fftw-long-double', u'fftw-single'] Warning: target file "./usr/include/fftw3l.f03" is touched by more than one package: [u'fftw-long-double', u'fftw-single'] Warning: target file "./usr/lib/python3.7/site-packages/pyasn1/codec/der/__init__.py" is touched by more than one package: [u'python-pyasn', u'python-pyasn1'] Warning: target file "./etc/fstab" is touched by more than one package: [u'skeleton-init-sysv', u'libselinux'] Warning: target file "./usr/include/fftw3.h" is touched by more than one package: [u'fftw-long-double', u'fftw-single'] Warning: target file "./usr/lib/libssl.a" is touched by more than one package: [u'libopenssl', u'libnss'] Warning: target file "./usr/bin/sha384sum" is touched by more than one package: [u'coreutils', u'libkcapi'] Warning: target file "./usr/lib/python3.7/site-packages/pyasn1/type/char.py" is touched by more than one package: [u'python-pyasn', u'python-pyasn1'] Warning: target file "./usr/share/man/man8/rmt.8" is touched by more than one package: [u'cpio', u'tar'] Warning: target file "./usr/bin/iostat" is touched by more than one package: [u'iostat', u'sysstat'] Warning: target file "./usr/bin/fftw-wisdom-to-conf" is touched by more than one package: [u'fftw-long-double', u'fftw-single'] Warning: target file "./usr/bin/sha512sum" is touched by more than one package: [u'coreutils', u'libkcapi'] Warning: target file "./usr/include/fftw3.f" is touched by more than one package: [u'fftw-long-double', u'fftw-single'] Warning: target file "./usr/lib/python3.7/site-packages/pyasn1/codec/cer/decoder.py" is touched by more than one package: [u'python-pyasn', u'python-pyasn1'] Warning: target file "./usr/bin/sha256sum" is touched by more than one package: [u'coreutils', u'libkcapi'] Warning: target file "./usr/lib/python3.7/site-packages/pyasn1/codec/cer/__init__.py" is touched by more than one package: [u'python-pyasn', u'python-pyasn1'] Warning: target file "./usr/lib/python3.7/site-packages/pyasn1/codec/cer/encoder.py" is touched by more than one package: [u'python-pyasn', u'python-pyasn1'] Warning: target file "./usr/lib/python3.7/site-packages/pyasn1/compat/__init__.py" is touched by more than one package: [u'python-pyasn', u'python-pyasn1'] ./support/scripts/check-uniq-files -t staging /home/buildroot/autobuild/run/instance-3/output/build/packages-file-list-staging.txt Warning: staging file "./usr/bin/c-icap-libicapapi-config" is touched by more than one package: [u'c-icap', u'capnproto'] Warning: staging file "./etc/resolv.conf" is touched by more than one package: [u'skeleton-init-common', u'toolchain-external-custom'] Warning: staging file "./usr/lib64" is touched by more than one package: [u'skeleton-init-common', u'toolchain-external-custom'] Warning: staging file "./usr/share/info/dir" is touched by more than one package: [u'check', u'readline', u'gmp', u'libcdio', u'libgpgme', u'mpfr', u'mpc', u'mpir', u'ocrad', u'parted'] Warning: staging file "./etc/mtab" is touched by more than one package: [u'skeleton-init-common', u'toolchain-external-custom'] Warning: staging file "./usr/include/fftw3q.f03" is touched by more than one package: [u'fftw-long-double', u'fftw-single'] Warning: staging file "./usr/bin/fftw-wisdom-to-conf" is touched by more than one package: [u'fftw-long-double', u'fftw-single'] Warning: staging file "./usr/include/fftw3.f03" is touched by more than one package: [u'fftw-long-double', u'fftw-single'] Warning: staging file "./usr/share/man/man1/fftw-wisdom-to-conf.1" is touched by more than one package: [u'fftw-long-double', u'fftw-single'] Warning: staging file "./usr/include/fftw3l.f03" is touched by more than one package: [u'fftw-long-double', u'fftw-single'] Warning: staging file "./usr/include/fftw3.h" is touched by more than one package: [u'fftw-long-double', u'fftw-single'] Warning: staging file "./usr/lib/libssl.a" is touched by more than one package: [u'libopenssl', u'libnss'] Warning: staging file "./usr/bin/c-icap-config" is touched by more than one package: [u'c-icap', u'capnproto'] Warning: staging file "./usr/include/fftw3.f" is touched by more than one package: [u'fftw-long-double', u'fftw-single'] ./support/scripts/check-uniq-files -t host /home/buildroot/autobuild/run/instance-3/output/build/packages-file-list-host.txt Warning: host file "./mips64el-buildroot-linux-gnu/sysroot/usr/share/info/dir" is touched by more than one package: [u'host-bison', u'host-swig', u'host-libopenssl', u'host-vala', u'host-ninja', u'host-yasm', u'host-mtd', u'host-opkg-utils', u'host-patchelf'] Warning: host file "./mips64el-buildroot-linux-gnu/sysroot/usr/lib/libssl.a" is touched by more than one package: [u'host-ncurses', u'host-scons'] Warning: host file "./bin/2to3" is touched by more than one package: [u'host-python3', u'host-python'] Warning: host file "./lib/python3.7/site-packages/pycparser/c_ast.pyc" is touched by more than one package: [u'host-python-pycparser', u'host-python-setuptools-scm'] Warning: host file "./share/man/man8/fsck.8" is touched by more than one package: [u'host-util-linux', u'host-e2fsprogs'] Warning: host file "./share/info/dir" is touched by more than one package: [u'host-lzip', u'host-m4', u'host-libtool', u'host-autoconf', u'host-automake', u'host-bison', u'host-gettext', u'host-gnupg', u'host-readline'] Warning: host file "./sbin/fsck" is touched by more than one package: [u'host-util-linux', u'host-e2fsprogs'] grep -qsE '^/bin/bash$' /home/buildroot/autobuild/run/instance-3/output/target/etc/shells || echo "/bin/bash" >> /home/buildroot/autobuild/run/instance-3/output/target/etc/shells /bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~console::respawn:/sbin/getty -L console 0 vt100 #~' /home/buildroot/autobuild/run/instance-3/output/target/etc/inittab /bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /home/buildroot/autobuild/run/instance-3/output/target/etc/inittab if grep -q CONFIG_ASH=y ./.config; then grep -qsE '^/bin/ash$' /home/buildroot/autobuild/run/instance-3/output/target/etc/shells || echo "/bin/ash" >> /home/buildroot/autobuild/run/instance-3/output/target/etc/shells; fi grep: ./.config: No such file or directory if grep -q CONFIG_HUSH=y ./.config; then grep -qsE '^/bin/hush$' /home/buildroot/autobuild/run/instance-3/output/target/etc/shells || echo "/bin/hush" >> /home/buildroot/autobuild/run/instance-3/output/target/etc/shells; fi grep: ./.config: No such file or directory rm -f /home/buildroot/autobuild/run/instance-3/output/target/usr/share/glib-2.0/schemas/*.xml /home/buildroot/autobuild/run/instance-3/output/target/usr/share/glib-2.0/schemas/*.dtd /home/buildroot/autobuild/run/instance-3/output/host/bin/glib-compile-schemas /home/buildroot/autobuild/run/instance-3/output/host/mips64el-buildroot-linux-gnu/sysroot/usr/share/glib-2.0/schemas --targetdir=/home/buildroot/autobuild/run/instance-3/output/target/usr/share/glib-2.0/schemas No schema files found: doing nothing. rm -rf /home/buildroot/autobuild/run/instance-3/output/target/usr/share/lua/5.3/doc rm -rf /home/buildroot/autobuild/run/instance-3/output/target/usr/lib/luarocks mkdir -p /home/buildroot/autobuild/run/instance-3/output/host/etc/meson sed -e "s%@TARGET_CROSS@%/home/buildroot/autobuild/run/instance-3/output/host/bin/mips64el-linux-%g" -e "s%@TARGET_ARCH@%mips64%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%"little"%g" -e "s%@TARGET_CFLAGS@%`printf '"%s", ' -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g2 `%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%`printf '"%s", ' -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g2 `%g" -e "s%@HOST_DIR@%/home/buildroot/autobuild/run/instance-3/output/host%g" package/meson//cross-compilation.conf.in > /home/buildroot/autobuild/run/instance-3/output/host/etc/meson/cross-compilation.conf grep -qsE '^/bin/mksh$' /home/buildroot/autobuild/run/instance-3/output/target/etc/shells || echo "/bin/mksh" >> /home/buildroot/autobuild/run/instance-3/output/target/etc/shells /bin/sed -i -e '/^hosts:/ {/myhostname/! s/files/files myhostname/}' /home/buildroot/autobuild/run/instance-3/output/target/etc/nsswitch.conf PYTHONPATH="/home/buildroot/autobuild/run/instance-3/output/target/usr/lib/python3.7/" cd /home/buildroot/autobuild/run/instance-3/output/target && /home/buildroot/autobuild/run/instance-3/output/host/bin/python3.7 /home/buildroot/autobuild/run/instance-3/buildroot/support/scripts/pycompile.py usr/lib/python3.7 find /home/buildroot/autobuild/run/instance-3/output/target/usr/lib/python3.7 -name '*.py' -print0 | xargs -0 --no-run-if-empty rm -f find /home/buildroot/autobuild/run/instance-3/output/target/usr/lib/python3.7 -name '*.opt-1.pyc' -print0 -o -name '*.opt-2.pyc' -print0 | xargs -0 --no-run-if-empty rm -f mkdir -p /home/buildroot/autobuild/run/instance-3/output/target/etc echo "buildroot" > /home/buildroot/autobuild/run/instance-3/output/target/etc/hostname /bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/buildroot/autobuild/run/instance-3/output/target/etc/hosts mkdir -p /home/buildroot/autobuild/run/instance-3/output/target/etc echo "Welcome to Buildroot" > /home/buildroot/autobuild/run/instance-3/output/target/etc/issue /bin/sed -i -e s,^root:[^:]*:,root::, /home/buildroot/autobuild/run/instance-3/output/target/etc/shadow rm -f /home/buildroot/autobuild/run/instance-3/output/target/bin/sh rm -f /home/buildroot/autobuild/run/instance-3/output/build/locales.nopurge for i in C en_US locale-archive; do echo $i >> /home/buildroot/autobuild/run/instance-3/output/build/locales.nopurge; done for dir in /home/buildroot/autobuild/run/instance-3/output/target/usr/share/locale; do for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /home/buildroot/autobuild/run/instance-3/output/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /home/buildroot/autobuild/run/instance-3/output/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /home/buildroot/autobuild/run/instance-3/output/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /home/buildroot/autobuild/run/instance-3/output/target/usr/share/X11/locale/locale.dir; fi rm -rf /home/buildroot/autobuild/run/instance-3/output/target/usr/include /home/buildroot/autobuild/run/instance-3/output/target/usr/share/aclocal \ /home/buildroot/autobuild/run/instance-3/output/target/usr/lib/pkgconfig /home/buildroot/autobuild/run/instance-3/output/target/usr/share/pkgconfig \ /home/buildroot/autobuild/run/instance-3/output/target/usr/lib/cmake /home/buildroot/autobuild/run/instance-3/output/target/usr/share/cmake find /home/buildroot/autobuild/run/instance-3/output/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/buildroot/autobuild/run/instance-3/output/target/lib/ /home/buildroot/autobuild/run/instance-3/output/target/usr/lib/ /home/buildroot/autobuild/run/instance-3/output/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' \) -print0 | xargs -0 rm -f rm -rf /home/buildroot/autobuild/run/instance-3/output/target/usr/share/gdb rm -rf /home/buildroot/autobuild/run/instance-3/output/target/usr/share/zsh rm -rf /home/buildroot/autobuild/run/instance-3/output/target/usr/man /home/buildroot/autobuild/run/instance-3/output/target/usr/share/man rm -rf /home/buildroot/autobuild/run/instance-3/output/target/usr/info /home/buildroot/autobuild/run/instance-3/output/target/usr/share/info rm -rf /home/buildroot/autobuild/run/instance-3/output/target/usr/doc /home/buildroot/autobuild/run/instance-3/output/target/usr/share/doc rm -rf /home/buildroot/autobuild/run/instance-3/output/target/usr/share/gtk-doc rmdir /home/buildroot/autobuild/run/instance-3/output/target/usr/share 2>/dev/null || true find /home/buildroot/autobuild/run/instance-3/output/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /home/buildroot/autobuild/run/instance-3/output/host/bin/mips64el-linux-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/buildroot/autobuild/run/instance-3/output/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /home/buildroot/autobuild/run/instance-3/output/host/bin/mips64el-linux-strip --remove-section=.comment --remove-section=.note --strip-debug 2>/dev/null || true test -f /home/buildroot/autobuild/run/instance-3/output/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/buildroot/autobuild/run/instance-3/output/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /home/buildroot/autobuild/run/instance-3/output/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2019.05-git-00310-g0af24710da"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2019.05-git"; \ echo "PRETTY_NAME=\"Buildroot 2019.05-git\"" \ ) > /home/buildroot/autobuild/run/instance-3/output/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/buildroot/autobuild/run/instance-3/output/target/etc >>> Sanitizing RPATH in target tree /home/buildroot/autobuild/run/instance-3/buildroot/support/scripts/fix-rpath target touch /home/buildroot/autobuild/run/instance-3/output/target/usr make: Leaving directory '/home/buildroot/autobuild/run/instance-3/buildroot' make: Entering directory '/home/buildroot/autobuild/run/instance-3/buildroot' >>> Buildroot 2019.05-git-00310-g0af24710da Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-external Collecting legal info >>> host-lzip 1.20 Collecting legal info COPYING: OK (sha256: 3d77c1a58fbde5ddba612d1fe09965e20a3804953eca12e8c1892298bb8a5eef) >>> host-skeleton Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain-external-custom Collecting legal info >>> toolchain Collecting legal info >>> 4th 3.62.4 Collecting legal info ERROR: No hash found for COPYING >>> host-4th 3.62.4 Collecting legal info ERROR: No hash found for COPYING >>> aircrack-ng 1.5.2 Collecting legal info LICENSE: OK (sha256: fc51fd3a97223f2fd47b057202d4a6b0daaedf23b5a1f5ff8723c192fc1e021d) >>> cmocka 1.1.3 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-cmake 3.8.2 Collecting legal info ERROR: No hash found for Copyright.txt >>> host-pkgconf 1.5.3 Collecting legal info ERROR: No hash found for COPYING >>> host-autoconf 2.69 Collecting legal info ERROR: No hash found for COPYINGv3 ERROR: No hash found for COPYING.EXCEPTION >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) ERROR: No hash found for libltdl/COPYING.LIB >>> host-m4 1.4.18 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-automake 1.15.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> libgcrypt 1.8.4 Collecting legal info COPYING.LIB: OK (sha256: ca0061fc1381a3ab242310e4b3f56389f28e3d460eb2fd822ed7a21c6f030532) >>> libgpg-error 1.35 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libnl 3.4.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> check 0.11.0 Collecting legal info COPYING.LESSER: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> host-bison 3.0.4 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-gettext 0.19.8.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) ERROR: No hash found for gettext-runtime/intl/COPYING.LIB >>> host-libxml2 2.9.9 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> libpcap 1.9.0 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> openssl Collecting legal info >>> libopenssl 1.1.1a Collecting legal info LICENSE: OK (sha256: 350c7817af2ef980d3f3922bc5e0bb6a9d9f6cc21e784a699bcd2a31c74a84b1) >>> pcre 8.42 Collecting legal info LICENCE: OK (sha256: f998c0f52eb704eff28f503580cfca3f2547280aa212994f6cf2d8e317587c1c) >>> sqlite 3250300 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> ncurses 6.1 Collecting legal info ERROR: No hash found for README >>> host-ncurses 6.1 Collecting legal info ERROR: No hash found for README >>> readline 8.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> alsa-lib 1.1.7 Collecting legal info COPYING: OK (sha256: 32434afcc8666ba060e111d715bfdb6c2d5dd8a35fa4d3ab8ad67d8f850d2f2b) aserver/COPYING: OK (sha256: bfe16cf823bcff261fc6a062c07ee96660e3c39678f42f39a788a68dbc234ced) >>> angular-websocket v2.0.0 Collecting legal info ERROR: No hash found for LICENSE >>> angularjs 1.7.8 Collecting legal info ERROR: angular.js has wrong sha256 hash: ERROR: expected: db7862d0083ae74b5c94005d18274c3528f1be2932b72438e2f606a3d1f23ab5 ERROR: got : e3b0100b35fa76ace389c29ee0f69b68126d2e759f7e5df82d4f56254ba53688 ERROR: Incomplete download, or man-in-the-middle (MITM) attack package/angularjs/angularjs.mk:27: recipe for target 'angularjs-legal-info' failed make: *** [angularjs-legal-info] Error 1 make: Leaving directory '/home/buildroot/autobuild/run/instance-3/buildroot'