>>> host-yaffs2utils 0.2.9 Extracting gzip -d -c /nvmedata/autobuild/instance-4/dl/yaffs2utils/0.2.9.tar.gz | tar --strip-components=1 -C /nvmedata/autobuild/instance-4/output-1/build/host-yaffs2utils-0.2.9 -xf - >>> host-yaffs2utils 0.2.9 Patching >>> host-yaffs2utils 0.2.9 Configuring >>> host-yaffs2utils 0.2.9 Building PATH="/nvmedata/autobuild/instance-4/output-1/host/bin:/nvmedata/autobuild/instance-4/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-4/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-4/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-4/output-1/host/share/pkgconfig" /usr/bin/make -j1 -C /nvmedata/autobuild/instance-4/output-1/build/host-yaffs2utils-0.2.9 make[1]: Entering directory '/nvmedata/autobuild/instance-4/output-1/build/host-yaffs2utils-0.2.9' 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 yaffs2/yaffs_hweight.o yaffs2/yaffs_hweight.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 yaffs2/yaffs_ecc.o yaffs2/yaffs_ecc.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 yaffs2/yaffs_packedtags1.o yaffs2/yaffs_packedtags1.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 yaffs2/yaffs_packedtags2.o yaffs2/yaffs_packedtags2.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 safe_rw.o safe_rw.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 endian_convert.o endian_convert.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 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-4/output-1/build/host-yaffs2utils-0.2.9' >>> host-yaffs2utils 0.2.9 Installing to host directory mkdir -p /nvmedata/autobuild/instance-4/output-1/host/bin PATH="/nvmedata/autobuild/instance-4/output-1/host/bin:/nvmedata/autobuild/instance-4/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-4/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-4/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-4/output-1/host/share/pkgconfig" /usr/bin/make -j1 -C /nvmedata/autobuild/instance-4/output-1/build/host-yaffs2utils-0.2.9 INSTALLDIR=/nvmedata/autobuild/instance-4/output-1/host/bin install make[1]: Entering directory '/nvmedata/autobuild/instance-4/output-1/build/host-yaffs2utils-0.2.9' cp mkyaffs2 unyaffs2 unspare2 /nvmedata/autobuild/instance-4/output-1/host/bin make[1]: Leaving directory '/nvmedata/autobuild/instance-4/output-1/build/host-yaffs2utils-0.2.9' >>> Finalizing host directory >>> Finalizing target directory mkdir -p /nvmedata/autobuild/instance-4/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-4/output-1/host/bin/sparc64-buildroot-linux-gnu-gcc%g" -e "s%@TARGET_CXX@%/nvmedata/autobuild/instance-4/output-1/host/bin/sparc64-buildroot-linux-gnu-g++%g" -e "s%@TARGET_AR@%/nvmedata/autobuild/instance-4/output-1/host/bin/sparc64-buildroot-linux-gnu-gcc-ar%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%sparc64%g" -e "s%@TARGET_CPU@%ultrasparc%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_CFLAGS@%%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%%g" -e "s%@BR2_CMAKE@%/usr/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/nvmedata/autobuild/instance-4/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/nvmedata/autobuild/instance-4/output-1/host%g" -e "s%@STAGING_DIR@%/nvmedata/autobuild/instance-4/output-1/host/sparc64-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /nvmedata/autobuild/instance-4/buildroot/support/misc/cross-compilation.conf.in > /nvmedata/autobuild/instance-4/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/nvmedata/autobuild/instance-4/output-1/host/bin/sparc64-buildroot-linux-gnu-gcc%g" -e "s%@TARGET_CXX@%/nvmedata/autobuild/instance-4/output-1/host/bin/sparc64-buildroot-linux-gnu-g++%g" -e "s%@TARGET_AR@%/nvmedata/autobuild/instance-4/output-1/host/bin/sparc64-buildroot-linux-gnu-gcc-ar%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%sparc64%g" -e "s%@TARGET_CPU@%ultrasparc%g" -e "s%@TARGET_ENDIAN@%big%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-4/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/nvmedata/autobuild/instance-4/output-1/host%g" -e "s%@STAGING_DIR@%/nvmedata/autobuild/instance-4/output-1/host/sparc64-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /nvmedata/autobuild/instance-4/buildroot/support/misc/cross-compilation.conf.in > /nvmedata/autobuild/instance-4/output-1/host/etc/meson/cross-compilation.conf /usr/bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~console::respawn:/sbin/getty -L console 0 vt100 #~' /nvmedata/autobuild/instance-4/output-1/target/etc/inittab /usr/bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /nvmedata/autobuild/instance-4/output-1/target/etc/inittab if grep -q CONFIG_ASH=y /nvmedata/autobuild/instance-4/output-1/build/busybox-1.35.0/.config; then grep -qsE '^/bin/ash$' /nvmedata/autobuild/instance-4/output-1/target/etc/shells || echo "/bin/ash" >> /nvmedata/autobuild/instance-4/output-1/target/etc/shells; fi if grep -q CONFIG_HUSH=y /nvmedata/autobuild/instance-4/output-1/build/busybox-1.35.0/.config; then grep -qsE '^/bin/hush$' /nvmedata/autobuild/instance-4/output-1/target/etc/shells || echo "/bin/hush" >> /nvmedata/autobuild/instance-4/output-1/target/etc/shells; fi grep -qsE '^/bin/mksh$' /nvmedata/autobuild/instance-4/output-1/target/etc/shells || echo "/bin/mksh" >> /nvmedata/autobuild/instance-4/output-1/target/etc/shells mkdir -p /nvmedata/autobuild/instance-4/output-1/target/etc echo "buildroot" > /nvmedata/autobuild/instance-4/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-4/output-1/target/etc/hosts mkdir -p /nvmedata/autobuild/instance-4/output-1/target/etc echo "Welcome to Buildroot" > /nvmedata/autobuild/instance-4/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /nvmedata/autobuild/instance-4/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /nvmedata/autobuild/instance-4/output-1/target/etc/shells || echo "/bin/sh" >> /nvmedata/autobuild/instance-4/output-1/target/etc/shells if [ -x /nvmedata/autobuild/instance-4/output-1/target/sbin/swapon -a -x /nvmedata/autobuild/instance-4/output-1/target/sbin/swapoff ]; then /usr/bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /nvmedata/autobuild/instance-4/output-1/target/etc/inittab; else /usr/bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /nvmedata/autobuild/instance-4/output-1/target/etc/inittab; fi rm -rf /nvmedata/autobuild/instance-4/output-1/target/usr/include /nvmedata/autobuild/instance-4/output-1/target/usr/share/aclocal \ /nvmedata/autobuild/instance-4/output-1/target/usr/lib/pkgconfig /nvmedata/autobuild/instance-4/output-1/target/usr/share/pkgconfig \ /nvmedata/autobuild/instance-4/output-1/target/usr/lib/cmake /nvmedata/autobuild/instance-4/output-1/target/usr/share/cmake \ /nvmedata/autobuild/instance-4/output-1/target/usr/doc find /nvmedata/autobuild/instance-4/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /nvmedata/autobuild/instance-4/output-1/target/lib/ /nvmedata/autobuild/instance-4/output-1/target/usr/lib/ /nvmedata/autobuild/instance-4/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f find: '/nvmedata/autobuild/instance-4/output-1/target/usr/libexec/': No such file or directory rm -rf /nvmedata/autobuild/instance-4/output-1/target/usr/share/gdb rm -rf /nvmedata/autobuild/instance-4/output-1/target/usr/share/bash-completion rm -rf /nvmedata/autobuild/instance-4/output-1/target/etc/bash_completion.d rm -rf /nvmedata/autobuild/instance-4/output-1/target/usr/share/zsh rm -rf /nvmedata/autobuild/instance-4/output-1/target/usr/man /nvmedata/autobuild/instance-4/output-1/target/usr/share/man rm -rf /nvmedata/autobuild/instance-4/output-1/target/usr/info /nvmedata/autobuild/instance-4/output-1/target/usr/share/info rm -rf /nvmedata/autobuild/instance-4/output-1/target/usr/doc /nvmedata/autobuild/instance-4/output-1/target/usr/share/doc rm -rf /nvmedata/autobuild/instance-4/output-1/target/usr/share/gtk-doc rmdir /nvmedata/autobuild/instance-4/output-1/target/usr/share 2>/dev/null || true rm -rf /nvmedata/autobuild/instance-4/output-1/target/lib/debug /nvmedata/autobuild/instance-4/output-1/target/usr/lib/debug find /nvmedata/autobuild/instance-4/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-4/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-4/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-4/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-4/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2022.05-400-g5645990b88"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2022.08-git"; \ echo "PRETTY_NAME=\"Buildroot 2022.08-git\"" \ ) > /nvmedata/autobuild/instance-4/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /nvmedata/autobuild/instance-4/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/nvmedata/autobuild/instance-4/output-1/per-package /nvmedata/autobuild/instance-4/buildroot/support/scripts/fix-rpath target touch /nvmedata/autobuild/instance-4/output-1/target/usr >>> Generating root filesystems common tables rm -rf /nvmedata/autobuild/instance-4/output-1/build/buildroot-fs mkdir -p /nvmedata/autobuild/instance-4/output-1/build/buildroot-fs printf ' \n' >> /nvmedata/autobuild/instance-4/output-1/build/buildroot-fs/full_users_table.txt printf ' /bin/busybox f 4755 0 0 - - - - -\n\n' > /nvmedata/autobuild/instance-4/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt system/device_table_dev.txt >> /nvmedata/autobuild/instance-4/output-1/build/buildroot-fs/full_devices_table.txt printf ' \n' >> /nvmedata/autobuild/instance-4/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.ubifs mkdir -p /nvmedata/autobuild/instance-4/output-1/images rm -rf /nvmedata/autobuild/instance-4/output-1/build/buildroot-fs/ubifs mkdir -p /nvmedata/autobuild/instance-4/output-1/build/buildroot-fs/ubifs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /nvmedata/autobuild/instance-4/output-1/target/ /nvmedata/autobuild/instance-4/output-1/build/buildroot-fs/ubifs/target echo '#!/bin/sh' > /nvmedata/autobuild/instance-4/output-1/build/buildroot-fs/ubifs/fakeroot echo "set -e" >> /nvmedata/autobuild/instance-4/output-1/build/buildroot-fs/ubifs/fakeroot echo "chown -h -R 0:0 /nvmedata/autobuild/instance-4/output-1/build/buildroot-fs/ubifs/target" >> /nvmedata/autobuild/instance-4/output-1/build/buildroot-fs/ubifs/fakeroot PATH="/nvmedata/autobuild/instance-4/output-1/host/bin:/nvmedata/autobuild/instance-4/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /nvmedata/autobuild/instance-4/buildroot/support/scripts/mkusers /nvmedata/autobuild/instance-4/output-1/build/buildroot-fs/full_users_table.txt /nvmedata/autobuild/instance-4/output-1/build/buildroot-fs/ubifs/target >> /nvmedata/autobuild/instance-4/output-1/build/buildroot-fs/ubifs/fakeroot echo "/nvmedata/autobuild/instance-4/output-1/host/bin/makedevs -d /nvmedata/autobuild/instance-4/output-1/build/buildroot-fs/full_devices_table.txt /nvmedata/autobuild/instance-4/output-1/build/buildroot-fs/ubifs/target" >> /nvmedata/autobuild/instance-4/output-1/build/buildroot-fs/ubifs/fakeroot echo "find /nvmedata/autobuild/instance-4/output-1/build/buildroot-fs/ubifs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /nvmedata/autobuild/instance-4/output-1/build/buildroot-fs/ubifs/fakeroot echo "find /nvmedata/autobuild/instance-4/output-1/build/buildroot-fs/ubifs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /nvmedata/autobuild/instance-4/output-1/build/buildroot-fs/ubifs/fakeroot printf ' \n' >> /nvmedata/autobuild/instance-4/output-1/build/buildroot-fs/ubifs/fakeroot printf ' \n' >> /nvmedata/autobuild/instance-4/output-1/build/buildroot-fs/ubifs/fakeroot printf ' /nvmedata/autobuild/instance-4/output-1/host/sbin/mkfs.ubifs -d /nvmedata/autobuild/instance-4/output-1/build/buildroot-fs/ubifs/target -e 0x1f800 -c 2048 -m 0x800 -x lzo -o /nvmedata/autobuild/instance-4/output-1/images/rootfs.ubifs\n' >> /nvmedata/autobuild/instance-4/output-1/build/buildroot-fs/ubifs/fakeroot chmod a+x /nvmedata/autobuild/instance-4/output-1/build/buildroot-fs/ubifs/fakeroot PATH="/nvmedata/autobuild/instance-4/output-1/host/bin:/nvmedata/autobuild/instance-4/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" FAKEROOTDONTTRYCHOWN=1 /nvmedata/autobuild/instance-4/output-1/host/bin/fakeroot -- /nvmedata/autobuild/instance-4/output-1/build/buildroot-fs/ubifs/fakeroot rootdir=/nvmedata/autobuild/instance-4/output-1/build/buildroot-fs/ubifs/target table='/nvmedata/autobuild/instance-4/output-1/build/buildroot-fs/full_devices_table.txt' >>> Generating filesystem image rootfs.yaffs2 mkdir -p /nvmedata/autobuild/instance-4/output-1/images rm -rf /nvmedata/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2 mkdir -p /nvmedata/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /nvmedata/autobuild/instance-4/output-1/target/ /nvmedata/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /nvmedata/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /nvmedata/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /nvmedata/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/target" >> /nvmedata/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/nvmedata/autobuild/instance-4/output-1/host/bin:/nvmedata/autobuild/instance-4/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /nvmedata/autobuild/instance-4/buildroot/support/scripts/mkusers /nvmedata/autobuild/instance-4/output-1/build/buildroot-fs/full_users_table.txt /nvmedata/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/target >> /nvmedata/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/nvmedata/autobuild/instance-4/output-1/host/bin/makedevs -d /nvmedata/autobuild/instance-4/output-1/build/buildroot-fs/full_devices_table.txt /nvmedata/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/target" >> /nvmedata/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /nvmedata/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /nvmedata/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /nvmedata/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /nvmedata/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /nvmedata/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /nvmedata/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /nvmedata/autobuild/instance-4/output-1/host/bin/mkyaffs2 --all-root /nvmedata/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/target /nvmedata/autobuild/instance-4/output-1/images/rootfs.yaffs2\n' >> /nvmedata/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /nvmedata/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/nvmedata/autobuild/instance-4/output-1/host/bin:/nvmedata/autobuild/instance-4/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" FAKEROOTDONTTRYCHOWN=1 /nvmedata/autobuild/instance-4/output-1/host/bin/fakeroot -- /nvmedata/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/nvmedata/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/target table='/nvmedata/autobuild/instance-4/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-4/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][done] scanning complete, total 2269 objects. stage 2: creating image '/nvmedata/autobuild/instance-4/output-1/images/rootfs.yaffs2' [ ] 1/2269 0% [ ] 2/2269 0% [ ] 3/2269 0% [ ] 4/2269 0% [ ] 5/2269 0% [ ] 6/2269 0% [ ] 7/2269 0% [ ] 8/2269 0% [ ] 9/2269 0% [ ] 10/2269 0% [ ] 11/2269 0% [ ] 12/2269 0% [ ] 13/2269 0% [ ] 14/2269 0% [ ] 15/2269 0% [ ] 16/2269 0% [ ] 17/2269 0% [ ] 18/2269 0% [ ] 19/2269 0% [ ] 20/2269 0% [ ] 21/2269 0% [ ] 22/2269 0% [ ] 23/2269 1% [ ] 24/2269 1% [ ] 25/2269 1% [ ] 26/2269 1% [ ] 27/2269 1% [ ] 28/2269 1% [ ] 29/2269 1% [ ] 30/2269 1% [ ] 31/2269 1% [ ] 32/2269 1% [ ] 33/2269 1% [ ] 34/2269 1% [ ] 35/2269 1% [ ] 36/2269 1% [= ] 37/2269 1% [= ] 38/2269 1% [= ] 39/2269 1% [= ] 40/2269 1% [= ] 41/2269 1% [= ] 42/2269 1% [= ] 43/2269 1% [= ] 44/2269 1% [= ] 45/2269 1% [= ] 46/2269 2% [= ] 47/2269 2% [= ] 48/2269 2% [= ] 49/2269 2% [= ] 50/2269 2% [= ] 51/2269 2% [= ] 52/2269 2% [= ] 53/2269 2% [= ] 54/2269 2% [= ] 55/2269 2% [= ] 56/2269 2% [= ] 57/2269 2% [= ] 58/2269 2% [= ] 59/2269 2% [= ] 60/2269 2% [= ] 61/2269 2% [= ] 62/2269 2% [= ] 63/2269 2% [= ] 64/2269 2% [= ] 65/2269 2% [= ] 66/2269 2% [= ] 67/2269 2% [= ] 68/2269 2% [= ] 69/2269 3% [= ] 70/2269 3% [= ] 71/2269 3% [= ] 72/2269 3% [= ] 73/2269 3% [== ] 74/2269 3% [== ] 75/2269 3% [== ] 76/2269 3% [== ] 77/2269 3% [== ] 78/2269 3% [== ] 79/2269 3% [== ] 80/2269 3% [== ] 81/2269 3% [== ] 82/2269 3% [== ] 83/2269 3% [== ] 84/2269 3% [== ] 85/2269 3% [== ] 86/2269 3% [== ] 87/2269 3% [== ] 88/2269 3% [== ] 89/2269 3% [== ] 90/2269 3% [== ] 91/2269 4% [== ] 92/2269 4% [== ] 93/2269 4% [== ] 94/2269 4% [== ] 95/2269 4% [== ] 96/2269 4% [== ] 97/2269 4% [== ] 98/2269 4% [== ] 99/2269 4% [== ] 100/2269 4% [== ] 101/2269 4% [== ] 102/2269 4% [== ] 103/2269 4% [== ] 104/2269 4% [== ] 105/2269 4% [== ] 106/2269 4% [== ] 107/2269 4% [== ] 108/2269 4% [== ] 109/2269 4% [=== ] 110/2269 4% [=== ] 111/2269 4% [=== ] 112/2269 4% [=== ] 113/2269 4% [=== ] 114/2269 5% [=== ] 115/2269 5% [=== ] 116/2269 5% [=== ] 117/2269 5% [=== ] 118/2269 5% [=== ] 119/2269 5% [=== ] 120/2269 5% [=== ] 121/2269 5% [=== ] 122/2269 5% [=== ] 123/2269 5% [=== ] 124/2269 5% [=== ] 125/2269 5% [=== ] 126/2269 5% [=== ] 127/2269 5% [=== ] 128/2269 5% [=== ] 129/2269 5% [=== ] 130/2269 5% [=== ] 131/2269 5% [=== ] 132/2269 5% [=== ] 133/2269 5% [=== ] 134/2269 5% [=== ] 135/2269 5% [=== ] 136/2269 5% [=== ] 137/2269 6% [=== ] 138/2269 6% [=== ] 139/2269 6% [=== ] 140/2269 6% [=== ] 141/2269 6% [=== ] 142/2269 6% [=== ] 143/2269 6% [=== ] 144/2269 6% [=== ] 145/2269 6% [=== ] 146/2269 6% [==== ] 147/2269 6% [==== ] 148/2269 6% [==== ] 149/2269 6% [==== ] 150/2269 6% [==== ] 151/2269 6% [==== ] 152/2269 6% [==== ] 153/2269 6% [==== ] 154/2269 6% [==== ] 155/2269 6% [==== ] 156/2269 6% [==== ] 157/2269 6% [==== ] 158/2269 6% [==== ] 159/2269 7% [==== ] 160/2269 7% [==== ] 161/2269 7% [==== ] 162/2269 7% [==== ] 163/2269 7% [==== ] 164/2269 7% [==== ] 165/2269 7% [==== ] 166/2269 7% [==== ] 167/2269 7% [==== ] 168/2269 7% [==== ] 169/2269 7% [==== ] 170/2269 7% [==== ] 171/2269 7% [==== ] 172/2269 7% [==== ] 173/2269 7% [==== ] 174/2269 7% [==== ] 175/2269 7% [==== ] 176/2269 7% [==== ] 177/2269 7% [==== ] 178/2269 7% [==== ] 179/2269 7% [==== ] 180/2269 7% [==== ] 181/2269 7% [==== ] 182/2269 8% [===== ] 183/2269 8% [===== ] 184/2269 8% [===== ] 185/2269 8% [===== ] 186/2269 8% [===== ] 187/2269 8% [===== ] 188/2269 8% [===== ] 189/2269 8% [===== ] 190/2269 8% [===== ] 191/2269 8% [===== ] 192/2269 8% [===== ] 193/2269 8% [===== ] 194/2269 8% [===== ] 195/2269 8% [===== ] 196/2269 8% [===== ] 197/2269 8% [===== ] 198/2269 8% [===== ] 199/2269 8% [===== ] 200/2269 8% [===== ] 201/2269 8% [===== ] 202/2269 8% [===== ] 203/2269 8% [===== ] 204/2269 8% [===== ] 205/2269 9% [===== ] 206/2269 9% [===== ] 207/2269 9% [===== ] 208/2269 9% [===== ] 209/2269 9% [===== ] 210/2269 9% [===== ] 211/2269 9% [===== ] 212/2269 9% [===== ] 213/2269 9% [===== ] 214/2269 9% [===== ] 215/2269 9% [===== ] 216/2269 9% [===== ] 217/2269 9% [===== ] 218/2269 9% [===== ] 219/2269 9% [====== ] 220/2269 9% [====== ] 221/2269 9% [====== ] 222/2269 9% [====== ] 223/2269 9% [====== ] 224/2269 9% [====== ] 225/2269 9% [====== ] 226/2269 9% [====== ] 227/2269 10% [====== ] 228/2269 10% [====== ] 229/2269 10% [====== ] 230/2269 10% [====== ] 231/2269 10% [====== ] 232/2269 10% [====== ] 233/2269 10% [====== ] 234/2269 10% [====== ] 235/2269 10% [====== ] 236/2269 10% [====== ] 237/2269 10% [====== ] 238/2269 10% [====== ] 239/2269 10% [====== ] 240/2269 10% [====== ] 241/2269 10% [====== ] 242/2269 10% [====== ] 243/2269 10% [====== ] 244/2269 10% [====== ] 245/2269 10% [====== ] 246/2269 10% [====== ] 247/2269 10% [====== ] 248/2269 10% [====== ] 249/2269 10% [====== ] 250/2269 11% [====== ] 251/2269 11% [====== ] 252/2269 11% [====== ] 253/2269 11% [====== ] 254/2269 11% [====== ] 255/2269 11% [====== ] 256/2269 11% [======= ] 257/2269 11% [======= ] 258/2269 11% [======= ] 259/2269 11% [======= ] 260/2269 11% [======= ] 261/2269 11% [======= ] 262/2269 11% [======= ] 263/2269 11% [======= ] 264/2269 11% [======= ] 265/2269 11% [======= ] 266/2269 11% [======= ] 267/2269 11% [======= ] 268/2269 11% [======= ] 269/2269 11% [======= ] 270/2269 11% [======= ] 271/2269 11% [======= ] 272/2269 11% [======= ] 273/2269 12% [======= ] 274/2269 12% [======= ] 275/2269 12% [======= ] 276/2269 12% [======= ] 277/2269 12% [======= ] 278/2269 12% [======= ] 279/2269 12% [======= ] 280/2269 12% [======= ] 281/2269 12% [======= ] 282/2269 12% [======= ] 283/2269 12% [======= ] 284/2269 12% [======= ] 285/2269 12% [======= ] 286/2269 12% [======= ] 287/2269 12% [======= ] 288/2269 12% [======= ] 289/2269 12% [======= ] 290/2269 12% [======= ] 291/2269 12% [======= ] 292/2269 12% [======== ] 293/2269 12% [======== ] 294/2269 12% [======== ] 295/2269 13% [======== ] 296/2269 13% [======== ] 297/2269 13% [======== ] 298/2269 13% [======== ] 299/2269 13% [======== ] 300/2269 13% [======== ] 301/2269 13% [======== ] 302/2269 13% [======== ] 303/2269 13% [======== ] 304/2269 13% [======== ] 305/2269 13% [======== ] 306/2269 13% [======== ] 307/2269 13% [======== ] 308/2269 13% [======== ] 309/2269 13% [======== ] 310/2269 13% [======== ] 311/2269 13% [======== ] 312/2269 13% [======== ] 313/2269 13% [======== ] 314/2269 13% [======== ] 315/2269 13% [======== ] 316/2269 13% [======== ] 317/2269 13% [======== ] 318/2269 14% [======== ] 319/2269 14% [======== ] 320/2269 14% [======== ] 321/2269 14% [======== ] 322/2269 14% [======== ] 323/2269 14% [======== ] 324/2269 14% [======== ] 325/2269 14% [======== ] 326/2269 14% [======== ] 327/2269 14% [======== ] 328/2269 14% [======== ] 329/2269 14% [========= ] 330/2269 14% [========= ] 331/2269 14% [========= ] 332/2269 14% [========= ] 333/2269 14% [========= ] 334/2269 14% [========= ] 335/2269 14% [========= ] 336/2269 14% [========= ] 337/2269 14% [========= ] 338/2269 14% [========= ] 339/2269 14% [========= ] 340/2269 14% [========= ] 341/2269 15% [========= ] 342/2269 15% [========= ] 343/2269 15% [========= ] 344/2269 15% [========= ] 345/2269 15% [========= ] 346/2269 15% [========= ] 347/2269 15% [========= ] 348/2269 15% [========= ] 349/2269 15% [========= ] 350/2269 15% [========= ] 351/2269 15% [========= ] 352/2269 15% [========= ] 353/2269 15% [========= ] 354/2269 15% [========= ] 355/2269 15% [========= ] 356/2269 15% [========= ] 357/2269 15% [========= ] 358/2269 15% [========= ] 359/2269 15% [========= ] 360/2269 15% [========= ] 361/2269 15% [========= ] 362/2269 15% [========= ] 363/2269 15% [========= ] 364/2269 16% [========= ] 365/2269 16% [========== ] 366/2269 16% [========== ] 367/2269 16% [========== ] 368/2269 16% [========== ] 369/2269 16% [========== ] 370/2269 16% [========== ] 371/2269 16% [========== ] 372/2269 16% [========== ] 373/2269 16% [========== ] 374/2269 16% [========== ] 375/2269 16% [========== ] 376/2269 16% [========== ] 377/2269 16% [========== ] 378/2269 16% [========== ] 379/2269 16% [========== ] 380/2269 16% [========== ] 381/2269 16% [========== ] 382/2269 16% [========== ] 383/2269 16% [========== ] 384/2269 16% [========== ] 385/2269 16% [========== ] 386/2269 17% [========== ] 387/2269 17% [========== ] 388/2269 17% [========== ] 389/2269 17% [========== ] 390/2269 17% [========== ] 391/2269 17% [========== ] 392/2269 17% [========== ] 393/2269 17% [========== ] 394/2269 17% [========== ] 395/2269 17% [========== ] 396/2269 17% [========== ] 397/2269 17% [========== ] 398/2269 17% [========== ] 399/2269 17% [========== ] 400/2269 17% [========== ] 401/2269 17% [========== ] 402/2269 17% [=========== ] 403/2269 17% [=========== ] 404/2269 17% [=========== ] 405/2269 17% [=========== ] 406/2269 17% [=========== ] 407/2269 17% [=========== ] 408/2269 17% [=========== ] 409/2269 18% [=========== ] 410/2269 18% [=========== ] 411/2269 18% [=========== ] 412/2269 18% [=========== ] 413/2269 18% [=========== ] 414/2269 18% [=========== ] 415/2269 18% [=========== ] 416/2269 18% [=========== ] 417/2269 18% [=========== ] 418/2269 18% [=========== ] 419/2269 18% [=========== ] 420/2269 18% [=========== ] 421/2269 18% [=========== ] 422/2269 18% [=========== ] 423/2269 18% [=========== ] 424/2269 18% [=========== ] 425/2269 18% [=========== ] 426/2269 18% [=========== ] 427/2269 18% [=========== ] 428/2269 18% [=========== ] 429/2269 18% [=========== ] 430/2269 18% [=========== ] 431/2269 18% [=========== ] 432/2269 19% [=========== ] 433/2269 19% [=========== ] 434/2269 19% [=========== ] 435/2269 19% [=========== ] 436/2269 19% [=========== ] 437/2269 19% [=========== ] 438/2269 19% [=========== ] 439/2269 19% [============ ] 440/2269 19% [============ ] 441/2269 19% [============ ] 442/2269 19% [============ ] 443/2269 19% [============ ] 444/2269 19% [============ ] 445/2269 19% [============ ] 446/2269 19% [============ ] 447/2269 19% [============ ] 448/2269 19% [============ ] 449/2269 19% [============ ] 450/2269 19% [============ ] 451/2269 19% [============ ] 452/2269 19% [============ ] 453/2269 19% [============ ] 454/2269 20% [============ ] 455/2269 20% [============ ] 456/2269 20% [============ ] 457/2269 20% [============ ] 458/2269 20% [============ ] 459/2269 20% [============ ] 460/2269 20% [============ ] 461/2269 20% [============ ] 462/2269 20% [============ ] 463/2269 20% [============ ] 464/2269 20% [============ ] 465/2269 20% [============ ] 466/2269 20% [============ ] 467/2269 20% [============ ] 468/2269 20% [============ ] 469/2269 20% [============ ] 470/2269 20% [============ ] 471/2269 20% [============ ] 472/2269 20% [============ ] 473/2269 20% [============ ] 474/2269 20% [============ ] 475/2269 20% [============= ] 476/2269 20% [============= ] 477/2269 21% [============= ] 478/2269 21% [============= ] 479/2269 21% [============= ] 480/2269 21% [============= ] 481/2269 21% [============= ] 482/2269 21% [============= ] 483/2269 21% [============= ] 484/2269 21% [============= ] 485/2269 21% [============= ] 486/2269 21% [============= ] 487/2269 21% [============= ] 488/2269 21% [============= ] 489/2269 21% [============= ] 490/2269 21% [============= ] 491/2269 21% [============= ] 492/2269 21% [============= ] 493/2269 21% [============= ] 494/2269 21% [============= ] 495/2269 21% [============= ] 496/2269 21% [============= ] 497/2269 21% [============= ] 498/2269 21% [============= ] 499/2269 21% [============= ] 500/2269 22% [============= ] 501/2269 22% [============= ] 502/2269 22% [============= ] 503/2269 22% [============= ] 504/2269 22% [============= ] 505/2269 22% [============= ] 506/2269 22% [============= ] 507/2269 22% [============= ] 508/2269 22% [============= ] 509/2269 22% [============= ] 510/2269 22% [============= ] 511/2269 22% [============= ] 512/2269 22% [============== ] 513/2269 22% [============== ] 514/2269 22% [============== ] 515/2269 22% [============== ] 516/2269 22% [============== ] 517/2269 22% [============== ] 518/2269 22% [============== ] 519/2269 22% [============== ] 520/2269 22% [============== ] 521/2269 22% [============== ] 522/2269 23% [============== ] 523/2269 23% [============== ] 524/2269 23% [============== ] 525/2269 23% [============== ] 526/2269 23% [============== ] 527/2269 23% [============== ] 528/2269 23% [============== ] 529/2269 23% [============== ] 530/2269 23% [============== ] 531/2269 23% [============== ] 532/2269 23% [============== ] 533/2269 23% [============== ] 534/2269 23% [============== ] 535/2269 23% [============== ] 536/2269 23% [============== ] 537/2269 23% [============== ] 538/2269 23% [============== ] 539/2269 23% [============== ] 540/2269 23% [============== ] 541/2269 23% [============== ] 542/2269 23% [============== ] 543/2269 23% [============== ] 544/2269 23% [============== ] 545/2269 24% [============== ] 546/2269 24% [============== ] 547/2269 24% [============== ] 548/2269 24% [=============== ] 549/2269 24% [=============== ] 550/2269 24% [=============== ] 551/2269 24% [=============== ] 552/2269 24% [=============== ] 553/2269 24% [=============== ] 554/2269 24% [=============== ] 555/2269 24% [=============== ] 556/2269 24% [=============== ] 557/2269 24% [=============== ] 558/2269 24% [=============== ] 559/2269 24% [=============== ] 560/2269 24% [=============== ] 561/2269 24% [=============== ] 562/2269 24% [=============== ] 563/2269 24% [=============== ] 564/2269 24% [=============== ] 565/2269 24% [=============== ] 566/2269 24% [=============== ] 567/2269 24% [=============== ] 568/2269 25% [=============== ] 569/2269 25% [=============== ] 570/2269 25% [=============== ] 571/2269 25% [=============== ] 572/2269 25% [=============== ] 573/2269 25% [=============== ] 574/2269 25% [=============== ] 575/2269 25% [=============== ] 576/2269 25% [=============== ] 577/2269 25% [=============== ] 578/2269 25% [=============== ] 579/2269 25% [=============== ] 580/2269 25% [=============== ] 581/2269 25% [=============== ] 582/2269 25% [=============== ] 583/2269 25% [=============== ] 584/2269 25% [=============== ] 585/2269 25% [================ ] 586/2269 25% [================ ] 587/2269 25% [================ ] 588/2269 25% [================ ] 589/2269 25% [================ ] 590/2269 26% [================ ] 591/2269 26% [================ ] 592/2269 26% [================ ] 593/2269 26% [================ ] 594/2269 26% [================ ] 595/2269 26% [================ ] 596/2269 26% [================ ] 597/2269 26% [================ ] 598/2269 26% [================ ] 599/2269 26% [================ ] 600/2269 26% [================ ] 601/2269 26% [================ ] 602/2269 26% [================ ] 603/2269 26% [================ ] 604/2269 26% [================ ] 605/2269 26% [================ ] 606/2269 26% [================ ] 607/2269 26% [================ ] 608/2269 26% [================ ] 609/2269 26% [================ ] 610/2269 26% [================ ] 611/2269 26% [================ ] 612/2269 26% [================ ] 613/2269 27% [================ ] 614/2269 27% [================ ] 615/2269 27% [================ ] 616/2269 27% [================ ] 617/2269 27% [================ ] 618/2269 27% [================ ] 619/2269 27% [================ ] 620/2269 27% [================ ] 621/2269 27% [================ ] 622/2269 27% [================= ] 623/2269 27% [================= ] 624/2269 27% [================= ] 625/2269 27% [================= ] 626/2269 27% [================= ] 627/2269 27% [================= ] 628/2269 27% [================= ] 629/2269 27% [================= ] 630/2269 27% [================= ] 631/2269 27% [================= ] 632/2269 27% [================= ] 633/2269 27% [================= ] 634/2269 27% [================= ] 635/2269 27% [================= ] 636/2269 28% [================= ] 637/2269 28% [================= ] 638/2269 28% [================= ] 639/2269 28% [================= ] 640/2269 28% [================= ] 641/2269 28% [================= ] 642/2269 28% [================= ] 643/2269 28% [================= ] 644/2269 28% [================= ] 645/2269 28% [================= ] 646/2269 28% [================= ] 647/2269 28% [================= ] 648/2269 28% [================= ] 649/2269 28% [================= ] 650/2269 28% [================= ] 651/2269 28% [================= ] 652/2269 28% [================= ] 653/2269 28% [================= ] 654/2269 28% [================= ] 655/2269 28% [================= ] 656/2269 28% [================= ] 657/2269 28% [================= ] 658/2269 28% [================== ] 659/2269 29% [================== ] 660/2269 29% [================== ] 661/2269 29% [================== ] 662/2269 29% [================== ] 663/2269 29% [================== ] 664/2269 29% [================== ] 665/2269 29% [================== ] 666/2269 29% [================== ] 667/2269 29% [================== ] 668/2269 29% [================== ] 669/2269 29% [================== ] 670/2269 29% [================== ] 671/2269 29% [================== ] 672/2269 29% [================== ] 673/2269 29% [================== ] 674/2269 29% [================== ] 675/2269 29% [================== ] 676/2269 29% [================== ] 677/2269 29% [================== ] 678/2269 29% [================== ] 679/2269 29% [================== ] 680/2269 29% [================== ] 681/2269 30% [================== ] 682/2269 30% [================== ] 683/2269 30% [================== ] 684/2269 30% [================== ] 685/2269 30% [================== ] 686/2269 30% [================== ] 687/2269 30% [================== ] 688/2269 30% [================== ] 689/2269 30% [================== ] 690/2269 30% [================== ] 691/2269 30% [================== ] 692/2269 30% [================== ] 693/2269 30% [================== ] 694/2269 30% [================== ] 695/2269 30% [=================== ] 696/2269 30% [=================== ] 697/2269 30% [=================== ] 698/2269 30% [=================== ] 699/2269 30% [=================== ] 700/2269 30% [=================== ] 701/2269 30% [=================== ] 702/2269 30% [=================== ] 703/2269 30% [=================== ] 704/2269 31% [=================== ] 705/2269 31% [=================== ] 706/2269 31% [=================== ] 707/2269 31% [=================== ] 708/2269 31% [=================== ] 709/2269 31% [=================== ] 710/2269 31% [=================== ] 711/2269 31% [=================== ] 712/2269 31% [=================== ] 713/2269 31% [=================== ] 714/2269 31% [=================== ] 715/2269 31% [=================== ] 716/2269 31% [=================== ] 717/2269 31% [=================== ] 718/2269 31% [=================== ] 719/2269 31% [=================== ] 720/2269 31% [=================== ] 721/2269 31% [=================== ] 722/2269 31% [=================== ] 723/2269 31% [=================== ] 724/2269 31% [=================== ] 725/2269 31% [=================== ] 726/2269 31% [=================== ] 727/2269 32% [=================== ] 728/2269 32% [=================== ] 729/2269 32% [=================== ] 730/2269 32% [=================== ] 731/2269 32% [==================== ] 732/2269 32% [==================== ] 733/2269 32% [==================== ] 734/2269 32% [==================== ] 735/2269 32% [==================== ] 736/2269 32% [==================== ] 737/2269 32% [==================== ] 738/2269 32% [==================== ] 739/2269 32% [==================== ] 740/2269 32% [==================== ] 741/2269 32% [==================== ] 742/2269 32% [==================== ] 743/2269 32% [==================== ] 744/2269 32% [==================== ] 745/2269 32% [==================== ] 746/2269 32% [==================== ] 747/2269 32% [==================== ] 748/2269 32% [==================== ] 749/2269 33% [==================== ] 750/2269 33% [==================== ] 751/2269 33% [==================== ] 752/2269 33% [==================== ] 753/2269 33% [==================== ] 754/2269 33% [==================== ] 755/2269 33% [==================== ] 756/2269 33% [==================== ] 757/2269 33% [==================== ] 758/2269 33% [==================== ] 759/2269 33% [==================== ] 760/2269 33% [==================== ] 761/2269 33% [==================== ] 762/2269 33% [==================== ] 763/2269 33% [==================== ] 764/2269 33% [==================== ] 765/2269 33% [==================== ] 766/2269 33% [==================== ] 767/2269 33% [==================== ] 768/2269 33% [===================== ] 769/2269 33% [===================== ] 770/2269 33% [===================== ] 771/2269 33% [===================== ] 772/2269 34% [===================== ] 773/2269 34% [===================== ] 774/2269 34% [===================== ] 775/2269 34% [===================== ] 776/2269 34% [===================== ] 777/2269 34% [===================== ] 778/2269 34% [===================== ] 779/2269 34% [===================== ] 780/2269 34% [===================== ] 781/2269 34% [===================== ] 782/2269 34% [===================== ] 783/2269 34% [===================== ] 784/2269 34% [===================== ] 785/2269 34% [===================== ] 786/2269 34% [===================== ] 787/2269 34% [===================== ] 788/2269 34% [===================== ] 789/2269 34% [===================== ] 790/2269 34% [===================== ] 791/2269 34% [===================== ] 792/2269 34% [===================== ] 793/2269 34% [===================== ] 794/2269 34% [===================== ] 795/2269 35% [===================== ] 796/2269 35% [===================== ] 797/2269 35% [===================== ] 798/2269 35% [===================== ] 799/2269 35% [===================== ] 800/2269 35% [===================== ] 801/2269 35% [===================== ] 802/2269 35% [===================== ] 803/2269 35% [===================== ] 804/2269 35% [===================== ] 805/2269 35% [====================== ] 806/2269 35% [====================== ] 807/2269 35% [====================== ] 808/2269 35% [====================== ] 809/2269 35% [====================== ] 810/2269 35% [====================== ] 811/2269 35% [====================== ] 812/2269 35% [====================== ] 813/2269 35% [====================== ] 814/2269 35% [====================== ] 815/2269 35% [====================== ] 816/2269 35% [====================== ] 817/2269 36% [====================== ] 818/2269 36% [====================== ] 819/2269 36% [====================== ] 820/2269 36% [====================== ] 821/2269 36% [====================== ] 822/2269 36% [====================== ] 823/2269 36% [====================== ] 824/2269 36% [====================== ] 825/2269 36% [====================== ] 826/2269 36% [====================== ] 827/2269 36% [====================== ] 828/2269 36% [====================== ] 829/2269 36% [====================== ] 830/2269 36% [====================== ] 831/2269 36% [====================== ] 832/2269 36% [====================== ] 833/2269 36% [====================== ] 834/2269 36% [====================== ] 835/2269 36% [====================== ] 836/2269 36% [====================== ] 837/2269 36% [====================== ] 838/2269 36% [====================== ] 839/2269 36% [====================== ] 840/2269 37% [====================== ] 841/2269 37% [======================= ] 842/2269 37% [======================= ] 843/2269 37% [======================= ] 844/2269 37% [======================= ] 845/2269 37% [======================= ] 846/2269 37% [======================= ] 847/2269 37% [======================= ] 848/2269 37% [======================= ] 849/2269 37% [======================= ] 850/2269 37% [======================= ] 851/2269 37% [======================= ] 852/2269 37% [======================= ] 853/2269 37% [======================= ] 854/2269 37% [======================= ] 855/2269 37% [======================= ] 856/2269 37% [======================= ] 857/2269 37% [======================= ] 858/2269 37% [======================= ] 859/2269 37% [======================= ] 860/2269 37% [======================= ] 861/2269 37% [======================= ] 862/2269 37% [======================= ] 863/2269 38% [======================= ] 864/2269 38% [======================= ] 865/2269 38% [======================= ] 866/2269 38% [======================= ] 867/2269 38% [======================= ] 868/2269 38% [======================= ] 869/2269 38% [======================= ] 870/2269 38% [======================= ] 871/2269 38% [======================= ] 872/2269 38% [======================= ] 873/2269 38% [======================= ] 874/2269 38% [======================= ] 875/2269 38% [======================= ] 876/2269 38% [======================= ] 877/2269 38% [======================= ] 878/2269 38% [======================== ] 879/2269 38% [======================== ] 880/2269 38% [======================== ] 881/2269 38% [======================== ] 882/2269 38% [======================== ] 883/2269 38% [======================== ] 884/2269 38% [======================== ] 885/2269 39% [======================== ] 886/2269 39% [======================== ] 887/2269 39% [======================== ] 888/2269 39% [======================== ] 889/2269 39% [======================== ] 890/2269 39% [======================== ] 891/2269 39% [======================== ] 892/2269 39% [======================== ] 893/2269 39% [======================== ] 894/2269 39% [======================== ] 895/2269 39% [======================== ] 896/2269 39% [======================== ] 897/2269 39% [======================== ] 898/2269 39% [======================== ] 899/2269 39% [======================== ] 900/2269 39% [======================== ] 901/2269 39% [======================== ] 902/2269 39% [======================== ] 903/2269 39% [======================== ] 904/2269 39% [======================== ] 905/2269 39% [======================== ] 906/2269 39% [======================== ] 907/2269 39% [======================== ] 908/2269 40% [======================== ] 909/2269 40% [======================== ] 910/2269 40% [======================== ] 911/2269 40% [======================== ] 912/2269 40% [======================== ] 913/2269 40% [======================== ] 914/2269 40% [========================= ] 915/2269 40% [========================= ] 916/2269 40% [========================= ] 917/2269 40% [========================= ] 918/2269 40% [========================= ] 919/2269 40% [========================= ] 920/2269 40% [========================= ] 921/2269 40% [========================= ] 922/2269 40% [========================= ] 923/2269 40% [========================= ] 924/2269 40% [========================= ] 925/2269 40% [========================= ] 926/2269 40% [========================= ] 927/2269 40% [========================= ] 928/2269 40% [========================= ] 929/2269 40% [========================= ] 930/2269 40% [========================= ] 931/2269 41% [========================= ] 932/2269 41% [========================= ] 933/2269 41% [========================= ] 934/2269 41% [========================= ] 935/2269 41% [========================= ] 936/2269 41% [========================= ] 937/2269 41% [========================= ] 938/2269 41% [========================= ] 939/2269 41% [========================= ] 940/2269 41% [========================= ] 941/2269 41% [========================= ] 942/2269 41% [========================= ] 943/2269 41% [========================= ] 944/2269 41% [========================= ] 945/2269 41% [========================= ] 946/2269 41% [========================= ] 947/2269 41% [========================= ] 948/2269 41% [========================= ] 949/2269 41% [========================= ] 950/2269 41% [========================= ] 951/2269 41% [========================== ] 952/2269 41% [========================== ] 953/2269 42% [========================== ] 954/2269 42% [========================== ] 955/2269 42% [========================== ] 956/2269 42% [========================== ] 957/2269 42% [========================== ] 958/2269 42% [========================== ] 959/2269 42% [========================== ] 960/2269 42% [========================== ] 961/2269 42% [========================== ] 962/2269 42% [========================== ] 963/2269 42% [========================== ] 964/2269 42% [========================== ] 965/2269 42% [========================== ] 966/2269 42% [========================== ] 967/2269 42% [========================== ] 968/2269 42% [========================== ] 969/2269 42% [========================== ] 970/2269 42% [========================== ] 971/2269 42% [========================== ] 972/2269 42% [========================== ] 973/2269 42% [========================== ] 974/2269 42% [========================== ] 975/2269 42% [========================== ] 976/2269 43% [========================== ] 977/2269 43% [========================== ] 978/2269 43% [========================== ] 979/2269 43% [========================== ] 980/2269 43% [========================== ] 981/2269 43% [========================== ] 982/2269 43% [========================== ] 983/2269 43% [========================== ] 984/2269 43% [========================== ] 985/2269 43% [========================== ] 986/2269 43% [========================== ] 987/2269 43% [========================== ] 988/2269 43% [=========================== ] 989/2269 43% [=========================== ] 990/2269 43% [=========================== ] 991/2269 43% [=========================== ] 992/2269 43% [=========================== ] 993/2269 43% [=========================== ] 994/2269 43% [=========================== ] 995/2269 43% [=========================== ] 996/2269 43% [=========================== ] 997/2269 43% [=========================== ] 998/2269 43% [=========================== ] 999/2269 44% [=========================== ] 1000/2269 44% [=========================== ] 1001/2269 44% [=========================== ] 1002/2269 44% [=========================== ] 1003/2269 44% [=========================== ] 1004/2269 44% [=========================== ] 1005/2269 44% [=========================== ] 1006/2269 44% [=========================== ] 1007/2269 44% [=========================== ] 1008/2269 44% [=========================== ] 1009/2269 44% [=========================== ] 1010/2269 44% [=========================== ] 1011/2269 44% [=========================== ] 1012/2269 44% [=========================== ] 1013/2269 44% [=========================== ] 1014/2269 44% [=========================== ] 1015/2269 44% [=========================== ] 1016/2269 44% [=========================== ] 1017/2269 44% [=========================== ] 1018/2269 44% [=========================== ] 1019/2269 44% [=========================== ] 1020/2269 44% [=========================== ] 1021/2269 44% [=========================== ] 1022/2269 45% [=========================== ] 1023/2269 45% [=========================== ] 1024/2269 45% [============================ ] 1025/2269 45% [============================ ] 1026/2269 45% [============================ ] 1027/2269 45% [============================ ] 1028/2269 45% [============================ ] 1029/2269 45% [============================ ] 1030/2269 45% [============================ ] 1031/2269 45% [============================ ] 1032/2269 45% [============================ ] 1033/2269 45% [============================ ] 1034/2269 45% [============================ ] 1035/2269 45% [============================ ] 1036/2269 45% [============================ ] 1037/2269 45% [============================ ] 1038/2269 45% [============================ ] 1039/2269 45% [============================ ] 1040/2269 45% [============================ ] 1041/2269 45% [============================ ] 1042/2269 45% [============================ ] 1043/2269 45% [============================ ] 1044/2269 46% [============================ ] 1045/2269 46% [============================ ] 1046/2269 46% [============================ ] 1047/2269 46% [============================ ] 1048/2269 46% [============================ ] 1049/2269 46% [============================ ] 1050/2269 46% [============================ ] 1051/2269 46% [============================ ] 1052/2269 46% [============================ ] 1053/2269 46% [============================ ] 1054/2269 46% [============================ ] 1055/2269 46% [============================ ] 1056/2269 46% [============================ ] 1057/2269 46% [============================ ] 1058/2269 46% [============================ ] 1059/2269 46% [============================ ] 1060/2269 46% [============================ ] 1061/2269 46% [============================= ] 1062/2269 46% [============================= ] 1063/2269 46% [============================= ] 1064/2269 46% [============================= ] 1065/2269 46% [============================= ] 1066/2269 46% [============================= ] 1067/2269 47% [============================= ] 1068/2269 47% [============================= ] 1069/2269 47% [============================= ] 1070/2269 47% [============================= ] 1071/2269 47% [============================= ] 1072/2269 47% [============================= ] 1073/2269 47% [============================= ] 1074/2269 47% [============================= ] 1075/2269 47% [============================= ] 1076/2269 47% [============================= ] 1077/2269 47% [============================= ] 1078/2269 47% [============================= ] 1079/2269 47% [============================= ] 1080/2269 47% [============================= ] 1081/2269 47% [============================= ] 1082/2269 47% [============================= ] 1083/2269 47% [============================= ] 1084/2269 47% [============================= ] 1085/2269 47% [============================= ] 1086/2269 47% [============================= ] 1087/2269 47% [============================= ] 1088/2269 47% [============================= ] 1089/2269 47% [============================= ] 1090/2269 48% [============================= ] 1091/2269 48% [============================= ] 1092/2269 48% [============================= ] 1093/2269 48% [============================= ] 1094/2269 48% [============================= ] 1095/2269 48% [============================= ] 1096/2269 48% [============================= ] 1097/2269 48% [============================== ] 1098/2269 48% [============================== ] 1099/2269 48% [============================== ] 1100/2269 48% [============================== ] 1101/2269 48% [============================== ] 1102/2269 48% [============================== ] 1103/2269 48% [============================== ] 1104/2269 48% [============================== ] 1105/2269 48% [============================== ] 1106/2269 48% [============================== ] 1107/2269 48% [============================== ] 1108/2269 48% [============================== ] 1109/2269 48% [============================== ] 1110/2269 48% [============================== ] 1111/2269 48% [============================== ] 1112/2269 49% [============================== ] 1113/2269 49% [============================== ] 1114/2269 49% [============================== ] 1115/2269 49% [============================== ] 1116/2269 49% [============================== ] 1117/2269 49% [============================== ] 1118/2269 49% [============================== ] 1119/2269 49% [============================== ] 1120/2269 49% [============================== ] 1121/2269 49% [============================== ] 1122/2269 49% [============================== ] 1123/2269 49% [============================== ] 1124/2269 49% [============================== ] 1125/2269 49% [============================== ] 1126/2269 49% [============================== ] 1127/2269 49% [============================== ] 1128/2269 49% [============================== ] 1129/2269 49% [============================== ] 1130/2269 49% [============================== ] 1131/2269 49% [============================== ] 1132/2269 49% [============================== ] 1133/2269 49% [============================== ] 1134/2269 49% [=============================== ] 1135/2269 50% [=============================== ] 1136/2269 50% [=============================== ] 1137/2269 50% [=============================== ] 1138/2269 50% [=============================== ] 1139/2269 50% [=============================== ] 1140/2269 50% [=============================== ] 1141/2269 50% [=============================== ] 1142/2269 50% [=============================== ] 1143/2269 50% [=============================== ] 1144/2269 50% [=============================== ] 1145/2269 50% [=============================== ] 1146/2269 50% [=============================== ] 1147/2269 50% [=============================== ] 1148/2269 50% [=============================== ] 1149/2269 50% [=============================== ] 1150/2269 50% [=============================== ] 1151/2269 50% [=============================== ] 1152/2269 50% [=============================== ] 1153/2269 50% [=============================== ] 1154/2269 50% [=============================== ] 1155/2269 50% [=============================== ] 1156/2269 50% [=============================== ] 1157/2269 50% [=============================== ] 1158/2269 51% [=============================== ] 1159/2269 51% [=============================== ] 1160/2269 51% [=============================== ] 1161/2269 51% [=============================== ] 1162/2269 51% [=============================== ] 1163/2269 51% [=============================== ] 1164/2269 51% [=============================== ] 1165/2269 51% [=============================== ] 1166/2269 51% [=============================== ] 1167/2269 51% [=============================== ] 1168/2269 51% [=============================== ] 1169/2269 51% [=============================== ] 1170/2269 51% [=============================== ] 1171/2269 51% [================================ ] 1172/2269 51% [================================ ] 1173/2269 51% [================================ ] 1174/2269 51% [================================ ] 1175/2269 51% [================================ ] 1176/2269 51% [================================ ] 1177/2269 51% [================================ ] 1178/2269 51% [================================ ] 1179/2269 51% [================================ ] 1180/2269 52% [================================ ] 1181/2269 52% [================================ ] 1182/2269 52% [================================ ] 1183/2269 52% [================================ ] 1184/2269 52% [================================ ] 1185/2269 52% [================================ ] 1186/2269 52% [================================ ] 1187/2269 52% [================================ ] 1188/2269 52% [================================ ] 1189/2269 52% [================================ ] 1190/2269 52% [================================ ] 1191/2269 52% [================================ ] 1192/2269 52% [================================ ] 1193/2269 52% [================================ ] 1194/2269 52% [================================ ] 1195/2269 52% [================================ ] 1196/2269 52% [================================ ] 1197/2269 52% [================================ ] 1198/2269 52% [================================ ] 1199/2269 52% [================================ ] 1200/2269 52% [================================ ] 1201/2269 52% [================================ ] 1202/2269 52% [================================ ] 1203/2269 53% [================================ ] 1204/2269 53% [================================ ] 1205/2269 53% [================================ ] 1206/2269 53% [================================ ] 1207/2269 53% [================================= ] 1208/2269 53% [================================= ] 1209/2269 53% [================================= ] 1210/2269 53% [================================= ] 1211/2269 53% [================================= ] 1212/2269 53% [================================= ] 1213/2269 53% [================================= ] 1214/2269 53% [================================= ] 1215/2269 53% [================================= ] 1216/2269 53% [================================= ] 1217/2269 53% [================================= ] 1218/2269 53% [================================= ] 1219/2269 53% [================================= ] 1220/2269 53% [================================= ] 1221/2269 53% [================================= ] 1222/2269 53% [================================= ] 1223/2269 53% [================================= ] 1224/2269 53% [================================= ] 1225/2269 53% [================================= ] 1226/2269 54% [================================= ] 1227/2269 54% [================================= ] 1228/2269 54% [================================= ] 1229/2269 54% [================================= ] 1230/2269 54% [================================= ] 1231/2269 54% [================================= ] 1232/2269 54% [================================= ] 1233/2269 54% [================================= ] 1234/2269 54% [================================= ] 1235/2269 54% [================================= ] 1236/2269 54% [================================= ] 1237/2269 54% [================================= ] 1238/2269 54% [================================= ] 1239/2269 54% [================================= ] 1240/2269 54% [================================= ] 1241/2269 54% [================================= ] 1242/2269 54% [================================= ] 1243/2269 54% [================================= ] 1244/2269 54% [================================== ] 1245/2269 54% [================================== ] 1246/2269 54% [================================== ] 1247/2269 54% [================================== ] 1248/2269 55% [================================== ] 1249/2269 55% [================================== ] 1250/2269 55% [================================== ] 1251/2269 55% [================================== ] 1252/2269 55% [================================== ] 1253/2269 55% [================================== ] 1254/2269 55% [================================== ] 1255/2269 55% [================================== ] 1256/2269 55% [================================== ] 1257/2269 55% [================================== ] 1258/2269 55% [================================== ] 1259/2269 55% [================================== ] 1260/2269 55% [================================== ] 1261/2269 55% [================================== ] 1262/2269 55% [================================== ] 1263/2269 55% [================================== ] 1264/2269 55% [================================== ] 1265/2269 55% [================================== ] 1266/2269 55% [================================== ] 1267/2269 55% [================================== ] 1268/2269 55% [================================== ] 1269/2269 55% [================================== ] 1270/2269 55% [================================== ] 1271/2269 56% [================================== ] 1272/2269 56% [================================== ] 1273/2269 56% [================================== ] 1274/2269 56% [================================== ] 1275/2269 56% [================================== ] 1276/2269 56% [================================== ] 1277/2269 56% [================================== ] 1278/2269 56% [================================== ] 1279/2269 56% [================================== ] 1280/2269 56% [=================================== ] 1281/2269 56% [=================================== ] 1282/2269 56% [=================================== ] 1283/2269 56% [=================================== ] 1284/2269 56% [=================================== ] 1285/2269 56% [=================================== ] 1286/2269 56% [=================================== ] 1287/2269 56% [=================================== ] 1288/2269 56% [=================================== ] 1289/2269 56% [=================================== ] 1290/2269 56% [=================================== ] 1291/2269 56% [=================================== ] 1292/2269 56% [=================================== ] 1293/2269 56% [=================================== ] 1294/2269 57% [=================================== ] 1295/2269 57% [=================================== ] 1296/2269 57% [=================================== ] 1297/2269 57% [=================================== ] 1298/2269 57% [=================================== ] 1299/2269 57% [=================================== ] 1300/2269 57% [=================================== ] 1301/2269 57% [=================================== ] 1302/2269 57% [=================================== ] 1303/2269 57% [=================================== ] 1304/2269 57% [=================================== ] 1305/2269 57% [=================================== ] 1306/2269 57% [=================================== ] 1307/2269 57% [=================================== ] 1308/2269 57% [=================================== ] 1309/2269 57% [=================================== ] 1310/2269 57% [=================================== ] 1311/2269 57% [=================================== ] 1312/2269 57% [=================================== ] 1313/2269 57% [=================================== ] 1314/2269 57% [=================================== ] 1315/2269 57% [=================================== ] 1316/2269 57% [=================================== ] 1317/2269 58% [==================================== ] 1318/2269 58% [==================================== ] 1319/2269 58% [==================================== ] 1320/2269 58% [==================================== ] 1321/2269 58% [==================================== ] 1322/2269 58% [==================================== ] 1323/2269 58% [==================================== ] 1324/2269 58% [==================================== ] 1325/2269 58% [==================================== ] 1326/2269 58% [==================================== ] 1327/2269 58% [==================================== ] 1328/2269 58% [==================================== ] 1329/2269 58% [==================================== ] 1330/2269 58% [==================================== ] 1331/2269 58% [==================================== ] 1332/2269 58% [==================================== ] 1333/2269 58% [==================================== ] 1334/2269 58% [==================================== ] 1335/2269 58% [==================================== ] 1336/2269 58% [==================================== ] 1337/2269 58% [==================================== ] 1338/2269 58% [==================================== ] 1339/2269 59% [==================================== ] 1340/2269 59% [==================================== ] 1341/2269 59% [==================================== ] 1342/2269 59% [==================================== ] 1343/2269 59% [==================================== ] 1344/2269 59% [==================================== ] 1345/2269 59% [==================================== ] 1346/2269 59% [==================================== ] 1347/2269 59% [==================================== ] 1348/2269 59% [==================================== ] 1349/2269 59% [==================================== ] 1350/2269 59% [==================================== ] 1351/2269 59% [==================================== ] 1352/2269 59% [==================================== ] 1353/2269 59% [==================================== ] 1354/2269 59% [===================================== ] 1355/2269 59% [===================================== ] 1356/2269 59% [===================================== ] 1357/2269 59% [===================================== ] 1358/2269 59% [===================================== ] 1359/2269 59% [===================================== ] 1360/2269 59% [===================================== ] 1361/2269 59% [===================================== ] 1362/2269 60% [===================================== ] 1363/2269 60% [===================================== ] 1364/2269 60% [===================================== ] 1365/2269 60% [===================================== ] 1366/2269 60% [===================================== ] 1367/2269 60% [===================================== ] 1368/2269 60% [===================================== ] 1369/2269 60% [===================================== ] 1370/2269 60% [===================================== ] 1371/2269 60% [===================================== ] 1372/2269 60% [===================================== ] 1373/2269 60% [===================================== ] 1374/2269 60% [===================================== ] 1375/2269 60% [===================================== ] 1376/2269 60% [===================================== ] 1377/2269 60% [===================================== ] 1378/2269 60% [===================================== ] 1379/2269 60% [===================================== ] 1380/2269 60% [===================================== ] 1381/2269 60% [===================================== ] 1382/2269 60% [===================================== ] 1383/2269 60% [===================================== ] 1384/2269 60% [===================================== ] 1385/2269 61% [===================================== ] 1386/2269 61% [===================================== ] 1387/2269 61% [===================================== ] 1388/2269 61% [===================================== ] 1389/2269 61% [===================================== ] 1390/2269 61% [====================================== ] 1391/2269 61% [====================================== ] 1392/2269 61% [====================================== ] 1393/2269 61% [====================================== ] 1394/2269 61% [====================================== ] 1395/2269 61% [====================================== ] 1396/2269 61% [====================================== ] 1397/2269 61% [====================================== ] 1398/2269 61% [====================================== ] 1399/2269 61% [====================================== ] 1400/2269 61% [====================================== ] 1401/2269 61% [====================================== ] 1402/2269 61% [====================================== ] 1403/2269 61% [====================================== ] 1404/2269 61% [====================================== ] 1405/2269 61% [====================================== ] 1406/2269 61% [====================================== ] 1407/2269 62% [====================================== ] 1408/2269 62% [====================================== ] 1409/2269 62% [====================================== ] 1410/2269 62% [====================================== ] 1411/2269 62% [====================================== ] 1412/2269 62% [====================================== ] 1413/2269 62% [====================================== ] 1414/2269 62% [====================================== ] 1415/2269 62% [====================================== ] 1416/2269 62% [====================================== ] 1417/2269 62% [====================================== ] 1418/2269 62% [====================================== ] 1419/2269 62% [====================================== ] 1420/2269 62% [====================================== ] 1421/2269 62% [====================================== ] 1422/2269 62% [====================================== ] 1423/2269 62% [====================================== ] 1424/2269 62% [====================================== ] 1425/2269 62% [====================================== ] 1426/2269 62% [====================================== ] 1427/2269 62% [======================================= ] 1428/2269 62% [======================================= ] 1429/2269 62% [======================================= ] 1430/2269 63% [======================================= ] 1431/2269 63% [======================================= ] 1432/2269 63% [======================================= ] 1433/2269 63% [======================================= ] 1434/2269 63% [======================================= ] 1435/2269 63% [======================================= ] 1436/2269 63% [======================================= ] 1437/2269 63% [======================================= ] 1438/2269 63% [======================================= ] 1439/2269 63% [======================================= ] 1440/2269 63% [======================================= ] 1441/2269 63% [======================================= ] 1442/2269 63% [======================================= ] 1443/2269 63% [======================================= ] 1444/2269 63% [======================================= ] 1445/2269 63% [======================================= ] 1446/2269 63% [======================================= ] 1447/2269 63% [======================================= ] 1448/2269 63% [======================================= ] 1449/2269 63% [======================================= ] 1450/2269 63% [======================================= ] 1451/2269 63% [======================================= ] 1452/2269 63% [======================================= ] 1453/2269 64% [======================================= ] 1454/2269 64% [======================================= ] 1455/2269 64% [======================================= ] 1456/2269 64% [======================================= ] 1457/2269 64% [======================================= ] 1458/2269 64% [======================================= ] 1459/2269 64% [======================================= ] 1460/2269 64% [======================================= ] 1461/2269 64% [======================================= ] 1462/2269 64% [======================================= ] 1463/2269 64% [======================================== ] 1464/2269 64% [======================================== ] 1465/2269 64% [======================================== ] 1466/2269 64% [======================================== ] 1467/2269 64% [======================================== ] 1468/2269 64% [======================================== ] 1469/2269 64% [======================================== ] 1470/2269 64% [======================================== ] 1471/2269 64% [======================================== ] 1472/2269 64% [======================================== ] 1473/2269 64% [======================================== ] 1474/2269 64% [======================================== ] 1475/2269 65% [======================================== ] 1476/2269 65% [======================================== ] 1477/2269 65% [======================================== ] 1478/2269 65% [======================================== ] 1479/2269 65% [======================================== ] 1480/2269 65% [======================================== ] 1481/2269 65% [======================================== ] 1482/2269 65% [======================================== ] 1483/2269 65% [======================================== ] 1484/2269 65% [======================================== ] 1485/2269 65% [======================================== ] 1486/2269 65% [======================================== ] 1487/2269 65% [======================================== ] 1488/2269 65% [======================================== ] 1489/2269 65% [======================================== ] 1490/2269 65% [======================================== ] 1491/2269 65% [======================================== ] 1492/2269 65% [======================================== ] 1493/2269 65% [======================================== ] 1494/2269 65% [======================================== ] 1495/2269 65% [======================================== ] 1496/2269 65% [======================================== ] 1497/2269 65% [======================================== ] 1498/2269 66% [======================================== ] 1499/2269 66% [======================================== ] 1500/2269 66% [========================================= ] 1501/2269 66% [========================================= ] 1502/2269 66% [========================================= ] 1503/2269 66% [========================================= ] 1504/2269 66% [========================================= ] 1505/2269 66% [========================================= ] 1506/2269 66% [========================================= ] 1507/2269 66% [========================================= ] 1508/2269 66% [========================================= ] 1509/2269 66% [========================================= ] 1510/2269 66% [========================================= ] 1511/2269 66% [========================================= ] 1512/2269 66% [========================================= ] 1513/2269 66% [========================================= ] 1514/2269 66% [========================================= ] 1515/2269 66% [========================================= ] 1516/2269 66% [========================================= ] 1517/2269 66% [========================================= ] 1518/2269 66% [========================================= ] 1519/2269 66% [========================================= ] 1520/2269 66% [========================================= ] 1521/2269 67% [========================================= ] 1522/2269 67% [========================================= ] 1523/2269 67% [========================================= ] 1524/2269 67% [========================================= ] 1525/2269 67% [========================================= ] 1526/2269 67% [========================================= ] 1527/2269 67% [========================================= ] 1528/2269 67% [========================================= ] 1529/2269 67% [========================================= ] 1530/2269 67% [========================================= ] 1531/2269 67% [========================================= ] 1532/2269 67% [========================================= ] 1533/2269 67% [========================================= ] 1534/2269 67% [========================================= ] 1535/2269 67% [========================================= ] 1536/2269 67% [========================================= ] 1537/2269 67% [========================================== ] 1538/2269 67% [========================================== ] 1539/2269 67% [========================================== ] 1540/2269 67% [========================================== ] 1541/2269 67% [========================================== ] 1542/2269 67% [========================================== ] 1543/2269 68% [========================================== ] 1544/2269 68% [========================================== ] 1545/2269 68% [========================================== ] 1546/2269 68% [========================================== ] 1547/2269 68% [========================================== ] 1548/2269 68% [========================================== ] 1549/2269 68% [========================================== ] 1550/2269 68% [========================================== ] 1551/2269 68% [========================================== ] 1552/2269 68% [========================================== ] 1553/2269 68% [========================================== ] 1554/2269 68% [========================================== ] 1555/2269 68% [========================================== ] 1556/2269 68% [========================================== ] 1557/2269 68% [========================================== ] 1558/2269 68% [========================================== ] 1559/2269 68% [========================================== ] 1560/2269 68% [========================================== ] 1561/2269 68% [========================================== ] 1562/2269 68% [========================================== ] 1563/2269 68% [========================================== ] 1564/2269 68% [========================================== ] 1565/2269 68% [========================================== ] 1566/2269 69% [========================================== ] 1567/2269 69% [========================================== ] 1568/2269 69% [========================================== ] 1569/2269 69% [========================================== ] 1570/2269 69% [========================================== ] 1571/2269 69% [========================================== ] 1572/2269 69% [========================================== ] 1573/2269 69% [=========================================== ] 1574/2269 69% [=========================================== ] 1575/2269 69% [=========================================== ] 1576/2269 69% [=========================================== ] 1577/2269 69% [=========================================== ] 1578/2269 69% [=========================================== ] 1579/2269 69% [=========================================== ] 1580/2269 69% [=========================================== ] 1581/2269 69% [=========================================== ] 1582/2269 69% [=========================================== ] 1583/2269 69% [=========================================== ] 1584/2269 69% [=========================================== ] 1585/2269 69% [=========================================== ] 1586/2269 69% [=========================================== ] 1587/2269 69% [=========================================== ] 1588/2269 69% [=========================================== ] 1589/2269 70% [=========================================== ] 1590/2269 70% [=========================================== ] 1591/2269 70% [=========================================== ] 1592/2269 70% [=========================================== ] 1593/2269 70% [=========================================== ] 1594/2269 70% [=========================================== ] 1595/2269 70% [=========================================== ] 1596/2269 70% [=========================================== ] 1597/2269 70% [=========================================== ] 1598/2269 70% [=========================================== ] 1599/2269 70% [=========================================== ] 1600/2269 70% [=========================================== ] 1601/2269 70% [=========================================== ] 1602/2269 70% [=========================================== ] 1603/2269 70% [=========================================== ] 1604/2269 70% [=========================================== ] 1605/2269 70% [=========================================== ] 1606/2269 70% [=========================================== ] 1607/2269 70% [=========================================== ] 1608/2269 70% [=========================================== ] 1609/2269 70% [=========================================== ] 1610/2269 70% [============================================ ] 1611/2269 71% [============================================ ] 1612/2269 71% [============================================ ] 1613/2269 71% [============================================ ] 1614/2269 71% [============================================ ] 1615/2269 71% [============================================ ] 1616/2269 71% [============================================ ] 1617/2269 71% [============================================ ] 1618/2269 71% [============================================ ] 1619/2269 71% [============================================ ] 1620/2269 71% [============================================ ] 1621/2269 71% [============================================ ] 1622/2269 71% [============================================ ] 1623/2269 71% [============================================ ] 1624/2269 71% [============================================ ] 1625/2269 71% [============================================ ] 1626/2269 71% [============================================ ] 1627/2269 71% [============================================ ] 1628/2269 71% [============================================ ] 1629/2269 71% [============================================ ] 1630/2269 71% [============================================ ] 1631/2269 71% [============================================ ] 1632/2269 71% [============================================ ] 1633/2269 71% [============================================ ] 1634/2269 72% [============================================ ] 1635/2269 72% [============================================ ] 1636/2269 72% [============================================ ] 1637/2269 72% [============================================ ] 1638/2269 72% [============================================ ] 1639/2269 72% [============================================ ] 1640/2269 72% [============================================ ] 1641/2269 72% [============================================ ] 1642/2269 72% [============================================ ] 1643/2269 72% [============================================ ] 1644/2269 72% [============================================ ] 1645/2269 72% [============================================ ] 1646/2269 72% [============================================= ] 1647/2269 72% [============================================= ] 1648/2269 72% [============================================= ] 1649/2269 72% [============================================= ] 1650/2269 72% [============================================= ] 1651/2269 72% [============================================= ] 1652/2269 72% [============================================= ] 1653/2269 72% [============================================= ] 1654/2269 72% [============================================= ] 1655/2269 72% [============================================= ] 1656/2269 72% [============================================= ] 1657/2269 73% [============================================= ] 1658/2269 73% [============================================= ] 1659/2269 73% [============================================= ] 1660/2269 73% [============================================= ] 1661/2269 73% [============================================= ] 1662/2269 73% [============================================= ] 1663/2269 73% [============================================= ] 1664/2269 73% [============================================= ] 1665/2269 73% [============================================= ] 1666/2269 73% [============================================= ] 1667/2269 73% [============================================= ] 1668/2269 73% [============================================= ] 1669/2269 73% [============================================= ] 1670/2269 73% [============================================= ] 1671/2269 73% [============================================= ] 1672/2269 73% [============================================= ] 1673/2269 73% [============================================= ] 1674/2269 73% [============================================= ] 1675/2269 73% [============================================= ] 1676/2269 73% [============================================= ] 1677/2269 73% [============================================= ] 1678/2269 73% [============================================= ] 1679/2269 73% [============================================= ] 1680/2269 74% [============================================= ] 1681/2269 74% [============================================= ] 1682/2269 74% [============================================= ] 1683/2269 74% [============================================== ] 1684/2269 74% [============================================== ] 1685/2269 74% [============================================== ] 1686/2269 74% [============================================== ] 1687/2269 74% [============================================== ] 1688/2269 74% [============================================== ] 1689/2269 74% [============================================== ] 1690/2269 74% [============================================== ] 1691/2269 74% [============================================== ] 1692/2269 74% [============================================== ] 1693/2269 74% [============================================== ] 1694/2269 74% [============================================== ] 1695/2269 74% [============================================== ] 1696/2269 74% [============================================== ] 1697/2269 74% [============================================== ] 1698/2269 74% [============================================== ] 1699/2269 74% [============================================== ] 1700/2269 74% [============================================== ] 1701/2269 74% [============================================== ] 1702/2269 75% [============================================== ] 1703/2269 75% [============================================== ] 1704/2269 75% [============================================== ] 1705/2269 75% [============================================== ] 1706/2269 75% [============================================== ] 1707/2269 75% [============================================== ] 1708/2269 75% [============================================== ] 1709/2269 75% [============================================== ] 1710/2269 75% [============================================== ] 1711/2269 75% [============================================== ] 1712/2269 75% [============================================== ] 1713/2269 75% [============================================== ] 1714/2269 75% [============================================== ] 1715/2269 75% [============================================== ] 1716/2269 75% [============================================== ] 1717/2269 75% [============================================== ] 1718/2269 75% [============================================== ] 1719/2269 75% [============================================== ] 1720/2269 75% [=============================================== ] 1721/2269 75% [=============================================== ] 1722/2269 75% [=============================================== ] 1723/2269 75% [=============================================== ] 1724/2269 75% [=============================================== ] 1725/2269 76% [=============================================== ] 1726/2269 76% [=============================================== ] 1727/2269 76% [=============================================== ] 1728/2269 76% [=============================================== ] 1729/2269 76% [=============================================== ] 1730/2269 76% [=============================================== ] 1731/2269 76% [=============================================== ] 1732/2269 76% [=============================================== ] 1733/2269 76% [=============================================== ] 1734/2269 76% [=============================================== ] 1735/2269 76% [=============================================== ] 1736/2269 76% [=============================================== ] 1737/2269 76% [=============================================== ] 1738/2269 76% [=============================================== ] 1739/2269 76% [=============================================== ] 1740/2269 76% [=============================================== ] 1741/2269 76% [=============================================== ] 1742/2269 76% [=============================================== ] 1743/2269 76% [=============================================== ] 1744/2269 76% [=============================================== ] 1745/2269 76% [=============================================== ] 1746/2269 76% [=============================================== ] 1747/2269 76% [=============================================== ] 1748/2269 77% [=============================================== ] 1749/2269 77% [=============================================== ] 1750/2269 77% [=============================================== ] 1751/2269 77% [=============================================== ] 1752/2269 77% [=============================================== ] 1753/2269 77% [=============================================== ] 1754/2269 77% [=============================================== ] 1755/2269 77% [=============================================== ] 1756/2269 77% [================================================ ] 1757/2269 77% [================================================ ] 1758/2269 77% [================================================ ] 1759/2269 77% [================================================ ] 1760/2269 77% [================================================ ] 1761/2269 77% [================================================ ] 1762/2269 77% [================================================ ] 1763/2269 77% [================================================ ] 1764/2269 77% [================================================ ] 1765/2269 77% [================================================ ] 1766/2269 77% [================================================ ] 1767/2269 77% [================================================ ] 1768/2269 77% [================================================ ] 1769/2269 77% [================================================ ] 1770/2269 78% [================================================ ] 1771/2269 78% [================================================ ] 1772/2269 78% [================================================ ] 1773/2269 78% [================================================ ] 1774/2269 78% [================================================ ] 1775/2269 78% [================================================ ] 1776/2269 78% [================================================ ] 1777/2269 78% [================================================ ] 1778/2269 78% [================================================ ] 1779/2269 78% [================================================ ] 1780/2269 78% [================================================ ] 1781/2269 78% [================================================ ] 1782/2269 78% [================================================ ] 1783/2269 78% [================================================ ] 1784/2269 78% [================================================ ] 1785/2269 78% [================================================ ] 1786/2269 78% [================================================ ] 1787/2269 78% [================================================ ] 1788/2269 78% [================================================ ] 1789/2269 78% [================================================ ] 1790/2269 78% [================================================ ] 1791/2269 78% [================================================ ] 1792/2269 78% [================================================ ] 1793/2269 79% [================================================= ] 1794/2269 79% [================================================= ] 1795/2269 79% [================================================= ] 1796/2269 79% [================================================= ] 1797/2269 79% [================================================= ] 1798/2269 79% [================================================= ] 1799/2269 79% [================================================= ] 1800/2269 79% [================================================= ] 1801/2269 79% [================================================= ] 1802/2269 79% [================================================= ] 1803/2269 79% [================================================= ] 1804/2269 79% [================================================= ] 1805/2269 79% [================================================= ] 1806/2269 79% [================================================= ] 1807/2269 79% [================================================= ] 1808/2269 79% [================================================= ] 1809/2269 79% [================================================= ] 1810/2269 79% [================================================= ] 1811/2269 79% [================================================= ] 1812/2269 79% [================================================= ] 1813/2269 79% [================================================= ] 1814/2269 79% [================================================= ] 1815/2269 79% [================================================= ] 1816/2269 80% [================================================= ] 1817/2269 80% [================================================= ] 1818/2269 80% [================================================= ] 1819/2269 80% [================================================= ] 1820/2269 80% [================================================= ] 1821/2269 80% [================================================= ] 1822/2269 80% [================================================= ] 1823/2269 80% [================================================= ] 1824/2269 80% [================================================= ] 1825/2269 80% [================================================= ] 1826/2269 80% [================================================= ] 1827/2269 80% [================================================= ] 1828/2269 80% [================================================= ] 1829/2269 80% [================================================== ] 1830/2269 80% [================================================== ] 1831/2269 80% [================================================== ] 1832/2269 80% [================================================== ] 1833/2269 80% [================================================== ] 1834/2269 80% [================================================== ] 1835/2269 80% [================================================== ] 1836/2269 80% [================================================== ] 1837/2269 80% [================================================== ] 1838/2269 81% [================================================== ] 1839/2269 81% [================================================== ] 1840/2269 81% [================================================== ] 1841/2269 81% [================================================== ] 1842/2269 81% [================================================== ] 1843/2269 81% [================================================== ] 1844/2269 81% [================================================== ] 1845/2269 81% [================================================== ] 1846/2269 81% [================================================== ] 1847/2269 81% [================================================== ] 1848/2269 81% [================================================== ] 1849/2269 81% [================================================== ] 1850/2269 81% [================================================== ] 1851/2269 81% [================================================== ] 1852/2269 81% [================================================== ] 1853/2269 81% [================================================== ] 1854/2269 81% [================================================== ] 1855/2269 81% [================================================== ] 1856/2269 81% [================================================== ] 1857/2269 81% [================================================== ] 1858/2269 81% [================================================== ] 1859/2269 81% [================================================== ] 1860/2269 81% [================================================== ] 1861/2269 82% [================================================== ] 1862/2269 82% [================================================== ] 1863/2269 82% [================================================== ] 1864/2269 82% [================================================== ] 1865/2269 82% [================================================== ] 1866/2269 82% [=================================================== ] 1867/2269 82% [=================================================== ] 1868/2269 82% [=================================================== ] 1869/2269 82% [=================================================== ] 1870/2269 82% [=================================================== ] 1871/2269 82% [=================================================== ] 1872/2269 82% [=================================================== ] 1873/2269 82% [=================================================== ] 1874/2269 82% [=================================================== ] 1875/2269 82% [=================================================== ] 1876/2269 82% [=================================================== ] 1877/2269 82% [=================================================== ] 1878/2269 82% [=================================================== ] 1879/2269 82% [=================================================== ] 1880/2269 82% [=================================================== ] 1881/2269 82% [=================================================== ] 1882/2269 82% [=================================================== ] 1883/2269 82% [=================================================== ] 1884/2269 83% [=================================================== ] 1885/2269 83% [=================================================== ] 1886/2269 83% [=================================================== ] 1887/2269 83% [=================================================== ] 1888/2269 83% [=================================================== ] 1889/2269 83% [=================================================== ] 1890/2269 83% [=================================================== ] 1891/2269 83% [=================================================== ] 1892/2269 83% [=================================================== ] 1893/2269 83% [=================================================== ] 1894/2269 83% [=================================================== ] 1895/2269 83% [=================================================== ] 1896/2269 83% [=================================================== ] 1897/2269 83% [=================================================== ] 1898/2269 83% [=================================================== ] 1899/2269 83% [=================================================== ] 1900/2269 83% [=================================================== ] 1901/2269 83% [=================================================== ] 1902/2269 83% [=================================================== ] 1903/2269 83% [==================================================== ] 1904/2269 83% [==================================================== ] 1905/2269 83% [==================================================== ] 1906/2269 84% [==================================================== ] 1907/2269 84% [==================================================== ] 1908/2269 84% [==================================================== ] 1909/2269 84% [==================================================== ] 1910/2269 84% [==================================================== ] 1911/2269 84% [==================================================== ] 1912/2269 84% [==================================================== ] 1913/2269 84% [==================================================== ] 1914/2269 84% [==================================================== ] 1915/2269 84% [==================================================== ] 1916/2269 84% [==================================================== ] 1917/2269 84% [==================================================== ] 1918/2269 84% [==================================================== ] 1919/2269 84% [==================================================== ] 1920/2269 84% [==================================================== ] 1921/2269 84% [==================================================== ] 1922/2269 84% [==================================================== ] 1923/2269 84% [==================================================== ] 1924/2269 84% [==================================================== ] 1925/2269 84% [==================================================== ] 1926/2269 84% [==================================================== ] 1927/2269 84% [==================================================== ] 1928/2269 84% [==================================================== ] 1929/2269 85% [==================================================== ] 1930/2269 85% [==================================================== ] 1931/2269 85% [==================================================== ] 1932/2269 85% [==================================================== ] 1933/2269 85% [==================================================== ] 1934/2269 85% [==================================================== ] 1935/2269 85% [==================================================== ] 1936/2269 85% [==================================================== ] 1937/2269 85% [==================================================== ] 1938/2269 85% [==================================================== ] 1939/2269 85% [===================================================== ] 1940/2269 85% [===================================================== ] 1941/2269 85% [===================================================== ] 1942/2269 85% [===================================================== ] 1943/2269 85% [===================================================== ] 1944/2269 85% [===================================================== ] 1945/2269 85% [===================================================== ] 1946/2269 85% [===================================================== ] 1947/2269 85% [===================================================== ] 1948/2269 85% [===================================================== ] 1949/2269 85% [===================================================== ] 1950/2269 85% [===================================================== ] 1951/2269 85% [===================================================== ] 1952/2269 86% [===================================================== ] 1953/2269 86% [===================================================== ] 1954/2269 86% [===================================================== ] 1955/2269 86% [===================================================== ] 1956/2269 86% [===================================================== ] 1957/2269 86% [===================================================== ] 1958/2269 86% [===================================================== ] 1959/2269 86% [===================================================== ] 1960/2269 86% [===================================================== ] 1961/2269 86% [===================================================== ] 1962/2269 86% [===================================================== ] 1963/2269 86% [===================================================== ] 1964/2269 86% [===================================================== ] 1965/2269 86% [===================================================== ] 1966/2269 86% [===================================================== ] 1967/2269 86% [===================================================== ] 1968/2269 86% [===================================================== ] 1969/2269 86% [===================================================== ] 1970/2269 86% [===================================================== ] 1971/2269 86% [===================================================== ] 1972/2269 86% [===================================================== ] 1973/2269 86% [===================================================== ] 1974/2269 86% [===================================================== ] 1975/2269 87% [===================================================== ] 1976/2269 87% [====================================================== ] 1977/2269 87% [====================================================== ] 1978/2269 87% [====================================================== ] 1979/2269 87% [====================================================== ] 1980/2269 87% [====================================================== ] 1981/2269 87% [====================================================== ] 1982/2269 87% [====================================================== ] 1983/2269 87% [====================================================== ] 1984/2269 87% [====================================================== ] 1985/2269 87% [====================================================== ] 1986/2269 87% [====================================================== ] 1987/2269 87% [====================================================== ] 1988/2269 87% [====================================================== ] 1989/2269 87% [====================================================== ] 1990/2269 87% [====================================================== ] 1991/2269 87% [====================================================== ] 1992/2269 87% [====================================================== ] 1993/2269 87% [====================================================== ] 1994/2269 87% [====================================================== ] 1995/2269 87% [====================================================== ] 1996/2269 87% [====================================================== ] 1997/2269 88% [====================================================== ] 1998/2269 88% [====================================================== ] 1999/2269 88% [====================================================== ] 2000/2269 88% [====================================================== ] 2001/2269 88% [====================================================== ] 2002/2269 88% [====================================================== ] 2003/2269 88% [====================================================== ] 2004/2269 88% [====================================================== ] 2005/2269 88% [====================================================== ] 2006/2269 88% [====================================================== ] 2007/2269 88% [====================================================== ] 2008/2269 88% [====================================================== ] 2009/2269 88% [====================================================== ] 2010/2269 88% [====================================================== ] 2011/2269 88% [====================================================== ] 2012/2269 88% [======================================================= ] 2013/2269 88% [======================================================= ] 2014/2269 88% [======================================================= ] 2015/2269 88% [======================================================= ] 2016/2269 88% [======================================================= ] 2017/2269 88% [======================================================= ] 2018/2269 88% [======================================================= ] 2019/2269 88% [======================================================= ] 2020/2269 89% [======================================================= ] 2021/2269 89% [======================================================= ] 2022/2269 89% [======================================================= ] 2023/2269 89% [======================================================= ] 2024/2269 89% [======================================================= ] 2025/2269 89% [======================================================= ] 2026/2269 89% [======================================================= ] 2027/2269 89% [======================================================= ] 2028/2269 89% [======================================================= ] 2029/2269 89% [======================================================= ] 2030/2269 89% [======================================================= ] 2031/2269 89% [======================================================= ] 2032/2269 89% [======================================================= ] 2033/2269 89% [======================================================= ] 2034/2269 89% [======================================================= ] 2035/2269 89% [======================================================= ] 2036/2269 89% [======================================================= ] 2037/2269 89% [======================================================= ] 2038/2269 89% [======================================================= ] 2039/2269 89% [======================================================= ] 2040/2269 89% [======================================================= ] 2041/2269 89% [======================================================= ] 2042/2269 89% [======================================================= ] 2043/2269 90% [======================================================= ] 2044/2269 90% [======================================================= ] 2045/2269 90% [======================================================= ] 2046/2269 90% [======================================================= ] 2047/2269 90% [======================================================= ] 2048/2269 90% [======================================================= ] 2049/2269 90% [======================================================== ] 2050/2269 90% [======================================================== ] 2051/2269 90% [======================================================== ] 2052/2269 90% [======================================================== ] 2053/2269 90% [======================================================== ] 2054/2269 90% [======================================================== ] 2055/2269 90% [======================================================== ] 2056/2269 90% [======================================================== ] 2057/2269 90% [======================================================== ] 2058/2269 90% [======================================================== ] 2059/2269 90% [======================================================== ] 2060/2269 90% [======================================================== ] 2061/2269 90% [======================================================== ] 2062/2269 90% [======================================================== ] 2063/2269 90% [======================================================== ] 2064/2269 90% [======================================================== ] 2065/2269 91% [======================================================== ] 2066/2269 91% [======================================================== ] 2067/2269 91% [======================================================== ] 2068/2269 91% [======================================================== ] 2069/2269 91% [======================================================== ] 2070/2269 91% [======================================================== ] 2071/2269 91% [======================================================== ] 2072/2269 91% [======================================================== ] 2073/2269 91% [======================================================== ] 2074/2269 91% [======================================================== ] 2075/2269 91% [======================================================== ] 2076/2269 91% [======================================================== ] 2077/2269 91% [======================================================== ] 2078/2269 91% [======================================================== ] 2079/2269 91% [======================================================== ] 2080/2269 91% [======================================================== ] 2081/2269 91% [======================================================== ] 2082/2269 91% [======================================================== ] 2083/2269 91% [======================================================== ] 2084/2269 91% [======================================================== ] 2085/2269 91% [======================================================== ] 2086/2269 91% [========================================================= ] 2087/2269 91% [========================================================= ] 2088/2269 92% [========================================================= ] 2089/2269 92% [========================================================= ] 2090/2269 92% [========================================================= ] 2091/2269 92% [========================================================= ] 2092/2269 92% [========================================================= ] 2093/2269 92% [========================================================= ] 2094/2269 92% [========================================================= ] 2095/2269 92% [========================================================= ] 2096/2269 92% [========================================================= ] 2097/2269 92% [========================================================= ] 2098/2269 92% [========================================================= ] 2099/2269 92% [========================================================= ] 2100/2269 92% [========================================================= ] 2101/2269 92% [========================================================= ] 2102/2269 92% [========================================================= ] 2103/2269 92% [========================================================= ] 2104/2269 92% [========================================================= ] 2105/2269 92% [========================================================= ] 2106/2269 92% [========================================================= ] 2107/2269 92% [========================================================= ] 2108/2269 92% [========================================================= ] 2109/2269 92% [========================================================= ] 2110/2269 92% [========================================================= ] 2111/2269 93% [========================================================= ] 2112/2269 93% [========================================================= ] 2113/2269 93% [========================================================= ] 2114/2269 93% [========================================================= ] 2115/2269 93% [========================================================= ] 2116/2269 93% [========================================================= ] 2117/2269 93% [========================================================= ] 2118/2269 93% [========================================================= ] 2119/2269 93% [========================================================= ] 2120/2269 93% [========================================================= ] 2121/2269 93% [========================================================= ] 2122/2269 93% [========================================================== ] 2123/2269 93% [========================================================== ] 2124/2269 93% [========================================================== ] 2125/2269 93% [========================================================== ] 2126/2269 93% [========================================================== ] 2127/2269 93% [========================================================== ] 2128/2269 93% [========================================================== ] 2129/2269 93% [========================================================== ] 2130/2269 93% [========================================================== ] 2131/2269 93% [========================================================== ] 2132/2269 93% [========================================================== ] 2133/2269 94% [========================================================== ] 2134/2269 94% [========================================================== ] 2135/2269 94% [========================================================== ] 2136/2269 94% [========================================================== ] 2137/2269 94% [========================================================== ] 2138/2269 94% [========================================================== ] 2139/2269 94% [========================================================== ] 2140/2269 94% [========================================================== ] 2141/2269 94% [========================================================== ] 2142/2269 94% [========================================================== ] 2143/2269 94% [========================================================== ] 2144/2269 94% [========================================================== ] 2145/2269 94% [========================================================== ] 2146/2269 94% [========================================================== ] 2147/2269 94% [========================================================== ] 2148/2269 94% [========================================================== ] 2149/2269 94% [========================================================== ] 2150/2269 94% [========================================================== ] 2151/2269 94% [========================================================== ] 2152/2269 94% [========================================================== ] 2153/2269 94% [========================================================== ] 2154/2269 94% [========================================================== ] 2155/2269 94% [========================================================== ] 2156/2269 95% [========================================================== ] 2157/2269 95% [========================================================== ] 2158/2269 95% [========================================================== ] 2159/2269 95% [=========================================================== ] 2160/2269 95% [=========================================================== ] 2161/2269 95% [=========================================================== ] 2162/2269 95% [=========================================================== ] 2163/2269 95% [=========================================================== ] 2164/2269 95% [=========================================================== ] 2165/2269 95% [=========================================================== ] 2166/2269 95% [=========================================================== ] 2167/2269 95% [=========================================================== ] 2168/2269 95% [=========================================================== ] 2169/2269 95% [=========================================================== ] 2170/2269 95% [=========================================================== ] 2171/2269 95% [=========================================================== ] 2172/2269 95% [=========================================================== ] 2173/2269 95% [=========================================================== ] 2174/2269 95% [=========================================================== ] 2175/2269 95% [=========================================================== ] 2176/2269 95% [=========================================================== ] 2177/2269 95% [=========================================================== ] 2178/2269 95% [=========================================================== ] 2179/2269 96% [=========================================================== ] 2180/2269 96% [=========================================================== ] 2181/2269 96% [=========================================================== ] 2182/2269 96% [=========================================================== ] 2183/2269 96% [=========================================================== ] 2184/2269 96% [=========================================================== ] 2185/2269 96% [=========================================================== ] 2186/2269 96% [=========================================================== ] 2187/2269 96% [=========================================================== ] 2188/2269 96% [=========================================================== ] 2189/2269 96% [=========================================================== ] 2190/2269 96% [=========================================================== ] 2191/2269 96% [=========================================================== ] 2192/2269 96% [=========================================================== ] 2193/2269 96% [=========================================================== ] 2194/2269 96% [=========================================================== ] 2195/2269 96% [============================================================ ] 2196/2269 96% [============================================================ ] 2197/2269 96% [============================================================ ] 2198/2269 96% [============================================================ ] 2199/2269 96% [============================================================ ] 2200/2269 96% [============================================================ ] 2201/2269 97% [============================================================ ] 2202/2269 97% [============================================================ ] 2203/2269 97% [============================================================ ] 2204/2269 97% [============================================================ ] 2205/2269 97% [============================================================ ] 2206/2269 97% [============================================================ ] 2207/2269 97% [============================================================ ] 2208/2269 97% [============================================================ ] 2209/2269 97% [============================================================ ] 2210/2269 97% [============================================================ ] 2211/2269 97% [============================================================ ] 2212/2269 97% [============================================================ ] 2213/2269 97% [============================================================ ] 2214/2269 97% [============================================================ ] 2215/2269 97% [============================================================ ] 2216/2269 97% [============================================================ ] 2217/2269 97% [============================================================ ] 2218/2269 97% [============================================================ ] 2219/2269 97% [============================================================ ] 2220/2269 97% [============================================================ ] 2221/2269 97% [============================================================ ] 2222/2269 97% [============================================================ ] 2223/2269 97% [============================================================ ] 2224/2269 98% [============================================================ ] 2225/2269 98% [============================================================ ] 2226/2269 98% [============================================================ ] 2227/2269 98% [============================================================ ] 2228/2269 98% [============================================================ ] 2229/2269 98% [============================================================ ] 2230/2269 98% [============================================================ ] 2231/2269 98% [============================================================ ] 2232/2269 98% [============================================================= ] 2233/2269 98% [============================================================= ] 2234/2269 98% [============================================================= ] 2235/2269 98% [============================================================= ] 2236/2269 98% [============================================================= ] 2237/2269 98% [============================================================= ] 2238/2269 98% [============================================================= ] 2239/2269 98% [============================================================= ] 2240/2269 98% [============================================================= ] 2241/2269 98% [============================================================= ] 2242/2269 98% [============================================================= ] 2243/2269 98% [============================================================= ] 2244/2269 98% [============================================================= ] 2245/2269 98% [============================================================= ] 2246/2269 98% [============================================================= ] 2247/2269 99% [============================================================= ] 2248/2269 99% [============================================================= ] 2249/2269 99% [============================================================= ] 2250/2269 99% [============================================================= ] 2251/2269 99% [============================================================= ] 2252/2269 99% [============================================================= ] 2253/2269 99% [============================================================= ] 2254/2269 99% [============================================================= ] 2255/2269 99% [============================================================= ] 2256/2269 99% [============================================================= ] 2257/2269 99% [============================================================= ] 2258/2269 99% [============================================================= ] 2259/2269 99% [============================================================= ] 2260/2269 99% [============================================================= ] 2261/2269 99% [============================================================= ] 2262/2269 99% [============================================================= ] 2263/2269 99% [============================================================= ] 2264/2269 99% [============================================================= ] 2265/2269 99% [============================================================= ] 2266/2269 99% [============================================================= ] 2267/2269 99% [============================================================= ] 2268/2269 99% [==============================================================] 2269/2269 100% operation complete, 2269 objects in 98855 NAND pages. ln -snf /nvmedata/autobuild/instance-4/output-1/host/sparc64-buildroot-linux-gnu/sysroot /nvmedata/autobuild/instance-4/output-1/staging make: Leaving directory '/nvmedata/autobuild/instance-4/buildroot' make: Entering directory '/nvmedata/autobuild/instance-4/buildroot' >>> Buildroot 2022.05-400-g5645990b88 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> bc 1.07.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> host-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-skeleton Collecting legal info >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> 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) >>> 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 10.3.0 Collecting legal info >>> glibc 2.35-96-g2c4fc8e5ca742c6a3a1933799495bb0b00a807f0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES: OK (sha256: b33d0bd9f685b46853548814893a6135e74430d12f6d94ab3eba42fc591f83bc) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-gawk 5.1.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gcc-initial 10.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) >>> bearssl 0.6 Collecting legal info LICENSE.txt: OK (sha256: 771bf18c8633ea69ec9b07d2e604c4b99b7bef41b0f5ce6385d24df4448f61ca) >>> bitstream 1.5 Collecting legal info COPYING: OK (sha256: 9644a812f9a8377a59acb7092a36ce8882a39743425d9171a8fb84637e2f6e04) >>> bootstrap 4.3.1 Collecting legal info css/bootstrap.css: OK (sha256: 35fbb6dc3891aacaf1ffa07abec2344fdbc454aab533a2a03bcf93577eb7837b) >>> busybox 1.35.0 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> traceroute 2.1.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> 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-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> libcap-ng 0.8.3 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> zlib Collecting legal info >>> libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> watchdog 5.16 Collecting legal info COPYING: OK (sha256: af7f3f94e85080204b37f7c53717a2c94c6b54d7fa516ebd74e008cb4c0391bd) >>> bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> check 0.15.2 Collecting legal info COPYING.LESSER: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> cvs 1.12.13 Collecting legal info COPYING: OK (sha256: 569c5b876327d899cf444b2277fe910128a38ca71d90755fe4125dd44f8ece02) COPYING.LIB: OK (sha256: da0e282103fb508894e78db519aab255e36971ce0bc87de585e3b05014b83b1e) lib/glob-libc.h: OK (sha256: ee9a2fbdb626c0ac57fd8e569f357eb2e6d6c80cc6f41efa8bd126d5ea589d72) >>> ding-libs 0.6.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LESSER: OK (sha256: 6c57f43c939054fd4b831f271a14c97a488c38f98cdda5e887c5d396e3b3bc58) >>> expat 2.4.8 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> ffmpeg 4.4.2 Collecting legal info LICENSE.md: OK (sha256: cb48bf09a11f5fb576cddb0431c8f5ed0a60157a9ec942adffc13907cbe083f2) COPYING.LGPLv2.1: OK (sha256: b634ab5640e258563c536e658cad87080553df6f34f62269a21d554844e58bfe) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> fontconfig 2.13.1 Collecting legal info COPYING: OK (sha256: fa4cd9ab005185e10cd8f7504518856c7dd36c01e766c2bac87f4fc638e9f886) >>> 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) >>> openjpeg 2.5.0 Collecting legal info LICENSE: OK (sha256: a6af136f3e15038a666b61f376612a07d9a4e48cb7c01adbf3e33b3f14ab49b6) >>> lcms2 2.13.1 Collecting legal info COPYING: OK (sha256: 46d4e05af3bce75332a12d01f19bcce7e32b6bac544be28a64043d0231291e31) >>> jpeg Collecting legal info >>> libjpeg 9e Collecting legal info README: OK (sha256: 50c1c5978d490c7f13062d91c4b89affc83774f87bc4568a714f748b62a5b216) >>> tiff 4.4.0 Collecting legal info COPYRIGHT: OK (sha256: fbd6fed7938541d2c809c0826225fc85e551fdbfa8732b10f0c87e0847acafd7) >>> fscryptctl f037dcf4354ce8f25d0f371b58dfe7a7ac27576f Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> 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) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> giflib 5.2.1 Collecting legal info COPYING: OK (sha256: 0c9b7990ecdca88b676db232c226548ac408b279f550d424d996f0d83591dd8e) >>> gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> hicolor-icon-theme 0.17 Collecting legal info COPYING: OK (sha256: b0a64377d4ee87b7dbcf418ce4fb33ec3b2d7081b6732890e4af06b8118c4526) >>> ifupdown-scripts Collecting legal info >>> inconsolata 001.010 Collecting legal info OFL.txt: OK (sha256: 8bbed014d1c85a9e3f36703816833c9538e140fea88c2bc3a745ce2449dc18ab) >>> initscripts Collecting legal info >>> jo 1.6 Collecting legal info COPYING: OK (sha256: 41d8b23dc6e76731f4920b9ce42d0d4a248d243a510319e2441d174a115f35cf) >>> host-jsmin 1bf6ce5f74a9f8752ac7f5d115b8d7ccb31cfe1b Collecting legal info jsmin.c: OK (sha256: b420f61778af09534adc836a5086f5625b8499124051c50baefa218e7c03a58c) >>> libcdio 2.1.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libconfuse 3.3 Collecting legal info LICENSE: OK (sha256: dc3ff4b62f851dd2e94a151061ffeb7d28ddfc880a442068dc5283dbaa927306) >>> libedit 20210910-3.1 Collecting legal info COPYING: OK (sha256: 9da6c9c74987a36c84302982799d17d2f748ba1c1c0c471425716173c1d07649) >>> libexif 0.6.24 Collecting legal info COPYING: OK (sha256: 36b6d3fa47916943fd5fec313c584784946047ec1337a78b440e5992cb595f89) >>> libfreefare 0.4.0 Collecting legal info COPYING: OK (sha256: be6209dfd763a0ba77fbe990cfd2512804441d8b5f0cad927baa3341b50fcade) >>> libnfc 1.8.0 Collecting legal info COPYING: OK (sha256: 9ccf26cfe845e0eb8bb58053e47366e7ab6b697ae010f7650978d4b71b7d1fc1) >>> libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libusb-compat 0.1.7 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> openssl Collecting legal info >>> libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> libid3tag 0.15.1b Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYRIGHT: OK (sha256: 7f12ad28dc075763e91b91bfa60fad04062380011ddad8f6bac21dd7b1f44367) >>> liblockfile 1.17 Collecting legal info COPYRIGHT: OK (sha256: 3d080ab931103a823e6b9b788ccbc3e9d44797bd54546f3feebfd305f90de46a) licenses/GPL-2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) licenses/LGPL-2: OK (sha256: b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c) >>> libmaxminddb 1.6.0 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libmspack 0.10.1alpha Collecting legal info COPYING.LIB: OK (sha256: a190dc9c8043755d90f8b0a75fa66b9e42d4af4c980bf5ddc633f0124db3cee7) >>> libnetfilter_cthelper 1.0.1 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> liboping 1.10.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libsha1 0.3 Collecting legal info COPYING: OK (sha256: 4c387926596bfeacc5b72ebeb96ab36c299a07568e18592c727a6c11dd512c20) >>> libsodium 1.0.18 Collecting legal info LICENSE: OK (sha256: dea1855c9809f3faf22aa4a1fba20ec8af5a5587f23115012e5b98279cedc4af) >>> libsvg 0.1.4 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> libtelnet 0.23 Collecting legal info COPYING: OK (sha256: b1faf309467bc1d0aab9b42d6e86a614e78f8fe3580e289966b5b9f9a8f94d99) >>> libuio 6ef3d8d096a641686bfdd112035aa04aa16fe81a Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libxcrypt 4.4.28 Collecting legal info LICENSING: OK (sha256: f9b48b0bc67a92b752780710aa774cf08b62ec2ebaa3f4aebd00069fba6effd2) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libxml2 2.9.14 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> libyaml 0.2.5 Collecting legal info License: OK (sha256: c40112449f254b9753045925248313e9270efa36d226b22d82d4cc6c43c57f29) >>> linux-firmware 20220310 Collecting legal info LICENCE.atheros_firmware: OK (sha256: 802b7014b26c606cf6248ae8b0ab1ce6d2d1b0db236d38dd269e676cd70710f2) LICENCE.fw_sst_0f28: OK (sha256: 60fbc9cccb455e1a3306c97db942d6f24fa93664be61d54c497637e6d0e2ae83) LICENCE.rtlwifi_firmware.txt: OK (sha256: a61351665b4f264f6c631364f85b907d8f8f41f8b369533ef4021765f9f3b62e) LICENCE.ti-connectivity: OK (sha256: 106bef96470001e877fcf7ba0337fa6766a317650eb47fcaeb743eeebd62c4ff) WHENCE: OK (sha256: 75afdb5d45a21ff95ff7aa82d67bc42a83830f2def98ea937c01d6e7603d76f9) >>> lockfile-progs 0.1.19 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> mini-snmpd 1.6 Collecting legal info COPYING: OK (sha256: 8a43b895972a24567297f44f35dab0f5f9ed3b7db6dac0bf6094075b27ab9d56) >>> mksh 59c Collecting legal info mksh.1: OK (sha256: abf44a61ec777c98f8ae7e08e4fe25fe258e0c470215e2eeb22816f6bae72c80) >>> 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) >>> sdl 1.2.15 Collecting legal info COPYING: OK (sha256: bb117c0fbd7f57f64170b690285d7df07c2371b578e3b3cd3aa2e1155ef461a0) >>> host-mtd 2.1.3 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> 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-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> 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-zstd 1.5.2 Collecting legal info LICENSE: OK (sha256: 2c1a7fa704df8f3a606f6fc010b8b5aaebf403f3aeec339a12048f1ba7331a0b) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> ngircd 26.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> obsidian-cursors 1.0 Collecting legal info >>> host-openocd 0.11.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-jimtcl 0.81 Collecting legal info LICENSE: OK (sha256: 419f1146334e57fb258d6c957d1f94d43455ec0d24b1b54c4447e5f61a353950) >>> host-libftdi 0.20 Collecting legal info LICENSE: OK (sha256: 6bd354f4b9beca001b1b5395be48cef1d749a3ed27dddb8114bf09eb0ab2d88c) COPYING.LIB: OK (sha256: c340cbee4974bb96019e782f2279df016c92fb1e7f5299347e779d9acedbb991) >>> host-libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> host-libusb-compat 0.1.7 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> 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) >>> pixman 0.40.0 Collecting legal info COPYING: OK (sha256: fac9270f0987b96ff4533fca3548c633e02083cbba4a0172a3b149b2e4019793) >>> pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> popperjs 1.16.0 Collecting legal info LICENSE.md: OK (sha256: 2961310ed05cd9373a08b8191c071425a7fede0ca5d807ca38fa5f5f61c5b834) >>> prboom 2.5.0 Collecting legal info COPYING: OK (sha256: 1cba07ce0f6d1366d84b7cc62b76966ba79075e5f379c1e230c3ff0635fa789f) >>> sdl_mixer d1725fcb7c4e987aeb7ecdc94cb8b6375b702170 Collecting legal info COPYING: OK (sha256: bc4c3bc32b311044d81c32b5e5402a6bc971a3b235850bb63445ec14bb6fe59e) >>> sdl_net 620b0ba7dd84a0fdbd4cc8ef1b2be1cc10f90ae3 Collecting legal info COPYING: OK (sha256: e542f822a6cd82deccf82cf0f50192917b0158d725a6bc6348ab1ccdd890ecbe) >>> 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) >>> quotatool 1.6.2 Collecting legal info COPYING: OK (sha256: 94686eeb98a40edc64106c6f8644068d8a08816a510a3cde75e50f1bf470564d) >>> rcw-smarc-sal28 11 Collecting legal info COPYING: OK (sha256: 803c65088eed36a6697ca9f03f4379bbad24e276dc8da7fef5eb4dc4008415a1) >>> redir 3.3 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> sl 5.02 Collecting legal info LICENSE: OK (sha256: 72c7d262e2c9ddf019edc90af852a01a410338efff4e75e1c005b77ada4be7c4) >>> slang 2.3.2 Collecting legal info COPYING: OK (sha256: ff05a90962e7773f8bdc47b2a9585130526039102759b524c1dffbd57cfe469b) >>> host-sloci-image 0.1.2 Collecting legal info LICENSE: OK (sha256: 4c86c21e003875b85b4b9299156f8cec72c8e8e1abf5aa1f2d3c4dc665a3bea0) >>> smcroute 2.5.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> sp-oops-extract 0.0.7-1 Collecting legal info COPYING: OK (sha256: c38aee9e3c8c4d5d594ff548a1be05453023016d6286931f6512db215ec1fd42) >>> sredird 2.2.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> ti-uim a0236bc252e6484835ce266ae4a50b361f6a902d Collecting legal info uim.h: OK (sha256: 4e39276507524f938459b05d061ae77562f3f85926fe73027cfcac259cb03d0e) >>> wireless-regdb 2022.02.18 Collecting legal info LICENSE: OK (sha256: 678b0df753c86198fc496d1f1033429bbd57f101472132ee7eaaf9f5e0a7fae1) >>> xinetd 2.3.15 Collecting legal info COPYRIGHT: OK (sha256: 2f3dd19831b1837f7360f80a7700a130c04a59e387d4359299d6df712308bbed) >>> xorcurses 04b664826c5bd30dd483f6a5c8c189ef97e255da Collecting legal info README: OK (sha256: 8632a67e5a76be4cdf7fd0fc6509e21bd6c647183bd9d2325310d5098c652a3a) >>> ytree 2.04 Collecting legal info COPYING: OK (sha256: eb6bf7204569b4fe8eaf9d4dffc57e44047c5efb5deba1b2d99069ddbc99d031) >>> host-fakeroot 1.26 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-makedevs Collecting legal info >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-10.3.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-10.3.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: obsidian-cursors-1.0: cannot save license (OBSIDIAN_CURSORS_LICENSE_FILES not defined) Legal info produced in /nvmedata/autobuild/instance-4/output-1/legal-info make: Leaving directory '/nvmedata/autobuild/instance-4/buildroot'