libtool: install: /usr/bin/install -c ts_test /tmp/instance-0/output-1/host/nds32le-buildroot-linux-gnu/sysroot/usr/bin/ts_test libtool: install: /usr/bin/install -c ts_test_mt /tmp/instance-0/output-1/host/nds32le-buildroot-linux-gnu/sysroot/usr/bin/ts_test_mt libtool: install: /usr/bin/install -c ts_calibrate /tmp/instance-0/output-1/host/nds32le-buildroot-linux-gnu/sysroot/usr/bin/ts_calibrate libtool: install: /usr/bin/install -c ts_conf /tmp/instance-0/output-1/host/nds32le-buildroot-linux-gnu/sysroot/usr/bin/ts_conf libtool: install: /usr/bin/install -c ts_print /tmp/instance-0/output-1/host/nds32le-buildroot-linux-gnu/sysroot/usr/bin/ts_print libtool: install: /usr/bin/install -c ts_print_mt /tmp/instance-0/output-1/host/nds32le-buildroot-linux-gnu/sysroot/usr/bin/ts_print_mt libtool: install: /usr/bin/install -c ts_print_raw /tmp/instance-0/output-1/host/nds32le-buildroot-linux-gnu/sysroot/usr/bin/ts_print_raw libtool: install: /usr/bin/install -c ts_harvest /tmp/instance-0/output-1/host/nds32le-buildroot-linux-gnu/sysroot/usr/bin/ts_harvest libtool: install: /usr/bin/install -c ts_finddev /tmp/instance-0/output-1/host/nds32le-buildroot-linux-gnu/sysroot/usr/bin/ts_finddev libtool: install: /usr/bin/install -c ts_verify /tmp/instance-0/output-1/host/nds32le-buildroot-linux-gnu/sysroot/usr/bin/ts_verify make[3]: Leaving directory '/tmp/instance-0/output-1/build/tslib-1.22/tests' make[2]: Leaving directory '/tmp/instance-0/output-1/build/tslib-1.22/tests' Making install in tools make[2]: Entering directory '/tmp/instance-0/output-1/build/tslib-1.22/tools' make[3]: Entering directory '/tmp/instance-0/output-1/build/tslib-1.22/tools' make[3]: Nothing to be done for 'install-data-am'. /bin/mkdir -p '/tmp/instance-0/output-1/host/nds32le-buildroot-linux-gnu/sysroot/usr/bin' /bin/bash ../libtool --mode=install /usr/bin/install -c ts_uinput '/tmp/instance-0/output-1/host/nds32le-buildroot-linux-gnu/sysroot/usr/bin' libtool: install: /usr/bin/install -c ts_uinput /tmp/instance-0/output-1/host/nds32le-buildroot-linux-gnu/sysroot/usr/bin/ts_uinput make[3]: Leaving directory '/tmp/instance-0/output-1/build/tslib-1.22/tools' make[2]: Leaving directory '/tmp/instance-0/output-1/build/tslib-1.22/tools' Making install in doc make[2]: Entering directory '/tmp/instance-0/output-1/build/tslib-1.22/doc' make[3]: Entering directory '/tmp/instance-0/output-1/build/tslib-1.22/doc' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/tmp/instance-0/output-1/host/nds32le-buildroot-linux-gnu/sysroot/usr/share/man/man1' /bin/mkdir -p '/tmp/instance-0/output-1/host/nds32le-buildroot-linux-gnu/sysroot/usr/share/man/man3' /bin/mkdir -p '/tmp/instance-0/output-1/host/nds32le-buildroot-linux-gnu/sysroot/usr/share/man/man5' /usr/bin/install -c -m 644 ts.conf.5 '/tmp/instance-0/output-1/host/nds32le-buildroot-linux-gnu/sysroot/usr/share/man/man5' /usr/bin/install -c -m 644 ts_calibrate.1 ts_conf.1 ts_finddev.1 ts_harvest.1 ts_print.1 ts_print_mt.1 ts_print_raw.1 ts_test.1 ts_test_mt.1 ts_uinput.1 ts_verify.1 '/tmp/instance-0/output-1/host/nds32le-buildroot-linux-gnu/sysroot/usr/share/man/man1' /usr/bin/install -c -m 644 ts_close.3 ts_close_restricted.3 ts_conf_get.3 ts_config.3 ts_conf_set.3 ts_error_fn.3 ts_fd.3 ts_get_eventpath.3 ts_libversion.3 tslib_version.3 ts_open.3 ts_open_restricted.3 ts_print_ascii_logo.3 ts_read.3 ts_read_mt.3 ts_read_raw.3 ts_read_raw_mt.3 ts_setup.3 '/tmp/instance-0/output-1/host/nds32le-buildroot-linux-gnu/sysroot/usr/share/man/man3' make[3]: Leaving directory '/tmp/instance-0/output-1/build/tslib-1.22/doc' make[2]: Leaving directory '/tmp/instance-0/output-1/build/tslib-1.22/doc' make[2]: Entering directory '/tmp/instance-0/output-1/build/tslib-1.22' make[3]: Entering directory '/tmp/instance-0/output-1/build/tslib-1.22' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/tmp/instance-0/output-1/host/nds32le-buildroot-linux-gnu/sysroot/usr/lib/pkgconfig' /usr/bin/install -c -m 644 tslib.pc '/tmp/instance-0/output-1/host/nds32le-buildroot-linux-gnu/sysroot/usr/lib/pkgconfig' make[3]: Leaving directory '/tmp/instance-0/output-1/build/tslib-1.22' make[2]: Leaving directory '/tmp/instance-0/output-1/build/tslib-1.22' make[1]: Leaving directory '/tmp/instance-0/output-1/build/tslib-1.22' >>> tslib 1.22 Fixing libtool files for la in $(find /tmp/instance-0/output-1/host/nds32le-buildroot-linux-gnu/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /bin/sed -i -e "s:/tmp/instance-0/output-1:@BASE_DIR@:g" \ -e "s:/tmp/instance-0/output-1/host/nds32le-buildroot-linux-gnu/sysroot:@STAGING_DIR@:g" \ -e "s:/tmp/instance-0/output-1/host/opt/ext-toolchain:@TOOLCHAIN_EXTERNAL_INSTALL_DIR@:g" \ -e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ -e "s:\(['= ]\)/lib:\\1@STAGING_DIR@/lib:g" \ -e "s:@TOOLCHAIN_EXTERNAL_INSTALL_DIR@:/tmp/instance-0/output-1/host/opt/ext-toolchain:g" \ -e "s:@STAGING_DIR@:/tmp/instance-0/output-1/host/nds32le-buildroot-linux-gnu/sysroot:g" \ -e "s:@BASE_DIR@:/tmp/instance-0/output-1:g" \ "${la}.fixed" && \ if cmp -s "${la}" "${la}.fixed"; then \ rm -f "${la}.fixed"; \ else \ mv "${la}.fixed" "${la}"; \ fi || exit 1; \ done >>> tslib 1.22 Installing to target PATH="/tmp/instance-0/output-1/host/bin:/tmp/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j32 DESTDIR=/tmp/instance-0/output-1/target install -C /tmp/instance-0/output-1/build/tslib-1.22/ make[1]: Entering directory '/tmp/instance-0/output-1/build/tslib-1.22' Making install in etc make[2]: Entering directory '/tmp/instance-0/output-1/build/tslib-1.22/etc' make[3]: Entering directory '/tmp/instance-0/output-1/build/tslib-1.22/etc' make[3]: Nothing to be done for 'install-data-am'. /bin/mkdir -p '/tmp/instance-0/output-1/target/etc' /usr/bin/install -c -m 644 ts.conf '/tmp/instance-0/output-1/target/etc' make[3]: Leaving directory '/tmp/instance-0/output-1/build/tslib-1.22/etc' make[2]: Leaving directory '/tmp/instance-0/output-1/build/tslib-1.22/etc' Making install in src make[2]: Entering directory '/tmp/instance-0/output-1/build/tslib-1.22/src' make[3]: Entering directory '/tmp/instance-0/output-1/build/tslib-1.22/src' /bin/mkdir -p '/tmp/instance-0/output-1/target/usr/lib' /bin/mkdir -p '/tmp/instance-0/output-1/target/usr/include' /bin/bash ../libtool --mode=install /usr/bin/install -c libts.la '/tmp/instance-0/output-1/target/usr/lib' /usr/bin/install -c -m 644 tslib.h '/tmp/instance-0/output-1/target/usr/include' libtool: install: /usr/bin/install -c .libs/libts.so.0.10.4 /tmp/instance-0/output-1/target/usr/lib/libts.so.0.10.4 libtool: install: (cd /tmp/instance-0/output-1/target/usr/lib && { ln -s -f libts.so.0.10.4 libts.so.0 || { rm -f libts.so.0 && ln -s libts.so.0.10.4 libts.so.0; }; }) libtool: install: (cd /tmp/instance-0/output-1/target/usr/lib && { ln -s -f libts.so.0.10.4 libts.so || { rm -f libts.so && ln -s libts.so.0.10.4 libts.so; }; }) libtool: install: /usr/bin/install -c .libs/libts.lai /tmp/instance-0/output-1/target/usr/lib/libts.la libtool: warning: remember to run 'libtool --finish /usr/lib' make[3]: Leaving directory '/tmp/instance-0/output-1/build/tslib-1.22/src' make[2]: Leaving directory '/tmp/instance-0/output-1/build/tslib-1.22/src' Making install in plugins make[2]: Entering directory '/tmp/instance-0/output-1/build/tslib-1.22/plugins' make[3]: Entering directory '/tmp/instance-0/output-1/build/tslib-1.22/plugins' make[3]: Nothing to be done for 'install-data-am'. /bin/mkdir -p '/tmp/instance-0/output-1/target/usr/lib/ts' /bin/bash ../libtool --mode=install /usr/bin/install -c linear.la dejitter.la variance.la median.la pthres.la debounce.la skip.la invert.la iir.la evthres.la lowpass.la input.la touchkit.la waveshare.la '/tmp/instance-0/output-1/target/usr/lib/ts' libtool: install: /usr/bin/install -c .libs/linear.so /tmp/instance-0/output-1/target/usr/lib/ts/linear.so libtool: install: /usr/bin/install -c .libs/linear.lai /tmp/instance-0/output-1/target/usr/lib/ts/linear.la libtool: install: /usr/bin/install -c .libs/dejitter.so /tmp/instance-0/output-1/target/usr/lib/ts/dejitter.so libtool: install: /usr/bin/install -c .libs/dejitter.lai /tmp/instance-0/output-1/target/usr/lib/ts/dejitter.la libtool: install: /usr/bin/install -c .libs/variance.so /tmp/instance-0/output-1/target/usr/lib/ts/variance.so libtool: install: /usr/bin/install -c .libs/variance.lai /tmp/instance-0/output-1/target/usr/lib/ts/variance.la libtool: install: /usr/bin/install -c .libs/median.so /tmp/instance-0/output-1/target/usr/lib/ts/median.so libtool: install: /usr/bin/install -c .libs/median.lai /tmp/instance-0/output-1/target/usr/lib/ts/median.la libtool: install: /usr/bin/install -c .libs/pthres.so /tmp/instance-0/output-1/target/usr/lib/ts/pthres.so libtool: install: /usr/bin/install -c .libs/pthres.lai /tmp/instance-0/output-1/target/usr/lib/ts/pthres.la libtool: install: /usr/bin/install -c .libs/debounce.so /tmp/instance-0/output-1/target/usr/lib/ts/debounce.so libtool: install: /usr/bin/install -c .libs/debounce.lai /tmp/instance-0/output-1/target/usr/lib/ts/debounce.la libtool: install: /usr/bin/install -c .libs/skip.so /tmp/instance-0/output-1/target/usr/lib/ts/skip.so libtool: install: /usr/bin/install -c .libs/skip.lai /tmp/instance-0/output-1/target/usr/lib/ts/skip.la libtool: install: /usr/bin/install -c .libs/invert.so /tmp/instance-0/output-1/target/usr/lib/ts/invert.so libtool: install: /usr/bin/install -c .libs/invert.lai /tmp/instance-0/output-1/target/usr/lib/ts/invert.la libtool: install: /usr/bin/install -c .libs/iir.so /tmp/instance-0/output-1/target/usr/lib/ts/iir.so libtool: install: /usr/bin/install -c .libs/iir.lai /tmp/instance-0/output-1/target/usr/lib/ts/iir.la libtool: install: /usr/bin/install -c .libs/evthres.so /tmp/instance-0/output-1/target/usr/lib/ts/evthres.so libtool: install: /usr/bin/install -c .libs/evthres.lai /tmp/instance-0/output-1/target/usr/lib/ts/evthres.la libtool: install: /usr/bin/install -c .libs/lowpass.so /tmp/instance-0/output-1/target/usr/lib/ts/lowpass.so libtool: install: /usr/bin/install -c .libs/lowpass.lai /tmp/instance-0/output-1/target/usr/lib/ts/lowpass.la libtool: install: /usr/bin/install -c .libs/input.so /tmp/instance-0/output-1/target/usr/lib/ts/input.so libtool: install: /usr/bin/install -c .libs/input.lai /tmp/instance-0/output-1/target/usr/lib/ts/input.la libtool: install: /usr/bin/install -c .libs/touchkit.so /tmp/instance-0/output-1/target/usr/lib/ts/touchkit.so libtool: install: /usr/bin/install -c .libs/touchkit.lai /tmp/instance-0/output-1/target/usr/lib/ts/touchkit.la libtool: install: /usr/bin/install -c .libs/waveshare.so /tmp/instance-0/output-1/target/usr/lib/ts/waveshare.so libtool: install: /usr/bin/install -c .libs/waveshare.lai /tmp/instance-0/output-1/target/usr/lib/ts/waveshare.la libtool: warning: remember to run 'libtool --finish /usr/lib/ts' make[3]: Leaving directory '/tmp/instance-0/output-1/build/tslib-1.22/plugins' make[2]: Leaving directory '/tmp/instance-0/output-1/build/tslib-1.22/plugins' Making install in tests make[2]: Entering directory '/tmp/instance-0/output-1/build/tslib-1.22/tests' make[3]: Entering directory '/tmp/instance-0/output-1/build/tslib-1.22/tests' make[3]: Nothing to be done for 'install-data-am'. /bin/mkdir -p '/tmp/instance-0/output-1/target/usr/bin' /bin/bash ../libtool --mode=install /usr/bin/install -c ts_test ts_test_mt ts_calibrate ts_conf ts_print ts_print_mt ts_print_raw ts_harvest ts_finddev ts_verify '/tmp/instance-0/output-1/target/usr/bin' libtool: install: /usr/bin/install -c ts_test /tmp/instance-0/output-1/target/usr/bin/ts_test libtool: install: /usr/bin/install -c ts_test_mt /tmp/instance-0/output-1/target/usr/bin/ts_test_mt libtool: install: /usr/bin/install -c ts_calibrate /tmp/instance-0/output-1/target/usr/bin/ts_calibrate libtool: install: /usr/bin/install -c ts_conf /tmp/instance-0/output-1/target/usr/bin/ts_conf libtool: install: /usr/bin/install -c ts_print /tmp/instance-0/output-1/target/usr/bin/ts_print libtool: install: /usr/bin/install -c ts_print_mt /tmp/instance-0/output-1/target/usr/bin/ts_print_mt libtool: install: /usr/bin/install -c ts_print_raw /tmp/instance-0/output-1/target/usr/bin/ts_print_raw libtool: install: /usr/bin/install -c ts_harvest /tmp/instance-0/output-1/target/usr/bin/ts_harvest libtool: install: /usr/bin/install -c ts_finddev /tmp/instance-0/output-1/target/usr/bin/ts_finddev libtool: install: /usr/bin/install -c ts_verify /tmp/instance-0/output-1/target/usr/bin/ts_verify make[3]: Leaving directory '/tmp/instance-0/output-1/build/tslib-1.22/tests' make[2]: Leaving directory '/tmp/instance-0/output-1/build/tslib-1.22/tests' Making install in tools make[2]: Entering directory '/tmp/instance-0/output-1/build/tslib-1.22/tools' make[3]: Entering directory '/tmp/instance-0/output-1/build/tslib-1.22/tools' make[3]: Nothing to be done for 'install-data-am'. /bin/mkdir -p '/tmp/instance-0/output-1/target/usr/bin' /bin/bash ../libtool --mode=install /usr/bin/install -c ts_uinput '/tmp/instance-0/output-1/target/usr/bin' libtool: install: /usr/bin/install -c ts_uinput /tmp/instance-0/output-1/target/usr/bin/ts_uinput make[3]: Leaving directory '/tmp/instance-0/output-1/build/tslib-1.22/tools' make[2]: Leaving directory '/tmp/instance-0/output-1/build/tslib-1.22/tools' Making install in doc make[2]: Entering directory '/tmp/instance-0/output-1/build/tslib-1.22/doc' make[3]: Entering directory '/tmp/instance-0/output-1/build/tslib-1.22/doc' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/tmp/instance-0/output-1/target/usr/share/man/man1' /bin/mkdir -p '/tmp/instance-0/output-1/target/usr/share/man/man5' /bin/mkdir -p '/tmp/instance-0/output-1/target/usr/share/man/man3' /usr/bin/install -c -m 644 ts_calibrate.1 ts_conf.1 ts_finddev.1 ts_harvest.1 ts_print.1 ts_print_mt.1 ts_print_raw.1 ts_test.1 ts_test_mt.1 ts_uinput.1 ts_verify.1 '/tmp/instance-0/output-1/target/usr/share/man/man1' /usr/bin/install -c -m 644 ts.conf.5 '/tmp/instance-0/output-1/target/usr/share/man/man5' /usr/bin/install -c -m 644 ts_close.3 ts_close_restricted.3 ts_conf_get.3 ts_config.3 ts_conf_set.3 ts_error_fn.3 ts_fd.3 ts_get_eventpath.3 ts_libversion.3 tslib_version.3 ts_open.3 ts_open_restricted.3 ts_print_ascii_logo.3 ts_read.3 ts_read_mt.3 ts_read_raw.3 ts_read_raw_mt.3 ts_setup.3 '/tmp/instance-0/output-1/target/usr/share/man/man3' make[3]: Leaving directory '/tmp/instance-0/output-1/build/tslib-1.22/doc' make[2]: Leaving directory '/tmp/instance-0/output-1/build/tslib-1.22/doc' make[2]: Entering directory '/tmp/instance-0/output-1/build/tslib-1.22' make[3]: Entering directory '/tmp/instance-0/output-1/build/tslib-1.22' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/tmp/instance-0/output-1/target/usr/lib/pkgconfig' /usr/bin/install -c -m 644 tslib.pc '/tmp/instance-0/output-1/target/usr/lib/pkgconfig' make[3]: Leaving directory '/tmp/instance-0/output-1/build/tslib-1.22' make[2]: Leaving directory '/tmp/instance-0/output-1/build/tslib-1.22' make[1]: Leaving directory '/tmp/instance-0/output-1/build/tslib-1.22' >>> urandom-scripts Extracting >>> urandom-scripts Patching >>> urandom-scripts Configuring >>> urandom-scripts Building >>> urandom-scripts Installing to target v14.1_Firmware.zip: OK (sha256: a2e7a327dd545ba2051946f7613005cbde88fdd952afb8eecdd1dacda7e767d2) >>> wilc1000-firmware 14.1 Extracting /usr/bin/unzip -q -d /tmp/instance-0/output-1/build /tmp/instance-0/dl/wilc1000-firmware/v14.1_Firmware.zip mv /tmp/instance-0/output-1/build/wireless-firmware-14.1_Firmware/* /tmp/instance-0/output-1/build/wilc1000-firmware-14.1 rmdir /tmp/instance-0/output-1/build/wireless-firmware-14.1_Firmware >>> wilc1000-firmware 14.1 Patching >>> wilc1000-firmware 14.1 Configuring >>> wilc1000-firmware 14.1 Building >>> wilc1000-firmware 14.1 Installing to target /usr/bin/install -D -m 0644 /tmp/instance-0/output-1/build/wilc1000-firmware-14.1/wilc1003_firmware.bin /tmp/instance-0/output-1/target/lib/firmware/atmel/wilc1003_firmware.bin >>> 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/nds32le-linux-%g' -e 's%@TARGET_ARCH@%nds32le%g' -e 's%@TARGET_CPU@%%g' -e 's%@TARGET_ENDIAN@%little%g' -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O2', '-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', '-O2', '-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/nds32le-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 rm -rf /tmp/instance-0/output-1/target/usr/lib/perl5/5.30.3/pod rm -rf /tmp/instance-0/output-1/target/usr/lib/perl5/5.30.3/nds32le-linux/CORE find /tmp/instance-0/output-1/target/usr/lib/perl5/ -name 'extralibs.ld' -print0 | xargs -0 rm -f find /tmp/instance-0/output-1/target/usr/lib/perl5/ -name '*.bs' -print0 | xargs -0 rm -f find /tmp/instance-0/output-1/target/usr/lib/perl5/ -name '.packlist' -print0 | xargs -0 rm -f mkdir -p /tmp/instance-0/output-1/target/etc echo "buildroot" > /tmp/instance-0/output-1/target/etc/hostname /bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /tmp/instance-0/output-1/target/etc/hosts mkdir -p /tmp/instance-0/output-1/target/etc echo "Welcome to Buildroot" > /tmp/instance-0/output-1/target/etc/issue /bin/sed -i -e s,^root:[^:]*:,root::, /tmp/instance-0/output-1/target/etc/shadow rm -f /tmp/instance-0/output-1/target/bin/sh printf '%s\n' C en_US locale-archive > /tmp/instance-0/output-1/build/locales.nopurge for dir in /tmp/instance-0/output-1/target/usr/share/locale /tmp/instance-0/output-1/target/usr/share/X11/locale /tmp/instance-0/output-1/target/usr/lib/locale; do if [ ! -d $dir ]; then continue; fi; for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /tmp/instance-0/output-1/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /tmp/instance-0/output-1/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /tmp/instance-0/output-1/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /tmp/instance-0/output-1/target/usr/share/X11/locale/locale.dir; fi rm -rf /tmp/instance-0/output-1/target/usr/include /tmp/instance-0/output-1/target/usr/share/aclocal \ /tmp/instance-0/output-1/target/usr/lib/pkgconfig /tmp/instance-0/output-1/target/usr/share/pkgconfig \ /tmp/instance-0/output-1/target/usr/lib/cmake /tmp/instance-0/output-1/target/usr/share/cmake \ /tmp/instance-0/output-1/target/usr/doc find /tmp/instance-0/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /tmp/instance-0/output-1/target/lib/ /tmp/instance-0/output-1/target/usr/lib/ /tmp/instance-0/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f 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/nds32le-linux-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /tmp/instance-0/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /tmp/instance-0/output-1/host/bin/nds32le-linux-strip --remove-section=.comment --remove-section=.note --strip-debug 2>/dev/null || true test -f /tmp/instance-0/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /tmp/instance-0/output-1/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /tmp/instance-0/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2020.08-1049-g70499767e5"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2020.11-git"; \ echo "PRETTY_NAME=\"Buildroot 2020.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/nds32le-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 2020.08-1049-g70499767e5 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-andes-nds32 Collecting legal info >>> toolchain Collecting legal info >>> attr 2.4.48 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> augeas 1.12.0 Collecting legal info COPYING: OK (sha256: ca0061fc1381a3ab242310e4b3f56389f28e3d460eb2fd822ed7a21c6f030532) >>> host-pkgconf 1.6.1 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> libxml2 2.9.10 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> readline 8.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> 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) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> bitstream-vera 1.10 Collecting legal info COPYRIGHT.TXT: OK (sha256: 3361d054759a2fc686a2c058be82deaf9c2e6fe549be9004d7935a6c1736315d) >>> ca-certificates 20190110 Collecting legal info debian/copyright: OK (sha256: 80fd11117df5543d5cf17bfd951b0ead213f7867d0b09f09c6d5a5eca3ff7422) >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1h Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> host-python 2.7.18 Collecting legal info LICENSE: OK (sha256: de4d1f2d2ad5ad0cfd1657a106476b31cb5db5ef9d1ff842b237c0c81f0c8a23) >>> host-automake 1.15.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-expat 2.2.10 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> davfs2 1.6.0 Collecting legal info COPYING: OK (sha256: 0ae0485a5bd37a63e63603596417e4eb0e653334fa6c7f932ca3a0e85d4af227) >>> neon 0.30.2 Collecting legal info src/COPYING.LIB: OK (sha256: d7bf9d064ac3e5840f9dd02422b7eeec4f1fd03f37fadbd043602be5e882304f) test/COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) README: OK (sha256: 95f77624e96f6728145826fc895142275451f43f41c073766db3dbbcc8b790b0) >>> expat 2.2.10 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> fan-ctrl 1.3 Collecting legal info ERROR: No hash found for fan-ctrl.c >>> giflib 5.2.1 Collecting legal info COPYING: OK (sha256: 0c9b7990ecdca88b676db232c226548ac408b279f550d424d996f0d83591dd8e) >>> gmp 6.1.2 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-gnupg 1.4.23 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> gzip 1.10 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> i2c-tools 4.2 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) COPYING.LGPL: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) README: OK (sha256: 370e8bc3d45744170cc4b12dc5135b107fa40a00179a19973fbd714146dec04c) >>> libaio 0.3.111 Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> libart 2.3.21 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> libdmtx 0.7.5 Collecting legal info LICENSE: OK (sha256: fcc277b7302645322c63de22b9b0bdae2df3dfa7d6cbc0d5bed7a4d3f1a9af79) >>> libesmtp 1.0.6 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> openssl Collecting legal info >>> libopenssl 1.1.1h Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> libldns 1.7.1 Collecting legal info LICENSE: OK (sha256: 9e0b1505c358d1a7c79555ee8bd1acbe2985dbc74dd81f3697cebf2161e922e6) >>> libsamplerate 0.1.9 Collecting legal info COPYING: OK (sha256: 2c1f76ce2effdddb425018405d5690c0b1ab4e6976e35296b0a6db65c5e1a55d) >>> libyaml 0.2.5 Collecting legal info License: OK (sha256: c40112449f254b9753045925248313e9270efa36d226b22d82d4cc6c43c57f29) >>> linux-firmware 20200122 Collecting legal info LICENCE.chelsio_firmware: OK (sha256: a5777f9e80aca0603b0648454de996168b1c530322550ccda94d6d78bcf6c061) LICENCE.e100: OK (sha256: bef9c828e84f21e7835b4de7daf954a327e1ff777871b58e116039b684c0d604) LICENCE.ralink-firmware.txt: OK (sha256: d7bec70668ddd4aae8fb4aa32870e54b49fcdb0b9b007aa9f54b53a1ac7461bd) WHENCE: OK (sha256: 74d203d2fd433b73b63e8e31d8928e3817f6eaf3407c9e607802c20a5c02e6c4) >>> lockdev 1.0.3 Collecting legal info LICENSE: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> lvm2 2.02.185 Collecting legal info COPYING: OK (sha256: e76fbcd2fb97cf202da330301327754d2db5c58b5b4bebd3a8a749393e7603d1) COPYING.LIB: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> host-mender-artifact 3.4.0 Collecting legal info LICENSE: OK (sha256: 32714818ad6f98ee0185a52e23a475d89122e3efd2b2c26c733781c28e798c99) LIC_FILES_CHKSUM.sha256: OK (sha256: 08b0209abb7e87bb1d21aca8a40693b7d29406d1edffd443f17c59d5d68f6467) vendor/github.com/mendersoftware/mendertesting/LICENSE: OK (sha256: 32714818ad6f98ee0185a52e23a475d89122e3efd2b2c26c733781c28e798c99) vendor/github.com/minio/sha256-simd/LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) vendor/gopkg.in/yaml.v2/LICENSE: OK (sha256: b40930bbcf80744c86c46a12bc9da056641d722716c378f5659b9e555ef833e1) vendor/github.com/pkg/errors/LICENSE: OK (sha256: 8d427fd87bc9579ea368fde3d49f9ca22eac857f91a9dec7e3004bdfab7dee86) vendor/github.com/pmezard/go-difflib/LICENSE: OK (sha256: 2eb550be6801c1ea434feba53bf6d12e7c71c90253e0a9de4a4f46cf88b56477) vendor/golang.org/x/sys/LICENSE: OK (sha256: 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067) vendor/golang.org/x/crypto/LICENSE: OK (sha256: 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067) vendor/github.com/remyoudompheng/go-liblzma/LICENSE: OK (sha256: a284e538f3e5649ae6a8f32da2bbd18e9daabf2c1ebbfb99ed92e797b159be1a) vendor/github.com/klauspost/compress/LICENSE: OK (sha256: 16f848582e4b276a7392cd34496b7a33d6f65c0e190c163ff3a056a7c61219ce) vendor/github.com/russross/blackfriday/v2/LICENSE.txt: OK (sha256: 75e1ca97a84a9da6051dee0114333388216f2c4a5a028296b882ff3d57274735) vendor/github.com/davecgh/go-spew/LICENSE: OK (sha256: 1b93a317849ee09d3d7e4f1d20c2b78ddb230b4becb12d7c224c927b9d470251) vendor/github.com/stretchr/testify/LICENSE: OK (sha256: dad2b0b2cc2dbdbf95ad5d800ef7588956e74dc2479014829d42be295125c25d) vendor/github.com/urfave/cli/LICENSE: OK (sha256: da277af11b85227490377fbcac6afccc68be560c4fff36ac05ca62de55345fd7) vendor/github.com/sirupsen/logrus/LICENSE: OK (sha256: 51a0c9ec7f8b7634181b8d4c03e5b5d204ac21d6e72f46c313973424664b2e6b) vendor/github.com/klauspost/pgzip/LICENSE: OK (sha256: 7709cc030f078b17809884f92f33a2016944e1180312dc3f1371b02313d313ed) vendor/github.com/cpuguy83/go-md2man/v2/LICENSE.md: OK (sha256: a55959c4e3e8917bfa857359bb641115336276a6cc97408fd8197e079fb18470) vendor/github.com/shurcooL/sanitized_anchor_name/LICENSE: OK (sha256: c8024e31c1de453fea90f22a221968835cc7af9d520274a2576c9ec9976055b0) >>> host-go 1.15.3 Collecting legal info LICENSE: OK (sha256: 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067) >>> host-go-bootstrap 1.4.3 Collecting legal info LICENSE: OK (sha256: dd26a7abddd02e2d0aba97805b31f248ef7835d9e10da289b22e3b8ab78b324d) >>> host-xz 5.2.5 Collecting legal info COPYING: OK (sha256: bcb02973ef6e87ea73d331b3a80df7748407f17efdb784b61b47e0e610d3bb5c) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-mkpasswd Collecting legal info >>> mpfr 4.0.2 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> host-mtd 2.1.2 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> host-acl 2.2.53 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.4.48 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-util-linux 2.36 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) >>> host-zstd 1.4.5 Collecting legal info LICENSE: OK (sha256: 2c1a7fa704df8f3a606f6fc010b8b5aaebf403f3aeec339a12048f1ba7331a0b) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> netsnmp 5.8 Collecting legal info COPYING: OK (sha256: ed869ea395a1f125819a56676385ab0557a21507764bf56f2943302011381e59) >>> optee-benchmark 3.9.0 Collecting legal info LICENSE: OK (sha256: 0571be5b739142dc3e40e0a4e7e30d4ab8bff0d4d606a3f2db2010745587d383) >>> optee-client 3.9.0 Collecting legal info LICENSE: OK (sha256: fda8385993f112d7ca61b88b54ba5b4cbeec7e43a0f9b317d5186703c1985e8f) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> perl-class-std-fast 0.0.8 Collecting legal info README: OK (sha256: aa1ab90c498aee078076e9a1f83e5f14bbfd841509582795ab5a9571428c0c38) >>> host-perl 5.30.3 Collecting legal info Artistic: OK (sha256: dd90d4f42e4dcadf5a7c09eea0189d93c7b37ae560c91f0f6d5233ed3b9292a2) Copying: OK (sha256: d77d235e41d54594865151f4751e835c5a82322b0e87ace266567c3391a4b912) README: OK (sha256: 4916e95d32b84e07c045d839646f74996f577e5f497bbba8177a94b31415cee7) >>> host-perl-module-build 0.4231 Collecting legal info LICENSE: OK (sha256: f35ac2cc6b808a38c42c2d230b875217b0a24bb51e5a497ebb630cbb3d806c3e) >>> perl 5.30.3 Collecting legal info Artistic: OK (sha256: dd90d4f42e4dcadf5a7c09eea0189d93c7b37ae560c91f0f6d5233ed3b9292a2) Copying: OK (sha256: d77d235e41d54594865151f4751e835c5a82322b0e87ace266567c3391a4b912) README: OK (sha256: 4916e95d32b84e07c045d839646f74996f577e5f497bbba8177a94b31415cee7) >>> perl-class-std 0.013 Collecting legal info README: OK (sha256: b8175bf3750dc54096bf1506c681b4f13262e5b82e40244e9a77730c6b72e4d6) >>> perl-dist-checkconflicts 0.11 Collecting legal info LICENSE: OK (sha256: b4e0637ed96008ddcbf7e0ddeb73967df3d0b4dc62a6b7fdb86eac37018cb12e) >>> perl-encode-locale 1.05 Collecting legal info README: OK (sha256: edfeacafbed5a0f2c4a2a3db3fb0274a7f210768d01c853c60b7feac841c83c8) >>> perl-file-listing 6.11 Collecting legal info LICENSE: OK (sha256: 7f0ccec295e6d7d2be1439cedd7caf6cc6247191f4c10ac56d91ee9bc265ba02) >>> perl-gdtextutil 0.86 Collecting legal info Dustismo.LICENSE: OK (sha256: 710484e3a1196664bbe8a5ad5d53c528e01226eb20e2885a4e1131eb6c6565cd) README: OK (sha256: 93ca7dd7f372c79e8ec1f849f2a418a67d195e4027c1b3e3dd8444fb30f3e97c) >>> perl-html-parser 3.75 Collecting legal info LICENSE: OK (sha256: 0e57338bc10d5fb8891012ebee65a7b504b247f5bb485e121b8b48d7a118a60b) >>> perl-html-tagset 3.20 Collecting legal info README: OK (sha256: 275cc182d78ac2db6856442c5d334c925350fb56fe83ee3577f5850317423419) >>> perl-http-cookies 6.08 Collecting legal info LICENSE: OK (sha256: 5204690d6efb272e6fde7c3e3b8aba5114e1458b706710eaf607041ac080344d) >>> perl-http-daemon 6.12 Collecting legal info LICENCE: OK (sha256: e84ac5ab84ace59952d2640e0ca4522eb0aaa8c2aa696352d1252aa109ea20bc) >>> host-perl-module-build-tiny 0.039 Collecting legal info LICENSE: OK (sha256: 09fd2bc0428920c455f10c5a6c52e2bb4615114e88966c75ce27a07af028c36b) >>> host-perl-extutils-config 0.008 Collecting legal info LICENSE: OK (sha256: 33b39fda54675d4d681764049e27b537cac12213aa6650667abea43662264ddc) >>> host-perl-extutils-helpers 0.026 Collecting legal info LICENSE: OK (sha256: e5530d0ebc8662df3a970644d867faf12760b1a95ca6e2bf1c5f9af410a418e0) >>> host-perl-extutils-installpaths 0.012 Collecting legal info LICENSE: OK (sha256: b95d38ac031587625625d92fbd2ee1d5df0d02606057d680e7dcf3598fe629f9) >>> perl-http-date 6.05 Collecting legal info LICENSE: OK (sha256: 305b71c4d2fd6380585689c5f1c620737a36a318ce0f9c772badce0fe293a44e) >>> perl-http-message 6.26 Collecting legal info LICENSE: OK (sha256: 1379396dcd2291f17a741d2d6bf14d379f5f2ab91b3c7e7b92c5f82856e2d7ac) >>> perl-http-negotiate 6.01 Collecting legal info README: OK (sha256: 7a2114bb46279309f8a67e359ab0a578a4e9a7c7add0d1725de46b44f6da6514) >>> perl-io-html 1.004 Collecting legal info LICENSE: OK (sha256: 669fdd41b60ef6169a975b87a5fe35c50e81b9efc8f96b2459f4fbb238079d84) >>> perl-io-socket-ssl 2.068 Collecting legal info README: OK (sha256: 090aff5421fd55a9dceeaf6c612c36360402e8d29c1284aef88c87be565ce032) >>> perl-libwww-perl 6.49 Collecting legal info LICENSE: OK (sha256: e84ac5ab84ace59952d2640e0ca4522eb0aaa8c2aa696352d1252aa109ea20bc) >>> perl-lwp-mediatypes 6.04 Collecting legal info LICENSE: OK (sha256: e84ac5ab84ace59952d2640e0ca4522eb0aaa8c2aa696352d1252aa109ea20bc) >>> perl-lwp-protocol-https 6.09 Collecting legal info LICENSE: OK (sha256: 294e73f9bd40ea600e9478cd57489a7da72558a83c6a66f37a82e4e0d5a706d9) >>> perl-module-implementation 0.09 Collecting legal info LICENSE: OK (sha256: dd34e4dbcadfaa3db992201873e1cbb4b4f4c18e9bf000821d5c768e66d7ff0b) >>> perl-module-runtime 0.016 Collecting legal info README: OK (sha256: ad1761020436687e8493208336ef53e84589fdba212da59b05b8111cca75ddc1) >>> perl-mozilla-ca 20200520 Collecting legal info README: OK (sha256: 95cd63dae5c2bf6e7cf33435981614a36c85ef01fc7a02464e05e58a5355398e) >>> perl-net-http 6.19 Collecting legal info LICENSE: OK (sha256: 49fbcc80e17295888b909176a0029f275a8c17b6cbfaf8867fe571ebe9a9ca79) >>> perl-net-ssleay 1.85 Collecting legal info LICENSE: OK (sha256: b55065185a2172d9f2ea2dd87c18c206ea3dc45a64e5f3deb3eee34d839dc822) >>> perl-package-stash 0.38 Collecting legal info LICENSE: OK (sha256: 13aab710649bae5a8bbb1ae725587ece773bf390537dba2da71247bd937d54b4) >>> perl-timedate 2.33 Collecting legal info README: OK (sha256: e72e67533eb3ddd705ae718898945e2f3bf3702e91e85bb67824575706bd5bf9) >>> perl-try-tiny 0.30 Collecting legal info LICENCE: OK (sha256: f1864ede834871a1207fcd19838b6bd5e1ff0a8704f5cc523fc397126041ed0b) >>> perl-uri 5.05 Collecting legal info LICENSE: OK (sha256: 65cd6f88516a30f56fd4e0080fb78ea69424fc89067470dc994e4abfba08664e) >>> perl-www-robotrules 6.02 Collecting legal info README: OK (sha256: fa375c4f771b92fc076b6c66e19440a0fff51dacf489fecd94bf560091279e05) >>> procrank_linux 21c30ab4514a5b15ac6e813e21bee0d3d714cb08 Collecting legal info NOTICE: OK (sha256: 38751245389e1e23f73e6f5384b5cbe7fa972cc4410c5adc9c04b082a0b9561a) >>> raspi-gpio 4edfde183ff3ac9ed66cdc015ae25e45f3a5502d Collecting legal info LICENSE: OK (sha256: 6e02227e1fb942687163996678d94add7911890c50025912d0ae7ee66d256bb2) >>> sane-backends 1.0.27 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> sl 5.02 Collecting legal info LICENSE: OK (sha256: 72c7d262e2c9ddf019edc90af852a01a410338efff4e75e1c005b77ada4be7c4) >>> strongswan 5.9.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) LICENSE: OK (sha256: 2292e21797754548dccdef9eef6aee7584e552fbd890fa914e1de8d3577d23f0) >>> tslib 1.22 Collecting legal info COPYING: OK (sha256: 9b872a8a070b8ad329c4bd380fb1bf0000f564c75023ec8e1e6803f15364b9e9) >>> urandom-scripts Collecting legal info >>> wilc1000-firmware 14.1 Collecting legal info WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-andes-nds32: cannot save license (TOOLCHAIN_EXTERNAL_ANDES_NDS32_LICENSE_FILES not defined) WARNING: wilc1000-firmware-14.1: cannot save license (WILC1000_FIRMWARE_LICENSE_FILES not defined) Legal info produced in /tmp/instance-0/output-1/legal-info make: Leaving directory '/tmp/instance-0/buildroot'