libdnet: no pcap_inject: yes pcap_sendpacket: yes ** pcap_netmap no Linux/BSD netmap: no Tuntap device support: yes * In order of preference; see configure --help to override ** Required for tcpbridge >>> tcpreplay 4.3.3 Building PATH="/tmp/instance-0/output-1/host/bin:/tmp/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 -C /tmp/instance-0/output-1/build/tcpreplay-4.3.3/ make[1]: Entering directory '/tmp/instance-0/output-1/build/tcpreplay-4.3.3' Making all in scripts make[2]: Entering directory '/tmp/instance-0/output-1/build/tcpreplay-4.3.3/scripts' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/tmp/instance-0/output-1/build/tcpreplay-4.3.3/scripts' Making all in lib make[2]: Entering directory '/tmp/instance-0/output-1/build/tcpreplay-4.3.3/lib' CC strlcat.o CC strlcpy.o AR libstrl.a make[2]: Leaving directory '/tmp/instance-0/output-1/build/tcpreplay-4.3.3/lib' Making all in libopts make[2]: Entering directory '/tmp/instance-0/output-1/build/tcpreplay-4.3.3/libopts' /usr/bin/make all-am make[3]: Entering directory '/tmp/instance-0/output-1/build/tcpreplay-4.3.3/libopts' CC libopts_la-libopts.lo In file included from libopts.c:46:0: usage.c: In function 'parse_usage_flags': usage.c:155:17: warning: this statement may fall through [-Wimplicit-fallthrough=] txt = SPN_WHITESPACE_CHARS(txt + 1); usage.c:158:9: note: here default: ^~~~~~~ In file included from libopts.c:32:0: makeshell.c: In function 'text_to_var': makeshell.c:324:14: warning: this statement may fall through [-Wimplicit-fallthrough=] (*(opts->pUsageProc))(opts, EXIT_SUCCESS); ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ makeshell.c:327:9: note: here case TT_USAGE: ^~~~ makeshell.c:328:14: warning: this statement may fall through [-Wimplicit-fallthrough=] (*(opts->pUsageProc))(opts, EXIT_FAILURE); ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ makeshell.c:331:9: note: here case TT_VERSION: ^~~~ makeshell.c:337:13: warning: this statement may fall through [-Wimplicit-fallthrough=] optionPrintVersion(opts, od); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ makeshell.c:340:9: note: here default: ^~~~~~~ makeshell.c: In function 'genshelloptUsage': makeshell.c:887:9: warning: this statement may fall through [-Wimplicit-fallthrough=] optionUsage(opts, EXIT_FAILURE); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ makeshell.c:890:5: note: here case 0: ^~~~ makeshell.c:932:9: warning: this statement may fall through [-Wimplicit-fallthrough=] optionUsage(optionParseShellOptions, EXIT_FAILURE); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ makeshell.c:934:5: note: here default: ^~~~~~~ In file included from libopts.c:34:0: numeric.c: In function 'optionNumericVal': numeric.c:139:24: warning: this statement may fall through [-Wimplicit-fallthrough=] case 't': val *= 1000; ~~~~^~~~~~~ numeric.c:140:9: note: here case 'g': val *= 1000; ^~~~ numeric.c:140:24: warning: this statement may fall through [-Wimplicit-fallthrough=] case 'g': val *= 1000; ~~~~^~~~~~~ numeric.c:141:9: note: here case 'm': val *= 1000; ^~~~ numeric.c:141:24: warning: this statement may fall through [-Wimplicit-fallthrough=] case 'm': val *= 1000; ~~~~^~~~~~~ numeric.c:142:9: note: here case 'k': val *= 1000; break; ^~~~ numeric.c:144:24: warning: this statement may fall through [-Wimplicit-fallthrough=] case 'T': val *= 1024; ~~~~^~~~~~~ numeric.c:145:9: note: here case 'G': val *= 1024; ^~~~ numeric.c:145:24: warning: this statement may fall through [-Wimplicit-fallthrough=] case 'G': val *= 1024; ~~~~^~~~~~~ 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; ^~~~ In file included from libopts.c:33:0: nested.c: In function 'optionLoadNested': nested.c:593:24: warning: 'v_len' may be used uninitialized in this function [-Wmaybe-uninitialized] tOptionValue * new_val = add_string( ^~~~~~~ nested.c:554:29: note: 'v_len' was declared here size_t nm_len, v_len; ^~~~~ CCLD libopts.la libtool: warning: '-version-info/-version-number' is ignored for convenience libraries make[3]: Leaving directory '/tmp/instance-0/output-1/build/tcpreplay-4.3.3/libopts' make[2]: Leaving directory '/tmp/instance-0/output-1/build/tcpreplay-4.3.3/libopts' Making all in src make[2]: Entering directory '/tmp/instance-0/output-1/build/tcpreplay-4.3.3/src' /usr/bin/make all-recursive make[3]: Entering directory '/tmp/instance-0/output-1/build/tcpreplay-4.3.3/src' Making all in common make[4]: Entering directory '/tmp/instance-0/output-1/build/tcpreplay-4.3.3/src/common' /usr/bin/make all-am make[5]: Entering directory '/tmp/instance-0/output-1/build/tcpreplay-4.3.3/src/common' CC cidr.o CC err.o CC list.o CC cache.o CC services.o CC get.o CC fakepcap.o 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 AR libcommon.a make[5]: Leaving directory '/tmp/instance-0/output-1/build/tcpreplay-4.3.3/src/common' make[4]: Leaving directory '/tmp/instance-0/output-1/build/tcpreplay-4.3.3/src/common' Making all in tcpedit make[4]: Entering directory '/tmp/instance-0/output-1/build/tcpreplay-4.3.3/src/tcpedit' /usr/bin/make all-am make[5]: Entering directory '/tmp/instance-0/output-1/build/tcpreplay-4.3.3/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 '/tmp/instance-0/output-1/build/tcpreplay-4.3.3/src/tcpedit' make[4]: Leaving directory '/tmp/instance-0/output-1/build/tcpreplay-4.3.3/src/tcpedit' make[4]: Entering directory '/tmp/instance-0/output-1/build/tcpreplay-4.3.3/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 CCLD tcpreplay CC tcpprep-tcpprep_opts.o CC tcpprep-tcpprep.o tcpprep.c: In function 'main': tcpprep.c:545:60: warning: 'l2len' may be used uninitialized in this function [-Wmaybe-uninitialized] check_dst_port(ip_hdr, ip6_hdr, (pkthdr.caplen - l2len))); ~~~~~~~~~~~~~~~^~~~~~~~ tcpprep.c:328:9: note: 'l2len' was declared here int l2len; ^~~~~ CC tcpprep-tree.o CC tcpprep-tcpprep_api.o CCLD tcpprep CC tcprewrite-tcprewrite_opts.o CC tcprewrite-tcprewrite.o CCLD tcprewrite 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 CCLD tcpreplay-edit CC tcpcapinfo-tcpcapinfo_opts.o CC tcpcapinfo-tcpcapinfo.o CCLD tcpcapinfo CC tcpbridge-tcpbridge_opts.o CC tcpbridge-tcpbridge.o CC tcpbridge-bridge.o CCLD tcpbridge CC tcpliveplay-tcpliveplay_opts.o CC tcpliveplay-tcpliveplay.o CCLD tcpliveplay make[4]: Leaving directory '/tmp/instance-0/output-1/build/tcpreplay-4.3.3/src' make[3]: Leaving directory '/tmp/instance-0/output-1/build/tcpreplay-4.3.3/src' make[2]: Leaving directory '/tmp/instance-0/output-1/build/tcpreplay-4.3.3/src' make[2]: Entering directory '/tmp/instance-0/output-1/build/tcpreplay-4.3.3' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/tmp/instance-0/output-1/build/tcpreplay-4.3.3' make[1]: Leaving directory '/tmp/instance-0/output-1/build/tcpreplay-4.3.3' >>> tcpreplay 4.3.3 Installing to target PATH="/tmp/instance-0/output-1/host/bin:/tmp/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 DESTDIR=/tmp/instance-0/output-1/target install -C /tmp/instance-0/output-1/build/tcpreplay-4.3.3/ make[1]: Entering directory '/tmp/instance-0/output-1/build/tcpreplay-4.3.3' Making install in scripts make[2]: Entering directory '/tmp/instance-0/output-1/build/tcpreplay-4.3.3/scripts' make[3]: Entering directory '/tmp/instance-0/output-1/build/tcpreplay-4.3.3/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 '/tmp/instance-0/output-1/build/tcpreplay-4.3.3/scripts' make[2]: Leaving directory '/tmp/instance-0/output-1/build/tcpreplay-4.3.3/scripts' Making install in lib make[2]: Entering directory '/tmp/instance-0/output-1/build/tcpreplay-4.3.3/lib' make[3]: Entering directory '/tmp/instance-0/output-1/build/tcpreplay-4.3.3/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 '/tmp/instance-0/output-1/build/tcpreplay-4.3.3/lib' make[2]: Leaving directory '/tmp/instance-0/output-1/build/tcpreplay-4.3.3/lib' Making install in libopts make[2]: Entering directory '/tmp/instance-0/output-1/build/tcpreplay-4.3.3/libopts' /usr/bin/make install-am make[3]: Entering directory '/tmp/instance-0/output-1/build/tcpreplay-4.3.3/libopts' make[4]: Entering directory '/tmp/instance-0/output-1/build/tcpreplay-4.3.3/libopts' make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/tmp/instance-0/output-1/build/tcpreplay-4.3.3/libopts' make[3]: Leaving directory '/tmp/instance-0/output-1/build/tcpreplay-4.3.3/libopts' make[2]: Leaving directory '/tmp/instance-0/output-1/build/tcpreplay-4.3.3/libopts' Making install in src make[2]: Entering directory '/tmp/instance-0/output-1/build/tcpreplay-4.3.3/src' /usr/bin/make install-recursive make[3]: Entering directory '/tmp/instance-0/output-1/build/tcpreplay-4.3.3/src' Making install in common make[4]: Entering directory '/tmp/instance-0/output-1/build/tcpreplay-4.3.3/src/common' /usr/bin/make install-am make[5]: Entering directory '/tmp/instance-0/output-1/build/tcpreplay-4.3.3/src/common' make[6]: Entering directory '/tmp/instance-0/output-1/build/tcpreplay-4.3.3/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 '/tmp/instance-0/output-1/build/tcpreplay-4.3.3/src/common' make[5]: Leaving directory '/tmp/instance-0/output-1/build/tcpreplay-4.3.3/src/common' make[4]: Leaving directory '/tmp/instance-0/output-1/build/tcpreplay-4.3.3/src/common' Making install in tcpedit make[4]: Entering directory '/tmp/instance-0/output-1/build/tcpreplay-4.3.3/src/tcpedit' /usr/bin/make install-am make[5]: Entering directory '/tmp/instance-0/output-1/build/tcpreplay-4.3.3/src/tcpedit' make[6]: Entering directory '/tmp/instance-0/output-1/build/tcpreplay-4.3.3/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 '/tmp/instance-0/output-1/build/tcpreplay-4.3.3/src/tcpedit' make[5]: Leaving directory '/tmp/instance-0/output-1/build/tcpreplay-4.3.3/src/tcpedit' make[4]: Leaving directory '/tmp/instance-0/output-1/build/tcpreplay-4.3.3/src/tcpedit' make[4]: Entering directory '/tmp/instance-0/output-1/build/tcpreplay-4.3.3/src' make[5]: Entering directory '/tmp/instance-0/output-1/build/tcpreplay-4.3.3/src' /usr/bin/mkdir -p '/tmp/instance-0/output-1/target/usr/bin' /bin/bash ../libtool --mode=install /usr/bin/install -c tcpreplay tcpprep tcprewrite tcpreplay-edit tcpcapinfo tcpbridge tcpliveplay '/tmp/instance-0/output-1/target/usr/bin' libtool: install: /usr/bin/install -c tcpreplay /tmp/instance-0/output-1/target/usr/bin/tcpreplay libtool: install: /usr/bin/install -c tcpprep /tmp/instance-0/output-1/target/usr/bin/tcpprep libtool: install: /usr/bin/install -c tcprewrite /tmp/instance-0/output-1/target/usr/bin/tcprewrite libtool: install: /usr/bin/install -c tcpreplay-edit /tmp/instance-0/output-1/target/usr/bin/tcpreplay-edit libtool: install: /usr/bin/install -c tcpcapinfo /tmp/instance-0/output-1/target/usr/bin/tcpcapinfo libtool: install: /usr/bin/install -c tcpbridge /tmp/instance-0/output-1/target/usr/bin/tcpbridge libtool: install: /usr/bin/install -c tcpliveplay /tmp/instance-0/output-1/target/usr/bin/tcpliveplay /usr/bin/mkdir -p '/tmp/instance-0/output-1/target/usr/share/man/man1' /usr/bin/install -c -m 644 tcpreplay.1 tcpprep.1 tcprewrite.1 tcpreplay-edit.1 tcpcapinfo.1 tcpbridge.1 tcpliveplay.1 '/tmp/instance-0/output-1/target/usr/share/man/man1' make[5]: Leaving directory '/tmp/instance-0/output-1/build/tcpreplay-4.3.3/src' make[4]: Leaving directory '/tmp/instance-0/output-1/build/tcpreplay-4.3.3/src' make[3]: Leaving directory '/tmp/instance-0/output-1/build/tcpreplay-4.3.3/src' make[2]: Leaving directory '/tmp/instance-0/output-1/build/tcpreplay-4.3.3/src' make[2]: Entering directory '/tmp/instance-0/output-1/build/tcpreplay-4.3.3' make[3]: Entering directory '/tmp/instance-0/output-1/build/tcpreplay-4.3.3' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/tmp/instance-0/output-1/build/tcpreplay-4.3.3' make[2]: Leaving directory '/tmp/instance-0/output-1/build/tcpreplay-4.3.3' make[1]: Leaving directory '/tmp/instance-0/output-1/build/tcpreplay-4.3.3' >>> Finalizing host directory >>> Finalizing target directory mkdir -p /tmp/instance-0/output-1/host/etc/meson sed -e 's%@TARGET_CROSS@%/tmp/instance-0/output-1/host/bin/aarch64-linux-gnu-%g' -e 's%@TARGET_ARCH@%aarch64%g' -e 's%@TARGET_CPU@%cortex-a53%g' -e 's%@TARGET_ENDIAN@%little%g' -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Os', '-g0', '-D_FORTIFY_SOURCE=1'@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_LDFLAGS@%@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Os', '-g0', '-D_FORTIFY_SOURCE=1'@PKG_TARGET_CFLAGS@%g" -e 's%@HOST_DIR@%/tmp/instance-0/output-1/host%g' -e 's%@STAGING_DIR@%/tmp/instance-0/output-1/host/aarch64-buildroot-linux-gnu/sysroot%g' -e 's%@STATIC@%false%g' package/meson//cross-compilation.conf.in > /tmp/instance-0/output-1/host/etc/meson/cross-compilation.conf.in sed -e 's%@PKG_TARGET_CFLAGS@%%g' -e 's%@PKG_TARGET_LDFLAGS@%%g' -e 's%@PKG_TARGET_CXXFLAGS@%%g' /tmp/instance-0/output-1/host/etc/meson/cross-compilation.conf.in > /tmp/instance-0/output-1/host/etc/meson/cross-compilation.conf /usr/bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~console::respawn:/sbin/getty -L console 0 vt100 #~' /tmp/instance-0/output-1/target/etc/inittab /usr/bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /tmp/instance-0/output-1/target/etc/inittab if grep -q CONFIG_ASH=y /tmp/instance-0/output-1/build/busybox-1.33.1/.config; then grep -qsE '^/bin/ash$' /tmp/instance-0/output-1/target/etc/shells || echo "/bin/ash" >> /tmp/instance-0/output-1/target/etc/shells; fi if grep -q CONFIG_HUSH=y /tmp/instance-0/output-1/build/busybox-1.33.1/.config; then grep -qsE '^/bin/hush$' /tmp/instance-0/output-1/target/etc/shells || echo "/bin/hush" >> /tmp/instance-0/output-1/target/etc/shells; fi rm -f /tmp/instance-0/output-1/target/usr/share/glib-2.0/schemas/*.xml /tmp/instance-0/output-1/target/usr/share/glib-2.0/schemas/*.dtd /tmp/instance-0/output-1/host/bin/glib-compile-schemas /tmp/instance-0/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/share/glib-2.0/schemas --targetdir=/tmp/instance-0/output-1/target/usr/share/glib-2.0/schemas No schema files found: doing nothing. mkdir -p /tmp/instance-0/output-1/target/etc echo "buildroot" > /tmp/instance-0/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /tmp/instance-0/output-1/target/etc/hosts mkdir -p /tmp/instance-0/output-1/target/etc echo "Welcome to Buildroot" > /tmp/instance-0/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /tmp/instance-0/output-1/target/etc/shadow rm -f /tmp/instance-0/output-1/target/bin/sh if [ -x /tmp/instance-0/output-1/target/sbin/swapon -a -x /tmp/instance-0/output-1/target/sbin/swapoff ]; then /usr/bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /tmp/instance-0/output-1/target/etc/inittab; else /usr/bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /tmp/instance-0/output-1/target/etc/inittab; fi printf '%s\n' C en_US locale-archive > /tmp/instance-0/output-1/build/locales.nopurge for dir in /tmp/instance-0/output-1/target/usr/share/locale /tmp/instance-0/output-1/target/usr/share/X11/locale /tmp/instance-0/output-1/target/usr/lib/locale; do if [ ! -d $dir ]; then continue; fi; for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /tmp/instance-0/output-1/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /tmp/instance-0/output-1/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /tmp/instance-0/output-1/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /tmp/instance-0/output-1/target/usr/share/X11/locale/locale.dir; fi rm -rf /tmp/instance-0/output-1/target/usr/include /tmp/instance-0/output-1/target/usr/share/aclocal \ /tmp/instance-0/output-1/target/usr/lib/pkgconfig /tmp/instance-0/output-1/target/usr/share/pkgconfig \ /tmp/instance-0/output-1/target/usr/lib/cmake /tmp/instance-0/output-1/target/usr/share/cmake \ /tmp/instance-0/output-1/target/usr/doc find /tmp/instance-0/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /tmp/instance-0/output-1/target/lib/ /tmp/instance-0/output-1/target/usr/lib/ /tmp/instance-0/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /tmp/instance-0/output-1/target/usr/share/gdb rm -rf /tmp/instance-0/output-1/target/usr/share/bash-completion rm -rf /tmp/instance-0/output-1/target/etc/bash_completion.d rm -rf /tmp/instance-0/output-1/target/usr/share/zsh rm -rf /tmp/instance-0/output-1/target/usr/man /tmp/instance-0/output-1/target/usr/share/man rm -rf /tmp/instance-0/output-1/target/usr/info /tmp/instance-0/output-1/target/usr/share/info rm -rf /tmp/instance-0/output-1/target/usr/doc /tmp/instance-0/output-1/target/usr/share/doc rm -rf /tmp/instance-0/output-1/target/usr/share/gtk-doc rmdir /tmp/instance-0/output-1/target/usr/share 2>/dev/null || true rm -rf /tmp/instance-0/output-1/target/lib/debug /tmp/instance-0/output-1/target/usr/lib/debug find /tmp/instance-0/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /tmp/instance-0/output-1/host/bin/aarch64-linux-gnu-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /tmp/instance-0/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /tmp/instance-0/output-1/host/bin/aarch64-linux-gnu-strip --remove-section=.comment --remove-section=.note --strip-debug 2>/dev/null || true test -f /tmp/instance-0/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /tmp/instance-0/output-1/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /tmp/instance-0/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2021.08-rc1-509-gc483318d09"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2021.11-git"; \ echo "PRETTY_NAME=\"Buildroot 2021.11-git\"" \ ) > /tmp/instance-0/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /tmp/instance-0/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/tmp/instance-0/output-1/per-package /tmp/instance-0/buildroot/support/scripts/fix-rpath target touch /tmp/instance-0/output-1/target/usr ln -snf /tmp/instance-0/output-1/host/aarch64-buildroot-linux-gnu/sysroot /tmp/instance-0/output-1/staging make: Leaving directory '/tmp/instance-0/buildroot' make: Entering directory '/tmp/instance-0/buildroot' >>> Buildroot 2021.08-rc1-509-gc483318d09 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-external Collecting legal info >>> host-skeleton Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain-external-linaro-aarch64 2018.05 Collecting legal info >>> toolchain Collecting legal info >>> azmq 1.0.2 Collecting legal info LICENSE-BOOST_1_0: OK (sha256: c9bff75738922193e67fa726fa225535870d2aa1059f91452c411736284ad566) >>> boost 1.77.0 Collecting legal info LICENSE_1_0.txt: OK (sha256: c9bff75738922193e67fa726fa225535870d2aa1059f91452c411736284ad566) >>> host-cmake 3.16.9 Collecting legal info Copyright.txt: OK (sha256: dc628fb936a5d229296d42083f9a8218aa32204c016919e784404c9ec58776e9) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> zeromq 4.3.4 Collecting legal info COPYING: OK (sha256: 4fd86507c9b486764343065a9e035222869a27b5789efeb4fd93edc85412d7a3) COPYING.LESSER: OK (sha256: 83f32abe61ee58ffb1b007412c08415168c052501dbf56d7a47aaaac52b03ef6) >>> util-linux 2.36.2 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> babeld 1.9.2 Collecting legal info LICENCE: OK (sha256: b415c41292cedef6c97b243609e50552887c29343566c639f23282d31efd2afd) >>> busybox 1.33.1 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> flac 1.3.3 Collecting legal info COPYING.Xiph: OK (sha256: fa27cb11f13f97b0c5f3ff363b1e2610c6efe87ed175779cb2a78e44eb19d34c) COPYING.GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LGPL: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> 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) >>> gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> gmrender-resurrect 0.0.8 Collecting legal info COPYING: OK (sha256: c38aee9e3c8c4d5d594ff548a1be05453023016d6286931f6512db215ec1fd42) >>> gstreamer1 1.18.4 Collecting legal info COPYING: OK (sha256: f445dc78b88496f7e20c7a2a461b95baba5865c8919b8289ac24ac0a80c6ce7a) >>> host-bison 3.7.6 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-meson 0.59.0 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.10.2 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python3 3.9.7 Collecting legal info LICENSE: OK (sha256: 599826df92bfdcd2702eac691072498bb096c55af04ee984cf90f70ed77b5a70) >>> host-autoconf-archive 2019.01.06 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.4.1 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> host-libffi 3.4.2 Collecting legal info LICENSE: OK (sha256: a61d06e8f7be57928e71e800eb9273b05cb8868c484108afe41e4305bb320dde) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> host-python3-setuptools 44.0.0 Collecting legal info LICENSE: OK (sha256: c32a3ac395af6321efd28be73d06a00f0db6ab887d1c21d4fec46128d2056d5a) >>> libglib2 2.68.2 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.68.2 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> host-util-linux 2.36.2 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libffi 3.4.2 Collecting legal info LICENSE: OK (sha256: a61d06e8f7be57928e71e800eb9273b05cb8868c484108afe41e4305bb320dde) >>> pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> libupnp 1.14.7 Collecting legal info COPYING: OK (sha256: c8b99423cad48bb44e2cf52a496361404290865eac259a82da6d1e4331ececb3) >>> openssl Collecting legal info >>> libopenssl 1.1.1l Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> gst1-plugins-base 1.18.4 Collecting legal info COPYING: OK (sha256: f445dc78b88496f7e20c7a2a461b95baba5865c8919b8289ac24ac0a80c6ce7a) >>> i2pd 2.38.0 Collecting legal info LICENSE: OK (sha256: 9c87aff490b272254d716475e3c4973f5f64af1d18f9f6962c1e61e252e1ad9a) >>> initscripts Collecting legal info >>> libesmtp 1.1.0 Collecting legal info COPYING.GPL: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) LICENSE: OK (sha256: 20c17d8b8c48a600800dfd14f95d5cb9ff47066a9641ddeab48dc54aec96e331) >>> libpcap 1.10.1 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> nettle 3.7.3 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> opentyrian-data 2.1 Collecting legal info >>> opentyrian cf5dbeb69eebd9ef9afc4473088d9469b79589eb Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> sdl 1.2.15 Collecting legal info COPYING: OK (sha256: bb117c0fbd7f57f64170b690285d7df07c2371b578e3b3cd3aa2e1155ef461a0) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> stm32flash v0.6 Collecting legal info gpl-2.0.txt: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> tcpreplay 4.3.3 Collecting legal info docs/LICENSE: OK (sha256: 5971b0c544622f4b210a9cc56436a970685d3b0666e373c09e3cf9304db15d05) WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-linaro-aarch64-2018.05: cannot save license (TOOLCHAIN_EXTERNAL_LINARO_AARCH64_LICENSE_FILES not defined) WARNING: opentyrian-data-2.1: cannot save license (OPENTYRIAN_DATA_LICENSE_FILES not defined) Legal info produced in /tmp/instance-0/output-1/legal-info make: Leaving directory '/tmp/instance-0/buildroot'