>>> host-zip 3.0 Patching Applying 0001-configure-Remove-Check-C-compiler-type-optimization-.patch using patch: patching file unix/configure Applying 0002-configure-Don-t-use-host-CPP.patch using patch: patching file unix/configure Applying 0003-Makefile-Use-CFLAGS-from-command-line.patch using patch: patching file unix/Makefile Applying 0004-configure-use-LDFLAGS-from-command-line.patch using patch: patching file unix/configure Applying 0005-unix-configure-remove-GID-UID-size-check.patch using patch: patching file unix/configure Applying 0006-unix-configure-borrow-the-LFS-test-from-autotools.patch using patch: patching file unix/configure Applying 0007-timezone.c-needs-time.h-fixes-musl-compile.patch using patch: patching file timezone.c Applying 0008-fix-musl-static-build.patch using patch: patching file unix/configure Hunk #1 succeeded at 392 (offset -177 lines). >>> host-zip 3.0 Configuring >>> host-zip 3.0 Building PATH="/nvmedata/autobuild/instance-14/output-1/host/bin:/nvmedata/autobuild/instance-14/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-14/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/nvmedata/autobuild/instance-14/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-14/output-1/host/share/pkgconfig" /usr/bin/make -j1 PATH="/nvmedata/autobuild/instance-14/output-1/host/bin:/nvmedata/autobuild/instance-14/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-14/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/nvmedata/autobuild/instance-14/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-14/output-1/host/share/pkgconfig" AR="/usr/bin/ar" AS="/usr/bin/as" LD="/usr/bin/ld" NM="/usr/bin/nm" CC="/usr/bin/gcc" GCC="/usr/bin/gcc" CXX="/usr/bin/g++" CPP="/usr/bin/cpp" OBJCOPY="/usr/bin/objcopy" RANLIB="/usr/bin/ranlib" CPPFLAGS="-I/nvmedata/autobuild/instance-14/output-1/host/include" CFLAGS="-O2 -I/nvmedata/autobuild/instance-14/output-1/host/include" CXXFLAGS="-O2 -I/nvmedata/autobuild/instance-14/output-1/host/include" LDFLAGS="-L/nvmedata/autobuild/instance-14/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-14/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl -C /nvmedata/autobuild/instance-14/output-1/build/host-zip-3.0 CFLAGS="-O2 -I/nvmedata/autobuild/instance-14/output-1/host/include -I. -DUNIX -DUIDGID_NOT_16BIT" AS="/usr/bin/gcc -c" -f unix/Makefile generic make[1]: Entering directory '/nvmedata/autobuild/instance-14/output-1/build/host-zip-3.0' sh unix/configure "/usr/bin/gcc" "-O2 -I/nvmedata/autobuild/instance-14/output-1/host/include -I. -DUNIX -DUIDGID_NOT_16BIT" "" Check bzip2 support Check for bzip2 in bzip2 directory Check if OS already has bzip2 library installed -- OS supports bzip2 - linking in bzip2 Check for the C preprocessor Check if we can use asm code Check for ANSI options Check for prototypes Check the handling of const Check for time_t Check for size_t Check for off_t Check for Large File Support -- yes we have Large File Support! Check for wide char support -- have wchar_t - enabling Unicode support Check for gcc no-builtin flag Check for rmdir Check for strchr Check for strrchr Check for rename Check for mktemp Check for mktime Check for mkstemp Check for memset Check for memmove Check for strerror Check for errno declaration Check for directory libraries Check for readlink Check for directory include file Check for nonexistent include files Check for term I/O include file Check for valloc Check for /usr/local/bin and /usr/local/man Check for OS-specific flags Check for symbolic links eval /usr/bin/make -f unix/Makefile zips `cat flags` make[2]: Entering directory '/nvmedata/autobuild/instance-14/output-1/build/host-zip-3.0' /usr/bin/gcc -c -O2 -I/nvmedata/autobuild/instance-14/output-1/host/include -I. -DUNIX -DUIDGID_NOT_16BIT -DBZIP2_SUPPORT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H zip.c zip.c: In function 'help_extended': zip.c:1031:5: warning: format not a string literal and no format arguments [-Wformat-security] 1031 | printf(text[i]); | ^~~~~~ zip.c: In function 'version_info': zip.c:1228:5: warning: format not a string literal and no format arguments [-Wformat-security] 1228 | printf(cryptnote[i]); | ^~~~~~ /usr/bin/gcc -c -O2 -I/nvmedata/autobuild/instance-14/output-1/host/include -I. -DUNIX -DUIDGID_NOT_16BIT -DBZIP2_SUPPORT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H zipfile.c /usr/bin/gcc -c -O2 -I/nvmedata/autobuild/instance-14/output-1/host/include -I. -DUNIX -DUIDGID_NOT_16BIT -DBZIP2_SUPPORT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H zipup.c In file included from zipup.c:109: zipup.c: In function 'file_read': unix/zipup.h:21:22: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result] 21 | #define zread(f,b,n) read(f,b,n) | ^~~~~~~~~~~ zipup.c:1264:10: note: in expansion of macro 'zread' 1264 | zread(ifile, buf, 1); len = 1; /* keep single \r if EOF */ | ^~~~~ /usr/bin/gcc -c -O2 -I/nvmedata/autobuild/instance-14/output-1/host/include -I. -DUNIX -DUIDGID_NOT_16BIT -DBZIP2_SUPPORT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H fileio.c fileio.c: In function 'ask_for_split_read_path': fileio.c:2120:5: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] 2120 | fgets(buf, SPLIT_MAXPATH, stdin); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ fileio.c:2143:7: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] 2143 | fgets(buf, SPLIT_MAXPATH, stdin); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ fileio.c: In function 'ask_for_split_write_path': fileio.c:2324:5: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] 2324 | fgets(buf, FNMAX, stdin); | ^~~~~~~~~~~~~~~~~~~~~~~~ /usr/bin/gcc -c -O2 -I/nvmedata/autobuild/instance-14/output-1/host/include -I. -DUNIX -DUIDGID_NOT_16BIT -DBZIP2_SUPPORT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H util.c /usr/bin/gcc -c -O2 -I/nvmedata/autobuild/instance-14/output-1/host/include -I. -DUNIX -DUIDGID_NOT_16BIT -DBZIP2_SUPPORT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H globals.c /usr/bin/gcc -c -O2 -I/nvmedata/autobuild/instance-14/output-1/host/include -I. -DUNIX -DUIDGID_NOT_16BIT -DBZIP2_SUPPORT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H crypt.c /usr/bin/gcc -c -O2 -I/nvmedata/autobuild/instance-14/output-1/host/include -I. -DUNIX -DUIDGID_NOT_16BIT -DBZIP2_SUPPORT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H ttyio.c ttyio.c: In function 'getp': ttyio.c:628:13: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result] 628 | read(f, &c, 1); | ^~~~~~~~~~~~~~ /usr/bin/gcc -c -O2 -I/nvmedata/autobuild/instance-14/output-1/host/include -I. -DUNIX -DUIDGID_NOT_16BIT -DBZIP2_SUPPORT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H unix/unix.c /usr/bin/gcc -c -O2 -I/nvmedata/autobuild/instance-14/output-1/host/include -I. -DUNIX -DUIDGID_NOT_16BIT -DBZIP2_SUPPORT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H crc32.c /usr/bin/gcc -c -O2 -I/nvmedata/autobuild/instance-14/output-1/host/include -I. -DUNIX -DUIDGID_NOT_16BIT -DBZIP2_SUPPORT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H zbz2err.c /usr/bin/gcc -c -O2 -I/nvmedata/autobuild/instance-14/output-1/host/include -I. -DUNIX -DUIDGID_NOT_16BIT -DBZIP2_SUPPORT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H deflate.c /usr/bin/gcc -c -O2 -I/nvmedata/autobuild/instance-14/output-1/host/include -I. -DUNIX -DUIDGID_NOT_16BIT -DBZIP2_SUPPORT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H trees.c /usr/bin/gcc -o zip zip.o zipfile.o zipup.o fileio.o util.o globals.o crypt.o ttyio.o unix.o crc32.o zbz2err.o deflate.o trees.o -L/nvmedata/autobuild/instance-14/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-14/output-1/host/lib -lbz2 /usr/bin/gcc -c -O2 -I/nvmedata/autobuild/instance-14/output-1/host/include -I. -DUNIX -DUIDGID_NOT_16BIT -DBZIP2_SUPPORT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H zipcloak.c /usr/bin/gcc -c -O2 -I/nvmedata/autobuild/instance-14/output-1/host/include -I. -DUNIX -DUIDGID_NOT_16BIT -DBZIP2_SUPPORT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H -DUTIL -o zipfile_.o zipfile.c /usr/bin/gcc -c -O2 -I/nvmedata/autobuild/instance-14/output-1/host/include -I. -DUNIX -DUIDGID_NOT_16BIT -DBZIP2_SUPPORT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H -DUTIL -o fileio_.o fileio.c fileio.c: In function 'ask_for_split_read_path': fileio.c:2120:5: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] 2120 | fgets(buf, SPLIT_MAXPATH, stdin); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ fileio.c:2143:7: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] 2143 | fgets(buf, SPLIT_MAXPATH, stdin); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ fileio.c: In function 'ask_for_split_write_path': fileio.c:2324:5: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] 2324 | fgets(buf, FNMAX, stdin); | ^~~~~~~~~~~~~~~~~~~~~~~~ /usr/bin/gcc -c -O2 -I/nvmedata/autobuild/instance-14/output-1/host/include -I. -DUNIX -DUIDGID_NOT_16BIT -DBZIP2_SUPPORT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H -DUTIL -o util_.o util.c /usr/bin/gcc -c -O2 -I/nvmedata/autobuild/instance-14/output-1/host/include -I. -DUNIX -DUIDGID_NOT_16BIT -DBZIP2_SUPPORT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H -DUTIL -o unix_.o unix/unix.c /usr/bin/gcc -c -O2 -I/nvmedata/autobuild/instance-14/output-1/host/include -I. -DUNIX -DUIDGID_NOT_16BIT -DBZIP2_SUPPORT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H -DUTIL -o crc32_.o crc32.c /usr/bin/gcc -c -O2 -I/nvmedata/autobuild/instance-14/output-1/host/include -I. -DUNIX -DUIDGID_NOT_16BIT -DBZIP2_SUPPORT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H -DUTIL -o crypt_.o crypt.c /usr/bin/gcc -o zipcloak zipcloak.o zipfile_.o fileio_.o util_.o globals.o unix_.o crc32_.o crypt_.o ttyio.o -L/nvmedata/autobuild/instance-14/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-14/output-1/host/lib -lbz2 /usr/bin/gcc -c -O2 -I/nvmedata/autobuild/instance-14/output-1/host/include -I. -DUNIX -DUIDGID_NOT_16BIT -DBZIP2_SUPPORT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H zipnote.c /usr/bin/gcc -o zipnote zipnote.o zipfile_.o fileio_.o util_.o globals.o unix_.o crc32_.o -L/nvmedata/autobuild/instance-14/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-14/output-1/host/lib -lbz2 /usr/bin/gcc -c -O2 -I/nvmedata/autobuild/instance-14/output-1/host/include -I. -DUNIX -DUIDGID_NOT_16BIT -DBZIP2_SUPPORT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H zipsplit.c zipsplit.c: In function 'main': zipsplit.c:884:7: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] 884 | fgets(m, 10, stdin); | ^~~~~~~~~~~~~~~~~~~ zipsplit.c: In function 'retry': zipsplit.c:496:3: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] 496 | fgets(m, 10, stdin); | ^~~~~~~~~~~~~~~~~~~ /usr/bin/gcc -o zipsplit zipsplit.o zipfile_.o fileio_.o util_.o globals.o unix_.o crc32_.o -L/nvmedata/autobuild/instance-14/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-14/output-1/host/lib -lbz2 make[2]: Leaving directory '/nvmedata/autobuild/instance-14/output-1/build/host-zip-3.0' make[1]: Leaving directory '/nvmedata/autobuild/instance-14/output-1/build/host-zip-3.0' >>> host-zip 3.0 Installing to host directory PATH="/nvmedata/autobuild/instance-14/output-1/host/bin:/nvmedata/autobuild/instance-14/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-14/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/nvmedata/autobuild/instance-14/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-14/output-1/host/share/pkgconfig" /usr/bin/make -j1 PATH="/nvmedata/autobuild/instance-14/output-1/host/bin:/nvmedata/autobuild/instance-14/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-14/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/nvmedata/autobuild/instance-14/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-14/output-1/host/share/pkgconfig" AR="/usr/bin/ar" AS="/usr/bin/as" LD="/usr/bin/ld" NM="/usr/bin/nm" CC="/usr/bin/gcc" GCC="/usr/bin/gcc" CXX="/usr/bin/g++" CPP="/usr/bin/cpp" OBJCOPY="/usr/bin/objcopy" RANLIB="/usr/bin/ranlib" CPPFLAGS="-I/nvmedata/autobuild/instance-14/output-1/host/include" CFLAGS="-O2 -I/nvmedata/autobuild/instance-14/output-1/host/include" CXXFLAGS="-O2 -I/nvmedata/autobuild/instance-14/output-1/host/include" LDFLAGS="-L/nvmedata/autobuild/instance-14/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-14/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl -C /nvmedata/autobuild/instance-14/output-1/build/host-zip-3.0 -f unix/Makefile install prefix=/nvmedata/autobuild/instance-14/output-1/host make[1]: Entering directory '/nvmedata/autobuild/instance-14/output-1/build/host-zip-3.0' mkdir -p /nvmedata/autobuild/instance-14/output-1/host/bin cp zip zipcloak zipnote zipsplit /nvmedata/autobuild/instance-14/output-1/host/bin cd /nvmedata/autobuild/instance-14/output-1/host/bin; chmod 755 zip zipcloak zipnote zipsplit mkdir -p /nvmedata/autobuild/instance-14/output-1/host/man/man1 cp man/zip.1 /nvmedata/autobuild/instance-14/output-1/host/man/man1/zip.1 chmod 644 /nvmedata/autobuild/instance-14/output-1/host/man/man1/zip.1 cp man/zipcloak.1 /nvmedata/autobuild/instance-14/output-1/host/man/man1/zipcloak.1 chmod 644 /nvmedata/autobuild/instance-14/output-1/host/man/man1/zipcloak.1 cp man/zipnote.1 /nvmedata/autobuild/instance-14/output-1/host/man/man1/zipnote.1 chmod 644 /nvmedata/autobuild/instance-14/output-1/host/man/man1/zipnote.1 cp man/zipsplit.1 /nvmedata/autobuild/instance-14/output-1/host/man/man1/zipsplit.1 chmod 644 /nvmedata/autobuild/instance-14/output-1/host/man/man1/zipsplit.1 make[1]: Leaving directory '/nvmedata/autobuild/instance-14/output-1/build/host-zip-3.0' >>> Finalizing host directory >>> Finalizing target directory mkdir -p /nvmedata/autobuild/instance-14/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O0', '-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', '-O0', '-g0'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_CC@%/nvmedata/autobuild/instance-14/output-1/host/bin/mips-buildroot-linux-uclibc-gcc%g" -e "s%@TARGET_CXX@%/nvmedata/autobuild/instance-14/output-1/host/bin/mips-buildroot-linux-uclibc-g++%g" -e "s%@TARGET_AR@%/nvmedata/autobuild/instance-14/output-1/host/bin/mips-buildroot-linux-uclibc-gcc-ar%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%mips%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_CFLAGS@%%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%%g" -e "s%@BR2_CMAKE@%/nvmedata/autobuild/instance-14/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/nvmedata/autobuild/instance-14/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/nvmedata/autobuild/instance-14/output-1/host%g" -e "s%@STAGING_DIR@%/nvmedata/autobuild/instance-14/output-1/host/mips-buildroot-linux-uclibc/sysroot%g" -e "s%@STATIC@%false%g" /nvmedata/autobuild/instance-14/buildroot/support/misc/cross-compilation.conf.in > /nvmedata/autobuild/instance-14/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/nvmedata/autobuild/instance-14/output-1/host/bin/mips-buildroot-linux-uclibc-gcc%g" -e "s%@TARGET_CXX@%/nvmedata/autobuild/instance-14/output-1/host/bin/mips-buildroot-linux-uclibc-g++%g" -e "s%@TARGET_AR@%/nvmedata/autobuild/instance-14/output-1/host/bin/mips-buildroot-linux-uclibc-gcc-ar%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%mips%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O0', '-g0'%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O0', '-g0'%g" -e "s%@BR2_CMAKE@%/nvmedata/autobuild/instance-14/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/nvmedata/autobuild/instance-14/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/nvmedata/autobuild/instance-14/output-1/host%g" -e "s%@STAGING_DIR@%/nvmedata/autobuild/instance-14/output-1/host/mips-buildroot-linux-uclibc/sysroot%g" -e "s%@STATIC@%false%g" /nvmedata/autobuild/instance-14/buildroot/support/misc/cross-compilation.conf.in > /nvmedata/autobuild/instance-14/output-1/host/etc/meson/cross-compilation.conf /bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~#ttyS0::respawn:/sbin/getty -L ttyS0 115200 vt100 #~' /nvmedata/autobuild/instance-14/output-1/target/etc/inittab /bin/sed -i -e '/^[^#].*-o remount,rw \/$/s~^~#~' /nvmedata/autobuild/instance-14/output-1/target/etc/inittab if grep -q CONFIG_ASH=y /nvmedata/autobuild/instance-14/output-1/build/busybox-1.35.0/.config; then grep -qsE '^/bin/ash$' /nvmedata/autobuild/instance-14/output-1/target/etc/shells || echo "/bin/ash" >> /nvmedata/autobuild/instance-14/output-1/target/etc/shells; fi if grep -q CONFIG_HUSH=y /nvmedata/autobuild/instance-14/output-1/build/busybox-1.35.0/.config; then grep -qsE '^/bin/hush$' /nvmedata/autobuild/instance-14/output-1/target/etc/shells || echo "/bin/hush" >> /nvmedata/autobuild/instance-14/output-1/target/etc/shells; fi mkdir -p /nvmedata/autobuild/instance-14/output-1/target/etc echo "buildroot" > /nvmedata/autobuild/instance-14/output-1/target/etc/hostname /bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /nvmedata/autobuild/instance-14/output-1/target/etc/hosts mkdir -p /nvmedata/autobuild/instance-14/output-1/target/etc echo "Welcome to Buildroot" > /nvmedata/autobuild/instance-14/output-1/target/etc/issue /bin/sed -i -e s,^root:[^:]*:,root::, /nvmedata/autobuild/instance-14/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /nvmedata/autobuild/instance-14/output-1/target/etc/shells || echo "/bin/sh" >> /nvmedata/autobuild/instance-14/output-1/target/etc/shells if [ -x /nvmedata/autobuild/instance-14/output-1/target/sbin/swapon -a -x /nvmedata/autobuild/instance-14/output-1/target/sbin/swapoff ]; then /bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /nvmedata/autobuild/instance-14/output-1/target/etc/inittab; else /bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /nvmedata/autobuild/instance-14/output-1/target/etc/inittab; fi rm -rf /nvmedata/autobuild/instance-14/output-1/target/usr/include /nvmedata/autobuild/instance-14/output-1/target/usr/share/aclocal \ /nvmedata/autobuild/instance-14/output-1/target/usr/lib/pkgconfig /nvmedata/autobuild/instance-14/output-1/target/usr/share/pkgconfig \ /nvmedata/autobuild/instance-14/output-1/target/usr/lib/cmake /nvmedata/autobuild/instance-14/output-1/target/usr/share/cmake \ /nvmedata/autobuild/instance-14/output-1/target/usr/doc find /nvmedata/autobuild/instance-14/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /nvmedata/autobuild/instance-14/output-1/target/lib/ /nvmedata/autobuild/instance-14/output-1/target/usr/lib/ /nvmedata/autobuild/instance-14/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f find: '/nvmedata/autobuild/instance-14/output-1/target/usr/libexec/': No such file or directory rm -rf /nvmedata/autobuild/instance-14/output-1/target/usr/share/gdb rm -rf /nvmedata/autobuild/instance-14/output-1/target/usr/share/bash-completion rm -rf /nvmedata/autobuild/instance-14/output-1/target/etc/bash_completion.d rm -rf /nvmedata/autobuild/instance-14/output-1/target/usr/share/zsh rm -rf /nvmedata/autobuild/instance-14/output-1/target/usr/man /nvmedata/autobuild/instance-14/output-1/target/usr/share/man rm -rf /nvmedata/autobuild/instance-14/output-1/target/usr/info /nvmedata/autobuild/instance-14/output-1/target/usr/share/info rm -rf /nvmedata/autobuild/instance-14/output-1/target/usr/doc /nvmedata/autobuild/instance-14/output-1/target/usr/share/doc rm -rf /nvmedata/autobuild/instance-14/output-1/target/usr/share/gtk-doc rmdir /nvmedata/autobuild/instance-14/output-1/target/usr/share 2>/dev/null || true rm -rf /nvmedata/autobuild/instance-14/output-1/target/lib/debug /nvmedata/autobuild/instance-14/output-1/target/usr/lib/debug find /nvmedata/autobuild/instance-14/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-14/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-14/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-14/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-14/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2022.02-641-g6eefe2f8f4"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2022.05-git"; \ echo "PRETTY_NAME=\"Buildroot 2022.05-git\"" \ ) > /nvmedata/autobuild/instance-14/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /nvmedata/autobuild/instance-14/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/nvmedata/autobuild/instance-14/output-1/per-package /nvmedata/autobuild/instance-14/buildroot/support/scripts/fix-rpath target touch /nvmedata/autobuild/instance-14/output-1/target/usr >>> Generating root filesystems common tables rm -rf /nvmedata/autobuild/instance-14/output-1/build/buildroot-fs mkdir -p /nvmedata/autobuild/instance-14/output-1/build/buildroot-fs printf ' \n' >> /nvmedata/autobuild/instance-14/output-1/build/buildroot-fs/full_users_table.txt printf ' /bin/busybox f 4755 0 0 - - - - -\n\n' > /nvmedata/autobuild/instance-14/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /nvmedata/autobuild/instance-14/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.yaffs2 mkdir -p /nvmedata/autobuild/instance-14/output-1/images rm -rf /nvmedata/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2 mkdir -p /nvmedata/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /nvmedata/autobuild/instance-14/output-1/target/ /nvmedata/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /nvmedata/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /nvmedata/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /nvmedata/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/target" >> /nvmedata/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/nvmedata/autobuild/instance-14/output-1/host/bin:/nvmedata/autobuild/instance-14/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /nvmedata/autobuild/instance-14/buildroot/support/scripts/mkusers /nvmedata/autobuild/instance-14/output-1/build/buildroot-fs/full_users_table.txt /nvmedata/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/target >> /nvmedata/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/nvmedata/autobuild/instance-14/output-1/host/bin/makedevs -d /nvmedata/autobuild/instance-14/output-1/build/buildroot-fs/full_devices_table.txt /nvmedata/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/target" >> /nvmedata/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /nvmedata/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /nvmedata/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /nvmedata/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /nvmedata/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /nvmedata/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /nvmedata/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /nvmedata/autobuild/instance-14/output-1/host/bin/mkyaffs2 --all-root /nvmedata/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/target /nvmedata/autobuild/instance-14/output-1/images/rootfs.yaffs2\n' >> /nvmedata/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /nvmedata/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/nvmedata/autobuild/instance-14/output-1/host/bin:/nvmedata/autobuild/instance-14/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" FAKEROOTDONTTRYCHOWN=1 /nvmedata/autobuild/instance-14/output-1/host/bin/fakeroot -- /nvmedata/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/nvmedata/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/target table='/nvmedata/autobuild/instance-14/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/nvmedata/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][done] scanning complete, total 1019 objects. stage 2: creating image '/nvmedata/autobuild/instance-14/output-1/images/rootfs.yaffs2' [ ] 1/1019 0% [ ] 2/1019 0% [ ] 3/1019 0% [ ] 4/1019 0% [ ] 5/1019 0% [ ] 6/1019 0% [ ] 7/1019 0% [ ] 8/1019 0% [ ] 9/1019 0% [ ] 10/1019 0% [ ] 11/1019 1% [ ] 12/1019 1% [ ] 13/1019 1% [ ] 14/1019 1% [ ] 15/1019 1% [ ] 16/1019 1% [= ] 17/1019 1% [= ] 18/1019 1% [= ] 19/1019 1% [= ] 20/1019 1% [= ] 21/1019 2% [= ] 22/1019 2% [= ] 23/1019 2% [= ] 24/1019 2% [= ] 25/1019 2% [= ] 26/1019 2% [= ] 27/1019 2% [= ] 28/1019 2% [= ] 29/1019 2% [= ] 30/1019 2% [= ] 31/1019 3% [= ] 32/1019 3% [== ] 33/1019 3% [== ] 34/1019 3% [== ] 35/1019 3% [== ] 36/1019 3% [== ] 37/1019 3% [== ] 38/1019 3% [== ] 39/1019 3% [== ] 40/1019 3% [== ] 41/1019 4% [== ] 42/1019 4% [== ] 43/1019 4% [== ] 44/1019 4% [== ] 45/1019 4% [== ] 46/1019 4% [== ] 47/1019 4% [== ] 48/1019 4% [== ] 49/1019 4% [=== ] 50/1019 4% [=== ] 51/1019 5% [=== ] 52/1019 5% [=== ] 53/1019 5% [=== ] 54/1019 5% [=== ] 55/1019 5% [=== ] 56/1019 5% [=== ] 57/1019 5% [=== ] 58/1019 5% [=== ] 59/1019 5% [=== ] 60/1019 5% [=== ] 61/1019 5% [=== ] 62/1019 6% [=== ] 63/1019 6% [=== ] 64/1019 6% [=== ] 65/1019 6% [==== ] 66/1019 6% [==== ] 67/1019 6% [==== ] 68/1019 6% [==== ] 69/1019 6% [==== ] 70/1019 6% [==== ] 71/1019 6% [==== ] 72/1019 7% [==== ] 73/1019 7% [==== ] 74/1019 7% [==== ] 75/1019 7% [==== ] 76/1019 7% [==== ] 77/1019 7% [==== ] 78/1019 7% [==== ] 79/1019 7% [==== ] 80/1019 7% [==== ] 81/1019 7% [==== ] 82/1019 8% [===== ] 83/1019 8% [===== ] 84/1019 8% [===== ] 85/1019 8% [===== ] 86/1019 8% [===== ] 87/1019 8% [===== ] 88/1019 8% [===== ] 89/1019 8% [===== ] 90/1019 8% [===== ] 91/1019 8% [===== ] 92/1019 9% [===== ] 93/1019 9% [===== ] 94/1019 9% [===== ] 95/1019 9% [===== ] 96/1019 9% [===== ] 97/1019 9% [===== ] 98/1019 9% [====== ] 99/1019 9% [====== ] 100/1019 9% [====== ] 101/1019 9% [====== ] 102/1019 10% [====== ] 103/1019 10% [====== ] 104/1019 10% [====== ] 105/1019 10% [====== ] 106/1019 10% [====== ] 107/1019 10% [====== ] 108/1019 10% [====== ] 109/1019 10% [====== ] 110/1019 10% [====== ] 111/1019 10% [====== ] 112/1019 10% [====== ] 113/1019 11% [====== ] 114/1019 11% [====== ] 115/1019 11% [======= ] 116/1019 11% [======= ] 117/1019 11% [======= ] 118/1019 11% [======= ] 119/1019 11% [======= ] 120/1019 11% [======= ] 121/1019 11% [======= ] 122/1019 11% [======= ] 123/1019 12% [======= ] 124/1019 12% [======= ] 125/1019 12% [======= ] 126/1019 12% [======= ] 127/1019 12% [======= ] 128/1019 12% [======= ] 129/1019 12% [======= ] 130/1019 12% [======= ] 131/1019 12% [======== ] 132/1019 12% [======== ] 133/1019 13% [======== ] 134/1019 13% [======== ] 135/1019 13% [======== ] 136/1019 13% [======== ] 137/1019 13% [======== ] 138/1019 13% [======== ] 139/1019 13% [======== ] 140/1019 13% [======== ] 141/1019 13% [======== ] 142/1019 13% [======== ] 143/1019 14% [======== ] 144/1019 14% [======== ] 145/1019 14% [======== ] 146/1019 14% [======== ] 147/1019 14% [========= ] 148/1019 14% [========= ] 149/1019 14% [========= ] 150/1019 14% [========= ] 151/1019 14% [========= ] 152/1019 14% [========= ] 153/1019 15% [========= ] 154/1019 15% [========= ] 155/1019 15% [========= ] 156/1019 15% [========= ] 157/1019 15% [========= ] 158/1019 15% [========= ] 159/1019 15% [========= ] 160/1019 15% [========= ] 161/1019 15% [========= ] 162/1019 15% [========= ] 163/1019 15% [========= ] 164/1019 16% [========== ] 165/1019 16% [========== ] 166/1019 16% [========== ] 167/1019 16% [========== ] 168/1019 16% [========== ] 169/1019 16% [========== ] 170/1019 16% [========== ] 171/1019 16% [========== ] 172/1019 16% [========== ] 173/1019 16% [========== ] 174/1019 17% [========== ] 175/1019 17% [========== ] 176/1019 17% [========== ] 177/1019 17% [========== ] 178/1019 17% [========== ] 179/1019 17% [========== ] 180/1019 17% [=========== ] 181/1019 17% [=========== ] 182/1019 17% [=========== ] 183/1019 17% [=========== ] 184/1019 18% [=========== ] 185/1019 18% [=========== ] 186/1019 18% [=========== ] 187/1019 18% [=========== ] 188/1019 18% [=========== ] 189/1019 18% [=========== ] 190/1019 18% [=========== ] 191/1019 18% [=========== ] 192/1019 18% [=========== ] 193/1019 18% [=========== ] 194/1019 19% [=========== ] 195/1019 19% [=========== ] 196/1019 19% [=========== ] 197/1019 19% [============ ] 198/1019 19% [============ ] 199/1019 19% [============ ] 200/1019 19% [============ ] 201/1019 19% [============ ] 202/1019 19% [============ ] 203/1019 19% [============ ] 204/1019 20% [============ ] 205/1019 20% [============ ] 206/1019 20% [============ ] 207/1019 20% [============ ] 208/1019 20% [============ ] 209/1019 20% [============ ] 210/1019 20% [============ ] 211/1019 20% [============ ] 212/1019 20% [============ ] 213/1019 20% [============= ] 214/1019 21% [============= ] 215/1019 21% [============= ] 216/1019 21% [============= ] 217/1019 21% [============= ] 218/1019 21% [============= ] 219/1019 21% [============= ] 220/1019 21% [============= ] 221/1019 21% [============= ] 222/1019 21% [============= ] 223/1019 21% [============= ] 224/1019 21% [============= ] 225/1019 22% [============= ] 226/1019 22% [============= ] 227/1019 22% [============= ] 228/1019 22% [============= ] 229/1019 22% [============= ] 230/1019 22% [============== ] 231/1019 22% [============== ] 232/1019 22% [============== ] 233/1019 22% [============== ] 234/1019 22% [============== ] 235/1019 23% [============== ] 236/1019 23% [============== ] 237/1019 23% [============== ] 238/1019 23% [============== ] 239/1019 23% [============== ] 240/1019 23% [============== ] 241/1019 23% [============== ] 242/1019 23% [============== ] 243/1019 23% [============== ] 244/1019 23% [============== ] 245/1019 24% [============== ] 246/1019 24% [=============== ] 247/1019 24% [=============== ] 248/1019 24% [=============== ] 249/1019 24% [=============== ] 250/1019 24% [=============== ] 251/1019 24% [=============== ] 252/1019 24% [=============== ] 253/1019 24% [=============== ] 254/1019 24% [=============== ] 255/1019 25% [=============== ] 256/1019 25% [=============== ] 257/1019 25% [=============== ] 258/1019 25% [=============== ] 259/1019 25% [=============== ] 260/1019 25% [=============== ] 261/1019 25% [=============== ] 262/1019 25% [================ ] 263/1019 25% [================ ] 264/1019 25% [================ ] 265/1019 26% [================ ] 266/1019 26% [================ ] 267/1019 26% [================ ] 268/1019 26% [================ ] 269/1019 26% [================ ] 270/1019 26% [================ ] 271/1019 26% [================ ] 272/1019 26% [================ ] 273/1019 26% [================ ] 274/1019 26% [================ ] 275/1019 26% [================ ] 276/1019 27% [================ ] 277/1019 27% [================ ] 278/1019 27% [================ ] 279/1019 27% [================= ] 280/1019 27% [================= ] 281/1019 27% [================= ] 282/1019 27% [================= ] 283/1019 27% [================= ] 284/1019 27% [================= ] 285/1019 27% [================= ] 286/1019 28% [================= ] 287/1019 28% [================= ] 288/1019 28% [================= ] 289/1019 28% [================= ] 290/1019 28% [================= ] 291/1019 28% [================= ] 292/1019 28% [================= ] 293/1019 28% [================= ] 294/1019 28% [================= ] 295/1019 28% [================== ] 296/1019 29% [================== ] 297/1019 29% [================== ] 298/1019 29% [================== ] 299/1019 29% [================== ] 300/1019 29% [================== ] 301/1019 29% [================== ] 302/1019 29% [================== ] 303/1019 29% [================== ] 304/1019 29% [================== ] 305/1019 29% [================== ] 306/1019 30% [================== ] 307/1019 30% [================== ] 308/1019 30% [================== ] 309/1019 30% [================== ] 310/1019 30% [================== ] 311/1019 30% [================== ] 312/1019 30% [=================== ] 313/1019 30% [=================== ] 314/1019 30% [=================== ] 315/1019 30% [=================== ] 316/1019 31% [=================== ] 317/1019 31% [=================== ] 318/1019 31% [=================== ] 319/1019 31% [=================== ] 320/1019 31% [=================== ] 321/1019 31% [=================== ] 322/1019 31% [=================== ] 323/1019 31% [=================== ] 324/1019 31% [=================== ] 325/1019 31% [=================== ] 326/1019 31% [=================== ] 327/1019 32% [=================== ] 328/1019 32% [==================== ] 329/1019 32% [==================== ] 330/1019 32% [==================== ] 331/1019 32% [==================== ] 332/1019 32% [==================== ] 333/1019 32% [==================== ] 334/1019 32% [==================== ] 335/1019 32% [==================== ] 336/1019 32% [==================== ] 337/1019 33% [==================== ] 338/1019 33% [==================== ] 339/1019 33% [==================== ] 340/1019 33% [==================== ] 341/1019 33% [==================== ] 342/1019 33% [==================== ] 343/1019 33% [==================== ] 344/1019 33% [==================== ] 345/1019 33% [===================== ] 346/1019 33% [===================== ] 347/1019 34% [===================== ] 348/1019 34% [===================== ] 349/1019 34% [===================== ] 350/1019 34% [===================== ] 351/1019 34% [===================== ] 352/1019 34% [===================== ] 353/1019 34% [===================== ] 354/1019 34% [===================== ] 355/1019 34% [===================== ] 356/1019 34% [===================== ] 357/1019 35% [===================== ] 358/1019 35% [===================== ] 359/1019 35% [===================== ] 360/1019 35% [===================== ] 361/1019 35% [====================== ] 362/1019 35% [====================== ] 363/1019 35% [====================== ] 364/1019 35% [====================== ] 365/1019 35% [====================== ] 366/1019 35% [====================== ] 367/1019 36% [====================== ] 368/1019 36% [====================== ] 369/1019 36% [====================== ] 370/1019 36% [====================== ] 371/1019 36% [====================== ] 372/1019 36% [====================== ] 373/1019 36% [====================== ] 374/1019 36% [====================== ] 375/1019 36% [====================== ] 376/1019 36% [====================== ] 377/1019 36% [====================== ] 378/1019 37% [======================= ] 379/1019 37% [======================= ] 380/1019 37% [======================= ] 381/1019 37% [======================= ] 382/1019 37% [======================= ] 383/1019 37% [======================= ] 384/1019 37% [======================= ] 385/1019 37% [======================= ] 386/1019 37% [======================= ] 387/1019 37% [======================= ] 388/1019 38% [======================= ] 389/1019 38% [======================= ] 390/1019 38% [======================= ] 391/1019 38% [======================= ] 392/1019 38% [======================= ] 393/1019 38% [======================= ] 394/1019 38% [======================== ] 395/1019 38% [======================== ] 396/1019 38% [======================== ] 397/1019 38% [======================== ] 398/1019 39% [======================== ] 399/1019 39% [======================== ] 400/1019 39% [======================== ] 401/1019 39% [======================== ] 402/1019 39% [======================== ] 403/1019 39% [======================== ] 404/1019 39% [======================== ] 405/1019 39% [======================== ] 406/1019 39% [======================== ] 407/1019 39% [======================== ] 408/1019 40% [======================== ] 409/1019 40% [======================== ] 410/1019 40% [========================= ] 411/1019 40% [========================= ] 412/1019 40% [========================= ] 413/1019 40% [========================= ] 414/1019 40% [========================= ] 415/1019 40% [========================= ] 416/1019 40% [========================= ] 417/1019 40% [========================= ] 418/1019 41% [========================= ] 419/1019 41% [========================= ] 420/1019 41% [========================= ] 421/1019 41% [========================= ] 422/1019 41% [========================= ] 423/1019 41% [========================= ] 424/1019 41% [========================= ] 425/1019 41% [========================= ] 426/1019 41% [========================= ] 427/1019 41% [========================== ] 428/1019 42% [========================== ] 429/1019 42% [========================== ] 430/1019 42% [========================== ] 431/1019 42% [========================== ] 432/1019 42% [========================== ] 433/1019 42% [========================== ] 434/1019 42% [========================== ] 435/1019 42% [========================== ] 436/1019 42% [========================== ] 437/1019 42% [========================== ] 438/1019 42% [========================== ] 439/1019 43% [========================== ] 440/1019 43% [========================== ] 441/1019 43% [========================== ] 442/1019 43% [========================== ] 443/1019 43% [=========================== ] 444/1019 43% [=========================== ] 445/1019 43% [=========================== ] 446/1019 43% [=========================== ] 447/1019 43% [=========================== ] 448/1019 43% [=========================== ] 449/1019 44% [=========================== ] 450/1019 44% [=========================== ] 451/1019 44% [=========================== ] 452/1019 44% [=========================== ] 453/1019 44% [=========================== ] 454/1019 44% [=========================== ] 455/1019 44% [=========================== ] 456/1019 44% [=========================== ] 457/1019 44% [=========================== ] 458/1019 44% [=========================== ] 459/1019 45% [=========================== ] 460/1019 45% [============================ ] 461/1019 45% [============================ ] 462/1019 45% [============================ ] 463/1019 45% [============================ ] 464/1019 45% [============================ ] 465/1019 45% [============================ ] 466/1019 45% [============================ ] 467/1019 45% [============================ ] 468/1019 45% [============================ ] 469/1019 46% [============================ ] 470/1019 46% [============================ ] 471/1019 46% [============================ ] 472/1019 46% [============================ ] 473/1019 46% [============================ ] 474/1019 46% [============================ ] 475/1019 46% [============================ ] 476/1019 46% [============================= ] 477/1019 46% [============================= ] 478/1019 46% [============================= ] 479/1019 47% [============================= ] 480/1019 47% [============================= ] 481/1019 47% [============================= ] 482/1019 47% [============================= ] 483/1019 47% [============================= ] 484/1019 47% [============================= ] 485/1019 47% [============================= ] 486/1019 47% [============================= ] 487/1019 47% [============================= ] 488/1019 47% [============================= ] 489/1019 47% [============================= ] 490/1019 48% [============================= ] 491/1019 48% [============================= ] 492/1019 48% [============================= ] 493/1019 48% [============================== ] 494/1019 48% [============================== ] 495/1019 48% [============================== ] 496/1019 48% [============================== ] 497/1019 48% [============================== ] 498/1019 48% [============================== ] 499/1019 48% [============================== ] 500/1019 49% [============================== ] 501/1019 49% [============================== ] 502/1019 49% [============================== ] 503/1019 49% [============================== ] 504/1019 49% [============================== ] 505/1019 49% [============================== ] 506/1019 49% [============================== ] 507/1019 49% [============================== ] 508/1019 49% [============================== ] 509/1019 49% [=============================== ] 510/1019 50% [=============================== ] 511/1019 50% [=============================== ] 512/1019 50% [=============================== ] 513/1019 50% [=============================== ] 514/1019 50% [=============================== ] 515/1019 50% [=============================== ] 516/1019 50% [=============================== ] 517/1019 50% [=============================== ] 518/1019 50% [=============================== ] 519/1019 50% [=============================== ] 520/1019 51% [=============================== ] 521/1019 51% [=============================== ] 522/1019 51% [=============================== ] 523/1019 51% [=============================== ] 524/1019 51% [=============================== ] 525/1019 51% [================================ ] 526/1019 51% [================================ ] 527/1019 51% [================================ ] 528/1019 51% [================================ ] 529/1019 51% [================================ ] 530/1019 52% [================================ ] 531/1019 52% [================================ ] 532/1019 52% [================================ ] 533/1019 52% [================================ ] 534/1019 52% [================================ ] 535/1019 52% [================================ ] 536/1019 52% [================================ ] 537/1019 52% [================================ ] 538/1019 52% [================================ ] 539/1019 52% [================================ ] 540/1019 52% [================================ ] 541/1019 53% [================================ ] 542/1019 53% [================================= ] 543/1019 53% [================================= ] 544/1019 53% [================================= ] 545/1019 53% [================================= ] 546/1019 53% [================================= ] 547/1019 53% [================================= ] 548/1019 53% [================================= ] 549/1019 53% [================================= ] 550/1019 53% [================================= ] 551/1019 54% [================================= ] 552/1019 54% [================================= ] 553/1019 54% [================================= ] 554/1019 54% [================================= ] 555/1019 54% [================================= ] 556/1019 54% [================================= ] 557/1019 54% [================================= ] 558/1019 54% [================================== ] 559/1019 54% [================================== ] 560/1019 54% [================================== ] 561/1019 55% [================================== ] 562/1019 55% [================================== ] 563/1019 55% [================================== ] 564/1019 55% [================================== ] 565/1019 55% [================================== ] 566/1019 55% [================================== ] 567/1019 55% [================================== ] 568/1019 55% [================================== ] 569/1019 55% [================================== ] 570/1019 55% [================================== ] 571/1019 56% [================================== ] 572/1019 56% [================================== ] 573/1019 56% [================================== ] 574/1019 56% [================================== ] 575/1019 56% [=================================== ] 576/1019 56% [=================================== ] 577/1019 56% [=================================== ] 578/1019 56% [=================================== ] 579/1019 56% [=================================== ] 580/1019 56% [=================================== ] 581/1019 57% [=================================== ] 582/1019 57% [=================================== ] 583/1019 57% [=================================== ] 584/1019 57% [=================================== ] 585/1019 57% [=================================== ] 586/1019 57% [=================================== ] 587/1019 57% [=================================== ] 588/1019 57% [=================================== ] 589/1019 57% [=================================== ] 590/1019 57% [=================================== ] 591/1019 57% [==================================== ] 592/1019 58% [==================================== ] 593/1019 58% [==================================== ] 594/1019 58% [==================================== ] 595/1019 58% [==================================== ] 596/1019 58% [==================================== ] 597/1019 58% [==================================== ] 598/1019 58% [==================================== ] 599/1019 58% [==================================== ] 600/1019 58% [==================================== ] 601/1019 58% [==================================== ] 602/1019 59% [==================================== ] 603/1019 59% [==================================== ] 604/1019 59% [==================================== ] 605/1019 59% [==================================== ] 606/1019 59% [==================================== ] 607/1019 59% [==================================== ] 608/1019 59% [===================================== ] 609/1019 59% [===================================== ] 610/1019 59% [===================================== ] 611/1019 59% [===================================== ] 612/1019 60% [===================================== ] 613/1019 60% [===================================== ] 614/1019 60% [===================================== ] 615/1019 60% [===================================== ] 616/1019 60% [===================================== ] 617/1019 60% [===================================== ] 618/1019 60% [===================================== ] 619/1019 60% [===================================== ] 620/1019 60% [===================================== ] 621/1019 60% [===================================== ] 622/1019 61% [===================================== ] 623/1019 61% [===================================== ] 624/1019 61% [====================================== ] 625/1019 61% [====================================== ] 626/1019 61% [====================================== ] 627/1019 61% [====================================== ] 628/1019 61% [====================================== ] 629/1019 61% [====================================== ] 630/1019 61% [====================================== ] 631/1019 61% [====================================== ] 632/1019 62% [====================================== ] 633/1019 62% [====================================== ] 634/1019 62% [====================================== ] 635/1019 62% [====================================== ] 636/1019 62% [====================================== ] 637/1019 62% [====================================== ] 638/1019 62% [====================================== ] 639/1019 62% [====================================== ] 640/1019 62% [======================================= ] 641/1019 62% [======================================= ] 642/1019 63% [======================================= ] 643/1019 63% [======================================= ] 644/1019 63% [======================================= ] 645/1019 63% [======================================= ] 646/1019 63% [======================================= ] 647/1019 63% [======================================= ] 648/1019 63% [======================================= ] 649/1019 63% [======================================= ] 650/1019 63% [======================================= ] 651/1019 63% [======================================= ] 652/1019 63% [======================================= ] 653/1019 64% [======================================= ] 654/1019 64% [======================================= ] 655/1019 64% [======================================= ] 656/1019 64% [======================================= ] 657/1019 64% [======================================== ] 658/1019 64% [======================================== ] 659/1019 64% [======================================== ] 660/1019 64% [======================================== ] 661/1019 64% [======================================== ] 662/1019 64% [======================================== ] 663/1019 65% [======================================== ] 664/1019 65% [======================================== ] 665/1019 65% [======================================== ] 666/1019 65% [======================================== ] 667/1019 65% [======================================== ] 668/1019 65% [======================================== ] 669/1019 65% [======================================== ] 670/1019 65% [======================================== ] 671/1019 65% [======================================== ] 672/1019 65% [======================================== ] 673/1019 66% [========================================= ] 674/1019 66% [========================================= ] 675/1019 66% [========================================= ] 676/1019 66% [========================================= ] 677/1019 66% [========================================= ] 678/1019 66% [========================================= ] 679/1019 66% [========================================= ] 680/1019 66% [========================================= ] 681/1019 66% [========================================= ] 682/1019 66% [========================================= ] 683/1019 67% [========================================= ] 684/1019 67% [========================================= ] 685/1019 67% [========================================= ] 686/1019 67% [========================================= ] 687/1019 67% [========================================= ] 688/1019 67% [========================================= ] 689/1019 67% [========================================= ] 690/1019 67% [========================================== ] 691/1019 67% [========================================== ] 692/1019 67% [========================================== ] 693/1019 68% [========================================== ] 694/1019 68% [========================================== ] 695/1019 68% [========================================== ] 696/1019 68% [========================================== ] 697/1019 68% [========================================== ] 698/1019 68% [========================================== ] 699/1019 68% [========================================== ] 700/1019 68% [========================================== ] 701/1019 68% [========================================== ] 702/1019 68% [========================================== ] 703/1019 68% [========================================== ] 704/1019 69% [========================================== ] 705/1019 69% [========================================== ] 706/1019 69% [=========================================== ] 707/1019 69% [=========================================== ] 708/1019 69% [=========================================== ] 709/1019 69% [=========================================== ] 710/1019 69% [=========================================== ] 711/1019 69% [=========================================== ] 712/1019 69% [=========================================== ] 713/1019 69% [=========================================== ] 714/1019 70% [=========================================== ] 715/1019 70% [=========================================== ] 716/1019 70% [=========================================== ] 717/1019 70% [=========================================== ] 718/1019 70% [=========================================== ] 719/1019 70% [=========================================== ] 720/1019 70% [=========================================== ] 721/1019 70% [=========================================== ] 722/1019 70% [=========================================== ] 723/1019 70% [============================================ ] 724/1019 71% [============================================ ] 725/1019 71% [============================================ ] 726/1019 71% [============================================ ] 727/1019 71% [============================================ ] 728/1019 71% [============================================ ] 729/1019 71% [============================================ ] 730/1019 71% [============================================ ] 731/1019 71% [============================================ ] 732/1019 71% [============================================ ] 733/1019 71% [============================================ ] 734/1019 72% [============================================ ] 735/1019 72% [============================================ ] 736/1019 72% [============================================ ] 737/1019 72% [============================================ ] 738/1019 72% [============================================ ] 739/1019 72% [============================================= ] 740/1019 72% [============================================= ] 741/1019 72% [============================================= ] 742/1019 72% [============================================= ] 743/1019 72% [============================================= ] 744/1019 73% [============================================= ] 745/1019 73% [============================================= ] 746/1019 73% [============================================= ] 747/1019 73% [============================================= ] 748/1019 73% [============================================= ] 749/1019 73% [============================================= ] 750/1019 73% [============================================= ] 751/1019 73% [============================================= ] 752/1019 73% [============================================= ] 753/1019 73% [============================================= ] 754/1019 73% [============================================= ] 755/1019 74% [============================================= ] 756/1019 74% [============================================== ] 757/1019 74% [============================================== ] 758/1019 74% [============================================== ] 759/1019 74% [============================================== ] 760/1019 74% [============================================== ] 761/1019 74% [============================================== ] 762/1019 74% [============================================== ] 763/1019 74% [============================================== ] 764/1019 74% [============================================== ] 765/1019 75% [============================================== ] 766/1019 75% [============================================== ] 767/1019 75% [============================================== ] 768/1019 75% [============================================== ] 769/1019 75% [============================================== ] 770/1019 75% [============================================== ] 771/1019 75% [============================================== ] 772/1019 75% [=============================================== ] 773/1019 75% [=============================================== ] 774/1019 75% [=============================================== ] 775/1019 76% [=============================================== ] 776/1019 76% [=============================================== ] 777/1019 76% [=============================================== ] 778/1019 76% [=============================================== ] 779/1019 76% [=============================================== ] 780/1019 76% [=============================================== ] 781/1019 76% [=============================================== ] 782/1019 76% [=============================================== ] 783/1019 76% [=============================================== ] 784/1019 76% [=============================================== ] 785/1019 77% [=============================================== ] 786/1019 77% [=============================================== ] 787/1019 77% [=============================================== ] 788/1019 77% [================================================ ] 789/1019 77% [================================================ ] 790/1019 77% [================================================ ] 791/1019 77% [================================================ ] 792/1019 77% [================================================ ] 793/1019 77% [================================================ ] 794/1019 77% [================================================ ] 795/1019 78% [================================================ ] 796/1019 78% [================================================ ] 797/1019 78% [================================================ ] 798/1019 78% [================================================ ] 799/1019 78% [================================================ ] 800/1019 78% [================================================ ] 801/1019 78% [================================================ ] 802/1019 78% [================================================ ] 803/1019 78% [================================================ ] 804/1019 78% [================================================ ] 805/1019 78% [================================================= ] 806/1019 79% [================================================= ] 807/1019 79% [================================================= ] 808/1019 79% [================================================= ] 809/1019 79% [================================================= ] 810/1019 79% [================================================= ] 811/1019 79% [================================================= ] 812/1019 79% [================================================= ] 813/1019 79% [================================================= ] 814/1019 79% [================================================= ] 815/1019 79% [================================================= ] 816/1019 80% [================================================= ] 817/1019 80% [================================================= ] 818/1019 80% [================================================= ] 819/1019 80% [================================================= ] 820/1019 80% [================================================= ] 821/1019 80% [================================================== ] 822/1019 80% [================================================== ] 823/1019 80% [================================================== ] 824/1019 80% [================================================== ] 825/1019 80% [================================================== ] 826/1019 81% [================================================== ] 827/1019 81% [================================================== ] 828/1019 81% [================================================== ] 829/1019 81% [================================================== ] 830/1019 81% [================================================== ] 831/1019 81% [================================================== ] 832/1019 81% [================================================== ] 833/1019 81% [================================================== ] 834/1019 81% [================================================== ] 835/1019 81% [================================================== ] 836/1019 82% [================================================== ] 837/1019 82% [================================================== ] 838/1019 82% [=================================================== ] 839/1019 82% [=================================================== ] 840/1019 82% [=================================================== ] 841/1019 82% [=================================================== ] 842/1019 82% [=================================================== ] 843/1019 82% [=================================================== ] 844/1019 82% [=================================================== ] 845/1019 82% [=================================================== ] 846/1019 83% [=================================================== ] 847/1019 83% [=================================================== ] 848/1019 83% [=================================================== ] 849/1019 83% [=================================================== ] 850/1019 83% [=================================================== ] 851/1019 83% [=================================================== ] 852/1019 83% [=================================================== ] 853/1019 83% [=================================================== ] 854/1019 83% [==================================================== ] 855/1019 83% [==================================================== ] 856/1019 84% [==================================================== ] 857/1019 84% [==================================================== ] 858/1019 84% [==================================================== ] 859/1019 84% [==================================================== ] 860/1019 84% [==================================================== ] 861/1019 84% [==================================================== ] 862/1019 84% [==================================================== ] 863/1019 84% [==================================================== ] 864/1019 84% [==================================================== ] 865/1019 84% [==================================================== ] 866/1019 84% [==================================================== ] 867/1019 85% [==================================================== ] 868/1019 85% [==================================================== ] 869/1019 85% [==================================================== ] 870/1019 85% [==================================================== ] 871/1019 85% [===================================================== ] 872/1019 85% [===================================================== ] 873/1019 85% [===================================================== ] 874/1019 85% [===================================================== ] 875/1019 85% [===================================================== ] 876/1019 85% [===================================================== ] 877/1019 86% [===================================================== ] 878/1019 86% [===================================================== ] 879/1019 86% [===================================================== ] 880/1019 86% [===================================================== ] 881/1019 86% [===================================================== ] 882/1019 86% [===================================================== ] 883/1019 86% [===================================================== ] 884/1019 86% [===================================================== ] 885/1019 86% [===================================================== ] 886/1019 86% [===================================================== ] 887/1019 87% [====================================================== ] 888/1019 87% [====================================================== ] 889/1019 87% [====================================================== ] 890/1019 87% [====================================================== ] 891/1019 87% [====================================================== ] 892/1019 87% [====================================================== ] 893/1019 87% [====================================================== ] 894/1019 87% [====================================================== ] 895/1019 87% [====================================================== ] 896/1019 87% [====================================================== ] 897/1019 88% [====================================================== ] 898/1019 88% [====================================================== ] 899/1019 88% [====================================================== ] 900/1019 88% [====================================================== ] 901/1019 88% [====================================================== ] 902/1019 88% [====================================================== ] 903/1019 88% [======================================================= ] 904/1019 88% [======================================================= ] 905/1019 88% [======================================================= ] 906/1019 88% [======================================================= ] 907/1019 89% [======================================================= ] 908/1019 89% [======================================================= ] 909/1019 89% [======================================================= ] 910/1019 89% [======================================================= ] 911/1019 89% [======================================================= ] 912/1019 89% [======================================================= ] 913/1019 89% [======================================================= ] 914/1019 89% [======================================================= ] 915/1019 89% [======================================================= ] 916/1019 89% [======================================================= ] 917/1019 89% [======================================================= ] 918/1019 90% [======================================================= ] 919/1019 90% [======================================================= ] 920/1019 90% [======================================================== ] 921/1019 90% [======================================================== ] 922/1019 90% [======================================================== ] 923/1019 90% [======================================================== ] 924/1019 90% [======================================================== ] 925/1019 90% [======================================================== ] 926/1019 90% [======================================================== ] 927/1019 90% [======================================================== ] 928/1019 91% [======================================================== ] 929/1019 91% [======================================================== ] 930/1019 91% [======================================================== ] 931/1019 91% [======================================================== ] 932/1019 91% [======================================================== ] 933/1019 91% [======================================================== ] 934/1019 91% [======================================================== ] 935/1019 91% [======================================================== ] 936/1019 91% [========================================================= ] 937/1019 91% [========================================================= ] 938/1019 92% [========================================================= ] 939/1019 92% [========================================================= ] 940/1019 92% [========================================================= ] 941/1019 92% [========================================================= ] 942/1019 92% [========================================================= ] 943/1019 92% [========================================================= ] 944/1019 92% [========================================================= ] 945/1019 92% [========================================================= ] 946/1019 92% [========================================================= ] 947/1019 92% [========================================================= ] 948/1019 93% [========================================================= ] 949/1019 93% [========================================================= ] 950/1019 93% [========================================================= ] 951/1019 93% [========================================================= ] 952/1019 93% [========================================================= ] 953/1019 93% [========================================================== ] 954/1019 93% [========================================================== ] 955/1019 93% [========================================================== ] 956/1019 93% [========================================================== ] 957/1019 93% [========================================================== ] 958/1019 94% [========================================================== ] 959/1019 94% [========================================================== ] 960/1019 94% [========================================================== ] 961/1019 94% [========================================================== ] 962/1019 94% [========================================================== ] 963/1019 94% [========================================================== ] 964/1019 94% [========================================================== ] 965/1019 94% [========================================================== ] 966/1019 94% [========================================================== ] 967/1019 94% [========================================================== ] 968/1019 94% [========================================================== ] 969/1019 95% [=========================================================== ] 970/1019 95% [=========================================================== ] 971/1019 95% [=========================================================== ] 972/1019 95% [=========================================================== ] 973/1019 95% [=========================================================== ] 974/1019 95% [=========================================================== ] 975/1019 95% [=========================================================== ] 976/1019 95% [=========================================================== ] 977/1019 95% [=========================================================== ] 978/1019 95% [=========================================================== ] 979/1019 96% [=========================================================== ] 980/1019 96% [=========================================================== ] 981/1019 96% [=========================================================== ] 982/1019 96% [=========================================================== ] 983/1019 96% [=========================================================== ] 984/1019 96% [=========================================================== ] 985/1019 96% [=========================================================== ] 986/1019 96% [============================================================ ] 987/1019 96% [============================================================ ] 988/1019 96% [============================================================ ] 989/1019 97% [============================================================ ] 990/1019 97% [============================================================ ] 991/1019 97% [============================================================ ] 992/1019 97% [============================================================ ] 993/1019 97% [============================================================ ] 994/1019 97% [============================================================ ] 995/1019 97% [============================================================ ] 996/1019 97% [============================================================ ] 997/1019 97% [============================================================ ] 998/1019 97% [============================================================ ] 999/1019 98% [============================================================ ] 1000/1019 98% [============================================================ ] 1001/1019 98% [============================================================ ] 1002/1019 98% [============================================================= ] 1003/1019 98% [============================================================= ] 1004/1019 98% [============================================================= ] 1005/1019 98% [============================================================= ] 1006/1019 98% [============================================================= ] 1007/1019 98% [============================================================= ] 1008/1019 98% [============================================================= ] 1009/1019 99% [============================================================= ] 1010/1019 99% [============================================================= ] 1011/1019 99% [============================================================= ] 1012/1019 99% [============================================================= ] 1013/1019 99% [============================================================= ] 1014/1019 99% [============================================================= ] 1015/1019 99% [============================================================= ] 1016/1019 99% [============================================================= ] 1017/1019 99% [============================================================= ] 1018/1019 99% [==============================================================] 1019/1019 100% operation complete, 1019 objects in 29359 NAND pages. ln -snf /nvmedata/autobuild/instance-14/output-1/host/mips-buildroot-linux-uclibc/sysroot /nvmedata/autobuild/instance-14/output-1/staging make: Leaving directory '/nvmedata/autobuild/instance-14/buildroot' make: Entering directory '/nvmedata/autobuild/instance-14/buildroot' >>> Buildroot 2022.02-641-g6eefe2f8f4 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> argp-standalone 1.4.1 Collecting legal info README.md: OK (sha256: b5db0353a5b1902fc8a2e055d8899dd0c189ce73a31e67af9a0ffc24711b63f0) >>> 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) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-skeleton Collecting legal info >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 11.2.0 Collecting legal info >>> host-binutils 2.38 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.0 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> uclibc 1.0.40 Collecting legal info COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-gcc-initial 11.2.0 Collecting legal info >>> linux-headers 4.19.237 Collecting legal info >>> bmon 4.0 Collecting legal info LICENSE.BSD: OK (sha256: 59ae3d59c672bfb955917a8e32f5cacba7f8ce716c499a4c63dc8cd8cb5c4991) LICENSE.MIT: OK (sha256: a2a6760c2c6fa779a635e4a7ad00f668862ebcadb2a8a57d16662543e103e08c) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> libconfuse 3.3 Collecting legal info LICENSE: OK (sha256: dc3ff4b62f851dd2e94a151061ffeb7d28ddfc880a442068dc5283dbaa927306) >>> libnl 3.5.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-bison 3.8.2 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) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> bootstrap 4.3.1 Collecting legal info css/bootstrap.css: OK (sha256: 35fbb6dc3891aacaf1ffa07abec2344fdbc454aab533a2a03bcf93577eb7837b) >>> busybox 1.35.0 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> libtirpc 1.3.2 Collecting legal info COPYING: OK (sha256: 17cf6098f95bdbb269f0bbc68e76c88fe20487ca7ec53f454923ab4256ecd2e7) >>> 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) >>> zlib Collecting legal info >>> libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> execline 2.8.0.1 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> skalibs 2.10.0.3 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> expat 2.4.7 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> fb-test-app 1.1.1 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> freeipmi 1.6.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.bmc-watchdog: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.ipmiconsole: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.ipmi-dcmi: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.ipmidetect: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.ipmi-fru: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.ipmimonitoring: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.ipmiping: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.ipmipower: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.ipmiseld: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.pstdout: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.sunbmc: OK (sha256: 48f44386b3f359e70d7e4a5d7f1d529d8591a7c64c47df3f4abdf2ad45a6d537) COPYING.ZRESEARCH: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> freetype 2.12.0 Collecting legal info LICENSE.TXT: OK (sha256: c85e842b7ff04d95dab7d68e812773de0f8b67940e5449d35b42c66eb0f619fe) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> libpng 1.6.37 Collecting legal info LICENSE: OK (sha256: bf5e22b9dce8464064ae17a48ea1133c3369ac9e1d80ef9e320e5219aa14ea9b) >>> fswebcam 20200725 Collecting legal info LICENSE: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> gd 2.3.3 Collecting legal info COPYING: OK (sha256: 005f4b6b0141d1bd11d371bbf7d4f67947f85a4906b7f5465f942204cf918ba3) >>> jpeg Collecting legal info >>> libjpeg 9e Collecting legal info README: OK (sha256: 50c1c5978d490c7f13062d91c4b89affc83774f87bc4568a714f748b62a5b216) >>> genext2fs 1.5.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> googlefontdirectory 94dff3eaa9301b6640cccc63c56d6ff33d82882c Collecting legal info ufl/ubuntu/LICENCE.txt: OK (sha256: 2f0015108d68627bd788d313f529c21ff4da2c2c42a5e1f3883acc83480f9002) >>> gpsd 3.23.1 Collecting legal info COPYING: OK (sha256: fdf339997bbca9eaf507476b82fbcac608fc39a3d89b86b51e16db4c9f933716) >>> host-scons 3.1.2 Collecting legal info LICENSE.txt: OK (sha256: 72ed889165fb28378cadac14552be4a959f1ebab6b148abb5dd2b49712c3c6f6) >>> host-python3 3.10.2 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.7 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.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> haserl 0.9.36 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> ibm-sw-tpm2 1661 Collecting legal info LICENSE: OK (sha256: dd2d31b560011ea673e197251e710e52669d911367d83cd3cfd018f8ed58bde9) >>> openssl Collecting legal info >>> libopenssl 1.1.1n Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> initscripts Collecting legal info >>> jo 1.6 Collecting legal info COPYING: OK (sha256: 41d8b23dc6e76731f4920b9ce42d0d4a248d243a510319e2441d174a115f35cf) >>> jszip 3.2.2 Collecting legal info LICENSE.markdown: OK (sha256: 14450c78405ad2a2173e25740b56406556779149df9c4c83523a8c63d0686210) >>> keepalived 2.2.7 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> lcms2 2.13 Collecting legal info COPYING: OK (sha256: 46d4e05af3bce75332a12d01f19bcce7e32b6bac544be28a64043d0231291e31) >>> libcli 1.10.7 Collecting legal info COPYING: OK (sha256: 376b54d4c5f4aa99421823fa4da93e3ab73096fce2400e89858632aa7da24a14) >>> libcorrect ce6c17f1f988765ae3695315d7cce1f2a2e6cf0d Collecting legal info LICENSE: OK (sha256: 135138cd4304aa637836758dc5edfb5f21b7d09ecc637d25288d206b151a5768) >>> host-cmake 3.18.6 Collecting legal info Copyright.txt: OK (sha256: 131b9ff756b64a25b7461c3c1382e70b16c70a5b4833a1577897fa3ea6d88f8d) >>> libebur128 1.2.6 Collecting legal info COPYING: OK (sha256: d6b4754bb67bdd08b97d5d11b2d7434997a371585a78fe77007149df3af8d09c) >>> liblockfile 1.17 Collecting legal info COPYRIGHT: OK (sha256: 3d080ab931103a823e6b9b788ccbc3e9d44797bd54546f3feebfd305f90de46a) licenses/GPL-2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) licenses/LGPL-2: OK (sha256: b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c) >>> libstrophe 0.11.0 Collecting legal info MIT-LICENSE.txt: OK (sha256: 82476f36ffd5e895a176013c0812166ba7b7d99f3d536fc7f5ed2e33e9f74a08) GPL-LICENSE.txt: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libxkbcommon 1.4.0 Collecting legal info LICENSE: OK (sha256: 086caee279449369d41c1157911ec7696e707b93feba7280de757d3c470b2dfb) >>> host-meson 0.62.0 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.10.2 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python-setuptools 60.9.3 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> lockfile-progs 0.1.19 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> host-lpc3250loader 1.0 Collecting legal info LPC3250loader.py: OK (sha256: 9a817497240e8e92f09ccfec7568a74673dc30ec008b541c8706663677b4e7a9) >>> ltris 1.2 Collecting legal info COPYING: OK (sha256: 67f82e045cf7acfef853ea0f426575a8359161a0a325e19f02b529a87c4b6c34) >>> sdl 1.2.15 Collecting legal info COPYING: OK (sha256: bb117c0fbd7f57f64170b690285d7df07c2371b578e3b3cd3aa2e1155ef461a0) >>> mongoose 7.2 Collecting legal info LICENSE: OK (sha256: 9553d057f2ba980642f2c18d87ed38896cff1c9612d77d684a73a11fe1443b05) >>> netcalc 2.1.6 Collecting legal info LICENSE: OK (sha256: 745538f8d515d37af6f03442df982a8b211b129e8dc10d0195e33c4b42f8fe5f) >>> nettle 3.7.3 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> nfs-utils 2.6.1 Collecting legal info COPYING: OK (sha256: 576540abf5e95029ad4ad90e32071385a5e95b2c30708c706116f3eb87b9a3de) >>> host-nfs-utils 2.6.1 Collecting legal info COPYING: OK (sha256: 576540abf5e95029ad4ad90e32071385a5e95b2c30708c706116f3eb87b9a3de) >>> host-libtirpc 1.3.2 Collecting legal info COPYING: OK (sha256: 17cf6098f95bdbb269f0bbc68e76c88fe20487ca7ec53f454923ab4256ecd2e7) >>> nilfs-utils 2.2.8 Collecting legal info COPYING: OK (sha512: 4fc92d3998910acb108f81b1aee70a55a572b661a2766d0e57a55e48e2b737eea41415356cbd62593f26aec5797ab9fbb40211d7782b5834b4855ff1ce6ad5f7) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pixiewps 9e5bdc6c86c8487b2a6107d5ab3559ed5c738c59 Collecting legal info LICENSE.md: OK (sha256: ccb349b4132ed7737f25e5adebfe61f3d52dca33708df1e50352320438d1d4c2) >>> prboom 2.5.0 Collecting legal info COPYING: OK (sha256: 1cba07ce0f6d1366d84b7cc62b76966ba79075e5f379c1e230c3ff0635fa789f) >>> sdl_mixer d1725fcb7c4e987aeb7ecdc94cb8b6375b702170 Collecting legal info COPYING: OK (sha256: bc4c3bc32b311044d81c32b5e5402a6bc971a3b235850bb63445ec14bb6fe59e) >>> sdl_net 620b0ba7dd84a0fdbd4cc8ef1b2be1cc10f90ae3 Collecting legal info COPYING: OK (sha256: e542f822a6cd82deccf82cf0f50192917b0158d725a6bc6348ab1ccdd890ecbe) >>> pwgen 2.08 Collecting legal info debian/copyright: OK (sha256: 5d3e49e01ef782be5841d5d1f7fb64d290cd86459598a913818584a46a2f81a1) >>> rpcbind 1.2.6 Collecting legal info COPYING: OK (sha256: 2b9477d2f4ab277b29702958f0058546edc120aae4b5fb8b8d1a9652104e1ba3) >>> s6-rc 0.5.2.2 Collecting legal info COPYING: OK (sha256: 4a5e44a69d649f0c37b29d7f6e5df1bb292b09898247be07f0c97814dac4b15d) >>> s6 2.10.0.3 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> host-sdbusplus 4212292bcf136d04b38ba5116aa568b0fa312798 Collecting legal info LICENSE: OK (sha256: b40930bbcf80744c86c46a12bc9da056641d722716c378f5659b9e555ef833e1) >>> host-python-inflection 0.5.1 Collecting legal info LICENSE: OK (sha256: 9e9f9b4b2e7543ad1486f1328bf9ec50e5a5e2bb9caceb59652496dd61e64133) >>> host-python-mako 1.1.5 Collecting legal info LICENSE: OK (sha256: 47cd0d41b1092f9161cfb629ed15e5cea185144710ff4633a4281ef088ff5de7) >>> host-python-markupsafe 2.0.1 Collecting legal info LICENSE.rst: OK (sha256: 489a8e1108509ed98a37bb983e11e0f7e1d31f0bd8f99a79c8448e7ff37d07ea) >>> host-python-pyyaml 6.0 Collecting legal info LICENSE: OK (sha256: 8d3928f9dc4490fd635707cb88eb26bd764102a7282954307d3e5167a577e8a4) >>> host-libyaml 0.2.5 Collecting legal info License: OK (sha256: c40112449f254b9753045925248313e9270efa36d226b22d82d4cc6c43c57f29) >>> sl 5.02 Collecting legal info LICENSE: OK (sha256: 72c7d262e2c9ddf019edc90af852a01a410338efff4e75e1c005b77ada4be7c4) >>> tunctl 1.5 Collecting legal info tunctl.c: OK (sha256: bcd12b6749dbd86c051cc2ef9e838096741602d4db213cc866b1da6cfeda5f16) >>> host-zip 3.0 Collecting legal info LICENSE: OK (sha256: 8ecd6c1bab449127eb665cef1561e73a8bce52e217375f6f466939e137b1e110) >>> host-acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-fakeroot 1.26 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-makedevs Collecting legal info >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-11.2.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-11.2.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: linux-headers-4.19.237: cannot save license (LINUX_HEADERS_LICENSE_FILES not defined) Legal info produced in /nvmedata/autobuild/instance-14/output-1/legal-info make: Leaving directory '/nvmedata/autobuild/instance-14/buildroot'