gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o progress_bar.o progress_bar.c gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o mkyaffs2.o mkyaffs2.c In file included from /usr/include/string.h:535, from mkyaffs2.c:28: In function 'strncpy', inlined from 'mkyaffs2_write_obj' at mkyaffs2.c:696:2, inlined from 'mkyaffs2_write_objtree' at mkyaffs2.c:780:11: /usr/include/x86_64-linux-gnu/bits/string_fortified.h:95:10: warning: '__builtin_strncpy' output may be truncated copying 255 bytes from a string of length 255 [-Wstringop-truncation] 95 | return __builtin___strncpy_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 96 | __glibc_objsize (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'strncpy', inlined from 'mkyaffs2_scan_dir' at mkyaffs2.c:595:3: /usr/include/x86_64-linux-gnu/bits/string_fortified.h:95:10: warning: '__builtin_strncpy' output may be truncated copying 255 bytes from a string of length 255 [-Wstringop-truncation] 95 | return __builtin___strncpy_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 96 | __glibc_objsize (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -o mkyaffs2 yaffs2/yaffs_hweight.o yaffs2/yaffs_ecc.o yaffs2/yaffs_packedtags1.o yaffs2/yaffs_packedtags2.o safe_rw.o endian_convert.o progress_bar.o mkyaffs2.o -lm gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o unyaffs2.o unyaffs2.c unyaffs2.c: In function 'unyaffs2_obj_chattr': unyaffs2.c:711:9: warning: ignoring return value of 'lchown' declared with attribute 'warn_unused_result' [-Wunused-result] 711 | lchown(fpath, obj->uid, obj->gid); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/string.h:535, from unyaffs2.c:26: In function 'memcpy', inlined from 'unyaffs2_extract_hardlink' at unyaffs2.c:1151:2, inlined from 'unyaffs2_extract_obj' at unyaffs2.c:1218:12: /usr/include/x86_64-linux-gnu/bits/string_fortified.h:29:10: warning: '__builtin___memcpy_chk' writing 16 bytes into a region of size 8 overflows the destination [-Wstringop-overflow=] 29 | return __builtin___memcpy_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 30 | __glibc_objsize0 (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'strncpy', inlined from 'unyaffs2_oh2obj' at unyaffs2.c:632:2, inlined from 'unyaffs2_scan_chunk' at unyaffs2.c:811:3, inlined from 'unyaffs2_scan_img' at unyaffs2.c:874:4, inlined from 'unyaffs2_extract_image' at unyaffs2.c:1476:6: /usr/include/x86_64-linux-gnu/bits/string_fortified.h:95:10: warning: '__builtin_strncpy' output may be truncated copying 255 bytes from a string of length 255 [-Wstringop-truncation] 95 | return __builtin___strncpy_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 96 | __glibc_objsize (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -o unyaffs2 yaffs2/yaffs_hweight.o yaffs2/yaffs_ecc.o yaffs2/yaffs_packedtags1.o yaffs2/yaffs_packedtags2.o safe_rw.o endian_convert.o progress_bar.o unyaffs2.o -lm gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o unspare2.o unspare2.c gcc -o unspare2 yaffs2/yaffs_hweight.o yaffs2/yaffs_ecc.o yaffs2/yaffs_packedtags1.o yaffs2/yaffs_packedtags2.o safe_rw.o endian_convert.o progress_bar.o unspare2.o -lm make[1]: Leaving directory '/nvmedata/autobuild/instance-1/output-1/build/host-yaffs2utils-0.2.9' >>> host-yaffs2utils 0.2.9 Installing to host directory mkdir -p /nvmedata/autobuild/instance-1/output-1/host/bin PATH="/nvmedata/autobuild/instance-1/output-1/host/bin:/nvmedata/autobuild/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-1/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/nvmedata/autobuild/instance-1/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-1/output-1/host/share/pkgconfig" /usr/bin/make -j1 -C /nvmedata/autobuild/instance-1/output-1/build/host-yaffs2utils-0.2.9 INSTALLDIR=/nvmedata/autobuild/instance-1/output-1/host/bin install make[1]: Entering directory '/nvmedata/autobuild/instance-1/output-1/build/host-yaffs2utils-0.2.9' cp mkyaffs2 unyaffs2 unspare2 /nvmedata/autobuild/instance-1/output-1/host/bin make[1]: Leaving directory '/nvmedata/autobuild/instance-1/output-1/build/host-yaffs2utils-0.2.9' >>> Finalizing host directory >>> Finalizing target directory mkdir -p /nvmedata/autobuild/instance-1/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Os', '-g0', '-D_FORTIFY_SOURCE=1'@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_LDFLAGS@%@PKG_TARGET_LDFLAGS@%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Os', '-g0', '-D_FORTIFY_SOURCE=1'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_CC@%/nvmedata/autobuild/instance-1/output-1/host/bin/nios2-buildroot-linux-gnu-gcc%g" -e "s%@TARGET_CXX@%/nvmedata/autobuild/instance-1/output-1/host/bin/nios2-buildroot-linux-gnu-g++%g" -e "s%@TARGET_AR@%/nvmedata/autobuild/instance-1/output-1/host/bin/nios2-buildroot-linux-gnu-gcc-ar%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%nios2%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%little%g" -e "s%@TARGET_CFLAGS@%%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%%g" -e "s%@BR2_CMAKE@%/usr/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/nvmedata/autobuild/instance-1/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/nvmedata/autobuild/instance-1/output-1/host%g" -e "s%@STAGING_DIR@%/nvmedata/autobuild/instance-1/output-1/host/nios2-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /nvmedata/autobuild/instance-1/buildroot/support/misc/cross-compilation.conf.in > /nvmedata/autobuild/instance-1/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/nvmedata/autobuild/instance-1/output-1/host/bin/nios2-buildroot-linux-gnu-gcc%g" -e "s%@TARGET_CXX@%/nvmedata/autobuild/instance-1/output-1/host/bin/nios2-buildroot-linux-gnu-g++%g" -e "s%@TARGET_AR@%/nvmedata/autobuild/instance-1/output-1/host/bin/nios2-buildroot-linux-gnu-gcc-ar%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%nios2%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%little%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Os', '-g0', '-D_FORTIFY_SOURCE=1'%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Os', '-g0', '-D_FORTIFY_SOURCE=1'%g" -e "s%@BR2_CMAKE@%/usr/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/nvmedata/autobuild/instance-1/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/nvmedata/autobuild/instance-1/output-1/host%g" -e "s%@STAGING_DIR@%/nvmedata/autobuild/instance-1/output-1/host/nios2-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /nvmedata/autobuild/instance-1/buildroot/support/misc/cross-compilation.conf.in > /nvmedata/autobuild/instance-1/output-1/host/etc/meson/cross-compilation.conf grep -qsE '^/bin/bash$' /nvmedata/autobuild/instance-1/output-1/target/etc/shells || echo "/bin/bash" >> /nvmedata/autobuild/instance-1/output-1/target/etc/shells /usr/bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~console::respawn:/sbin/getty -L console 0 vt100 #~' /nvmedata/autobuild/instance-1/output-1/target/etc/inittab /usr/bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /nvmedata/autobuild/instance-1/output-1/target/etc/inittab if grep -q CONFIG_ASH=y /nvmedata/autobuild/instance-1/output-1/build/busybox-1.35.0/.config; then grep -qsE '^/bin/ash$' /nvmedata/autobuild/instance-1/output-1/target/etc/shells || echo "/bin/ash" >> /nvmedata/autobuild/instance-1/output-1/target/etc/shells; fi if grep -q CONFIG_HUSH=y /nvmedata/autobuild/instance-1/output-1/build/busybox-1.35.0/.config; then grep -qsE '^/bin/hush$' /nvmedata/autobuild/instance-1/output-1/target/etc/shells || echo "/bin/hush" >> /nvmedata/autobuild/instance-1/output-1/target/etc/shells; fi rm -rf /nvmedata/autobuild/instance-1/output-1/target/usr/share/lua/5.4/doc rm -rf /nvmedata/autobuild/instance-1/output-1/target/usr/lib/luarocks mkdir -p /nvmedata/autobuild/instance-1/output-1/target/etc echo "buildroot" > /nvmedata/autobuild/instance-1/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /nvmedata/autobuild/instance-1/output-1/target/etc/hosts mkdir -p /nvmedata/autobuild/instance-1/output-1/target/etc echo "Welcome to Buildroot" > /nvmedata/autobuild/instance-1/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /nvmedata/autobuild/instance-1/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /nvmedata/autobuild/instance-1/output-1/target/etc/shells || echo "/bin/sh" >> /nvmedata/autobuild/instance-1/output-1/target/etc/shells if [ -x /nvmedata/autobuild/instance-1/output-1/target/sbin/swapon -a -x /nvmedata/autobuild/instance-1/output-1/target/sbin/swapoff ]; then /usr/bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /nvmedata/autobuild/instance-1/output-1/target/etc/inittab; else /usr/bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /nvmedata/autobuild/instance-1/output-1/target/etc/inittab; fi grep -qsE '^/bin/zsh$' /nvmedata/autobuild/instance-1/output-1/target/etc/shells || echo "/bin/zsh" >> /nvmedata/autobuild/instance-1/output-1/target/etc/shells rm -rf /nvmedata/autobuild/instance-1/output-1/target/usr/include /nvmedata/autobuild/instance-1/output-1/target/usr/share/aclocal \ /nvmedata/autobuild/instance-1/output-1/target/usr/lib/pkgconfig /nvmedata/autobuild/instance-1/output-1/target/usr/share/pkgconfig \ /nvmedata/autobuild/instance-1/output-1/target/usr/lib/cmake /nvmedata/autobuild/instance-1/output-1/target/usr/share/cmake \ /nvmedata/autobuild/instance-1/output-1/target/usr/doc find /nvmedata/autobuild/instance-1/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /nvmedata/autobuild/instance-1/output-1/target/lib/ /nvmedata/autobuild/instance-1/output-1/target/usr/lib/ /nvmedata/autobuild/instance-1/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /nvmedata/autobuild/instance-1/output-1/target/usr/share/gdb rm -rf /nvmedata/autobuild/instance-1/output-1/target/usr/man /nvmedata/autobuild/instance-1/output-1/target/usr/share/man rm -rf /nvmedata/autobuild/instance-1/output-1/target/usr/info /nvmedata/autobuild/instance-1/output-1/target/usr/share/info rm -rf /nvmedata/autobuild/instance-1/output-1/target/usr/doc /nvmedata/autobuild/instance-1/output-1/target/usr/share/doc rm -rf /nvmedata/autobuild/instance-1/output-1/target/usr/share/gtk-doc rmdir /nvmedata/autobuild/instance-1/output-1/target/usr/share 2>/dev/null || true rm -rf /nvmedata/autobuild/instance-1/output-1/target/lib/debug /nvmedata/autobuild/instance-1/output-1/target/usr/lib/debug find /nvmedata/autobuild/instance-1/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /bin/true 2>/dev/null || true find /nvmedata/autobuild/instance-1/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /nvmedata/autobuild/instance-1/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /nvmedata/autobuild/instance-1/output-1/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /nvmedata/autobuild/instance-1/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2022.05-728-g321cec7b9c"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2022.08-git"; \ echo "PRETTY_NAME=\"Buildroot 2022.08-git\"" \ ) > /nvmedata/autobuild/instance-1/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /nvmedata/autobuild/instance-1/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/nvmedata/autobuild/instance-1/output-1/per-package /nvmedata/autobuild/instance-1/buildroot/support/scripts/fix-rpath target touch /nvmedata/autobuild/instance-1/output-1/target/usr >>> Generating root filesystems common tables rm -rf /nvmedata/autobuild/instance-1/output-1/build/buildroot-fs mkdir -p /nvmedata/autobuild/instance-1/output-1/build/buildroot-fs printf ' ftp -1 ftp -1 * /home/ftp - - Anonymous FTP User\n\n' >> /nvmedata/autobuild/instance-1/output-1/build/buildroot-fs/full_users_table.txt printf ' /bin/busybox f 4755 0 0 - - - - -\n\n' > /nvmedata/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /nvmedata/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.tar mkdir -p /nvmedata/autobuild/instance-1/output-1/images rm -rf /nvmedata/autobuild/instance-1/output-1/build/buildroot-fs/tar mkdir -p /nvmedata/autobuild/instance-1/output-1/build/buildroot-fs/tar rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /nvmedata/autobuild/instance-1/output-1/target/ /nvmedata/autobuild/instance-1/output-1/build/buildroot-fs/tar/target echo '#!/bin/sh' > /nvmedata/autobuild/instance-1/output-1/build/buildroot-fs/tar/fakeroot echo "set -e" >> /nvmedata/autobuild/instance-1/output-1/build/buildroot-fs/tar/fakeroot echo "chown -h -R 0:0 /nvmedata/autobuild/instance-1/output-1/build/buildroot-fs/tar/target" >> /nvmedata/autobuild/instance-1/output-1/build/buildroot-fs/tar/fakeroot PATH="/nvmedata/autobuild/instance-1/output-1/host/bin:/nvmedata/autobuild/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /nvmedata/autobuild/instance-1/buildroot/support/scripts/mkusers /nvmedata/autobuild/instance-1/output-1/build/buildroot-fs/full_users_table.txt /nvmedata/autobuild/instance-1/output-1/build/buildroot-fs/tar/target >> /nvmedata/autobuild/instance-1/output-1/build/buildroot-fs/tar/fakeroot echo "/nvmedata/autobuild/instance-1/output-1/host/bin/makedevs -d /nvmedata/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt /nvmedata/autobuild/instance-1/output-1/build/buildroot-fs/tar/target" >> /nvmedata/autobuild/instance-1/output-1/build/buildroot-fs/tar/fakeroot echo "find /nvmedata/autobuild/instance-1/output-1/build/buildroot-fs/tar/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /nvmedata/autobuild/instance-1/output-1/build/buildroot-fs/tar/fakeroot echo "find /nvmedata/autobuild/instance-1/output-1/build/buildroot-fs/tar/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /nvmedata/autobuild/instance-1/output-1/build/buildroot-fs/tar/fakeroot printf ' \n' >> /nvmedata/autobuild/instance-1/output-1/build/buildroot-fs/tar/fakeroot printf ' \n' >> /nvmedata/autobuild/instance-1/output-1/build/buildroot-fs/tar/fakeroot printf ' (cd /nvmedata/autobuild/instance-1/output-1/build/buildroot-fs/tar/target; find -print0 | LC_ALL=C sort -z | tar --pax-option=exthdr.name=%%d/PaxHeaders/%%f,atime:=0,ctime:=0 -cf /nvmedata/autobuild/instance-1/output-1/images/rootfs.tar --null --xattrs-include='\''*'\'' --no-recursion -T - --numeric-owner)\n' >> /nvmedata/autobuild/instance-1/output-1/build/buildroot-fs/tar/fakeroot chmod a+x /nvmedata/autobuild/instance-1/output-1/build/buildroot-fs/tar/fakeroot PATH="/nvmedata/autobuild/instance-1/output-1/host/bin:/nvmedata/autobuild/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" FAKEROOTDONTTRYCHOWN=1 /nvmedata/autobuild/instance-1/output-1/host/bin/fakeroot -- /nvmedata/autobuild/instance-1/output-1/build/buildroot-fs/tar/fakeroot rootdir=/nvmedata/autobuild/instance-1/output-1/build/buildroot-fs/tar/target table='/nvmedata/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt' PATH="/nvmedata/autobuild/instance-1/output-1/host/bin:/nvmedata/autobuild/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /nvmedata/autobuild/instance-1/output-1/host/bin/lzop -9 -c /nvmedata/autobuild/instance-1/output-1/images/rootfs.tar > /nvmedata/autobuild/instance-1/output-1/images/rootfs.tar.lzo >>> Generating filesystem image rootfs.yaffs2 mkdir -p /nvmedata/autobuild/instance-1/output-1/images rm -rf /nvmedata/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2 mkdir -p /nvmedata/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /nvmedata/autobuild/instance-1/output-1/target/ /nvmedata/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /nvmedata/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /nvmedata/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /nvmedata/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target" >> /nvmedata/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/nvmedata/autobuild/instance-1/output-1/host/bin:/nvmedata/autobuild/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /nvmedata/autobuild/instance-1/buildroot/support/scripts/mkusers /nvmedata/autobuild/instance-1/output-1/build/buildroot-fs/full_users_table.txt /nvmedata/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target >> /nvmedata/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/nvmedata/autobuild/instance-1/output-1/host/bin/makedevs -d /nvmedata/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt /nvmedata/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target" >> /nvmedata/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /nvmedata/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /nvmedata/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /nvmedata/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /nvmedata/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /nvmedata/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /nvmedata/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /nvmedata/autobuild/instance-1/output-1/host/bin/mkyaffs2 --all-root /nvmedata/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target /nvmedata/autobuild/instance-1/output-1/images/rootfs.yaffs2\n' >> /nvmedata/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /nvmedata/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/nvmedata/autobuild/instance-1/output-1/host/bin:/nvmedata/autobuild/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" FAKEROOTDONTTRYCHOWN=1 /nvmedata/autobuild/instance-1/output-1/host/bin/fakeroot -- /nvmedata/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/nvmedata/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target table='/nvmedata/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/nvmedata/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][done] scanning complete, total 2899 objects. stage 2: creating image '/nvmedata/autobuild/instance-1/output-1/images/rootfs.yaffs2' [ ] 1/2899 0% [ ] 2/2899 0% [ ] 3/2899 0% [ ] 4/2899 0% [ ] 5/2899 0% [ ] 6/2899 0% [ ] 7/2899 0% [ ] 8/2899 0% [ ] 9/2899 0% [ ] 10/2899 0% [ ] 11/2899 0% [ ] 12/2899 0% [ ] 13/2899 0% [ ] 14/2899 0% [ ] 15/2899 0% [ ] 16/2899 0% [ ] 17/2899 0% [ ] 18/2899 0% [ ] 19/2899 0% [ ] 20/2899 0% [ ] 21/2899 0% [ ] 22/2899 0% [ ] 23/2899 0% [ ] 24/2899 0% [ ] 25/2899 0% [ ] 26/2899 0% [ ] 27/2899 0% [ ] 28/2899 0% [ ] 29/2899 1% [ ] 30/2899 1% [ ] 31/2899 1% [ ] 32/2899 1% [ ] 33/2899 1% [ ] 34/2899 1% [ ] 35/2899 1% [ ] 36/2899 1% [ ] 37/2899 1% [ ] 38/2899 1% [ ] 39/2899 1% [ ] 40/2899 1% [ ] 41/2899 1% [ ] 42/2899 1% [ ] 43/2899 1% [ ] 44/2899 1% [ ] 45/2899 1% [ ] 46/2899 1% [= ] 47/2899 1% [= ] 48/2899 1% [= ] 49/2899 1% [= ] 50/2899 1% [= ] 51/2899 1% [= ] 52/2899 1% [= ] 53/2899 1% [= ] 54/2899 1% [= ] 55/2899 1% [= ] 56/2899 1% [= ] 57/2899 1% [= ] 58/2899 2% [= ] 59/2899 2% [= ] 60/2899 2% [= ] 61/2899 2% [= ] 62/2899 2% [= ] 63/2899 2% [= ] 64/2899 2% [= ] 65/2899 2% [= ] 66/2899 2% [= ] 67/2899 2% [= ] 68/2899 2% [= ] 69/2899 2% [= ] 70/2899 2% [= ] 71/2899 2% [= ] 72/2899 2% [= ] 73/2899 2% [= ] 74/2899 2% [= ] 75/2899 2% [= ] 76/2899 2% [= ] 77/2899 2% [= ] 78/2899 2% [= ] 79/2899 2% [= ] 80/2899 2% [= ] 81/2899 2% [= ] 82/2899 2% [= ] 83/2899 2% [= ] 84/2899 2% [= ] 85/2899 2% [= ] 86/2899 2% [= ] 87/2899 3% [= ] 88/2899 3% [= ] 89/2899 3% [= ] 90/2899 3% [= ] 91/2899 3% [= ] 92/2899 3% [= ] 93/2899 3% [== ] 94/2899 3% [== ] 95/2899 3% [== ] 96/2899 3% [== ] 97/2899 3% [== ] 98/2899 3% [== ] 99/2899 3% [== ] 100/2899 3% [== ] 101/2899 3% [== ] 102/2899 3% [== ] 103/2899 3% [== ] 104/2899 3% [== ] 105/2899 3% [== ] 106/2899 3% [== ] 107/2899 3% [== ] 108/2899 3% [== ] 109/2899 3% [== ] 110/2899 3% [== ] 111/2899 3% [== ] 112/2899 3% [== ] 113/2899 3% [== ] 114/2899 3% [== ] 115/2899 3% [== ] 116/2899 4% [== ] 117/2899 4% [== ] 118/2899 4% [== ] 119/2899 4% [== ] 120/2899 4% [== ] 121/2899 4% [== ] 122/2899 4% [== ] 123/2899 4% [== ] 124/2899 4% [== ] 125/2899 4% [== ] 126/2899 4% [== ] 127/2899 4% [== ] 128/2899 4% [== ] 129/2899 4% [== ] 130/2899 4% [== ] 131/2899 4% [== ] 132/2899 4% [== ] 133/2899 4% [== ] 134/2899 4% [== ] 135/2899 4% [== ] 136/2899 4% [== ] 137/2899 4% [== ] 138/2899 4% [== ] 139/2899 4% [== ] 140/2899 4% [=== ] 141/2899 4% [=== ] 142/2899 4% [=== ] 143/2899 4% [=== ] 144/2899 4% [=== ] 145/2899 5% [=== ] 146/2899 5% [=== ] 147/2899 5% [=== ] 148/2899 5% [=== ] 149/2899 5% [=== ] 150/2899 5% [=== ] 151/2899 5% [=== ] 152/2899 5% [=== ] 153/2899 5% [=== ] 154/2899 5% [=== ] 155/2899 5% [=== ] 156/2899 5% [=== ] 157/2899 5% [=== ] 158/2899 5% [=== ] 159/2899 5% [=== ] 160/2899 5% [=== ] 161/2899 5% [=== ] 162/2899 5% [=== ] 163/2899 5% [=== ] 164/2899 5% [=== ] 165/2899 5% [=== ] 166/2899 5% [=== ] 167/2899 5% [=== ] 168/2899 5% [=== ] 169/2899 5% [=== ] 170/2899 5% [=== ] 171/2899 5% [=== ] 172/2899 5% [=== ] 173/2899 5% [=== ] 174/2899 6% [=== ] 175/2899 6% [=== ] 176/2899 6% [=== ] 177/2899 6% [=== ] 178/2899 6% [=== ] 179/2899 6% [=== ] 180/2899 6% [=== ] 181/2899 6% [=== ] 182/2899 6% [=== ] 183/2899 6% [=== ] 184/2899 6% [=== ] 185/2899 6% [=== ] 186/2899 6% [=== ] 187/2899 6% [==== ] 188/2899 6% [==== ] 189/2899 6% [==== ] 190/2899 6% [==== ] 191/2899 6% [==== ] 192/2899 6% [==== ] 193/2899 6% [==== ] 194/2899 6% [==== ] 195/2899 6% [==== ] 196/2899 6% [==== ] 197/2899 6% [==== ] 198/2899 6% [==== ] 199/2899 6% [==== ] 200/2899 6% [==== ] 201/2899 6% [==== ] 202/2899 6% [==== ] 203/2899 7% [==== ] 204/2899 7% [==== ] 205/2899 7% [==== ] 206/2899 7% [==== ] 207/2899 7% [==== ] 208/2899 7% [==== ] 209/2899 7% [==== ] 210/2899 7% [==== ] 211/2899 7% [==== ] 212/2899 7% [==== ] 213/2899 7% [==== ] 214/2899 7% [==== ] 215/2899 7% [==== ] 216/2899 7% [==== ] 217/2899 7% [==== ] 218/2899 7% [==== ] 219/2899 7% [==== ] 220/2899 7% [==== ] 221/2899 7% [==== ] 222/2899 7% [==== ] 223/2899 7% [==== ] 224/2899 7% [==== ] 225/2899 7% [==== ] 226/2899 7% [==== ] 227/2899 7% [==== ] 228/2899 7% [==== ] 229/2899 7% [==== ] 230/2899 7% [==== ] 231/2899 7% [==== ] 232/2899 8% [==== ] 233/2899 8% [===== ] 234/2899 8% [===== ] 235/2899 8% [===== ] 236/2899 8% [===== ] 237/2899 8% [===== ] 238/2899 8% [===== ] 239/2899 8% [===== ] 240/2899 8% [===== ] 241/2899 8% [===== ] 242/2899 8% [===== ] 243/2899 8% [===== ] 244/2899 8% [===== ] 245/2899 8% [===== ] 246/2899 8% [===== ] 247/2899 8% [===== ] 248/2899 8% [===== ] 249/2899 8% [===== ] 250/2899 8% [===== ] 251/2899 8% [===== ] 252/2899 8% [===== ] 253/2899 8% [===== ] 254/2899 8% [===== ] 255/2899 8% [===== ] 256/2899 8% [===== ] 257/2899 8% [===== ] 258/2899 8% [===== ] 259/2899 8% [===== ] 260/2899 8% [===== ] 261/2899 9% [===== ] 262/2899 9% [===== ] 263/2899 9% [===== ] 264/2899 9% [===== ] 265/2899 9% [===== ] 266/2899 9% [===== ] 267/2899 9% [===== ] 268/2899 9% [===== ] 269/2899 9% [===== ] 270/2899 9% [===== ] 271/2899 9% [===== ] 272/2899 9% [===== ] 273/2899 9% [===== ] 274/2899 9% [===== ] 275/2899 9% [===== ] 276/2899 9% [===== ] 277/2899 9% [===== ] 278/2899 9% [===== ] 279/2899 9% [===== ] 280/2899 9% [====== ] 281/2899 9% [====== ] 282/2899 9% [====== ] 283/2899 9% [====== ] 284/2899 9% [====== ] 285/2899 9% [====== ] 286/2899 9% [====== ] 287/2899 9% [====== ] 288/2899 9% [====== ] 289/2899 9% [====== ] 290/2899 10% [====== ] 291/2899 10% [====== ] 292/2899 10% [====== ] 293/2899 10% [====== ] 294/2899 10% [====== ] 295/2899 10% [====== ] 296/2899 10% [====== ] 297/2899 10% [====== ] 298/2899 10% [====== ] 299/2899 10% [====== ] 300/2899 10% [====== ] 301/2899 10% [====== ] 302/2899 10% [====== ] 303/2899 10% [====== ] 304/2899 10% [====== ] 305/2899 10% [====== ] 306/2899 10% [====== ] 307/2899 10% [====== ] 308/2899 10% [====== ] 309/2899 10% [====== ] 310/2899 10% [====== ] 311/2899 10% [====== ] 312/2899 10% [====== ] 313/2899 10% [====== ] 314/2899 10% [====== ] 315/2899 10% [====== ] 316/2899 10% [====== ] 317/2899 10% [====== ] 318/2899 10% [====== ] 319/2899 11% [====== ] 320/2899 11% [====== ] 321/2899 11% [====== ] 322/2899 11% [====== ] 323/2899 11% [====== ] 324/2899 11% [====== ] 325/2899 11% [====== ] 326/2899 11% [====== ] 327/2899 11% [======= ] 328/2899 11% [======= ] 329/2899 11% [======= ] 330/2899 11% [======= ] 331/2899 11% [======= ] 332/2899 11% [======= ] 333/2899 11% [======= ] 334/2899 11% [======= ] 335/2899 11% [======= ] 336/2899 11% [======= ] 337/2899 11% [======= ] 338/2899 11% [======= ] 339/2899 11% [======= ] 340/2899 11% [======= ] 341/2899 11% [======= ] 342/2899 11% [======= ] 343/2899 11% [======= ] 344/2899 11% [======= ] 345/2899 11% [======= ] 346/2899 11% [======= ] 347/2899 11% [======= ] 348/2899 12% [======= ] 349/2899 12% [======= ] 350/2899 12% [======= ] 351/2899 12% [======= ] 352/2899 12% [======= ] 353/2899 12% [======= ] 354/2899 12% [======= ] 355/2899 12% [======= ] 356/2899 12% [======= ] 357/2899 12% [======= ] 358/2899 12% [======= ] 359/2899 12% [======= ] 360/2899 12% [======= ] 361/2899 12% [======= ] 362/2899 12% [======= ] 363/2899 12% [======= ] 364/2899 12% [======= ] 365/2899 12% [======= ] 366/2899 12% [======= ] 367/2899 12% [======= ] 368/2899 12% [======= ] 369/2899 12% [======= ] 370/2899 12% [======= ] 371/2899 12% [======= ] 372/2899 12% [======= ] 373/2899 12% [======= ] 374/2899 12% [======== ] 375/2899 12% [======== ] 376/2899 12% [======== ] 377/2899 13% [======== ] 378/2899 13% [======== ] 379/2899 13% [======== ] 380/2899 13% [======== ] 381/2899 13% [======== ] 382/2899 13% [======== ] 383/2899 13% [======== ] 384/2899 13% [======== ] 385/2899 13% [======== ] 386/2899 13% [======== ] 387/2899 13% [======== ] 388/2899 13% [======== ] 389/2899 13% [======== ] 390/2899 13% [======== ] 391/2899 13% [======== ] 392/2899 13% [======== ] 393/2899 13% [======== ] 394/2899 13% [======== ] 395/2899 13% [======== ] 396/2899 13% [======== ] 397/2899 13% [======== ] 398/2899 13% [======== ] 399/2899 13% [======== ] 400/2899 13% [======== ] 401/2899 13% [======== ] 402/2899 13% [======== ] 403/2899 13% [======== ] 404/2899 13% [======== ] 405/2899 13% [======== ] 406/2899 14% [======== ] 407/2899 14% [======== ] 408/2899 14% [======== ] 409/2899 14% [======== ] 410/2899 14% [======== ] 411/2899 14% [======== ] 412/2899 14% [======== ] 413/2899 14% [======== ] 414/2899 14% [======== ] 415/2899 14% [======== ] 416/2899 14% [======== ] 417/2899 14% [======== ] 418/2899 14% [======== ] 419/2899 14% [======== ] 420/2899 14% [========= ] 421/2899 14% [========= ] 422/2899 14% [========= ] 423/2899 14% [========= ] 424/2899 14% [========= ] 425/2899 14% [========= ] 426/2899 14% [========= ] 427/2899 14% [========= ] 428/2899 14% [========= ] 429/2899 14% [========= ] 430/2899 14% [========= ] 431/2899 14% [========= ] 432/2899 14% [========= ] 433/2899 14% [========= ] 434/2899 14% [========= ] 435/2899 15% [========= ] 436/2899 15% [========= ] 437/2899 15% [========= ] 438/2899 15% [========= ] 439/2899 15% [========= ] 440/2899 15% [========= ] 441/2899 15% [========= ] 442/2899 15% [========= ] 443/2899 15% [========= ] 444/2899 15% [========= ] 445/2899 15% [========= ] 446/2899 15% [========= ] 447/2899 15% [========= ] 448/2899 15% [========= ] 449/2899 15% [========= ] 450/2899 15% [========= ] 451/2899 15% [========= ] 452/2899 15% [========= ] 453/2899 15% [========= ] 454/2899 15% [========= ] 455/2899 15% [========= ] 456/2899 15% [========= ] 457/2899 15% [========= ] 458/2899 15% [========= ] 459/2899 15% [========= ] 460/2899 15% [========= ] 461/2899 15% [========= ] 462/2899 15% [========= ] 463/2899 15% [========= ] 464/2899 16% [========= ] 465/2899 16% [========= ] 466/2899 16% [========= ] 467/2899 16% [========== ] 468/2899 16% [========== ] 469/2899 16% [========== ] 470/2899 16% [========== ] 471/2899 16% [========== ] 472/2899 16% [========== ] 473/2899 16% [========== ] 474/2899 16% [========== ] 475/2899 16% [========== ] 476/2899 16% [========== ] 477/2899 16% [========== ] 478/2899 16% [========== ] 479/2899 16% [========== ] 480/2899 16% [========== ] 481/2899 16% [========== ] 482/2899 16% [========== ] 483/2899 16% [========== ] 484/2899 16% [========== ] 485/2899 16% [========== ] 486/2899 16% [========== ] 487/2899 16% [========== ] 488/2899 16% [========== ] 489/2899 16% [========== ] 490/2899 16% [========== ] 491/2899 16% [========== ] 492/2899 16% [========== ] 493/2899 17% [========== ] 494/2899 17% [========== ] 495/2899 17% [========== ] 496/2899 17% [========== ] 497/2899 17% [========== ] 498/2899 17% [========== ] 499/2899 17% [========== ] 500/2899 17% [========== ] 501/2899 17% [========== ] 502/2899 17% [========== ] 503/2899 17% [========== ] 504/2899 17% [========== ] 505/2899 17% [========== ] 506/2899 17% [========== ] 507/2899 17% [========== ] 508/2899 17% [========== ] 509/2899 17% [========== ] 510/2899 17% [========== ] 511/2899 17% [========== ] 512/2899 17% [========== ] 513/2899 17% [========== ] 514/2899 17% [=========== ] 515/2899 17% [=========== ] 516/2899 17% [=========== ] 517/2899 17% [=========== ] 518/2899 17% [=========== ] 519/2899 17% [=========== ] 520/2899 17% [=========== ] 521/2899 17% [=========== ] 522/2899 18% [=========== ] 523/2899 18% [=========== ] 524/2899 18% [=========== ] 525/2899 18% [=========== ] 526/2899 18% [=========== ] 527/2899 18% [=========== ] 528/2899 18% [=========== ] 529/2899 18% [=========== ] 530/2899 18% [=========== ] 531/2899 18% [=========== ] 532/2899 18% [=========== ] 533/2899 18% [=========== ] 534/2899 18% [=========== ] 535/2899 18% [=========== ] 536/2899 18% [=========== ] 537/2899 18% [=========== ] 538/2899 18% [=========== ] 539/2899 18% [=========== ] 540/2899 18% [=========== ] 541/2899 18% [=========== ] 542/2899 18% [=========== ] 543/2899 18% [=========== ] 544/2899 18% [=========== ] 545/2899 18% [=========== ] 546/2899 18% [=========== ] 547/2899 18% [=========== ] 548/2899 18% [=========== ] 549/2899 18% [=========== ] 550/2899 18% [=========== ] 551/2899 19% [=========== ] 552/2899 19% [=========== ] 553/2899 19% [=========== ] 554/2899 19% [=========== ] 555/2899 19% [=========== ] 556/2899 19% [=========== ] 557/2899 19% [=========== ] 558/2899 19% [=========== ] 559/2899 19% [=========== ] 560/2899 19% [=========== ] 561/2899 19% [============ ] 562/2899 19% [============ ] 563/2899 19% [============ ] 564/2899 19% [============ ] 565/2899 19% [============ ] 566/2899 19% [============ ] 567/2899 19% [============ ] 568/2899 19% [============ ] 569/2899 19% [============ ] 570/2899 19% [============ ] 571/2899 19% [============ ] 572/2899 19% [============ ] 573/2899 19% [============ ] 574/2899 19% [============ ] 575/2899 19% [============ ] 576/2899 19% [============ ] 577/2899 19% [============ ] 578/2899 19% [============ ] 579/2899 19% [============ ] 580/2899 20% [============ ] 581/2899 20% [============ ] 582/2899 20% [============ ] 583/2899 20% [============ ] 584/2899 20% [============ ] 585/2899 20% [============ ] 586/2899 20% [============ ] 587/2899 20% [============ ] 588/2899 20% [============ ] 589/2899 20% [============ ] 590/2899 20% [============ ] 591/2899 20% [============ ] 592/2899 20% [============ ] 593/2899 20% [============ ] 594/2899 20% [============ ] 595/2899 20% [============ ] 596/2899 20% [============ ] 597/2899 20% [============ ] 598/2899 20% [============ ] 599/2899 20% [============ ] 600/2899 20% [============ ] 601/2899 20% [============ ] 602/2899 20% [============ ] 603/2899 20% [============ ] 604/2899 20% [============ ] 605/2899 20% [============ ] 606/2899 20% [============ ] 607/2899 20% [============= ] 608/2899 20% [============= ] 609/2899 21% [============= ] 610/2899 21% [============= ] 611/2899 21% [============= ] 612/2899 21% [============= ] 613/2899 21% [============= ] 614/2899 21% [============= ] 615/2899 21% [============= ] 616/2899 21% [============= ] 617/2899 21% [============= ] 618/2899 21% [============= ] 619/2899 21% [============= ] 620/2899 21% [============= ] 621/2899 21% [============= ] 622/2899 21% [============= ] 623/2899 21% [============= ] 624/2899 21% [============= ] 625/2899 21% [============= ] 626/2899 21% [============= ] 627/2899 21% [============= ] 628/2899 21% [============= ] 629/2899 21% [============= ] 630/2899 21% [============= ] 631/2899 21% [============= ] 632/2899 21% [============= ] 633/2899 21% [============= ] 634/2899 21% [============= ] 635/2899 21% [============= ] 636/2899 21% [============= ] 637/2899 21% [============= ] 638/2899 22% [============= ] 639/2899 22% [============= ] 640/2899 22% [============= ] 641/2899 22% [============= ] 642/2899 22% [============= ] 643/2899 22% [============= ] 644/2899 22% [============= ] 645/2899 22% [============= ] 646/2899 22% [============= ] 647/2899 22% [============= ] 648/2899 22% [============= ] 649/2899 22% [============= ] 650/2899 22% [============= ] 651/2899 22% [============= ] 652/2899 22% [============= ] 653/2899 22% [============= ] 654/2899 22% [============== ] 655/2899 22% [============== ] 656/2899 22% [============== ] 657/2899 22% [============== ] 658/2899 22% [============== ] 659/2899 22% [============== ] 660/2899 22% [============== ] 661/2899 22% [============== ] 662/2899 22% [============== ] 663/2899 22% [============== ] 664/2899 22% [============== ] 665/2899 22% [============== ] 666/2899 22% [============== ] 667/2899 23% [============== ] 668/2899 23% [============== ] 669/2899 23% [============== ] 670/2899 23% [============== ] 671/2899 23% [============== ] 672/2899 23% [============== ] 673/2899 23% [============== ] 674/2899 23% [============== ] 675/2899 23% [============== ] 676/2899 23% [============== ] 677/2899 23% [============== ] 678/2899 23% [============== ] 679/2899 23% [============== ] 680/2899 23% [============== ] 681/2899 23% [============== ] 682/2899 23% [============== ] 683/2899 23% [============== ] 684/2899 23% [============== ] 685/2899 23% [============== ] 686/2899 23% [============== ] 687/2899 23% [============== ] 688/2899 23% [============== ] 689/2899 23% [============== ] 690/2899 23% [============== ] 691/2899 23% [============== ] 692/2899 23% [============== ] 693/2899 23% [============== ] 694/2899 23% [============== ] 695/2899 23% [============== ] 696/2899 24% [============== ] 697/2899 24% [============== ] 698/2899 24% [============== ] 699/2899 24% [============== ] 700/2899 24% [============== ] 701/2899 24% [=============== ] 702/2899 24% [=============== ] 703/2899 24% [=============== ] 704/2899 24% [=============== ] 705/2899 24% [=============== ] 706/2899 24% [=============== ] 707/2899 24% [=============== ] 708/2899 24% [=============== ] 709/2899 24% [=============== ] 710/2899 24% [=============== ] 711/2899 24% [=============== ] 712/2899 24% [=============== ] 713/2899 24% [=============== ] 714/2899 24% [=============== ] 715/2899 24% [=============== ] 716/2899 24% [=============== ] 717/2899 24% [=============== ] 718/2899 24% [=============== ] 719/2899 24% [=============== ] 720/2899 24% [=============== ] 721/2899 24% [=============== ] 722/2899 24% [=============== ] 723/2899 24% [=============== ] 724/2899 24% [=============== ] 725/2899 25% [=============== ] 726/2899 25% [=============== ] 727/2899 25% [=============== ] 728/2899 25% [=============== ] 729/2899 25% [=============== ] 730/2899 25% [=============== ] 731/2899 25% [=============== ] 732/2899 25% [=============== ] 733/2899 25% [=============== ] 734/2899 25% [=============== ] 735/2899 25% [=============== ] 736/2899 25% [=============== ] 737/2899 25% [=============== ] 738/2899 25% [=============== ] 739/2899 25% [=============== ] 740/2899 25% [=============== ] 741/2899 25% [=============== ] 742/2899 25% [=============== ] 743/2899 25% [=============== ] 744/2899 25% [=============== ] 745/2899 25% [=============== ] 746/2899 25% [=============== ] 747/2899 25% [=============== ] 748/2899 25% [================ ] 749/2899 25% [================ ] 750/2899 25% [================ ] 751/2899 25% [================ ] 752/2899 25% [================ ] 753/2899 25% [================ ] 754/2899 26% [================ ] 755/2899 26% [================ ] 756/2899 26% [================ ] 757/2899 26% [================ ] 758/2899 26% [================ ] 759/2899 26% [================ ] 760/2899 26% [================ ] 761/2899 26% [================ ] 762/2899 26% [================ ] 763/2899 26% [================ ] 764/2899 26% [================ ] 765/2899 26% [================ ] 766/2899 26% [================ ] 767/2899 26% [================ ] 768/2899 26% [================ ] 769/2899 26% [================ ] 770/2899 26% [================ ] 771/2899 26% [================ ] 772/2899 26% [================ ] 773/2899 26% [================ ] 774/2899 26% [================ ] 775/2899 26% [================ ] 776/2899 26% [================ ] 777/2899 26% [================ ] 778/2899 26% [================ ] 779/2899 26% [================ ] 780/2899 26% [================ ] 781/2899 26% [================ ] 782/2899 26% [================ ] 783/2899 27% [================ ] 784/2899 27% [================ ] 785/2899 27% [================ ] 786/2899 27% [================ ] 787/2899 27% [================ ] 788/2899 27% [================ ] 789/2899 27% [================ ] 790/2899 27% [================ ] 791/2899 27% [================ ] 792/2899 27% [================ ] 793/2899 27% [================ ] 794/2899 27% [================= ] 795/2899 27% [================= ] 796/2899 27% [================= ] 797/2899 27% [================= ] 798/2899 27% [================= ] 799/2899 27% [================= ] 800/2899 27% [================= ] 801/2899 27% [================= ] 802/2899 27% [================= ] 803/2899 27% [================= ] 804/2899 27% [================= ] 805/2899 27% [================= ] 806/2899 27% [================= ] 807/2899 27% [================= ] 808/2899 27% [================= ] 809/2899 27% [================= ] 810/2899 27% [================= ] 811/2899 27% [================= ] 812/2899 28% [================= ] 813/2899 28% [================= ] 814/2899 28% [================= ] 815/2899 28% [================= ] 816/2899 28% [================= ] 817/2899 28% [================= ] 818/2899 28% [================= ] 819/2899 28% [================= ] 820/2899 28% [================= ] 821/2899 28% [================= ] 822/2899 28% [================= ] 823/2899 28% [================= ] 824/2899 28% [================= ] 825/2899 28% [================= ] 826/2899 28% [================= ] 827/2899 28% [================= ] 828/2899 28% [================= ] 829/2899 28% [================= ] 830/2899 28% [================= ] 831/2899 28% [================= ] 832/2899 28% [================= ] 833/2899 28% [================= ] 834/2899 28% [================= ] 835/2899 28% [================= ] 836/2899 28% [================= ] 837/2899 28% [================= ] 838/2899 28% [================= ] 839/2899 28% [================= ] 840/2899 28% [================= ] 841/2899 29% [================== ] 842/2899 29% [================== ] 843/2899 29% [================== ] 844/2899 29% [================== ] 845/2899 29% [================== ] 846/2899 29% [================== ] 847/2899 29% [================== ] 848/2899 29% [================== ] 849/2899 29% [================== ] 850/2899 29% [================== ] 851/2899 29% [================== ] 852/2899 29% [================== ] 853/2899 29% [================== ] 854/2899 29% [================== ] 855/2899 29% [================== ] 856/2899 29% [================== ] 857/2899 29% [================== ] 858/2899 29% [================== ] 859/2899 29% [================== ] 860/2899 29% [================== ] 861/2899 29% [================== ] 862/2899 29% [================== ] 863/2899 29% [================== ] 864/2899 29% [================== ] 865/2899 29% [================== ] 866/2899 29% [================== ] 867/2899 29% [================== ] 868/2899 29% [================== ] 869/2899 29% [================== ] 870/2899 30% [================== ] 871/2899 30% [================== ] 872/2899 30% [================== ] 873/2899 30% [================== ] 874/2899 30% [================== ] 875/2899 30% [================== ] 876/2899 30% [================== ] 877/2899 30% [================== ] 878/2899 30% [================== ] 879/2899 30% [================== ] 880/2899 30% [================== ] 881/2899 30% [================== ] 882/2899 30% [================== ] 883/2899 30% [================== ] 884/2899 30% [================== ] 885/2899 30% [================== ] 886/2899 30% [================== ] 887/2899 30% [================== ] 888/2899 30% [=================== ] 889/2899 30% [=================== ] 890/2899 30% [=================== ] 891/2899 30% [=================== ] 892/2899 30% [=================== ] 893/2899 30% [=================== ] 894/2899 30% [=================== ] 895/2899 30% [=================== ] 896/2899 30% [=================== ] 897/2899 30% [=================== ] 898/2899 30% [=================== ] 899/2899 31% [=================== ] 900/2899 31% [=================== ] 901/2899 31% [=================== ] 902/2899 31% [=================== ] 903/2899 31% [=================== ] 904/2899 31% [=================== ] 905/2899 31% [=================== ] 906/2899 31% [=================== ] 907/2899 31% [=================== ] 908/2899 31% [=================== ] 909/2899 31% [=================== ] 910/2899 31% [=================== ] 911/2899 31% [=================== ] 912/2899 31% [=================== ] 913/2899 31% [=================== ] 914/2899 31% [=================== ] 915/2899 31% [=================== ] 916/2899 31% [=================== ] 917/2899 31% [=================== ] 918/2899 31% [=================== ] 919/2899 31% [=================== ] 920/2899 31% [=================== ] 921/2899 31% [=================== ] 922/2899 31% [=================== ] 923/2899 31% [=================== ] 924/2899 31% [=================== ] 925/2899 31% [=================== ] 926/2899 31% [=================== ] 927/2899 31% [=================== ] 928/2899 32% [=================== ] 929/2899 32% [=================== ] 930/2899 32% [=================== ] 931/2899 32% [=================== ] 932/2899 32% [=================== ] 933/2899 32% [=================== ] 934/2899 32% [=================== ] 935/2899 32% [==================== ] 936/2899 32% [==================== ] 937/2899 32% [==================== ] 938/2899 32% [==================== ] 939/2899 32% [==================== ] 940/2899 32% [==================== ] 941/2899 32% [==================== ] 942/2899 32% [==================== ] 943/2899 32% [==================== ] 944/2899 32% [==================== ] 945/2899 32% [==================== ] 946/2899 32% [==================== ] 947/2899 32% [==================== ] 948/2899 32% [==================== ] 949/2899 32% [==================== ] 950/2899 32% [==================== ] 951/2899 32% [==================== ] 952/2899 32% [==================== ] 953/2899 32% [==================== ] 954/2899 32% [==================== ] 955/2899 32% [==================== ] 956/2899 32% [==================== ] 957/2899 33% [==================== ] 958/2899 33% [==================== ] 959/2899 33% [==================== ] 960/2899 33% [==================== ] 961/2899 33% [==================== ] 962/2899 33% [==================== ] 963/2899 33% [==================== ] 964/2899 33% [==================== ] 965/2899 33% [==================== ] 966/2899 33% [==================== ] 967/2899 33% [==================== ] 968/2899 33% [==================== ] 969/2899 33% [==================== ] 970/2899 33% [==================== ] 971/2899 33% [==================== ] 972/2899 33% [==================== ] 973/2899 33% [==================== ] 974/2899 33% [==================== ] 975/2899 33% [==================== ] 976/2899 33% [==================== ] 977/2899 33% [==================== ] 978/2899 33% [==================== ] 979/2899 33% [==================== ] 980/2899 33% [==================== ] 981/2899 33% [===================== ] 982/2899 33% [===================== ] 983/2899 33% [===================== ] 984/2899 33% [===================== ] 985/2899 33% [===================== ] 986/2899 34% [===================== ] 987/2899 34% [===================== ] 988/2899 34% [===================== ] 989/2899 34% [===================== ] 990/2899 34% [===================== ] 991/2899 34% [===================== ] 992/2899 34% [===================== ] 993/2899 34% [===================== ] 994/2899 34% [===================== ] 995/2899 34% [===================== ] 996/2899 34% [===================== ] 997/2899 34% [===================== ] 998/2899 34% [===================== ] 999/2899 34% [===================== ] 1000/2899 34% [===================== ] 1001/2899 34% [===================== ] 1002/2899 34% [===================== ] 1003/2899 34% [===================== ] 1004/2899 34% [===================== ] 1005/2899 34% [===================== ] 1006/2899 34% [===================== ] 1007/2899 34% [===================== ] 1008/2899 34% [===================== ] 1009/2899 34% [===================== ] 1010/2899 34% [===================== ] 1011/2899 34% [===================== ] 1012/2899 34% [===================== ] 1013/2899 34% [===================== ] 1014/2899 34% [===================== ] 1015/2899 35% [===================== ] 1016/2899 35% [===================== ] 1017/2899 35% [===================== ] 1018/2899 35% [===================== ] 1019/2899 35% [===================== ] 1020/2899 35% [===================== ] 1021/2899 35% [===================== ] 1022/2899 35% [===================== ] 1023/2899 35% [===================== ] 1024/2899 35% [===================== ] 1025/2899 35% [===================== ] 1026/2899 35% [===================== ] 1027/2899 35% [===================== ] 1028/2899 35% [====================== ] 1029/2899 35% [====================== ] 1030/2899 35% [====================== ] 1031/2899 35% [====================== ] 1032/2899 35% [====================== ] 1033/2899 35% [====================== ] 1034/2899 35% [====================== ] 1035/2899 35% [====================== ] 1036/2899 35% [====================== ] 1037/2899 35% [====================== ] 1038/2899 35% [====================== ] 1039/2899 35% [====================== ] 1040/2899 35% [====================== ] 1041/2899 35% [====================== ] 1042/2899 35% [====================== ] 1043/2899 35% [====================== ] 1044/2899 36% [====================== ] 1045/2899 36% [====================== ] 1046/2899 36% [====================== ] 1047/2899 36% [====================== ] 1048/2899 36% [====================== ] 1049/2899 36% [====================== ] 1050/2899 36% [====================== ] 1051/2899 36% [====================== ] 1052/2899 36% [====================== ] 1053/2899 36% [====================== ] 1054/2899 36% [====================== ] 1055/2899 36% [====================== ] 1056/2899 36% [====================== ] 1057/2899 36% [====================== ] 1058/2899 36% [====================== ] 1059/2899 36% [====================== ] 1060/2899 36% [====================== ] 1061/2899 36% [====================== ] 1062/2899 36% [====================== ] 1063/2899 36% [====================== ] 1064/2899 36% [====================== ] 1065/2899 36% [====================== ] 1066/2899 36% [====================== ] 1067/2899 36% [====================== ] 1068/2899 36% [====================== ] 1069/2899 36% [====================== ] 1070/2899 36% [====================== ] 1071/2899 36% [====================== ] 1072/2899 36% [====================== ] 1073/2899 37% [====================== ] 1074/2899 37% [====================== ] 1075/2899 37% [======================= ] 1076/2899 37% [======================= ] 1077/2899 37% [======================= ] 1078/2899 37% [======================= ] 1079/2899 37% [======================= ] 1080/2899 37% [======================= ] 1081/2899 37% [======================= ] 1082/2899 37% [======================= ] 1083/2899 37% [======================= ] 1084/2899 37% [======================= ] 1085/2899 37% [======================= ] 1086/2899 37% [======================= ] 1087/2899 37% [======================= ] 1088/2899 37% [======================= ] 1089/2899 37% [======================= ] 1090/2899 37% [======================= ] 1091/2899 37% [======================= ] 1092/2899 37% [======================= ] 1093/2899 37% [======================= ] 1094/2899 37% [======================= ] 1095/2899 37% [======================= ] 1096/2899 37% [======================= ] 1097/2899 37% [======================= ] 1098/2899 37% [======================= ] 1099/2899 37% [======================= ] 1100/2899 37% [======================= ] 1101/2899 37% [======================= ] 1102/2899 38% [======================= ] 1103/2899 38% [======================= ] 1104/2899 38% [======================= ] 1105/2899 38% [======================= ] 1106/2899 38% [======================= ] 1107/2899 38% [======================= ] 1108/2899 38% [======================= ] 1109/2899 38% [======================= ] 1110/2899 38% [======================= ] 1111/2899 38% [======================= ] 1112/2899 38% [======================= ] 1113/2899 38% [======================= ] 1114/2899 38% [======================= ] 1115/2899 38% [======================= ] 1116/2899 38% [======================= ] 1117/2899 38% [======================= ] 1118/2899 38% [======================= ] 1119/2899 38% [======================= ] 1120/2899 38% [======================= ] 1121/2899 38% [======================= ] 1122/2899 38% [======================== ] 1123/2899 38% [======================== ] 1124/2899 38% [======================== ] 1125/2899 38% [======================== ] 1126/2899 38% [======================== ] 1127/2899 38% [======================== ] 1128/2899 38% [======================== ] 1129/2899 38% [======================== ] 1130/2899 38% [======================== ] 1131/2899 39% [======================== ] 1132/2899 39% [======================== ] 1133/2899 39% [======================== ] 1134/2899 39% [======================== ] 1135/2899 39% [======================== ] 1136/2899 39% [======================== ] 1137/2899 39% [======================== ] 1138/2899 39% [======================== ] 1139/2899 39% [======================== ] 1140/2899 39% [======================== ] 1141/2899 39% [======================== ] 1142/2899 39% [======================== ] 1143/2899 39% [======================== ] 1144/2899 39% [======================== ] 1145/2899 39% [======================== ] 1146/2899 39% [======================== ] 1147/2899 39% [======================== ] 1148/2899 39% [======================== ] 1149/2899 39% [======================== ] 1150/2899 39% [======================== ] 1151/2899 39% [======================== ] 1152/2899 39% [======================== ] 1153/2899 39% [======================== ] 1154/2899 39% [======================== ] 1155/2899 39% [======================== ] 1156/2899 39% [======================== ] 1157/2899 39% [======================== ] 1158/2899 39% [======================== ] 1159/2899 39% [======================== ] 1160/2899 40% [======================== ] 1161/2899 40% [======================== ] 1162/2899 40% [======================== ] 1163/2899 40% [======================== ] 1164/2899 40% [======================== ] 1165/2899 40% [======================== ] 1166/2899 40% [======================== ] 1167/2899 40% [======================== ] 1168/2899 40% [========================= ] 1169/2899 40% [========================= ] 1170/2899 40% [========================= ] 1171/2899 40% [========================= ] 1172/2899 40% [========================= ] 1173/2899 40% [========================= ] 1174/2899 40% [========================= ] 1175/2899 40% [========================= ] 1176/2899 40% [========================= ] 1177/2899 40% [========================= ] 1178/2899 40% [========================= ] 1179/2899 40% [========================= ] 1180/2899 40% [========================= ] 1181/2899 40% [========================= ] 1182/2899 40% [========================= ] 1183/2899 40% [========================= ] 1184/2899 40% [========================= ] 1185/2899 40% [========================= ] 1186/2899 40% [========================= ] 1187/2899 40% [========================= ] 1188/2899 40% [========================= ] 1189/2899 41% [========================= ] 1190/2899 41% [========================= ] 1191/2899 41% [========================= ] 1192/2899 41% [========================= ] 1193/2899 41% [========================= ] 1194/2899 41% [========================= ] 1195/2899 41% [========================= ] 1196/2899 41% [========================= ] 1197/2899 41% [========================= ] 1198/2899 41% [========================= ] 1199/2899 41% [========================= ] 1200/2899 41% [========================= ] 1201/2899 41% [========================= ] 1202/2899 41% [========================= ] 1203/2899 41% [========================= ] 1204/2899 41% [========================= ] 1205/2899 41% [========================= ] 1206/2899 41% [========================= ] 1207/2899 41% [========================= ] 1208/2899 41% [========================= ] 1209/2899 41% [========================= ] 1210/2899 41% [========================= ] 1211/2899 41% [========================= ] 1212/2899 41% [========================= ] 1213/2899 41% [========================= ] 1214/2899 41% [========================= ] 1215/2899 41% [========================== ] 1216/2899 41% [========================== ] 1217/2899 41% [========================== ] 1218/2899 42% [========================== ] 1219/2899 42% [========================== ] 1220/2899 42% [========================== ] 1221/2899 42% [========================== ] 1222/2899 42% [========================== ] 1223/2899 42% [========================== ] 1224/2899 42% [========================== ] 1225/2899 42% [========================== ] 1226/2899 42% [========================== ] 1227/2899 42% [========================== ] 1228/2899 42% [========================== ] 1229/2899 42% [========================== ] 1230/2899 42% [========================== ] 1231/2899 42% [========================== ] 1232/2899 42% [========================== ] 1233/2899 42% [========================== ] 1234/2899 42% [========================== ] 1235/2899 42% [========================== ] 1236/2899 42% [========================== ] 1237/2899 42% [========================== ] 1238/2899 42% [========================== ] 1239/2899 42% [========================== ] 1240/2899 42% [========================== ] 1241/2899 42% [========================== ] 1242/2899 42% [========================== ] 1243/2899 42% [========================== ] 1244/2899 42% [========================== ] 1245/2899 42% [========================== ] 1246/2899 42% [========================== ] 1247/2899 43% [========================== ] 1248/2899 43% [========================== ] 1249/2899 43% [========================== ] 1250/2899 43% [========================== ] 1251/2899 43% [========================== ] 1252/2899 43% [========================== ] 1253/2899 43% [========================== ] 1254/2899 43% [========================== ] 1255/2899 43% [========================== ] 1256/2899 43% [========================== ] 1257/2899 43% [========================== ] 1258/2899 43% [========================== ] 1259/2899 43% [========================== ] 1260/2899 43% [========================== ] 1261/2899 43% [========================== ] 1262/2899 43% [=========================== ] 1263/2899 43% [=========================== ] 1264/2899 43% [=========================== ] 1265/2899 43% [=========================== ] 1266/2899 43% [=========================== ] 1267/2899 43% [=========================== ] 1268/2899 43% [=========================== ] 1269/2899 43% [=========================== ] 1270/2899 43% [=========================== ] 1271/2899 43% [=========================== ] 1272/2899 43% [=========================== ] 1273/2899 43% [=========================== ] 1274/2899 43% [=========================== ] 1275/2899 43% [=========================== ] 1276/2899 44% [=========================== ] 1277/2899 44% [=========================== ] 1278/2899 44% [=========================== ] 1279/2899 44% [=========================== ] 1280/2899 44% [=========================== ] 1281/2899 44% [=========================== ] 1282/2899 44% [=========================== ] 1283/2899 44% [=========================== ] 1284/2899 44% [=========================== ] 1285/2899 44% [=========================== ] 1286/2899 44% [=========================== ] 1287/2899 44% [=========================== ] 1288/2899 44% [=========================== ] 1289/2899 44% [=========================== ] 1290/2899 44% [=========================== ] 1291/2899 44% [=========================== ] 1292/2899 44% [=========================== ] 1293/2899 44% [=========================== ] 1294/2899 44% [=========================== ] 1295/2899 44% [=========================== ] 1296/2899 44% [=========================== ] 1297/2899 44% [=========================== ] 1298/2899 44% [=========================== ] 1299/2899 44% [=========================== ] 1300/2899 44% [=========================== ] 1301/2899 44% [=========================== ] 1302/2899 44% [=========================== ] 1303/2899 44% [=========================== ] 1304/2899 44% [=========================== ] 1305/2899 45% [=========================== ] 1306/2899 45% [=========================== ] 1307/2899 45% [=========================== ] 1308/2899 45% [=========================== ] 1309/2899 45% [============================ ] 1310/2899 45% [============================ ] 1311/2899 45% [============================ ] 1312/2899 45% [============================ ] 1313/2899 45% [============================ ] 1314/2899 45% [============================ ] 1315/2899 45% [============================ ] 1316/2899 45% [============================ ] 1317/2899 45% [============================ ] 1318/2899 45% [============================ ] 1319/2899 45% [============================ ] 1320/2899 45% [============================ ] 1321/2899 45% [============================ ] 1322/2899 45% [============================ ] 1323/2899 45% [============================ ] 1324/2899 45% [============================ ] 1325/2899 45% [============================ ] 1326/2899 45% [============================ ] 1327/2899 45% [============================ ] 1328/2899 45% [============================ ] 1329/2899 45% [============================ ] 1330/2899 45% [============================ ] 1331/2899 45% [============================ ] 1332/2899 45% [============================ ] 1333/2899 45% [============================ ] 1334/2899 46% [============================ ] 1335/2899 46% [============================ ] 1336/2899 46% [============================ ] 1337/2899 46% [============================ ] 1338/2899 46% [============================ ] 1339/2899 46% [============================ ] 1340/2899 46% [============================ ] 1341/2899 46% [============================ ] 1342/2899 46% [============================ ] 1343/2899 46% [============================ ] 1344/2899 46% [============================ ] 1345/2899 46% [============================ ] 1346/2899 46% [============================ ] 1347/2899 46% [============================ ] 1348/2899 46% [============================ ] 1349/2899 46% [============================ ] 1350/2899 46% [============================ ] 1351/2899 46% [============================ ] 1352/2899 46% [============================ ] 1353/2899 46% [============================ ] 1354/2899 46% [============================ ] 1355/2899 46% [============================= ] 1356/2899 46% [============================= ] 1357/2899 46% [============================= ] 1358/2899 46% [============================= ] 1359/2899 46% [============================= ] 1360/2899 46% [============================= ] 1361/2899 46% [============================= ] 1362/2899 46% [============================= ] 1363/2899 47% [============================= ] 1364/2899 47% [============================= ] 1365/2899 47% [============================= ] 1366/2899 47% [============================= ] 1367/2899 47% [============================= ] 1368/2899 47% [============================= ] 1369/2899 47% [============================= ] 1370/2899 47% [============================= ] 1371/2899 47% [============================= ] 1372/2899 47% [============================= ] 1373/2899 47% [============================= ] 1374/2899 47% [============================= ] 1375/2899 47% [============================= ] 1376/2899 47% [============================= ] 1377/2899 47% [============================= ] 1378/2899 47% [============================= ] 1379/2899 47% [============================= ] 1380/2899 47% [============================= ] 1381/2899 47% [============================= ] 1382/2899 47% [============================= ] 1383/2899 47% [============================= ] 1384/2899 47% [============================= ] 1385/2899 47% [============================= ] 1386/2899 47% [============================= ] 1387/2899 47% [============================= ] 1388/2899 47% [============================= ] 1389/2899 47% [============================= ] 1390/2899 47% [============================= ] 1391/2899 47% [============================= ] 1392/2899 48% [============================= ] 1393/2899 48% [============================= ] 1394/2899 48% [============================= ] 1395/2899 48% [============================= ] 1396/2899 48% [============================= ] 1397/2899 48% [============================= ] 1398/2899 48% [============================= ] 1399/2899 48% [============================= ] 1400/2899 48% [============================= ] 1401/2899 48% [============================= ] 1402/2899 48% [============================== ] 1403/2899 48% [============================== ] 1404/2899 48% [============================== ] 1405/2899 48% [============================== ] 1406/2899 48% [============================== ] 1407/2899 48% [============================== ] 1408/2899 48% [============================== ] 1409/2899 48% [============================== ] 1410/2899 48% [============================== ] 1411/2899 48% [============================== ] 1412/2899 48% [============================== ] 1413/2899 48% [============================== ] 1414/2899 48% [============================== ] 1415/2899 48% [============================== ] 1416/2899 48% [============================== ] 1417/2899 48% [============================== ] 1418/2899 48% [============================== ] 1419/2899 48% [============================== ] 1420/2899 48% [============================== ] 1421/2899 49% [============================== ] 1422/2899 49% [============================== ] 1423/2899 49% [============================== ] 1424/2899 49% [============================== ] 1425/2899 49% [============================== ] 1426/2899 49% [============================== ] 1427/2899 49% [============================== ] 1428/2899 49% [============================== ] 1429/2899 49% [============================== ] 1430/2899 49% [============================== ] 1431/2899 49% [============================== ] 1432/2899 49% [============================== ] 1433/2899 49% [============================== ] 1434/2899 49% [============================== ] 1435/2899 49% [============================== ] 1436/2899 49% [============================== ] 1437/2899 49% [============================== ] 1438/2899 49% [============================== ] 1439/2899 49% [============================== ] 1440/2899 49% [============================== ] 1441/2899 49% [============================== ] 1442/2899 49% [============================== ] 1443/2899 49% [============================== ] 1444/2899 49% [============================== ] 1445/2899 49% [============================== ] 1446/2899 49% [============================== ] 1447/2899 49% [============================== ] 1448/2899 49% [============================== ] 1449/2899 49% [=============================== ] 1450/2899 50% [=============================== ] 1451/2899 50% [=============================== ] 1452/2899 50% [=============================== ] 1453/2899 50% [=============================== ] 1454/2899 50% [=============================== ] 1455/2899 50% [=============================== ] 1456/2899 50% [=============================== ] 1457/2899 50% [=============================== ] 1458/2899 50% [=============================== ] 1459/2899 50% [=============================== ] 1460/2899 50% [=============================== ] 1461/2899 50% [=============================== ] 1462/2899 50% [=============================== ] 1463/2899 50% [=============================== ] 1464/2899 50% [=============================== ] 1465/2899 50% [=============================== ] 1466/2899 50% [=============================== ] 1467/2899 50% [=============================== ] 1468/2899 50% [=============================== ] 1469/2899 50% [=============================== ] 1470/2899 50% [=============================== ] 1471/2899 50% [=============================== ] 1472/2899 50% [=============================== ] 1473/2899 50% [=============================== ] 1474/2899 50% [=============================== ] 1475/2899 50% [=============================== ] 1476/2899 50% [=============================== ] 1477/2899 50% [=============================== ] 1478/2899 50% [=============================== ] 1479/2899 51% [=============================== ] 1480/2899 51% [=============================== ] 1481/2899 51% [=============================== ] 1482/2899 51% [=============================== ] 1483/2899 51% [=============================== ] 1484/2899 51% [=============================== ] 1485/2899 51% [=============================== ] 1486/2899 51% [=============================== ] 1487/2899 51% [=============================== ] 1488/2899 51% [=============================== ] 1489/2899 51% [=============================== ] 1490/2899 51% [=============================== ] 1491/2899 51% [=============================== ] 1492/2899 51% [=============================== ] 1493/2899 51% [=============================== ] 1494/2899 51% [=============================== ] 1495/2899 51% [=============================== ] 1496/2899 51% [================================ ] 1497/2899 51% [================================ ] 1498/2899 51% [================================ ] 1499/2899 51% [================================ ] 1500/2899 51% [================================ ] 1501/2899 51% [================================ ] 1502/2899 51% [================================ ] 1503/2899 51% [================================ ] 1504/2899 51% [================================ ] 1505/2899 51% [================================ ] 1506/2899 51% [================================ ] 1507/2899 51% [================================ ] 1508/2899 52% [================================ ] 1509/2899 52% [================================ ] 1510/2899 52% [================================ ] 1511/2899 52% [================================ ] 1512/2899 52% [================================ ] 1513/2899 52% [================================ ] 1514/2899 52% [================================ ] 1515/2899 52% [================================ ] 1516/2899 52% [================================ ] 1517/2899 52% [================================ ] 1518/2899 52% [================================ ] 1519/2899 52% [================================ ] 1520/2899 52% [================================ ] 1521/2899 52% [================================ ] 1522/2899 52% [================================ ] 1523/2899 52% [================================ ] 1524/2899 52% [================================ ] 1525/2899 52% [================================ ] 1526/2899 52% [================================ ] 1527/2899 52% [================================ ] 1528/2899 52% [================================ ] 1529/2899 52% [================================ ] 1530/2899 52% [================================ ] 1531/2899 52% [================================ ] 1532/2899 52% [================================ ] 1533/2899 52% [================================ ] 1534/2899 52% [================================ ] 1535/2899 52% [================================ ] 1536/2899 52% [================================ ] 1537/2899 53% [================================ ] 1538/2899 53% [================================ ] 1539/2899 53% [================================ ] 1540/2899 53% [================================ ] 1541/2899 53% [================================ ] 1542/2899 53% [================================ ] 1543/2899 53% [================================= ] 1544/2899 53% [================================= ] 1545/2899 53% [================================= ] 1546/2899 53% [================================= ] 1547/2899 53% [================================= ] 1548/2899 53% [================================= ] 1549/2899 53% [================================= ] 1550/2899 53% [================================= ] 1551/2899 53% [================================= ] 1552/2899 53% [================================= ] 1553/2899 53% [================================= ] 1554/2899 53% [================================= ] 1555/2899 53% [================================= ] 1556/2899 53% [================================= ] 1557/2899 53% [================================= ] 1558/2899 53% [================================= ] 1559/2899 53% [================================= ] 1560/2899 53% [================================= ] 1561/2899 53% [================================= ] 1562/2899 53% [================================= ] 1563/2899 53% [================================= ] 1564/2899 53% [================================= ] 1565/2899 53% [================================= ] 1566/2899 54% [================================= ] 1567/2899 54% [================================= ] 1568/2899 54% [================================= ] 1569/2899 54% [================================= ] 1570/2899 54% [================================= ] 1571/2899 54% [================================= ] 1572/2899 54% [================================= ] 1573/2899 54% [================================= ] 1574/2899 54% [================================= ] 1575/2899 54% [================================= ] 1576/2899 54% [================================= ] 1577/2899 54% [================================= ] 1578/2899 54% [================================= ] 1579/2899 54% [================================= ] 1580/2899 54% [================================= ] 1581/2899 54% [================================= ] 1582/2899 54% [================================= ] 1583/2899 54% [================================= ] 1584/2899 54% [================================= ] 1585/2899 54% [================================= ] 1586/2899 54% [================================= ] 1587/2899 54% [================================= ] 1588/2899 54% [================================= ] 1589/2899 54% [================================== ] 1590/2899 54% [================================== ] 1591/2899 54% [================================== ] 1592/2899 54% [================================== ] 1593/2899 54% [================================== ] 1594/2899 54% [================================== ] 1595/2899 55% [================================== ] 1596/2899 55% [================================== ] 1597/2899 55% [================================== ] 1598/2899 55% [================================== ] 1599/2899 55% [================================== ] 1600/2899 55% [================================== ] 1601/2899 55% [================================== ] 1602/2899 55% [================================== ] 1603/2899 55% [================================== ] 1604/2899 55% [================================== ] 1605/2899 55% [================================== ] 1606/2899 55% [================================== ] 1607/2899 55% [================================== ] 1608/2899 55% [================================== ] 1609/2899 55% [================================== ] 1610/2899 55% [================================== ] 1611/2899 55% [================================== ] 1612/2899 55% [================================== ] 1613/2899 55% [================================== ] 1614/2899 55% [================================== ] 1615/2899 55% [================================== ] 1616/2899 55% [================================== ] 1617/2899 55% [================================== ] 1618/2899 55% [================================== ] 1619/2899 55% [================================== ] 1620/2899 55% [================================== ] 1621/2899 55% [================================== ] 1622/2899 55% [================================== ] 1623/2899 55% [================================== ] 1624/2899 56% [================================== ] 1625/2899 56% [================================== ] 1626/2899 56% [================================== ] 1627/2899 56% [================================== ] 1628/2899 56% [================================== ] 1629/2899 56% [================================== ] 1630/2899 56% [================================== ] 1631/2899 56% [================================== ] 1632/2899 56% [================================== ] 1633/2899 56% [================================== ] 1634/2899 56% [================================== ] 1635/2899 56% [================================== ] 1636/2899 56% [=================================== ] 1637/2899 56% [=================================== ] 1638/2899 56% [=================================== ] 1639/2899 56% [=================================== ] 1640/2899 56% [=================================== ] 1641/2899 56% [=================================== ] 1642/2899 56% [=================================== ] 1643/2899 56% [=================================== ] 1644/2899 56% [=================================== ] 1645/2899 56% [=================================== ] 1646/2899 56% [=================================== ] 1647/2899 56% [=================================== ] 1648/2899 56% [=================================== ] 1649/2899 56% [=================================== ] 1650/2899 56% [=================================== ] 1651/2899 56% [=================================== ] 1652/2899 56% [=================================== ] 1653/2899 57% [=================================== ] 1654/2899 57% [=================================== ] 1655/2899 57% [=================================== ] 1656/2899 57% [=================================== ] 1657/2899 57% [=================================== ] 1658/2899 57% [=================================== ] 1659/2899 57% [=================================== ] 1660/2899 57% [=================================== ] 1661/2899 57% [=================================== ] 1662/2899 57% [=================================== ] 1663/2899 57% [=================================== ] 1664/2899 57% [=================================== ] 1665/2899 57% [=================================== ] 1666/2899 57% [=================================== ] 1667/2899 57% [=================================== ] 1668/2899 57% [=================================== ] 1669/2899 57% [=================================== ] 1670/2899 57% [=================================== ] 1671/2899 57% [=================================== ] 1672/2899 57% [=================================== ] 1673/2899 57% [=================================== ] 1674/2899 57% [=================================== ] 1675/2899 57% [=================================== ] 1676/2899 57% [=================================== ] 1677/2899 57% [=================================== ] 1678/2899 57% [=================================== ] 1679/2899 57% [=================================== ] 1680/2899 57% [=================================== ] 1681/2899 57% [=================================== ] 1682/2899 58% [=================================== ] 1683/2899 58% [==================================== ] 1684/2899 58% [==================================== ] 1685/2899 58% [==================================== ] 1686/2899 58% [==================================== ] 1687/2899 58% [==================================== ] 1688/2899 58% [==================================== ] 1689/2899 58% [==================================== ] 1690/2899 58% [==================================== ] 1691/2899 58% [==================================== ] 1692/2899 58% [==================================== ] 1693/2899 58% [==================================== ] 1694/2899 58% [==================================== ] 1695/2899 58% [==================================== ] 1696/2899 58% [==================================== ] 1697/2899 58% [==================================== ] 1698/2899 58% [==================================== ] 1699/2899 58% [==================================== ] 1700/2899 58% [==================================== ] 1701/2899 58% [==================================== ] 1702/2899 58% [==================================== ] 1703/2899 58% [==================================== ] 1704/2899 58% [==================================== ] 1705/2899 58% [==================================== ] 1706/2899 58% [==================================== ] 1707/2899 58% [==================================== ] 1708/2899 58% [==================================== ] 1709/2899 58% [==================================== ] 1710/2899 58% [==================================== ] 1711/2899 59% [==================================== ] 1712/2899 59% [==================================== ] 1713/2899 59% [==================================== ] 1714/2899 59% [==================================== ] 1715/2899 59% [==================================== ] 1716/2899 59% [==================================== ] 1717/2899 59% [==================================== ] 1718/2899 59% [==================================== ] 1719/2899 59% [==================================== ] 1720/2899 59% [==================================== ] 1721/2899 59% [==================================== ] 1722/2899 59% [==================================== ] 1723/2899 59% [==================================== ] 1724/2899 59% [==================================== ] 1725/2899 59% [==================================== ] 1726/2899 59% [==================================== ] 1727/2899 59% [==================================== ] 1728/2899 59% [==================================== ] 1729/2899 59% [==================================== ] 1730/2899 59% [===================================== ] 1731/2899 59% [===================================== ] 1732/2899 59% [===================================== ] 1733/2899 59% [===================================== ] 1734/2899 59% [===================================== ] 1735/2899 59% [===================================== ] 1736/2899 59% [===================================== ] 1737/2899 59% [===================================== ] 1738/2899 59% [===================================== ] 1739/2899 59% [===================================== ] 1740/2899 60% [===================================== ] 1741/2899 60% [===================================== ] 1742/2899 60% [===================================== ] 1743/2899 60% [===================================== ] 1744/2899 60% [===================================== ] 1745/2899 60% [===================================== ] 1746/2899 60% [===================================== ] 1747/2899 60% [===================================== ] 1748/2899 60% [===================================== ] 1749/2899 60% [===================================== ] 1750/2899 60% [===================================== ] 1751/2899 60% [===================================== ] 1752/2899 60% [===================================== ] 1753/2899 60% [===================================== ] 1754/2899 60% [===================================== ] 1755/2899 60% [===================================== ] 1756/2899 60% [===================================== ] 1757/2899 60% [===================================== ] 1758/2899 60% [===================================== ] 1759/2899 60% [===================================== ] 1760/2899 60% [===================================== ] 1761/2899 60% [===================================== ] 1762/2899 60% [===================================== ] 1763/2899 60% [===================================== ] 1764/2899 60% [===================================== ] 1765/2899 60% [===================================== ] 1766/2899 60% [===================================== ] 1767/2899 60% [===================================== ] 1768/2899 60% [===================================== ] 1769/2899 61% [===================================== ] 1770/2899 61% [===================================== ] 1771/2899 61% [===================================== ] 1772/2899 61% [===================================== ] 1773/2899 61% [===================================== ] 1774/2899 61% [===================================== ] 1775/2899 61% [===================================== ] 1776/2899 61% [====================================== ] 1777/2899 61% [====================================== ] 1778/2899 61% [====================================== ] 1779/2899 61% [====================================== ] 1780/2899 61% [====================================== ] 1781/2899 61% [====================================== ] 1782/2899 61% [====================================== ] 1783/2899 61% [====================================== ] 1784/2899 61% [====================================== ] 1785/2899 61% [====================================== ] 1786/2899 61% [====================================== ] 1787/2899 61% [====================================== ] 1788/2899 61% [====================================== ] 1789/2899 61% [====================================== ] 1790/2899 61% [====================================== ] 1791/2899 61% [====================================== ] 1792/2899 61% [====================================== ] 1793/2899 61% [====================================== ] 1794/2899 61% [====================================== ] 1795/2899 61% [====================================== ] 1796/2899 61% [====================================== ] 1797/2899 61% [====================================== ] 1798/2899 62% [====================================== ] 1799/2899 62% [====================================== ] 1800/2899 62% [====================================== ] 1801/2899 62% [====================================== ] 1802/2899 62% [====================================== ] 1803/2899 62% [====================================== ] 1804/2899 62% [====================================== ] 1805/2899 62% [====================================== ] 1806/2899 62% [====================================== ] 1807/2899 62% [====================================== ] 1808/2899 62% [====================================== ] 1809/2899 62% [====================================== ] 1810/2899 62% [====================================== ] 1811/2899 62% [====================================== ] 1812/2899 62% [====================================== ] 1813/2899 62% [====================================== ] 1814/2899 62% [====================================== ] 1815/2899 62% [====================================== ] 1816/2899 62% [====================================== ] 1817/2899 62% [====================================== ] 1818/2899 62% [====================================== ] 1819/2899 62% [====================================== ] 1820/2899 62% [====================================== ] 1821/2899 62% [====================================== ] 1822/2899 62% [====================================== ] 1823/2899 62% [======================================= ] 1824/2899 62% [======================================= ] 1825/2899 62% [======================================= ] 1826/2899 62% [======================================= ] 1827/2899 63% [======================================= ] 1828/2899 63% [======================================= ] 1829/2899 63% [======================================= ] 1830/2899 63% [======================================= ] 1831/2899 63% [======================================= ] 1832/2899 63% [======================================= ] 1833/2899 63% [======================================= ] 1834/2899 63% [======================================= ] 1835/2899 63% [======================================= ] 1836/2899 63% [======================================= ] 1837/2899 63% [======================================= ] 1838/2899 63% [======================================= ] 1839/2899 63% [======================================= ] 1840/2899 63% [======================================= ] 1841/2899 63% [======================================= ] 1842/2899 63% [======================================= ] 1843/2899 63% [======================================= ] 1844/2899 63% [======================================= ] 1845/2899 63% [======================================= ] 1846/2899 63% [======================================= ] 1847/2899 63% [======================================= ] 1848/2899 63% [======================================= ] 1849/2899 63% [======================================= ] 1850/2899 63% [======================================= ] 1851/2899 63% [======================================= ] 1852/2899 63% [======================================= ] 1853/2899 63% [======================================= ] 1854/2899 63% [======================================= ] 1855/2899 63% [======================================= ] 1856/2899 64% [======================================= ] 1857/2899 64% [======================================= ] 1858/2899 64% [======================================= ] 1859/2899 64% [======================================= ] 1860/2899 64% [======================================= ] 1861/2899 64% [======================================= ] 1862/2899 64% [======================================= ] 1863/2899 64% [======================================= ] 1864/2899 64% [======================================= ] 1865/2899 64% [======================================= ] 1866/2899 64% [======================================= ] 1867/2899 64% [======================================= ] 1868/2899 64% [======================================= ] 1869/2899 64% [======================================= ] 1870/2899 64% [======================================== ] 1871/2899 64% [======================================== ] 1872/2899 64% [======================================== ] 1873/2899 64% [======================================== ] 1874/2899 64% [======================================== ] 1875/2899 64% [======================================== ] 1876/2899 64% [======================================== ] 1877/2899 64% [======================================== ] 1878/2899 64% [======================================== ] 1879/2899 64% [======================================== ] 1880/2899 64% [======================================== ] 1881/2899 64% [======================================== ] 1882/2899 64% [======================================== ] 1883/2899 64% [======================================== ] 1884/2899 64% [======================================== ] 1885/2899 65% [======================================== ] 1886/2899 65% [======================================== ] 1887/2899 65% [======================================== ] 1888/2899 65% [======================================== ] 1889/2899 65% [======================================== ] 1890/2899 65% [======================================== ] 1891/2899 65% [======================================== ] 1892/2899 65% [======================================== ] 1893/2899 65% [======================================== ] 1894/2899 65% [======================================== ] 1895/2899 65% [======================================== ] 1896/2899 65% [======================================== ] 1897/2899 65% [======================================== ] 1898/2899 65% [======================================== ] 1899/2899 65% [======================================== ] 1900/2899 65% [======================================== ] 1901/2899 65% [======================================== ] 1902/2899 65% [======================================== ] 1903/2899 65% [======================================== ] 1904/2899 65% [======================================== ] 1905/2899 65% [======================================== ] 1906/2899 65% [======================================== ] 1907/2899 65% [======================================== ] 1908/2899 65% [======================================== ] 1909/2899 65% [======================================== ] 1910/2899 65% [======================================== ] 1911/2899 65% [======================================== ] 1912/2899 65% [======================================== ] 1913/2899 65% [======================================== ] 1914/2899 66% [======================================== ] 1915/2899 66% [======================================== ] 1916/2899 66% [======================================== ] 1917/2899 66% [========================================= ] 1918/2899 66% [========================================= ] 1919/2899 66% [========================================= ] 1920/2899 66% [========================================= ] 1921/2899 66% [========================================= ] 1922/2899 66% [========================================= ] 1923/2899 66% [========================================= ] 1924/2899 66% [========================================= ] 1925/2899 66% [========================================= ] 1926/2899 66% [========================================= ] 1927/2899 66% [========================================= ] 1928/2899 66% [========================================= ] 1929/2899 66% [========================================= ] 1930/2899 66% [========================================= ] 1931/2899 66% [========================================= ] 1932/2899 66% [========================================= ] 1933/2899 66% [========================================= ] 1934/2899 66% [========================================= ] 1935/2899 66% [========================================= ] 1936/2899 66% [========================================= ] 1937/2899 66% [========================================= ] 1938/2899 66% [========================================= ] 1939/2899 66% [========================================= ] 1940/2899 66% [========================================= ] 1941/2899 66% [========================================= ] 1942/2899 66% [========================================= ] 1943/2899 67% [========================================= ] 1944/2899 67% [========================================= ] 1945/2899 67% [========================================= ] 1946/2899 67% [========================================= ] 1947/2899 67% [========================================= ] 1948/2899 67% [========================================= ] 1949/2899 67% [========================================= ] 1950/2899 67% [========================================= ] 1951/2899 67% [========================================= ] 1952/2899 67% [========================================= ] 1953/2899 67% [========================================= ] 1954/2899 67% [========================================= ] 1955/2899 67% [========================================= ] 1956/2899 67% [========================================= ] 1957/2899 67% [========================================= ] 1958/2899 67% [========================================= ] 1959/2899 67% [========================================= ] 1960/2899 67% [========================================= ] 1961/2899 67% [========================================= ] 1962/2899 67% [========================================= ] 1963/2899 67% [========================================== ] 1964/2899 67% [========================================== ] 1965/2899 67% [========================================== ] 1966/2899 67% [========================================== ] 1967/2899 67% [========================================== ] 1968/2899 67% [========================================== ] 1969/2899 67% [========================================== ] 1970/2899 67% [========================================== ] 1971/2899 67% [========================================== ] 1972/2899 68% [========================================== ] 1973/2899 68% [========================================== ] 1974/2899 68% [========================================== ] 1975/2899 68% [========================================== ] 1976/2899 68% [========================================== ] 1977/2899 68% [========================================== ] 1978/2899 68% [========================================== ] 1979/2899 68% [========================================== ] 1980/2899 68% [========================================== ] 1981/2899 68% [========================================== ] 1982/2899 68% [========================================== ] 1983/2899 68% [========================================== ] 1984/2899 68% [========================================== ] 1985/2899 68% [========================================== ] 1986/2899 68% [========================================== ] 1987/2899 68% [========================================== ] 1988/2899 68% [========================================== ] 1989/2899 68% [========================================== ] 1990/2899 68% [========================================== ] 1991/2899 68% [========================================== ] 1992/2899 68% [========================================== ] 1993/2899 68% [========================================== ] 1994/2899 68% [========================================== ] 1995/2899 68% [========================================== ] 1996/2899 68% [========================================== ] 1997/2899 68% [========================================== ] 1998/2899 68% [========================================== ] 1999/2899 68% [========================================== ] 2000/2899 68% [========================================== ] 2001/2899 69% [========================================== ] 2002/2899 69% [========================================== ] 2003/2899 69% [========================================== ] 2004/2899 69% [========================================== ] 2005/2899 69% [========================================== ] 2006/2899 69% [========================================== ] 2007/2899 69% [========================================== ] 2008/2899 69% [========================================== ] 2009/2899 69% [========================================== ] 2010/2899 69% [=========================================== ] 2011/2899 69% [=========================================== ] 2012/2899 69% [=========================================== ] 2013/2899 69% [=========================================== ] 2014/2899 69% [=========================================== ] 2015/2899 69% [=========================================== ] 2016/2899 69% [=========================================== ] 2017/2899 69% [=========================================== ] 2018/2899 69% [=========================================== ] 2019/2899 69% [=========================================== ] 2020/2899 69% [=========================================== ] 2021/2899 69% [=========================================== ] 2022/2899 69% [=========================================== ] 2023/2899 69% [=========================================== ] 2024/2899 69% [=========================================== ] 2025/2899 69% [=========================================== ] 2026/2899 69% [=========================================== ] 2027/2899 69% [=========================================== ] 2028/2899 69% [=========================================== ] 2029/2899 69% [=========================================== ] 2030/2899 70% [=========================================== ] 2031/2899 70% [=========================================== ] 2032/2899 70% [=========================================== ] 2033/2899 70% [=========================================== ] 2034/2899 70% [=========================================== ] 2035/2899 70% [=========================================== ] 2036/2899 70% [=========================================== ] 2037/2899 70% [=========================================== ] 2038/2899 70% [=========================================== ] 2039/2899 70% [=========================================== ] 2040/2899 70% [=========================================== ] 2041/2899 70% [=========================================== ] 2042/2899 70% [=========================================== ] 2043/2899 70% [=========================================== ] 2044/2899 70% [=========================================== ] 2045/2899 70% [=========================================== ] 2046/2899 70% [=========================================== ] 2047/2899 70% [=========================================== ] 2048/2899 70% [=========================================== ] 2049/2899 70% [=========================================== ] 2050/2899 70% [=========================================== ] 2051/2899 70% [=========================================== ] 2052/2899 70% [=========================================== ] 2053/2899 70% [=========================================== ] 2054/2899 70% [=========================================== ] 2055/2899 70% [=========================================== ] 2056/2899 70% [=========================================== ] 2057/2899 70% [============================================ ] 2058/2899 70% [============================================ ] 2059/2899 71% [============================================ ] 2060/2899 71% [============================================ ] 2061/2899 71% [============================================ ] 2062/2899 71% [============================================ ] 2063/2899 71% [============================================ ] 2064/2899 71% [============================================ ] 2065/2899 71% [============================================ ] 2066/2899 71% [============================================ ] 2067/2899 71% [============================================ ] 2068/2899 71% [============================================ ] 2069/2899 71% [============================================ ] 2070/2899 71% [============================================ ] 2071/2899 71% [============================================ ] 2072/2899 71% [============================================ ] 2073/2899 71% [============================================ ] 2074/2899 71% [============================================ ] 2075/2899 71% [============================================ ] 2076/2899 71% [============================================ ] 2077/2899 71% [============================================ ] 2078/2899 71% [============================================ ] 2079/2899 71% [============================================ ] 2080/2899 71% [============================================ ] 2081/2899 71% [============================================ ] 2082/2899 71% [============================================ ] 2083/2899 71% [============================================ ] 2084/2899 71% [============================================ ] 2085/2899 71% [============================================ ] 2086/2899 71% [============================================ ] 2087/2899 71% [============================================ ] 2088/2899 72% [============================================ ] 2089/2899 72% [============================================ ] 2090/2899 72% [============================================ ] 2091/2899 72% [============================================ ] 2092/2899 72% [============================================ ] 2093/2899 72% [============================================ ] 2094/2899 72% [============================================ ] 2095/2899 72% [============================================ ] 2096/2899 72% [============================================ ] 2097/2899 72% [============================================ ] 2098/2899 72% [============================================ ] 2099/2899 72% [============================================ ] 2100/2899 72% [============================================ ] 2101/2899 72% [============================================ ] 2102/2899 72% [============================================ ] 2103/2899 72% [============================================ ] 2104/2899 72% [============================================= ] 2105/2899 72% [============================================= ] 2106/2899 72% [============================================= ] 2107/2899 72% [============================================= ] 2108/2899 72% [============================================= ] 2109/2899 72% [============================================= ] 2110/2899 72% [============================================= ] 2111/2899 72% [============================================= ] 2112/2899 72% [============================================= ] 2113/2899 72% [============================================= ] 2114/2899 72% [============================================= ] 2115/2899 72% [============================================= ] 2116/2899 72% [============================================= ] 2117/2899 73% [============================================= ] 2118/2899 73% [============================================= ] 2119/2899 73% [============================================= ] 2120/2899 73% [============================================= ] 2121/2899 73% [============================================= ] 2122/2899 73% [============================================= ] 2123/2899 73% [============================================= ] 2124/2899 73% [============================================= ] 2125/2899 73% [============================================= ] 2126/2899 73% [============================================= ] 2127/2899 73% [============================================= ] 2128/2899 73% [============================================= ] 2129/2899 73% [============================================= ] 2130/2899 73% [============================================= ] 2131/2899 73% [============================================= ] 2132/2899 73% [============================================= ] 2133/2899 73% [============================================= ] 2134/2899 73% [============================================= ] 2135/2899 73% [============================================= ] 2136/2899 73% [============================================= ] 2137/2899 73% [============================================= ] 2138/2899 73% [============================================= ] 2139/2899 73% [============================================= ] 2140/2899 73% [============================================= ] 2141/2899 73% [============================================= ] 2142/2899 73% [============================================= ] 2143/2899 73% [============================================= ] 2144/2899 73% [============================================= ] 2145/2899 73% [============================================= ] 2146/2899 74% [============================================= ] 2147/2899 74% [============================================= ] 2148/2899 74% [============================================= ] 2149/2899 74% [============================================= ] 2150/2899 74% [============================================== ] 2151/2899 74% [============================================== ] 2152/2899 74% [============================================== ] 2153/2899 74% [============================================== ] 2154/2899 74% [============================================== ] 2155/2899 74% [============================================== ] 2156/2899 74% [============================================== ] 2157/2899 74% [============================================== ] 2158/2899 74% [============================================== ] 2159/2899 74% [============================================== ] 2160/2899 74% [============================================== ] 2161/2899 74% [============================================== ] 2162/2899 74% [============================================== ] 2163/2899 74% [============================================== ] 2164/2899 74% [============================================== ] 2165/2899 74% [============================================== ] 2166/2899 74% [============================================== ] 2167/2899 74% [============================================== ] 2168/2899 74% [============================================== ] 2169/2899 74% [============================================== ] 2170/2899 74% [============================================== ] 2171/2899 74% [============================================== ] 2172/2899 74% [============================================== ] 2173/2899 74% [============================================== ] 2174/2899 74% [============================================== ] 2175/2899 75% [============================================== ] 2176/2899 75% [============================================== ] 2177/2899 75% [============================================== ] 2178/2899 75% [============================================== ] 2179/2899 75% [============================================== ] 2180/2899 75% [============================================== ] 2181/2899 75% [============================================== ] 2182/2899 75% [============================================== ] 2183/2899 75% [============================================== ] 2184/2899 75% [============================================== ] 2185/2899 75% [============================================== ] 2186/2899 75% [============================================== ] 2187/2899 75% [============================================== ] 2188/2899 75% [============================================== ] 2189/2899 75% [============================================== ] 2190/2899 75% [============================================== ] 2191/2899 75% [============================================== ] 2192/2899 75% [============================================== ] 2193/2899 75% [============================================== ] 2194/2899 75% [============================================== ] 2195/2899 75% [============================================== ] 2196/2899 75% [============================================== ] 2197/2899 75% [=============================================== ] 2198/2899 75% [=============================================== ] 2199/2899 75% [=============================================== ] 2200/2899 75% [=============================================== ] 2201/2899 75% [=============================================== ] 2202/2899 75% [=============================================== ] 2203/2899 75% [=============================================== ] 2204/2899 76% [=============================================== ] 2205/2899 76% [=============================================== ] 2206/2899 76% [=============================================== ] 2207/2899 76% [=============================================== ] 2208/2899 76% [=============================================== ] 2209/2899 76% [=============================================== ] 2210/2899 76% [=============================================== ] 2211/2899 76% [=============================================== ] 2212/2899 76% [=============================================== ] 2213/2899 76% [=============================================== ] 2214/2899 76% [=============================================== ] 2215/2899 76% [=============================================== ] 2216/2899 76% [=============================================== ] 2217/2899 76% [=============================================== ] 2218/2899 76% [=============================================== ] 2219/2899 76% [=============================================== ] 2220/2899 76% [=============================================== ] 2221/2899 76% [=============================================== ] 2222/2899 76% [=============================================== ] 2223/2899 76% [=============================================== ] 2224/2899 76% [=============================================== ] 2225/2899 76% [=============================================== ] 2226/2899 76% [=============================================== ] 2227/2899 76% [=============================================== ] 2228/2899 76% [=============================================== ] 2229/2899 76% [=============================================== ] 2230/2899 76% [=============================================== ] 2231/2899 76% [=============================================== ] 2232/2899 76% [=============================================== ] 2233/2899 77% [=============================================== ] 2234/2899 77% [=============================================== ] 2235/2899 77% [=============================================== ] 2236/2899 77% [=============================================== ] 2237/2899 77% [=============================================== ] 2238/2899 77% [=============================================== ] 2239/2899 77% [=============================================== ] 2240/2899 77% [=============================================== ] 2241/2899 77% [=============================================== ] 2242/2899 77% [=============================================== ] 2243/2899 77% [=============================================== ] 2244/2899 77% [================================================ ] 2245/2899 77% [================================================ ] 2246/2899 77% [================================================ ] 2247/2899 77% [================================================ ] 2248/2899 77% [================================================ ] 2249/2899 77% [================================================ ] 2250/2899 77% [================================================ ] 2251/2899 77% [================================================ ] 2252/2899 77% [================================================ ] 2253/2899 77% [================================================ ] 2254/2899 77% [================================================ ] 2255/2899 77% [================================================ ] 2256/2899 77% [================================================ ] 2257/2899 77% [================================================ ] 2258/2899 77% [================================================ ] 2259/2899 77% [================================================ ] 2260/2899 77% [================================================ ] 2261/2899 77% [================================================ ] 2262/2899 78% [================================================ ] 2263/2899 78% [================================================ ] 2264/2899 78% [================================================ ] 2265/2899 78% [================================================ ] 2266/2899 78% [================================================ ] 2267/2899 78% [================================================ ] 2268/2899 78% [================================================ ] 2269/2899 78% [================================================ ] 2270/2899 78% [================================================ ] 2271/2899 78% [================================================ ] 2272/2899 78% [================================================ ] 2273/2899 78% [================================================ ] 2274/2899 78% [================================================ ] 2275/2899 78% [================================================ ] 2276/2899 78% [================================================ ] 2277/2899 78% [================================================ ] 2278/2899 78% [================================================ ] 2279/2899 78% [================================================ ] 2280/2899 78% [================================================ ] 2281/2899 78% [================================================ ] 2282/2899 78% [================================================ ] 2283/2899 78% [================================================ ] 2284/2899 78% [================================================ ] 2285/2899 78% [================================================ ] 2286/2899 78% [================================================ ] 2287/2899 78% [================================================ ] 2288/2899 78% [================================================ ] 2289/2899 78% [================================================ ] 2290/2899 78% [================================================ ] 2291/2899 79% [================================================= ] 2292/2899 79% [================================================= ] 2293/2899 79% [================================================= ] 2294/2899 79% [================================================= ] 2295/2899 79% [================================================= ] 2296/2899 79% [================================================= ] 2297/2899 79% [================================================= ] 2298/2899 79% [================================================= ] 2299/2899 79% [================================================= ] 2300/2899 79% [================================================= ] 2301/2899 79% [================================================= ] 2302/2899 79% [================================================= ] 2303/2899 79% [================================================= ] 2304/2899 79% [================================================= ] 2305/2899 79% [================================================= ] 2306/2899 79% [================================================= ] 2307/2899 79% [================================================= ] 2308/2899 79% [================================================= ] 2309/2899 79% [================================================= ] 2310/2899 79% [================================================= ] 2311/2899 79% [================================================= ] 2312/2899 79% [================================================= ] 2313/2899 79% [================================================= ] 2314/2899 79% [================================================= ] 2315/2899 79% [================================================= ] 2316/2899 79% [================================================= ] 2317/2899 79% [================================================= ] 2318/2899 79% [================================================= ] 2319/2899 79% [================================================= ] 2320/2899 80% [================================================= ] 2321/2899 80% [================================================= ] 2322/2899 80% [================================================= ] 2323/2899 80% [================================================= ] 2324/2899 80% [================================================= ] 2325/2899 80% [================================================= ] 2326/2899 80% [================================================= ] 2327/2899 80% [================================================= ] 2328/2899 80% [================================================= ] 2329/2899 80% [================================================= ] 2330/2899 80% [================================================= ] 2331/2899 80% [================================================= ] 2332/2899 80% [================================================= ] 2333/2899 80% [================================================= ] 2334/2899 80% [================================================= ] 2335/2899 80% [================================================= ] 2336/2899 80% [================================================= ] 2337/2899 80% [================================================== ] 2338/2899 80% [================================================== ] 2339/2899 80% [================================================== ] 2340/2899 80% [================================================== ] 2341/2899 80% [================================================== ] 2342/2899 80% [================================================== ] 2343/2899 80% [================================================== ] 2344/2899 80% [================================================== ] 2345/2899 80% [================================================== ] 2346/2899 80% [================================================== ] 2347/2899 80% [================================================== ] 2348/2899 80% [================================================== ] 2349/2899 81% [================================================== ] 2350/2899 81% [================================================== ] 2351/2899 81% [================================================== ] 2352/2899 81% [================================================== ] 2353/2899 81% [================================================== ] 2354/2899 81% [================================================== ] 2355/2899 81% [================================================== ] 2356/2899 81% [================================================== ] 2357/2899 81% [================================================== ] 2358/2899 81% [================================================== ] 2359/2899 81% [================================================== ] 2360/2899 81% [================================================== ] 2361/2899 81% [================================================== ] 2362/2899 81% [================================================== ] 2363/2899 81% [================================================== ] 2364/2899 81% [================================================== ] 2365/2899 81% [================================================== ] 2366/2899 81% [================================================== ] 2367/2899 81% [================================================== ] 2368/2899 81% [================================================== ] 2369/2899 81% [================================================== ] 2370/2899 81% [================================================== ] 2371/2899 81% [================================================== ] 2372/2899 81% [================================================== ] 2373/2899 81% [================================================== ] 2374/2899 81% [================================================== ] 2375/2899 81% [================================================== ] 2376/2899 81% [================================================== ] 2377/2899 81% [================================================== ] 2378/2899 82% [================================================== ] 2379/2899 82% [================================================== ] 2380/2899 82% [================================================== ] 2381/2899 82% [================================================== ] 2382/2899 82% [================================================== ] 2383/2899 82% [================================================== ] 2384/2899 82% [=================================================== ] 2385/2899 82% [=================================================== ] 2386/2899 82% [=================================================== ] 2387/2899 82% [=================================================== ] 2388/2899 82% [=================================================== ] 2389/2899 82% [=================================================== ] 2390/2899 82% [=================================================== ] 2391/2899 82% [=================================================== ] 2392/2899 82% [=================================================== ] 2393/2899 82% [=================================================== ] 2394/2899 82% [=================================================== ] 2395/2899 82% [=================================================== ] 2396/2899 82% [=================================================== ] 2397/2899 82% [=================================================== ] 2398/2899 82% [=================================================== ] 2399/2899 82% [=================================================== ] 2400/2899 82% [=================================================== ] 2401/2899 82% [=================================================== ] 2402/2899 82% [=================================================== ] 2403/2899 82% [=================================================== ] 2404/2899 82% [=================================================== ] 2405/2899 82% [=================================================== ] 2406/2899 82% [=================================================== ] 2407/2899 83% [=================================================== ] 2408/2899 83% [=================================================== ] 2409/2899 83% [=================================================== ] 2410/2899 83% [=================================================== ] 2411/2899 83% [=================================================== ] 2412/2899 83% [=================================================== ] 2413/2899 83% [=================================================== ] 2414/2899 83% [=================================================== ] 2415/2899 83% [=================================================== ] 2416/2899 83% [=================================================== ] 2417/2899 83% [=================================================== ] 2418/2899 83% [=================================================== ] 2419/2899 83% [=================================================== ] 2420/2899 83% [=================================================== ] 2421/2899 83% [=================================================== ] 2422/2899 83% [=================================================== ] 2423/2899 83% [=================================================== ] 2424/2899 83% [=================================================== ] 2425/2899 83% [=================================================== ] 2426/2899 83% [=================================================== ] 2427/2899 83% [=================================================== ] 2428/2899 83% [=================================================== ] 2429/2899 83% [=================================================== ] 2430/2899 83% [=================================================== ] 2431/2899 83% [==================================================== ] 2432/2899 83% [==================================================== ] 2433/2899 83% [==================================================== ] 2434/2899 83% [==================================================== ] 2435/2899 83% [==================================================== ] 2436/2899 84% [==================================================== ] 2437/2899 84% [==================================================== ] 2438/2899 84% [==================================================== ] 2439/2899 84% [==================================================== ] 2440/2899 84% [==================================================== ] 2441/2899 84% [==================================================== ] 2442/2899 84% [==================================================== ] 2443/2899 84% [==================================================== ] 2444/2899 84% [==================================================== ] 2445/2899 84% [==================================================== ] 2446/2899 84% [==================================================== ] 2447/2899 84% [==================================================== ] 2448/2899 84% [==================================================== ] 2449/2899 84% [==================================================== ] 2450/2899 84% [==================================================== ] 2451/2899 84% [==================================================== ] 2452/2899 84% [==================================================== ] 2453/2899 84% [==================================================== ] 2454/2899 84% [==================================================== ] 2455/2899 84% [==================================================== ] 2456/2899 84% [==================================================== ] 2457/2899 84% [==================================================== ] 2458/2899 84% [==================================================== ] 2459/2899 84% [==================================================== ] 2460/2899 84% [==================================================== ] 2461/2899 84% [==================================================== ] 2462/2899 84% [==================================================== ] 2463/2899 84% [==================================================== ] 2464/2899 84% [==================================================== ] 2465/2899 85% [==================================================== ] 2466/2899 85% [==================================================== ] 2467/2899 85% [==================================================== ] 2468/2899 85% [==================================================== ] 2469/2899 85% [==================================================== ] 2470/2899 85% [==================================================== ] 2471/2899 85% [==================================================== ] 2472/2899 85% [==================================================== ] 2473/2899 85% [==================================================== ] 2474/2899 85% [==================================================== ] 2475/2899 85% [==================================================== ] 2476/2899 85% [==================================================== ] 2477/2899 85% [==================================================== ] 2478/2899 85% [===================================================== ] 2479/2899 85% [===================================================== ] 2480/2899 85% [===================================================== ] 2481/2899 85% [===================================================== ] 2482/2899 85% [===================================================== ] 2483/2899 85% [===================================================== ] 2484/2899 85% [===================================================== ] 2485/2899 85% [===================================================== ] 2486/2899 85% [===================================================== ] 2487/2899 85% [===================================================== ] 2488/2899 85% [===================================================== ] 2489/2899 85% [===================================================== ] 2490/2899 85% [===================================================== ] 2491/2899 85% [===================================================== ] 2492/2899 85% [===================================================== ] 2493/2899 85% [===================================================== ] 2494/2899 86% [===================================================== ] 2495/2899 86% [===================================================== ] 2496/2899 86% [===================================================== ] 2497/2899 86% [===================================================== ] 2498/2899 86% [===================================================== ] 2499/2899 86% [===================================================== ] 2500/2899 86% [===================================================== ] 2501/2899 86% [===================================================== ] 2502/2899 86% [===================================================== ] 2503/2899 86% [===================================================== ] 2504/2899 86% [===================================================== ] 2505/2899 86% [===================================================== ] 2506/2899 86% [===================================================== ] 2507/2899 86% [===================================================== ] 2508/2899 86% [===================================================== ] 2509/2899 86% [===================================================== ] 2510/2899 86% [===================================================== ] 2511/2899 86% [===================================================== ] 2512/2899 86% [===================================================== ] 2513/2899 86% [===================================================== ] 2514/2899 86% [===================================================== ] 2515/2899 86% [===================================================== ] 2516/2899 86% [===================================================== ] 2517/2899 86% [===================================================== ] 2518/2899 86% [===================================================== ] 2519/2899 86% [===================================================== ] 2520/2899 86% [===================================================== ] 2521/2899 86% [===================================================== ] 2522/2899 86% [===================================================== ] 2523/2899 87% [===================================================== ] 2524/2899 87% [====================================================== ] 2525/2899 87% [====================================================== ] 2526/2899 87% [====================================================== ] 2527/2899 87% [====================================================== ] 2528/2899 87% [====================================================== ] 2529/2899 87% [====================================================== ] 2530/2899 87% [====================================================== ] 2531/2899 87% [====================================================== ] 2532/2899 87% [====================================================== ] 2533/2899 87% [====================================================== ] 2534/2899 87% [====================================================== ] 2535/2899 87% [====================================================== ] 2536/2899 87% [====================================================== ] 2537/2899 87% [====================================================== ] 2538/2899 87% [====================================================== ] 2539/2899 87% [====================================================== ] 2540/2899 87% [====================================================== ] 2541/2899 87% [====================================================== ] 2542/2899 87% [====================================================== ] 2543/2899 87% [====================================================== ] 2544/2899 87% [====================================================== ] 2545/2899 87% [====================================================== ] 2546/2899 87% [====================================================== ] 2547/2899 87% [====================================================== ] 2548/2899 87% [====================================================== ] 2549/2899 87% [====================================================== ] 2550/2899 87% [====================================================== ] 2551/2899 87% [====================================================== ] 2552/2899 88% [====================================================== ] 2553/2899 88% [====================================================== ] 2554/2899 88% [====================================================== ] 2555/2899 88% [====================================================== ] 2556/2899 88% [====================================================== ] 2557/2899 88% [====================================================== ] 2558/2899 88% [====================================================== ] 2559/2899 88% [====================================================== ] 2560/2899 88% [====================================================== ] 2561/2899 88% [====================================================== ] 2562/2899 88% [====================================================== ] 2563/2899 88% [====================================================== ] 2564/2899 88% [====================================================== ] 2565/2899 88% [====================================================== ] 2566/2899 88% [====================================================== ] 2567/2899 88% [====================================================== ] 2568/2899 88% [====================================================== ] 2569/2899 88% [====================================================== ] 2570/2899 88% [====================================================== ] 2571/2899 88% [======================================================= ] 2572/2899 88% [======================================================= ] 2573/2899 88% [======================================================= ] 2574/2899 88% [======================================================= ] 2575/2899 88% [======================================================= ] 2576/2899 88% [======================================================= ] 2577/2899 88% [======================================================= ] 2578/2899 88% [======================================================= ] 2579/2899 88% [======================================================= ] 2580/2899 88% [======================================================= ] 2581/2899 89% [======================================================= ] 2582/2899 89% [======================================================= ] 2583/2899 89% [======================================================= ] 2584/2899 89% [======================================================= ] 2585/2899 89% [======================================================= ] 2586/2899 89% [======================================================= ] 2587/2899 89% [======================================================= ] 2588/2899 89% [======================================================= ] 2589/2899 89% [======================================================= ] 2590/2899 89% [======================================================= ] 2591/2899 89% [======================================================= ] 2592/2899 89% [======================================================= ] 2593/2899 89% [======================================================= ] 2594/2899 89% [======================================================= ] 2595/2899 89% [======================================================= ] 2596/2899 89% [======================================================= ] 2597/2899 89% [======================================================= ] 2598/2899 89% [======================================================= ] 2599/2899 89% [======================================================= ] 2600/2899 89% [======================================================= ] 2601/2899 89% [======================================================= ] 2602/2899 89% [======================================================= ] 2603/2899 89% [======================================================= ] 2604/2899 89% [======================================================= ] 2605/2899 89% [======================================================= ] 2606/2899 89% [======================================================= ] 2607/2899 89% [======================================================= ] 2608/2899 89% [======================================================= ] 2609/2899 89% [======================================================= ] 2610/2899 90% [======================================================= ] 2611/2899 90% [======================================================= ] 2612/2899 90% [======================================================= ] 2613/2899 90% [======================================================= ] 2614/2899 90% [======================================================= ] 2615/2899 90% [======================================================= ] 2616/2899 90% [======================================================= ] 2617/2899 90% [======================================================= ] 2618/2899 90% [======================================================== ] 2619/2899 90% [======================================================== ] 2620/2899 90% [======================================================== ] 2621/2899 90% [======================================================== ] 2622/2899 90% [======================================================== ] 2623/2899 90% [======================================================== ] 2624/2899 90% [======================================================== ] 2625/2899 90% [======================================================== ] 2626/2899 90% [======================================================== ] 2627/2899 90% [======================================================== ] 2628/2899 90% [======================================================== ] 2629/2899 90% [======================================================== ] 2630/2899 90% [======================================================== ] 2631/2899 90% [======================================================== ] 2632/2899 90% [======================================================== ] 2633/2899 90% [======================================================== ] 2634/2899 90% [======================================================== ] 2635/2899 90% [======================================================== ] 2636/2899 90% [======================================================== ] 2637/2899 90% [======================================================== ] 2638/2899 90% [======================================================== ] 2639/2899 91% [======================================================== ] 2640/2899 91% [======================================================== ] 2641/2899 91% [======================================================== ] 2642/2899 91% [======================================================== ] 2643/2899 91% [======================================================== ] 2644/2899 91% [======================================================== ] 2645/2899 91% [======================================================== ] 2646/2899 91% [======================================================== ] 2647/2899 91% [======================================================== ] 2648/2899 91% [======================================================== ] 2649/2899 91% [======================================================== ] 2650/2899 91% [======================================================== ] 2651/2899 91% [======================================================== ] 2652/2899 91% [======================================================== ] 2653/2899 91% [======================================================== ] 2654/2899 91% [======================================================== ] 2655/2899 91% [======================================================== ] 2656/2899 91% [======================================================== ] 2657/2899 91% [======================================================== ] 2658/2899 91% [======================================================== ] 2659/2899 91% [======================================================== ] 2660/2899 91% [======================================================== ] 2661/2899 91% [======================================================== ] 2662/2899 91% [======================================================== ] 2663/2899 91% [======================================================== ] 2664/2899 91% [======================================================== ] 2665/2899 91% [========================================================= ] 2666/2899 91% [========================================================= ] 2667/2899 91% [========================================================= ] 2668/2899 92% [========================================================= ] 2669/2899 92% [========================================================= ] 2670/2899 92% [========================================================= ] 2671/2899 92% [========================================================= ] 2672/2899 92% [========================================================= ] 2673/2899 92% [========================================================= ] 2674/2899 92% [========================================================= ] 2675/2899 92% [========================================================= ] 2676/2899 92% [========================================================= ] 2677/2899 92% [========================================================= ] 2678/2899 92% [========================================================= ] 2679/2899 92% [========================================================= ] 2680/2899 92% [========================================================= ] 2681/2899 92% [========================================================= ] 2682/2899 92% [========================================================= ] 2683/2899 92% [========================================================= ] 2684/2899 92% [========================================================= ] 2685/2899 92% [========================================================= ] 2686/2899 92% [========================================================= ] 2687/2899 92% [========================================================= ] 2688/2899 92% [========================================================= ] 2689/2899 92% [========================================================= ] 2690/2899 92% [========================================================= ] 2691/2899 92% [========================================================= ] 2692/2899 92% [========================================================= ] 2693/2899 92% [========================================================= ] 2694/2899 92% [========================================================= ] 2695/2899 92% [========================================================= ] 2696/2899 92% [========================================================= ] 2697/2899 93% [========================================================= ] 2698/2899 93% [========================================================= ] 2699/2899 93% [========================================================= ] 2700/2899 93% [========================================================= ] 2701/2899 93% [========================================================= ] 2702/2899 93% [========================================================= ] 2703/2899 93% [========================================================= ] 2704/2899 93% [========================================================= ] 2705/2899 93% [========================================================= ] 2706/2899 93% [========================================================= ] 2707/2899 93% [========================================================= ] 2708/2899 93% [========================================================= ] 2709/2899 93% [========================================================= ] 2710/2899 93% [========================================================= ] 2711/2899 93% [========================================================== ] 2712/2899 93% [========================================================== ] 2713/2899 93% [========================================================== ] 2714/2899 93% [========================================================== ] 2715/2899 93% [========================================================== ] 2716/2899 93% [========================================================== ] 2717/2899 93% [========================================================== ] 2718/2899 93% [========================================================== ] 2719/2899 93% [========================================================== ] 2720/2899 93% [========================================================== ] 2721/2899 93% [========================================================== ] 2722/2899 93% [========================================================== ] 2723/2899 93% [========================================================== ] 2724/2899 93% [========================================================== ] 2725/2899 93% [========================================================== ] 2726/2899 94% [========================================================== ] 2727/2899 94% [========================================================== ] 2728/2899 94% [========================================================== ] 2729/2899 94% [========================================================== ] 2730/2899 94% [========================================================== ] 2731/2899 94% [========================================================== ] 2732/2899 94% [========================================================== ] 2733/2899 94% [========================================================== ] 2734/2899 94% [========================================================== ] 2735/2899 94% [========================================================== ] 2736/2899 94% [========================================================== ] 2737/2899 94% [========================================================== ] 2738/2899 94% [========================================================== ] 2739/2899 94% [========================================================== ] 2740/2899 94% [========================================================== ] 2741/2899 94% [========================================================== ] 2742/2899 94% [========================================================== ] 2743/2899 94% [========================================================== ] 2744/2899 94% [========================================================== ] 2745/2899 94% [========================================================== ] 2746/2899 94% [========================================================== ] 2747/2899 94% [========================================================== ] 2748/2899 94% [========================================================== ] 2749/2899 94% [========================================================== ] 2750/2899 94% [========================================================== ] 2751/2899 94% [========================================================== ] 2752/2899 94% [========================================================== ] 2753/2899 94% [========================================================== ] 2754/2899 94% [========================================================== ] 2755/2899 95% [========================================================== ] 2756/2899 95% [========================================================== ] 2757/2899 95% [========================================================== ] 2758/2899 95% [=========================================================== ] 2759/2899 95% [=========================================================== ] 2760/2899 95% [=========================================================== ] 2761/2899 95% [=========================================================== ] 2762/2899 95% [=========================================================== ] 2763/2899 95% [=========================================================== ] 2764/2899 95% [=========================================================== ] 2765/2899 95% [=========================================================== ] 2766/2899 95% [=========================================================== ] 2767/2899 95% [=========================================================== ] 2768/2899 95% [=========================================================== ] 2769/2899 95% [=========================================================== ] 2770/2899 95% [=========================================================== ] 2771/2899 95% [=========================================================== ] 2772/2899 95% [=========================================================== ] 2773/2899 95% [=========================================================== ] 2774/2899 95% [=========================================================== ] 2775/2899 95% [=========================================================== ] 2776/2899 95% [=========================================================== ] 2777/2899 95% [=========================================================== ] 2778/2899 95% [=========================================================== ] 2779/2899 95% [=========================================================== ] 2780/2899 95% [=========================================================== ] 2781/2899 95% [=========================================================== ] 2782/2899 95% [=========================================================== ] 2783/2899 95% [=========================================================== ] 2784/2899 96% [=========================================================== ] 2785/2899 96% [=========================================================== ] 2786/2899 96% [=========================================================== ] 2787/2899 96% [=========================================================== ] 2788/2899 96% [=========================================================== ] 2789/2899 96% [=========================================================== ] 2790/2899 96% [=========================================================== ] 2791/2899 96% [=========================================================== ] 2792/2899 96% [=========================================================== ] 2793/2899 96% [=========================================================== ] 2794/2899 96% [=========================================================== ] 2795/2899 96% [=========================================================== ] 2796/2899 96% [=========================================================== ] 2797/2899 96% [=========================================================== ] 2798/2899 96% [=========================================================== ] 2799/2899 96% [=========================================================== ] 2800/2899 96% [=========================================================== ] 2801/2899 96% [=========================================================== ] 2802/2899 96% [=========================================================== ] 2803/2899 96% [=========================================================== ] 2804/2899 96% [=========================================================== ] 2805/2899 96% [============================================================ ] 2806/2899 96% [============================================================ ] 2807/2899 96% [============================================================ ] 2808/2899 96% [============================================================ ] 2809/2899 96% [============================================================ ] 2810/2899 96% [============================================================ ] 2811/2899 96% [============================================================ ] 2812/2899 96% [============================================================ ] 2813/2899 97% [============================================================ ] 2814/2899 97% [============================================================ ] 2815/2899 97% [============================================================ ] 2816/2899 97% [============================================================ ] 2817/2899 97% [============================================================ ] 2818/2899 97% [============================================================ ] 2819/2899 97% [============================================================ ] 2820/2899 97% [============================================================ ] 2821/2899 97% [============================================================ ] 2822/2899 97% [============================================================ ] 2823/2899 97% [============================================================ ] 2824/2899 97% [============================================================ ] 2825/2899 97% [============================================================ ] 2826/2899 97% [============================================================ ] 2827/2899 97% [============================================================ ] 2828/2899 97% [============================================================ ] 2829/2899 97% [============================================================ ] 2830/2899 97% [============================================================ ] 2831/2899 97% [============================================================ ] 2832/2899 97% [============================================================ ] 2833/2899 97% [============================================================ ] 2834/2899 97% [============================================================ ] 2835/2899 97% [============================================================ ] 2836/2899 97% [============================================================ ] 2837/2899 97% [============================================================ ] 2838/2899 97% [============================================================ ] 2839/2899 97% [============================================================ ] 2840/2899 97% [============================================================ ] 2841/2899 97% [============================================================ ] 2842/2899 98% [============================================================ ] 2843/2899 98% [============================================================ ] 2844/2899 98% [============================================================ ] 2845/2899 98% [============================================================ ] 2846/2899 98% [============================================================ ] 2847/2899 98% [============================================================ ] 2848/2899 98% [============================================================ ] 2849/2899 98% [============================================================ ] 2850/2899 98% [============================================================ ] 2851/2899 98% [============================================================ ] 2852/2899 98% [============================================================= ] 2853/2899 98% [============================================================= ] 2854/2899 98% [============================================================= ] 2855/2899 98% [============================================================= ] 2856/2899 98% [============================================================= ] 2857/2899 98% [============================================================= ] 2858/2899 98% [============================================================= ] 2859/2899 98% [============================================================= ] 2860/2899 98% [============================================================= ] 2861/2899 98% [============================================================= ] 2862/2899 98% [============================================================= ] 2863/2899 98% [============================================================= ] 2864/2899 98% [============================================================= ] 2865/2899 98% [============================================================= ] 2866/2899 98% [============================================================= ] 2867/2899 98% [============================================================= ] 2868/2899 98% [============================================================= ] 2869/2899 98% [============================================================= ] 2870/2899 98% [============================================================= ] 2871/2899 99% [============================================================= ] 2872/2899 99% [============================================================= ] 2873/2899 99% [============================================================= ] 2874/2899 99% [============================================================= ] 2875/2899 99% [============================================================= ] 2876/2899 99% [============================================================= ] 2877/2899 99% [============================================================= ] 2878/2899 99% [============================================================= ] 2879/2899 99% [============================================================= ] 2880/2899 99% [============================================================= ] 2881/2899 99% [============================================================= ] 2882/2899 99% [============================================================= ] 2883/2899 99% [============================================================= ] 2884/2899 99% [============================================================= ] 2885/2899 99% [============================================================= ] 2886/2899 99% [============================================================= ] 2887/2899 99% [============================================================= ] 2888/2899 99% [============================================================= ] 2889/2899 99% [============================================================= ] 2890/2899 99% [============================================================= ] 2891/2899 99% [============================================================= ] 2892/2899 99% [============================================================= ] 2893/2899 99% [============================================================= ] 2894/2899 99% [============================================================= ] 2895/2899 99% [============================================================= ] 2896/2899 99% [============================================================= ] 2897/2899 99% [============================================================= ] 2898/2899 99% [==============================================================] 2899/2899 100% operation complete, 2899 objects in 50988 NAND pages. ln -snf /nvmedata/autobuild/instance-1/output-1/host/nios2-buildroot-linux-gnu/sysroot /nvmedata/autobuild/instance-1/output-1/staging make: Leaving directory '/nvmedata/autobuild/instance-1/buildroot' make: Entering directory '/nvmedata/autobuild/instance-1/buildroot' >>> Buildroot 2022.05-728-g321cec7b9c Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> host-aespipe 2.4f Collecting legal info >>> host-skeleton Collecting legal info >>> bash 5.1.16 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 11.3.0 Collecting legal info >>> glibc 2.35-134-gb6aade18a7e5719c942aa2da6cf3157aca993fa4 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES: OK (sha256: b33d0bd9f685b46853548814893a6135e74430d12f6d94ab3eba42fc591f83bc) >>> host-gawk 5.1.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gcc-initial 11.3.0 Collecting legal info >>> host-binutils 2.37 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.0 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> linux-headers 5.17.15 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> readline 8.1.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-btrfs-progs 5.16.2 Collecting legal info COPYING: OK (sha256: 0d5bf346df9e635a29dcdddf832dc5b002ca6cdc1c5c9c6c567d2a61bb0c5c15) libbtrfsutil/COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> host-util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> busybox 1.35.0 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> dos2unix 7.4.3 Collecting legal info COPYING.txt: OK (sha256: 275ce1371734904b275e83bf760e3e6d2a520614545a3850c9568d1892b940fd) >>> ifplugd 0.28 Collecting legal info LICENSE: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> libdaemon 0.14 Collecting legal info LICENSE: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> unzip 6.0 Collecting legal info LICENSE: OK (sha256: 7469b81d5d29ac4fd670f7c86ba0cb9fa34f137a2d4d5198437d92ddf918984b) >>> util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> zlib Collecting legal info >>> libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> cairo 1.16.0 Collecting legal info COPYING: OK (sha256: 67228a9f7c5f9b67c58f556f1be178f62da4d9e2e6285318d8c74d567255abdf) COPYING-LGPL-2.1: OK (sha256: 9e9e8608c4cdda51a78cc3a385f4ec9a2e4c96d5ecad74ac8bca5fca3e563b7d) COPYING-MPL-1.1: OK (sha256: 53692a2ed6c6a2c6ec9b32dd0b820dfae91e0a1fcdf625ca9ed0bdf8705fcc4f) >>> fontconfig 2.13.1 Collecting legal info COPYING: OK (sha256: fa4cd9ab005185e10cd8f7504518856c7dd36c01e766c2bac87f4fc638e9f886) >>> expat 2.4.8 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> freetype 2.12.1 Collecting legal info LICENSE.TXT: OK (sha256: c85e842b7ff04d95dab7d68e812773de0f8b67940e5449d35b42c66eb0f619fe) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> libpng 1.6.37 Collecting legal info LICENSE: OK (sha256: bf5e22b9dce8464064ae17a48ea1133c3369ac9e1d80ef9e320e5219aa14ea9b) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> pixman 0.40.0 Collecting legal info COPYING: OK (sha256: fac9270f0987b96ff4533fca3548c633e02083cbba4a0172a3b149b2e4019793) >>> host-cramfs 2.1 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> cunit 2.1-3 Collecting legal info COPYING: OK (sha256: 5d9d73d41a57dd2f34487ef3978a2c13cdb97294baeeb81fcd274796399eb15f) >>> dante 1.4.3 Collecting legal info LICENSE: OK (sha256: 05e2db26147a8575005f090aada119ea6cb40a4382164929d647f00abef3bdfd) >>> drbd-utils 9.19.0 Collecting legal info COPYING: OK (sha256: 1ca3e8f71b7de618968e7ea9fe47822d9e704dc476aef8544033abedec355225) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> dtach 0.9 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> ebtables 2.0.11 Collecting legal info COPYING: OK (sha256: ebdb8ae564c952792017ec680e2edd30443642216eb9f8a3d8fa166c0cb628c1) >>> enet 1.3.17 Collecting legal info LICENSE: OK (sha256: 77f94e3be39938801163844b8bf9a4f12badcc0da136e9886e7da14a816d74d3) >>> execline 2.8.0.1 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> skalibs 2.10.0.3 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> explorercanvas aa989ea9d9bac748638f7c66b0fc88e619715da6 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> faad2 2.10.0 Collecting legal info COPYING: OK (sha256: d3baf3a54943cf12a994c85867a18dec84f810901b2f2878ddfd77efcc3c150f) >>> fbdump 0.4.2 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> font-awesome 4.7.0 Collecting legal info >>> genpart 1.0.2 Collecting legal info >>> ghostscript-fonts 8.11 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> ghostscript 9.56.1 Collecting legal info LICENSE: OK (sha256: 8ce064f423b7c24a011b6ebf9431b8bf9861a5255e47c84bfb23fc526d030a8b) >>> host-lcms2 2.13.1 Collecting legal info COPYING: OK (sha256: 46d4e05af3bce75332a12d01f19bcce7e32b6bac544be28a64043d0231291e31) >>> host-libjpeg 9e Collecting legal info README: OK (sha256: 50c1c5978d490c7f13062d91c4b89affc83774f87bc4568a714f748b62a5b216) >>> jpeg Collecting legal info >>> libjpeg 9e Collecting legal info README: OK (sha256: 50c1c5978d490c7f13062d91c4b89affc83774f87bc4568a714f748b62a5b216) >>> lcms2 2.13.1 Collecting legal info COPYING: OK (sha256: 46d4e05af3bce75332a12d01f19bcce7e32b6bac544be28a64043d0231291e31) >>> tiff 4.4.0 Collecting legal info COPYRIGHT: OK (sha256: fbd6fed7938541d2c809c0826225fc85e551fdbfa8732b10f0c87e0847acafd7) >>> gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> initscripts Collecting legal info >>> joe 4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> jquery 3.5.1 Collecting legal info >>> host-jsmin 1bf6ce5f74a9f8752ac7f5d115b8d7ccb31cfe1b Collecting legal info jsmin.c: OK (sha256: b420f61778af09534adc836a5086f5625b8499124051c50baefa218e7c03a58c) >>> jsmn 1.1.0 Collecting legal info LICENSE: OK (sha256: 4675b94a50d2afe811c52785463c854f1156056632cce17cc7133939eac8ed55) >>> json-javascript 3d7767b6b1f3da363c625ff54e63bbf20e9e83ac Collecting legal info json2.js: OK (sha256: 925947d3d711c4441a9db20f51215fbf5c119d2a3b51cadb2c9031907d8014b5) >>> libargtable2 2.13 Collecting legal info COPYING: OK (sha256: d7bf9d064ac3e5840f9dd02422b7eeec4f1fd03f37fadbd043602be5e882304f) >>> libart 2.3.21 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> libb64 1.2.1 Collecting legal info LICENSE: OK (sha256: 834b7afa1b3c40289a3be775d3625016be1c0d7ea7a4a26c1eb207f53dc961d8) >>> libcsv 3.0.3 Collecting legal info COPYING.LESSER: OK (sha256: 6876b170378d38f65aadd271485f0a5c45beaa043a7d3de5e1636ec927922c83) >>> libcue 2.2.1 Collecting legal info LICENSE: OK (sha256: c388d36583fa54e13b6d73ad924d0b68d073ed8a5771e17cb49104705df4504f) >>> libfastjson 0.99.9 Collecting legal info COPYING: OK (sha256: b29370bbfa98816e1fca0901f18149d920736771bfd68b4ee0eb00c78b38d245) >>> libldns 1.8.1 Collecting legal info LICENSE: OK (sha256: 9e0b1505c358d1a7c79555ee8bd1acbe2985dbc74dd81f3697cebf2161e922e6) >>> openssl Collecting legal info >>> libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> libmhash 0.9.9.9 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnetfilter_cttimeout 1.0.1 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libosip2 5.3.0 Collecting legal info COPYING: OK (sha256: 8d9e95ed0e48df46dc758eb0d86df611f771eab4eed94bebb77dca87f1c897de) >>> libqrencode 4.1.1 Collecting legal info COPYING: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libsndfile 1.1.0 Collecting legal info COPYING: OK (sha256: ad01ea5cd2755f6048383c8d54c88459cd6fcb17757c5c8892f8c5ea060f6140) >>> libssh2 1.10.0 Collecting legal info COPYING: OK (sha256: 859e60d760a3446ecaf777339f1eef98c527aea40714384d24b882a83ffdd23a) >>> libucl 0.8.1 Collecting legal info COPYING: OK (sha256: 1bf976835764c1d827e07472a0a75adb098682df56681878af05fc0db7439b03) >>> lua 5.4.4 Collecting legal info doc/readme.html: OK (sha256: 2556ac7198243f9f83130b9c81016e1904f7b30351481f1c28e02475dbd237fb) >>> lynx 2.8.9rel.1 Collecting legal info COPYING: OK (sha256: 8406a30ff3134ec23cf752d1ceda92ddaabbe41b4f2dc07ea3cfa139de12d6d6) >>> lz4 1.9.3 Collecting legal info lib/LICENSE: OK (sha256: d15d99c8dc6b0ec22174c0e563a95bc40f9363ca7f9d9d793bb5c5a8e8d0af71) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> matio 1.5.22 Collecting legal info COPYING: OK (sha256: 3ed9a50d754fcc92d4accb8448e397eafeab686796b2a7445557ce782806e239) >>> host-meson-tools 0a02e2d34413f4bf9b15946352bc8c8ee13a5843 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> mpfr 4.1.0 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> mpg123 1.25.15 Collecting legal info COPYING: OK (sha256: f40e0dd86b27b52e429b693a87b3ca63ae0a98a4d142e77207aa6bdf1db7a295) >>> mpir 3.0.0 Collecting legal info COPYING.LIB: OK (sha256: 9ccf26cfe845e0eb8bb58053e47366e7ab6b697ae010f7650978d4b71b7d1fc1) >>> host-yasm 1.3.0 Collecting legal info COPYING: OK (sha256: 795f8d76eade6130129b680ac72ea81cb3e143467a65ea1f5f64946151d7fa20) BSD.txt: OK (sha256: a84b45f23040624681ca6974ff48d8ef6b477a1cb51e4a1c842e49d00c231e0d) Artistic.txt: OK (sha256: b7fd9b73ea99602016a326e0b62e6646060d18febdd065ceca8bb482208c3d88) GNU_GPL-2.0: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) GNU_LGPL-2.0: OK (sha256: 1faefae1fe8838a2e48864df7d1376e421a50c551c5ae2f60c9f2093206e18a9) >>> ncftp 3.2.6 Collecting legal info doc/LICENSE.txt: OK (sha256: 4fe2f063d25d79c49712a272ebb68e050c703eed9c66c80108427edfe3285580) >>> openlayers 6.14.1 Collecting legal info >>> openresolv 3.12.0 Collecting legal info LICENSE: OK (sha256: 384740bf5e19e7628d20f4dcc22925062fdc6020e9a6f074e567d4d797be57a0) >>> openvpn 2.5.7 Collecting legal info COPYRIGHT.GPL: OK (sha256: 1fcb78d7e478bb8a9408010bdc91b36e213b1facfad093df3f7ce7e28af19043) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pdbg 3.5 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-dtc 1.6.1 Collecting legal info README.license: OK (sha256: 78e1e1ce5728a990d59c7de61d4741c49185d5129daf783b386380a214328d68) GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) BSD-2-Clause: OK (sha256: 6313108c23efffa36948f8b2cff1560a5935373b527b0e1a837cc77e6ed1bacd) >>> pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> pps-tools e2b25049df9a4da28168b7378016f1650d0dfa6b Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> proftpd 1.3.6e Collecting legal info COPYING: OK (sha256: 391a473d755c29b5326fb726326ff3c37e42512f53a8f5789fc310232150bf80) >>> host-python-lxml 4.9.1 Collecting legal info LICENSES.txt: OK (sha256: 41d49dd406aa0e1548a6d5f21a30d6bf638b3cd96eb7289dd348d83ed2e40392) doc/licenses/BSD.txt: OK (sha256: 69edb445c1335a8312d4c09271847e9956d84f0d9f724d125340cc3fad767b2a) doc/licenses/elementtree.txt: OK (sha256: 0497ae8138811ef4466ede653bab7a59feb3d3c14f9ed50fc33a00aeb5bec32e) src/lxml/isoschematron/resources/rng/iso-schematron.rng: OK (sha256: 56c5b13f28b78958890c36e3249c34c169041e42ebcfdce8080f3324ba2bf4de) >>> host-libxml2 2.9.14 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> host-libxslt 1.1.35 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> host-python-setuptools 63.2.0 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> host-python3 3.10.5 Collecting legal info LICENSE: OK (sha256: f03e17cd594c2085f66a454e695c7ebe5b4d3c0eff534f4f194abc2fd164621b) >>> host-autoconf-archive 2021.02.19 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.4.8 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> host-libffi 3.4.2 Collecting legal info LICENSE: OK (sha256: a61d06e8f7be57928e71e800eb9273b05cb8868c484108afe41e4305bb320dde) >>> sbc 2.0 Collecting legal info COPYING: OK (sha256: b499eddebda05a8859e32b820a64577d91f1de2b52efa2a1575a2cb4000bc259) COPYING.LIB: OK (sha256: ec60b993835e2c6b79e6d9226345f4e614e686eb57dc13b6420c15a33a8996e5) >>> sound-theme-freedesktop 0.7 Collecting legal info >>> host-intltool 0.51.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-libxml-parser-perl 2.46 Collecting legal info README: OK (sha256: 6a2e768443ed00f09d3d4bc4dd14451035eac13c6864d68d8e2f76edf5a044f2) >>> sqlite 3.39.0 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> ssdp-responder 1.8 Collecting legal info LICENSE: OK (sha256: e17dc0bc91bf499d8cca5e016c22c6d2a4770e3cc1a43756a7973375a83ddb90) >>> statserial 1.1 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> sysstat 12.4.2 Collecting legal info COPYING: OK (sha256: db296f2f7f35bca3a174efb0eb392b3b17bd94b341851429a3dff411b1c2fc73) >>> uboot-tools 2021.07 Collecting legal info Licenses/gpl-2.0.txt: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> uemacs 1cdcf9df88144049750116e36fe20c8c39fa2517 Collecting legal info README: OK (sha256: 6e2a4cf41ec8d4379c154923349733bc0d3935c6fa72c4337cf1bc137b98b90a) >>> host-vboot-utils bbdd62f9b030db7ad8eef789aaf58a7ff9a25656 Collecting legal info LICENSE: OK (sha256: cb9dc8e96aedf9120b6757a60387db10f3c1a8e3fd97bb9d0f11327be5a7ed4d) >>> wireless-regdb 2022.02.18 Collecting legal info LICENSE: OK (sha256: 678b0df753c86198fc496d1f1033429bbd57f101472132ee7eaaf9f5e0a7fae1) >>> wqy-zenhei 0.9.45 Collecting legal info COPYING: OK (sha256: 871c2a85e6bbf7bec65043820b706a265ed95d4e58c577fbb2c9f60c39c26ca7) >>> host-xorriso 1.5.4.pl02 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYRIGHT: OK (sha256: 72e99e72cd68f226415e5d898f3b38e24ae7991ed038ed72d789fff5b060f028) >>> xutil_util-macros 1.19.3 Collecting legal info COPYING: OK (sha256: 489b630a75e3255485732eae3d50ff4d29d3feb66760bb3acb04f897e4d9e375) >>> host-zip 3.0 Collecting legal info LICENSE: OK (sha256: 8ecd6c1bab449127eb665cef1561e73a8bce52e217375f6f466939e137b1e110) >>> zsh 5.8.1 Collecting legal info LICENCE: OK (sha256: d06fdf3ef9b1ec69d6b9e170b0a9516fbad3523261ff1668bde3bfea6e0ef5f5) >>> host-acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-fakeroot 1.26 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-lzop 1.03 Collecting legal info COPYING: OK (sha256: 70439f6e2b47057a408d2390ed6663b9875f5a08066a06a060a357ef1df89a8c) >>> host-makedevs Collecting legal info >>> host-mkpasswd 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: aespipe-2.4f: cannot save license (HOST_AESPIPE_LICENSE_FILES not defined) WARNING: gcc-final-11.3.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-11.3.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: font-awesome-4.7.0: cannot save license (FONT_AWESOME_LICENSE_FILES not defined) WARNING: genpart-1.0.2: cannot save license (GENPART_LICENSE_FILES not defined) WARNING: jquery-3.5.1: cannot save license (JQUERY_LICENSE_FILES not defined) WARNING: openlayers-6.14.1: cannot save license (OPENLAYERS_LICENSE_FILES not defined) WARNING: sound-theme-freedesktop-0.7: cannot save license (SOUND_THEME_FREEDESKTOP_LICENSE_FILES not defined) Legal info produced in /nvmedata/autobuild/instance-1/output-1/legal-info make: Leaving directory '/nvmedata/autobuild/instance-1/buildroot'