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-8/output-1/build/host-yaffs2utils-0.2.9' >>> host-yaffs2utils 0.2.9 Installing to host directory mkdir -p /nvmedata/autobuild/instance-8/output-1/host/bin PATH="/nvmedata/autobuild/instance-8/output-1/host/bin:/nvmedata/autobuild/instance-8/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-8/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-8/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-8/output-1/host/share/pkgconfig" /usr/bin/make -j1 -C /nvmedata/autobuild/instance-8/output-1/build/host-yaffs2utils-0.2.9 INSTALLDIR=/nvmedata/autobuild/instance-8/output-1/host/bin install make[1]: Entering directory '/nvmedata/autobuild/instance-8/output-1/build/host-yaffs2utils-0.2.9' cp mkyaffs2 unyaffs2 unspare2 /nvmedata/autobuild/instance-8/output-1/host/bin make[1]: Leaving directory '/nvmedata/autobuild/instance-8/output-1/build/host-yaffs2utils-0.2.9' >>> Finalizing host directory >>> Finalizing target directory mkdir -p /nvmedata/autobuild/instance-8/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O1', '-g0'@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_LDFLAGS@%@PKG_TARGET_LDFLAGS@%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O1', '-g0'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_CC@%/nvmedata/autobuild/instance-8/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc%g" -e "s%@TARGET_CXX@%/nvmedata/autobuild/instance-8/output-1/host/bin/powerpc-buildroot-linux-uclibc-g++%g" -e "s%@TARGET_AR@%/nvmedata/autobuild/instance-8/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ar%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%ppc%g" -e "s%@TARGET_CPU@%7400%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-8/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/nvmedata/autobuild/instance-8/output-1/host%g" -e "s%@STAGING_DIR@%/nvmedata/autobuild/instance-8/output-1/host/powerpc-buildroot-linux-uclibc/sysroot%g" -e "s%@STATIC@%false%g" /nvmedata/autobuild/instance-8/buildroot/support/misc/cross-compilation.conf.in > /nvmedata/autobuild/instance-8/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/nvmedata/autobuild/instance-8/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc%g" -e "s%@TARGET_CXX@%/nvmedata/autobuild/instance-8/output-1/host/bin/powerpc-buildroot-linux-uclibc-g++%g" -e "s%@TARGET_AR@%/nvmedata/autobuild/instance-8/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ar%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%ppc%g" -e "s%@TARGET_CPU@%7400%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O1', '-g0'%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O1', '-g0'%g" -e "s%@BR2_CMAKE@%/usr/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/nvmedata/autobuild/instance-8/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/nvmedata/autobuild/instance-8/output-1/host%g" -e "s%@STAGING_DIR@%/nvmedata/autobuild/instance-8/output-1/host/powerpc-buildroot-linux-uclibc/sysroot%g" -e "s%@STATIC@%false%g" /nvmedata/autobuild/instance-8/buildroot/support/misc/cross-compilation.conf.in > /nvmedata/autobuild/instance-8/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-8/output-1/target/etc/inittab /usr/bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /nvmedata/autobuild/instance-8/output-1/target/etc/inittab if grep -q CONFIG_ASH=y /nvmedata/autobuild/instance-8/output-1/build/busybox-1.35.0/.config; then grep -qsE '^/bin/ash$' /nvmedata/autobuild/instance-8/output-1/target/etc/shells || echo "/bin/ash" >> /nvmedata/autobuild/instance-8/output-1/target/etc/shells; fi if grep -q CONFIG_HUSH=y /nvmedata/autobuild/instance-8/output-1/build/busybox-1.35.0/.config; then grep -qsE '^/bin/hush$' /nvmedata/autobuild/instance-8/output-1/target/etc/shells || echo "/bin/hush" >> /nvmedata/autobuild/instance-8/output-1/target/etc/shells; fi mkdir -p /nvmedata/autobuild/instance-8/output-1/target/etc echo "buildroot" > /nvmedata/autobuild/instance-8/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-8/output-1/target/etc/hosts mkdir -p /nvmedata/autobuild/instance-8/output-1/target/etc echo "Welcome to Buildroot" > /nvmedata/autobuild/instance-8/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /nvmedata/autobuild/instance-8/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /nvmedata/autobuild/instance-8/output-1/target/etc/shells || echo "/bin/sh" >> /nvmedata/autobuild/instance-8/output-1/target/etc/shells if [ -x /nvmedata/autobuild/instance-8/output-1/target/sbin/swapon -a -x /nvmedata/autobuild/instance-8/output-1/target/sbin/swapoff ]; then /usr/bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /nvmedata/autobuild/instance-8/output-1/target/etc/inittab; else /usr/bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /nvmedata/autobuild/instance-8/output-1/target/etc/inittab; fi rm -rf /nvmedata/autobuild/instance-8/output-1/target/usr/include /nvmedata/autobuild/instance-8/output-1/target/usr/share/aclocal \ /nvmedata/autobuild/instance-8/output-1/target/usr/lib/pkgconfig /nvmedata/autobuild/instance-8/output-1/target/usr/share/pkgconfig \ /nvmedata/autobuild/instance-8/output-1/target/usr/lib/cmake /nvmedata/autobuild/instance-8/output-1/target/usr/share/cmake \ /nvmedata/autobuild/instance-8/output-1/target/usr/lib/rpm /nvmedata/autobuild/instance-8/output-1/target/usr/doc find /nvmedata/autobuild/instance-8/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /nvmedata/autobuild/instance-8/output-1/target/lib/ /nvmedata/autobuild/instance-8/output-1/target/usr/lib/ /nvmedata/autobuild/instance-8/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /nvmedata/autobuild/instance-8/output-1/target/usr/share/gdb rm -rf /nvmedata/autobuild/instance-8/output-1/target/usr/share/bash-completion rm -rf /nvmedata/autobuild/instance-8/output-1/target/etc/bash_completion.d rm -rf /nvmedata/autobuild/instance-8/output-1/target/usr/share/zsh rm -rf /nvmedata/autobuild/instance-8/output-1/target/usr/man /nvmedata/autobuild/instance-8/output-1/target/usr/share/man rm -rf /nvmedata/autobuild/instance-8/output-1/target/usr/info /nvmedata/autobuild/instance-8/output-1/target/usr/share/info rm -rf /nvmedata/autobuild/instance-8/output-1/target/usr/doc /nvmedata/autobuild/instance-8/output-1/target/usr/share/doc rm -rf /nvmedata/autobuild/instance-8/output-1/target/usr/share/gtk-doc rmdir /nvmedata/autobuild/instance-8/output-1/target/usr/share 2>/dev/null || true rm -rf /nvmedata/autobuild/instance-8/output-1/target/lib/debug /nvmedata/autobuild/instance-8/output-1/target/usr/lib/debug find /nvmedata/autobuild/instance-8/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-8/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-8/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-8/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-8/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2022.05-952-g2a592f0b2a"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2022.08-git"; \ echo "PRETTY_NAME=\"Buildroot 2022.08-git\"" \ ) > /nvmedata/autobuild/instance-8/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /nvmedata/autobuild/instance-8/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/nvmedata/autobuild/instance-8/output-1/per-package /nvmedata/autobuild/instance-8/buildroot/support/scripts/fix-rpath target touch /nvmedata/autobuild/instance-8/output-1/target/usr >>> Generating root filesystems common tables rm -rf /nvmedata/autobuild/instance-8/output-1/build/buildroot-fs mkdir -p /nvmedata/autobuild/instance-8/output-1/build/buildroot-fs printf ' news -1 news -1 * - - - Leafnode2 daemon\n\n' >> /nvmedata/autobuild/instance-8/output-1/build/buildroot-fs/full_users_table.txt printf ' /bin/busybox f 4755 0 0 - - - - -\n\n' > /nvmedata/autobuild/instance-8/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /nvmedata/autobuild/instance-8/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.btrfs mkdir -p /nvmedata/autobuild/instance-8/output-1/images rm -rf /nvmedata/autobuild/instance-8/output-1/build/buildroot-fs/btrfs mkdir -p /nvmedata/autobuild/instance-8/output-1/build/buildroot-fs/btrfs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /nvmedata/autobuild/instance-8/output-1/target/ /nvmedata/autobuild/instance-8/output-1/build/buildroot-fs/btrfs/target echo '#!/bin/sh' > /nvmedata/autobuild/instance-8/output-1/build/buildroot-fs/btrfs/fakeroot echo "set -e" >> /nvmedata/autobuild/instance-8/output-1/build/buildroot-fs/btrfs/fakeroot echo "chown -h -R 0:0 /nvmedata/autobuild/instance-8/output-1/build/buildroot-fs/btrfs/target" >> /nvmedata/autobuild/instance-8/output-1/build/buildroot-fs/btrfs/fakeroot PATH="/nvmedata/autobuild/instance-8/output-1/host/bin:/nvmedata/autobuild/instance-8/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /nvmedata/autobuild/instance-8/buildroot/support/scripts/mkusers /nvmedata/autobuild/instance-8/output-1/build/buildroot-fs/full_users_table.txt /nvmedata/autobuild/instance-8/output-1/build/buildroot-fs/btrfs/target >> /nvmedata/autobuild/instance-8/output-1/build/buildroot-fs/btrfs/fakeroot echo "/nvmedata/autobuild/instance-8/output-1/host/bin/makedevs -d /nvmedata/autobuild/instance-8/output-1/build/buildroot-fs/full_devices_table.txt /nvmedata/autobuild/instance-8/output-1/build/buildroot-fs/btrfs/target" >> /nvmedata/autobuild/instance-8/output-1/build/buildroot-fs/btrfs/fakeroot printf ' rm -rf /nvmedata/autobuild/instance-8/output-1/build/buildroot-fs/btrfs/target/usr/lib/udev/hwdb.d/ /nvmedata/autobuild/instance-8/output-1/build/buildroot-fs/btrfs/target/etc/udev/hwdb.d/\n' >> /nvmedata/autobuild/instance-8/output-1/build/buildroot-fs/btrfs/fakeroot echo "find /nvmedata/autobuild/instance-8/output-1/build/buildroot-fs/btrfs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /nvmedata/autobuild/instance-8/output-1/build/buildroot-fs/btrfs/fakeroot echo "find /nvmedata/autobuild/instance-8/output-1/build/buildroot-fs/btrfs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /nvmedata/autobuild/instance-8/output-1/build/buildroot-fs/btrfs/fakeroot printf ' \n' >> /nvmedata/autobuild/instance-8/output-1/build/buildroot-fs/btrfs/fakeroot printf ' \n' >> /nvmedata/autobuild/instance-8/output-1/build/buildroot-fs/btrfs/fakeroot printf ' rm -f -f /nvmedata/autobuild/instance-8/output-1/images/rootfs.btrfs\n /nvmedata/autobuild/instance-8/output-1/host/bin/mkfs.btrfs -f -r '\''/nvmedata/autobuild/instance-8/output-1/build/buildroot-fs/btrfs/target'\'' -L '\'''\'' --byte-count '\''100m'\'' --nodesize '\''16384'\'' --sectorsize '\''4096'\'' /nvmedata/autobuild/instance-8/output-1/images/rootfs.btrfs\n' >> /nvmedata/autobuild/instance-8/output-1/build/buildroot-fs/btrfs/fakeroot chmod a+x /nvmedata/autobuild/instance-8/output-1/build/buildroot-fs/btrfs/fakeroot PATH="/nvmedata/autobuild/instance-8/output-1/host/bin:/nvmedata/autobuild/instance-8/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" FAKEROOTDONTTRYCHOWN=1 /nvmedata/autobuild/instance-8/output-1/host/bin/fakeroot -- /nvmedata/autobuild/instance-8/output-1/build/buildroot-fs/btrfs/fakeroot rootdir=/nvmedata/autobuild/instance-8/output-1/build/buildroot-fs/btrfs/target table='/nvmedata/autobuild/instance-8/output-1/build/buildroot-fs/full_devices_table.txt' ERROR: zoned: unable to stat /nvmedata/autobuild/instance-8/output-1/images/rootfs.btrfs btrfs-progs v5.16.2 See http://btrfs.wiki.kernel.org for more information. NOTE: several default settings have changed in version 5.15, please make sure this does not affect your deployments: - DUP for metadata (-m dup) - enabled no-holes (-O no-holes) - enabled free-space-tree (-R free-space-tree) Making image is completed. Label: UUID: 636d80da-da71-4580-9a0d-2155eca64721 Node size: 16384 Sector size: 4096 Filesystem size: 925.00MiB Block group profiles: Data: single 128.00MiB Metadata: DUP 46.25MiB System: DUP 8.00MiB SSD detected: no Zoned device: no Incompat features: extref, skinny-metadata, no-holes Runtime features: free-space-tree Checksum: crc32c Number of devices: 1 Devices: ID SIZE PATH 1 925.00MiB /nvmedata/autobuild/instance-8/output-1/images/rootfs.btrfs >>> Generating filesystem image rootfs.yaffs2 mkdir -p /nvmedata/autobuild/instance-8/output-1/images rm -rf /nvmedata/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2 mkdir -p /nvmedata/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /nvmedata/autobuild/instance-8/output-1/target/ /nvmedata/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /nvmedata/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /nvmedata/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /nvmedata/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/target" >> /nvmedata/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/nvmedata/autobuild/instance-8/output-1/host/bin:/nvmedata/autobuild/instance-8/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /nvmedata/autobuild/instance-8/buildroot/support/scripts/mkusers /nvmedata/autobuild/instance-8/output-1/build/buildroot-fs/full_users_table.txt /nvmedata/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/target >> /nvmedata/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/nvmedata/autobuild/instance-8/output-1/host/bin/makedevs -d /nvmedata/autobuild/instance-8/output-1/build/buildroot-fs/full_devices_table.txt /nvmedata/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/target" >> /nvmedata/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /nvmedata/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /nvmedata/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /nvmedata/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /nvmedata/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /nvmedata/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /nvmedata/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /nvmedata/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /nvmedata/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /nvmedata/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /nvmedata/autobuild/instance-8/output-1/host/bin/mkyaffs2 --all-root /nvmedata/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/target /nvmedata/autobuild/instance-8/output-1/images/rootfs.yaffs2\n' >> /nvmedata/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /nvmedata/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/nvmedata/autobuild/instance-8/output-1/host/bin:/nvmedata/autobuild/instance-8/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" FAKEROOTDONTTRYCHOWN=1 /nvmedata/autobuild/instance-8/output-1/host/bin/fakeroot -- /nvmedata/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/nvmedata/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/target table='/nvmedata/autobuild/instance-8/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-8/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][done] scanning complete, total 2688 objects. stage 2: creating image '/nvmedata/autobuild/instance-8/output-1/images/rootfs.yaffs2' [ ] 1/2688 0% [ ] 2/2688 0% [ ] 3/2688 0% [ ] 4/2688 0% [ ] 5/2688 0% [ ] 6/2688 0% [ ] 7/2688 0% [ ] 8/2688 0% [ ] 9/2688 0% [ ] 10/2688 0% [ ] 11/2688 0% [ ] 12/2688 0% [ ] 13/2688 0% [ ] 14/2688 0% [ ] 15/2688 0% [ ] 16/2688 0% [ ] 17/2688 0% [ ] 18/2688 0% [ ] 19/2688 0% [ ] 20/2688 0% [ ] 21/2688 0% [ ] 22/2688 0% [ ] 23/2688 0% [ ] 24/2688 0% [ ] 25/2688 0% [ ] 26/2688 0% [ ] 27/2688 1% [ ] 28/2688 1% [ ] 29/2688 1% [ ] 30/2688 1% [ ] 31/2688 1% [ ] 32/2688 1% [ ] 33/2688 1% [ ] 34/2688 1% [ ] 35/2688 1% [ ] 36/2688 1% [ ] 37/2688 1% [ ] 38/2688 1% [ ] 39/2688 1% [ ] 40/2688 1% [ ] 41/2688 1% [ ] 42/2688 1% [ ] 43/2688 1% [= ] 44/2688 1% [= ] 45/2688 1% [= ] 46/2688 1% [= ] 47/2688 1% [= ] 48/2688 1% [= ] 49/2688 1% [= ] 50/2688 1% [= ] 51/2688 1% [= ] 52/2688 1% [= ] 53/2688 1% [= ] 54/2688 2% [= ] 55/2688 2% [= ] 56/2688 2% [= ] 57/2688 2% [= ] 58/2688 2% [= ] 59/2688 2% [= ] 60/2688 2% [= ] 61/2688 2% [= ] 62/2688 2% [= ] 63/2688 2% [= ] 64/2688 2% [= ] 65/2688 2% [= ] 66/2688 2% [= ] 67/2688 2% [= ] 68/2688 2% [= ] 69/2688 2% [= ] 70/2688 2% [= ] 71/2688 2% [= ] 72/2688 2% [= ] 73/2688 2% [= ] 74/2688 2% [= ] 75/2688 2% [= ] 76/2688 2% [= ] 77/2688 2% [= ] 78/2688 2% [= ] 79/2688 2% [= ] 80/2688 2% [= ] 81/2688 3% [= ] 82/2688 3% [= ] 83/2688 3% [= ] 84/2688 3% [= ] 85/2688 3% [= ] 86/2688 3% [== ] 87/2688 3% [== ] 88/2688 3% [== ] 89/2688 3% [== ] 90/2688 3% [== ] 91/2688 3% [== ] 92/2688 3% [== ] 93/2688 3% [== ] 94/2688 3% [== ] 95/2688 3% [== ] 96/2688 3% [== ] 97/2688 3% [== ] 98/2688 3% [== ] 99/2688 3% [== ] 100/2688 3% [== ] 101/2688 3% [== ] 102/2688 3% [== ] 103/2688 3% [== ] 104/2688 3% [== ] 105/2688 3% [== ] 106/2688 3% [== ] 107/2688 3% [== ] 108/2688 4% [== ] 109/2688 4% [== ] 110/2688 4% [== ] 111/2688 4% [== ] 112/2688 4% [== ] 113/2688 4% [== ] 114/2688 4% [== ] 115/2688 4% [== ] 116/2688 4% [== ] 117/2688 4% [== ] 118/2688 4% [== ] 119/2688 4% [== ] 120/2688 4% [== ] 121/2688 4% [== ] 122/2688 4% [== ] 123/2688 4% [== ] 124/2688 4% [== ] 125/2688 4% [== ] 126/2688 4% [== ] 127/2688 4% [== ] 128/2688 4% [== ] 129/2688 4% [== ] 130/2688 4% [=== ] 131/2688 4% [=== ] 132/2688 4% [=== ] 133/2688 4% [=== ] 134/2688 4% [=== ] 135/2688 5% [=== ] 136/2688 5% [=== ] 137/2688 5% [=== ] 138/2688 5% [=== ] 139/2688 5% [=== ] 140/2688 5% [=== ] 141/2688 5% [=== ] 142/2688 5% [=== ] 143/2688 5% [=== ] 144/2688 5% [=== ] 145/2688 5% [=== ] 146/2688 5% [=== ] 147/2688 5% [=== ] 148/2688 5% [=== ] 149/2688 5% [=== ] 150/2688 5% [=== ] 151/2688 5% [=== ] 152/2688 5% [=== ] 153/2688 5% [=== ] 154/2688 5% [=== ] 155/2688 5% [=== ] 156/2688 5% [=== ] 157/2688 5% [=== ] 158/2688 5% [=== ] 159/2688 5% [=== ] 160/2688 5% [=== ] 161/2688 5% [=== ] 162/2688 6% [=== ] 163/2688 6% [=== ] 164/2688 6% [=== ] 165/2688 6% [=== ] 166/2688 6% [=== ] 167/2688 6% [=== ] 168/2688 6% [=== ] 169/2688 6% [=== ] 170/2688 6% [=== ] 171/2688 6% [=== ] 172/2688 6% [=== ] 173/2688 6% [==== ] 174/2688 6% [==== ] 175/2688 6% [==== ] 176/2688 6% [==== ] 177/2688 6% [==== ] 178/2688 6% [==== ] 179/2688 6% [==== ] 180/2688 6% [==== ] 181/2688 6% [==== ] 182/2688 6% [==== ] 183/2688 6% [==== ] 184/2688 6% [==== ] 185/2688 6% [==== ] 186/2688 6% [==== ] 187/2688 6% [==== ] 188/2688 6% [==== ] 189/2688 7% [==== ] 190/2688 7% [==== ] 191/2688 7% [==== ] 192/2688 7% [==== ] 193/2688 7% [==== ] 194/2688 7% [==== ] 195/2688 7% [==== ] 196/2688 7% [==== ] 197/2688 7% [==== ] 198/2688 7% [==== ] 199/2688 7% [==== ] 200/2688 7% [==== ] 201/2688 7% [==== ] 202/2688 7% [==== ] 203/2688 7% [==== ] 204/2688 7% [==== ] 205/2688 7% [==== ] 206/2688 7% [==== ] 207/2688 7% [==== ] 208/2688 7% [==== ] 209/2688 7% [==== ] 210/2688 7% [==== ] 211/2688 7% [==== ] 212/2688 7% [==== ] 213/2688 7% [==== ] 214/2688 7% [==== ] 215/2688 7% [==== ] 216/2688 8% [===== ] 217/2688 8% [===== ] 218/2688 8% [===== ] 219/2688 8% [===== ] 220/2688 8% [===== ] 221/2688 8% [===== ] 222/2688 8% [===== ] 223/2688 8% [===== ] 224/2688 8% [===== ] 225/2688 8% [===== ] 226/2688 8% [===== ] 227/2688 8% [===== ] 228/2688 8% [===== ] 229/2688 8% [===== ] 230/2688 8% [===== ] 231/2688 8% [===== ] 232/2688 8% [===== ] 233/2688 8% [===== ] 234/2688 8% [===== ] 235/2688 8% [===== ] 236/2688 8% [===== ] 237/2688 8% [===== ] 238/2688 8% [===== ] 239/2688 8% [===== ] 240/2688 8% [===== ] 241/2688 8% [===== ] 242/2688 9% [===== ] 243/2688 9% [===== ] 244/2688 9% [===== ] 245/2688 9% [===== ] 246/2688 9% [===== ] 247/2688 9% [===== ] 248/2688 9% [===== ] 249/2688 9% [===== ] 250/2688 9% [===== ] 251/2688 9% [===== ] 252/2688 9% [===== ] 253/2688 9% [===== ] 254/2688 9% [===== ] 255/2688 9% [===== ] 256/2688 9% [===== ] 257/2688 9% [===== ] 258/2688 9% [===== ] 259/2688 9% [===== ] 260/2688 9% [====== ] 261/2688 9% [====== ] 262/2688 9% [====== ] 263/2688 9% [====== ] 264/2688 9% [====== ] 265/2688 9% [====== ] 266/2688 9% [====== ] 267/2688 9% [====== ] 268/2688 9% [====== ] 269/2688 10% [====== ] 270/2688 10% [====== ] 271/2688 10% [====== ] 272/2688 10% [====== ] 273/2688 10% [====== ] 274/2688 10% [====== ] 275/2688 10% [====== ] 276/2688 10% [====== ] 277/2688 10% [====== ] 278/2688 10% [====== ] 279/2688 10% [====== ] 280/2688 10% [====== ] 281/2688 10% [====== ] 282/2688 10% [====== ] 283/2688 10% [====== ] 284/2688 10% [====== ] 285/2688 10% [====== ] 286/2688 10% [====== ] 287/2688 10% [====== ] 288/2688 10% [====== ] 289/2688 10% [====== ] 290/2688 10% [====== ] 291/2688 10% [====== ] 292/2688 10% [====== ] 293/2688 10% [====== ] 294/2688 10% [====== ] 295/2688 10% [====== ] 296/2688 11% [====== ] 297/2688 11% [====== ] 298/2688 11% [====== ] 299/2688 11% [====== ] 300/2688 11% [====== ] 301/2688 11% [====== ] 302/2688 11% [====== ] 303/2688 11% [======= ] 304/2688 11% [======= ] 305/2688 11% [======= ] 306/2688 11% [======= ] 307/2688 11% [======= ] 308/2688 11% [======= ] 309/2688 11% [======= ] 310/2688 11% [======= ] 311/2688 11% [======= ] 312/2688 11% [======= ] 313/2688 11% [======= ] 314/2688 11% [======= ] 315/2688 11% [======= ] 316/2688 11% [======= ] 317/2688 11% [======= ] 318/2688 11% [======= ] 319/2688 11% [======= ] 320/2688 11% [======= ] 321/2688 11% [======= ] 322/2688 11% [======= ] 323/2688 12% [======= ] 324/2688 12% [======= ] 325/2688 12% [======= ] 326/2688 12% [======= ] 327/2688 12% [======= ] 328/2688 12% [======= ] 329/2688 12% [======= ] 330/2688 12% [======= ] 331/2688 12% [======= ] 332/2688 12% [======= ] 333/2688 12% [======= ] 334/2688 12% [======= ] 335/2688 12% [======= ] 336/2688 12% [======= ] 337/2688 12% [======= ] 338/2688 12% [======= ] 339/2688 12% [======= ] 340/2688 12% [======= ] 341/2688 12% [======= ] 342/2688 12% [======= ] 343/2688 12% [======= ] 344/2688 12% [======= ] 345/2688 12% [======= ] 346/2688 12% [======== ] 347/2688 12% [======== ] 348/2688 12% [======== ] 349/2688 12% [======== ] 350/2688 13% [======== ] 351/2688 13% [======== ] 352/2688 13% [======== ] 353/2688 13% [======== ] 354/2688 13% [======== ] 355/2688 13% [======== ] 356/2688 13% [======== ] 357/2688 13% [======== ] 358/2688 13% [======== ] 359/2688 13% [======== ] 360/2688 13% [======== ] 361/2688 13% [======== ] 362/2688 13% [======== ] 363/2688 13% [======== ] 364/2688 13% [======== ] 365/2688 13% [======== ] 366/2688 13% [======== ] 367/2688 13% [======== ] 368/2688 13% [======== ] 369/2688 13% [======== ] 370/2688 13% [======== ] 371/2688 13% [======== ] 372/2688 13% [======== ] 373/2688 13% [======== ] 374/2688 13% [======== ] 375/2688 13% [======== ] 376/2688 13% [======== ] 377/2688 14% [======== ] 378/2688 14% [======== ] 379/2688 14% [======== ] 380/2688 14% [======== ] 381/2688 14% [======== ] 382/2688 14% [======== ] 383/2688 14% [======== ] 384/2688 14% [======== ] 385/2688 14% [======== ] 386/2688 14% [======== ] 387/2688 14% [======== ] 388/2688 14% [======== ] 389/2688 14% [======== ] 390/2688 14% [========= ] 391/2688 14% [========= ] 392/2688 14% [========= ] 393/2688 14% [========= ] 394/2688 14% [========= ] 395/2688 14% [========= ] 396/2688 14% [========= ] 397/2688 14% [========= ] 398/2688 14% [========= ] 399/2688 14% [========= ] 400/2688 14% [========= ] 401/2688 14% [========= ] 402/2688 14% [========= ] 403/2688 14% [========= ] 404/2688 15% [========= ] 405/2688 15% [========= ] 406/2688 15% [========= ] 407/2688 15% [========= ] 408/2688 15% [========= ] 409/2688 15% [========= ] 410/2688 15% [========= ] 411/2688 15% [========= ] 412/2688 15% [========= ] 413/2688 15% [========= ] 414/2688 15% [========= ] 415/2688 15% [========= ] 416/2688 15% [========= ] 417/2688 15% [========= ] 418/2688 15% [========= ] 419/2688 15% [========= ] 420/2688 15% [========= ] 421/2688 15% [========= ] 422/2688 15% [========= ] 423/2688 15% [========= ] 424/2688 15% [========= ] 425/2688 15% [========= ] 426/2688 15% [========= ] 427/2688 15% [========= ] 428/2688 15% [========= ] 429/2688 15% [========= ] 430/2688 15% [========= ] 431/2688 16% [========= ] 432/2688 16% [========= ] 433/2688 16% [========== ] 434/2688 16% [========== ] 435/2688 16% [========== ] 436/2688 16% [========== ] 437/2688 16% [========== ] 438/2688 16% [========== ] 439/2688 16% [========== ] 440/2688 16% [========== ] 441/2688 16% [========== ] 442/2688 16% [========== ] 443/2688 16% [========== ] 444/2688 16% [========== ] 445/2688 16% [========== ] 446/2688 16% [========== ] 447/2688 16% [========== ] 448/2688 16% [========== ] 449/2688 16% [========== ] 450/2688 16% [========== ] 451/2688 16% [========== ] 452/2688 16% [========== ] 453/2688 16% [========== ] 454/2688 16% [========== ] 455/2688 16% [========== ] 456/2688 16% [========== ] 457/2688 17% [========== ] 458/2688 17% [========== ] 459/2688 17% [========== ] 460/2688 17% [========== ] 461/2688 17% [========== ] 462/2688 17% [========== ] 463/2688 17% [========== ] 464/2688 17% [========== ] 465/2688 17% [========== ] 466/2688 17% [========== ] 467/2688 17% [========== ] 468/2688 17% [========== ] 469/2688 17% [========== ] 470/2688 17% [========== ] 471/2688 17% [========== ] 472/2688 17% [========== ] 473/2688 17% [========== ] 474/2688 17% [========== ] 475/2688 17% [========== ] 476/2688 17% [=========== ] 477/2688 17% [=========== ] 478/2688 17% [=========== ] 479/2688 17% [=========== ] 480/2688 17% [=========== ] 481/2688 17% [=========== ] 482/2688 17% [=========== ] 483/2688 17% [=========== ] 484/2688 18% [=========== ] 485/2688 18% [=========== ] 486/2688 18% [=========== ] 487/2688 18% [=========== ] 488/2688 18% [=========== ] 489/2688 18% [=========== ] 490/2688 18% [=========== ] 491/2688 18% [=========== ] 492/2688 18% [=========== ] 493/2688 18% [=========== ] 494/2688 18% [=========== ] 495/2688 18% [=========== ] 496/2688 18% [=========== ] 497/2688 18% [=========== ] 498/2688 18% [=========== ] 499/2688 18% [=========== ] 500/2688 18% [=========== ] 501/2688 18% [=========== ] 502/2688 18% [=========== ] 503/2688 18% [=========== ] 504/2688 18% [=========== ] 505/2688 18% [=========== ] 506/2688 18% [=========== ] 507/2688 18% [=========== ] 508/2688 18% [=========== ] 509/2688 18% [=========== ] 510/2688 18% [=========== ] 511/2688 19% [=========== ] 512/2688 19% [=========== ] 513/2688 19% [=========== ] 514/2688 19% [=========== ] 515/2688 19% [=========== ] 516/2688 19% [=========== ] 517/2688 19% [=========== ] 518/2688 19% [=========== ] 519/2688 19% [=========== ] 520/2688 19% [============ ] 521/2688 19% [============ ] 522/2688 19% [============ ] 523/2688 19% [============ ] 524/2688 19% [============ ] 525/2688 19% [============ ] 526/2688 19% [============ ] 527/2688 19% [============ ] 528/2688 19% [============ ] 529/2688 19% [============ ] 530/2688 19% [============ ] 531/2688 19% [============ ] 532/2688 19% [============ ] 533/2688 19% [============ ] 534/2688 19% [============ ] 535/2688 19% [============ ] 536/2688 19% [============ ] 537/2688 19% [============ ] 538/2688 20% [============ ] 539/2688 20% [============ ] 540/2688 20% [============ ] 541/2688 20% [============ ] 542/2688 20% [============ ] 543/2688 20% [============ ] 544/2688 20% [============ ] 545/2688 20% [============ ] 546/2688 20% [============ ] 547/2688 20% [============ ] 548/2688 20% [============ ] 549/2688 20% [============ ] 550/2688 20% [============ ] 551/2688 20% [============ ] 552/2688 20% [============ ] 553/2688 20% [============ ] 554/2688 20% [============ ] 555/2688 20% [============ ] 556/2688 20% [============ ] 557/2688 20% [============ ] 558/2688 20% [============ ] 559/2688 20% [============ ] 560/2688 20% [============ ] 561/2688 20% [============ ] 562/2688 20% [============ ] 563/2688 20% [============= ] 564/2688 20% [============= ] 565/2688 21% [============= ] 566/2688 21% [============= ] 567/2688 21% [============= ] 568/2688 21% [============= ] 569/2688 21% [============= ] 570/2688 21% [============= ] 571/2688 21% [============= ] 572/2688 21% [============= ] 573/2688 21% [============= ] 574/2688 21% [============= ] 575/2688 21% [============= ] 576/2688 21% [============= ] 577/2688 21% [============= ] 578/2688 21% [============= ] 579/2688 21% [============= ] 580/2688 21% [============= ] 581/2688 21% [============= ] 582/2688 21% [============= ] 583/2688 21% [============= ] 584/2688 21% [============= ] 585/2688 21% [============= ] 586/2688 21% [============= ] 587/2688 21% [============= ] 588/2688 21% [============= ] 589/2688 21% [============= ] 590/2688 21% [============= ] 591/2688 21% [============= ] 592/2688 22% [============= ] 593/2688 22% [============= ] 594/2688 22% [============= ] 595/2688 22% [============= ] 596/2688 22% [============= ] 597/2688 22% [============= ] 598/2688 22% [============= ] 599/2688 22% [============= ] 600/2688 22% [============= ] 601/2688 22% [============= ] 602/2688 22% [============= ] 603/2688 22% [============= ] 604/2688 22% [============= ] 605/2688 22% [============= ] 606/2688 22% [============== ] 607/2688 22% [============== ] 608/2688 22% [============== ] 609/2688 22% [============== ] 610/2688 22% [============== ] 611/2688 22% [============== ] 612/2688 22% [============== ] 613/2688 22% [============== ] 614/2688 22% [============== ] 615/2688 22% [============== ] 616/2688 22% [============== ] 617/2688 22% [============== ] 618/2688 22% [============== ] 619/2688 23% [============== ] 620/2688 23% [============== ] 621/2688 23% [============== ] 622/2688 23% [============== ] 623/2688 23% [============== ] 624/2688 23% [============== ] 625/2688 23% [============== ] 626/2688 23% [============== ] 627/2688 23% [============== ] 628/2688 23% [============== ] 629/2688 23% [============== ] 630/2688 23% [============== ] 631/2688 23% [============== ] 632/2688 23% [============== ] 633/2688 23% [============== ] 634/2688 23% [============== ] 635/2688 23% [============== ] 636/2688 23% [============== ] 637/2688 23% [============== ] 638/2688 23% [============== ] 639/2688 23% [============== ] 640/2688 23% [============== ] 641/2688 23% [============== ] 642/2688 23% [============== ] 643/2688 23% [============== ] 644/2688 23% [============== ] 645/2688 23% [============== ] 646/2688 24% [============== ] 647/2688 24% [============== ] 648/2688 24% [============== ] 649/2688 24% [============== ] 650/2688 24% [=============== ] 651/2688 24% [=============== ] 652/2688 24% [=============== ] 653/2688 24% [=============== ] 654/2688 24% [=============== ] 655/2688 24% [=============== ] 656/2688 24% [=============== ] 657/2688 24% [=============== ] 658/2688 24% [=============== ] 659/2688 24% [=============== ] 660/2688 24% [=============== ] 661/2688 24% [=============== ] 662/2688 24% [=============== ] 663/2688 24% [=============== ] 664/2688 24% [=============== ] 665/2688 24% [=============== ] 666/2688 24% [=============== ] 667/2688 24% [=============== ] 668/2688 24% [=============== ] 669/2688 24% [=============== ] 670/2688 24% [=============== ] 671/2688 24% [=============== ] 672/2688 25% [=============== ] 673/2688 25% [=============== ] 674/2688 25% [=============== ] 675/2688 25% [=============== ] 676/2688 25% [=============== ] 677/2688 25% [=============== ] 678/2688 25% [=============== ] 679/2688 25% [=============== ] 680/2688 25% [=============== ] 681/2688 25% [=============== ] 682/2688 25% [=============== ] 683/2688 25% [=============== ] 684/2688 25% [=============== ] 685/2688 25% [=============== ] 686/2688 25% [=============== ] 687/2688 25% [=============== ] 688/2688 25% [=============== ] 689/2688 25% [=============== ] 690/2688 25% [=============== ] 691/2688 25% [=============== ] 692/2688 25% [=============== ] 693/2688 25% [================ ] 694/2688 25% [================ ] 695/2688 25% [================ ] 696/2688 25% [================ ] 697/2688 25% [================ ] 698/2688 25% [================ ] 699/2688 26% [================ ] 700/2688 26% [================ ] 701/2688 26% [================ ] 702/2688 26% [================ ] 703/2688 26% [================ ] 704/2688 26% [================ ] 705/2688 26% [================ ] 706/2688 26% [================ ] 707/2688 26% [================ ] 708/2688 26% [================ ] 709/2688 26% [================ ] 710/2688 26% [================ ] 711/2688 26% [================ ] 712/2688 26% [================ ] 713/2688 26% [================ ] 714/2688 26% [================ ] 715/2688 26% [================ ] 716/2688 26% [================ ] 717/2688 26% [================ ] 718/2688 26% [================ ] 719/2688 26% [================ ] 720/2688 26% [================ ] 721/2688 26% [================ ] 722/2688 26% [================ ] 723/2688 26% [================ ] 724/2688 26% [================ ] 725/2688 26% [================ ] 726/2688 27% [================ ] 727/2688 27% [================ ] 728/2688 27% [================ ] 729/2688 27% [================ ] 730/2688 27% [================ ] 731/2688 27% [================ ] 732/2688 27% [================ ] 733/2688 27% [================ ] 734/2688 27% [================ ] 735/2688 27% [================ ] 736/2688 27% [================ ] 737/2688 27% [================= ] 738/2688 27% [================= ] 739/2688 27% [================= ] 740/2688 27% [================= ] 741/2688 27% [================= ] 742/2688 27% [================= ] 743/2688 27% [================= ] 744/2688 27% [================= ] 745/2688 27% [================= ] 746/2688 27% [================= ] 747/2688 27% [================= ] 748/2688 27% [================= ] 749/2688 27% [================= ] 750/2688 27% [================= ] 751/2688 27% [================= ] 752/2688 27% [================= ] 753/2688 28% [================= ] 754/2688 28% [================= ] 755/2688 28% [================= ] 756/2688 28% [================= ] 757/2688 28% [================= ] 758/2688 28% [================= ] 759/2688 28% [================= ] 760/2688 28% [================= ] 761/2688 28% [================= ] 762/2688 28% [================= ] 763/2688 28% [================= ] 764/2688 28% [================= ] 765/2688 28% [================= ] 766/2688 28% [================= ] 767/2688 28% [================= ] 768/2688 28% [================= ] 769/2688 28% [================= ] 770/2688 28% [================= ] 771/2688 28% [================= ] 772/2688 28% [================= ] 773/2688 28% [================= ] 774/2688 28% [================= ] 775/2688 28% [================= ] 776/2688 28% [================= ] 777/2688 28% [================= ] 778/2688 28% [================= ] 779/2688 28% [================= ] 780/2688 29% [================== ] 781/2688 29% [================== ] 782/2688 29% [================== ] 783/2688 29% [================== ] 784/2688 29% [================== ] 785/2688 29% [================== ] 786/2688 29% [================== ] 787/2688 29% [================== ] 788/2688 29% [================== ] 789/2688 29% [================== ] 790/2688 29% [================== ] 791/2688 29% [================== ] 792/2688 29% [================== ] 793/2688 29% [================== ] 794/2688 29% [================== ] 795/2688 29% [================== ] 796/2688 29% [================== ] 797/2688 29% [================== ] 798/2688 29% [================== ] 799/2688 29% [================== ] 800/2688 29% [================== ] 801/2688 29% [================== ] 802/2688 29% [================== ] 803/2688 29% [================== ] 804/2688 29% [================== ] 805/2688 29% [================== ] 806/2688 29% [================== ] 807/2688 30% [================== ] 808/2688 30% [================== ] 809/2688 30% [================== ] 810/2688 30% [================== ] 811/2688 30% [================== ] 812/2688 30% [================== ] 813/2688 30% [================== ] 814/2688 30% [================== ] 815/2688 30% [================== ] 816/2688 30% [================== ] 817/2688 30% [================== ] 818/2688 30% [================== ] 819/2688 30% [================== ] 820/2688 30% [================== ] 821/2688 30% [================== ] 822/2688 30% [================== ] 823/2688 30% [=================== ] 824/2688 30% [=================== ] 825/2688 30% [=================== ] 826/2688 30% [=================== ] 827/2688 30% [=================== ] 828/2688 30% [=================== ] 829/2688 30% [=================== ] 830/2688 30% [=================== ] 831/2688 30% [=================== ] 832/2688 30% [=================== ] 833/2688 30% [=================== ] 834/2688 31% [=================== ] 835/2688 31% [=================== ] 836/2688 31% [=================== ] 837/2688 31% [=================== ] 838/2688 31% [=================== ] 839/2688 31% [=================== ] 840/2688 31% [=================== ] 841/2688 31% [=================== ] 842/2688 31% [=================== ] 843/2688 31% [=================== ] 844/2688 31% [=================== ] 845/2688 31% [=================== ] 846/2688 31% [=================== ] 847/2688 31% [=================== ] 848/2688 31% [=================== ] 849/2688 31% [=================== ] 850/2688 31% [=================== ] 851/2688 31% [=================== ] 852/2688 31% [=================== ] 853/2688 31% [=================== ] 854/2688 31% [=================== ] 855/2688 31% [=================== ] 856/2688 31% [=================== ] 857/2688 31% [=================== ] 858/2688 31% [=================== ] 859/2688 31% [=================== ] 860/2688 31% [=================== ] 861/2688 32% [=================== ] 862/2688 32% [=================== ] 863/2688 32% [=================== ] 864/2688 32% [=================== ] 865/2688 32% [=================== ] 866/2688 32% [=================== ] 867/2688 32% [==================== ] 868/2688 32% [==================== ] 869/2688 32% [==================== ] 870/2688 32% [==================== ] 871/2688 32% [==================== ] 872/2688 32% [==================== ] 873/2688 32% [==================== ] 874/2688 32% [==================== ] 875/2688 32% [==================== ] 876/2688 32% [==================== ] 877/2688 32% [==================== ] 878/2688 32% [==================== ] 879/2688 32% [==================== ] 880/2688 32% [==================== ] 881/2688 32% [==================== ] 882/2688 32% [==================== ] 883/2688 32% [==================== ] 884/2688 32% [==================== ] 885/2688 32% [==================== ] 886/2688 32% [==================== ] 887/2688 32% [==================== ] 888/2688 33% [==================== ] 889/2688 33% [==================== ] 890/2688 33% [==================== ] 891/2688 33% [==================== ] 892/2688 33% [==================== ] 893/2688 33% [==================== ] 894/2688 33% [==================== ] 895/2688 33% [==================== ] 896/2688 33% [==================== ] 897/2688 33% [==================== ] 898/2688 33% [==================== ] 899/2688 33% [==================== ] 900/2688 33% [==================== ] 901/2688 33% [==================== ] 902/2688 33% [==================== ] 903/2688 33% [==================== ] 904/2688 33% [==================== ] 905/2688 33% [==================== ] 906/2688 33% [==================== ] 907/2688 33% [==================== ] 908/2688 33% [==================== ] 909/2688 33% [==================== ] 910/2688 33% [===================== ] 911/2688 33% [===================== ] 912/2688 33% [===================== ] 913/2688 33% [===================== ] 914/2688 34% [===================== ] 915/2688 34% [===================== ] 916/2688 34% [===================== ] 917/2688 34% [===================== ] 918/2688 34% [===================== ] 919/2688 34% [===================== ] 920/2688 34% [===================== ] 921/2688 34% [===================== ] 922/2688 34% [===================== ] 923/2688 34% [===================== ] 924/2688 34% [===================== ] 925/2688 34% [===================== ] 926/2688 34% [===================== ] 927/2688 34% [===================== ] 928/2688 34% [===================== ] 929/2688 34% [===================== ] 930/2688 34% [===================== ] 931/2688 34% [===================== ] 932/2688 34% [===================== ] 933/2688 34% [===================== ] 934/2688 34% [===================== ] 935/2688 34% [===================== ] 936/2688 34% [===================== ] 937/2688 34% [===================== ] 938/2688 34% [===================== ] 939/2688 34% [===================== ] 940/2688 34% [===================== ] 941/2688 35% [===================== ] 942/2688 35% [===================== ] 943/2688 35% [===================== ] 944/2688 35% [===================== ] 945/2688 35% [===================== ] 946/2688 35% [===================== ] 947/2688 35% [===================== ] 948/2688 35% [===================== ] 949/2688 35% [===================== ] 950/2688 35% [===================== ] 951/2688 35% [===================== ] 952/2688 35% [===================== ] 953/2688 35% [====================== ] 954/2688 35% [====================== ] 955/2688 35% [====================== ] 956/2688 35% [====================== ] 957/2688 35% [====================== ] 958/2688 35% [====================== ] 959/2688 35% [====================== ] 960/2688 35% [====================== ] 961/2688 35% [====================== ] 962/2688 35% [====================== ] 963/2688 35% [====================== ] 964/2688 35% [====================== ] 965/2688 35% [====================== ] 966/2688 35% [====================== ] 967/2688 35% [====================== ] 968/2688 36% [====================== ] 969/2688 36% [====================== ] 970/2688 36% [====================== ] 971/2688 36% [====================== ] 972/2688 36% [====================== ] 973/2688 36% [====================== ] 974/2688 36% [====================== ] 975/2688 36% [====================== ] 976/2688 36% [====================== ] 977/2688 36% [====================== ] 978/2688 36% [====================== ] 979/2688 36% [====================== ] 980/2688 36% [====================== ] 981/2688 36% [====================== ] 982/2688 36% [====================== ] 983/2688 36% [====================== ] 984/2688 36% [====================== ] 985/2688 36% [====================== ] 986/2688 36% [====================== ] 987/2688 36% [====================== ] 988/2688 36% [====================== ] 989/2688 36% [====================== ] 990/2688 36% [====================== ] 991/2688 36% [====================== ] 992/2688 36% [====================== ] 993/2688 36% [====================== ] 994/2688 36% [====================== ] 995/2688 37% [====================== ] 996/2688 37% [====================== ] 997/2688 37% [======================= ] 998/2688 37% [======================= ] 999/2688 37% [======================= ] 1000/2688 37% [======================= ] 1001/2688 37% [======================= ] 1002/2688 37% [======================= ] 1003/2688 37% [======================= ] 1004/2688 37% [======================= ] 1005/2688 37% [======================= ] 1006/2688 37% [======================= ] 1007/2688 37% [======================= ] 1008/2688 37% [======================= ] 1009/2688 37% [======================= ] 1010/2688 37% [======================= ] 1011/2688 37% [======================= ] 1012/2688 37% [======================= ] 1013/2688 37% [======================= ] 1014/2688 37% [======================= ] 1015/2688 37% [======================= ] 1016/2688 37% [======================= ] 1017/2688 37% [======================= ] 1018/2688 37% [======================= ] 1019/2688 37% [======================= ] 1020/2688 37% [======================= ] 1021/2688 37% [======================= ] 1022/2688 38% [======================= ] 1023/2688 38% [======================= ] 1024/2688 38% [======================= ] 1025/2688 38% [======================= ] 1026/2688 38% [======================= ] 1027/2688 38% [======================= ] 1028/2688 38% [======================= ] 1029/2688 38% [======================= ] 1030/2688 38% [======================= ] 1031/2688 38% [======================= ] 1032/2688 38% [======================= ] 1033/2688 38% [======================= ] 1034/2688 38% [======================= ] 1035/2688 38% [======================= ] 1036/2688 38% [======================= ] 1037/2688 38% [======================= ] 1038/2688 38% [======================= ] 1039/2688 38% [======================= ] 1040/2688 38% [======================== ] 1041/2688 38% [======================== ] 1042/2688 38% [======================== ] 1043/2688 38% [======================== ] 1044/2688 38% [======================== ] 1045/2688 38% [======================== ] 1046/2688 38% [======================== ] 1047/2688 38% [======================== ] 1048/2688 38% [======================== ] 1049/2688 39% [======================== ] 1050/2688 39% [======================== ] 1051/2688 39% [======================== ] 1052/2688 39% [======================== ] 1053/2688 39% [======================== ] 1054/2688 39% [======================== ] 1055/2688 39% [======================== ] 1056/2688 39% [======================== ] 1057/2688 39% [======================== ] 1058/2688 39% [======================== ] 1059/2688 39% [======================== ] 1060/2688 39% [======================== ] 1061/2688 39% [======================== ] 1062/2688 39% [======================== ] 1063/2688 39% [======================== ] 1064/2688 39% [======================== ] 1065/2688 39% [======================== ] 1066/2688 39% [======================== ] 1067/2688 39% [======================== ] 1068/2688 39% [======================== ] 1069/2688 39% [======================== ] 1070/2688 39% [======================== ] 1071/2688 39% [======================== ] 1072/2688 39% [======================== ] 1073/2688 39% [======================== ] 1074/2688 39% [======================== ] 1075/2688 39% [======================== ] 1076/2688 40% [======================== ] 1077/2688 40% [======================== ] 1078/2688 40% [======================== ] 1079/2688 40% [======================== ] 1080/2688 40% [======================== ] 1081/2688 40% [======================== ] 1082/2688 40% [======================== ] 1083/2688 40% [========================= ] 1084/2688 40% [========================= ] 1085/2688 40% [========================= ] 1086/2688 40% [========================= ] 1087/2688 40% [========================= ] 1088/2688 40% [========================= ] 1089/2688 40% [========================= ] 1090/2688 40% [========================= ] 1091/2688 40% [========================= ] 1092/2688 40% [========================= ] 1093/2688 40% [========================= ] 1094/2688 40% [========================= ] 1095/2688 40% [========================= ] 1096/2688 40% [========================= ] 1097/2688 40% [========================= ] 1098/2688 40% [========================= ] 1099/2688 40% [========================= ] 1100/2688 40% [========================= ] 1101/2688 40% [========================= ] 1102/2688 40% [========================= ] 1103/2688 41% [========================= ] 1104/2688 41% [========================= ] 1105/2688 41% [========================= ] 1106/2688 41% [========================= ] 1107/2688 41% [========================= ] 1108/2688 41% [========================= ] 1109/2688 41% [========================= ] 1110/2688 41% [========================= ] 1111/2688 41% [========================= ] 1112/2688 41% [========================= ] 1113/2688 41% [========================= ] 1114/2688 41% [========================= ] 1115/2688 41% [========================= ] 1116/2688 41% [========================= ] 1117/2688 41% [========================= ] 1118/2688 41% [========================= ] 1119/2688 41% [========================= ] 1120/2688 41% [========================= ] 1121/2688 41% [========================= ] 1122/2688 41% [========================= ] 1123/2688 41% [========================= ] 1124/2688 41% [========================= ] 1125/2688 41% [========================= ] 1126/2688 41% [========================= ] 1127/2688 41% [========================== ] 1128/2688 41% [========================== ] 1129/2688 42% [========================== ] 1130/2688 42% [========================== ] 1131/2688 42% [========================== ] 1132/2688 42% [========================== ] 1133/2688 42% [========================== ] 1134/2688 42% [========================== ] 1135/2688 42% [========================== ] 1136/2688 42% [========================== ] 1137/2688 42% [========================== ] 1138/2688 42% [========================== ] 1139/2688 42% [========================== ] 1140/2688 42% [========================== ] 1141/2688 42% [========================== ] 1142/2688 42% [========================== ] 1143/2688 42% [========================== ] 1144/2688 42% [========================== ] 1145/2688 42% [========================== ] 1146/2688 42% [========================== ] 1147/2688 42% [========================== ] 1148/2688 42% [========================== ] 1149/2688 42% [========================== ] 1150/2688 42% [========================== ] 1151/2688 42% [========================== ] 1152/2688 42% [========================== ] 1153/2688 42% [========================== ] 1154/2688 42% [========================== ] 1155/2688 42% [========================== ] 1156/2688 43% [========================== ] 1157/2688 43% [========================== ] 1158/2688 43% [========================== ] 1159/2688 43% [========================== ] 1160/2688 43% [========================== ] 1161/2688 43% [========================== ] 1162/2688 43% [========================== ] 1163/2688 43% [========================== ] 1164/2688 43% [========================== ] 1165/2688 43% [========================== ] 1166/2688 43% [========================== ] 1167/2688 43% [========================== ] 1168/2688 43% [========================== ] 1169/2688 43% [========================== ] 1170/2688 43% [=========================== ] 1171/2688 43% [=========================== ] 1172/2688 43% [=========================== ] 1173/2688 43% [=========================== ] 1174/2688 43% [=========================== ] 1175/2688 43% [=========================== ] 1176/2688 43% [=========================== ] 1177/2688 43% [=========================== ] 1178/2688 43% [=========================== ] 1179/2688 43% [=========================== ] 1180/2688 43% [=========================== ] 1181/2688 43% [=========================== ] 1182/2688 43% [=========================== ] 1183/2688 44% [=========================== ] 1184/2688 44% [=========================== ] 1185/2688 44% [=========================== ] 1186/2688 44% [=========================== ] 1187/2688 44% [=========================== ] 1188/2688 44% [=========================== ] 1189/2688 44% [=========================== ] 1190/2688 44% [=========================== ] 1191/2688 44% [=========================== ] 1192/2688 44% [=========================== ] 1193/2688 44% [=========================== ] 1194/2688 44% [=========================== ] 1195/2688 44% [=========================== ] 1196/2688 44% [=========================== ] 1197/2688 44% [=========================== ] 1198/2688 44% [=========================== ] 1199/2688 44% [=========================== ] 1200/2688 44% [=========================== ] 1201/2688 44% [=========================== ] 1202/2688 44% [=========================== ] 1203/2688 44% [=========================== ] 1204/2688 44% [=========================== ] 1205/2688 44% [=========================== ] 1206/2688 44% [=========================== ] 1207/2688 44% [=========================== ] 1208/2688 44% [=========================== ] 1209/2688 44% [=========================== ] 1210/2688 45% [=========================== ] 1211/2688 45% [=========================== ] 1212/2688 45% [=========================== ] 1213/2688 45% [============================ ] 1214/2688 45% [============================ ] 1215/2688 45% [============================ ] 1216/2688 45% [============================ ] 1217/2688 45% [============================ ] 1218/2688 45% [============================ ] 1219/2688 45% [============================ ] 1220/2688 45% [============================ ] 1221/2688 45% [============================ ] 1222/2688 45% [============================ ] 1223/2688 45% [============================ ] 1224/2688 45% [============================ ] 1225/2688 45% [============================ ] 1226/2688 45% [============================ ] 1227/2688 45% [============================ ] 1228/2688 45% [============================ ] 1229/2688 45% [============================ ] 1230/2688 45% [============================ ] 1231/2688 45% [============================ ] 1232/2688 45% [============================ ] 1233/2688 45% [============================ ] 1234/2688 45% [============================ ] 1235/2688 45% [============================ ] 1236/2688 45% [============================ ] 1237/2688 46% [============================ ] 1238/2688 46% [============================ ] 1239/2688 46% [============================ ] 1240/2688 46% [============================ ] 1241/2688 46% [============================ ] 1242/2688 46% [============================ ] 1243/2688 46% [============================ ] 1244/2688 46% [============================ ] 1245/2688 46% [============================ ] 1246/2688 46% [============================ ] 1247/2688 46% [============================ ] 1248/2688 46% [============================ ] 1249/2688 46% [============================ ] 1250/2688 46% [============================ ] 1251/2688 46% [============================ ] 1252/2688 46% [============================ ] 1253/2688 46% [============================ ] 1254/2688 46% [============================ ] 1255/2688 46% [============================ ] 1256/2688 46% [============================ ] 1257/2688 46% [============================= ] 1258/2688 46% [============================= ] 1259/2688 46% [============================= ] 1260/2688 46% [============================= ] 1261/2688 46% [============================= ] 1262/2688 46% [============================= ] 1263/2688 46% [============================= ] 1264/2688 47% [============================= ] 1265/2688 47% [============================= ] 1266/2688 47% [============================= ] 1267/2688 47% [============================= ] 1268/2688 47% [============================= ] 1269/2688 47% [============================= ] 1270/2688 47% [============================= ] 1271/2688 47% [============================= ] 1272/2688 47% [============================= ] 1273/2688 47% [============================= ] 1274/2688 47% [============================= ] 1275/2688 47% [============================= ] 1276/2688 47% [============================= ] 1277/2688 47% [============================= ] 1278/2688 47% [============================= ] 1279/2688 47% [============================= ] 1280/2688 47% [============================= ] 1281/2688 47% [============================= ] 1282/2688 47% [============================= ] 1283/2688 47% [============================= ] 1284/2688 47% [============================= ] 1285/2688 47% [============================= ] 1286/2688 47% [============================= ] 1287/2688 47% [============================= ] 1288/2688 47% [============================= ] 1289/2688 47% [============================= ] 1290/2688 47% [============================= ] 1291/2688 48% [============================= ] 1292/2688 48% [============================= ] 1293/2688 48% [============================= ] 1294/2688 48% [============================= ] 1295/2688 48% [============================= ] 1296/2688 48% [============================= ] 1297/2688 48% [============================= ] 1298/2688 48% [============================= ] 1299/2688 48% [============================= ] 1300/2688 48% [============================== ] 1301/2688 48% [============================== ] 1302/2688 48% [============================== ] 1303/2688 48% [============================== ] 1304/2688 48% [============================== ] 1305/2688 48% [============================== ] 1306/2688 48% [============================== ] 1307/2688 48% [============================== ] 1308/2688 48% [============================== ] 1309/2688 48% [============================== ] 1310/2688 48% [============================== ] 1311/2688 48% [============================== ] 1312/2688 48% [============================== ] 1313/2688 48% [============================== ] 1314/2688 48% [============================== ] 1315/2688 48% [============================== ] 1316/2688 48% [============================== ] 1317/2688 48% [============================== ] 1318/2688 49% [============================== ] 1319/2688 49% [============================== ] 1320/2688 49% [============================== ] 1321/2688 49% [============================== ] 1322/2688 49% [============================== ] 1323/2688 49% [============================== ] 1324/2688 49% [============================== ] 1325/2688 49% [============================== ] 1326/2688 49% [============================== ] 1327/2688 49% [============================== ] 1328/2688 49% [============================== ] 1329/2688 49% [============================== ] 1330/2688 49% [============================== ] 1331/2688 49% [============================== ] 1332/2688 49% [============================== ] 1333/2688 49% [============================== ] 1334/2688 49% [============================== ] 1335/2688 49% [============================== ] 1336/2688 49% [============================== ] 1337/2688 49% [============================== ] 1338/2688 49% [============================== ] 1339/2688 49% [============================== ] 1340/2688 49% [============================== ] 1341/2688 49% [============================== ] 1342/2688 49% [============================== ] 1343/2688 49% [=============================== ] 1344/2688 50% [=============================== ] 1345/2688 50% [=============================== ] 1346/2688 50% [=============================== ] 1347/2688 50% [=============================== ] 1348/2688 50% [=============================== ] 1349/2688 50% [=============================== ] 1350/2688 50% [=============================== ] 1351/2688 50% [=============================== ] 1352/2688 50% [=============================== ] 1353/2688 50% [=============================== ] 1354/2688 50% [=============================== ] 1355/2688 50% [=============================== ] 1356/2688 50% [=============================== ] 1357/2688 50% [=============================== ] 1358/2688 50% [=============================== ] 1359/2688 50% [=============================== ] 1360/2688 50% [=============================== ] 1361/2688 50% [=============================== ] 1362/2688 50% [=============================== ] 1363/2688 50% [=============================== ] 1364/2688 50% [=============================== ] 1365/2688 50% [=============================== ] 1366/2688 50% [=============================== ] 1367/2688 50% [=============================== ] 1368/2688 50% [=============================== ] 1369/2688 50% [=============================== ] 1370/2688 50% [=============================== ] 1371/2688 51% [=============================== ] 1372/2688 51% [=============================== ] 1373/2688 51% [=============================== ] 1374/2688 51% [=============================== ] 1375/2688 51% [=============================== ] 1376/2688 51% [=============================== ] 1377/2688 51% [=============================== ] 1378/2688 51% [=============================== ] 1379/2688 51% [=============================== ] 1380/2688 51% [=============================== ] 1381/2688 51% [=============================== ] 1382/2688 51% [=============================== ] 1383/2688 51% [=============================== ] 1384/2688 51% [=============================== ] 1385/2688 51% [=============================== ] 1386/2688 51% [=============================== ] 1387/2688 51% [================================ ] 1388/2688 51% [================================ ] 1389/2688 51% [================================ ] 1390/2688 51% [================================ ] 1391/2688 51% [================================ ] 1392/2688 51% [================================ ] 1393/2688 51% [================================ ] 1394/2688 51% [================================ ] 1395/2688 51% [================================ ] 1396/2688 51% [================================ ] 1397/2688 51% [================================ ] 1398/2688 52% [================================ ] 1399/2688 52% [================================ ] 1400/2688 52% [================================ ] 1401/2688 52% [================================ ] 1402/2688 52% [================================ ] 1403/2688 52% [================================ ] 1404/2688 52% [================================ ] 1405/2688 52% [================================ ] 1406/2688 52% [================================ ] 1407/2688 52% [================================ ] 1408/2688 52% [================================ ] 1409/2688 52% [================================ ] 1410/2688 52% [================================ ] 1411/2688 52% [================================ ] 1412/2688 52% [================================ ] 1413/2688 52% [================================ ] 1414/2688 52% [================================ ] 1415/2688 52% [================================ ] 1416/2688 52% [================================ ] 1417/2688 52% [================================ ] 1418/2688 52% [================================ ] 1419/2688 52% [================================ ] 1420/2688 52% [================================ ] 1421/2688 52% [================================ ] 1422/2688 52% [================================ ] 1423/2688 52% [================================ ] 1424/2688 52% [================================ ] 1425/2688 53% [================================ ] 1426/2688 53% [================================ ] 1427/2688 53% [================================ ] 1428/2688 53% [================================ ] 1429/2688 53% [================================ ] 1430/2688 53% [================================= ] 1431/2688 53% [================================= ] 1432/2688 53% [================================= ] 1433/2688 53% [================================= ] 1434/2688 53% [================================= ] 1435/2688 53% [================================= ] 1436/2688 53% [================================= ] 1437/2688 53% [================================= ] 1438/2688 53% [================================= ] 1439/2688 53% [================================= ] 1440/2688 53% [================================= ] 1441/2688 53% [================================= ] 1442/2688 53% [================================= ] 1443/2688 53% [================================= ] 1444/2688 53% [================================= ] 1445/2688 53% [================================= ] 1446/2688 53% [================================= ] 1447/2688 53% [================================= ] 1448/2688 53% [================================= ] 1449/2688 53% [================================= ] 1450/2688 53% [================================= ] 1451/2688 53% [================================= ] 1452/2688 54% [================================= ] 1453/2688 54% [================================= ] 1454/2688 54% [================================= ] 1455/2688 54% [================================= ] 1456/2688 54% [================================= ] 1457/2688 54% [================================= ] 1458/2688 54% [================================= ] 1459/2688 54% [================================= ] 1460/2688 54% [================================= ] 1461/2688 54% [================================= ] 1462/2688 54% [================================= ] 1463/2688 54% [================================= ] 1464/2688 54% [================================= ] 1465/2688 54% [================================= ] 1466/2688 54% [================================= ] 1467/2688 54% [================================= ] 1468/2688 54% [================================= ] 1469/2688 54% [================================= ] 1470/2688 54% [================================= ] 1471/2688 54% [================================= ] 1472/2688 54% [================================= ] 1473/2688 54% [================================= ] 1474/2688 54% [================================== ] 1475/2688 54% [================================== ] 1476/2688 54% [================================== ] 1477/2688 54% [================================== ] 1478/2688 54% [================================== ] 1479/2688 55% [================================== ] 1480/2688 55% [================================== ] 1481/2688 55% [================================== ] 1482/2688 55% [================================== ] 1483/2688 55% [================================== ] 1484/2688 55% [================================== ] 1485/2688 55% [================================== ] 1486/2688 55% [================================== ] 1487/2688 55% [================================== ] 1488/2688 55% [================================== ] 1489/2688 55% [================================== ] 1490/2688 55% [================================== ] 1491/2688 55% [================================== ] 1492/2688 55% [================================== ] 1493/2688 55% [================================== ] 1494/2688 55% [================================== ] 1495/2688 55% [================================== ] 1496/2688 55% [================================== ] 1497/2688 55% [================================== ] 1498/2688 55% [================================== ] 1499/2688 55% [================================== ] 1500/2688 55% [================================== ] 1501/2688 55% [================================== ] 1502/2688 55% [================================== ] 1503/2688 55% [================================== ] 1504/2688 55% [================================== ] 1505/2688 55% [================================== ] 1506/2688 56% [================================== ] 1507/2688 56% [================================== ] 1508/2688 56% [================================== ] 1509/2688 56% [================================== ] 1510/2688 56% [================================== ] 1511/2688 56% [================================== ] 1512/2688 56% [================================== ] 1513/2688 56% [================================== ] 1514/2688 56% [================================== ] 1515/2688 56% [================================== ] 1516/2688 56% [================================== ] 1517/2688 56% [=================================== ] 1518/2688 56% [=================================== ] 1519/2688 56% [=================================== ] 1520/2688 56% [=================================== ] 1521/2688 56% [=================================== ] 1522/2688 56% [=================================== ] 1523/2688 56% [=================================== ] 1524/2688 56% [=================================== ] 1525/2688 56% [=================================== ] 1526/2688 56% [=================================== ] 1527/2688 56% [=================================== ] 1528/2688 56% [=================================== ] 1529/2688 56% [=================================== ] 1530/2688 56% [=================================== ] 1531/2688 56% [=================================== ] 1532/2688 56% [=================================== ] 1533/2688 57% [=================================== ] 1534/2688 57% [=================================== ] 1535/2688 57% [=================================== ] 1536/2688 57% [=================================== ] 1537/2688 57% [=================================== ] 1538/2688 57% [=================================== ] 1539/2688 57% [=================================== ] 1540/2688 57% [=================================== ] 1541/2688 57% [=================================== ] 1542/2688 57% [=================================== ] 1543/2688 57% [=================================== ] 1544/2688 57% [=================================== ] 1545/2688 57% [=================================== ] 1546/2688 57% [=================================== ] 1547/2688 57% [=================================== ] 1548/2688 57% [=================================== ] 1549/2688 57% [=================================== ] 1550/2688 57% [=================================== ] 1551/2688 57% [=================================== ] 1552/2688 57% [=================================== ] 1553/2688 57% [=================================== ] 1554/2688 57% [=================================== ] 1555/2688 57% [=================================== ] 1556/2688 57% [=================================== ] 1557/2688 57% [=================================== ] 1558/2688 57% [=================================== ] 1559/2688 57% [=================================== ] 1560/2688 58% [==================================== ] 1561/2688 58% [==================================== ] 1562/2688 58% [==================================== ] 1563/2688 58% [==================================== ] 1564/2688 58% [==================================== ] 1565/2688 58% [==================================== ] 1566/2688 58% [==================================== ] 1567/2688 58% [==================================== ] 1568/2688 58% [==================================== ] 1569/2688 58% [==================================== ] 1570/2688 58% [==================================== ] 1571/2688 58% [==================================== ] 1572/2688 58% [==================================== ] 1573/2688 58% [==================================== ] 1574/2688 58% [==================================== ] 1575/2688 58% [==================================== ] 1576/2688 58% [==================================== ] 1577/2688 58% [==================================== ] 1578/2688 58% [==================================== ] 1579/2688 58% [==================================== ] 1580/2688 58% [==================================== ] 1581/2688 58% [==================================== ] 1582/2688 58% [==================================== ] 1583/2688 58% [==================================== ] 1584/2688 58% [==================================== ] 1585/2688 58% [==================================== ] 1586/2688 59% [==================================== ] 1587/2688 59% [==================================== ] 1588/2688 59% [==================================== ] 1589/2688 59% [==================================== ] 1590/2688 59% [==================================== ] 1591/2688 59% [==================================== ] 1592/2688 59% [==================================== ] 1593/2688 59% [==================================== ] 1594/2688 59% [==================================== ] 1595/2688 59% [==================================== ] 1596/2688 59% [==================================== ] 1597/2688 59% [==================================== ] 1598/2688 59% [==================================== ] 1599/2688 59% [==================================== ] 1600/2688 59% [==================================== ] 1601/2688 59% [==================================== ] 1602/2688 59% [==================================== ] 1603/2688 59% [==================================== ] 1604/2688 59% [===================================== ] 1605/2688 59% [===================================== ] 1606/2688 59% [===================================== ] 1607/2688 59% [===================================== ] 1608/2688 59% [===================================== ] 1609/2688 59% [===================================== ] 1610/2688 59% [===================================== ] 1611/2688 59% [===================================== ] 1612/2688 59% [===================================== ] 1613/2688 60% [===================================== ] 1614/2688 60% [===================================== ] 1615/2688 60% [===================================== ] 1616/2688 60% [===================================== ] 1617/2688 60% [===================================== ] 1618/2688 60% [===================================== ] 1619/2688 60% [===================================== ] 1620/2688 60% [===================================== ] 1621/2688 60% [===================================== ] 1622/2688 60% [===================================== ] 1623/2688 60% [===================================== ] 1624/2688 60% [===================================== ] 1625/2688 60% [===================================== ] 1626/2688 60% [===================================== ] 1627/2688 60% [===================================== ] 1628/2688 60% [===================================== ] 1629/2688 60% [===================================== ] 1630/2688 60% [===================================== ] 1631/2688 60% [===================================== ] 1632/2688 60% [===================================== ] 1633/2688 60% [===================================== ] 1634/2688 60% [===================================== ] 1635/2688 60% [===================================== ] 1636/2688 60% [===================================== ] 1637/2688 60% [===================================== ] 1638/2688 60% [===================================== ] 1639/2688 60% [===================================== ] 1640/2688 61% [===================================== ] 1641/2688 61% [===================================== ] 1642/2688 61% [===================================== ] 1643/2688 61% [===================================== ] 1644/2688 61% [===================================== ] 1645/2688 61% [===================================== ] 1646/2688 61% [===================================== ] 1647/2688 61% [====================================== ] 1648/2688 61% [====================================== ] 1649/2688 61% [====================================== ] 1650/2688 61% [====================================== ] 1651/2688 61% [====================================== ] 1652/2688 61% [====================================== ] 1653/2688 61% [====================================== ] 1654/2688 61% [====================================== ] 1655/2688 61% [====================================== ] 1656/2688 61% [====================================== ] 1657/2688 61% [====================================== ] 1658/2688 61% [====================================== ] 1659/2688 61% [====================================== ] 1660/2688 61% [====================================== ] 1661/2688 61% [====================================== ] 1662/2688 61% [====================================== ] 1663/2688 61% [====================================== ] 1664/2688 61% [====================================== ] 1665/2688 61% [====================================== ] 1666/2688 61% [====================================== ] 1667/2688 62% [====================================== ] 1668/2688 62% [====================================== ] 1669/2688 62% [====================================== ] 1670/2688 62% [====================================== ] 1671/2688 62% [====================================== ] 1672/2688 62% [====================================== ] 1673/2688 62% [====================================== ] 1674/2688 62% [====================================== ] 1675/2688 62% [====================================== ] 1676/2688 62% [====================================== ] 1677/2688 62% [====================================== ] 1678/2688 62% [====================================== ] 1679/2688 62% [====================================== ] 1680/2688 62% [====================================== ] 1681/2688 62% [====================================== ] 1682/2688 62% [====================================== ] 1683/2688 62% [====================================== ] 1684/2688 62% [====================================== ] 1685/2688 62% [====================================== ] 1686/2688 62% [====================================== ] 1687/2688 62% [====================================== ] 1688/2688 62% [====================================== ] 1689/2688 62% [====================================== ] 1690/2688 62% [======================================= ] 1691/2688 62% [======================================= ] 1692/2688 62% [======================================= ] 1693/2688 62% [======================================= ] 1694/2688 63% [======================================= ] 1695/2688 63% [======================================= ] 1696/2688 63% [======================================= ] 1697/2688 63% [======================================= ] 1698/2688 63% [======================================= ] 1699/2688 63% [======================================= ] 1700/2688 63% [======================================= ] 1701/2688 63% [======================================= ] 1702/2688 63% [======================================= ] 1703/2688 63% [======================================= ] 1704/2688 63% [======================================= ] 1705/2688 63% [======================================= ] 1706/2688 63% [======================================= ] 1707/2688 63% [======================================= ] 1708/2688 63% [======================================= ] 1709/2688 63% [======================================= ] 1710/2688 63% [======================================= ] 1711/2688 63% [======================================= ] 1712/2688 63% [======================================= ] 1713/2688 63% [======================================= ] 1714/2688 63% [======================================= ] 1715/2688 63% [======================================= ] 1716/2688 63% [======================================= ] 1717/2688 63% [======================================= ] 1718/2688 63% [======================================= ] 1719/2688 63% [======================================= ] 1720/2688 63% [======================================= ] 1721/2688 64% [======================================= ] 1722/2688 64% [======================================= ] 1723/2688 64% [======================================= ] 1724/2688 64% [======================================= ] 1725/2688 64% [======================================= ] 1726/2688 64% [======================================= ] 1727/2688 64% [======================================= ] 1728/2688 64% [======================================= ] 1729/2688 64% [======================================= ] 1730/2688 64% [======================================= ] 1731/2688 64% [======================================= ] 1732/2688 64% [======================================= ] 1733/2688 64% [======================================= ] 1734/2688 64% [======================================== ] 1735/2688 64% [======================================== ] 1736/2688 64% [======================================== ] 1737/2688 64% [======================================== ] 1738/2688 64% [======================================== ] 1739/2688 64% [======================================== ] 1740/2688 64% [======================================== ] 1741/2688 64% [======================================== ] 1742/2688 64% [======================================== ] 1743/2688 64% [======================================== ] 1744/2688 64% [======================================== ] 1745/2688 64% [======================================== ] 1746/2688 64% [======================================== ] 1747/2688 64% [======================================== ] 1748/2688 65% [======================================== ] 1749/2688 65% [======================================== ] 1750/2688 65% [======================================== ] 1751/2688 65% [======================================== ] 1752/2688 65% [======================================== ] 1753/2688 65% [======================================== ] 1754/2688 65% [======================================== ] 1755/2688 65% [======================================== ] 1756/2688 65% [======================================== ] 1757/2688 65% [======================================== ] 1758/2688 65% [======================================== ] 1759/2688 65% [======================================== ] 1760/2688 65% [======================================== ] 1761/2688 65% [======================================== ] 1762/2688 65% [======================================== ] 1763/2688 65% [======================================== ] 1764/2688 65% [======================================== ] 1765/2688 65% [======================================== ] 1766/2688 65% [======================================== ] 1767/2688 65% [======================================== ] 1768/2688 65% [======================================== ] 1769/2688 65% [======================================== ] 1770/2688 65% [======================================== ] 1771/2688 65% [======================================== ] 1772/2688 65% [======================================== ] 1773/2688 65% [======================================== ] 1774/2688 65% [======================================== ] 1775/2688 66% [======================================== ] 1776/2688 66% [======================================== ] 1777/2688 66% [========================================= ] 1778/2688 66% [========================================= ] 1779/2688 66% [========================================= ] 1780/2688 66% [========================================= ] 1781/2688 66% [========================================= ] 1782/2688 66% [========================================= ] 1783/2688 66% [========================================= ] 1784/2688 66% [========================================= ] 1785/2688 66% [========================================= ] 1786/2688 66% [========================================= ] 1787/2688 66% [========================================= ] 1788/2688 66% [========================================= ] 1789/2688 66% [========================================= ] 1790/2688 66% [========================================= ] 1791/2688 66% [========================================= ] 1792/2688 66% [========================================= ] 1793/2688 66% [========================================= ] 1794/2688 66% [========================================= ] 1795/2688 66% [========================================= ] 1796/2688 66% [========================================= ] 1797/2688 66% [========================================= ] 1798/2688 66% [========================================= ] 1799/2688 66% [========================================= ] 1800/2688 66% [========================================= ] 1801/2688 67% [========================================= ] 1802/2688 67% [========================================= ] 1803/2688 67% [========================================= ] 1804/2688 67% [========================================= ] 1805/2688 67% [========================================= ] 1806/2688 67% [========================================= ] 1807/2688 67% [========================================= ] 1808/2688 67% [========================================= ] 1809/2688 67% [========================================= ] 1810/2688 67% [========================================= ] 1811/2688 67% [========================================= ] 1812/2688 67% [========================================= ] 1813/2688 67% [========================================= ] 1814/2688 67% [========================================= ] 1815/2688 67% [========================================= ] 1816/2688 67% [========================================= ] 1817/2688 67% [========================================= ] 1818/2688 67% [========================================= ] 1819/2688 67% [========================================= ] 1820/2688 67% [========================================== ] 1821/2688 67% [========================================== ] 1822/2688 67% [========================================== ] 1823/2688 67% [========================================== ] 1824/2688 67% [========================================== ] 1825/2688 67% [========================================== ] 1826/2688 67% [========================================== ] 1827/2688 67% [========================================== ] 1828/2688 68% [========================================== ] 1829/2688 68% [========================================== ] 1830/2688 68% [========================================== ] 1831/2688 68% [========================================== ] 1832/2688 68% [========================================== ] 1833/2688 68% [========================================== ] 1834/2688 68% [========================================== ] 1835/2688 68% [========================================== ] 1836/2688 68% [========================================== ] 1837/2688 68% [========================================== ] 1838/2688 68% [========================================== ] 1839/2688 68% [========================================== ] 1840/2688 68% [========================================== ] 1841/2688 68% [========================================== ] 1842/2688 68% [========================================== ] 1843/2688 68% [========================================== ] 1844/2688 68% [========================================== ] 1845/2688 68% [========================================== ] 1846/2688 68% [========================================== ] 1847/2688 68% [========================================== ] 1848/2688 68% [========================================== ] 1849/2688 68% [========================================== ] 1850/2688 68% [========================================== ] 1851/2688 68% [========================================== ] 1852/2688 68% [========================================== ] 1853/2688 68% [========================================== ] 1854/2688 68% [========================================== ] 1855/2688 69% [========================================== ] 1856/2688 69% [========================================== ] 1857/2688 69% [========================================== ] 1858/2688 69% [========================================== ] 1859/2688 69% [========================================== ] 1860/2688 69% [========================================== ] 1861/2688 69% [========================================== ] 1862/2688 69% [========================================== ] 1863/2688 69% [========================================== ] 1864/2688 69% [=========================================== ] 1865/2688 69% [=========================================== ] 1866/2688 69% [=========================================== ] 1867/2688 69% [=========================================== ] 1868/2688 69% [=========================================== ] 1869/2688 69% [=========================================== ] 1870/2688 69% [=========================================== ] 1871/2688 69% [=========================================== ] 1872/2688 69% [=========================================== ] 1873/2688 69% [=========================================== ] 1874/2688 69% [=========================================== ] 1875/2688 69% [=========================================== ] 1876/2688 69% [=========================================== ] 1877/2688 69% [=========================================== ] 1878/2688 69% [=========================================== ] 1879/2688 69% [=========================================== ] 1880/2688 69% [=========================================== ] 1881/2688 69% [=========================================== ] 1882/2688 70% [=========================================== ] 1883/2688 70% [=========================================== ] 1884/2688 70% [=========================================== ] 1885/2688 70% [=========================================== ] 1886/2688 70% [=========================================== ] 1887/2688 70% [=========================================== ] 1888/2688 70% [=========================================== ] 1889/2688 70% [=========================================== ] 1890/2688 70% [=========================================== ] 1891/2688 70% [=========================================== ] 1892/2688 70% [=========================================== ] 1893/2688 70% [=========================================== ] 1894/2688 70% [=========================================== ] 1895/2688 70% [=========================================== ] 1896/2688 70% [=========================================== ] 1897/2688 70% [=========================================== ] 1898/2688 70% [=========================================== ] 1899/2688 70% [=========================================== ] 1900/2688 70% [=========================================== ] 1901/2688 70% [=========================================== ] 1902/2688 70% [=========================================== ] 1903/2688 70% [=========================================== ] 1904/2688 70% [=========================================== ] 1905/2688 70% [=========================================== ] 1906/2688 70% [=========================================== ] 1907/2688 70% [============================================ ] 1908/2688 70% [============================================ ] 1909/2688 71% [============================================ ] 1910/2688 71% [============================================ ] 1911/2688 71% [============================================ ] 1912/2688 71% [============================================ ] 1913/2688 71% [============================================ ] 1914/2688 71% [============================================ ] 1915/2688 71% [============================================ ] 1916/2688 71% [============================================ ] 1917/2688 71% [============================================ ] 1918/2688 71% [============================================ ] 1919/2688 71% [============================================ ] 1920/2688 71% [============================================ ] 1921/2688 71% [============================================ ] 1922/2688 71% [============================================ ] 1923/2688 71% [============================================ ] 1924/2688 71% [============================================ ] 1925/2688 71% [============================================ ] 1926/2688 71% [============================================ ] 1927/2688 71% [============================================ ] 1928/2688 71% [============================================ ] 1929/2688 71% [============================================ ] 1930/2688 71% [============================================ ] 1931/2688 71% [============================================ ] 1932/2688 71% [============================================ ] 1933/2688 71% [============================================ ] 1934/2688 71% [============================================ ] 1935/2688 71% [============================================ ] 1936/2688 72% [============================================ ] 1937/2688 72% [============================================ ] 1938/2688 72% [============================================ ] 1939/2688 72% [============================================ ] 1940/2688 72% [============================================ ] 1941/2688 72% [============================================ ] 1942/2688 72% [============================================ ] 1943/2688 72% [============================================ ] 1944/2688 72% [============================================ ] 1945/2688 72% [============================================ ] 1946/2688 72% [============================================ ] 1947/2688 72% [============================================ ] 1948/2688 72% [============================================ ] 1949/2688 72% [============================================ ] 1950/2688 72% [============================================= ] 1951/2688 72% [============================================= ] 1952/2688 72% [============================================= ] 1953/2688 72% [============================================= ] 1954/2688 72% [============================================= ] 1955/2688 72% [============================================= ] 1956/2688 72% [============================================= ] 1957/2688 72% [============================================= ] 1958/2688 72% [============================================= ] 1959/2688 72% [============================================= ] 1960/2688 72% [============================================= ] 1961/2688 72% [============================================= ] 1962/2688 72% [============================================= ] 1963/2688 73% [============================================= ] 1964/2688 73% [============================================= ] 1965/2688 73% [============================================= ] 1966/2688 73% [============================================= ] 1967/2688 73% [============================================= ] 1968/2688 73% [============================================= ] 1969/2688 73% [============================================= ] 1970/2688 73% [============================================= ] 1971/2688 73% [============================================= ] 1972/2688 73% [============================================= ] 1973/2688 73% [============================================= ] 1974/2688 73% [============================================= ] 1975/2688 73% [============================================= ] 1976/2688 73% [============================================= ] 1977/2688 73% [============================================= ] 1978/2688 73% [============================================= ] 1979/2688 73% [============================================= ] 1980/2688 73% [============================================= ] 1981/2688 73% [============================================= ] 1982/2688 73% [============================================= ] 1983/2688 73% [============================================= ] 1984/2688 73% [============================================= ] 1985/2688 73% [============================================= ] 1986/2688 73% [============================================= ] 1987/2688 73% [============================================= ] 1988/2688 73% [============================================= ] 1989/2688 73% [============================================= ] 1990/2688 74% [============================================= ] 1991/2688 74% [============================================= ] 1992/2688 74% [============================================= ] 1993/2688 74% [============================================= ] 1994/2688 74% [============================================== ] 1995/2688 74% [============================================== ] 1996/2688 74% [============================================== ] 1997/2688 74% [============================================== ] 1998/2688 74% [============================================== ] 1999/2688 74% [============================================== ] 2000/2688 74% [============================================== ] 2001/2688 74% [============================================== ] 2002/2688 74% [============================================== ] 2003/2688 74% [============================================== ] 2004/2688 74% [============================================== ] 2005/2688 74% [============================================== ] 2006/2688 74% [============================================== ] 2007/2688 74% [============================================== ] 2008/2688 74% [============================================== ] 2009/2688 74% [============================================== ] 2010/2688 74% [============================================== ] 2011/2688 74% [============================================== ] 2012/2688 74% [============================================== ] 2013/2688 74% [============================================== ] 2014/2688 74% [============================================== ] 2015/2688 74% [============================================== ] 2016/2688 75% [============================================== ] 2017/2688 75% [============================================== ] 2018/2688 75% [============================================== ] 2019/2688 75% [============================================== ] 2020/2688 75% [============================================== ] 2021/2688 75% [============================================== ] 2022/2688 75% [============================================== ] 2023/2688 75% [============================================== ] 2024/2688 75% [============================================== ] 2025/2688 75% [============================================== ] 2026/2688 75% [============================================== ] 2027/2688 75% [============================================== ] 2028/2688 75% [============================================== ] 2029/2688 75% [============================================== ] 2030/2688 75% [============================================== ] 2031/2688 75% [============================================== ] 2032/2688 75% [============================================== ] 2033/2688 75% [============================================== ] 2034/2688 75% [============================================== ] 2035/2688 75% [============================================== ] 2036/2688 75% [============================================== ] 2037/2688 75% [=============================================== ] 2038/2688 75% [=============================================== ] 2039/2688 75% [=============================================== ] 2040/2688 75% [=============================================== ] 2041/2688 75% [=============================================== ] 2042/2688 75% [=============================================== ] 2043/2688 76% [=============================================== ] 2044/2688 76% [=============================================== ] 2045/2688 76% [=============================================== ] 2046/2688 76% [=============================================== ] 2047/2688 76% [=============================================== ] 2048/2688 76% [=============================================== ] 2049/2688 76% [=============================================== ] 2050/2688 76% [=============================================== ] 2051/2688 76% [=============================================== ] 2052/2688 76% [=============================================== ] 2053/2688 76% [=============================================== ] 2054/2688 76% [=============================================== ] 2055/2688 76% [=============================================== ] 2056/2688 76% [=============================================== ] 2057/2688 76% [=============================================== ] 2058/2688 76% [=============================================== ] 2059/2688 76% [=============================================== ] 2060/2688 76% [=============================================== ] 2061/2688 76% [=============================================== ] 2062/2688 76% [=============================================== ] 2063/2688 76% [=============================================== ] 2064/2688 76% [=============================================== ] 2065/2688 76% [=============================================== ] 2066/2688 76% [=============================================== ] 2067/2688 76% [=============================================== ] 2068/2688 76% [=============================================== ] 2069/2688 76% [=============================================== ] 2070/2688 77% [=============================================== ] 2071/2688 77% [=============================================== ] 2072/2688 77% [=============================================== ] 2073/2688 77% [=============================================== ] 2074/2688 77% [=============================================== ] 2075/2688 77% [=============================================== ] 2076/2688 77% [=============================================== ] 2077/2688 77% [=============================================== ] 2078/2688 77% [=============================================== ] 2079/2688 77% [=============================================== ] 2080/2688 77% [=============================================== ] 2081/2688 77% [================================================ ] 2082/2688 77% [================================================ ] 2083/2688 77% [================================================ ] 2084/2688 77% [================================================ ] 2085/2688 77% [================================================ ] 2086/2688 77% [================================================ ] 2087/2688 77% [================================================ ] 2088/2688 77% [================================================ ] 2089/2688 77% [================================================ ] 2090/2688 77% [================================================ ] 2091/2688 77% [================================================ ] 2092/2688 77% [================================================ ] 2093/2688 77% [================================================ ] 2094/2688 77% [================================================ ] 2095/2688 77% [================================================ ] 2096/2688 77% [================================================ ] 2097/2688 78% [================================================ ] 2098/2688 78% [================================================ ] 2099/2688 78% [================================================ ] 2100/2688 78% [================================================ ] 2101/2688 78% [================================================ ] 2102/2688 78% [================================================ ] 2103/2688 78% [================================================ ] 2104/2688 78% [================================================ ] 2105/2688 78% [================================================ ] 2106/2688 78% [================================================ ] 2107/2688 78% [================================================ ] 2108/2688 78% [================================================ ] 2109/2688 78% [================================================ ] 2110/2688 78% [================================================ ] 2111/2688 78% [================================================ ] 2112/2688 78% [================================================ ] 2113/2688 78% [================================================ ] 2114/2688 78% [================================================ ] 2115/2688 78% [================================================ ] 2116/2688 78% [================================================ ] 2117/2688 78% [================================================ ] 2118/2688 78% [================================================ ] 2119/2688 78% [================================================ ] 2120/2688 78% [================================================ ] 2121/2688 78% [================================================ ] 2122/2688 78% [================================================ ] 2123/2688 78% [================================================ ] 2124/2688 79% [================================================= ] 2125/2688 79% [================================================= ] 2126/2688 79% [================================================= ] 2127/2688 79% [================================================= ] 2128/2688 79% [================================================= ] 2129/2688 79% [================================================= ] 2130/2688 79% [================================================= ] 2131/2688 79% [================================================= ] 2132/2688 79% [================================================= ] 2133/2688 79% [================================================= ] 2134/2688 79% [================================================= ] 2135/2688 79% [================================================= ] 2136/2688 79% [================================================= ] 2137/2688 79% [================================================= ] 2138/2688 79% [================================================= ] 2139/2688 79% [================================================= ] 2140/2688 79% [================================================= ] 2141/2688 79% [================================================= ] 2142/2688 79% [================================================= ] 2143/2688 79% [================================================= ] 2144/2688 79% [================================================= ] 2145/2688 79% [================================================= ] 2146/2688 79% [================================================= ] 2147/2688 79% [================================================= ] 2148/2688 79% [================================================= ] 2149/2688 79% [================================================= ] 2150/2688 79% [================================================= ] 2151/2688 80% [================================================= ] 2152/2688 80% [================================================= ] 2153/2688 80% [================================================= ] 2154/2688 80% [================================================= ] 2155/2688 80% [================================================= ] 2156/2688 80% [================================================= ] 2157/2688 80% [================================================= ] 2158/2688 80% [================================================= ] 2159/2688 80% [================================================= ] 2160/2688 80% [================================================= ] 2161/2688 80% [================================================= ] 2162/2688 80% [================================================= ] 2163/2688 80% [================================================= ] 2164/2688 80% [================================================= ] 2165/2688 80% [================================================= ] 2166/2688 80% [================================================= ] 2167/2688 80% [================================================== ] 2168/2688 80% [================================================== ] 2169/2688 80% [================================================== ] 2170/2688 80% [================================================== ] 2171/2688 80% [================================================== ] 2172/2688 80% [================================================== ] 2173/2688 80% [================================================== ] 2174/2688 80% [================================================== ] 2175/2688 80% [================================================== ] 2176/2688 80% [================================================== ] 2177/2688 80% [================================================== ] 2178/2688 81% [================================================== ] 2179/2688 81% [================================================== ] 2180/2688 81% [================================================== ] 2181/2688 81% [================================================== ] 2182/2688 81% [================================================== ] 2183/2688 81% [================================================== ] 2184/2688 81% [================================================== ] 2185/2688 81% [================================================== ] 2186/2688 81% [================================================== ] 2187/2688 81% [================================================== ] 2188/2688 81% [================================================== ] 2189/2688 81% [================================================== ] 2190/2688 81% [================================================== ] 2191/2688 81% [================================================== ] 2192/2688 81% [================================================== ] 2193/2688 81% [================================================== ] 2194/2688 81% [================================================== ] 2195/2688 81% [================================================== ] 2196/2688 81% [================================================== ] 2197/2688 81% [================================================== ] 2198/2688 81% [================================================== ] 2199/2688 81% [================================================== ] 2200/2688 81% [================================================== ] 2201/2688 81% [================================================== ] 2202/2688 81% [================================================== ] 2203/2688 81% [================================================== ] 2204/2688 81% [================================================== ] 2205/2688 82% [================================================== ] 2206/2688 82% [================================================== ] 2207/2688 82% [================================================== ] 2208/2688 82% [================================================== ] 2209/2688 82% [================================================== ] 2210/2688 82% [================================================== ] 2211/2688 82% [=================================================== ] 2212/2688 82% [=================================================== ] 2213/2688 82% [=================================================== ] 2214/2688 82% [=================================================== ] 2215/2688 82% [=================================================== ] 2216/2688 82% [=================================================== ] 2217/2688 82% [=================================================== ] 2218/2688 82% [=================================================== ] 2219/2688 82% [=================================================== ] 2220/2688 82% [=================================================== ] 2221/2688 82% [=================================================== ] 2222/2688 82% [=================================================== ] 2223/2688 82% [=================================================== ] 2224/2688 82% [=================================================== ] 2225/2688 82% [=================================================== ] 2226/2688 82% [=================================================== ] 2227/2688 82% [=================================================== ] 2228/2688 82% [=================================================== ] 2229/2688 82% [=================================================== ] 2230/2688 82% [=================================================== ] 2231/2688 82% [=================================================== ] 2232/2688 83% [=================================================== ] 2233/2688 83% [=================================================== ] 2234/2688 83% [=================================================== ] 2235/2688 83% [=================================================== ] 2236/2688 83% [=================================================== ] 2237/2688 83% [=================================================== ] 2238/2688 83% [=================================================== ] 2239/2688 83% [=================================================== ] 2240/2688 83% [=================================================== ] 2241/2688 83% [=================================================== ] 2242/2688 83% [=================================================== ] 2243/2688 83% [=================================================== ] 2244/2688 83% [=================================================== ] 2245/2688 83% [=================================================== ] 2246/2688 83% [=================================================== ] 2247/2688 83% [=================================================== ] 2248/2688 83% [=================================================== ] 2249/2688 83% [=================================================== ] 2250/2688 83% [=================================================== ] 2251/2688 83% [=================================================== ] 2252/2688 83% [=================================================== ] 2253/2688 83% [=================================================== ] 2254/2688 83% [==================================================== ] 2255/2688 83% [==================================================== ] 2256/2688 83% [==================================================== ] 2257/2688 83% [==================================================== ] 2258/2688 84% [==================================================== ] 2259/2688 84% [==================================================== ] 2260/2688 84% [==================================================== ] 2261/2688 84% [==================================================== ] 2262/2688 84% [==================================================== ] 2263/2688 84% [==================================================== ] 2264/2688 84% [==================================================== ] 2265/2688 84% [==================================================== ] 2266/2688 84% [==================================================== ] 2267/2688 84% [==================================================== ] 2268/2688 84% [==================================================== ] 2269/2688 84% [==================================================== ] 2270/2688 84% [==================================================== ] 2271/2688 84% [==================================================== ] 2272/2688 84% [==================================================== ] 2273/2688 84% [==================================================== ] 2274/2688 84% [==================================================== ] 2275/2688 84% [==================================================== ] 2276/2688 84% [==================================================== ] 2277/2688 84% [==================================================== ] 2278/2688 84% [==================================================== ] 2279/2688 84% [==================================================== ] 2280/2688 84% [==================================================== ] 2281/2688 84% [==================================================== ] 2282/2688 84% [==================================================== ] 2283/2688 84% [==================================================== ] 2284/2688 84% [==================================================== ] 2285/2688 85% [==================================================== ] 2286/2688 85% [==================================================== ] 2287/2688 85% [==================================================== ] 2288/2688 85% [==================================================== ] 2289/2688 85% [==================================================== ] 2290/2688 85% [==================================================== ] 2291/2688 85% [==================================================== ] 2292/2688 85% [==================================================== ] 2293/2688 85% [==================================================== ] 2294/2688 85% [==================================================== ] 2295/2688 85% [==================================================== ] 2296/2688 85% [==================================================== ] 2297/2688 85% [===================================================== ] 2298/2688 85% [===================================================== ] 2299/2688 85% [===================================================== ] 2300/2688 85% [===================================================== ] 2301/2688 85% [===================================================== ] 2302/2688 85% [===================================================== ] 2303/2688 85% [===================================================== ] 2304/2688 85% [===================================================== ] 2305/2688 85% [===================================================== ] 2306/2688 85% [===================================================== ] 2307/2688 85% [===================================================== ] 2308/2688 85% [===================================================== ] 2309/2688 85% [===================================================== ] 2310/2688 85% [===================================================== ] 2311/2688 85% [===================================================== ] 2312/2688 86% [===================================================== ] 2313/2688 86% [===================================================== ] 2314/2688 86% [===================================================== ] 2315/2688 86% [===================================================== ] 2316/2688 86% [===================================================== ] 2317/2688 86% [===================================================== ] 2318/2688 86% [===================================================== ] 2319/2688 86% [===================================================== ] 2320/2688 86% [===================================================== ] 2321/2688 86% [===================================================== ] 2322/2688 86% [===================================================== ] 2323/2688 86% [===================================================== ] 2324/2688 86% [===================================================== ] 2325/2688 86% [===================================================== ] 2326/2688 86% [===================================================== ] 2327/2688 86% [===================================================== ] 2328/2688 86% [===================================================== ] 2329/2688 86% [===================================================== ] 2330/2688 86% [===================================================== ] 2331/2688 86% [===================================================== ] 2332/2688 86% [===================================================== ] 2333/2688 86% [===================================================== ] 2334/2688 86% [===================================================== ] 2335/2688 86% [===================================================== ] 2336/2688 86% [===================================================== ] 2337/2688 86% [===================================================== ] 2338/2688 86% [===================================================== ] 2339/2688 87% [===================================================== ] 2340/2688 87% [===================================================== ] 2341/2688 87% [====================================================== ] 2342/2688 87% [====================================================== ] 2343/2688 87% [====================================================== ] 2344/2688 87% [====================================================== ] 2345/2688 87% [====================================================== ] 2346/2688 87% [====================================================== ] 2347/2688 87% [====================================================== ] 2348/2688 87% [====================================================== ] 2349/2688 87% [====================================================== ] 2350/2688 87% [====================================================== ] 2351/2688 87% [====================================================== ] 2352/2688 87% [====================================================== ] 2353/2688 87% [====================================================== ] 2354/2688 87% [====================================================== ] 2355/2688 87% [====================================================== ] 2356/2688 87% [====================================================== ] 2357/2688 87% [====================================================== ] 2358/2688 87% [====================================================== ] 2359/2688 87% [====================================================== ] 2360/2688 87% [====================================================== ] 2361/2688 87% [====================================================== ] 2362/2688 87% [====================================================== ] 2363/2688 87% [====================================================== ] 2364/2688 87% [====================================================== ] 2365/2688 87% [====================================================== ] 2366/2688 88% [====================================================== ] 2367/2688 88% [====================================================== ] 2368/2688 88% [====================================================== ] 2369/2688 88% [====================================================== ] 2370/2688 88% [====================================================== ] 2371/2688 88% [====================================================== ] 2372/2688 88% [====================================================== ] 2373/2688 88% [====================================================== ] 2374/2688 88% [====================================================== ] 2375/2688 88% [====================================================== ] 2376/2688 88% [====================================================== ] 2377/2688 88% [====================================================== ] 2378/2688 88% [====================================================== ] 2379/2688 88% [====================================================== ] 2380/2688 88% [====================================================== ] 2381/2688 88% [====================================================== ] 2382/2688 88% [====================================================== ] 2383/2688 88% [====================================================== ] 2384/2688 88% [======================================================= ] 2385/2688 88% [======================================================= ] 2386/2688 88% [======================================================= ] 2387/2688 88% [======================================================= ] 2388/2688 88% [======================================================= ] 2389/2688 88% [======================================================= ] 2390/2688 88% [======================================================= ] 2391/2688 88% [======================================================= ] 2392/2688 88% [======================================================= ] 2393/2688 89% [======================================================= ] 2394/2688 89% [======================================================= ] 2395/2688 89% [======================================================= ] 2396/2688 89% [======================================================= ] 2397/2688 89% [======================================================= ] 2398/2688 89% [======================================================= ] 2399/2688 89% [======================================================= ] 2400/2688 89% [======================================================= ] 2401/2688 89% [======================================================= ] 2402/2688 89% [======================================================= ] 2403/2688 89% [======================================================= ] 2404/2688 89% [======================================================= ] 2405/2688 89% [======================================================= ] 2406/2688 89% [======================================================= ] 2407/2688 89% [======================================================= ] 2408/2688 89% [======================================================= ] 2409/2688 89% [======================================================= ] 2410/2688 89% [======================================================= ] 2411/2688 89% [======================================================= ] 2412/2688 89% [======================================================= ] 2413/2688 89% [======================================================= ] 2414/2688 89% [======================================================= ] 2415/2688 89% [======================================================= ] 2416/2688 89% [======================================================= ] 2417/2688 89% [======================================================= ] 2418/2688 89% [======================================================= ] 2419/2688 89% [======================================================= ] 2420/2688 90% [======================================================= ] 2421/2688 90% [======================================================= ] 2422/2688 90% [======================================================= ] 2423/2688 90% [======================================================= ] 2424/2688 90% [======================================================= ] 2425/2688 90% [======================================================= ] 2426/2688 90% [======================================================= ] 2427/2688 90% [======================================================== ] 2428/2688 90% [======================================================== ] 2429/2688 90% [======================================================== ] 2430/2688 90% [======================================================== ] 2431/2688 90% [======================================================== ] 2432/2688 90% [======================================================== ] 2433/2688 90% [======================================================== ] 2434/2688 90% [======================================================== ] 2435/2688 90% [======================================================== ] 2436/2688 90% [======================================================== ] 2437/2688 90% [======================================================== ] 2438/2688 90% [======================================================== ] 2439/2688 90% [======================================================== ] 2440/2688 90% [======================================================== ] 2441/2688 90% [======================================================== ] 2442/2688 90% [======================================================== ] 2443/2688 90% [======================================================== ] 2444/2688 90% [======================================================== ] 2445/2688 90% [======================================================== ] 2446/2688 90% [======================================================== ] 2447/2688 91% [======================================================== ] 2448/2688 91% [======================================================== ] 2449/2688 91% [======================================================== ] 2450/2688 91% [======================================================== ] 2451/2688 91% [======================================================== ] 2452/2688 91% [======================================================== ] 2453/2688 91% [======================================================== ] 2454/2688 91% [======================================================== ] 2455/2688 91% [======================================================== ] 2456/2688 91% [======================================================== ] 2457/2688 91% [======================================================== ] 2458/2688 91% [======================================================== ] 2459/2688 91% [======================================================== ] 2460/2688 91% [======================================================== ] 2461/2688 91% [======================================================== ] 2462/2688 91% [======================================================== ] 2463/2688 91% [======================================================== ] 2464/2688 91% [======================================================== ] 2465/2688 91% [======================================================== ] 2466/2688 91% [======================================================== ] 2467/2688 91% [======================================================== ] 2468/2688 91% [======================================================== ] 2469/2688 91% [======================================================== ] 2470/2688 91% [======================================================== ] 2471/2688 91% [========================================================= ] 2472/2688 91% [========================================================= ] 2473/2688 92% [========================================================= ] 2474/2688 92% [========================================================= ] 2475/2688 92% [========================================================= ] 2476/2688 92% [========================================================= ] 2477/2688 92% [========================================================= ] 2478/2688 92% [========================================================= ] 2479/2688 92% [========================================================= ] 2480/2688 92% [========================================================= ] 2481/2688 92% [========================================================= ] 2482/2688 92% [========================================================= ] 2483/2688 92% [========================================================= ] 2484/2688 92% [========================================================= ] 2485/2688 92% [========================================================= ] 2486/2688 92% [========================================================= ] 2487/2688 92% [========================================================= ] 2488/2688 92% [========================================================= ] 2489/2688 92% [========================================================= ] 2490/2688 92% [========================================================= ] 2491/2688 92% [========================================================= ] 2492/2688 92% [========================================================= ] 2493/2688 92% [========================================================= ] 2494/2688 92% [========================================================= ] 2495/2688 92% [========================================================= ] 2496/2688 92% [========================================================= ] 2497/2688 92% [========================================================= ] 2498/2688 92% [========================================================= ] 2499/2688 92% [========================================================= ] 2500/2688 93% [========================================================= ] 2501/2688 93% [========================================================= ] 2502/2688 93% [========================================================= ] 2503/2688 93% [========================================================= ] 2504/2688 93% [========================================================= ] 2505/2688 93% [========================================================= ] 2506/2688 93% [========================================================= ] 2507/2688 93% [========================================================= ] 2508/2688 93% [========================================================= ] 2509/2688 93% [========================================================= ] 2510/2688 93% [========================================================= ] 2511/2688 93% [========================================================= ] 2512/2688 93% [========================================================= ] 2513/2688 93% [========================================================= ] 2514/2688 93% [========================================================== ] 2515/2688 93% [========================================================== ] 2516/2688 93% [========================================================== ] 2517/2688 93% [========================================================== ] 2518/2688 93% [========================================================== ] 2519/2688 93% [========================================================== ] 2520/2688 93% [========================================================== ] 2521/2688 93% [========================================================== ] 2522/2688 93% [========================================================== ] 2523/2688 93% [========================================================== ] 2524/2688 93% [========================================================== ] 2525/2688 93% [========================================================== ] 2526/2688 93% [========================================================== ] 2527/2688 94% [========================================================== ] 2528/2688 94% [========================================================== ] 2529/2688 94% [========================================================== ] 2530/2688 94% [========================================================== ] 2531/2688 94% [========================================================== ] 2532/2688 94% [========================================================== ] 2533/2688 94% [========================================================== ] 2534/2688 94% [========================================================== ] 2535/2688 94% [========================================================== ] 2536/2688 94% [========================================================== ] 2537/2688 94% [========================================================== ] 2538/2688 94% [========================================================== ] 2539/2688 94% [========================================================== ] 2540/2688 94% [========================================================== ] 2541/2688 94% [========================================================== ] 2542/2688 94% [========================================================== ] 2543/2688 94% [========================================================== ] 2544/2688 94% [========================================================== ] 2545/2688 94% [========================================================== ] 2546/2688 94% [========================================================== ] 2547/2688 94% [========================================================== ] 2548/2688 94% [========================================================== ] 2549/2688 94% [========================================================== ] 2550/2688 94% [========================================================== ] 2551/2688 94% [========================================================== ] 2552/2688 94% [========================================================== ] 2553/2688 94% [========================================================== ] 2554/2688 95% [========================================================== ] 2555/2688 95% [========================================================== ] 2556/2688 95% [========================================================== ] 2557/2688 95% [=========================================================== ] 2558/2688 95% [=========================================================== ] 2559/2688 95% [=========================================================== ] 2560/2688 95% [=========================================================== ] 2561/2688 95% [=========================================================== ] 2562/2688 95% [=========================================================== ] 2563/2688 95% [=========================================================== ] 2564/2688 95% [=========================================================== ] 2565/2688 95% [=========================================================== ] 2566/2688 95% [=========================================================== ] 2567/2688 95% [=========================================================== ] 2568/2688 95% [=========================================================== ] 2569/2688 95% [=========================================================== ] 2570/2688 95% [=========================================================== ] 2571/2688 95% [=========================================================== ] 2572/2688 95% [=========================================================== ] 2573/2688 95% [=========================================================== ] 2574/2688 95% [=========================================================== ] 2575/2688 95% [=========================================================== ] 2576/2688 95% [=========================================================== ] 2577/2688 95% [=========================================================== ] 2578/2688 95% [=========================================================== ] 2579/2688 95% [=========================================================== ] 2580/2688 95% [=========================================================== ] 2581/2688 96% [=========================================================== ] 2582/2688 96% [=========================================================== ] 2583/2688 96% [=========================================================== ] 2584/2688 96% [=========================================================== ] 2585/2688 96% [=========================================================== ] 2586/2688 96% [=========================================================== ] 2587/2688 96% [=========================================================== ] 2588/2688 96% [=========================================================== ] 2589/2688 96% [=========================================================== ] 2590/2688 96% [=========================================================== ] 2591/2688 96% [=========================================================== ] 2592/2688 96% [=========================================================== ] 2593/2688 96% [=========================================================== ] 2594/2688 96% [=========================================================== ] 2595/2688 96% [=========================================================== ] 2596/2688 96% [=========================================================== ] 2597/2688 96% [=========================================================== ] 2598/2688 96% [=========================================================== ] 2599/2688 96% [=========================================================== ] 2600/2688 96% [=========================================================== ] 2601/2688 96% [============================================================ ] 2602/2688 96% [============================================================ ] 2603/2688 96% [============================================================ ] 2604/2688 96% [============================================================ ] 2605/2688 96% [============================================================ ] 2606/2688 96% [============================================================ ] 2607/2688 96% [============================================================ ] 2608/2688 97% [============================================================ ] 2609/2688 97% [============================================================ ] 2610/2688 97% [============================================================ ] 2611/2688 97% [============================================================ ] 2612/2688 97% [============================================================ ] 2613/2688 97% [============================================================ ] 2614/2688 97% [============================================================ ] 2615/2688 97% [============================================================ ] 2616/2688 97% [============================================================ ] 2617/2688 97% [============================================================ ] 2618/2688 97% [============================================================ ] 2619/2688 97% [============================================================ ] 2620/2688 97% [============================================================ ] 2621/2688 97% [============================================================ ] 2622/2688 97% [============================================================ ] 2623/2688 97% [============================================================ ] 2624/2688 97% [============================================================ ] 2625/2688 97% [============================================================ ] 2626/2688 97% [============================================================ ] 2627/2688 97% [============================================================ ] 2628/2688 97% [============================================================ ] 2629/2688 97% [============================================================ ] 2630/2688 97% [============================================================ ] 2631/2688 97% [============================================================ ] 2632/2688 97% [============================================================ ] 2633/2688 97% [============================================================ ] 2634/2688 97% [============================================================ ] 2635/2688 98% [============================================================ ] 2636/2688 98% [============================================================ ] 2637/2688 98% [============================================================ ] 2638/2688 98% [============================================================ ] 2639/2688 98% [============================================================ ] 2640/2688 98% [============================================================ ] 2641/2688 98% [============================================================ ] 2642/2688 98% [============================================================ ] 2643/2688 98% [============================================================ ] 2644/2688 98% [============================================================= ] 2645/2688 98% [============================================================= ] 2646/2688 98% [============================================================= ] 2647/2688 98% [============================================================= ] 2648/2688 98% [============================================================= ] 2649/2688 98% [============================================================= ] 2650/2688 98% [============================================================= ] 2651/2688 98% [============================================================= ] 2652/2688 98% [============================================================= ] 2653/2688 98% [============================================================= ] 2654/2688 98% [============================================================= ] 2655/2688 98% [============================================================= ] 2656/2688 98% [============================================================= ] 2657/2688 98% [============================================================= ] 2658/2688 98% [============================================================= ] 2659/2688 98% [============================================================= ] 2660/2688 98% [============================================================= ] 2661/2688 98% [============================================================= ] 2662/2688 99% [============================================================= ] 2663/2688 99% [============================================================= ] 2664/2688 99% [============================================================= ] 2665/2688 99% [============================================================= ] 2666/2688 99% [============================================================= ] 2667/2688 99% [============================================================= ] 2668/2688 99% [============================================================= ] 2669/2688 99% [============================================================= ] 2670/2688 99% [============================================================= ] 2671/2688 99% [============================================================= ] 2672/2688 99% [============================================================= ] 2673/2688 99% [============================================================= ] 2674/2688 99% [============================================================= ] 2675/2688 99% [============================================================= ] 2676/2688 99% [============================================================= ] 2677/2688 99% [============================================================= ] 2678/2688 99% [============================================================= ] 2679/2688 99% [============================================================= ] 2680/2688 99% [============================================================= ] 2681/2688 99% [============================================================= ] 2682/2688 99% [============================================================= ] 2683/2688 99% [============================================================= ] 2684/2688 99% [============================================================= ] 2685/2688 99% [============================================================= ] 2686/2688 99% [============================================================= ] 2687/2688 99% [==============================================================] 2688/2688 100% operation complete, 2688 objects in 47128 NAND pages. ln -snf /nvmedata/autobuild/instance-8/output-1/host/powerpc-buildroot-linux-uclibc/sysroot /nvmedata/autobuild/instance-8/output-1/staging make: Leaving directory '/nvmedata/autobuild/instance-8/buildroot' make: Entering directory '/nvmedata/autobuild/instance-8/buildroot' >>> Buildroot 2022.05-952-g2a592f0b2a Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> bootstrap 4.3.1 Collecting legal info css/bootstrap.css: OK (sha256: 35fbb6dc3891aacaf1ffa07abec2344fdbc454aab533a2a03bcf93577eb7837b) >>> host-skeleton Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 11.3.0 Collecting legal info >>> 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-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.0 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> uclibc 1.0.41 Collecting legal info COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-gcc-initial 11.3.0 Collecting legal info >>> 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) >>> host-btrfs-progs 5.16.2 Collecting legal info COPYING: OK (sha256: 0d5bf346df9e635a29dcdddf832dc5b002ca6cdc1c5c9c6c567d2a61bb0c5c15) libbtrfsutil/COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> host-util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> busybox 1.35.0 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> ntp 4.2.8p15 Collecting legal info COPYRIGHT: OK (sha256: 957e6a13445cc61ab1ca3dc80d8c269cf9b0a6d9eaec20f9f39639b0b3e66ee8) >>> 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-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> libevent 2.1.12 Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> openssl Collecting legal info >>> libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> zlib Collecting legal info >>> zlib-ng 2.0.6 Collecting legal info LICENSE.md: OK (sha256: d3c80be055d94d798eaa786116e84fa0b010bc11420b5d2060d978ea77845436) >>> bwm-ng 0.6.3 Collecting legal info COPYING: OK (sha256: 8556cc15ba3c0a411bf7d94bac5870829fb725f294b450c724c1e0856a601556) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> c-periphery 2.3.1 Collecting legal info LICENSE: OK (sha256: 7121a0a2ba36ed9388be2f1a916f0e3584d8e49cc7888fbcfcf83bab2a8bebef) >>> cgic 2.07 Collecting legal info license.txt: OK (sha256: 6a7de92593d64dbf7630d8f66f97e04a899769bef1e055f2434bc06b87b9de62) >>> cukinia 0.6.0 Collecting legal info LICENSE: OK (sha256: b40930bbcf80744c86c46a12bc9da056641d722716c378f5659b9e555ef833e1) LICENSE.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> dhrystone 2 Collecting legal info >>> drbd-utils 9.21.4 Collecting legal info COPYING: OK (sha256: 1ca3e8f71b7de618968e7ea9fe47822d9e704dc476aef8544033abedec355225) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> dtv-scan-tables 57ed2982275045ea5e92ef2a40b9fa58255852e5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) COPYING.LGPL: OK (sha256: 4fd46f32582c29007657e2daad8d0a6d954cf4e9d2e47bae8f8d8c32765fc987) >>> host-e2fsprogs 1.46.5 Collecting legal info NOTICE: OK (sha256: 5da5ef153e559c1d990d4c3eedbedd4442db892d37eae1f35fff069de8ec9020) lib/ss/mit-sipb-copyright.h: OK (sha256: 032989b508f1a72ebee5b3417e55d06d473f9ee203e45ab11864a7e49cdec63d) lib/et/internal.h: OK (sha256: 47182fe6631a32f271a15bbe210751b3825b7199f588879aac7d4804fc8b4b8f) >>> ebtables 2.0.11 Collecting legal info COPYING: OK (sha256: ebdb8ae564c952792017ec680e2edd30443642216eb9f8a3d8fa166c0cb628c1) >>> fcgiwrap 99c942c90063c73734e56bacaa65f947772d9186 Collecting legal info COPYING: OK (sha256: 1504c301f6d417f2626085337e5c3bb3dc0282265089396ab36bfe1942feef1c) >>> libfcgi 2.4.2 Collecting legal info LICENSE.TERMS: OK (sha256: f0a8fe4513a43e8eebb24cdcf9d2e7efc52e4d8259178c6d76d3d84418397d81) >>> fmtools 2.0.7 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> fping 5.1 Collecting legal info COPYING: OK (sha256: 6051b27e4b4a648f7bc8b329024da53a6e95ce88fcf0ccc259c371a74b741757) >>> gd 2.3.3 Collecting legal info COPYING: OK (sha256: 005f4b6b0141d1bd11d371bbf7d4f67947f85a4906b7f5465f942204cf918ba3) >>> libiconv 1.15 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-genimage 15 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-libconfuse 3.3 Collecting legal info LICENSE: OK (sha256: dc3ff4b62f851dd2e94a151061ffeb7d28ddfc880a442068dc5283dbaa927306) >>> host-genpart 1.0.2 Collecting legal info >>> geoip 1.6.12 Collecting legal info COPYING: OK (sha256: 36b6d3fa47916943fd5fec313c584784946047ec1337a78b440e5992cb595f89) >>> git 2.31.2 Collecting legal info COPYING: OK (sha256: 5b2198d1645f767585e8a88ac0499b04472164c0d2da22e75ecf97ef443ab32e) LGPL-2.1: OK (sha256: 1922f45d2c49e390032c9c0ba6d7cac904087f7cec51af30c2b2ad022ce0e76a) >>> libcurl 7.84.0 Collecting legal info COPYING: OK (sha256: 321b1a09ebc30410f2e837c072e5521cf7095b757193af4a7dae1086e36ed31a) >>> inconsolata 001.010 Collecting legal info OFL.txt: OK (sha256: 8bbed014d1c85a9e3f36703816833c9538e140fea88c2bc3a745ce2449dc18ab) >>> inih 55 Collecting legal info LICENSE.txt: OK (sha256: 9ae3b39e83e9158e44b67733baa3bb2d84e80efdcfb14a5820210a42c7abdf7f) >>> host-meson 0.63.0 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.10.2.g51db2.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python-setuptools 63.2.0 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> host-python3 3.10.5 Collecting legal info LICENSE: OK (sha256: f03e17cd594c2085f66a454e695c7ebe5b4d3c0eff534f4f194abc2fd164621b) >>> host-autoconf-archive 2021.02.19 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.4.8 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> host-libffi 3.4.2 Collecting legal info LICENSE: OK (sha256: a61d06e8f7be57928e71e800eb9273b05cb8868c484108afe41e4305bb320dde) >>> initscripts Collecting legal info >>> inotify-tools 3.20.2.2 Collecting legal info COPYING: OK (sha256: e41fc126320a79ed53b5aa3386f059f7d10770856d6fd714ab80a96ce6bd09d6) >>> iodine 0.7.0 Collecting legal info README: OK (sha256: f41a252b2218759aa351270b7ad9791bdd323836b940e35c0614837a5d24dcb7) >>> host-kmod 29 Collecting legal info libkmod/COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-xz 5.2.5 Collecting legal info COPYING: OK (sha256: bcb02973ef6e87ea73d331b3a80df7748407f17efdb784b61b47e0e610d3bb5c) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> leafnode2 2.0.0.alpha20140727b Collecting legal info COPYING: OK (sha256: 59d37f745dc5a2d63a51dff344f4ad89f72e76f8c7b7d877f20880d838b1bec9) COPYING.LGPL: OK (sha256: 0c92246a9d3636e0aa6a244f6c481639b2e530fbbb25bc048ce7acd83e1fc5f6) >>> host-pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> leptonica 1.82.0 Collecting legal info leptonica-license.txt: OK (sha256: 87829abb5bbb00b55a107365da89e9a33f86c4250169e5a1e5588505be7d5806) >>> libao 1.2.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libcap-ng 0.8.3 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> libcsv 3.0.3 Collecting legal info COPYING.LESSER: OK (sha256: 6876b170378d38f65aadd271485f0a5c45beaa043a7d3de5e1636ec927922c83) >>> libg7221 dbfc29d4806ecdace50379a2f4d68a992a6fec34 Collecting legal info COPYING: OK (sha256: 26cc5f718279b45dbe34e25a2d29b2c8ca487bd9ab11b2d68c9318ff59d5c645) >>> libgta 1.2.1 Collecting legal info COPYING: OK (sha256: 36b6d3fa47916943fd5fec313c584784946047ec1337a78b440e5992cb595f89) >>> xz 5.2.5 Collecting legal info COPYING: OK (sha256: bcb02973ef6e87ea73d331b3a80df7748407f17efdb784b61b47e0e610d3bb5c) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libmbus 0.8.0 Collecting legal info COPYING: OK (sha256: ea171a4ae443eca7186f564db2c3cc8b84c1ac343f227f92cd52ec6a948f4a74) >>> libmodbus 3.1.7 Collecting legal info COPYING.LESSER: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> 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) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libpcap 1.10.1 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> libpthsem 2.0.8 Collecting legal info COPYING: OK (sha256: f1b95d3728077d1a3efe7fc17928b1953b1224f6caf9c528e30e570158b7520d) >>> libreplaygain r475 Collecting legal info src/gain_analysis.c: OK (sha256: 511e7b63ce6530b93932d19da3471a6672586339bc131b2699ad4e9b0ee6c9bb) >>> libsndfile 1.1.0 Collecting legal info COPYING: OK (sha256: ad01ea5cd2755f6048383c8d54c88459cd6fcb17757c5c8892f8c5ea060f6140) >>> libsrtp 2.4.2 Collecting legal info LICENSE: OK (sha256: 8e19d42a1eec9561f3f347253ddf2e385c55f392f025bb0fd41b88dbf38db5ae) >>> libvorbis 1.3.7 Collecting legal info COPYING: OK (sha256: ec1815db59fcd302846df949d7424876cb2e2dc5ed1606c5fb0b36787b1cf43a) >>> libxkbcommon 1.4.0 Collecting legal info LICENSE: OK (sha256: 086caee279449369d41c1157911ec7696e707b93feba7280de757d3c470b2dfb) >>> lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> matio 1.5.22 Collecting legal info COPYING: OK (sha256: 3ed9a50d754fcc92d4accb8448e397eafeab686796b2a7445557ce782806e239) >>> mfoc 0.10.7 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-moby-buildkit 0.10.0 Collecting legal info LICENSE: OK (sha256: c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4) >>> host-go 1.18.3 Collecting legal info LICENSE: OK (sha256: 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067) >>> host-go-bootstrap 1.4-bootstrap-20171003 Collecting legal info LICENSE: OK (sha256: dd26a7abddd02e2d0aba97805b31f248ef7835d9e10da289b22e3b8ab78b324d) >>> host-mtools 4.0.38 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> netcalc 2.1.6 Collecting legal info LICENSE: OK (sha256: 745538f8d515d37af6f03442df982a8b211b129e8dc10d0195e33c4b42f8fe5f) >>> netstat-nat 1.4.10 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> open2300 f21982e0b1f8321561e5ad1668307fde97700e1b Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-python-greenlet 1.1.2 Collecting legal info LICENSE: OK (sha256: 769831d6e5dfaf2c20802faccff1fafb4c2025dd8f6253dfa47fcad59d4d0979) LICENSE.PSF: OK (sha256: e5ff3c23c110e494cd7d736c10fd96d462457bafeca310840db6527298c7d46b) >>> qcom-db410c-firmware 1034.2.1 Collecting legal info LICENSE: OK (sha256: 11e60ad6f83c2a86e40dca374c24230b53650dd3e0adf2e72c15f8cafedc2e5a) >>> quotatool 1.6.2 Collecting legal info COPYING: OK (sha256: 94686eeb98a40edc64106c6f8644068d8a08816a510a3cde75e50f1bf470564d) >>> raspi-gpio 4edfde183ff3ac9ed66cdc015ae25e45f3a5502d Collecting legal info LICENSE: OK (sha256: 6e02227e1fb942687163996678d94add7911890c50025912d0ae7ee66d256bb2) >>> rtptools 1.22 Collecting legal info LICENSE: OK (sha256: f864592065e232c0b444ae9682a7a1a2c6aafe96712999f794bec24d4441a6a9) >>> slang 2.3.2 Collecting legal info COPYING: OK (sha256: ff05a90962e7773f8bdc47b2a9585130526039102759b524c1dffbd57cfe469b) >>> sound-theme-borealis 0.9a Collecting legal info >>> spawn-fcgi 1.6.4 Collecting legal info COPYING: OK (sha256: 5c98cad2fbaf5c5e2562bcbab401a7c557c1bb1bac9914ecc63730925052fb13) >>> spidev_test 5.8 Collecting legal info >>> sredird 2.2.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> sshpass 1.09 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> stress 1.0.4 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> sysstat 12.4.2 Collecting legal info COPYING: OK (sha256: db296f2f7f35bca3a174efb0eb392b3b17bd94b341851429a3dff411b1c2fc73) >>> tcpdump 4.99.1 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> ti-uim a0236bc252e6484835ce266ae4a50b361f6a902d Collecting legal info uim.h: OK (sha256: 4e39276507524f938459b05d061ae77562f3f85926fe73027cfcac259cb03d0e) >>> tinymembench 0.4 Collecting legal info LICENSE: OK (sha256: 8ba473aced4630aee2808efe17b53e904a9d68a9b3361de491717f9a4e75da39) >>> tio 1.40 Collecting legal info LICENSE: OK (sha256: 9248dee77ee136321f24556a96e07ff8f90461013941884a9defd0ac825ef131) >>> vorbis-tools 1.4.2 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> whetstone 1.2 Collecting legal info >>> wilc-firmware wilc_linux_15_7 Collecting legal info LICENSE.wilc_fw: OK (sha256: 71355eee947a312594dbdaac039827544f93d23949b65c356b7b0ce09e2600fb) >>> ytree 2.04 Collecting legal info COPYING: OK (sha256: eb6bf7204569b4fe8eaf9d4dffc57e44047c5efb5deba1b2d99069ddbc99d031) >>> zstd 1.5.2 Collecting legal info LICENSE: OK (sha256: 2c1a7fa704df8f3a606f6fc010b8b5aaebf403f3aeec339a12048f1ba7331a0b) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> zziplib 0.13.72 Collecting legal info docs/COPYING.LIB: OK (sha256: 94b03f1a60a7fd5007149530626a895a6ef5a8b9342abfd56860c5f3956f5d23) docs/COPYING.MPL: OK (sha256: c2aa7d58cebd24cb877bbf11d6b13a4bb7cd08b9d7db5d3037ca06c46bf4cfd8) docs/copying.htm: OK (sha256: 1c6da11efe8c43ee853fe5b21501dd72b81831ae84d58ea376bddc0620a5c361) >>> host-acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-fakeroot 1.26 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-makedevs Collecting legal info >>> host-mkpasswd Collecting legal info >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-11.3.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-11.3.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: dhrystone-2: cannot save license (DHRYSTONE_LICENSE_FILES not defined) WARNING: genpart-1.0.2: cannot save license (HOST_GENPART_LICENSE_FILES not defined) WARNING: sound-theme-borealis-0.9a: cannot save license (SOUND_THEME_BOREALIS_LICENSE_FILES not defined) WARNING: spidev_test-5.8: cannot save license (SPIDEV_TEST_LICENSE_FILES not defined) WARNING: whetstone-1.2: cannot save license (WHETSTONE_LICENSE_FILES not defined) Legal info produced in /nvmedata/autobuild/instance-8/output-1/legal-info make: Leaving directory '/nvmedata/autobuild/instance-8/buildroot'