~~~~^~~~~~~ numeric.c:146:9: note: here case 'M': val *= 1024; ^~~~ numeric.c:146:24: warning: this statement may fall through [-Wimplicit-fallthrough=] case 'M': val *= 1024; ~~~~^~~~~~~ numeric.c:147:9: note: here case 'K': val *= 1024; break; ^~~~ CCLD libopts.la libtool: warning: '-version-info/-version-number' is ignored for convenience libraries make[3]: Leaving directory '/home/naourr/work/instance-3/output-1/build/tcpreplay-4.3.2/libopts' make[2]: Leaving directory '/home/naourr/work/instance-3/output-1/build/tcpreplay-4.3.2/libopts' Making all in src make[2]: Entering directory '/home/naourr/work/instance-3/output-1/build/tcpreplay-4.3.2/src' /usr/bin/make all-recursive make[3]: Entering directory '/home/naourr/work/instance-3/output-1/build/tcpreplay-4.3.2/src' Making all in common make[4]: Entering directory '/home/naourr/work/instance-3/output-1/build/tcpreplay-4.3.2/src/common' /usr/bin/make all-am make[5]: Entering directory '/home/naourr/work/instance-3/output-1/build/tcpreplay-4.3.2/src/common' CC cidr.o CC err.o CC list.o CC cache.o CC services.o CC get.o CC fakepcap.o get.c: In function 'get_l2protocol': get.c:102:12: warning: this statement may fall through [-Wimplicit-fallthrough=] if ((pktdata[3] & 0x80) == 0x80) { ^ get.c:109:5: note: here case DLT_EN10MB: ^~~~ get.c: In function 'get_l2len': get.c:175:16: warning: this statement may fall through [-Wimplicit-fallthrough=] l2_len = 24; ~~~~~~~^~~~ get.c:177:5: note: here case DLT_EN10MB: ^~~~ CC fakepcapnav.o CC fakepoll.o CC xX.o CC utils.o CC timer.o CC git_version.o CC sendpacket.o CC dlt_names.o CC mac.o CC interface.o CC flows.o CC txring.o flows.c: In function 'flow_decode': flows.c:230:12: warning: this statement may fall through [-Wimplicit-fallthrough=] if ((pktdata[3] & 0x80) == 0x80) { ^ flows.c:238:5: note: here case DLT_EN10MB: ^~~~ AR libcommon.a make[5]: Leaving directory '/home/naourr/work/instance-3/output-1/build/tcpreplay-4.3.2/src/common' make[4]: Leaving directory '/home/naourr/work/instance-3/output-1/build/tcpreplay-4.3.2/src/common' Making all in tcpedit make[4]: Entering directory '/home/naourr/work/instance-3/output-1/build/tcpreplay-4.3.2/src/tcpedit' /usr/bin/make all-am make[5]: Entering directory '/home/naourr/work/instance-3/output-1/build/tcpreplay-4.3.2/src/tcpedit' CC tcpedit.o CC parse_args.o CC edit_packet.o CC portmap.o CC dlt.o CC checksum.o CC incremental_checksum.o CC tcpedit_api.o CC fuzzing.o CC rewrite_sequence.o CC plugins/dlt_plugins.o CC plugins/ethernet.o CC plugins/dlt_utils.o CC plugins/dlt_en10mb/en10mb.o CC plugins/dlt_en10mb/en10mb_api.o CC plugins/dlt_hdlc/hdlc.o CC plugins/dlt_hdlc/hdlc_api.o CC plugins/dlt_user/user.o CC plugins/dlt_user/user_api.o CC plugins/dlt_raw/raw.o CC plugins/dlt_null/null.o CC plugins/dlt_loop/loop.o CC plugins/dlt_linuxsll/linuxsll.o CC plugins/dlt_ieee80211/ieee80211.o CC plugins/dlt_ieee80211/ieee80211_hdr.o CC plugins/dlt_radiotap/radiotap.o CC plugins/dlt_jnpr_ether/jnpr_ether.o CC plugins/dlt_pppserial/pppserial.o AR libtcpedit.a make[5]: Leaving directory '/home/naourr/work/instance-3/output-1/build/tcpreplay-4.3.2/src/tcpedit' make[4]: Leaving directory '/home/naourr/work/instance-3/output-1/build/tcpreplay-4.3.2/src/tcpedit' make[4]: Entering directory '/home/naourr/work/instance-3/output-1/build/tcpreplay-4.3.2/src' CC tcpreplay-tcpreplay_opts.o CC tcpreplay-send_packets.o CC tcpreplay-signal_handler.o CC tcpreplay-tcpreplay.o CC tcpreplay-tcpreplay_api.o CC tcpreplay-sleep.o CC tcpreplay-replay.o CC tcpprep-tcpprep_opts.o CC tcpprep-tcpprep.o CC tcpprep-tree.o CC tcpprep-tcpprep_api.o tcpprep.c: In function 'process_raw_packets': tcpprep.c:542:60: warning: 'l2len' may be used uninitialized in this function [-Wmaybe-uninitialized] check_dst_port(ip_hdr, ip6_hdr, (pkthdr.caplen - l2len))); ~~~~~~~~~~~~~~~^~~~~~~~ CC tcprewrite-tcprewrite_opts.o CC tcprewrite-tcprewrite.o CC tcpreplay_edit-tcpreplay_edit_opts.o CC tcpreplay_edit-send_packets.o CC tcpreplay_edit-signal_handler.o CC tcpreplay_edit-tcpreplay.o CC tcpreplay_edit-tcpreplay_api.o CC tcpreplay_edit-sleep.o CC tcpreplay_edit-replay.o CC tcpcapinfo-tcpcapinfo_opts.o CC tcpcapinfo-tcpcapinfo.o CC tcpbridge-tcpbridge_opts.o CC tcpbridge-tcpbridge.o CC tcpbridge-bridge.o CC tcpliveplay-tcpliveplay_opts.o bridge.c: In function 'do_bridge_unidirectional': bridge.c:110:13: warning: cast between incompatible function types from 'int (*)(struct live_data_t *, struct pcap_pkthdr *, const u_char *)' {aka 'int (*)(struct live_data_t *, struct pcap_pkthdr *, const unsigned char *)'} to 'void (*)(u_char *, const struct pcap_pkthdr *, const u_char *)' {aka 'void (*)(unsigned char *, const struct pcap_pkthdr *, const unsigned char *)'} [-Wcast-function-type] (pcap_handler)live_callback, (u_char *) &livedata)) < 0) { ^ bridge.c: In function 'do_bridge_bidirectional': bridge.c:169:51: warning: cast between incompatible function types from 'int (*)(struct live_data_t *, struct pcap_pkthdr *, const u_char *)' {aka 'int (*)(struct live_data_t *, struct pcap_pkthdr *, const unsigned char *)'} to 'void (*)(u_char *, const struct pcap_pkthdr *, const u_char *)' {aka 'void (*)(unsigned char *, const struct pcap_pkthdr *, const unsigned char *)'} [-Wcast-function-type] pcap_dispatch(options->pcap1, -1, (pcap_handler) live_callback, ^ bridge.c:178:51: warning: cast between incompatible function types from 'int (*)(struct live_data_t *, struct pcap_pkthdr *, const u_char *)' {aka 'int (*)(struct live_data_t *, struct pcap_pkthdr *, const unsigned char *)'} to 'void (*)(u_char *, const struct pcap_pkthdr *, const u_char *)' {aka 'void (*)(unsigned char *, const struct pcap_pkthdr *, const unsigned char *)'} [-Wcast-function-type] pcap_dispatch(options->pcap2, -1, (pcap_handler) live_callback, ^ CC tcpliveplay-tcpliveplay.o CCLD tcpreplay CCLD tcpprep CCLD tcprewrite CCLD tcpreplay-edit CCLD tcpcapinfo CCLD tcpbridge CCLD tcpliveplay make[4]: Leaving directory '/home/naourr/work/instance-3/output-1/build/tcpreplay-4.3.2/src' make[3]: Leaving directory '/home/naourr/work/instance-3/output-1/build/tcpreplay-4.3.2/src' make[2]: Leaving directory '/home/naourr/work/instance-3/output-1/build/tcpreplay-4.3.2/src' make[2]: Entering directory '/home/naourr/work/instance-3/output-1/build/tcpreplay-4.3.2' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/home/naourr/work/instance-3/output-1/build/tcpreplay-4.3.2' make[1]: Leaving directory '/home/naourr/work/instance-3/output-1/build/tcpreplay-4.3.2' >>> tcpreplay 4.3.2 Installing to target PATH="/home/naourr/work/instance-3/output-1/host/bin:/home/naourr/work/instance-3/output-1/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/bin:/home/naourr/git/git-wrappers:/home/naourr/.local/bin:/home/naourr/bin" /usr/bin/make -j4 DESTDIR=/home/naourr/work/instance-3/output-1/target install -C /home/naourr/work/instance-3/output-1/build/tcpreplay-4.3.2/ make[1]: Entering directory '/home/naourr/work/instance-3/output-1/build/tcpreplay-4.3.2' Making install in scripts make[2]: Entering directory '/home/naourr/work/instance-3/output-1/build/tcpreplay-4.3.2/scripts' make[3]: Entering directory '/home/naourr/work/instance-3/output-1/build/tcpreplay-4.3.2/scripts' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/home/naourr/work/instance-3/output-1/build/tcpreplay-4.3.2/scripts' make[2]: Leaving directory '/home/naourr/work/instance-3/output-1/build/tcpreplay-4.3.2/scripts' Making install in lib make[2]: Entering directory '/home/naourr/work/instance-3/output-1/build/tcpreplay-4.3.2/lib' make[3]: Entering directory '/home/naourr/work/instance-3/output-1/build/tcpreplay-4.3.2/lib' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/home/naourr/work/instance-3/output-1/build/tcpreplay-4.3.2/lib' make[2]: Leaving directory '/home/naourr/work/instance-3/output-1/build/tcpreplay-4.3.2/lib' Making install in libopts make[2]: Entering directory '/home/naourr/work/instance-3/output-1/build/tcpreplay-4.3.2/libopts' /usr/bin/make install-am make[3]: Entering directory '/home/naourr/work/instance-3/output-1/build/tcpreplay-4.3.2/libopts' make[4]: Entering directory '/home/naourr/work/instance-3/output-1/build/tcpreplay-4.3.2/libopts' make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/home/naourr/work/instance-3/output-1/build/tcpreplay-4.3.2/libopts' make[3]: Leaving directory '/home/naourr/work/instance-3/output-1/build/tcpreplay-4.3.2/libopts' make[2]: Leaving directory '/home/naourr/work/instance-3/output-1/build/tcpreplay-4.3.2/libopts' Making install in src make[2]: Entering directory '/home/naourr/work/instance-3/output-1/build/tcpreplay-4.3.2/src' /usr/bin/make install-recursive make[3]: Entering directory '/home/naourr/work/instance-3/output-1/build/tcpreplay-4.3.2/src' Making install in common make[4]: Entering directory '/home/naourr/work/instance-3/output-1/build/tcpreplay-4.3.2/src/common' /usr/bin/make install-am make[5]: Entering directory '/home/naourr/work/instance-3/output-1/build/tcpreplay-4.3.2/src/common' make[6]: Entering directory '/home/naourr/work/instance-3/output-1/build/tcpreplay-4.3.2/src/common' make[6]: Nothing to be done for 'install-exec-am'. make[6]: Nothing to be done for 'install-data-am'. make[6]: Leaving directory '/home/naourr/work/instance-3/output-1/build/tcpreplay-4.3.2/src/common' make[5]: Leaving directory '/home/naourr/work/instance-3/output-1/build/tcpreplay-4.3.2/src/common' make[4]: Leaving directory '/home/naourr/work/instance-3/output-1/build/tcpreplay-4.3.2/src/common' Making install in tcpedit make[4]: Entering directory '/home/naourr/work/instance-3/output-1/build/tcpreplay-4.3.2/src/tcpedit' /usr/bin/make install-am make[5]: Entering directory '/home/naourr/work/instance-3/output-1/build/tcpreplay-4.3.2/src/tcpedit' make[6]: Entering directory '/home/naourr/work/instance-3/output-1/build/tcpreplay-4.3.2/src/tcpedit' make[6]: Nothing to be done for 'install-exec-am'. make[6]: Nothing to be done for 'install-data-am'. make[6]: Leaving directory '/home/naourr/work/instance-3/output-1/build/tcpreplay-4.3.2/src/tcpedit' make[5]: Leaving directory '/home/naourr/work/instance-3/output-1/build/tcpreplay-4.3.2/src/tcpedit' make[4]: Leaving directory '/home/naourr/work/instance-3/output-1/build/tcpreplay-4.3.2/src/tcpedit' make[4]: Entering directory '/home/naourr/work/instance-3/output-1/build/tcpreplay-4.3.2/src' make[5]: Entering directory '/home/naourr/work/instance-3/output-1/build/tcpreplay-4.3.2/src' /usr/bin/mkdir -p '/home/naourr/work/instance-3/output-1/target/usr/bin' /usr/bin/mkdir -p '/home/naourr/work/instance-3/output-1/target/usr/share/man/man1' /bin/sh ../libtool --mode=install /usr/bin/install -c tcpreplay tcpprep tcprewrite tcpreplay-edit tcpcapinfo tcpbridge tcpliveplay '/home/naourr/work/instance-3/output-1/target/usr/bin' /usr/bin/install -c -m 644 tcpreplay.1 tcpprep.1 tcprewrite.1 tcpreplay-edit.1 tcpcapinfo.1 tcpbridge.1 tcpliveplay.1 '/home/naourr/work/instance-3/output-1/target/usr/share/man/man1' libtool: install: /usr/bin/install -c tcpreplay /home/naourr/work/instance-3/output-1/target/usr/bin/tcpreplay libtool: install: /usr/bin/install -c tcpprep /home/naourr/work/instance-3/output-1/target/usr/bin/tcpprep libtool: install: /usr/bin/install -c tcprewrite /home/naourr/work/instance-3/output-1/target/usr/bin/tcprewrite libtool: install: /usr/bin/install -c tcpreplay-edit /home/naourr/work/instance-3/output-1/target/usr/bin/tcpreplay-edit libtool: install: /usr/bin/install -c tcpcapinfo /home/naourr/work/instance-3/output-1/target/usr/bin/tcpcapinfo libtool: install: /usr/bin/install -c tcpbridge /home/naourr/work/instance-3/output-1/target/usr/bin/tcpbridge libtool: install: /usr/bin/install -c tcpliveplay /home/naourr/work/instance-3/output-1/target/usr/bin/tcpliveplay make[5]: Leaving directory '/home/naourr/work/instance-3/output-1/build/tcpreplay-4.3.2/src' make[4]: Leaving directory '/home/naourr/work/instance-3/output-1/build/tcpreplay-4.3.2/src' make[3]: Leaving directory '/home/naourr/work/instance-3/output-1/build/tcpreplay-4.3.2/src' make[2]: Leaving directory '/home/naourr/work/instance-3/output-1/build/tcpreplay-4.3.2/src' make[2]: Entering directory '/home/naourr/work/instance-3/output-1/build/tcpreplay-4.3.2' make[3]: Entering directory '/home/naourr/work/instance-3/output-1/build/tcpreplay-4.3.2' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/home/naourr/work/instance-3/output-1/build/tcpreplay-4.3.2' make[2]: Leaving directory '/home/naourr/work/instance-3/output-1/build/tcpreplay-4.3.2' make[1]: Leaving directory '/home/naourr/work/instance-3/output-1/build/tcpreplay-4.3.2' u-boot-2020.04.tar.bz2: OK (sha256: fe732aaf037d9cc3c0909bad8362af366ae964bbdac6913a34081ff4ad565372) >>> host-uboot-tools 2020.04 Extracting bzcat /home/naourr/work/instance-3/dl/uboot-tools/u-boot-2020.04.tar.bz2 | /home/naourr/work/instance-3/output-1/host/bin/tar --strip-components=1 -C /home/naourr/work/instance-3/output-1/build/host-uboot-tools-2020.04 -xf - >>> host-uboot-tools 2020.04 Patching Applying 0001-drop-configh-from-tools.patch using patch: patching file tools/env/fw_env_private.h Applying 0002-tools-only-in-no-dot-config-targets.patch using patch: patching file Makefile Applying 0003-drop-autoconf.h-from-tools.patch using patch: patching file tools/imximage.c >>> host-uboot-tools 2020.04 Configuring mkdir -p /home/naourr/work/instance-3/output-1/build/host-uboot-tools-2020.04/include/config touch /home/naourr/work/instance-3/output-1/build/host-uboot-tools-2020.04/include/config/auto.conf >>> host-uboot-tools 2020.04 Building /usr/bin/make -j1 -C /home/naourr/work/instance-3/output-1/build/host-uboot-tools-2020.04 HOSTCC="/usr/bin/gcc" HOSTCFLAGS="-O2 -I/home/naourr/work/instance-3/output-1/host/include" HOSTLDFLAGS="-L/home/naourr/work/instance-3/output-1/host/lib -Wl,-rpath,/home/naourr/work/instance-3/output-1/host/lib" tools-only make[1]: Entering directory '/home/naourr/work/instance-3/output-1/build/host-uboot-tools-2020.04' HOSTCC scripts/basic/fixdep CHK include/config/uboot.release UPD include/config/uboot.release CHK include/generated/version_autogenerated.h UPD include/generated/version_autogenerated.h CHK include/generated/timestamp_autogenerated.h UPD include/generated/timestamp_autogenerated.h COPY tools/version.h HOSTCC tools/mkenvimage.o HOSTCC tools/os_support.o WRAP tools/lib/crc32.c HOSTCC tools/lib/crc32.o HOSTLD tools/mkenvimage HOSTCC tools/aisimage.o HOSTCC tools/atmelimage.o WRAP tools/common/bootm.c HOSTCC tools/common/bootm.o HOSTCC tools/default_image.o WRAP tools/lib/fdtdec_common.c HOSTCC tools/lib/fdtdec_common.o WRAP tools/lib/fdtdec.c HOSTCC tools/lib/fdtdec.o WRAP tools/common/image.c HOSTCC tools/common/image.o HOSTCC tools/imagetool.o HOSTCC tools/imximage.o HOSTCC tools/imx8image.o HOSTCC tools/imx8mimage.o HOSTCC tools/kwbimage.o WRAP tools/lib/md5.c HOSTCC tools/lib/md5.o HOSTCC tools/lpc32xximage.o HOSTCC tools/mxsimage.o HOSTCC tools/omapimage.o HOSTCC tools/pblimage.o HOSTCC tools/pbl_crc32.o HOSTCC tools/vybridimage.o HOSTCC tools/stm32image.o WRAP tools/lib/rc4.c HOSTCC tools/lib/rc4.o HOSTCC tools/rkcommon.o HOSTCC tools/rkimage.o HOSTCC tools/rksd.o HOSTCC tools/rkspi.o HOSTCC tools/socfpgaimage.o WRAP tools/lib/crc16.c HOSTCC tools/lib/crc16.o WRAP tools/lib/sha1.c HOSTCC tools/lib/sha1.o WRAP tools/lib/sha256.c HOSTCC tools/lib/sha256.o WRAP tools/common/hash.c HOSTCC tools/common/hash.o HOSTCC tools/ublimage.o HOSTCC tools/zynqimage.o HOSTCC tools/zynqmpimage.o HOSTCC tools/zynqmpbif.o HOSTCC tools/libfdt/fdt.o HOSTCC tools/libfdt/fdt_wip.o HOSTCC tools/libfdt/fdt_sw.o HOSTCC tools/libfdt/fdt_rw.o HOSTCC tools/libfdt/fdt_strerror.o HOSTCC tools/libfdt/fdt_empty_tree.o HOSTCC tools/libfdt/fdt_addresses.o HOSTCC tools/libfdt/fdt_overlay.o WRAP tools/lib/libfdt/fdt_ro.c HOSTCC tools/lib/libfdt/fdt_ro.o WRAP tools/lib/libfdt/fdt_region.c HOSTCC tools/lib/libfdt/fdt_region.o HOSTCC tools/gpimage.o HOSTCC tools/gpimage-common.o HOSTCC tools/mtk_image.o HOSTCC tools/dumpimage.o HOSTLD tools/dumpimage HOSTCC tools/mkimage.o HOSTLD tools/mkimage HOSTCC tools/proftool HOSTCC tools/fdtgrep.o HOSTLD tools/fdtgrep make[1]: Leaving directory '/home/naourr/work/instance-3/output-1/build/host-uboot-tools-2020.04' >>> host-uboot-tools 2020.04 Installing to host directory /usr/bin/install -m 0755 -D /home/naourr/work/instance-3/output-1/build/host-uboot-tools-2020.04/tools/mkimage /home/naourr/work/instance-3/output-1/host/bin/mkimage /usr/bin/install -m 0755 -D /home/naourr/work/instance-3/output-1/build/host-uboot-tools-2020.04/tools/mkenvimage /home/naourr/work/instance-3/output-1/host/bin/mkenvimage /usr/bin/install -m 0755 -D /home/naourr/work/instance-3/output-1/build/host-uboot-tools-2020.04/tools/dumpimage /home/naourr/work/instance-3/output-1/host/bin/dumpimage >>> Finalizing host directory >>> Finalizing target directory grep -qsE '^/usr/bin/screen$' /home/naourr/work/instance-3/output-1/target/etc/shells || echo "/usr/bin/screen" >> /home/naourr/work/instance-3/output-1/target/etc/shells mkdir -p /home/naourr/work/instance-3/output-1/target/etc echo "buildroot" > /home/naourr/work/instance-3/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/naourr/work/instance-3/output-1/target/etc/hosts mkdir -p /home/naourr/work/instance-3/output-1/target/etc echo "Welcome to Buildroot" > /home/naourr/work/instance-3/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /home/naourr/work/instance-3/output-1/target/etc/shadow rm -f /home/naourr/work/instance-3/output-1/target/bin/sh rm -f /home/naourr/work/instance-3/output-1/build/locales.nopurge for i in C en_US locale-archive; do echo $i >> /home/naourr/work/instance-3/output-1/build/locales.nopurge; done for dir in /home/naourr/work/instance-3/output-1/target/usr/share/locale /home/naourr/work/instance-3/output-1/target/usr/share/X11/locale /home/naourr/work/instance-3/output-1/target/usr/lib/locale; do if [ ! -d $dir ]; then continue; fi; for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /home/naourr/work/instance-3/output-1/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /home/naourr/work/instance-3/output-1/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /home/naourr/work/instance-3/output-1/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /home/naourr/work/instance-3/output-1/target/usr/share/X11/locale/locale.dir; fi rm -rf /home/naourr/work/instance-3/output-1/target/usr/include /home/naourr/work/instance-3/output-1/target/usr/share/aclocal \ /home/naourr/work/instance-3/output-1/target/usr/lib/pkgconfig /home/naourr/work/instance-3/output-1/target/usr/share/pkgconfig \ /home/naourr/work/instance-3/output-1/target/usr/lib/cmake /home/naourr/work/instance-3/output-1/target/usr/share/cmake \ /home/naourr/work/instance-3/output-1/target/usr/doc find /home/naourr/work/instance-3/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/naourr/work/instance-3/output-1/target/lib/ /home/naourr/work/instance-3/output-1/target/usr/lib/ /home/naourr/work/instance-3/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f find: '/home/naourr/work/instance-3/output-1/target/usr/libexec/': No such file or directory rm -rf /home/naourr/work/instance-3/output-1/target/usr/share/gdb rm -rf /home/naourr/work/instance-3/output-1/target/usr/share/bash-completion rm -rf /home/naourr/work/instance-3/output-1/target/usr/share/zsh rm -rf /home/naourr/work/instance-3/output-1/target/usr/man /home/naourr/work/instance-3/output-1/target/usr/share/man rm -rf /home/naourr/work/instance-3/output-1/target/usr/info /home/naourr/work/instance-3/output-1/target/usr/share/info rm -rf /home/naourr/work/instance-3/output-1/target/usr/doc /home/naourr/work/instance-3/output-1/target/usr/share/doc rm -rf /home/naourr/work/instance-3/output-1/target/usr/share/gtk-doc rmdir /home/naourr/work/instance-3/output-1/target/usr/share 2>/dev/null || true find /home/naourr/work/instance-3/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /home/naourr/work/instance-3/output-1/host/bin/powerpc-linux-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/naourr/work/instance-3/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /home/naourr/work/instance-3/output-1/host/bin/powerpc-linux-strip --remove-section=.comment --remove-section=.note --strip-debug 2>/dev/null || true test -f /home/naourr/work/instance-3/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/naourr/work/instance-3/output-1/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /home/naourr/work/instance-3/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2020.05-git-07057-ga8da12f0f9f"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2020.05-git"; \ echo "PRETTY_NAME=\"Buildroot 2020.05-git\"" \ ) > /home/naourr/work/instance-3/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/naourr/work/instance-3/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/naourr/work/instance-3/output-1/per-package /home/naourr/work/instance-3/buildroot/support/scripts/fix-rpath target cat /home/naourr/work/instance-3/output-1/build/dante-1.4.2/.files-list.txt /home/naourr/work/instance-3/output-1/build/ddrescue-1.25/.files-list.txt /home/naourr/work/instance-3/output-1/build/drbd-utils-9.12.0/.files-list.txt /home/naourr/work/instance-3/output-1/build/dtach-0.9/.files-list.txt /home/naourr/work/instance-3/output-1/build/hicolor-icon-theme-0.15/.files-list.txt /home/naourr/work/instance-3/output-1/build/ibrcommon-1.0.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/ibrdtn-1.0.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/ibrdtn-tools-1.0.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/joe-4.6/.files-list.txt /home/naourr/work/instance-3/output-1/build/libao-1.2.0/.files-list.txt /home/naourr/work/instance-3/output-1/build/libasplib-be7fac89218a84b75f7598e3d76625ece99296f2/.files-list.txt /home/naourr/work/instance-3/output-1/build/libcap-ng-0.7.9/.files-list.txt /home/naourr/work/instance-3/output-1/build/libcdio-2.1.0/.files-list.txt /home/naourr/work/instance-3/output-1/build/libconfuse-3.2.2/.files-list.txt /home/naourr/work/instance-3/output-1/build/libiconv-1.15/.files-list.txt /home/naourr/work/instance-3/output-1/build/libiqrf-0.1.2/.files-list.txt /home/naourr/work/instance-3/output-1/build/libmicrohttpd-0.9.70/.files-list.txt /home/naourr/work/instance-3/output-1/build/libpcap-1.9.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/libpjsip-2.10/.files-list.txt /home/naourr/work/instance-3/output-1/build/libraw1394-2.1.2/.files-list.txt /home/naourr/work/instance-3/output-1/build/libsrtp-2.2.0/.files-list.txt /home/naourr/work/instance-3/output-1/build/libusb-1.0.23/.files-list.txt /home/naourr/work/instance-3/output-1/build/logsurfer-1.8/.files-list.txt /home/naourr/work/instance-3/output-1/build/mini-snmpd-1.6/.files-list.txt /home/naourr/work/instance-3/output-1/build/mtd-2.1.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/ncdu-1.14.2/.files-list.txt /home/naourr/work/instance-3/output-1/build/ncurses-6.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/pax-utils-1.2.2/.files-list.txt /home/naourr/work/instance-3/output-1/build/quagga-1.2.4/.files-list.txt /home/naourr/work/instance-3/output-1/build/screen-4.8.0/.files-list.txt /home/naourr/work/instance-3/output-1/build/skeleton-init-common/.files-list.txt /home/naourr/work/instance-3/output-1/build/skeleton-init-none/.files-list.txt /home/naourr/work/instance-3/output-1/build/skeleton/.files-list.txt /home/naourr/work/instance-3/output-1/build/sphinxbase-5prealpha/.files-list.txt /home/naourr/work/instance-3/output-1/build/tcpreplay-4.3.2/.files-list.txt /home/naourr/work/instance-3/output-1/build/toolchain-external-custom/.files-list.txt /home/naourr/work/instance-3/output-1/build/toolchain-external/.files-list.txt /home/naourr/work/instance-3/output-1/build/toolchain/.files-list.txt > /home/naourr/work/instance-3/output-1/build/packages-file-list.txt cat /home/naourr/work/instance-3/output-1/build/host-autoconf-2.69/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-automake-1.15.1/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-bison-3.4.2/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-flex-2.6.4/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-gawk-5.0.1/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-gettext-tiny-adaa9c64921e80f2b8dd3610ffb508618b9204f3/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-gettext/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-libtool-2.4.6/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-lzip-1.21/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-m4-1.4.18/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-ncurses-6.1/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-patchelf-0.9/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-pkgconf-1.6.1/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-skeleton/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-tar-1.29/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-uboot-tools-2020.04/.files-list-host.txt > /home/naourr/work/instance-3/output-1/build/packages-file-list-host.txt cat /home/naourr/work/instance-3/output-1/build/ibrcommon-1.0.1/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/ibrdtn-1.0.1/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libao-1.2.0/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libasplib-be7fac89218a84b75f7598e3d76625ece99296f2/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libcap-ng-0.7.9/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libcdio-2.1.0/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libconfuse-3.2.2/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libiconv-1.15/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libiqrf-0.1.2/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libmicrohttpd-0.9.70/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libpcap-1.9.1/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libpjsip-2.10/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libraw1394-2.1.2/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libsrtp-2.2.0/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libusb-1.0.23/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/mtd-2.1.1/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/ncurses-6.1/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/quagga-1.2.4/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/skeleton-init-common/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/toolchain-external-custom/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/toolchain/.files-list-staging.txt > /home/naourr/work/instance-3/output-1/build/packages-file-list-staging.txt touch /home/naourr/work/instance-3/output-1/target/usr ln -snf /home/naourr/work/instance-3/output-1/host/powerpc-buildroot-linux-uclibc/sysroot /home/naourr/work/instance-3/output-1/staging make: Leaving directory '/home/naourr/work/instance-3/buildroot' make: Entering directory '/home/naourr/work/instance-3/buildroot' >>> Buildroot 2020.05-git-07057-ga8da12f0f9f Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-external Collecting legal info >>> host-skeleton Collecting legal info >>> host-tar 1.29 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> skeleton Collecting legal info >>> skeleton-init-none Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain-external-custom Collecting legal info >>> toolchain Collecting legal info >>> dante 1.4.2 Collecting legal info LICENSE: OK (sha256: 954ab6dbcf994711e28e603d8657d6eceef333cd6f9ca6705f0e9d118ab7d69a) >>> host-autoconf 2.69 Collecting legal info COPYINGv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-m4 1.4.18 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-automake 1.15.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> ddrescue 1.25 Collecting legal info COPYING: OK (sha256: 3d77c1a58fbde5ddba612d1fe09965e20a3804953eca12e8c1892298bb8a5eef) >>> host-lzip 1.21 Collecting legal info COPYING: OK (sha256: 3d77c1a58fbde5ddba612d1fe09965e20a3804953eca12e8c1892298bb8a5eef) >>> drbd-utils 9.12.0 Collecting legal info COPYING: OK (sha256: 1ca3e8f71b7de618968e7ea9fe47822d9e704dc476aef8544033abedec355225) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-gettext Collecting legal info >>> host-gettext-tiny adaa9c64921e80f2b8dd3610ffb508618b9204f3 Collecting legal info LICENSE: OK (sha256: b57aa4fdc1c614c28d41c1e2d5c4090935964c5f86291ba7d1c99ffd1d698b34) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> dtach 0.9 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> hicolor-icon-theme 0.15 Collecting legal info COPYING: OK (sha256: b0a64377d4ee87b7dbcf418ce4fb33ec3b2d7081b6732890e4af06b8118c4526) >>> ibrcommon 1.0.1 Collecting legal info COPYING: OK (sha256: 1a0b57773a46d9d4cc2f0d1780a17acc38af506bb1e0234aaa85f8ccd6dc0b92) README: OK (sha256: 9b8a430c2136ebcf76bd37f50da7d7a80ede413ec6604cc4694ea536e779854c) >>> host-pkgconf 1.6.1 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> ibrdtn-tools 1.0.1 Collecting legal info COPYING: OK (sha256: 809fa1ed21450f59827d1e9aec720bbc4b687434fa22283c6cb5dd82a47ab9c0) >>> ibrdtn 1.0.1 Collecting legal info COPYING: OK (sha256: 809fa1ed21450f59827d1e9aec720bbc4b687434fa22283c6cb5dd82a47ab9c0) >>> joe 4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> libao 1.2.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libasplib be7fac89218a84b75f7598e3d76625ece99296f2 Collecting legal info LICENSE: OK (sha256: 12ac5047f2af0522f06798b1589ffc4599bc29c91f954d7874e0320634e777c0) >>> libcap-ng 0.7.9 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> libcdio 2.1.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libiconv 1.15 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> libconfuse 3.2.2 Collecting legal info LICENSE: OK (sha256: dc3ff4b62f851dd2e94a151061ffeb7d28ddfc880a442068dc5283dbaa927306) >>> libiqrf 0.1.2 Collecting legal info >>> libusb 1.0.23 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libmicrohttpd 0.9.70 Collecting legal info COPYING: OK (sha256: 7399547209438c93f9b90297954698773d4846cea44cde5ca982c84c45952a3b) >>> libpcap 1.9.1 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> host-bison 3.4.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libpjsip 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libsrtp 2.2.0 Collecting legal info LICENSE: OK (sha256: 8e19d42a1eec9561f3f347253ddf2e385c55f392f025bb0fd41b88dbf38db5ae) >>> libraw1394 2.1.2 Collecting legal info COPYING.LIB: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> logsurfer 1.8 Collecting legal info >>> mini-snmpd 1.6 Collecting legal info COPYING: OK (sha256: 8a43b895972a24567297f44f35dab0f5f9ed3b7db6dac0bf6094075b27ab9d56) >>> mtd 2.1.1 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> ncdu 1.14.2 Collecting legal info COPYING: OK (sha256: 978f49428f21714c973706030c0ef09983cc1e2889a1b7b521dbf8860870cf05) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pax-utils 1.2.2 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> quagga 1.2.4 Collecting legal info COPYING: OK (sha256: b39c1bad4e51e2a3389cd25fc4addebe41a3ae7c11100795683f9330de1536e5) >>> host-gawk 5.0.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> screen 4.8.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> sphinxbase 5prealpha Collecting legal info src/libsphinxbase/util/bio.c: OK (sha256: 26f12e0152a5d58c69904e439761a1b2fbb9267b5f04674dbf93667e3e6dd043) >>> tcpreplay 4.3.2 Collecting legal info docs/LICENSE: OK (sha256: 5971b0c544622f4b210a9cc56436a970685d3b0666e373c09e3cf9304db15d05) >>> host-uboot-tools 2020.04 Collecting legal info Licenses/gpl-2.0.txt: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-custom: cannot save license (TOOLCHAIN_EXTERNAL_CUSTOM_LICENSE_FILES not defined) WARNING: libiqrf-0.1.2: cannot save license (LIBIQRF_LICENSE_FILES not defined) WARNING: logsurfer-1.8: cannot save license (LOGSURFER_LICENSE_FILES not defined) Legal info produced in /home/naourr/work/instance-3/output-1/legal-info make: Leaving directory '/home/naourr/work/instance-3/buildroot'