checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether make supports nested variables... (cached) yes checking whether make supports the include directive... yes (GNU style) checking for microblaze-buildroot-linux-gnu-gcc... /nvmedata/autobuild/instance-22/output-1/host/bin/microblaze-linux-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... yes checking for suffix of object files... o checking whether the compiler supports GNU C... yes checking whether /nvmedata/autobuild/instance-22/output-1/host/bin/microblaze-linux-gcc accepts -g... yes checking for /nvmedata/autobuild/instance-22/output-1/host/bin/microblaze-linux-gcc option to enable C11 features... none needed checking whether /nvmedata/autobuild/instance-22/output-1/host/bin/microblaze-linux-gcc understands -c and -o together... yes checking dependency style of /nvmedata/autobuild/instance-22/output-1/host/bin/microblaze-linux-gcc... none checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for wchar.h... yes checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking whether _XOPEN_SOURCE should be defined... no checking for microblaze-buildroot-linux-gnu-gcc... (cached) /nvmedata/autobuild/instance-22/output-1/host/bin/microblaze-linux-gcc checking whether the compiler supports GNU C... (cached) yes checking whether /nvmedata/autobuild/instance-22/output-1/host/bin/microblaze-linux-gcc accepts -g... (cached) yes checking for /nvmedata/autobuild/instance-22/output-1/host/bin/microblaze-linux-gcc option to enable C11 features... (cached) none needed checking whether /nvmedata/autobuild/instance-22/output-1/host/bin/microblaze-linux-gcc understands -c and -o together... (cached) yes checking dependency style of /nvmedata/autobuild/instance-22/output-1/host/bin/microblaze-linux-gcc... (cached) none checking whether the compiler supports GNU C++... yes checking whether /nvmedata/autobuild/instance-22/output-1/host/bin/microblaze-linux-g++ accepts -g... yes checking for /nvmedata/autobuild/instance-22/output-1/host/bin/microblaze-linux-g++ option to enable C++11 features... none needed checking dependency style of /nvmedata/autobuild/instance-22/output-1/host/bin/microblaze-linux-g++... none checking whether ln -s works... yes checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for pthread_create in -lpthread... yes checking for pcap_open_offline in -lpcap... yes checking for pcap.h... yes checking for ncurses.h... yes checking for initscr in -lncurses... yes checking for new_panel in -lpanel... yes checking for new_form in -lform... yes checking for new_item in -lmenu... yes checking pkg-config is at least version 0.9.0... yes checking for SSL... yes checking for pcre.h... yes checking for pcre_exec in -lpcre... yes checking for netinet/in.h... yes checking for netinet/ip6.h... yes ██╗██████╗ ██████╗ ███╗ ██╗████████╗███████╗ ██████╗ ██║██╔══██╗██╔═══██╗████╗ ██║╚══██╔══╝██╔════╝██╔════╝ ██║██████╔╝██║ ██║██╔██╗ ██║ ██║ █████╗ ██║ ██║██╔══██╗██║ ██║██║╚██╗██║ ██║ ██╔══╝ ██║ ██║██║ ██║╚██████╔╝██║ ╚████║ ██║ ███████╗╚██████╗ ╚═╝╚═╝ ╚═╝ ╚═════╝ ╚═╝ ╚═══╝ ╚═╝ ╚══════╝ ╚═════╝ configure: configure: sngrep configure finished configure: ====================================================== configure: GnuTLS Support : no configure: OpenSSL Support : yes configure: Unicode Support : no configure: Perl Expressions Support : yes configure: IPv6 Support : yes configure: EEP Support : no configure: ====================================================== configure: checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating config/Makefile config.status: creating doc/Makefile config.status: creating tests/Makefile config.status: creating src/config.h config.status: executing depfiles commands configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --disable-nls, --disable-static, --enable-shared >>> sngrep 1.4.7 Building PATH="/nvmedata/autobuild/instance-22/output-1/host/bin:/nvmedata/autobuild/instance-22/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 -C /nvmedata/autobuild/instance-22/output-1/build/sngrep-1.4.7/ make[1]: Entering directory '/nvmedata/autobuild/instance-22/output-1/build/sngrep-1.4.7' Making all in src make[2]: Entering directory '/nvmedata/autobuild/instance-22/output-1/build/sngrep-1.4.7/src' /usr/bin/make all-am make[3]: Entering directory '/nvmedata/autobuild/instance-22/output-1/build/sngrep-1.4.7/src' CC sngrep-capture.o CC sngrep-capture_openssl.o CC sngrep-address.o CC sngrep-packet.o CC sngrep-sip.o sip.c: In function 'sip_validate_packet': sip.c:288:9: warning: 'regexec' writing 32 bytes into a region of size 24 overflows the destination [-Wstringop-overflow=] 288 | if (regexec(&calls.reg_cl, (const char *) payload, 4, pmatch, 0) != 0) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sip.c:265:16: note: destination object 'pmatch' of size 24 265 | regmatch_t pmatch[3]; | ^~~~~~ In file included from sip.h:37, from sip.c:35: /nvmedata/autobuild/instance-22/output-1/host/microblaze-buildroot-linux-gnu/sysroot/usr/include/regex.h:655:12: note: in a call to function 'regexec' declared with attribute 'access (write_only, 4, 3)' 655 | extern int regexec (const regex_t *_Restrict_ __preg, | ^~~~~~~ CC sngrep-sip_call.o CC sngrep-sip_msg.o CC sngrep-sip_attr.o CC sngrep-main.o CC sngrep-option.o CC sngrep-group.o CC sngrep-filter.o CC sngrep-keybinding.o CC sngrep-media.o CC sngrep-setting.o CC sngrep-rtp.o CC sngrep-util.o CC sngrep-hash.o CC sngrep-vector.o CC curses/sngrep-ui_panel.o CC curses/sngrep-scrollbar.o CC curses/sngrep-ui_manager.o CC curses/sngrep-ui_call_list.o CC curses/sngrep-ui_call_flow.o CC curses/sngrep-ui_call_raw.o CC curses/sngrep-ui_stats.o CC curses/sngrep-ui_filter.o CC curses/sngrep-ui_save.o CC curses/sngrep-ui_msg_diff.o CC curses/sngrep-ui_column_select.o CC curses/sngrep-ui_settings.o CCLD sngrep make[3]: Leaving directory '/nvmedata/autobuild/instance-22/output-1/build/sngrep-1.4.7/src' make[2]: Leaving directory '/nvmedata/autobuild/instance-22/output-1/build/sngrep-1.4.7/src' Making all in config make[2]: Entering directory '/nvmedata/autobuild/instance-22/output-1/build/sngrep-1.4.7/config' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/nvmedata/autobuild/instance-22/output-1/build/sngrep-1.4.7/config' Making all in doc make[2]: Entering directory '/nvmedata/autobuild/instance-22/output-1/build/sngrep-1.4.7/doc' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/nvmedata/autobuild/instance-22/output-1/build/sngrep-1.4.7/doc' Making all in tests make[2]: Entering directory '/nvmedata/autobuild/instance-22/output-1/build/sngrep-1.4.7/tests' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/nvmedata/autobuild/instance-22/output-1/build/sngrep-1.4.7/tests' make[2]: Entering directory '/nvmedata/autobuild/instance-22/output-1/build/sngrep-1.4.7' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/nvmedata/autobuild/instance-22/output-1/build/sngrep-1.4.7' make[1]: Leaving directory '/nvmedata/autobuild/instance-22/output-1/build/sngrep-1.4.7' >>> sngrep 1.4.7 Installing to target PATH="/nvmedata/autobuild/instance-22/output-1/host/bin:/nvmedata/autobuild/instance-22/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 DESTDIR=/nvmedata/autobuild/instance-22/output-1/target install -C /nvmedata/autobuild/instance-22/output-1/build/sngrep-1.4.7/ make[1]: Entering directory '/nvmedata/autobuild/instance-22/output-1/build/sngrep-1.4.7' Making install in src make[2]: Entering directory '/nvmedata/autobuild/instance-22/output-1/build/sngrep-1.4.7/src' make[3]: Entering directory '/nvmedata/autobuild/instance-22/output-1/build/sngrep-1.4.7/src' /usr/bin/mkdir -p '/nvmedata/autobuild/instance-22/output-1/target/usr/bin' /usr/bin/install -c sngrep '/nvmedata/autobuild/instance-22/output-1/target/usr/bin' make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/nvmedata/autobuild/instance-22/output-1/build/sngrep-1.4.7/src' make[2]: Leaving directory '/nvmedata/autobuild/instance-22/output-1/build/sngrep-1.4.7/src' Making install in config make[2]: Entering directory '/nvmedata/autobuild/instance-22/output-1/build/sngrep-1.4.7/config' make[3]: Entering directory '/nvmedata/autobuild/instance-22/output-1/build/sngrep-1.4.7/config' /usr/bin/mkdir -p '/nvmedata/autobuild/instance-22/output-1/target/etc' /usr/bin/install -c -m 644 sngreprc '/nvmedata/autobuild/instance-22/output-1/target/etc' make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/nvmedata/autobuild/instance-22/output-1/build/sngrep-1.4.7/config' make[2]: Leaving directory '/nvmedata/autobuild/instance-22/output-1/build/sngrep-1.4.7/config' Making install in doc make[2]: Entering directory '/nvmedata/autobuild/instance-22/output-1/build/sngrep-1.4.7/doc' make[3]: Entering directory '/nvmedata/autobuild/instance-22/output-1/build/sngrep-1.4.7/doc' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/nvmedata/autobuild/instance-22/output-1/target/usr/share/man/man8' /usr/bin/install -c -m 644 sngrep.8 '/nvmedata/autobuild/instance-22/output-1/target/usr/share/man/man8' make[3]: Leaving directory '/nvmedata/autobuild/instance-22/output-1/build/sngrep-1.4.7/doc' make[2]: Leaving directory '/nvmedata/autobuild/instance-22/output-1/build/sngrep-1.4.7/doc' Making install in tests make[2]: Entering directory '/nvmedata/autobuild/instance-22/output-1/build/sngrep-1.4.7/tests' make[3]: Entering directory '/nvmedata/autobuild/instance-22/output-1/build/sngrep-1.4.7/tests' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/nvmedata/autobuild/instance-22/output-1/build/sngrep-1.4.7/tests' make[2]: Leaving directory '/nvmedata/autobuild/instance-22/output-1/build/sngrep-1.4.7/tests' make[2]: Entering directory '/nvmedata/autobuild/instance-22/output-1/build/sngrep-1.4.7' make[3]: Entering directory '/nvmedata/autobuild/instance-22/output-1/build/sngrep-1.4.7' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/nvmedata/autobuild/instance-22/output-1/build/sngrep-1.4.7' make[2]: Leaving directory '/nvmedata/autobuild/instance-22/output-1/build/sngrep-1.4.7' make[1]: Leaving directory '/nvmedata/autobuild/instance-22/output-1/build/sngrep-1.4.7' >>> Finalizing host directory >>> Finalizing target directory mkdir -p /nvmedata/autobuild/instance-22/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O3', '-g0'@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_LDFLAGS@%@PKG_TARGET_LDFLAGS@%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O3', '-g0'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_FCFLAGS@%'-O3', '-g0'@PKG_TARGET_FCFLAGS@%g" -e "s%@TARGET_CC@%/nvmedata/autobuild/instance-22/output-1/host/bin/microblaze-linux-gcc%g" -e "s%@TARGET_CXX@%/nvmedata/autobuild/instance-22/output-1/host/bin/microblaze-linux-g++%g" -e "s%@TARGET_AR@%/nvmedata/autobuild/instance-22/output-1/host/bin/microblaze-linux-gcc-ar%g" -e "s%@TARGET_FC@%/nvmedata/autobuild/instance-22/output-1/host/bin/microblaze-linux-gfortran%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%microblaze%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_FCFLAGS@%%g" -e "s%@TARGET_CFLAGS@%%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%%g" -e "s%@BR2_CMAKE@%/usr/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/nvmedata/autobuild/instance-22/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/nvmedata/autobuild/instance-22/output-1/host%g" -e "s%@STAGING_DIR@%/nvmedata/autobuild/instance-22/output-1/host/microblaze-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /nvmedata/autobuild/instance-22/buildroot/support/misc/cross-compilation.conf.in > /nvmedata/autobuild/instance-22/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/nvmedata/autobuild/instance-22/output-1/host/bin/microblaze-linux-gcc%g" -e "s%@TARGET_CXX@%/nvmedata/autobuild/instance-22/output-1/host/bin/microblaze-linux-g++%g" -e "s%@TARGET_AR@%/nvmedata/autobuild/instance-22/output-1/host/bin/microblaze-linux-gcc-ar%g" -e "s%@TARGET_FC@%/nvmedata/autobuild/instance-22/output-1/host/bin/microblaze-linux-gfortran%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%microblaze%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_FCFLAGS@%'-O3', '-g0'%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O3', '-g0'%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O3', '-g0'%g" -e "s%@BR2_CMAKE@%/usr/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/nvmedata/autobuild/instance-22/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/nvmedata/autobuild/instance-22/output-1/host%g" -e "s%@STAGING_DIR@%/nvmedata/autobuild/instance-22/output-1/host/microblaze-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /nvmedata/autobuild/instance-22/buildroot/support/misc/cross-compilation.conf.in > /nvmedata/autobuild/instance-22/output-1/host/etc/meson/cross-compilation.conf grep -qsE '^/bin/bash$' /nvmedata/autobuild/instance-22/output-1/target/etc/shells || echo "/bin/bash" >> /nvmedata/autobuild/instance-22/output-1/target/etc/shells if grep -q CONFIG_ASH=y /nvmedata/autobuild/instance-22/output-1/build/busybox-1.35.0/.config; then grep -qsE '^/bin/ash$' /nvmedata/autobuild/instance-22/output-1/target/etc/shells || echo "/bin/ash" >> /nvmedata/autobuild/instance-22/output-1/target/etc/shells; fi if grep -q CONFIG_HUSH=y /nvmedata/autobuild/instance-22/output-1/build/busybox-1.35.0/.config; then grep -qsE '^/bin/hush$' /nvmedata/autobuild/instance-22/output-1/target/etc/shells || echo "/bin/hush" >> /nvmedata/autobuild/instance-22/output-1/target/etc/shells; fi rm -f /nvmedata/autobuild/instance-22/output-1/target/usr/share/glib-2.0/schemas/*.xml /nvmedata/autobuild/instance-22/output-1/target/usr/share/glib-2.0/schemas/*.dtd /nvmedata/autobuild/instance-22/output-1/host/bin/glib-compile-schemas /nvmedata/autobuild/instance-22/output-1/host/microblaze-buildroot-linux-gnu/sysroot/usr/share/glib-2.0/schemas --targetdir=/nvmedata/autobuild/instance-22/output-1/target/usr/share/glib-2.0/schemas No schema files found: doing nothing. find /nvmedata/autobuild/instance-22/output-1/target/usr/lib/python3.10 -name '*.pyc' -print0 | xargs -0 --no-run-if-empty rm -f find /nvmedata/autobuild/instance-22/output-1/target/usr/lib/python3.10 -name '*.opt-1.pyc' -print0 -o -name '*.opt-2.pyc' -print0 | xargs -0 --no-run-if-empty rm -f mkdir -p /nvmedata/autobuild/instance-22/output-1/target/etc echo "buildroot" > /nvmedata/autobuild/instance-22/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /nvmedata/autobuild/instance-22/output-1/target/etc/hosts mkdir -p /nvmedata/autobuild/instance-22/output-1/target/etc echo "Welcome to Buildroot" > /nvmedata/autobuild/instance-22/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root:"*":, /nvmedata/autobuild/instance-22/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /nvmedata/autobuild/instance-22/output-1/target/etc/shells || echo "/bin/sh" >> /nvmedata/autobuild/instance-22/output-1/target/etc/shells ln -sf bash /nvmedata/autobuild/instance-22/output-1/target/bin/sh /usr/bin/sed -i -e '/^root:/s,[^/]*$,bash,' /nvmedata/autobuild/instance-22/output-1/target/etc/passwd if [ -x /nvmedata/autobuild/instance-22/output-1/target/sbin/swapon -a -x /nvmedata/autobuild/instance-22/output-1/target/sbin/swapoff ]; then /usr/bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /nvmedata/autobuild/instance-22/output-1/target/etc/inittab; else /usr/bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /nvmedata/autobuild/instance-22/output-1/target/etc/inittab; fi /usr/bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~# S0:1:respawn:/sbin/getty -L ttyS0 115200 vt100 #~' /nvmedata/autobuild/instance-22/output-1/target/etc/inittab /usr/bin/sed -i -e '/^[^#].*-o remount,rw \/$/s~^~#~' /nvmedata/autobuild/instance-22/output-1/target/etc/inittab rm -rf /nvmedata/autobuild/instance-22/output-1/target/usr/include /nvmedata/autobuild/instance-22/output-1/target/usr/share/aclocal \ /nvmedata/autobuild/instance-22/output-1/target/usr/lib/pkgconfig /nvmedata/autobuild/instance-22/output-1/target/usr/share/pkgconfig \ /nvmedata/autobuild/instance-22/output-1/target/usr/lib/cmake /nvmedata/autobuild/instance-22/output-1/target/usr/share/cmake \ /nvmedata/autobuild/instance-22/output-1/target/usr/lib/rpm /nvmedata/autobuild/instance-22/output-1/target/usr/doc find /nvmedata/autobuild/instance-22/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /nvmedata/autobuild/instance-22/output-1/target/lib/ /nvmedata/autobuild/instance-22/output-1/target/usr/lib/ /nvmedata/autobuild/instance-22/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f find: '/nvmedata/autobuild/instance-22/output-1/target/usr/libexec/': No such file or directory rm -rf /nvmedata/autobuild/instance-22/output-1/target/usr/share/gdb rm -rf /nvmedata/autobuild/instance-22/output-1/target/usr/share/zsh rm -rf /nvmedata/autobuild/instance-22/output-1/target/usr/man /nvmedata/autobuild/instance-22/output-1/target/usr/share/man rm -rf /nvmedata/autobuild/instance-22/output-1/target/usr/info /nvmedata/autobuild/instance-22/output-1/target/usr/share/info rm -rf /nvmedata/autobuild/instance-22/output-1/target/usr/doc /nvmedata/autobuild/instance-22/output-1/target/usr/share/doc rm -rf /nvmedata/autobuild/instance-22/output-1/target/usr/share/gtk-doc rmdir /nvmedata/autobuild/instance-22/output-1/target/usr/share 2>/dev/null || true rm -rf /nvmedata/autobuild/instance-22/output-1/target/lib/debug /nvmedata/autobuild/instance-22/output-1/target/usr/lib/debug find /nvmedata/autobuild/instance-22/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /bin/true 2>/dev/null || true find /nvmedata/autobuild/instance-22/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /nvmedata/autobuild/instance-22/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /nvmedata/autobuild/instance-22/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 /nvmedata/autobuild/instance-22/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2022.08-rc1-173-g02104e86cc"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2022.08-rc1"; \ echo "PRETTY_NAME=\"Buildroot 2022.08-rc1\"" \ ) > /nvmedata/autobuild/instance-22/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /nvmedata/autobuild/instance-22/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/nvmedata/autobuild/instance-22/output-1/per-package /nvmedata/autobuild/instance-22/buildroot/support/scripts/fix-rpath target touch /nvmedata/autobuild/instance-22/output-1/target/usr ln -snf /nvmedata/autobuild/instance-22/output-1/host/microblaze-buildroot-linux-gnu/sysroot /nvmedata/autobuild/instance-22/output-1/staging make: Leaving directory '/nvmedata/autobuild/instance-22/buildroot' make: Entering directory '/nvmedata/autobuild/instance-22/buildroot' >>> Buildroot 2022.08-rc1-173-g02104e86cc Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-external-bootlin 2021.11-1 Collecting legal info >>> host-skeleton Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> bash 5.1.16 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> toolchain Collecting legal info >>> toolchain-external Collecting legal info >>> readline 8.1.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> busybox 1.35.0 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> sysvinit 2.99 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> clamav 0.103.7 Collecting legal info COPYING: OK (sha256: 0c4fd2fa9733fc9122503797648710851e4ee6d9e4969dd33fcbd8c63cd2f584) COPYING.bzip2: OK (sha256: d72a145c90918184a05ef65a04c9e6f7466faa59bc1b82c8f6a8ddc7ddcb9bed) COPYING.file: OK (sha256: dfb818a0d41411c6fb1c193c68b73018ceadd1994bda41ad541cbff292894bc6) COPYING.getopt: OK (sha256: 6dce638b76399e7521ad8e182d3e33e4496c85b3b69b6ff434b53017101e82ad) COPYING.LGPL: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING.llvm: OK (sha256: e3a9b913515a42f8ff3ef1551c3a2cdba383c39ed959729e0e2911219496ad74) COPYING.lzma: OK (sha256: d96d71b66aa32c4a2d1619b9ca3347dafa9460bcf0fb5ac2408916067ad31dfc) COPYING.pcre: OK (sha256: accdcf2455c07b99abea59016b3663eaef926a92092d103bfaa25fed27cf6b24) COPYING.regex: OK (sha256: e2c1395a3d9fea6d5d25847c9d783db6e2cc8b085b4025861f459139c5dfd90b) COPYING.unrar: OK (sha256: 1faccc6b5c7b958fb807a3f573d5be9bf7889fe898f7e0617c544b05a81bfd00) COPYING.zlib: OK (sha256: c2f77553f8d870c5635b0dace0519253233f172b33ce1fdf6578610706294eee) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> libcurl 7.84.0 Collecting legal info COPYING: OK (sha256: 321b1a09ebc30410f2e837c072e5521cf7095b757193af4a7dae1086e36ed31a) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> openssl Collecting legal info >>> libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> zlib Collecting legal info >>> libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> libmspack 0.10.1alpha Collecting legal info COPYING.LIB: OK (sha256: a190dc9c8043755d90f8b0a75fa66b9e42d4af4c980bf5ddc633f0124db3cee7) >>> pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> double-conversion 3.2.0 Collecting legal info COPYING: OK (sha256: 4af93c12062c58058378de2397dc1c92bbff9ddfb1d583a01c84127557ce97ca) >>> expat 2.4.8 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> initscripts Collecting legal info >>> jansson 2.14 Collecting legal info LICENSE: OK (sha256: 1fff7d37d22157bcd81ab53b6c54da755d7c2f868f15807d9bde920f10730da0) >>> libbroadvoice f65b0f50c8c767229fbf1758370880abc0d78564 Collecting legal info COPYING: OK (sha256: 2550586c993ce4a8c23c8b11968ea36192116a896a2504799cc65307d769c094) >>> libdaemon 0.14 Collecting legal info LICENSE: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libest f8a6e5b53a5f70e72fe4029981df0693b17cbb32 Collecting legal info LICENSE: OK (sha256: fbdb055f98babf8d86095d6f9b9e34d2ff21a8212e442b8f18bdcb403e44366c) >>> safeclib 3.7.1 Collecting legal info COPYING: OK (sha256: c33e77efd5781e3d59a2bb648c82d2a615035ef0d24cf58880380e3af906510b) >>> libffi 3.4.2 Collecting legal info LICENSE: OK (sha256: a61d06e8f7be57928e71e800eb9273b05cb8868c484108afe41e4305bb320dde) >>> libftdi1 1.5 Collecting legal info LICENSE: OK (sha256: 524f46428bf72bb8c6acfeca4909551fd2e0bdbb5305406d38382f4056095c56) COPYING.LIB: OK (sha256: b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c) >>> libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libfuse 2.9.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> libglib2 2.72.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.72.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libffi 3.4.2 Collecting legal info LICENSE: OK (sha256: a61d06e8f7be57928e71e800eb9273b05cb8868c484108afe41e4305bb320dde) >>> host-meson 0.63.0 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.10.2.g51db2.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python-setuptools 63.2.0 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> host-python3 3.10.5 Collecting legal info LICENSE: OK (sha256: f03e17cd594c2085f66a454e695c7ebe5b4d3c0eff534f4f194abc2fd164621b) >>> host-autoconf-archive 2021.02.19 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.4.8 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> host-pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> host-util-linux 2.38 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) >>> libnice 0.1.18 Collecting legal info COPYING: OK (sha256: 9246b2ee8b1db30cf03d5d9719ad8bb5edce1cadc85f8cfef319c23d24d950b5) COPYING.MPL: OK (sha256: 3b3c75ae6c663c4f93987647eb5463d33dc1602a1aded3ac479773f2c3928e3a) COPYING.LGPL: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libnl 3.6.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> libpcap 1.10.1 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> libspatialindex 1.9.3 Collecting legal info COPYING: OK (sha256: b63ebfaca9d7ce582580f3e11acabc9d2e37c46ce234533f7fa8a6c7278898a0) >>> libteam 1.31 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> lighttpd 1.4.65 Collecting legal info COPYING: OK (sha256: 5c98cad2fbaf5c5e2562bcbab401a7c557c1bb1bac9914ecc63730925052fb13) >>> xxhash 0.8.1 Collecting legal info LICENSE: OK (sha256: 553d0035773ddd1590045f8fdc3a4c6ead31e36336721aeca8421e88ed1c9f80) cli/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> nload 0.7.4 Collecting legal info COPYING: OK (sha256: 67f82e045cf7acfef853ea0f426575a8359161a0a325e19f02b529a87c4b6c34) >>> opkg-utils 0.4.5 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pimd 2.3.2 Collecting legal info LICENSE: OK (sha256: 3379436c16caccdef9b40a49fbdfdbb45aad8ecb05870834490b8fb080126009) LICENSE.mrouted: OK (sha256: 4328a21f0822caa9976356623118bcdcc9970c7a0f9a3deeba23c779b7cfb5d1) >>> pppd 2.4.9 Collecting legal info pppd/tdb.c: OK (sha256: 3990c65c506885f7bb75455d1d6188743a14ad46f5b62e136ef3739aed52c532) pppd/plugins/pppoatm/COPYING: OK (sha256: 1822ead9d2854adfbd282322b29730a3fec4cc67f6f6a2e487aad3476e3afd59) pppdump/bsd-comp.c: OK (sha256: d759ec16875a69c2d5529f8cb3c040fef8fe38d26f70457aadb73c91b72746c8) pppd/ccp.c: OK (sha256: c0d0f14b6ec9948332f10ded741293ed1f3b96e0d266e4903b605a6e1f8af7cd) pppd/plugins/passprompt.c: OK (sha256: 367f334c509db2b293aea5ce9f54284d9a9f6e0a9e0c6e305d544079baf8ab63) >>> python-brotli 1.0.9 Collecting legal info LICENSE: OK (sha256: 3d180008e36922a4e8daec11c34c7af264fed5962d07924aea928c38e8663c94) >>> python3 3.10.5 Collecting legal info LICENSE: OK (sha256: f03e17cd594c2085f66a454e695c7ebe5b4d3c0eff534f4f194abc2fd164621b) >>> python-cffi 1.15.1 Collecting legal info LICENSE: OK (sha256: 04b80f5b077bbed68808cfebadeb5e3523f2a8c9a96495c587bd96df1eac2a33) >>> python-click 8.1.3 Collecting legal info LICENSE.rst: OK (sha256: 9a8ad106a394e853bfe21f42f4e72d592819a22805d991b5f3275029292b658d) >>> python-cssselect2 0.6.0 Collecting legal info LICENSE: OK (sha256: 6fd97229a1d1b0f6a8b41e109f413426dbc0874b1e03746d66cc33282601c2c2) >>> host-python-flit-core 3.7.1 Collecting legal info >>> host-python-installer 0.5.1 Collecting legal info LICENSE: OK (sha256: 37b8b9f2569892fa54406383d431169dbb2115980d78b7efba6eeae5664c484f) >>> host-python-pypa-build 0.8.0 Collecting legal info LICENSE: OK (sha256: aaf9a29ca5907971ccf07de025375db34539a8d5eeebce20b46099805722106f) >>> host-python-packaging 21.3 Collecting legal info LICENSE: OK (sha256: cad1ef5bd340d73e074ba614d26f7deaca5c7940c3d8c34852e65c4909686c48) LICENSE.APACHE: OK (sha256: 0d542e0c8804e39aa7f37eb00da5a762149dc682d7829451287e11b938e94594) LICENSE.BSD: OK (sha256: b70e7e9b742f1cc6f948b34c16aa39ffece94196364bc88ff0d2180f0028fac5) >>> host-python-pyparsing 3.0.9 Collecting legal info LICENSE: OK (sha256: 10d5120a16805804ffda8b688c220bfb4e8f39741b57320604d455a309e01972) >>> host-python-pep517 0.12.0 Collecting legal info LICENSE: OK (sha256: 1b22b049b5267d6dfc23a67bf4a84d8ec04b9fdfb1a51d360e42b4342c8b4154) >>> host-python-tomli 2.0.1 Collecting legal info LICENSE: OK (sha256: b80816b0d530b8accb4c2211783790984a6e3b61922c2b5ee92f3372ab2742fe) >>> python-flask-cors 3.0.10 Collecting legal info LICENSE: OK (sha256: 6e1a1bdc54834c1e0740cbce5d5f6f2cae1c846fd2a7f482b11649594fafbd5d) >>> python-flask 2.1.2 Collecting legal info LICENSE.rst: OK (sha256: 489a8e1108509ed98a37bb983e11e0f7e1d31f0bd8f99a79c8448e7ff37d07ea) docs/license.rst: OK (sha256: 7535eac513edd12fb8e33f203c6a403549629e34b363418cdbd6c6ea5464515d) >>> python-fonttools 4.34.4 Collecting legal info LICENSE: OK (sha256: 6787208f83f659ccbc2223b2fde952ffa6f7e8aca62f1a8a2bf5bc51bb1b2383) >>> host-python-cython 0.29.30 Collecting legal info COPYING.txt: OK (sha256: e1eb1c49a8508e8173dac30157e4a6439a44ad8846194746c424fbc3fc2b95d7) LICENSE.txt: OK (sha256: a6cba85bc92e0cff7a450b1d873c0eaa2e9fc96bf472df0247a26bec77bf3ff9) >>> python-html5lib 1.1 Collecting legal info LICENSE: OK (sha256: 16a39991619e92f18680932da2a9199fdf7d95df3ecaedc52ea06218aabafd6f) >>> python-itsdangerous 2.1.2 Collecting legal info LICENSE.rst: OK (sha256: 63af09891b6be8ad1a4252ed43af0f4efba7fc948e228367bed7f3c5ae0b09d7) docs/license.rst: OK (sha256: c9362a7258a11c84a8f7e825ccbbb5c425c6fc02368d3aee6494533fb99ba1f4) >>> python-jinja2 3.1.2 Collecting legal info LICENSE.rst: OK (sha256: 3b49dcee4105eb37bac10faf1be260408fe85d252b8e9df2e0979fc1e094437b) >>> host-python-markupsafe 2.0.1 Collecting legal info LICENSE.rst: OK (sha256: 489a8e1108509ed98a37bb983e11e0f7e1d31f0bd8f99a79c8448e7ff37d07ea) >>> python-markupsafe 2.0.1 Collecting legal info LICENSE.rst: OK (sha256: 489a8e1108509ed98a37bb983e11e0f7e1d31f0bd8f99a79c8448e7ff37d07ea) >>> python-pathvalidate 2.5.0 Collecting legal info LICENSE: OK (sha256: a93d75bcb0774e2990106380cadad6dcb2de193c55d435ffc56ba345a08b1dc2) >>> python-pillow 9.2.0 Collecting legal info LICENSE: OK (sha256: a6554cb737ba6c9b47d3301f78de03b4ed0d3f08d6cf9400714f3d4c894f6943) >>> python-pycparser 2.21 Collecting legal info LICENSE: OK (sha256: 3e7df25b8dfb658c9a91501930d4d943b05087a8347c7e2b4325616af535047b) >>> python-pydyf 0.2.0 Collecting legal info LICENSE: OK (sha256: 75461e438973e1ba0f93a7de9e3fe5b2f49e1ab49251d392878a9cdae8ce7e47) >>> python-pyphen 0.12.0 Collecting legal info LICENSE: OK (sha256: 9f0bffde4fbbbbc61c46f6577b6f472919dba9fdffabe74e8a7e44ac5dbef7a2) COPYING.GPL: OK (sha256: 2233a3eecf299bc271f1a9f57f0b3198343ad4ab16571d70320133002c51496b) COPYING.LGPL: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) COPYING.MPL: OK (sha256: ad192a67649aa23ac9681939840f4f241643a98da9cd8aec8de28c3b8c6ee854) >>> python-redis 3.5.3 Collecting legal info LICENSE: OK (sha256: 790148d8c12f8a38b2707a74be2343316bad126995ff54801a181b8b231ba124) >>> python-setuptools 63.2.0 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> python-six 1.16.0 Collecting legal info LICENSE: OK (sha256: 8bb850c565aa389fdc16f3a46965ad23d82adff60f2393fc2762b63185e8e6c9) >>> python-tinycss2 1.1.1 Collecting legal info LICENSE: OK (sha256: 6b94acee20ec9f2709333134f3ba70322535fb420af0ce8c1455d9cbe297f1d5) >>> python-weasyprint 55.0 Collecting legal info LICENSE: OK (sha256: bfd14eccfa6100575460e685556b183399d4bd335904e3c9521b0116d21c54da) >>> python-webencodings 0.5.1 Collecting legal info PKG-INFO: OK (sha256: c27693b0174d6d04dafd0242857ae72763f5404b675972c777fd865bc3c0abe1) >>> python-werkzeug 2.1.2 Collecting legal info LICENSE.rst: OK (sha256: 3b49dcee4105eb37bac10faf1be260408fe85d252b8e9df2e0979fc1e094437b) >>> python-zopfli 0.2.1 Collecting legal info COPYING: OK (sha256: 018b1cb87efdf7a04c2fcc13d57ed63f62149113fb207b27ea13430d64f13513) >>> host-python-setuptools-scm 7.0.5 Collecting legal info LICENSE: OK (sha256: 89807acf2309bd285f033404ee78581602f3cd9b819a16ac2f0e5f60ff4a473e) >>> host-python-typing-extensions 4.3.0 Collecting legal info LICENSE: OK (sha256: ff17ce94e102024deb68773eb1cc74ca76da4e658f373531f0ac22d68a6bb1ad) >>> ramsmp 3.5.0 Collecting legal info LICENCE: OK (sha256: 2c308cffbab01762f8f6b11725725a227080746ef865f2756c9c9e1591dddaad) >>> rp-pppoe 3.15 Collecting legal info doc/LICENSE: OK (sha256: 464006ba771074f4022db14f58a29a0b447b6fdde9529cf0331be396b6279162) >>> sngrep 1.4.7 Collecting legal info LICENSE: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-bootlin-2021.11-1: cannot save license (TOOLCHAIN_EXTERNAL_BOOTLIN_LICENSE_FILES not defined) WARNING: python-flit-core-3.7.1: cannot save license (HOST_PYTHON_FLIT_CORE_LICENSE_FILES not defined) Legal info produced in /nvmedata/autobuild/instance-22/output-1/legal-info make: Leaving directory '/nvmedata/autobuild/instance-22/buildroot'