fileio.c:3001:8: note: at offset [24, 2147483641] into destination object 'mb' of size 6 3001 | char mb[6]; | ^~ fileio.c:3001:8: note: at offset [8, 9] into destination object 'mb' of size 6 In function 'utf8_from_ucs4_char', inlined from 'ucs4_string_to_utf8' at fileio.c:3008:15: fileio.c:2957:16: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 2957 | *utf8buf++ = (char) (0x80 | ((ch >> (6 * trailing)) & 0x3F)); | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ fileio.c: In function 'ucs4_string_to_utf8': fileio.c:3001:8: note: at offset [25, 2147483642] into destination object 'mb' of size 6 3001 | char mb[6]; | ^~ fileio.c:3001:8: note: at offset [9, 10] into destination object 'mb' of size 6 In function 'utf8_from_ucs4_char', inlined from 'ucs4_string_to_utf8' at fileio.c:3008:15: fileio.c:2957:16: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 2957 | *utf8buf++ = (char) (0x80 | ((ch >> (6 * trailing)) & 0x3F)); | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ fileio.c: In function 'ucs4_string_to_utf8': fileio.c:3001:8: note: at offset [26, 2147483643] into destination object 'mb' of size 6 3001 | char mb[6]; | ^~ fileio.c:3001:8: note: at offset [10, 11] into destination object 'mb' of size 6 In function 'utf8_from_ucs4_char', inlined from 'ucs4_string_to_utf8' at fileio.c:3008:15: fileio.c:2957:16: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 2957 | *utf8buf++ = (char) (0x80 | ((ch >> (6 * trailing)) & 0x3F)); | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ fileio.c: In function 'ucs4_string_to_utf8': fileio.c:3001:8: note: at offset [27, 2147483644] into destination object 'mb' of size 6 3001 | char mb[6]; | ^~ fileio.c:3001:8: note: at offset [11, 12] into destination object 'mb' of size 6 In function 'utf8_from_ucs4_char', inlined from 'ucs4_string_to_utf8' at fileio.c:3008:15: fileio.c:2957:16: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 2957 | *utf8buf++ = (char) (0x80 | ((ch >> (6 * trailing)) & 0x3F)); | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ fileio.c: In function 'ucs4_string_to_utf8': fileio.c:3001:8: note: at offset [28, 2147483645] into destination object 'mb' of size 6 3001 | char mb[6]; | ^~ fileio.c:3001:8: note: at offset [12, 13] into destination object 'mb' of size 6 In function 'utf8_from_ucs4_char', inlined from 'ucs4_string_to_utf8' at fileio.c:3008:15: fileio.c:2957:16: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 2957 | *utf8buf++ = (char) (0x80 | ((ch >> (6 * trailing)) & 0x3F)); | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ fileio.c: In function 'ucs4_string_to_utf8': fileio.c:3001:8: note: at offset [29, 2147483646] into destination object 'mb' of size 6 3001 | char mb[6]; | ^~ fileio.c:3001:8: note: at offset [13, 14] into destination object 'mb' of size 6 In function 'utf8_from_ucs4_char', inlined from 'ucs4_string_to_utf8' at fileio.c:3008:15: fileio.c:2957:16: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 2957 | *utf8buf++ = (char) (0x80 | ((ch >> (6 * trailing)) & 0x3F)); | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ fileio.c: In function 'ucs4_string_to_utf8': fileio.c:3001:8: note: at offset [30, 2147483647] into destination object 'mb' of size 6 3001 | char mb[6]; | ^~ fileio.c:3001:8: note: at offset [14, 15] into destination object 'mb' of size 6 In function 'utf8_from_ucs4_char', inlined from 'ucs4_string_to_utf8' at fileio.c:3008:15: fileio.c:2957:16: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 2957 | *utf8buf++ = (char) (0x80 | ((ch >> (6 * trailing)) & 0x3F)); | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ fileio.c: In function 'ucs4_string_to_utf8': fileio.c:3001:8: note: at offset [31, 2147483648] into destination object 'mb' of size 6 3001 | char mb[6]; | ^~ fileio.c:3001:8: note: at offset [15, 16] into destination object 'mb' of size 6 In function 'write_ushort_to_mem', inlined from 'append_ushort_to_mem' at zipfile.c:575:3, inlined from 'putlocal' at zipfile.c:5423:3: zipfile.c:465:11: warning: writing 2 bytes into a region of size 0 [-Wstringop-overflow=] 465 | *pPtr++ = ((char)(usValue) & 0xff); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'putlocal': cc1: note: destination object is likely at address zero In function 'write_ushort_to_mem', inlined from 'append_ushort_to_mem' at zipfile.c:575:3, inlined from 'putlocal' at zipfile.c:5423:3: zipfile.c:465:11: warning: writing 2 bytes into a region of size 0 [-Wstringop-overflow=] 465 | *pPtr++ = ((char)(usValue) & 0xff); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'putlocal': cc1: note: destination object is likely at address zero /home/buildroot/instance-0/output-1/host/bin/aarch64-buildroot-linux-musl-gcc -std=gnu89 -o zipcloak zipcloak.o zipfile_.o fileio_.o util_.o globals.o unix_.o crc32_.o crypt_.o ttyio.o /home/buildroot/instance-0/output-1/host/bin/aarch64-buildroot-linux-musl-gcc -std=gnu89 -o zipnote zipnote.o zipfile_.o fileio_.o util_.o globals.o unix_.o crc32_.o /home/buildroot/instance-0/output-1/host/bin/aarch64-buildroot-linux-musl-gcc -std=gnu89 -o zipsplit zipsplit.o zipfile_.o fileio_.o util_.o globals.o unix_.o crc32_.o /home/buildroot/instance-0/output-1/host/bin/aarch64-buildroot-linux-musl-gcc -std=gnu89 -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 make[2]: Leaving directory '/home/buildroot/instance-0/output-1/build/zip-3.0' make[1]: Leaving directory '/home/buildroot/instance-0/output-1/build/zip-3.0' >>> zip 3.0 Installing to target GIT_DIR=. PATH="/home/buildroot/instance-0/output-1/host/bin:/home/buildroot/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /usr/bin/make -j17 GIT_DIR=. PATH="/home/buildroot/instance-0/output-1/host/bin:/home/buildroot/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/instance-0/output-1/host/bin/aarch64-buildroot-linux-musl-gcc-ar" AS="/home/buildroot/instance-0/output-1/host/bin/aarch64-buildroot-linux-musl-as" LD="/home/buildroot/instance-0/output-1/host/bin/aarch64-buildroot-linux-musl-ld" NM="/home/buildroot/instance-0/output-1/host/bin/aarch64-buildroot-linux-musl-gcc-nm" CC="/home/buildroot/instance-0/output-1/host/bin/aarch64-buildroot-linux-musl-gcc" GCC="/home/buildroot/instance-0/output-1/host/bin/aarch64-buildroot-linux-musl-gcc" CPP="/home/buildroot/instance-0/output-1/host/bin/aarch64-buildroot-linux-musl-cpp" CXX="/home/buildroot/instance-0/output-1/host/bin/aarch64-buildroot-linux-musl-g++" FC="/home/buildroot/instance-0/output-1/host/bin/aarch64-buildroot-linux-musl-gfortran" F77="/home/buildroot/instance-0/output-1/host/bin/aarch64-buildroot-linux-musl-gfortran" RANLIB="/home/buildroot/instance-0/output-1/host/bin/aarch64-buildroot-linux-musl-gcc-ranlib" READELF="/home/buildroot/instance-0/output-1/host/bin/aarch64-buildroot-linux-musl-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/instance-0/output-1/host/bin/aarch64-buildroot-linux-musl-objcopy" OBJDUMP="/home/buildroot/instance-0/output-1/host/bin/aarch64-buildroot-linux-musl-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/instance-0/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/instance-0/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/instance-0/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/instance-0/output-1/host/lib -Wl,-rpath,/home/buildroot/instance-0/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/instance-0/output-1/host/bin/aarch64-buildroot-linux-musl-as" DEFAULT_LINKER="/home/buildroot/instance-0/output-1/host/bin/aarch64-buildroot-linux-musl-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -static" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -static -static" LDFLAGS=" -static" FCFLAGS=" -Ofast -g0 -static" FFLAGS=" -Ofast -g0 -static" PKG_CONFIG="/home/buildroot/instance-0/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/instance-0/output-1/host/aarch64-buildroot-linux-musl/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no -C /home/buildroot/instance-0/output-1/build/zip-3.0 -f unix/Makefile install prefix=/home/buildroot/instance-0/output-1/target/usr make[1]: Entering directory '/home/buildroot/instance-0/output-1/build/zip-3.0' mkdir -p /home/buildroot/instance-0/output-1/target/usr/bin cp zip zipcloak zipnote zipsplit /home/buildroot/instance-0/output-1/target/usr/bin cd /home/buildroot/instance-0/output-1/target/usr/bin; chmod 755 zip zipcloak zipnote zipsplit mkdir -p /home/buildroot/instance-0/output-1/target/usr/man/man1 cp man/zip.1 /home/buildroot/instance-0/output-1/target/usr/man/man1/zip.1 chmod 644 /home/buildroot/instance-0/output-1/target/usr/man/man1/zip.1 cp man/zipcloak.1 /home/buildroot/instance-0/output-1/target/usr/man/man1/zipcloak.1 chmod 644 /home/buildroot/instance-0/output-1/target/usr/man/man1/zipcloak.1 cp man/zipnote.1 /home/buildroot/instance-0/output-1/target/usr/man/man1/zipnote.1 chmod 644 /home/buildroot/instance-0/output-1/target/usr/man/man1/zipnote.1 cp man/zipsplit.1 /home/buildroot/instance-0/output-1/target/usr/man/man1/zipsplit.1 chmod 644 /home/buildroot/instance-0/output-1/target/usr/man/man1/zipsplit.1 make[1]: Leaving directory '/home/buildroot/instance-0/output-1/build/zip-3.0' >>> Finalizing host directory >>> Finalizing target directory mkdir -p /home/buildroot/instance-0/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Ofast', '-g0', '-static'@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_LDFLAGS@%'-static'@PKG_TARGET_LDFLAGS@%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Ofast', '-g0', '-static', '-static'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_FCFLAGS@%'-Ofast', '-g0', '-static'@PKG_TARGET_FCFLAGS@%g" -e "s%@TARGET_CC@%/home/buildroot/instance-0/output-1/host/bin/aarch64-buildroot-linux-musl-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/buildroot/instance-0/output-1/host/bin/aarch64-buildroot-linux-musl-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%aarch64%g" -e "s%@TARGET_CPU@%cortex-a53%g" -e "s%@TARGET_ENDIAN@%little%g" -e "s%@TARGET_FCFLAGS@%%g" -e "s%@TARGET_CFLAGS@%%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%%g" -e "s%@BR2_CMAKE@%/home/buildroot/instance-0/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/buildroot/instance-0/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/buildroot/instance-0/output-1/host%g" -e "s%@STAGING_DIR@%/home/buildroot/instance-0/output-1/host/aarch64-buildroot-linux-musl/sysroot%g" -e "s%@STATIC@%true%g" /home/buildroot/instance-0/buildroot/support/misc/cross-compilation.conf.in > /home/buildroot/instance-0/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/home/buildroot/instance-0/output-1/host/bin/aarch64-buildroot-linux-musl-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/buildroot/instance-0/output-1/host/bin/aarch64-buildroot-linux-musl-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%aarch64%g" -e "s%@TARGET_CPU@%cortex-a53%g" -e "s%@TARGET_ENDIAN@%little%g" -e "s%@TARGET_FCFLAGS@%'-Ofast', '-g0', '-static'%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Ofast', '-g0', '-static'%g" -e "s%@TARGET_LDFLAGS@%'-static'%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Ofast', '-g0', '-static', '-static'%g" -e "s%@BR2_CMAKE@%/home/buildroot/instance-0/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/buildroot/instance-0/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/buildroot/instance-0/output-1/host%g" -e "s%@STAGING_DIR@%/home/buildroot/instance-0/output-1/host/aarch64-buildroot-linux-musl/sysroot%g" -e "s%@STATIC@%true%g" /home/buildroot/instance-0/buildroot/support/misc/cross-compilation.conf.in > /home/buildroot/instance-0/output-1/host/etc/meson/cross-compilation.conf if grep -q CONFIG_ASH=y /home/buildroot/instance-0/output-1/build/busybox-1.36.1/.config; then grep -qsE '^/bin/ash$' /home/buildroot/instance-0/output-1/target/etc/shells || echo "/bin/ash" >> /home/buildroot/instance-0/output-1/target/etc/shells; fi if grep -q CONFIG_HUSH=y /home/buildroot/instance-0/output-1/build/busybox-1.36.1/.config; then grep -qsE '^/bin/hush$' /home/buildroot/instance-0/output-1/target/etc/shells || echo "/bin/hush" >> /home/buildroot/instance-0/output-1/target/etc/shells; fi grep -qsE '^/bin/dash$' /home/buildroot/instance-0/output-1/target/etc/shells || echo "/bin/dash" >> /home/buildroot/instance-0/output-1/target/etc/shells rm -f /home/buildroot/instance-0/output-1/target/usr/share/glib-2.0/schemas/*.xml /home/buildroot/instance-0/output-1/target/usr/share/glib-2.0/schemas/*.dtd /home/buildroot/instance-0/output-1/host/bin/glib-compile-schemas /home/buildroot/instance-0/output-1/host/aarch64-buildroot-linux-musl/sysroot/usr/share/glib-2.0/schemas --targetdir=/home/buildroot/instance-0/output-1/target/usr/share/glib-2.0/schemas No schema files found: doing nothing. mkdir -p /home/buildroot/instance-0/output-1/target/etc echo "buildroot" > /home/buildroot/instance-0/output-1/target/etc/hostname /bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/buildroot/instance-0/output-1/target/etc/hosts mkdir -p /home/buildroot/instance-0/output-1/target/etc echo "Welcome to Buildroot" > /home/buildroot/instance-0/output-1/target/etc/issue /bin/sed -i -e s,^root:[^:]*:,root:"*":, /home/buildroot/instance-0/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /home/buildroot/instance-0/output-1/target/etc/shells || echo "/bin/sh" >> /home/buildroot/instance-0/output-1/target/etc/shells ln -sf dash /home/buildroot/instance-0/output-1/target/bin/sh /bin/sed -i -e '/^root:/s,[^/]*$,dash,' /home/buildroot/instance-0/output-1/target/etc/passwd if [ -x /home/buildroot/instance-0/output-1/target/sbin/swapon -a -x /home/buildroot/instance-0/output-1/target/sbin/swapoff ]; then /bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /home/buildroot/instance-0/output-1/target/etc/inittab; else /bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /home/buildroot/instance-0/output-1/target/etc/inittab; fi /bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~# S0:1:respawn:/sbin/getty -L ttyS0 115200 vt100 #~' /home/buildroot/instance-0/output-1/target/etc/inittab /bin/sed -i -e '/^[^#].*-o remount,rw \/$/s~^~#~' /home/buildroot/instance-0/output-1/target/etc/inittab grep -qsE '^/usr/bin/tmux$' /home/buildroot/instance-0/output-1/target/etc/shells || echo "/usr/bin/tmux" >> /home/buildroot/instance-0/output-1/target/etc/shells rm -rf /home/buildroot/instance-0/output-1/target/usr/include /home/buildroot/instance-0/output-1/target/usr/share/aclocal \ /home/buildroot/instance-0/output-1/target/usr/lib/pkgconfig /home/buildroot/instance-0/output-1/target/usr/share/pkgconfig \ /home/buildroot/instance-0/output-1/target/usr/lib/cmake /home/buildroot/instance-0/output-1/target/usr/share/cmake \ /home/buildroot/instance-0/output-1/target/usr/lib/rpm /home/buildroot/instance-0/output-1/target/usr/doc find /home/buildroot/instance-0/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/buildroot/instance-0/output-1/target/lib/ /home/buildroot/instance-0/output-1/target/usr/lib/ /home/buildroot/instance-0/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /home/buildroot/instance-0/output-1/target/usr/share/gdb rm -rf /home/buildroot/instance-0/output-1/target/usr/share/bash-completion rm -rf /home/buildroot/instance-0/output-1/target/etc/bash_completion.d rm -rf /home/buildroot/instance-0/output-1/target/usr/share/zsh rm -rf /home/buildroot/instance-0/output-1/target/usr/man /home/buildroot/instance-0/output-1/target/usr/share/man rm -rf /home/buildroot/instance-0/output-1/target/usr/info /home/buildroot/instance-0/output-1/target/usr/share/info rm -rf /home/buildroot/instance-0/output-1/target/usr/doc /home/buildroot/instance-0/output-1/target/usr/share/doc rm -rf /home/buildroot/instance-0/output-1/target/usr/share/gtk-doc rmdir /home/buildroot/instance-0/output-1/target/usr/share 2>/dev/null || true rm -rf /home/buildroot/instance-0/output-1/target/lib/debug /home/buildroot/instance-0/output-1/target/usr/lib/debug find /home/buildroot/instance-0/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /bin/true 2>/dev/null || true find /home/buildroot/instance-0/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /home/buildroot/instance-0/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/buildroot/instance-0/output-1/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /home/buildroot/instance-0/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2024.11-142-g166387d2f5"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2025.02-git"; \ echo "PRETTY_NAME=\"Buildroot 2025.02-git\"" \ ) > /home/buildroot/instance-0/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/buildroot/instance-0/output-1/target/etc >>> Sanitizing RPATH in target tree PARALLEL_JOBS=17 \ PER_PACKAGE_DIR=/home/buildroot/instance-0/output-1/per-package \ /home/buildroot/instance-0/buildroot/support/scripts/fix-rpath target touch /home/buildroot/instance-0/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/buildroot/instance-0/output-1/build/buildroot-fs mkdir -p /home/buildroot/instance-0/output-1/build/buildroot-fs printf ' \n' >> /home/buildroot/instance-0/output-1/build/buildroot-fs/full_users_table.txt printf ' /bin/busybox f 4755 0 0 - - - - -\n\n' > /home/buildroot/instance-0/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/buildroot/instance-0/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/buildroot/instance-0/output-1/images rm -rf /home/buildroot/instance-0/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/buildroot/instance-0/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/buildroot/instance-0/output-1/target/ /home/buildroot/instance-0/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/buildroot/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/buildroot/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/buildroot/instance-0/output-1/build/buildroot-fs/yaffs2/target" >> /home/buildroot/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/buildroot/instance-0/output-1/host/bin:/home/buildroot/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/buildroot/instance-0/buildroot/support/scripts/mkusers /home/buildroot/instance-0/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/instance-0/output-1/build/buildroot-fs/yaffs2/target >> /home/buildroot/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/buildroot/instance-0/output-1/host/bin/makedevs -d /home/buildroot/instance-0/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/instance-0/output-1/build/buildroot-fs/yaffs2/target" >> /home/buildroot/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/buildroot/instance-0/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/buildroot/instance-0/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/buildroot/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/buildroot/instance-0/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/buildroot/instance-0/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' find /home/buildroot/instance-0/output-1/build/buildroot-fs/yaffs2/target -print0 | xargs -0 -r touch -hd @1734073361\n' >> /home/buildroot/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/buildroot/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/buildroot/instance-0/output-1/host/bin/mkyaffs2 --all-root /home/buildroot/instance-0/output-1/build/buildroot-fs/yaffs2/target /home/buildroot/instance-0/output-1/images/rootfs.yaffs2\n' >> /home/buildroot/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/buildroot/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/buildroot/instance-0/output-1/host/bin:/home/buildroot/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/instance-0/output-1/host/bin/fakeroot -- /home/buildroot/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/buildroot/instance-0/output-1/build/buildroot-fs/yaffs2/target table='/home/buildroot/instance-0/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/home/buildroot/instance-0/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][done] scanning complete, total 1238 objects. stage 2: creating image '/home/buildroot/instance-0/output-1/images/rootfs.yaffs2' [ ] 1/1238 0% [ ] 2/1238 0% [ ] 3/1238 0% [ ] 4/1238 0% [ ] 5/1238 0% [ ] 6/1238 0% [ ] 7/1238 0% [ ] 8/1238 0% [ ] 9/1238 0% [ ] 10/1238 0% [ ] 11/1238 0% [ ] 12/1238 0% [ ] 13/1238 1% [ ] 14/1238 1% [ ] 15/1238 1% [ ] 16/1238 1% [ ] 17/1238 1% [ ] 18/1238 1% [ ] 19/1238 1% [= ] 20/1238 1% [= ] 21/1238 1% [= ] 22/1238 1% [= ] 23/1238 1% [= ] 24/1238 1% [= ] 25/1238 2% [= ] 26/1238 2% [= ] 27/1238 2% [= ] 28/1238 2% [= ] 29/1238 2% [= ] 30/1238 2% [= ] 31/1238 2% [= ] 32/1238 2% [= ] 33/1238 2% [= ] 34/1238 2% [= ] 35/1238 2% [= ] 36/1238 2% [= ] 37/1238 2% [= ] 38/1238 3% [= ] 39/1238 3% [== ] 40/1238 3% [== ] 41/1238 3% [== ] 42/1238 3% [== ] 43/1238 3% [== ] 44/1238 3% [== ] 45/1238 3% [== ] 46/1238 3% [== ] 47/1238 3% [== ] 48/1238 3% [== ] 49/1238 3% [== ] 50/1238 4% [== ] 51/1238 4% [== ] 52/1238 4% [== ] 53/1238 4% [== ] 54/1238 4% [== ] 55/1238 4% [== ] 56/1238 4% [== ] 57/1238 4% [== ] 58/1238 4% [== ] 59/1238 4% [=== ] 60/1238 4% [=== ] 61/1238 4% [=== ] 62/1238 5% [=== ] 63/1238 5% [=== ] 64/1238 5% [=== ] 65/1238 5% [=== ] 66/1238 5% [=== ] 67/1238 5% [=== ] 68/1238 5% [=== ] 69/1238 5% [=== ] 70/1238 5% [=== ] 71/1238 5% [=== ] 72/1238 5% [=== ] 73/1238 5% [=== ] 74/1238 5% [=== ] 75/1238 6% [=== ] 76/1238 6% [=== ] 77/1238 6% [=== ] 78/1238 6% [=== ] 79/1238 6% [==== ] 80/1238 6% [==== ] 81/1238 6% [==== ] 82/1238 6% [==== ] 83/1238 6% [==== ] 84/1238 6% [==== ] 85/1238 6% [==== ] 86/1238 6% [==== ] 87/1238 7% [==== ] 88/1238 7% [==== ] 89/1238 7% [==== ] 90/1238 7% [==== ] 91/1238 7% [==== ] 92/1238 7% [==== ] 93/1238 7% [==== ] 94/1238 7% [==== ] 95/1238 7% [==== ] 96/1238 7% [==== ] 97/1238 7% [==== ] 98/1238 7% [==== ] 99/1238 7% [===== ] 100/1238 8% [===== ] 101/1238 8% [===== ] 102/1238 8% [===== ] 103/1238 8% [===== ] 104/1238 8% [===== ] 105/1238 8% [===== ] 106/1238 8% [===== ] 107/1238 8% [===== ] 108/1238 8% [===== ] 109/1238 8% [===== ] 110/1238 8% [===== ] 111/1238 8% [===== ] 112/1238 9% [===== ] 113/1238 9% [===== ] 114/1238 9% [===== ] 115/1238 9% [===== ] 116/1238 9% [===== ] 117/1238 9% [===== ] 118/1238 9% [===== ] 119/1238 9% [====== ] 120/1238 9% [====== ] 121/1238 9% [====== ] 122/1238 9% [====== ] 123/1238 9% [====== ] 124/1238 10% [====== ] 125/1238 10% [====== ] 126/1238 10% [====== ] 127/1238 10% [====== ] 128/1238 10% [====== ] 129/1238 10% [====== ] 130/1238 10% [====== ] 131/1238 10% [====== ] 132/1238 10% [====== ] 133/1238 10% [====== ] 134/1238 10% [====== ] 135/1238 10% [====== ] 136/1238 10% [====== ] 137/1238 11% [====== ] 138/1238 11% [====== ] 139/1238 11% [======= ] 140/1238 11% [======= ] 141/1238 11% [======= ] 142/1238 11% [======= ] 143/1238 11% [======= ] 144/1238 11% [======= ] 145/1238 11% [======= ] 146/1238 11% [======= ] 147/1238 11% [======= ] 148/1238 11% [======= ] 149/1238 12% [======= ] 150/1238 12% [======= ] 151/1238 12% [======= ] 152/1238 12% [======= ] 153/1238 12% [======= ] 154/1238 12% [======= ] 155/1238 12% [======= ] 156/1238 12% [======= ] 157/1238 12% [======= ] 158/1238 12% [======= ] 159/1238 12% [======== ] 160/1238 12% [======== ] 161/1238 13% [======== ] 162/1238 13% [======== ] 163/1238 13% [======== ] 164/1238 13% [======== ] 165/1238 13% [======== ] 166/1238 13% [======== ] 167/1238 13% [======== ] 168/1238 13% [======== ] 169/1238 13% [======== ] 170/1238 13% [======== ] 171/1238 13% [======== ] 172/1238 13% [======== ] 173/1238 13% [======== ] 174/1238 14% [======== ] 175/1238 14% [======== ] 176/1238 14% [======== ] 177/1238 14% [======== ] 178/1238 14% [======== ] 179/1238 14% [========= ] 180/1238 14% [========= ] 181/1238 14% [========= ] 182/1238 14% [========= ] 183/1238 14% [========= ] 184/1238 14% [========= ] 185/1238 14% [========= ] 186/1238 15% [========= ] 187/1238 15% [========= ] 188/1238 15% [========= ] 189/1238 15% [========= ] 190/1238 15% [========= ] 191/1238 15% [========= ] 192/1238 15% [========= ] 193/1238 15% [========= ] 194/1238 15% [========= ] 195/1238 15% [========= ] 196/1238 15% [========= ] 197/1238 15% [========= ] 198/1238 15% [========= ] 199/1238 16% [========== ] 200/1238 16% [========== ] 201/1238 16% [========== ] 202/1238 16% [========== ] 203/1238 16% [========== ] 204/1238 16% [========== ] 205/1238 16% [========== ] 206/1238 16% [========== ] 207/1238 16% [========== ] 208/1238 16% [========== ] 209/1238 16% [========== ] 210/1238 16% [========== ] 211/1238 17% [========== ] 212/1238 17% [========== ] 213/1238 17% [========== ] 214/1238 17% [========== ] 215/1238 17% [========== ] 216/1238 17% [========== ] 217/1238 17% [========== ] 218/1238 17% [========== ] 219/1238 17% [=========== ] 220/1238 17% [=========== ] 221/1238 17% [=========== ] 222/1238 17% [=========== ] 223/1238 18% [=========== ] 224/1238 18% [=========== ] 225/1238 18% [=========== ] 226/1238 18% [=========== ] 227/1238 18% [=========== ] 228/1238 18% [=========== ] 229/1238 18% [=========== ] 230/1238 18% [=========== ] 231/1238 18% [=========== ] 232/1238 18% [=========== ] 233/1238 18% [=========== ] 234/1238 18% [=========== ] 235/1238 18% [=========== ] 236/1238 19% [=========== ] 237/1238 19% [=========== ] 238/1238 19% [=========== ] 239/1238 19% [============ ] 240/1238 19% [============ ] 241/1238 19% [============ ] 242/1238 19% [============ ] 243/1238 19% [============ ] 244/1238 19% [============ ] 245/1238 19% [============ ] 246/1238 19% [============ ] 247/1238 19% [============ ] 248/1238 20% [============ ] 249/1238 20% [============ ] 250/1238 20% [============ ] 251/1238 20% [============ ] 252/1238 20% [============ ] 253/1238 20% [============ ] 254/1238 20% [============ ] 255/1238 20% [============ ] 256/1238 20% [============ ] 257/1238 20% [============ ] 258/1238 20% [============ ] 259/1238 20% [============= ] 260/1238 21% [============= ] 261/1238 21% [============= ] 262/1238 21% [============= ] 263/1238 21% [============= ] 264/1238 21% [============= ] 265/1238 21% [============= ] 266/1238 21% [============= ] 267/1238 21% [============= ] 268/1238 21% [============= ] 269/1238 21% [============= ] 270/1238 21% [============= ] 271/1238 21% [============= ] 272/1238 21% [============= ] 273/1238 22% [============= ] 274/1238 22% [============= ] 275/1238 22% [============= ] 276/1238 22% [============= ] 277/1238 22% [============= ] 278/1238 22% [============= ] 279/1238 22% [============== ] 280/1238 22% [============== ] 281/1238 22% [============== ] 282/1238 22% [============== ] 283/1238 22% [============== ] 284/1238 22% [============== ] 285/1238 23% [============== ] 286/1238 23% [============== ] 287/1238 23% [============== ] 288/1238 23% [============== ] 289/1238 23% [============== ] 290/1238 23% [============== ] 291/1238 23% [============== ] 292/1238 23% [============== ] 293/1238 23% [============== ] 294/1238 23% [============== ] 295/1238 23% [============== ] 296/1238 23% [============== ] 297/1238 23% [============== ] 298/1238 24% [============== ] 299/1238 24% [=============== ] 300/1238 24% [=============== ] 301/1238 24% [=============== ] 302/1238 24% [=============== ] 303/1238 24% [=============== ] 304/1238 24% [=============== ] 305/1238 24% [=============== ] 306/1238 24% [=============== ] 307/1238 24% [=============== ] 308/1238 24% [=============== ] 309/1238 24% [=============== ] 310/1238 25% [=============== ] 311/1238 25% [=============== ] 312/1238 25% [=============== ] 313/1238 25% [=============== ] 314/1238 25% [=============== ] 315/1238 25% [=============== ] 316/1238 25% [=============== ] 317/1238 25% [=============== ] 318/1238 25% [=============== ] 319/1238 25% [================ ] 320/1238 25% [================ ] 321/1238 25% [================ ] 322/1238 26% [================ ] 323/1238 26% [================ ] 324/1238 26% [================ ] 325/1238 26% [================ ] 326/1238 26% [================ ] 327/1238 26% [================ ] 328/1238 26% [================ ] 329/1238 26% [================ ] 330/1238 26% [================ ] 331/1238 26% [================ ] 332/1238 26% [================ ] 333/1238 26% [================ ] 334/1238 26% [================ ] 335/1238 27% [================ ] 336/1238 27% [================ ] 337/1238 27% [================ ] 338/1238 27% [================ ] 339/1238 27% [================= ] 340/1238 27% [================= ] 341/1238 27% [================= ] 342/1238 27% [================= ] 343/1238 27% [================= ] 344/1238 27% [================= ] 345/1238 27% [================= ] 346/1238 27% [================= ] 347/1238 28% [================= ] 348/1238 28% [================= ] 349/1238 28% [================= ] 350/1238 28% [================= ] 351/1238 28% [================= ] 352/1238 28% [================= ] 353/1238 28% [================= ] 354/1238 28% [================= ] 355/1238 28% [================= ] 356/1238 28% [================= ] 357/1238 28% [================= ] 358/1238 28% [================= ] 359/1238 28% [================== ] 360/1238 29% [================== ] 361/1238 29% [================== ] 362/1238 29% [================== ] 363/1238 29% [================== ] 364/1238 29% [================== ] 365/1238 29% [================== ] 366/1238 29% [================== ] 367/1238 29% [================== ] 368/1238 29% [================== ] 369/1238 29% [================== ] 370/1238 29% [================== ] 371/1238 29% [================== ] 372/1238 30% [================== ] 373/1238 30% [================== ] 374/1238 30% [================== ] 375/1238 30% [================== ] 376/1238 30% [================== ] 377/1238 30% [================== ] 378/1238 30% [================== ] 379/1238 30% [=================== ] 380/1238 30% [=================== ] 381/1238 30% [=================== ] 382/1238 30% [=================== ] 383/1238 30% [=================== ] 384/1238 31% [=================== ] 385/1238 31% [=================== ] 386/1238 31% [=================== ] 387/1238 31% [=================== ] 388/1238 31% [=================== ] 389/1238 31% [=================== ] 390/1238 31% [=================== ] 391/1238 31% [=================== ] 392/1238 31% [=================== ] 393/1238 31% [=================== ] 394/1238 31% [=================== ] 395/1238 31% [=================== ] 396/1238 31% [=================== ] 397/1238 32% [=================== ] 398/1238 32% [=================== ] 399/1238 32% [==================== ] 400/1238 32% [==================== ] 401/1238 32% [==================== ] 402/1238 32% [==================== ] 403/1238 32% [==================== ] 404/1238 32% [==================== ] 405/1238 32% [==================== ] 406/1238 32% [==================== ] 407/1238 32% [==================== ] 408/1238 32% [==================== ] 409/1238 33% [==================== ] 410/1238 33% [==================== ] 411/1238 33% [==================== ] 412/1238 33% [==================== ] 413/1238 33% [==================== ] 414/1238 33% [==================== ] 415/1238 33% [==================== ] 416/1238 33% [==================== ] 417/1238 33% [==================== ] 418/1238 33% [==================== ] 419/1238 33% [===================== ] 420/1238 33% [===================== ] 421/1238 34% [===================== ] 422/1238 34% [===================== ] 423/1238 34% [===================== ] 424/1238 34% [===================== ] 425/1238 34% [===================== ] 426/1238 34% [===================== ] 427/1238 34% [===================== ] 428/1238 34% [===================== ] 429/1238 34% [===================== ] 430/1238 34% [===================== ] 431/1238 34% [===================== ] 432/1238 34% [===================== ] 433/1238 34% [===================== ] 434/1238 35% [===================== ] 435/1238 35% [===================== ] 436/1238 35% [===================== ] 437/1238 35% [===================== ] 438/1238 35% [===================== ] 439/1238 35% [====================== ] 440/1238 35% [====================== ] 441/1238 35% [====================== ] 442/1238 35% [====================== ] 443/1238 35% [====================== ] 444/1238 35% [====================== ] 445/1238 35% [====================== ] 446/1238 36% [====================== ] 447/1238 36% [====================== ] 448/1238 36% [====================== ] 449/1238 36% [====================== ] 450/1238 36% [====================== ] 451/1238 36% [====================== ] 452/1238 36% [====================== ] 453/1238 36% [====================== ] 454/1238 36% [====================== ] 455/1238 36% [====================== ] 456/1238 36% [====================== ] 457/1238 36% [====================== ] 458/1238 36% [====================== ] 459/1238 37% [======================= ] 460/1238 37% [======================= ] 461/1238 37% [======================= ] 462/1238 37% [======================= ] 463/1238 37% [======================= ] 464/1238 37% [======================= ] 465/1238 37% [======================= ] 466/1238 37% [======================= ] 467/1238 37% [======================= ] 468/1238 37% [======================= ] 469/1238 37% [======================= ] 470/1238 37% [======================= ] 471/1238 38% [======================= ] 472/1238 38% [======================= ] 473/1238 38% [======================= ] 474/1238 38% [======================= ] 475/1238 38% [======================= ] 476/1238 38% [======================= ] 477/1238 38% [======================= ] 478/1238 38% [======================= ] 479/1238 38% [======================== ] 480/1238 38% [======================== ] 481/1238 38% [======================== ] 482/1238 38% [======================== ] 483/1238 39% [======================== ] 484/1238 39% [======================== ] 485/1238 39% [======================== ] 486/1238 39% [======================== ] 487/1238 39% [======================== ] 488/1238 39% [======================== ] 489/1238 39% [======================== ] 490/1238 39% [======================== ] 491/1238 39% [======================== ] 492/1238 39% [======================== ] 493/1238 39% [======================== ] 494/1238 39% [======================== ] 495/1238 39% [======================== ] 496/1238 40% [======================== ] 497/1238 40% [======================== ] 498/1238 40% [======================== ] 499/1238 40% [========================= ] 500/1238 40% [========================= ] 501/1238 40% [========================= ] 502/1238 40% [========================= ] 503/1238 40% [========================= ] 504/1238 40% [========================= ] 505/1238 40% [========================= ] 506/1238 40% [========================= ] 507/1238 40% [========================= ] 508/1238 41% [========================= ] 509/1238 41% [========================= ] 510/1238 41% [========================= ] 511/1238 41% [========================= ] 512/1238 41% [========================= ] 513/1238 41% [========================= ] 514/1238 41% [========================= ] 515/1238 41% [========================= ] 516/1238 41% [========================= ] 517/1238 41% [========================= ] 518/1238 41% [========================= ] 519/1238 41% [========================== ] 520/1238 42% [========================== ] 521/1238 42% [========================== ] 522/1238 42% [========================== ] 523/1238 42% [========================== ] 524/1238 42% [========================== ] 525/1238 42% [========================== ] 526/1238 42% [========================== ] 527/1238 42% [========================== ] 528/1238 42% [========================== ] 529/1238 42% [========================== ] 530/1238 42% [========================== ] 531/1238 42% [========================== ] 532/1238 42% [========================== ] 533/1238 43% [========================== ] 534/1238 43% [========================== ] 535/1238 43% [========================== ] 536/1238 43% [========================== ] 537/1238 43% [========================== ] 538/1238 43% [========================== ] 539/1238 43% [=========================== ] 540/1238 43% [=========================== ] 541/1238 43% [=========================== ] 542/1238 43% [=========================== ] 543/1238 43% [=========================== ] 544/1238 43% [=========================== ] 545/1238 44% [=========================== ] 546/1238 44% [=========================== ] 547/1238 44% [=========================== ] 548/1238 44% [=========================== ] 549/1238 44% [=========================== ] 550/1238 44% [=========================== ] 551/1238 44% [=========================== ] 552/1238 44% [=========================== ] 553/1238 44% [=========================== ] 554/1238 44% [=========================== ] 555/1238 44% [=========================== ] 556/1238 44% [=========================== ] 557/1238 44% [=========================== ] 558/1238 45% [=========================== ] 559/1238 45% [============================ ] 560/1238 45% [============================ ] 561/1238 45% [============================ ] 562/1238 45% [============================ ] 563/1238 45% [============================ ] 564/1238 45% [============================ ] 565/1238 45% [============================ ] 566/1238 45% [============================ ] 567/1238 45% [============================ ] 568/1238 45% [============================ ] 569/1238 45% [============================ ] 570/1238 46% [============================ ] 571/1238 46% [============================ ] 572/1238 46% [============================ ] 573/1238 46% [============================ ] 574/1238 46% [============================ ] 575/1238 46% [============================ ] 576/1238 46% [============================ ] 577/1238 46% [============================ ] 578/1238 46% [============================ ] 579/1238 46% [============================= ] 580/1238 46% [============================= ] 581/1238 46% [============================= ] 582/1238 47% [============================= ] 583/1238 47% [============================= ] 584/1238 47% [============================= ] 585/1238 47% [============================= ] 586/1238 47% [============================= ] 587/1238 47% [============================= ] 588/1238 47% [============================= ] 589/1238 47% [============================= ] 590/1238 47% [============================= ] 591/1238 47% [============================= ] 592/1238 47% [============================= ] 593/1238 47% [============================= ] 594/1238 47% [============================= ] 595/1238 48% [============================= ] 596/1238 48% [============================= ] 597/1238 48% [============================= ] 598/1238 48% [============================= ] 599/1238 48% [============================== ] 600/1238 48% [============================== ] 601/1238 48% [============================== ] 602/1238 48% [============================== ] 603/1238 48% [============================== ] 604/1238 48% [============================== ] 605/1238 48% [============================== ] 606/1238 48% [============================== ] 607/1238 49% [============================== ] 608/1238 49% [============================== ] 609/1238 49% [============================== ] 610/1238 49% [============================== ] 611/1238 49% [============================== ] 612/1238 49% [============================== ] 613/1238 49% [============================== ] 614/1238 49% [============================== ] 615/1238 49% [============================== ] 616/1238 49% [============================== ] 617/1238 49% [============================== ] 618/1238 49% [=============================== ] 619/1238 50% [=============================== ] 620/1238 50% [=============================== ] 621/1238 50% [=============================== ] 622/1238 50% [=============================== ] 623/1238 50% [=============================== ] 624/1238 50% [=============================== ] 625/1238 50% [=============================== ] 626/1238 50% [=============================== ] 627/1238 50% [=============================== ] 628/1238 50% [=============================== ] 629/1238 50% [=============================== ] 630/1238 50% [=============================== ] 631/1238 50% [=============================== ] 632/1238 51% [=============================== ] 633/1238 51% [=============================== ] 634/1238 51% [=============================== ] 635/1238 51% [=============================== ] 636/1238 51% [=============================== ] 637/1238 51% [=============================== ] 638/1238 51% [================================ ] 639/1238 51% [================================ ] 640/1238 51% [================================ ] 641/1238 51% [================================ ] 642/1238 51% [================================ ] 643/1238 51% [================================ ] 644/1238 52% [================================ ] 645/1238 52% [================================ ] 646/1238 52% [================================ ] 647/1238 52% [================================ ] 648/1238 52% [================================ ] 649/1238 52% [================================ ] 650/1238 52% [================================ ] 651/1238 52% [================================ ] 652/1238 52% [================================ ] 653/1238 52% [================================ ] 654/1238 52% [================================ ] 655/1238 52% [================================ ] 656/1238 52% [================================ ] 657/1238 53% [================================ ] 658/1238 53% [================================= ] 659/1238 53% [================================= ] 660/1238 53% [================================= ] 661/1238 53% [================================= ] 662/1238 53% [================================= ] 663/1238 53% [================================= ] 664/1238 53% [================================= ] 665/1238 53% [================================= ] 666/1238 53% [================================= ] 667/1238 53% [================================= ] 668/1238 53% [================================= ] 669/1238 54% [================================= ] 670/1238 54% [================================= ] 671/1238 54% [================================= ] 672/1238 54% [================================= ] 673/1238 54% [================================= ] 674/1238 54% [================================= ] 675/1238 54% [================================= ] 676/1238 54% [================================= ] 677/1238 54% [================================= ] 678/1238 54% [================================== ] 679/1238 54% [================================== ] 680/1238 54% [================================== ] 681/1238 55% [================================== ] 682/1238 55% [================================== ] 683/1238 55% [================================== ] 684/1238 55% [================================== ] 685/1238 55% [================================== ] 686/1238 55% [================================== ] 687/1238 55% [================================== ] 688/1238 55% [================================== ] 689/1238 55% [================================== ] 690/1238 55% [================================== ] 691/1238 55% [================================== ] 692/1238 55% [================================== ] 693/1238 55% [================================== ] 694/1238 56% [================================== ] 695/1238 56% [================================== ] 696/1238 56% [================================== ] 697/1238 56% [================================== ] 698/1238 56% [=================================== ] 699/1238 56% [=================================== ] 700/1238 56% [=================================== ] 701/1238 56% [=================================== ] 702/1238 56% [=================================== ] 703/1238 56% [=================================== ] 704/1238 56% [=================================== ] 705/1238 56% [=================================== ] 706/1238 57% [=================================== ] 707/1238 57% [=================================== ] 708/1238 57% [=================================== ] 709/1238 57% [=================================== ] 710/1238 57% [=================================== ] 711/1238 57% [=================================== ] 712/1238 57% [=================================== ] 713/1238 57% [=================================== ] 714/1238 57% [=================================== ] 715/1238 57% [=================================== ] 716/1238 57% [=================================== ] 717/1238 57% [=================================== ] 718/1238 57% [==================================== ] 719/1238 58% [==================================== ] 720/1238 58% [==================================== ] 721/1238 58% [==================================== ] 722/1238 58% [==================================== ] 723/1238 58% [==================================== ] 724/1238 58% [==================================== ] 725/1238 58% [==================================== ] 726/1238 58% [==================================== ] 727/1238 58% [==================================== ] 728/1238 58% [==================================== ] 729/1238 58% [==================================== ] 730/1238 58% [==================================== ] 731/1238 59% [==================================== ] 732/1238 59% [==================================== ] 733/1238 59% [==================================== ] 734/1238 59% [==================================== ] 735/1238 59% [==================================== ] 736/1238 59% [==================================== ] 737/1238 59% [==================================== ] 738/1238 59% [===================================== ] 739/1238 59% [===================================== ] 740/1238 59% [===================================== ] 741/1238 59% [===================================== ] 742/1238 59% [===================================== ] 743/1238 60% [===================================== ] 744/1238 60% [===================================== ] 745/1238 60% [===================================== ] 746/1238 60% [===================================== ] 747/1238 60% [===================================== ] 748/1238 60% [===================================== ] 749/1238 60% [===================================== ] 750/1238 60% [===================================== ] 751/1238 60% [===================================== ] 752/1238 60% [===================================== ] 753/1238 60% [===================================== ] 754/1238 60% [===================================== ] 755/1238 60% [===================================== ] 756/1238 61% [===================================== ] 757/1238 61% [===================================== ] 758/1238 61% [====================================== ] 759/1238 61% [====================================== ] 760/1238 61% [====================================== ] 761/1238 61% [====================================== ] 762/1238 61% [====================================== ] 763/1238 61% [====================================== ] 764/1238 61% [====================================== ] 765/1238 61% [====================================== ] 766/1238 61% [====================================== ] 767/1238 61% [====================================== ] 768/1238 62% [====================================== ] 769/1238 62% [====================================== ] 770/1238 62% [====================================== ] 771/1238 62% [====================================== ] 772/1238 62% [====================================== ] 773/1238 62% [====================================== ] 774/1238 62% [====================================== ] 775/1238 62% [====================================== ] 776/1238 62% [====================================== ] 777/1238 62% [====================================== ] 778/1238 62% [======================================= ] 779/1238 62% [======================================= ] 780/1238 63% [======================================= ] 781/1238 63% [======================================= ] 782/1238 63% [======================================= ] 783/1238 63% [======================================= ] 784/1238 63% [======================================= ] 785/1238 63% [======================================= ] 786/1238 63% [======================================= ] 787/1238 63% [======================================= ] 788/1238 63% [======================================= ] 789/1238 63% [======================================= ] 790/1238 63% [======================================= ] 791/1238 63% [======================================= ] 792/1238 63% [======================================= ] 793/1238 64% [======================================= ] 794/1238 64% [======================================= ] 795/1238 64% [======================================= ] 796/1238 64% [======================================= ] 797/1238 64% [======================================= ] 798/1238 64% [======================================== ] 799/1238 64% [======================================== ] 800/1238 64% [======================================== ] 801/1238 64% [======================================== ] 802/1238 64% [======================================== ] 803/1238 64% [======================================== ] 804/1238 64% [======================================== ] 805/1238 65% [======================================== ] 806/1238 65% [======================================== ] 807/1238 65% [======================================== ] 808/1238 65% [======================================== ] 809/1238 65% [======================================== ] 810/1238 65% [======================================== ] 811/1238 65% [======================================== ] 812/1238 65% [======================================== ] 813/1238 65% [======================================== ] 814/1238 65% [======================================== ] 815/1238 65% [======================================== ] 816/1238 65% [======================================== ] 817/1238 65% [======================================== ] 818/1238 66% [========================================= ] 819/1238 66% [========================================= ] 820/1238 66% [========================================= ] 821/1238 66% [========================================= ] 822/1238 66% [========================================= ] 823/1238 66% [========================================= ] 824/1238 66% [========================================= ] 825/1238 66% [========================================= ] 826/1238 66% [========================================= ] 827/1238 66% [========================================= ] 828/1238 66% [========================================= ] 829/1238 66% [========================================= ] 830/1238 67% [========================================= ] 831/1238 67% [========================================= ] 832/1238 67% [========================================= ] 833/1238 67% [========================================= ] 834/1238 67% [========================================= ] 835/1238 67% [========================================= ] 836/1238 67% [========================================= ] 837/1238 67% [========================================= ] 838/1238 67% [========================================== ] 839/1238 67% [========================================== ] 840/1238 67% [========================================== ] 841/1238 67% [========================================== ] 842/1238 68% [========================================== ] 843/1238 68% [========================================== ] 844/1238 68% [========================================== ] 845/1238 68% [========================================== ] 846/1238 68% [========================================== ] 847/1238 68% [========================================== ] 848/1238 68% [========================================== ] 849/1238 68% [========================================== ] 850/1238 68% [========================================== ] 851/1238 68% [========================================== ] 852/1238 68% [========================================== ] 853/1238 68% [========================================== ] 854/1238 68% [========================================== ] 855/1238 69% [========================================== ] 856/1238 69% [========================================== ] 857/1238 69% [========================================== ] 858/1238 69% [=========================================== ] 859/1238 69% [=========================================== ] 860/1238 69% [=========================================== ] 861/1238 69% [=========================================== ] 862/1238 69% [=========================================== ] 863/1238 69% [=========================================== ] 864/1238 69% [=========================================== ] 865/1238 69% [=========================================== ] 866/1238 69% [=========================================== ] 867/1238 70% [=========================================== ] 868/1238 70% [=========================================== ] 869/1238 70% [=========================================== ] 870/1238 70% [=========================================== ] 871/1238 70% [=========================================== ] 872/1238 70% [=========================================== ] 873/1238 70% [=========================================== ] 874/1238 70% [=========================================== ] 875/1238 70% [=========================================== ] 876/1238 70% [=========================================== ] 877/1238 70% [=========================================== ] 878/1238 70% [============================================ ] 879/1238 71% [============================================ ] 880/1238 71% [============================================ ] 881/1238 71% [============================================ ] 882/1238 71% [============================================ ] 883/1238 71% [============================================ ] 884/1238 71% [============================================ ] 885/1238 71% [============================================ ] 886/1238 71% [============================================ ] 887/1238 71% [============================================ ] 888/1238 71% [============================================ ] 889/1238 71% [============================================ ] 890/1238 71% [============================================ ] 891/1238 71% [============================================ ] 892/1238 72% [============================================ ] 893/1238 72% [============================================ ] 894/1238 72% [============================================ ] 895/1238 72% [============================================ ] 896/1238 72% [============================================ ] 897/1238 72% [============================================ ] 898/1238 72% [============================================= ] 899/1238 72% [============================================= ] 900/1238 72% [============================================= ] 901/1238 72% [============================================= ] 902/1238 72% [============================================= ] 903/1238 72% [============================================= ] 904/1238 73% [============================================= ] 905/1238 73% [============================================= ] 906/1238 73% [============================================= ] 907/1238 73% [============================================= ] 908/1238 73% [============================================= ] 909/1238 73% [============================================= ] 910/1238 73% [============================================= ] 911/1238 73% [============================================= ] 912/1238 73% [============================================= ] 913/1238 73% [============================================= ] 914/1238 73% [============================================= ] 915/1238 73% [============================================= ] 916/1238 73% [============================================= ] 917/1238 74% [============================================= ] 918/1238 74% [============================================== ] 919/1238 74% [============================================== ] 920/1238 74% [============================================== ] 921/1238 74% [============================================== ] 922/1238 74% [============================================== ] 923/1238 74% [============================================== ] 924/1238 74% [============================================== ] 925/1238 74% [============================================== ] 926/1238 74% [============================================== ] 927/1238 74% [============================================== ] 928/1238 74% [============================================== ] 929/1238 75% [============================================== ] 930/1238 75% [============================================== ] 931/1238 75% [============================================== ] 932/1238 75% [============================================== ] 933/1238 75% [============================================== ] 934/1238 75% [============================================== ] 935/1238 75% [============================================== ] 936/1238 75% [============================================== ] 937/1238 75% [============================================== ] 938/1238 75% [=============================================== ] 939/1238 75% [=============================================== ] 940/1238 75% [=============================================== ] 941/1238 76% [=============================================== ] 942/1238 76% [=============================================== ] 943/1238 76% [=============================================== ] 944/1238 76% [=============================================== ] 945/1238 76% [=============================================== ] 946/1238 76% [=============================================== ] 947/1238 76% [=============================================== ] 948/1238 76% [=============================================== ] 949/1238 76% [=============================================== ] 950/1238 76% [=============================================== ] 951/1238 76% [=============================================== ] 952/1238 76% [=============================================== ] 953/1238 76% [=============================================== ] 954/1238 77% [=============================================== ] 955/1238 77% [=============================================== ] 956/1238 77% [=============================================== ] 957/1238 77% [=============================================== ] 958/1238 77% [================================================ ] 959/1238 77% [================================================ ] 960/1238 77% [================================================ ] 961/1238 77% [================================================ ] 962/1238 77% [================================================ ] 963/1238 77% [================================================ ] 964/1238 77% [================================================ ] 965/1238 77% [================================================ ] 966/1238 78% [================================================ ] 967/1238 78% [================================================ ] 968/1238 78% [================================================ ] 969/1238 78% [================================================ ] 970/1238 78% [================================================ ] 971/1238 78% [================================================ ] 972/1238 78% [================================================ ] 973/1238 78% [================================================ ] 974/1238 78% [================================================ ] 975/1238 78% [================================================ ] 976/1238 78% [================================================ ] 977/1238 78% [================================================ ] 978/1238 78% [================================================= ] 979/1238 79% [================================================= ] 980/1238 79% [================================================= ] 981/1238 79% [================================================= ] 982/1238 79% [================================================= ] 983/1238 79% [================================================= ] 984/1238 79% [================================================= ] 985/1238 79% [================================================= ] 986/1238 79% [================================================= ] 987/1238 79% [================================================= ] 988/1238 79% [================================================= ] 989/1238 79% [================================================= ] 990/1238 79% [================================================= ] 991/1238 80% [================================================= ] 992/1238 80% [================================================= ] 993/1238 80% [================================================= ] 994/1238 80% [================================================= ] 995/1238 80% [================================================= ] 996/1238 80% [================================================= ] 997/1238 80% [================================================= ] 998/1238 80% [================================================== ] 999/1238 80% [================================================== ] 1000/1238 80% [================================================== ] 1001/1238 80% [================================================== ] 1002/1238 80% [================================================== ] 1003/1238 81% [================================================== ] 1004/1238 81% [================================================== ] 1005/1238 81% [================================================== ] 1006/1238 81% [================================================== ] 1007/1238 81% [================================================== ] 1008/1238 81% [================================================== ] 1009/1238 81% [================================================== ] 1010/1238 81% [================================================== ] 1011/1238 81% [================================================== ] 1012/1238 81% [================================================== ] 1013/1238 81% [================================================== ] 1014/1238 81% [================================================== ] 1015/1238 81% [================================================== ] 1016/1238 82% [================================================== ] 1017/1238 82% [================================================== ] 1018/1238 82% [=================================================== ] 1019/1238 82% [=================================================== ] 1020/1238 82% [=================================================== ] 1021/1238 82% [=================================================== ] 1022/1238 82% [=================================================== ] 1023/1238 82% [=================================================== ] 1024/1238 82% [=================================================== ] 1025/1238 82% [=================================================== ] 1026/1238 82% [=================================================== ] 1027/1238 82% [=================================================== ] 1028/1238 83% [=================================================== ] 1029/1238 83% [=================================================== ] 1030/1238 83% [=================================================== ] 1031/1238 83% [=================================================== ] 1032/1238 83% [=================================================== ] 1033/1238 83% [=================================================== ] 1034/1238 83% [=================================================== ] 1035/1238 83% [=================================================== ] 1036/1238 83% [=================================================== ] 1037/1238 83% [=================================================== ] 1038/1238 83% [==================================================== ] 1039/1238 83% [==================================================== ] 1040/1238 84% [==================================================== ] 1041/1238 84% [==================================================== ] 1042/1238 84% [==================================================== ] 1043/1238 84% [==================================================== ] 1044/1238 84% [==================================================== ] 1045/1238 84% [==================================================== ] 1046/1238 84% [==================================================== ] 1047/1238 84% [==================================================== ] 1048/1238 84% [==================================================== ] 1049/1238 84% [==================================================== ] 1050/1238 84% [==================================================== ] 1051/1238 84% [==================================================== ] 1052/1238 84% [==================================================== ] 1053/1238 85% [==================================================== ] 1054/1238 85% [==================================================== ] 1055/1238 85% [==================================================== ] 1056/1238 85% [==================================================== ] 1057/1238 85% [==================================================== ] 1058/1238 85% [===================================================== ] 1059/1238 85% [===================================================== ] 1060/1238 85% [===================================================== ] 1061/1238 85% [===================================================== ] 1062/1238 85% [===================================================== ] 1063/1238 85% [===================================================== ] 1064/1238 85% [===================================================== ] 1065/1238 86% [===================================================== ] 1066/1238 86% [===================================================== ] 1067/1238 86% [===================================================== ] 1068/1238 86% [===================================================== ] 1069/1238 86% [===================================================== ] 1070/1238 86% [===================================================== ] 1071/1238 86% [===================================================== ] 1072/1238 86% [===================================================== ] 1073/1238 86% [===================================================== ] 1074/1238 86% [===================================================== ] 1075/1238 86% [===================================================== ] 1076/1238 86% [===================================================== ] 1077/1238 86% [===================================================== ] 1078/1238 87% [====================================================== ] 1079/1238 87% [====================================================== ] 1080/1238 87% [====================================================== ] 1081/1238 87% [====================================================== ] 1082/1238 87% [====================================================== ] 1083/1238 87% [====================================================== ] 1084/1238 87% [====================================================== ] 1085/1238 87% [====================================================== ] 1086/1238 87% [====================================================== ] 1087/1238 87% [====================================================== ] 1088/1238 87% [====================================================== ] 1089/1238 87% [====================================================== ] 1090/1238 88% [====================================================== ] 1091/1238 88% [====================================================== ] 1092/1238 88% [====================================================== ] 1093/1238 88% [====================================================== ] 1094/1238 88% [====================================================== ] 1095/1238 88% [====================================================== ] 1096/1238 88% [====================================================== ] 1097/1238 88% [====================================================== ] 1098/1238 88% [======================================================= ] 1099/1238 88% [======================================================= ] 1100/1238 88% [======================================================= ] 1101/1238 88% [======================================================= ] 1102/1238 89% [======================================================= ] 1103/1238 89% [======================================================= ] 1104/1238 89% [======================================================= ] 1105/1238 89% [======================================================= ] 1106/1238 89% [======================================================= ] 1107/1238 89% [======================================================= ] 1108/1238 89% [======================================================= ] 1109/1238 89% [======================================================= ] 1110/1238 89% [======================================================= ] 1111/1238 89% [======================================================= ] 1112/1238 89% [======================================================= ] 1113/1238 89% [======================================================= ] 1114/1238 89% [======================================================= ] 1115/1238 90% [======================================================= ] 1116/1238 90% [======================================================= ] 1117/1238 90% [======================================================= ] 1118/1238 90% [======================================================== ] 1119/1238 90% [======================================================== ] 1120/1238 90% [======================================================== ] 1121/1238 90% [======================================================== ] 1122/1238 90% [======================================================== ] 1123/1238 90% [======================================================== ] 1124/1238 90% [======================================================== ] 1125/1238 90% [======================================================== ] 1126/1238 90% [======================================================== ] 1127/1238 91% [======================================================== ] 1128/1238 91% [======================================================== ] 1129/1238 91% [======================================================== ] 1130/1238 91% [======================================================== ] 1131/1238 91% [======================================================== ] 1132/1238 91% [======================================================== ] 1133/1238 91% [======================================================== ] 1134/1238 91% [======================================================== ] 1135/1238 91% [======================================================== ] 1136/1238 91% [======================================================== ] 1137/1238 91% [======================================================== ] 1138/1238 91% [========================================================= ] 1139/1238 92% [========================================================= ] 1140/1238 92% [========================================================= ] 1141/1238 92% [========================================================= ] 1142/1238 92% [========================================================= ] 1143/1238 92% [========================================================= ] 1144/1238 92% [========================================================= ] 1145/1238 92% [========================================================= ] 1146/1238 92% [========================================================= ] 1147/1238 92% [========================================================= ] 1148/1238 92% [========================================================= ] 1149/1238 92% [========================================================= ] 1150/1238 92% [========================================================= ] 1151/1238 92% [========================================================= ] 1152/1238 93% [========================================================= ] 1153/1238 93% [========================================================= ] 1154/1238 93% [========================================================= ] 1155/1238 93% [========================================================= ] 1156/1238 93% [========================================================= ] 1157/1238 93% [========================================================= ] 1158/1238 93% [========================================================== ] 1159/1238 93% [========================================================== ] 1160/1238 93% [========================================================== ] 1161/1238 93% [========================================================== ] 1162/1238 93% [========================================================== ] 1163/1238 93% [========================================================== ] 1164/1238 94% [========================================================== ] 1165/1238 94% [========================================================== ] 1166/1238 94% [========================================================== ] 1167/1238 94% [========================================================== ] 1168/1238 94% [========================================================== ] 1169/1238 94% [========================================================== ] 1170/1238 94% [========================================================== ] 1171/1238 94% [========================================================== ] 1172/1238 94% [========================================================== ] 1173/1238 94% [========================================================== ] 1174/1238 94% [========================================================== ] 1175/1238 94% [========================================================== ] 1176/1238 94% [========================================================== ] 1177/1238 95% [========================================================== ] 1178/1238 95% [=========================================================== ] 1179/1238 95% [=========================================================== ] 1180/1238 95% [=========================================================== ] 1181/1238 95% [=========================================================== ] 1182/1238 95% [=========================================================== ] 1183/1238 95% [=========================================================== ] 1184/1238 95% [=========================================================== ] 1185/1238 95% [=========================================================== ] 1186/1238 95% [=========================================================== ] 1187/1238 95% [=========================================================== ] 1188/1238 95% [=========================================================== ] 1189/1238 96% [=========================================================== ] 1190/1238 96% [=========================================================== ] 1191/1238 96% [=========================================================== ] 1192/1238 96% [=========================================================== ] 1193/1238 96% [=========================================================== ] 1194/1238 96% [=========================================================== ] 1195/1238 96% [=========================================================== ] 1196/1238 96% [=========================================================== ] 1197/1238 96% [=========================================================== ] 1198/1238 96% [============================================================ ] 1199/1238 96% [============================================================ ] 1200/1238 96% [============================================================ ] 1201/1238 97% [============================================================ ] 1202/1238 97% [============================================================ ] 1203/1238 97% [============================================================ ] 1204/1238 97% [============================================================ ] 1205/1238 97% [============================================================ ] 1206/1238 97% [============================================================ ] 1207/1238 97% [============================================================ ] 1208/1238 97% [============================================================ ] 1209/1238 97% [============================================================ ] 1210/1238 97% [============================================================ ] 1211/1238 97% [============================================================ ] 1212/1238 97% [============================================================ ] 1213/1238 97% [============================================================ ] 1214/1238 98% [============================================================ ] 1215/1238 98% [============================================================ ] 1216/1238 98% [============================================================ ] 1217/1238 98% [============================================================ ] 1218/1238 98% [============================================================= ] 1219/1238 98% [============================================================= ] 1220/1238 98% [============================================================= ] 1221/1238 98% [============================================================= ] 1222/1238 98% [============================================================= ] 1223/1238 98% [============================================================= ] 1224/1238 98% [============================================================= ] 1225/1238 98% [============================================================= ] 1226/1238 99% [============================================================= ] 1227/1238 99% [============================================================= ] 1228/1238 99% [============================================================= ] 1229/1238 99% [============================================================= ] 1230/1238 99% [============================================================= ] 1231/1238 99% [============================================================= ] 1232/1238 99% [============================================================= ] 1233/1238 99% [============================================================= ] 1234/1238 99% [============================================================= ] 1235/1238 99% [============================================================= ] 1236/1238 99% [============================================================= ] 1237/1238 99% [==============================================================] 1238/1238 100% operation complete, 1238 objects in 58410 NAND pages. ln -snf /home/buildroot/instance-0/output-1/host/aarch64-buildroot-linux-musl/sysroot /home/buildroot/instance-0/output-1/staging make: Leaving directory '/home/buildroot/instance-0/buildroot' make: Entering directory '/home/buildroot/instance-0/buildroot' >>> Buildroot 2024.11-142-g166387d2f5 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> gcc-final 13.3.0 Collecting legal info COPYING.RUNTIME: OK (sha256: 9d6b43ce4d8de0c878bf16b54d8e7a10d9bd42b75178153e3af6a815bdc90f74) >>> host-fakedate Collecting legal info >>> host-skeleton Collecting legal info >>> host-gcc-final 13.3.0 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING3.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> host-binutils 2.42 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-tar 1.35 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-gmp 6.3.0 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-mpc 1.3.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> musl 1.2.5 Collecting legal info COPYRIGHT: OK (sha256: f9bc4423732350eb0b3f7ed7e91d530298476f8fec0c6c427a1c04ade22655af) >>> host-gcc-initial 13.3.0 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING3.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> linux-headers 6.6.63 Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> musl-compat-headers Collecting legal info >>> toolchain Collecting legal info >>> aespipe 2.4h Collecting legal info >>> android-tools 4.2.2+git20130218 Collecting legal info debian/copyright: OK (sha256: 170c5939bf8c8eed1db8f66f2d6155e8c1a3e799e390b55e7aad253195b1ebf5) >>> host-pkgconf 2.3.0 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> openssl Collecting legal info >>> libressl 3.9.2 Collecting legal info COPYING: OK (sha256: 5c63613f008f16a9c0025c096bbd736cecf720494d121b5c5203e0ec6e5955b1) >>> host-cmake 3.31.1 Collecting legal info Copyright.txt: OK (sha256: 0676e30827684487aa0ea8f72f01e9460a6320fa34a2888df0ad1dd3e8a06eb8) >>> zlib Collecting legal info >>> libzlib 1.3.1 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> host-android-tools 4.2.2+git20130218 Collecting legal info debian/copyright: OK (sha256: 170c5939bf8c8eed1db8f66f2d6155e8c1a3e799e390b55e7aad253195b1ebf5) >>> host-openssl Collecting legal info >>> host-libopenssl 3.4.0 Collecting legal info LICENSE.txt: OK (sha256: 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a) >>> host-zlib Collecting legal info >>> host-libzlib 1.3.1 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> bmon 4.0 Collecting legal info LICENSE.BSD: OK (sha256: 59ae3d59c672bfb955917a8e32f5cacba7f8ce716c499a4c63dc8cd8cb5c4991) LICENSE.MIT: OK (sha256: a2a6760c2c6fa779a635e4a7ad00f668862ebcadb2a8a57d16662543e103e08c) >>> libconfuse 3.3 Collecting legal info LICENSE: OK (sha256: dc3ff4b62f851dd2e94a151061ffeb7d28ddfc880a442068dc5283dbaa927306) >>> libnl 3.9.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-autoconf 2.72 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-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> 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.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> host-ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> busybox 1.36.1 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> libtirpc 1.3.6 Collecting legal info COPYING: OK (sha256: 17cf6098f95bdbb269f0bbc68e76c88fe20487ca7ec53f454923ab4256ecd2e7) >>> sysvinit 3.04 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> util-linux 2.40.2 Collecting legal info README.licensing: OK (sha256: 27f25514040a401b2ceb7057eae1f46cedb1666664b519b5be7e0960d1b35164) 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) Documentation/licenses/COPYING.MIT: OK (sha256: 8555341619542abb48c102afd954e42d4478e5be16ad3d5af7b0ff71009e7348) >>> pcre2 10.43 Collecting legal info LICENCE: OK (sha256: 030087e2e8dd7c1bdd26057d25d4ded8f45bbf01ad458d68665ad04b8b0fbedf) >>> cairo 1.18.2 Collecting legal info COPYING: OK (sha256: 67228a9f7c5f9b67c58f556f1be178f62da4d9e2e6285318d8c74d567255abdf) COPYING-LGPL-2.1: OK (sha256: 9e9e8608c4cdda51a78cc3a385f4ec9a2e4c96d5ecad74ac8bca5fca3e563b7d) COPYING-MPL-1.1: OK (sha256: 53692a2ed6c6a2c6ec9b32dd0b820dfae91e0a1fcdf625ca9ed0bdf8705fcc4f) >>> fontconfig 2.14.2 Collecting legal info COPYING: OK (sha256: 51a51aa9823704fd90bccc616cdd17ebabb5b2b3e9cbde886ca02c7002288067) >>> expat 2.6.4 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> freetype 2.13.2 Collecting legal info LICENSE.TXT: OK (sha256: 2e3bbb7d7c5c396368dd0853a790ec29ce5b8647163dde42a0493fb0d6556b2b) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-meson 1.6.0 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.11.1.g95dee.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python-installer 0.7.0 Collecting legal info LICENSE: OK (sha256: 37b8b9f2569892fa54406383d431169dbb2115980d78b7efba6eeae5664c484f) >>> host-python-flit-core 3.10.1 Collecting legal info LICENSE: OK (sha256: 35b4f1dec512e617077fd6980dbb43ef8c2887adc5d0185edb4c04da175dd816) >>> host-python3 3.12.8 Collecting legal info LICENSE: OK (sha256: 3b2f81fe21d181c499c59a256c8e1968455d6689d269aa85373bfb6af41da3bf) >>> host-autoconf-archive 2023.02.20 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.6.4 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libffi 3.4.6 Collecting legal info LICENSE: OK (sha256: 67894089811f93fca47a76f85e017da6f8582d4ba0905963c6e0f1ad6df7a195) >>> host-python-pypa-build 1.2.2 Collecting legal info LICENSE: OK (sha256: aaf9a29ca5907971ccf07de025375db34539a8d5eeebce20b46099805722106f) >>> host-python-packaging 24.2 Collecting legal info LICENSE: OK (sha256: cad1ef5bd340d73e074ba614d26f7deaca5c7940c3d8c34852e65c4909686c48) LICENSE.APACHE: OK (sha256: 0d542e0c8804e39aa7f37eb00da5a762149dc682d7829451287e11b938e94594) LICENSE.BSD: OK (sha256: b70e7e9b742f1cc6f948b34c16aa39ffece94196364bc88ff0d2180f0028fac5) >>> host-python-pyproject-hooks 1.2.0 Collecting legal info LICENSE: OK (sha256: 1b22b049b5267d6dfc23a67bf4a84d8ec04b9fdfb1a51d360e42b4342c8b4154) >>> host-python-setuptools 75.3.0 Collecting legal info LICENSE: OK (sha256: 86da0f01aeae46348a3c3d465195dc1ceccde79f79e87769a64b8da04b2a4741) >>> host-python-wheel 0.45.0 Collecting legal info LICENSE.txt: OK (sha256: 30c23618679108f3e8ea1d2a658c7ca417bdfc891c98ef1a89fa4ff0c9828654) >>> libglib2 2.76.1 Collecting legal info COPYING: OK (sha256: fa6f36630bb1e0c571d34b2bbdf188d08495c9dbf58f28cac112f303fc1f58fb) >>> host-libglib2 2.76.1 Collecting legal info COPYING: OK (sha256: fa6f36630bb1e0c571d34b2bbdf188d08495c9dbf58f28cac112f303fc1f58fb) >>> host-pcre2 10.43 Collecting legal info LICENCE: OK (sha256: 030087e2e8dd7c1bdd26057d25d4ded8f45bbf01ad458d68665ad04b8b0fbedf) >>> host-util-linux 2.40.2 Collecting legal info README.licensing: OK (sha256: 27f25514040a401b2ceb7057eae1f46cedb1666664b519b5be7e0960d1b35164) 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) Documentation/licenses/COPYING.MIT: OK (sha256: 8555341619542abb48c102afd954e42d4478e5be16ad3d5af7b0ff71009e7348) >>> libffi 3.4.6 Collecting legal info LICENSE: OK (sha256: 67894089811f93fca47a76f85e017da6f8582d4ba0905963c6e0f1ad6df7a195) >>> pixman 0.42.2 Collecting legal info COPYING: OK (sha256: fac9270f0987b96ff4533fca3548c633e02083cbba4a0172a3b149b2e4019793) >>> coremark 1.01 Collecting legal info LICENSE.md: OK (sha256: d72094a3cb629dc7712ae09b7b777416903c6670930928b5530f2ddfb2296888) >>> dash 0.5.12 Collecting legal info COPYING: OK (sha256: 254a7894923ff62e69184a991dcbccae97edee58a1105e8efbe78caf10595d72) >>> dmalloc 5.6.5 Collecting legal info LICENSE.txt: OK (sha256: 8657f6bc5ebb765dd792b2c3c54d5dc37b8b4e6bbe8aa48d464fd92081b1e720) >>> dnsmasq 2.90 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING-v3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> execline 2.9.6.0 Collecting legal info COPYING: OK (sha256: fdc931295525dd0009cdf339189cbecd228d65cefe33402f037f9b046f07989e) >>> skalibs 2.14.2.0 Collecting legal info COPYING: OK (sha256: fdc931295525dd0009cdf339189cbecd228d65cefe33402f037f9b046f07989e) >>> forge 1.3.1 Collecting legal info LICENSE: OK (sha256: f63ff0e4e239244aa79280da2dd4811a0469e5e201caf5cbc0d97c3a1dff8e82) >>> gdk-pixbuf 2.42.12 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-gdk-pixbuf 2.42.12 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libpng 1.6.44 Collecting legal info LICENSE: OK (sha256: 7317e078e2d3b5d7ba5a6159e650945153262b44b76f6700f8e9edb261c5143e) >>> host-genext2fs 1.5.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> ghostscript-fonts 8.11 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> giflib 5.2.2 Collecting legal info COPYING: OK (sha256: 0c9b7990ecdca88b676db232c226548ac408b279f550d424d996f0d83591dd8e) >>> gmp 6.3.0 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> initscripts Collecting legal info >>> jansson 2.14 Collecting legal info LICENSE: OK (sha256: 1fff7d37d22157bcd81ab53b6c54da755d7c2f868f15807d9bde920f10730da0) >>> jose 11 Collecting legal info COPYING: OK (sha256: 09e8a9bcec8067104652c168685ab0931e7868f9c8284b66f5ae6edae5f1130b) >>> jszip 3.10.1 Collecting legal info LICENSE.markdown: OK (sha256: 566c953c6090b1218ca6217dd7359d45dde46581968586dc607d59a78af6a9c4) >>> libevent 2.1.12 Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> libgsasl 1.10.0 Collecting legal info README: OK (sha256: 26e99818ca6ce79d8b2c461fabc72dc6e03483e6b0fd9692dcb07ab1b09bbac7) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libidn 1.42 Collecting legal info COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYINGv3: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.LESSERv3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> libiqrf 0.1.2 Collecting legal info src/iqrf.c: OK (sha256: 11e0700d7c23604d86fa1e7c54c7caa778d79eeb0035be8f80b5a552224ef015) >>> libusb 1.0.27 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libnfs 5.0.3 Collecting legal info COPYING: OK (sha256: edd960c0142b8ada98b43b6396b78f4e557b0bc70ac601a51e397ad04070e2c5) LICENCE-BSD.txt: OK (sha256: d9406ced95457941032aa11d04623b8ab71f2827a3395ebef137aec475be35b1) LICENCE-LGPL-2.1.txt: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENCE-GPL-3.txt: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libpcap 1.10.5 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> libsoc 0.8.2 Collecting legal info LICENCE: OK (sha256: 782dafc98788c358fb20e530c8fde3186cdb60f5e18fe6d348fe84ee9f65ddb0) >>> libubootenv 0.3.5 Collecting legal info LICENSES/CC0-1.0.txt: OK (sha256: 0558101984550fa84d1d13c2af11d116c20079d2be58711e8d99cadce7009192) LICENSES/LGPL-2.1-or-later.txt: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES/MIT.txt: OK (sha256: 89807acf2309bd285f033404ee78581602f3cd9b819a16ac2f0e5f60ff4a473e) >>> libyaml 0.2.5 Collecting legal info License: OK (sha256: c40112449f254b9753045925248313e9270efa36d226b22d82d4cc6c43c57f29) >>> libucontext 1.2 Collecting legal info LICENSE: OK (sha256: ecf4be354bbb6ccebdf150d1a8f2b3caeb10cf7c8a580f278a30799372f9e037) >>> libuev 2.4.1 Collecting legal info LICENSE: OK (sha256: 387d0d8e2aabf187751c8f1ebb9a4abaecaa7e0e05fead27f408193a0f0f17dd) >>> libxml2 2.13.5 Collecting legal info Copyright: OK (sha256: c99aae1afe013e50b8b3701e089222b351258043c3025b64053a233fd25b4be7) >>> mpc 1.3.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> mpfr 4.1.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> mutt 2.2.13 Collecting legal info GPL: OK (sha256: 732f24b69a6c71cd8e01e4672bb8e12cc1cbb88a50a4665e6ca4fd95000a57ee) >>> ndisc6 1.0.7 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> orc 0.4.34 Collecting legal info COPYING: OK (sha256: 4f5dabb1b44bb6fc5cd53820b1f103147ad61b395a57903991325bd1b85d97bf) >>> host-orc 0.4.34 Collecting legal info COPYING: OK (sha256: 4f5dabb1b44bb6fc5cd53820b1f103147ad61b395a57903991325bd1b85d97bf) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> php 8.3.14 Collecting legal info LICENSE: OK (sha256: b42e4df5e50e6ecda1047d503d6d91d71032d09ed1027ba1ef29eed26f890c5a) >>> procrank_linux 21c30ab4514a5b15ac6e813e21bee0d3d714cb08 Collecting legal info NOTICE: OK (sha256: 38751245389e1e23f73e6f5384b5cbe7fa972cc4410c5adc9c04b082a0b9561a) >>> ptpd2 2.3.1 Collecting legal info COPYRIGHT: OK (sha256: 5e101ac565a8e74ef4efbf7e0c95ef9333e00618c05dbf5fb4ed50a5bab1ff09) >>> putty 0.81 Collecting legal info LICENCE: OK (sha256: e0410341c5e45f7479c28d79298edbf615589cdfc115b2d69683d4ccd0425ce0) >>> raspi-gpio 4edfde183ff3ac9ed66cdc015ae25e45f3a5502d Collecting legal info LICENSE: OK (sha256: 6e02227e1fb942687163996678d94add7911890c50025912d0ae7ee66d256bb2) >>> rtl8723ds-bt 14cedf3a9fec1aa8c500fa52f3e3acc433cbcf08 Collecting legal info >>> rtptools 1.22 Collecting legal info LICENSE: OK (sha256: f864592065e232c0b444ae9682a7a1a2c6aafe96712999f794bec24d4441a6a9) >>> sredird 2.2.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> tmux 3.3a Collecting legal info COPYING: OK (sha256: c031bd37f464c534277814f6aa38686fa023d094261d57fd2545ad592bb53ccd) >>> uredir 3.3 Collecting legal info LICENSE: OK (sha256: e4b8fd3375ce44e5e03be199724a8785510ea5fa58ed92a7a34fd0ccbd35db10) >>> zip 3.0 Collecting legal info LICENSE: OK (sha256: 8ecd6c1bab449127eb665cef1561e73a8bce52e217375f6f466939e137b1e110) >>> host-acl 2.3.2 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.2 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-fakeroot 1.36 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: linux-headers-6.6.63: cannot save license (LINUX_HEADERS_LICENSE_FILES not defined) WARNING: aespipe-2.4h: cannot save license (AESPIPE_LICENSE_FILES not defined) WARNING: rtl8723ds-bt-14cedf3a9fec1aa8c500fa52f3e3acc433cbcf08: cannot save license (RTL8723DS_BT_LICENSE_FILES not defined) Legal info produced in /home/buildroot/instance-0/output-1/legal-info make: Leaving directory '/home/buildroot/instance-0/buildroot'