0K .......... .......... .......... ........ 100% 9.19M=0.004s 2022-06-04 17:56:36 (9.19 MB/s) - '/home/autobuild/autobuild/instance-6/output-1/build/.0.2.9.tar.gz.Zc1AM5/output' saved [39689/39689] 0.2.9.tar.gz: OK (sha256: 9b0912bf683eb839b6e57c9255c83894c3b700d16489a49d319c54c1abf8f6d7) >>> host-yaffs2utils 0.2.9 Extracting gzip -d -c /home/autobuild/autobuild/instance-6/dl/yaffs2utils/0.2.9.tar.gz | tar --strip-components=1 -C /home/autobuild/autobuild/instance-6/output-1/build/host-yaffs2utils-0.2.9 -xf - >>> host-yaffs2utils 0.2.9 Patching >>> host-yaffs2utils 0.2.9 Configuring >>> host-yaffs2utils 0.2.9 Building PATH="/home/autobuild/autobuild/instance-6/output-1/host/bin:/home/autobuild/autobuild/instance-6/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" PKG_CONFIG="/home/autobuild/autobuild/instance-6/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="/home/autobuild/autobuild/instance-6/output-1/host/lib/pkgconfig:/home/autobuild/autobuild/instance-6/output-1/host/share/pkgconfig" /usr/bin/make -j1 -C /home/autobuild/autobuild/instance-6/output-1/build/host-yaffs2utils-0.2.9 make[1]: Entering directory '/home/autobuild/autobuild/instance-6/output-1/build/host-yaffs2utils-0.2.9' gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o yaffs2/yaffs_hweight.o yaffs2/yaffs_hweight.c gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o yaffs2/yaffs_ecc.o yaffs2/yaffs_ecc.c gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o yaffs2/yaffs_packedtags1.o yaffs2/yaffs_packedtags1.c gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o yaffs2/yaffs_packedtags2.o yaffs2/yaffs_packedtags2.c gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o safe_rw.o safe_rw.c gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o endian_convert.o endian_convert.c gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o progress_bar.o progress_bar.c gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o mkyaffs2.o mkyaffs2.c In function 'mkyaffs2_write_obj', inlined from 'mkyaffs2_write_objtree' at mkyaffs2.c:780:11: mkyaffs2.c:696:9: warning: 'strncpy' output may be truncated copying 255 bytes from a string of length 255 [-Wstringop-truncation] 696 | strncpy(oh.name, obj->name, YAFFS_MAX_NAME_LENGTH); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mkyaffs2.c: In function 'mkyaffs2_scan_dir': mkyaffs2.c:595:17: warning: 'strncpy' output may be truncated copying 255 bytes from a string of length 255 [-Wstringop-truncation] 595 | strncpy(obj->name, dent->d_name, NAME_MAX); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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 In function 'unyaffs2_oh2obj', 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: unyaffs2.c:632:9: warning: 'strncpy' output may be truncated copying 255 bytes from a string of length 255 [-Wstringop-truncation] 632 | strncpy(obj->name, oh->name, NAME_MAX); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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 '/home/autobuild/autobuild/instance-6/output-1/build/host-yaffs2utils-0.2.9' >>> host-yaffs2utils 0.2.9 Installing to host directory mkdir -p /home/autobuild/autobuild/instance-6/output-1/host/bin PATH="/home/autobuild/autobuild/instance-6/output-1/host/bin:/home/autobuild/autobuild/instance-6/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" PKG_CONFIG="/home/autobuild/autobuild/instance-6/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="/home/autobuild/autobuild/instance-6/output-1/host/lib/pkgconfig:/home/autobuild/autobuild/instance-6/output-1/host/share/pkgconfig" /usr/bin/make -j1 -C /home/autobuild/autobuild/instance-6/output-1/build/host-yaffs2utils-0.2.9 INSTALLDIR=/home/autobuild/autobuild/instance-6/output-1/host/bin install make[1]: Entering directory '/home/autobuild/autobuild/instance-6/output-1/build/host-yaffs2utils-0.2.9' cp mkyaffs2 unyaffs2 unspare2 /home/autobuild/autobuild/instance-6/output-1/host/bin make[1]: Leaving directory '/home/autobuild/autobuild/instance-6/output-1/build/host-yaffs2utils-0.2.9' >>> Finalizing host directory >>> Finalizing target directory mkdir -p /home/autobuild/autobuild/instance-6/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O1', '-g0', '-static'@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_LDFLAGS@%'-static'@PKG_TARGET_LDFLAGS@%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O1', '-g0', '-static', '-static'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_CC@%/home/autobuild/autobuild/instance-6/output-1/host/bin/aarch64-buildroot-linux-uclibc-gcc%g" -e "s%@TARGET_CXX@%/home/autobuild/autobuild/instance-6/output-1/host/bin/aarch64-buildroot-linux-uclibc-g++%g" -e "s%@TARGET_AR@%/home/autobuild/autobuild/instance-6/output-1/host/bin/aarch64-buildroot-linux-uclibc-gcc-ar%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%aarch64%g" -e "s%@TARGET_CPU@%thunderxt88p1%g" -e "s%@TARGET_ENDIAN@%little%g" -e "s%@TARGET_CFLAGS@%%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%%g" -e "s%@BR2_CMAKE@%/home/autobuild/autobuild/instance-6/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/autobuild/autobuild/instance-6/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/autobuild/autobuild/instance-6/output-1/host%g" -e "s%@STAGING_DIR@%/home/autobuild/autobuild/instance-6/output-1/host/aarch64-buildroot-linux-uclibc/sysroot%g" -e "s%@STATIC@%true%g" /home/autobuild/autobuild/instance-6/buildroot/support/misc/cross-compilation.conf.in > /home/autobuild/autobuild/instance-6/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/home/autobuild/autobuild/instance-6/output-1/host/bin/aarch64-buildroot-linux-uclibc-gcc%g" -e "s%@TARGET_CXX@%/home/autobuild/autobuild/instance-6/output-1/host/bin/aarch64-buildroot-linux-uclibc-g++%g" -e "s%@TARGET_AR@%/home/autobuild/autobuild/instance-6/output-1/host/bin/aarch64-buildroot-linux-uclibc-gcc-ar%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%aarch64%g" -e "s%@TARGET_CPU@%thunderxt88p1%g" -e "s%@TARGET_ENDIAN@%little%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O1', '-g0', '-static'%g" -e "s%@TARGET_LDFLAGS@%'-static'%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O1', '-g0', '-static', '-static'%g" -e "s%@BR2_CMAKE@%/home/autobuild/autobuild/instance-6/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/autobuild/autobuild/instance-6/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/autobuild/autobuild/instance-6/output-1/host%g" -e "s%@STAGING_DIR@%/home/autobuild/autobuild/instance-6/output-1/host/aarch64-buildroot-linux-uclibc/sysroot%g" -e "s%@STATIC@%true%g" /home/autobuild/autobuild/instance-6/buildroot/support/misc/cross-compilation.conf.in > /home/autobuild/autobuild/instance-6/output-1/host/etc/meson/cross-compilation.conf /usr/bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~#ttyS0::respawn:/sbin/getty -L ttyS0 115200 vt100 #~' /home/autobuild/autobuild/instance-6/output-1/target/etc/inittab /usr/bin/sed -i -e '/^[^#].*-o remount,rw \/$/s~^~#~' /home/autobuild/autobuild/instance-6/output-1/target/etc/inittab if grep -q CONFIG_ASH=y /home/autobuild/autobuild/instance-6/output-1/build/busybox-1.35.0/.config; then grep -qsE '^/bin/ash$' /home/autobuild/autobuild/instance-6/output-1/target/etc/shells || echo "/bin/ash" >> /home/autobuild/autobuild/instance-6/output-1/target/etc/shells; fi if grep -q CONFIG_HUSH=y /home/autobuild/autobuild/instance-6/output-1/build/busybox-1.35.0/.config; then grep -qsE '^/bin/hush$' /home/autobuild/autobuild/instance-6/output-1/target/etc/shells || echo "/bin/hush" >> /home/autobuild/autobuild/instance-6/output-1/target/etc/shells; fi mkdir -p /home/autobuild/autobuild/instance-6/output-1/target/etc echo "buildroot" > /home/autobuild/autobuild/instance-6/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/autobuild/autobuild/instance-6/output-1/target/etc/hosts mkdir -p /home/autobuild/autobuild/instance-6/output-1/target/etc echo "Welcome to Buildroot" > /home/autobuild/autobuild/instance-6/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /home/autobuild/autobuild/instance-6/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /home/autobuild/autobuild/instance-6/output-1/target/etc/shells || echo "/bin/sh" >> /home/autobuild/autobuild/instance-6/output-1/target/etc/shells if [ -x /home/autobuild/autobuild/instance-6/output-1/target/sbin/swapon -a -x /home/autobuild/autobuild/instance-6/output-1/target/sbin/swapoff ]; then /usr/bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /home/autobuild/autobuild/instance-6/output-1/target/etc/inittab; else /usr/bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /home/autobuild/autobuild/instance-6/output-1/target/etc/inittab; fi rm -rf /home/autobuild/autobuild/instance-6/output-1/target/usr/include /home/autobuild/autobuild/instance-6/output-1/target/usr/share/aclocal \ /home/autobuild/autobuild/instance-6/output-1/target/usr/lib/pkgconfig /home/autobuild/autobuild/instance-6/output-1/target/usr/share/pkgconfig \ /home/autobuild/autobuild/instance-6/output-1/target/usr/lib/cmake /home/autobuild/autobuild/instance-6/output-1/target/usr/share/cmake \ /home/autobuild/autobuild/instance-6/output-1/target/usr/doc find /home/autobuild/autobuild/instance-6/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/autobuild/autobuild/instance-6/output-1/target/lib/ /home/autobuild/autobuild/instance-6/output-1/target/usr/lib/ /home/autobuild/autobuild/instance-6/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /home/autobuild/autobuild/instance-6/output-1/target/usr/share/gdb rm -rf /home/autobuild/autobuild/instance-6/output-1/target/usr/share/bash-completion rm -rf /home/autobuild/autobuild/instance-6/output-1/target/etc/bash_completion.d rm -rf /home/autobuild/autobuild/instance-6/output-1/target/usr/share/zsh rm -rf /home/autobuild/autobuild/instance-6/output-1/target/usr/man /home/autobuild/autobuild/instance-6/output-1/target/usr/share/man rm -rf /home/autobuild/autobuild/instance-6/output-1/target/usr/info /home/autobuild/autobuild/instance-6/output-1/target/usr/share/info rm -rf /home/autobuild/autobuild/instance-6/output-1/target/usr/doc /home/autobuild/autobuild/instance-6/output-1/target/usr/share/doc rm -rf /home/autobuild/autobuild/instance-6/output-1/target/usr/share/gtk-doc rmdir /home/autobuild/autobuild/instance-6/output-1/target/usr/share 2>/dev/null || true rm -rf /home/autobuild/autobuild/instance-6/output-1/target/lib/debug /home/autobuild/autobuild/instance-6/output-1/target/usr/lib/debug find /home/autobuild/autobuild/instance-6/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /bin/true 2>/dev/null || true find /home/autobuild/autobuild/instance-6/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /home/autobuild/autobuild/instance-6/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/autobuild/autobuild/instance-6/output-1/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /home/autobuild/autobuild/instance-6/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2022.05-rc2-38-gbc3de65655"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2022.05-rc2"; \ echo "PRETTY_NAME=\"Buildroot 2022.05-rc2\"" \ ) > /home/autobuild/autobuild/instance-6/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/autobuild/autobuild/instance-6/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/autobuild/autobuild/instance-6/output-1/per-package /home/autobuild/autobuild/instance-6/buildroot/support/scripts/fix-rpath target touch /home/autobuild/autobuild/instance-6/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs mkdir -p /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs printf ' news -1 news -1 * - - - Leafnode2 daemon\n sshd -1 sshd -1 * /var/empty - - SSH drop priv user\n - - sudo -1 - - - -\n ftp -1 ftp -1 * /home/ftp - - Anonymous FTP User\n\n' >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/full_users_table.txt printf ' /bin/busybox f 4755 0 0 - - - - -\n \n \n \n /var/empty d 755 root root - - - - -\n /usr/bin/sudo f 4755 0 0 - - - - -\n\n' > /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.btrfs mkdir -p /home/autobuild/autobuild/instance-6/output-1/images rm -rf /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/btrfs mkdir -p /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/btrfs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-6/output-1/target/ /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/btrfs/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/btrfs/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/btrfs/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/btrfs/target" >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/btrfs/fakeroot PATH="/home/autobuild/autobuild/instance-6/output-1/host/bin:/home/autobuild/autobuild/instance-6/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/autobuild/instance-6/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/btrfs/target >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/btrfs/fakeroot echo "/home/autobuild/autobuild/instance-6/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/btrfs/target" >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/btrfs/fakeroot echo "find /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/btrfs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/btrfs/fakeroot echo "find /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/btrfs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/btrfs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/btrfs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/btrfs/fakeroot printf ' rm -f -f /home/autobuild/autobuild/instance-6/output-1/images/rootfs.btrfs\n /home/autobuild/autobuild/instance-6/output-1/host/bin/mkfs.btrfs -f -r '\''/home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/btrfs/target'\'' -L '\'''\'' --byte-count '\''100m'\'' --nodesize '\''16384'\'' --sectorsize '\''4096'\'' /home/autobuild/autobuild/instance-6/output-1/images/rootfs.btrfs\n' >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/btrfs/fakeroot chmod a+x /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/btrfs/fakeroot PATH="/home/autobuild/autobuild/instance-6/output-1/host/bin:/home/autobuild/autobuild/instance-6/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-6/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/btrfs/fakeroot rootdir=/home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/btrfs/target table='/home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/full_devices_table.txt' WARNING: the filesystem may not be mountable, sectorsize 4096 doesn't match page size 16384 ERROR: zoned: unable to stat /home/autobuild/autobuild/instance-6/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: c7acf58f-5203-4d8c-bba9-b6a4598f95a0 Node size: 16384 Sector size: 4096 Filesystem size: 245.00MiB Block group profiles: Data: single 112.00MiB Metadata: DUP 32.00MiB 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 245.00MiB /home/autobuild/autobuild/instance-6/output-1/images/rootfs.btrfs >>> Generating filesystem image rootfs.romfs mkdir -p /home/autobuild/autobuild/instance-6/output-1/images rm -rf /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/romfs mkdir -p /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/romfs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-6/output-1/target/ /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/romfs/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/romfs/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/romfs/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/romfs/target" >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/romfs/fakeroot PATH="/home/autobuild/autobuild/instance-6/output-1/host/bin:/home/autobuild/autobuild/instance-6/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/autobuild/instance-6/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/romfs/target >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/romfs/fakeroot echo "/home/autobuild/autobuild/instance-6/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/romfs/target" >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/romfs/fakeroot echo "find /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/romfs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/romfs/fakeroot echo "find /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/romfs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/romfs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/romfs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/romfs/fakeroot printf ' /home/autobuild/autobuild/instance-6/output-1/host/bin/genromfs -d /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/romfs/target -f /home/autobuild/autobuild/instance-6/output-1/images/rootfs.romfs\n' >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/romfs/fakeroot chmod a+x /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/romfs/fakeroot PATH="/home/autobuild/autobuild/instance-6/output-1/host/bin:/home/autobuild/autobuild/instance-6/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-6/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/romfs/fakeroot rootdir=/home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/romfs/target table='/home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/full_devices_table.txt' >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/autobuild/autobuild/instance-6/output-1/images rm -rf /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-6/output-1/target/ /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-6/output-1/host/bin:/home/autobuild/autobuild/instance-6/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/autobuild/instance-6/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/target >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/autobuild/autobuild/instance-6/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/autobuild/autobuild/instance-6/output-1/host/bin/mkyaffs2 --all-root /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/target /home/autobuild/autobuild/instance-6/output-1/images/rootfs.yaffs2\n' >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-6/output-1/host/bin:/home/autobuild/autobuild/instance-6/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-6/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/target table='/home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][done] scanning complete, total 2800 objects. stage 2: creating image '/home/autobuild/autobuild/instance-6/output-1/images/rootfs.yaffs2' [ ] 1/2800 0% [ ] 2/2800 0% [ ] 3/2800 0% [ ] 4/2800 0% [ ] 5/2800 0% [ ] 6/2800 0% [ ] 7/2800 0% [ ] 8/2800 0% [ ] 9/2800 0% [ ] 10/2800 0% [ ] 11/2800 0% [ ] 12/2800 0% [ ] 13/2800 0% [ ] 14/2800 0% [ ] 15/2800 0% [ ] 16/2800 0% [ ] 17/2800 0% [ ] 18/2800 0% [ ] 19/2800 0% [ ] 20/2800 0% [ ] 21/2800 0% [ ] 22/2800 0% [ ] 23/2800 0% [ ] 24/2800 0% [ ] 25/2800 0% [ ] 26/2800 0% [ ] 27/2800 0% [ ] 28/2800 1% [ ] 29/2800 1% [ ] 30/2800 1% [ ] 31/2800 1% [ ] 32/2800 1% [ ] 33/2800 1% [ ] 34/2800 1% [ ] 35/2800 1% [ ] 36/2800 1% [ ] 37/2800 1% [ ] 38/2800 1% [ ] 39/2800 1% [ ] 40/2800 1% [ ] 41/2800 1% [ ] 42/2800 1% [ ] 43/2800 1% [ ] 44/2800 1% [ ] 45/2800 1% [= ] 46/2800 1% [= ] 47/2800 1% [= ] 48/2800 1% [= ] 49/2800 1% [= ] 50/2800 1% [= ] 51/2800 1% [= ] 52/2800 1% [= ] 53/2800 1% [= ] 54/2800 1% [= ] 55/2800 1% [= ] 56/2800 2% [= ] 57/2800 2% [= ] 58/2800 2% [= ] 59/2800 2% [= ] 60/2800 2% [= ] 61/2800 2% [= ] 62/2800 2% [= ] 63/2800 2% [= ] 64/2800 2% [= ] 65/2800 2% [= ] 66/2800 2% [= ] 67/2800 2% [= ] 68/2800 2% [= ] 69/2800 2% [= ] 70/2800 2% [= ] 71/2800 2% [= ] 72/2800 2% [= ] 73/2800 2% [= ] 74/2800 2% [= ] 75/2800 2% [= ] 76/2800 2% [= ] 77/2800 2% [= ] 78/2800 2% [= ] 79/2800 2% [= ] 80/2800 2% [= ] 81/2800 2% [= ] 82/2800 2% [= ] 83/2800 2% [= ] 84/2800 3% [= ] 85/2800 3% [= ] 86/2800 3% [= ] 87/2800 3% [= ] 88/2800 3% [= ] 89/2800 3% [= ] 90/2800 3% [== ] 91/2800 3% [== ] 92/2800 3% [== ] 93/2800 3% [== ] 94/2800 3% [== ] 95/2800 3% [== ] 96/2800 3% [== ] 97/2800 3% [== ] 98/2800 3% [== ] 99/2800 3% [== ] 100/2800 3% [== ] 101/2800 3% [== ] 102/2800 3% [== ] 103/2800 3% [== ] 104/2800 3% [== ] 105/2800 3% [== ] 106/2800 3% [== ] 107/2800 3% [== ] 108/2800 3% [== ] 109/2800 3% [== ] 110/2800 3% [== ] 111/2800 3% [== ] 112/2800 4% [== ] 113/2800 4% [== ] 114/2800 4% [== ] 115/2800 4% [== ] 116/2800 4% [== ] 117/2800 4% [== ] 118/2800 4% [== ] 119/2800 4% [== ] 120/2800 4% [== ] 121/2800 4% [== ] 122/2800 4% [== ] 123/2800 4% [== ] 124/2800 4% [== ] 125/2800 4% [== ] 126/2800 4% [== ] 127/2800 4% [== ] 128/2800 4% [== ] 129/2800 4% [== ] 130/2800 4% [== ] 131/2800 4% [== ] 132/2800 4% [== ] 133/2800 4% [== ] 134/2800 4% [== ] 135/2800 4% [=== ] 136/2800 4% [=== ] 137/2800 4% [=== ] 138/2800 4% [=== ] 139/2800 4% [=== ] 140/2800 5% [=== ] 141/2800 5% [=== ] 142/2800 5% [=== ] 143/2800 5% [=== ] 144/2800 5% [=== ] 145/2800 5% [=== ] 146/2800 5% [=== ] 147/2800 5% [=== ] 148/2800 5% [=== ] 149/2800 5% [=== ] 150/2800 5% [=== ] 151/2800 5% [=== ] 152/2800 5% [=== ] 153/2800 5% [=== ] 154/2800 5% [=== ] 155/2800 5% [=== ] 156/2800 5% [=== ] 157/2800 5% [=== ] 158/2800 5% [=== ] 159/2800 5% [=== ] 160/2800 5% [=== ] 161/2800 5% [=== ] 162/2800 5% [=== ] 163/2800 5% [=== ] 164/2800 5% [=== ] 165/2800 5% [=== ] 166/2800 5% [=== ] 167/2800 5% [=== ] 168/2800 6% [=== ] 169/2800 6% [=== ] 170/2800 6% [=== ] 171/2800 6% [=== ] 172/2800 6% [=== ] 173/2800 6% [=== ] 174/2800 6% [=== ] 175/2800 6% [=== ] 176/2800 6% [=== ] 177/2800 6% [=== ] 178/2800 6% [=== ] 179/2800 6% [=== ] 180/2800 6% [==== ] 181/2800 6% [==== ] 182/2800 6% [==== ] 183/2800 6% [==== ] 184/2800 6% [==== ] 185/2800 6% [==== ] 186/2800 6% [==== ] 187/2800 6% [==== ] 188/2800 6% [==== ] 189/2800 6% [==== ] 190/2800 6% [==== ] 191/2800 6% [==== ] 192/2800 6% [==== ] 193/2800 6% [==== ] 194/2800 6% [==== ] 195/2800 6% [==== ] 196/2800 7% [==== ] 197/2800 7% [==== ] 198/2800 7% [==== ] 199/2800 7% [==== ] 200/2800 7% [==== ] 201/2800 7% [==== ] 202/2800 7% [==== ] 203/2800 7% [==== ] 204/2800 7% [==== ] 205/2800 7% [==== ] 206/2800 7% [==== ] 207/2800 7% [==== ] 208/2800 7% [==== ] 209/2800 7% [==== ] 210/2800 7% [==== ] 211/2800 7% [==== ] 212/2800 7% [==== ] 213/2800 7% [==== ] 214/2800 7% [==== ] 215/2800 7% [==== ] 216/2800 7% [==== ] 217/2800 7% [==== ] 218/2800 7% [==== ] 219/2800 7% [==== ] 220/2800 7% [==== ] 221/2800 7% [==== ] 222/2800 7% [==== ] 223/2800 7% [==== ] 224/2800 8% [==== ] 225/2800 8% [===== ] 226/2800 8% [===== ] 227/2800 8% [===== ] 228/2800 8% [===== ] 229/2800 8% [===== ] 230/2800 8% [===== ] 231/2800 8% [===== ] 232/2800 8% [===== ] 233/2800 8% [===== ] 234/2800 8% [===== ] 235/2800 8% [===== ] 236/2800 8% [===== ] 237/2800 8% [===== ] 238/2800 8% [===== ] 239/2800 8% [===== ] 240/2800 8% [===== ] 241/2800 8% [===== ] 242/2800 8% [===== ] 243/2800 8% [===== ] 244/2800 8% [===== ] 245/2800 8% [===== ] 246/2800 8% [===== ] 247/2800 8% [===== ] 248/2800 8% [===== ] 249/2800 8% [===== ] 250/2800 8% [===== ] 251/2800 8% [===== ] 252/2800 9% [===== ] 253/2800 9% [===== ] 254/2800 9% [===== ] 255/2800 9% [===== ] 256/2800 9% [===== ] 257/2800 9% [===== ] 258/2800 9% [===== ] 259/2800 9% [===== ] 260/2800 9% [===== ] 261/2800 9% [===== ] 262/2800 9% [===== ] 263/2800 9% [===== ] 264/2800 9% [===== ] 265/2800 9% [===== ] 266/2800 9% [===== ] 267/2800 9% [===== ] 268/2800 9% [===== ] 269/2800 9% [===== ] 270/2800 9% [====== ] 271/2800 9% [====== ] 272/2800 9% [====== ] 273/2800 9% [====== ] 274/2800 9% [====== ] 275/2800 9% [====== ] 276/2800 9% [====== ] 277/2800 9% [====== ] 278/2800 9% [====== ] 279/2800 9% [====== ] 280/2800 10% [====== ] 281/2800 10% [====== ] 282/2800 10% [====== ] 283/2800 10% [====== ] 284/2800 10% [====== ] 285/2800 10% [====== ] 286/2800 10% [====== ] 287/2800 10% [====== ] 288/2800 10% [====== ] 289/2800 10% [====== ] 290/2800 10% [====== ] 291/2800 10% [====== ] 292/2800 10% [====== ] 293/2800 10% [====== ] 294/2800 10% [====== ] 295/2800 10% [====== ] 296/2800 10% [====== ] 297/2800 10% [====== ] 298/2800 10% [====== ] 299/2800 10% [====== ] 300/2800 10% [====== ] 301/2800 10% [====== ] 302/2800 10% [====== ] 303/2800 10% [====== ] 304/2800 10% [====== ] 305/2800 10% [====== ] 306/2800 10% [====== ] 307/2800 10% [====== ] 308/2800 11% [====== ] 309/2800 11% [====== ] 310/2800 11% [====== ] 311/2800 11% [====== ] 312/2800 11% [====== ] 313/2800 11% [====== ] 314/2800 11% [====== ] 315/2800 11% [====== ] 316/2800 11% [======= ] 317/2800 11% [======= ] 318/2800 11% [======= ] 319/2800 11% [======= ] 320/2800 11% [======= ] 321/2800 11% [======= ] 322/2800 11% [======= ] 323/2800 11% [======= ] 324/2800 11% [======= ] 325/2800 11% [======= ] 326/2800 11% [======= ] 327/2800 11% [======= ] 328/2800 11% [======= ] 329/2800 11% [======= ] 330/2800 11% [======= ] 331/2800 11% [======= ] 332/2800 11% [======= ] 333/2800 11% [======= ] 334/2800 11% [======= ] 335/2800 11% [======= ] 336/2800 12% [======= ] 337/2800 12% [======= ] 338/2800 12% [======= ] 339/2800 12% [======= ] 340/2800 12% [======= ] 341/2800 12% [======= ] 342/2800 12% [======= ] 343/2800 12% [======= ] 344/2800 12% [======= ] 345/2800 12% [======= ] 346/2800 12% [======= ] 347/2800 12% [======= ] 348/2800 12% [======= ] 349/2800 12% [======= ] 350/2800 12% [======= ] 351/2800 12% [======= ] 352/2800 12% [======= ] 353/2800 12% [======= ] 354/2800 12% [======= ] 355/2800 12% [======= ] 356/2800 12% [======= ] 357/2800 12% [======= ] 358/2800 12% [======= ] 359/2800 12% [======= ] 360/2800 12% [======= ] 361/2800 12% [======== ] 362/2800 12% [======== ] 363/2800 12% [======== ] 364/2800 13% [======== ] 365/2800 13% [======== ] 366/2800 13% [======== ] 367/2800 13% [======== ] 368/2800 13% [======== ] 369/2800 13% [======== ] 370/2800 13% [======== ] 371/2800 13% [======== ] 372/2800 13% [======== ] 373/2800 13% [======== ] 374/2800 13% [======== ] 375/2800 13% [======== ] 376/2800 13% [======== ] 377/2800 13% [======== ] 378/2800 13% [======== ] 379/2800 13% [======== ] 380/2800 13% [======== ] 381/2800 13% [======== ] 382/2800 13% [======== ] 383/2800 13% [======== ] 384/2800 13% [======== ] 385/2800 13% [======== ] 386/2800 13% [======== ] 387/2800 13% [======== ] 388/2800 13% [======== ] 389/2800 13% [======== ] 390/2800 13% [======== ] 391/2800 13% [======== ] 392/2800 14% [======== ] 393/2800 14% [======== ] 394/2800 14% [======== ] 395/2800 14% [======== ] 396/2800 14% [======== ] 397/2800 14% [======== ] 398/2800 14% [======== ] 399/2800 14% [======== ] 400/2800 14% [======== ] 401/2800 14% [======== ] 402/2800 14% [======== ] 403/2800 14% [======== ] 404/2800 14% [======== ] 405/2800 14% [======== ] 406/2800 14% [========= ] 407/2800 14% [========= ] 408/2800 14% [========= ] 409/2800 14% [========= ] 410/2800 14% [========= ] 411/2800 14% [========= ] 412/2800 14% [========= ] 413/2800 14% [========= ] 414/2800 14% [========= ] 415/2800 14% [========= ] 416/2800 14% [========= ] 417/2800 14% [========= ] 418/2800 14% [========= ] 419/2800 14% [========= ] 420/2800 15% [========= ] 421/2800 15% [========= ] 422/2800 15% [========= ] 423/2800 15% [========= ] 424/2800 15% [========= ] 425/2800 15% [========= ] 426/2800 15% [========= ] 427/2800 15% [========= ] 428/2800 15% [========= ] 429/2800 15% [========= ] 430/2800 15% [========= ] 431/2800 15% [========= ] 432/2800 15% [========= ] 433/2800 15% [========= ] 434/2800 15% [========= ] 435/2800 15% [========= ] 436/2800 15% [========= ] 437/2800 15% [========= ] 438/2800 15% [========= ] 439/2800 15% [========= ] 440/2800 15% [========= ] 441/2800 15% [========= ] 442/2800 15% [========= ] 443/2800 15% [========= ] 444/2800 15% [========= ] 445/2800 15% [========= ] 446/2800 15% [========= ] 447/2800 15% [========= ] 448/2800 16% [========= ] 449/2800 16% [========= ] 450/2800 16% [========= ] 451/2800 16% [========== ] 452/2800 16% [========== ] 453/2800 16% [========== ] 454/2800 16% [========== ] 455/2800 16% [========== ] 456/2800 16% [========== ] 457/2800 16% [========== ] 458/2800 16% [========== ] 459/2800 16% [========== ] 460/2800 16% [========== ] 461/2800 16% [========== ] 462/2800 16% [========== ] 463/2800 16% [========== ] 464/2800 16% [========== ] 465/2800 16% [========== ] 466/2800 16% [========== ] 467/2800 16% [========== ] 468/2800 16% [========== ] 469/2800 16% [========== ] 470/2800 16% [========== ] 471/2800 16% [========== ] 472/2800 16% [========== ] 473/2800 16% [========== ] 474/2800 16% [========== ] 475/2800 16% [========== ] 476/2800 17% [========== ] 477/2800 17% [========== ] 478/2800 17% [========== ] 479/2800 17% [========== ] 480/2800 17% [========== ] 481/2800 17% [========== ] 482/2800 17% [========== ] 483/2800 17% [========== ] 484/2800 17% [========== ] 485/2800 17% [========== ] 486/2800 17% [========== ] 487/2800 17% [========== ] 488/2800 17% [========== ] 489/2800 17% [========== ] 490/2800 17% [========== ] 491/2800 17% [========== ] 492/2800 17% [========== ] 493/2800 17% [========== ] 494/2800 17% [========== ] 495/2800 17% [========== ] 496/2800 17% [=========== ] 497/2800 17% [=========== ] 498/2800 17% [=========== ] 499/2800 17% [=========== ] 500/2800 17% [=========== ] 501/2800 17% [=========== ] 502/2800 17% [=========== ] 503/2800 17% [=========== ] 504/2800 18% [=========== ] 505/2800 18% [=========== ] 506/2800 18% [=========== ] 507/2800 18% [=========== ] 508/2800 18% [=========== ] 509/2800 18% [=========== ] 510/2800 18% [=========== ] 511/2800 18% [=========== ] 512/2800 18% [=========== ] 513/2800 18% [=========== ] 514/2800 18% [=========== ] 515/2800 18% [=========== ] 516/2800 18% [=========== ] 517/2800 18% [=========== ] 518/2800 18% [=========== ] 519/2800 18% [=========== ] 520/2800 18% [=========== ] 521/2800 18% [=========== ] 522/2800 18% [=========== ] 523/2800 18% [=========== ] 524/2800 18% [=========== ] 525/2800 18% [=========== ] 526/2800 18% [=========== ] 527/2800 18% [=========== ] 528/2800 18% [=========== ] 529/2800 18% [=========== ] 530/2800 18% [=========== ] 531/2800 18% [=========== ] 532/2800 19% [=========== ] 533/2800 19% [=========== ] 534/2800 19% [=========== ] 535/2800 19% [=========== ] 536/2800 19% [=========== ] 537/2800 19% [=========== ] 538/2800 19% [=========== ] 539/2800 19% [=========== ] 540/2800 19% [=========== ] 541/2800 19% [============ ] 542/2800 19% [============ ] 543/2800 19% [============ ] 544/2800 19% [============ ] 545/2800 19% [============ ] 546/2800 19% [============ ] 547/2800 19% [============ ] 548/2800 19% [============ ] 549/2800 19% [============ ] 550/2800 19% [============ ] 551/2800 19% [============ ] 552/2800 19% [============ ] 553/2800 19% [============ ] 554/2800 19% [============ ] 555/2800 19% [============ ] 556/2800 19% [============ ] 557/2800 19% [============ ] 558/2800 19% [============ ] 559/2800 19% [============ ] 560/2800 20% [============ ] 561/2800 20% [============ ] 562/2800 20% [============ ] 563/2800 20% [============ ] 564/2800 20% [============ ] 565/2800 20% [============ ] 566/2800 20% [============ ] 567/2800 20% [============ ] 568/2800 20% [============ ] 569/2800 20% [============ ] 570/2800 20% [============ ] 571/2800 20% [============ ] 572/2800 20% [============ ] 573/2800 20% [============ ] 574/2800 20% [============ ] 575/2800 20% [============ ] 576/2800 20% [============ ] 577/2800 20% [============ ] 578/2800 20% [============ ] 579/2800 20% [============ ] 580/2800 20% [============ ] 581/2800 20% [============ ] 582/2800 20% [============ ] 583/2800 20% [============ ] 584/2800 20% [============ ] 585/2800 20% [============ ] 586/2800 20% [============ ] 587/2800 20% [============= ] 588/2800 21% [============= ] 589/2800 21% [============= ] 590/2800 21% [============= ] 591/2800 21% [============= ] 592/2800 21% [============= ] 593/2800 21% [============= ] 594/2800 21% [============= ] 595/2800 21% [============= ] 596/2800 21% [============= ] 597/2800 21% [============= ] 598/2800 21% [============= ] 599/2800 21% [============= ] 600/2800 21% [============= ] 601/2800 21% [============= ] 602/2800 21% [============= ] 603/2800 21% [============= ] 604/2800 21% [============= ] 605/2800 21% [============= ] 606/2800 21% [============= ] 607/2800 21% [============= ] 608/2800 21% [============= ] 609/2800 21% [============= ] 610/2800 21% [============= ] 611/2800 21% [============= ] 612/2800 21% [============= ] 613/2800 21% [============= ] 614/2800 21% [============= ] 615/2800 21% [============= ] 616/2800 22% [============= ] 617/2800 22% [============= ] 618/2800 22% [============= ] 619/2800 22% [============= ] 620/2800 22% [============= ] 621/2800 22% [============= ] 622/2800 22% [============= ] 623/2800 22% [============= ] 624/2800 22% [============= ] 625/2800 22% [============= ] 626/2800 22% [============= ] 627/2800 22% [============= ] 628/2800 22% [============= ] 629/2800 22% [============= ] 630/2800 22% [============= ] 631/2800 22% [============= ] 632/2800 22% [============== ] 633/2800 22% [============== ] 634/2800 22% [============== ] 635/2800 22% [============== ] 636/2800 22% [============== ] 637/2800 22% [============== ] 638/2800 22% [============== ] 639/2800 22% [============== ] 640/2800 22% [============== ] 641/2800 22% [============== ] 642/2800 22% [============== ] 643/2800 22% [============== ] 644/2800 23% [============== ] 645/2800 23% [============== ] 646/2800 23% [============== ] 647/2800 23% [============== ] 648/2800 23% [============== ] 649/2800 23% [============== ] 650/2800 23% [============== ] 651/2800 23% [============== ] 652/2800 23% [============== ] 653/2800 23% [============== ] 654/2800 23% [============== ] 655/2800 23% [============== ] 656/2800 23% [============== ] 657/2800 23% [============== ] 658/2800 23% [============== ] 659/2800 23% [============== ] 660/2800 23% [============== ] 661/2800 23% [============== ] 662/2800 23% [============== ] 663/2800 23% [============== ] 664/2800 23% [============== ] 665/2800 23% [============== ] 666/2800 23% [============== ] 667/2800 23% [============== ] 668/2800 23% [============== ] 669/2800 23% [============== ] 670/2800 23% [============== ] 671/2800 23% [============== ] 672/2800 24% [============== ] 673/2800 24% [============== ] 674/2800 24% [============== ] 675/2800 24% [============== ] 676/2800 24% [============== ] 677/2800 24% [=============== ] 678/2800 24% [=============== ] 679/2800 24% [=============== ] 680/2800 24% [=============== ] 681/2800 24% [=============== ] 682/2800 24% [=============== ] 683/2800 24% [=============== ] 684/2800 24% [=============== ] 685/2800 24% [=============== ] 686/2800 24% [=============== ] 687/2800 24% [=============== ] 688/2800 24% [=============== ] 689/2800 24% [=============== ] 690/2800 24% [=============== ] 691/2800 24% [=============== ] 692/2800 24% [=============== ] 693/2800 24% [=============== ] 694/2800 24% [=============== ] 695/2800 24% [=============== ] 696/2800 24% [=============== ] 697/2800 24% [=============== ] 698/2800 24% [=============== ] 699/2800 24% [=============== ] 700/2800 25% [=============== ] 701/2800 25% [=============== ] 702/2800 25% [=============== ] 703/2800 25% [=============== ] 704/2800 25% [=============== ] 705/2800 25% [=============== ] 706/2800 25% [=============== ] 707/2800 25% [=============== ] 708/2800 25% [=============== ] 709/2800 25% [=============== ] 710/2800 25% [=============== ] 711/2800 25% [=============== ] 712/2800 25% [=============== ] 713/2800 25% [=============== ] 714/2800 25% [=============== ] 715/2800 25% [=============== ] 716/2800 25% [=============== ] 717/2800 25% [=============== ] 718/2800 25% [=============== ] 719/2800 25% [=============== ] 720/2800 25% [=============== ] 721/2800 25% [=============== ] 722/2800 25% [================ ] 723/2800 25% [================ ] 724/2800 25% [================ ] 725/2800 25% [================ ] 726/2800 25% [================ ] 727/2800 25% [================ ] 728/2800 26% [================ ] 729/2800 26% [================ ] 730/2800 26% [================ ] 731/2800 26% [================ ] 732/2800 26% [================ ] 733/2800 26% [================ ] 734/2800 26% [================ ] 735/2800 26% [================ ] 736/2800 26% [================ ] 737/2800 26% [================ ] 738/2800 26% [================ ] 739/2800 26% [================ ] 740/2800 26% [================ ] 741/2800 26% [================ ] 742/2800 26% [================ ] 743/2800 26% [================ ] 744/2800 26% [================ ] 745/2800 26% [================ ] 746/2800 26% [================ ] 747/2800 26% [================ ] 748/2800 26% [================ ] 749/2800 26% [================ ] 750/2800 26% [================ ] 751/2800 26% [================ ] 752/2800 26% [================ ] 753/2800 26% [================ ] 754/2800 26% [================ ] 755/2800 26% [================ ] 756/2800 27% [================ ] 757/2800 27% [================ ] 758/2800 27% [================ ] 759/2800 27% [================ ] 760/2800 27% [================ ] 761/2800 27% [================ ] 762/2800 27% [================ ] 763/2800 27% [================ ] 764/2800 27% [================ ] 765/2800 27% [================ ] 766/2800 27% [================ ] 767/2800 27% [================= ] 768/2800 27% [================= ] 769/2800 27% [================= ] 770/2800 27% [================= ] 771/2800 27% [================= ] 772/2800 27% [================= ] 773/2800 27% [================= ] 774/2800 27% [================= ] 775/2800 27% [================= ] 776/2800 27% [================= ] 777/2800 27% [================= ] 778/2800 27% [================= ] 779/2800 27% [================= ] 780/2800 27% [================= ] 781/2800 27% [================= ] 782/2800 27% [================= ] 783/2800 27% [================= ] 784/2800 28% [================= ] 785/2800 28% [================= ] 786/2800 28% [================= ] 787/2800 28% [================= ] 788/2800 28% [================= ] 789/2800 28% [================= ] 790/2800 28% [================= ] 791/2800 28% [================= ] 792/2800 28% [================= ] 793/2800 28% [================= ] 794/2800 28% [================= ] 795/2800 28% [================= ] 796/2800 28% [================= ] 797/2800 28% [================= ] 798/2800 28% [================= ] 799/2800 28% [================= ] 800/2800 28% [================= ] 801/2800 28% [================= ] 802/2800 28% [================= ] 803/2800 28% [================= ] 804/2800 28% [================= ] 805/2800 28% [================= ] 806/2800 28% [================= ] 807/2800 28% [================= ] 808/2800 28% [================= ] 809/2800 28% [================= ] 810/2800 28% [================= ] 811/2800 28% [================= ] 812/2800 29% [================== ] 813/2800 29% [================== ] 814/2800 29% [================== ] 815/2800 29% [================== ] 816/2800 29% [================== ] 817/2800 29% [================== ] 818/2800 29% [================== ] 819/2800 29% [================== ] 820/2800 29% [================== ] 821/2800 29% [================== ] 822/2800 29% [================== ] 823/2800 29% [================== ] 824/2800 29% [================== ] 825/2800 29% [================== ] 826/2800 29% [================== ] 827/2800 29% [================== ] 828/2800 29% [================== ] 829/2800 29% [================== ] 830/2800 29% [================== ] 831/2800 29% [================== ] 832/2800 29% [================== ] 833/2800 29% [================== ] 834/2800 29% [================== ] 835/2800 29% [================== ] 836/2800 29% [================== ] 837/2800 29% [================== ] 838/2800 29% [================== ] 839/2800 29% [================== ] 840/2800 30% [================== ] 841/2800 30% [================== ] 842/2800 30% [================== ] 843/2800 30% [================== ] 844/2800 30% [================== ] 845/2800 30% [================== ] 846/2800 30% [================== ] 847/2800 30% [================== ] 848/2800 30% [================== ] 849/2800 30% [================== ] 850/2800 30% [================== ] 851/2800 30% [================== ] 852/2800 30% [================== ] 853/2800 30% [================== ] 854/2800 30% [================== ] 855/2800 30% [================== ] 856/2800 30% [================== ] 857/2800 30% [================== ] 858/2800 30% [=================== ] 859/2800 30% [=================== ] 860/2800 30% [=================== ] 861/2800 30% [=================== ] 862/2800 30% [=================== ] 863/2800 30% [=================== ] 864/2800 30% [=================== ] 865/2800 30% [=================== ] 866/2800 30% [=================== ] 867/2800 30% [=================== ] 868/2800 31% [=================== ] 869/2800 31% [=================== ] 870/2800 31% [=================== ] 871/2800 31% [=================== ] 872/2800 31% [=================== ] 873/2800 31% [=================== ] 874/2800 31% [=================== ] 875/2800 31% [=================== ] 876/2800 31% [=================== ] 877/2800 31% [=================== ] 878/2800 31% [=================== ] 879/2800 31% [=================== ] 880/2800 31% [=================== ] 881/2800 31% [=================== ] 882/2800 31% [=================== ] 883/2800 31% [=================== ] 884/2800 31% [=================== ] 885/2800 31% [=================== ] 886/2800 31% [=================== ] 887/2800 31% [=================== ] 888/2800 31% [=================== ] 889/2800 31% [=================== ] 890/2800 31% [=================== ] 891/2800 31% [=================== ] 892/2800 31% [=================== ] 893/2800 31% [=================== ] 894/2800 31% [=================== ] 895/2800 31% [=================== ] 896/2800 32% [=================== ] 897/2800 32% [=================== ] 898/2800 32% [=================== ] 899/2800 32% [=================== ] 900/2800 32% [=================== ] 901/2800 32% [=================== ] 902/2800 32% [=================== ] 903/2800 32% [==================== ] 904/2800 32% [==================== ] 905/2800 32% [==================== ] 906/2800 32% [==================== ] 907/2800 32% [==================== ] 908/2800 32% [==================== ] 909/2800 32% [==================== ] 910/2800 32% [==================== ] 911/2800 32% [==================== ] 912/2800 32% [==================== ] 913/2800 32% [==================== ] 914/2800 32% [==================== ] 915/2800 32% [==================== ] 916/2800 32% [==================== ] 917/2800 32% [==================== ] 918/2800 32% [==================== ] 919/2800 32% [==================== ] 920/2800 32% [==================== ] 921/2800 32% [==================== ] 922/2800 32% [==================== ] 923/2800 32% [==================== ] 924/2800 33% [==================== ] 925/2800 33% [==================== ] 926/2800 33% [==================== ] 927/2800 33% [==================== ] 928/2800 33% [==================== ] 929/2800 33% [==================== ] 930/2800 33% [==================== ] 931/2800 33% [==================== ] 932/2800 33% [==================== ] 933/2800 33% [==================== ] 934/2800 33% [==================== ] 935/2800 33% [==================== ] 936/2800 33% [==================== ] 937/2800 33% [==================== ] 938/2800 33% [==================== ] 939/2800 33% [==================== ] 940/2800 33% [==================== ] 941/2800 33% [==================== ] 942/2800 33% [==================== ] 943/2800 33% [==================== ] 944/2800 33% [==================== ] 945/2800 33% [==================== ] 946/2800 33% [==================== ] 947/2800 33% [==================== ] 948/2800 33% [===================== ] 949/2800 33% [===================== ] 950/2800 33% [===================== ] 951/2800 33% [===================== ] 952/2800 34% [===================== ] 953/2800 34% [===================== ] 954/2800 34% [===================== ] 955/2800 34% [===================== ] 956/2800 34% [===================== ] 957/2800 34% [===================== ] 958/2800 34% [===================== ] 959/2800 34% [===================== ] 960/2800 34% [===================== ] 961/2800 34% [===================== ] 962/2800 34% [===================== ] 963/2800 34% [===================== ] 964/2800 34% [===================== ] 965/2800 34% [===================== ] 966/2800 34% [===================== ] 967/2800 34% [===================== ] 968/2800 34% [===================== ] 969/2800 34% [===================== ] 970/2800 34% [===================== ] 971/2800 34% [===================== ] 972/2800 34% [===================== ] 973/2800 34% [===================== ] 974/2800 34% [===================== ] 975/2800 34% [===================== ] 976/2800 34% [===================== ] 977/2800 34% [===================== ] 978/2800 34% [===================== ] 979/2800 34% [===================== ] 980/2800 35% [===================== ] 981/2800 35% [===================== ] 982/2800 35% [===================== ] 983/2800 35% [===================== ] 984/2800 35% [===================== ] 985/2800 35% [===================== ] 986/2800 35% [===================== ] 987/2800 35% [===================== ] 988/2800 35% [===================== ] 989/2800 35% [===================== ] 990/2800 35% [===================== ] 991/2800 35% [===================== ] 992/2800 35% [===================== ] 993/2800 35% [====================== ] 994/2800 35% [====================== ] 995/2800 35% [====================== ] 996/2800 35% [====================== ] 997/2800 35% [====================== ] 998/2800 35% [====================== ] 999/2800 35% [====================== ] 1000/2800 35% [====================== ] 1001/2800 35% [====================== ] 1002/2800 35% [====================== ] 1003/2800 35% [====================== ] 1004/2800 35% [====================== ] 1005/2800 35% [====================== ] 1006/2800 35% [====================== ] 1007/2800 35% [====================== ] 1008/2800 36% [====================== ] 1009/2800 36% [====================== ] 1010/2800 36% [====================== ] 1011/2800 36% [====================== ] 1012/2800 36% [====================== ] 1013/2800 36% [====================== ] 1014/2800 36% [====================== ] 1015/2800 36% [====================== ] 1016/2800 36% [====================== ] 1017/2800 36% [====================== ] 1018/2800 36% [====================== ] 1019/2800 36% [====================== ] 1020/2800 36% [====================== ] 1021/2800 36% [====================== ] 1022/2800 36% [====================== ] 1023/2800 36% [====================== ] 1024/2800 36% [====================== ] 1025/2800 36% [====================== ] 1026/2800 36% [====================== ] 1027/2800 36% [====================== ] 1028/2800 36% [====================== ] 1029/2800 36% [====================== ] 1030/2800 36% [====================== ] 1031/2800 36% [====================== ] 1032/2800 36% [====================== ] 1033/2800 36% [====================== ] 1034/2800 36% [====================== ] 1035/2800 36% [====================== ] 1036/2800 37% [====================== ] 1037/2800 37% [====================== ] 1038/2800 37% [======================= ] 1039/2800 37% [======================= ] 1040/2800 37% [======================= ] 1041/2800 37% [======================= ] 1042/2800 37% [======================= ] 1043/2800 37% [======================= ] 1044/2800 37% [======================= ] 1045/2800 37% [======================= ] 1046/2800 37% [======================= ] 1047/2800 37% [======================= ] 1048/2800 37% [======================= ] 1049/2800 37% [======================= ] 1050/2800 37% [======================= ] 1051/2800 37% [======================= ] 1052/2800 37% [======================= ] 1053/2800 37% [======================= ] 1054/2800 37% [======================= ] 1055/2800 37% [======================= ] 1056/2800 37% [======================= ] 1057/2800 37% [======================= ] 1058/2800 37% [======================= ] 1059/2800 37% [======================= ] 1060/2800 37% [======================= ] 1061/2800 37% [======================= ] 1062/2800 37% [======================= ] 1063/2800 37% [======================= ] 1064/2800 38% [======================= ] 1065/2800 38% [======================= ] 1066/2800 38% [======================= ] 1067/2800 38% [======================= ] 1068/2800 38% [======================= ] 1069/2800 38% [======================= ] 1070/2800 38% [======================= ] 1071/2800 38% [======================= ] 1072/2800 38% [======================= ] 1073/2800 38% [======================= ] 1074/2800 38% [======================= ] 1075/2800 38% [======================= ] 1076/2800 38% [======================= ] 1077/2800 38% [======================= ] 1078/2800 38% [======================= ] 1079/2800 38% [======================= ] 1080/2800 38% [======================= ] 1081/2800 38% [======================= ] 1082/2800 38% [======================= ] 1083/2800 38% [======================== ] 1084/2800 38% [======================== ] 1085/2800 38% [======================== ] 1086/2800 38% [======================== ] 1087/2800 38% [======================== ] 1088/2800 38% [======================== ] 1089/2800 38% [======================== ] 1090/2800 38% [======================== ] 1091/2800 38% [======================== ] 1092/2800 39% [======================== ] 1093/2800 39% [======================== ] 1094/2800 39% [======================== ] 1095/2800 39% [======================== ] 1096/2800 39% [======================== ] 1097/2800 39% [======================== ] 1098/2800 39% [======================== ] 1099/2800 39% [======================== ] 1100/2800 39% [======================== ] 1101/2800 39% [======================== ] 1102/2800 39% [======================== ] 1103/2800 39% [======================== ] 1104/2800 39% [======================== ] 1105/2800 39% [======================== ] 1106/2800 39% [======================== ] 1107/2800 39% [======================== ] 1108/2800 39% [======================== ] 1109/2800 39% [======================== ] 1110/2800 39% [======================== ] 1111/2800 39% [======================== ] 1112/2800 39% [======================== ] 1113/2800 39% [======================== ] 1114/2800 39% [======================== ] 1115/2800 39% [======================== ] 1116/2800 39% [======================== ] 1117/2800 39% [======================== ] 1118/2800 39% [======================== ] 1119/2800 39% [======================== ] 1120/2800 40% [======================== ] 1121/2800 40% [======================== ] 1122/2800 40% [======================== ] 1123/2800 40% [======================== ] 1124/2800 40% [======================== ] 1125/2800 40% [======================== ] 1126/2800 40% [======================== ] 1127/2800 40% [======================== ] 1128/2800 40% [======================== ] 1129/2800 40% [========================= ] 1130/2800 40% [========================= ] 1131/2800 40% [========================= ] 1132/2800 40% [========================= ] 1133/2800 40% [========================= ] 1134/2800 40% [========================= ] 1135/2800 40% [========================= ] 1136/2800 40% [========================= ] 1137/2800 40% [========================= ] 1138/2800 40% [========================= ] 1139/2800 40% [========================= ] 1140/2800 40% [========================= ] 1141/2800 40% [========================= ] 1142/2800 40% [========================= ] 1143/2800 40% [========================= ] 1144/2800 40% [========================= ] 1145/2800 40% [========================= ] 1146/2800 40% [========================= ] 1147/2800 40% [========================= ] 1148/2800 41% [========================= ] 1149/2800 41% [========================= ] 1150/2800 41% [========================= ] 1151/2800 41% [========================= ] 1152/2800 41% [========================= ] 1153/2800 41% [========================= ] 1154/2800 41% [========================= ] 1155/2800 41% [========================= ] 1156/2800 41% [========================= ] 1157/2800 41% [========================= ] 1158/2800 41% [========================= ] 1159/2800 41% [========================= ] 1160/2800 41% [========================= ] 1161/2800 41% [========================= ] 1162/2800 41% [========================= ] 1163/2800 41% [========================= ] 1164/2800 41% [========================= ] 1165/2800 41% [========================= ] 1166/2800 41% [========================= ] 1167/2800 41% [========================= ] 1168/2800 41% [========================= ] 1169/2800 41% [========================= ] 1170/2800 41% [========================= ] 1171/2800 41% [========================= ] 1172/2800 41% [========================= ] 1173/2800 41% [========================= ] 1174/2800 41% [========================== ] 1175/2800 41% [========================== ] 1176/2800 42% [========================== ] 1177/2800 42% [========================== ] 1178/2800 42% [========================== ] 1179/2800 42% [========================== ] 1180/2800 42% [========================== ] 1181/2800 42% [========================== ] 1182/2800 42% [========================== ] 1183/2800 42% [========================== ] 1184/2800 42% [========================== ] 1185/2800 42% [========================== ] 1186/2800 42% [========================== ] 1187/2800 42% [========================== ] 1188/2800 42% [========================== ] 1189/2800 42% [========================== ] 1190/2800 42% [========================== ] 1191/2800 42% [========================== ] 1192/2800 42% [========================== ] 1193/2800 42% [========================== ] 1194/2800 42% [========================== ] 1195/2800 42% [========================== ] 1196/2800 42% [========================== ] 1197/2800 42% [========================== ] 1198/2800 42% [========================== ] 1199/2800 42% [========================== ] 1200/2800 42% [========================== ] 1201/2800 42% [========================== ] 1202/2800 42% [========================== ] 1203/2800 42% [========================== ] 1204/2800 43% [========================== ] 1205/2800 43% [========================== ] 1206/2800 43% [========================== ] 1207/2800 43% [========================== ] 1208/2800 43% [========================== ] 1209/2800 43% [========================== ] 1210/2800 43% [========================== ] 1211/2800 43% [========================== ] 1212/2800 43% [========================== ] 1213/2800 43% [========================== ] 1214/2800 43% [========================== ] 1215/2800 43% [========================== ] 1216/2800 43% [========================== ] 1217/2800 43% [========================== ] 1218/2800 43% [========================== ] 1219/2800 43% [=========================== ] 1220/2800 43% [=========================== ] 1221/2800 43% [=========================== ] 1222/2800 43% [=========================== ] 1223/2800 43% [=========================== ] 1224/2800 43% [=========================== ] 1225/2800 43% [=========================== ] 1226/2800 43% [=========================== ] 1227/2800 43% [=========================== ] 1228/2800 43% [=========================== ] 1229/2800 43% [=========================== ] 1230/2800 43% [=========================== ] 1231/2800 43% [=========================== ] 1232/2800 44% [=========================== ] 1233/2800 44% [=========================== ] 1234/2800 44% [=========================== ] 1235/2800 44% [=========================== ] 1236/2800 44% [=========================== ] 1237/2800 44% [=========================== ] 1238/2800 44% [=========================== ] 1239/2800 44% [=========================== ] 1240/2800 44% [=========================== ] 1241/2800 44% [=========================== ] 1242/2800 44% [=========================== ] 1243/2800 44% [=========================== ] 1244/2800 44% [=========================== ] 1245/2800 44% [=========================== ] 1246/2800 44% [=========================== ] 1247/2800 44% [=========================== ] 1248/2800 44% [=========================== ] 1249/2800 44% [=========================== ] 1250/2800 44% [=========================== ] 1251/2800 44% [=========================== ] 1252/2800 44% [=========================== ] 1253/2800 44% [=========================== ] 1254/2800 44% [=========================== ] 1255/2800 44% [=========================== ] 1256/2800 44% [=========================== ] 1257/2800 44% [=========================== ] 1258/2800 44% [=========================== ] 1259/2800 44% [=========================== ] 1260/2800 45% [=========================== ] 1261/2800 45% [=========================== ] 1262/2800 45% [=========================== ] 1263/2800 45% [=========================== ] 1264/2800 45% [============================ ] 1265/2800 45% [============================ ] 1266/2800 45% [============================ ] 1267/2800 45% [============================ ] 1268/2800 45% [============================ ] 1269/2800 45% [============================ ] 1270/2800 45% [============================ ] 1271/2800 45% [============================ ] 1272/2800 45% [============================ ] 1273/2800 45% [============================ ] 1274/2800 45% [============================ ] 1275/2800 45% [============================ ] 1276/2800 45% [============================ ] 1277/2800 45% [============================ ] 1278/2800 45% [============================ ] 1279/2800 45% [============================ ] 1280/2800 45% [============================ ] 1281/2800 45% [============================ ] 1282/2800 45% [============================ ] 1283/2800 45% [============================ ] 1284/2800 45% [============================ ] 1285/2800 45% [============================ ] 1286/2800 45% [============================ ] 1287/2800 45% [============================ ] 1288/2800 46% [============================ ] 1289/2800 46% [============================ ] 1290/2800 46% [============================ ] 1291/2800 46% [============================ ] 1292/2800 46% [============================ ] 1293/2800 46% [============================ ] 1294/2800 46% [============================ ] 1295/2800 46% [============================ ] 1296/2800 46% [============================ ] 1297/2800 46% [============================ ] 1298/2800 46% [============================ ] 1299/2800 46% [============================ ] 1300/2800 46% [============================ ] 1301/2800 46% [============================ ] 1302/2800 46% [============================ ] 1303/2800 46% [============================ ] 1304/2800 46% [============================ ] 1305/2800 46% [============================ ] 1306/2800 46% [============================ ] 1307/2800 46% [============================ ] 1308/2800 46% [============================ ] 1309/2800 46% [============================= ] 1310/2800 46% [============================= ] 1311/2800 46% [============================= ] 1312/2800 46% [============================= ] 1313/2800 46% [============================= ] 1314/2800 46% [============================= ] 1315/2800 46% [============================= ] 1316/2800 47% [============================= ] 1317/2800 47% [============================= ] 1318/2800 47% [============================= ] 1319/2800 47% [============================= ] 1320/2800 47% [============================= ] 1321/2800 47% [============================= ] 1322/2800 47% [============================= ] 1323/2800 47% [============================= ] 1324/2800 47% [============================= ] 1325/2800 47% [============================= ] 1326/2800 47% [============================= ] 1327/2800 47% [============================= ] 1328/2800 47% [============================= ] 1329/2800 47% [============================= ] 1330/2800 47% [============================= ] 1331/2800 47% [============================= ] 1332/2800 47% [============================= ] 1333/2800 47% [============================= ] 1334/2800 47% [============================= ] 1335/2800 47% [============================= ] 1336/2800 47% [============================= ] 1337/2800 47% [============================= ] 1338/2800 47% [============================= ] 1339/2800 47% [============================= ] 1340/2800 47% [============================= ] 1341/2800 47% [============================= ] 1342/2800 47% [============================= ] 1343/2800 47% [============================= ] 1344/2800 48% [============================= ] 1345/2800 48% [============================= ] 1346/2800 48% [============================= ] 1347/2800 48% [============================= ] 1348/2800 48% [============================= ] 1349/2800 48% [============================= ] 1350/2800 48% [============================= ] 1351/2800 48% [============================= ] 1352/2800 48% [============================= ] 1353/2800 48% [============================= ] 1354/2800 48% [============================== ] 1355/2800 48% [============================== ] 1356/2800 48% [============================== ] 1357/2800 48% [============================== ] 1358/2800 48% [============================== ] 1359/2800 48% [============================== ] 1360/2800 48% [============================== ] 1361/2800 48% [============================== ] 1362/2800 48% [============================== ] 1363/2800 48% [============================== ] 1364/2800 48% [============================== ] 1365/2800 48% [============================== ] 1366/2800 48% [============================== ] 1367/2800 48% [============================== ] 1368/2800 48% [============================== ] 1369/2800 48% [============================== ] 1370/2800 48% [============================== ] 1371/2800 48% [============================== ] 1372/2800 49% [============================== ] 1373/2800 49% [============================== ] 1374/2800 49% [============================== ] 1375/2800 49% [============================== ] 1376/2800 49% [============================== ] 1377/2800 49% [============================== ] 1378/2800 49% [============================== ] 1379/2800 49% [============================== ] 1380/2800 49% [============================== ] 1381/2800 49% [============================== ] 1382/2800 49% [============================== ] 1383/2800 49% [============================== ] 1384/2800 49% [============================== ] 1385/2800 49% [============================== ] 1386/2800 49% [============================== ] 1387/2800 49% [============================== ] 1388/2800 49% [============================== ] 1389/2800 49% [============================== ] 1390/2800 49% [============================== ] 1391/2800 49% [============================== ] 1392/2800 49% [============================== ] 1393/2800 49% [============================== ] 1394/2800 49% [============================== ] 1395/2800 49% [============================== ] 1396/2800 49% [============================== ] 1397/2800 49% [============================== ] 1398/2800 49% [============================== ] 1399/2800 49% [=============================== ] 1400/2800 50% [=============================== ] 1401/2800 50% [=============================== ] 1402/2800 50% [=============================== ] 1403/2800 50% [=============================== ] 1404/2800 50% [=============================== ] 1405/2800 50% [=============================== ] 1406/2800 50% [=============================== ] 1407/2800 50% [=============================== ] 1408/2800 50% [=============================== ] 1409/2800 50% [=============================== ] 1410/2800 50% [=============================== ] 1411/2800 50% [=============================== ] 1412/2800 50% [=============================== ] 1413/2800 50% [=============================== ] 1414/2800 50% [=============================== ] 1415/2800 50% [=============================== ] 1416/2800 50% [=============================== ] 1417/2800 50% [=============================== ] 1418/2800 50% [=============================== ] 1419/2800 50% [=============================== ] 1420/2800 50% [=============================== ] 1421/2800 50% [=============================== ] 1422/2800 50% [=============================== ] 1423/2800 50% [=============================== ] 1424/2800 50% [=============================== ] 1425/2800 50% [=============================== ] 1426/2800 50% [=============================== ] 1427/2800 50% [=============================== ] 1428/2800 51% [=============================== ] 1429/2800 51% [=============================== ] 1430/2800 51% [=============================== ] 1431/2800 51% [=============================== ] 1432/2800 51% [=============================== ] 1433/2800 51% [=============================== ] 1434/2800 51% [=============================== ] 1435/2800 51% [=============================== ] 1436/2800 51% [=============================== ] 1437/2800 51% [=============================== ] 1438/2800 51% [=============================== ] 1439/2800 51% [=============================== ] 1440/2800 51% [=============================== ] 1441/2800 51% [=============================== ] 1442/2800 51% [=============================== ] 1443/2800 51% [=============================== ] 1444/2800 51% [=============================== ] 1445/2800 51% [================================ ] 1446/2800 51% [================================ ] 1447/2800 51% [================================ ] 1448/2800 51% [================================ ] 1449/2800 51% [================================ ] 1450/2800 51% [================================ ] 1451/2800 51% [================================ ] 1452/2800 51% [================================ ] 1453/2800 51% [================================ ] 1454/2800 51% [================================ ] 1455/2800 51% [================================ ] 1456/2800 52% [================================ ] 1457/2800 52% [================================ ] 1458/2800 52% [================================ ] 1459/2800 52% [================================ ] 1460/2800 52% [================================ ] 1461/2800 52% [================================ ] 1462/2800 52% [================================ ] 1463/2800 52% [================================ ] 1464/2800 52% [================================ ] 1465/2800 52% [================================ ] 1466/2800 52% [================================ ] 1467/2800 52% [================================ ] 1468/2800 52% [================================ ] 1469/2800 52% [================================ ] 1470/2800 52% [================================ ] 1471/2800 52% [================================ ] 1472/2800 52% [================================ ] 1473/2800 52% [================================ ] 1474/2800 52% [================================ ] 1475/2800 52% [================================ ] 1476/2800 52% [================================ ] 1477/2800 52% [================================ ] 1478/2800 52% [================================ ] 1479/2800 52% [================================ ] 1480/2800 52% [================================ ] 1481/2800 52% [================================ ] 1482/2800 52% [================================ ] 1483/2800 52% [================================ ] 1484/2800 53% [================================ ] 1485/2800 53% [================================ ] 1486/2800 53% [================================ ] 1487/2800 53% [================================ ] 1488/2800 53% [================================ ] 1489/2800 53% [================================ ] 1490/2800 53% [================================= ] 1491/2800 53% [================================= ] 1492/2800 53% [================================= ] 1493/2800 53% [================================= ] 1494/2800 53% [================================= ] 1495/2800 53% [================================= ] 1496/2800 53% [================================= ] 1497/2800 53% [================================= ] 1498/2800 53% [================================= ] 1499/2800 53% [================================= ] 1500/2800 53% [================================= ] 1501/2800 53% [================================= ] 1502/2800 53% [================================= ] 1503/2800 53% [================================= ] 1504/2800 53% [================================= ] 1505/2800 53% [================================= ] 1506/2800 53% [================================= ] 1507/2800 53% [================================= ] 1508/2800 53% [================================= ] 1509/2800 53% [================================= ] 1510/2800 53% [================================= ] 1511/2800 53% [================================= ] 1512/2800 54% [================================= ] 1513/2800 54% [================================= ] 1514/2800 54% [================================= ] 1515/2800 54% [================================= ] 1516/2800 54% [================================= ] 1517/2800 54% [================================= ] 1518/2800 54% [================================= ] 1519/2800 54% [================================= ] 1520/2800 54% [================================= ] 1521/2800 54% [================================= ] 1522/2800 54% [================================= ] 1523/2800 54% [================================= ] 1524/2800 54% [================================= ] 1525/2800 54% [================================= ] 1526/2800 54% [================================= ] 1527/2800 54% [================================= ] 1528/2800 54% [================================= ] 1529/2800 54% [================================= ] 1530/2800 54% [================================= ] 1531/2800 54% [================================= ] 1532/2800 54% [================================= ] 1533/2800 54% [================================= ] 1534/2800 54% [================================= ] 1535/2800 54% [================================== ] 1536/2800 54% [================================== ] 1537/2800 54% [================================== ] 1538/2800 54% [================================== ] 1539/2800 54% [================================== ] 1540/2800 55% [================================== ] 1541/2800 55% [================================== ] 1542/2800 55% [================================== ] 1543/2800 55% [================================== ] 1544/2800 55% [================================== ] 1545/2800 55% [================================== ] 1546/2800 55% [================================== ] 1547/2800 55% [================================== ] 1548/2800 55% [================================== ] 1549/2800 55% [================================== ] 1550/2800 55% [================================== ] 1551/2800 55% [================================== ] 1552/2800 55% [================================== ] 1553/2800 55% [================================== ] 1554/2800 55% [================================== ] 1555/2800 55% [================================== ] 1556/2800 55% [================================== ] 1557/2800 55% [================================== ] 1558/2800 55% [================================== ] 1559/2800 55% [================================== ] 1560/2800 55% [================================== ] 1561/2800 55% [================================== ] 1562/2800 55% [================================== ] 1563/2800 55% [================================== ] 1564/2800 55% [================================== ] 1565/2800 55% [================================== ] 1566/2800 55% [================================== ] 1567/2800 55% [================================== ] 1568/2800 56% [================================== ] 1569/2800 56% [================================== ] 1570/2800 56% [================================== ] 1571/2800 56% [================================== ] 1572/2800 56% [================================== ] 1573/2800 56% [================================== ] 1574/2800 56% [================================== ] 1575/2800 56% [================================== ] 1576/2800 56% [================================== ] 1577/2800 56% [================================== ] 1578/2800 56% [================================== ] 1579/2800 56% [================================== ] 1580/2800 56% [=================================== ] 1581/2800 56% [=================================== ] 1582/2800 56% [=================================== ] 1583/2800 56% [=================================== ] 1584/2800 56% [=================================== ] 1585/2800 56% [=================================== ] 1586/2800 56% [=================================== ] 1587/2800 56% [=================================== ] 1588/2800 56% [=================================== ] 1589/2800 56% [=================================== ] 1590/2800 56% [=================================== ] 1591/2800 56% [=================================== ] 1592/2800 56% [=================================== ] 1593/2800 56% [=================================== ] 1594/2800 56% [=================================== ] 1595/2800 56% [=================================== ] 1596/2800 57% [=================================== ] 1597/2800 57% [=================================== ] 1598/2800 57% [=================================== ] 1599/2800 57% [=================================== ] 1600/2800 57% [=================================== ] 1601/2800 57% [=================================== ] 1602/2800 57% [=================================== ] 1603/2800 57% [=================================== ] 1604/2800 57% [=================================== ] 1605/2800 57% [=================================== ] 1606/2800 57% [=================================== ] 1607/2800 57% [=================================== ] 1608/2800 57% [=================================== ] 1609/2800 57% [=================================== ] 1610/2800 57% [=================================== ] 1611/2800 57% [=================================== ] 1612/2800 57% [=================================== ] 1613/2800 57% [=================================== ] 1614/2800 57% [=================================== ] 1615/2800 57% [=================================== ] 1616/2800 57% [=================================== ] 1617/2800 57% [=================================== ] 1618/2800 57% [=================================== ] 1619/2800 57% [=================================== ] 1620/2800 57% [=================================== ] 1621/2800 57% [=================================== ] 1622/2800 57% [=================================== ] 1623/2800 57% [=================================== ] 1624/2800 58% [=================================== ] 1625/2800 58% [==================================== ] 1626/2800 58% [==================================== ] 1627/2800 58% [==================================== ] 1628/2800 58% [==================================== ] 1629/2800 58% [==================================== ] 1630/2800 58% [==================================== ] 1631/2800 58% [==================================== ] 1632/2800 58% [==================================== ] 1633/2800 58% [==================================== ] 1634/2800 58% [==================================== ] 1635/2800 58% [==================================== ] 1636/2800 58% [==================================== ] 1637/2800 58% [==================================== ] 1638/2800 58% [==================================== ] 1639/2800 58% [==================================== ] 1640/2800 58% [==================================== ] 1641/2800 58% [==================================== ] 1642/2800 58% [==================================== ] 1643/2800 58% [==================================== ] 1644/2800 58% [==================================== ] 1645/2800 58% [==================================== ] 1646/2800 58% [==================================== ] 1647/2800 58% [==================================== ] 1648/2800 58% [==================================== ] 1649/2800 58% [==================================== ] 1650/2800 58% [==================================== ] 1651/2800 58% [==================================== ] 1652/2800 59% [==================================== ] 1653/2800 59% [==================================== ] 1654/2800 59% [==================================== ] 1655/2800 59% [==================================== ] 1656/2800 59% [==================================== ] 1657/2800 59% [==================================== ] 1658/2800 59% [==================================== ] 1659/2800 59% [==================================== ] 1660/2800 59% [==================================== ] 1661/2800 59% [==================================== ] 1662/2800 59% [==================================== ] 1663/2800 59% [==================================== ] 1664/2800 59% [==================================== ] 1665/2800 59% [==================================== ] 1666/2800 59% [==================================== ] 1667/2800 59% [==================================== ] 1668/2800 59% [==================================== ] 1669/2800 59% [==================================== ] 1670/2800 59% [===================================== ] 1671/2800 59% [===================================== ] 1672/2800 59% [===================================== ] 1673/2800 59% [===================================== ] 1674/2800 59% [===================================== ] 1675/2800 59% [===================================== ] 1676/2800 59% [===================================== ] 1677/2800 59% [===================================== ] 1678/2800 59% [===================================== ] 1679/2800 59% [===================================== ] 1680/2800 60% [===================================== ] 1681/2800 60% [===================================== ] 1682/2800 60% [===================================== ] 1683/2800 60% [===================================== ] 1684/2800 60% [===================================== ] 1685/2800 60% [===================================== ] 1686/2800 60% [===================================== ] 1687/2800 60% [===================================== ] 1688/2800 60% [===================================== ] 1689/2800 60% [===================================== ] 1690/2800 60% [===================================== ] 1691/2800 60% [===================================== ] 1692/2800 60% [===================================== ] 1693/2800 60% [===================================== ] 1694/2800 60% [===================================== ] 1695/2800 60% [===================================== ] 1696/2800 60% [===================================== ] 1697/2800 60% [===================================== ] 1698/2800 60% [===================================== ] 1699/2800 60% [===================================== ] 1700/2800 60% [===================================== ] 1701/2800 60% [===================================== ] 1702/2800 60% [===================================== ] 1703/2800 60% [===================================== ] 1704/2800 60% [===================================== ] 1705/2800 60% [===================================== ] 1706/2800 60% [===================================== ] 1707/2800 60% [===================================== ] 1708/2800 61% [===================================== ] 1709/2800 61% [===================================== ] 1710/2800 61% [===================================== ] 1711/2800 61% [===================================== ] 1712/2800 61% [===================================== ] 1713/2800 61% [===================================== ] 1714/2800 61% [===================================== ] 1715/2800 61% [===================================== ] 1716/2800 61% [====================================== ] 1717/2800 61% [====================================== ] 1718/2800 61% [====================================== ] 1719/2800 61% [====================================== ] 1720/2800 61% [====================================== ] 1721/2800 61% [====================================== ] 1722/2800 61% [====================================== ] 1723/2800 61% [====================================== ] 1724/2800 61% [====================================== ] 1725/2800 61% [====================================== ] 1726/2800 61% [====================================== ] 1727/2800 61% [====================================== ] 1728/2800 61% [====================================== ] 1729/2800 61% [====================================== ] 1730/2800 61% [====================================== ] 1731/2800 61% [====================================== ] 1732/2800 61% [====================================== ] 1733/2800 61% [====================================== ] 1734/2800 61% [====================================== ] 1735/2800 61% [====================================== ] 1736/2800 62% [====================================== ] 1737/2800 62% [====================================== ] 1738/2800 62% [====================================== ] 1739/2800 62% [====================================== ] 1740/2800 62% [====================================== ] 1741/2800 62% [====================================== ] 1742/2800 62% [====================================== ] 1743/2800 62% [====================================== ] 1744/2800 62% [====================================== ] 1745/2800 62% [====================================== ] 1746/2800 62% [====================================== ] 1747/2800 62% [====================================== ] 1748/2800 62% [====================================== ] 1749/2800 62% [====================================== ] 1750/2800 62% [====================================== ] 1751/2800 62% [====================================== ] 1752/2800 62% [====================================== ] 1753/2800 62% [====================================== ] 1754/2800 62% [====================================== ] 1755/2800 62% [====================================== ] 1756/2800 62% [====================================== ] 1757/2800 62% [====================================== ] 1758/2800 62% [====================================== ] 1759/2800 62% [====================================== ] 1760/2800 62% [====================================== ] 1761/2800 62% [======================================= ] 1762/2800 62% [======================================= ] 1763/2800 62% [======================================= ] 1764/2800 63% [======================================= ] 1765/2800 63% [======================================= ] 1766/2800 63% [======================================= ] 1767/2800 63% [======================================= ] 1768/2800 63% [======================================= ] 1769/2800 63% [======================================= ] 1770/2800 63% [======================================= ] 1771/2800 63% [======================================= ] 1772/2800 63% [======================================= ] 1773/2800 63% [======================================= ] 1774/2800 63% [======================================= ] 1775/2800 63% [======================================= ] 1776/2800 63% [======================================= ] 1777/2800 63% [======================================= ] 1778/2800 63% [======================================= ] 1779/2800 63% [======================================= ] 1780/2800 63% [======================================= ] 1781/2800 63% [======================================= ] 1782/2800 63% [======================================= ] 1783/2800 63% [======================================= ] 1784/2800 63% [======================================= ] 1785/2800 63% [======================================= ] 1786/2800 63% [======================================= ] 1787/2800 63% [======================================= ] 1788/2800 63% [======================================= ] 1789/2800 63% [======================================= ] 1790/2800 63% [======================================= ] 1791/2800 63% [======================================= ] 1792/2800 64% [======================================= ] 1793/2800 64% [======================================= ] 1794/2800 64% [======================================= ] 1795/2800 64% [======================================= ] 1796/2800 64% [======================================= ] 1797/2800 64% [======================================= ] 1798/2800 64% [======================================= ] 1799/2800 64% [======================================= ] 1800/2800 64% [======================================= ] 1801/2800 64% [======================================= ] 1802/2800 64% [======================================= ] 1803/2800 64% [======================================= ] 1804/2800 64% [======================================= ] 1805/2800 64% [======================================= ] 1806/2800 64% [======================================== ] 1807/2800 64% [======================================== ] 1808/2800 64% [======================================== ] 1809/2800 64% [======================================== ] 1810/2800 64% [======================================== ] 1811/2800 64% [======================================== ] 1812/2800 64% [======================================== ] 1813/2800 64% [======================================== ] 1814/2800 64% [======================================== ] 1815/2800 64% [======================================== ] 1816/2800 64% [======================================== ] 1817/2800 64% [======================================== ] 1818/2800 64% [======================================== ] 1819/2800 64% [======================================== ] 1820/2800 65% [======================================== ] 1821/2800 65% [======================================== ] 1822/2800 65% [======================================== ] 1823/2800 65% [======================================== ] 1824/2800 65% [======================================== ] 1825/2800 65% [======================================== ] 1826/2800 65% [======================================== ] 1827/2800 65% [======================================== ] 1828/2800 65% [======================================== ] 1829/2800 65% [======================================== ] 1830/2800 65% [======================================== ] 1831/2800 65% [======================================== ] 1832/2800 65% [======================================== ] 1833/2800 65% [======================================== ] 1834/2800 65% [======================================== ] 1835/2800 65% [======================================== ] 1836/2800 65% [======================================== ] 1837/2800 65% [======================================== ] 1838/2800 65% [======================================== ] 1839/2800 65% [======================================== ] 1840/2800 65% [======================================== ] 1841/2800 65% [======================================== ] 1842/2800 65% [======================================== ] 1843/2800 65% [======================================== ] 1844/2800 65% [======================================== ] 1845/2800 65% [======================================== ] 1846/2800 65% [======================================== ] 1847/2800 65% [======================================== ] 1848/2800 66% [======================================== ] 1849/2800 66% [======================================== ] 1850/2800 66% [======================================== ] 1851/2800 66% [========================================= ] 1852/2800 66% [========================================= ] 1853/2800 66% [========================================= ] 1854/2800 66% [========================================= ] 1855/2800 66% [========================================= ] 1856/2800 66% [========================================= ] 1857/2800 66% [========================================= ] 1858/2800 66% [========================================= ] 1859/2800 66% [========================================= ] 1860/2800 66% [========================================= ] 1861/2800 66% [========================================= ] 1862/2800 66% [========================================= ] 1863/2800 66% [========================================= ] 1864/2800 66% [========================================= ] 1865/2800 66% [========================================= ] 1866/2800 66% [========================================= ] 1867/2800 66% [========================================= ] 1868/2800 66% [========================================= ] 1869/2800 66% [========================================= ] 1870/2800 66% [========================================= ] 1871/2800 66% [========================================= ] 1872/2800 66% [========================================= ] 1873/2800 66% [========================================= ] 1874/2800 66% [========================================= ] 1875/2800 66% [========================================= ] 1876/2800 67% [========================================= ] 1877/2800 67% [========================================= ] 1878/2800 67% [========================================= ] 1879/2800 67% [========================================= ] 1880/2800 67% [========================================= ] 1881/2800 67% [========================================= ] 1882/2800 67% [========================================= ] 1883/2800 67% [========================================= ] 1884/2800 67% [========================================= ] 1885/2800 67% [========================================= ] 1886/2800 67% [========================================= ] 1887/2800 67% [========================================= ] 1888/2800 67% [========================================= ] 1889/2800 67% [========================================= ] 1890/2800 67% [========================================= ] 1891/2800 67% [========================================= ] 1892/2800 67% [========================================= ] 1893/2800 67% [========================================= ] 1894/2800 67% [========================================= ] 1895/2800 67% [========================================= ] 1896/2800 67% [========================================== ] 1897/2800 67% [========================================== ] 1898/2800 67% [========================================== ] 1899/2800 67% [========================================== ] 1900/2800 67% [========================================== ] 1901/2800 67% [========================================== ] 1902/2800 67% [========================================== ] 1903/2800 67% [========================================== ] 1904/2800 68% [========================================== ] 1905/2800 68% [========================================== ] 1906/2800 68% [========================================== ] 1907/2800 68% [========================================== ] 1908/2800 68% [========================================== ] 1909/2800 68% [========================================== ] 1910/2800 68% [========================================== ] 1911/2800 68% [========================================== ] 1912/2800 68% [========================================== ] 1913/2800 68% [========================================== ] 1914/2800 68% [========================================== ] 1915/2800 68% [========================================== ] 1916/2800 68% [========================================== ] 1917/2800 68% [========================================== ] 1918/2800 68% [========================================== ] 1919/2800 68% [========================================== ] 1920/2800 68% [========================================== ] 1921/2800 68% [========================================== ] 1922/2800 68% [========================================== ] 1923/2800 68% [========================================== ] 1924/2800 68% [========================================== ] 1925/2800 68% [========================================== ] 1926/2800 68% [========================================== ] 1927/2800 68% [========================================== ] 1928/2800 68% [========================================== ] 1929/2800 68% [========================================== ] 1930/2800 68% [========================================== ] 1931/2800 68% [========================================== ] 1932/2800 69% [========================================== ] 1933/2800 69% [========================================== ] 1934/2800 69% [========================================== ] 1935/2800 69% [========================================== ] 1936/2800 69% [========================================== ] 1937/2800 69% [========================================== ] 1938/2800 69% [========================================== ] 1939/2800 69% [========================================== ] 1940/2800 69% [========================================== ] 1941/2800 69% [=========================================== ] 1942/2800 69% [=========================================== ] 1943/2800 69% [=========================================== ] 1944/2800 69% [=========================================== ] 1945/2800 69% [=========================================== ] 1946/2800 69% [=========================================== ] 1947/2800 69% [=========================================== ] 1948/2800 69% [=========================================== ] 1949/2800 69% [=========================================== ] 1950/2800 69% [=========================================== ] 1951/2800 69% [=========================================== ] 1952/2800 69% [=========================================== ] 1953/2800 69% [=========================================== ] 1954/2800 69% [=========================================== ] 1955/2800 69% [=========================================== ] 1956/2800 69% [=========================================== ] 1957/2800 69% [=========================================== ] 1958/2800 69% [=========================================== ] 1959/2800 69% [=========================================== ] 1960/2800 70% [=========================================== ] 1961/2800 70% [=========================================== ] 1962/2800 70% [=========================================== ] 1963/2800 70% [=========================================== ] 1964/2800 70% [=========================================== ] 1965/2800 70% [=========================================== ] 1966/2800 70% [=========================================== ] 1967/2800 70% [=========================================== ] 1968/2800 70% [=========================================== ] 1969/2800 70% [=========================================== ] 1970/2800 70% [=========================================== ] 1971/2800 70% [=========================================== ] 1972/2800 70% [=========================================== ] 1973/2800 70% [=========================================== ] 1974/2800 70% [=========================================== ] 1975/2800 70% [=========================================== ] 1976/2800 70% [=========================================== ] 1977/2800 70% [=========================================== ] 1978/2800 70% [=========================================== ] 1979/2800 70% [=========================================== ] 1980/2800 70% [=========================================== ] 1981/2800 70% [=========================================== ] 1982/2800 70% [=========================================== ] 1983/2800 70% [=========================================== ] 1984/2800 70% [=========================================== ] 1985/2800 70% [=========================================== ] 1986/2800 70% [=========================================== ] 1987/2800 70% [============================================ ] 1988/2800 71% [============================================ ] 1989/2800 71% [============================================ ] 1990/2800 71% [============================================ ] 1991/2800 71% [============================================ ] 1992/2800 71% [============================================ ] 1993/2800 71% [============================================ ] 1994/2800 71% [============================================ ] 1995/2800 71% [============================================ ] 1996/2800 71% [============================================ ] 1997/2800 71% [============================================ ] 1998/2800 71% [============================================ ] 1999/2800 71% [============================================ ] 2000/2800 71% [============================================ ] 2001/2800 71% [============================================ ] 2002/2800 71% [============================================ ] 2003/2800 71% [============================================ ] 2004/2800 71% [============================================ ] 2005/2800 71% [============================================ ] 2006/2800 71% [============================================ ] 2007/2800 71% [============================================ ] 2008/2800 71% [============================================ ] 2009/2800 71% [============================================ ] 2010/2800 71% [============================================ ] 2011/2800 71% [============================================ ] 2012/2800 71% [============================================ ] 2013/2800 71% [============================================ ] 2014/2800 71% [============================================ ] 2015/2800 71% [============================================ ] 2016/2800 72% [============================================ ] 2017/2800 72% [============================================ ] 2018/2800 72% [============================================ ] 2019/2800 72% [============================================ ] 2020/2800 72% [============================================ ] 2021/2800 72% [============================================ ] 2022/2800 72% [============================================ ] 2023/2800 72% [============================================ ] 2024/2800 72% [============================================ ] 2025/2800 72% [============================================ ] 2026/2800 72% [============================================ ] 2027/2800 72% [============================================ ] 2028/2800 72% [============================================ ] 2029/2800 72% [============================================ ] 2030/2800 72% [============================================ ] 2031/2800 72% [============================================ ] 2032/2800 72% [============================================= ] 2033/2800 72% [============================================= ] 2034/2800 72% [============================================= ] 2035/2800 72% [============================================= ] 2036/2800 72% [============================================= ] 2037/2800 72% [============================================= ] 2038/2800 72% [============================================= ] 2039/2800 72% [============================================= ] 2040/2800 72% [============================================= ] 2041/2800 72% [============================================= ] 2042/2800 72% [============================================= ] 2043/2800 72% [============================================= ] 2044/2800 73% [============================================= ] 2045/2800 73% [============================================= ] 2046/2800 73% [============================================= ] 2047/2800 73% [============================================= ] 2048/2800 73% [============================================= ] 2049/2800 73% [============================================= ] 2050/2800 73% [============================================= ] 2051/2800 73% [============================================= ] 2052/2800 73% [============================================= ] 2053/2800 73% [============================================= ] 2054/2800 73% [============================================= ] 2055/2800 73% [============================================= ] 2056/2800 73% [============================================= ] 2057/2800 73% [============================================= ] 2058/2800 73% [============================================= ] 2059/2800 73% [============================================= ] 2060/2800 73% [============================================= ] 2061/2800 73% [============================================= ] 2062/2800 73% [============================================= ] 2063/2800 73% [============================================= ] 2064/2800 73% [============================================= ] 2065/2800 73% [============================================= ] 2066/2800 73% [============================================= ] 2067/2800 73% [============================================= ] 2068/2800 73% [============================================= ] 2069/2800 73% [============================================= ] 2070/2800 73% [============================================= ] 2071/2800 73% [============================================= ] 2072/2800 74% [============================================= ] 2073/2800 74% [============================================= ] 2074/2800 74% [============================================= ] 2075/2800 74% [============================================= ] 2076/2800 74% [============================================= ] 2077/2800 74% [============================================== ] 2078/2800 74% [============================================== ] 2079/2800 74% [============================================== ] 2080/2800 74% [============================================== ] 2081/2800 74% [============================================== ] 2082/2800 74% [============================================== ] 2083/2800 74% [============================================== ] 2084/2800 74% [============================================== ] 2085/2800 74% [============================================== ] 2086/2800 74% [============================================== ] 2087/2800 74% [============================================== ] 2088/2800 74% [============================================== ] 2089/2800 74% [============================================== ] 2090/2800 74% [============================================== ] 2091/2800 74% [============================================== ] 2092/2800 74% [============================================== ] 2093/2800 74% [============================================== ] 2094/2800 74% [============================================== ] 2095/2800 74% [============================================== ] 2096/2800 74% [============================================== ] 2097/2800 74% [============================================== ] 2098/2800 74% [============================================== ] 2099/2800 74% [============================================== ] 2100/2800 75% [============================================== ] 2101/2800 75% [============================================== ] 2102/2800 75% [============================================== ] 2103/2800 75% [============================================== ] 2104/2800 75% [============================================== ] 2105/2800 75% [============================================== ] 2106/2800 75% [============================================== ] 2107/2800 75% [============================================== ] 2108/2800 75% [============================================== ] 2109/2800 75% [============================================== ] 2110/2800 75% [============================================== ] 2111/2800 75% [============================================== ] 2112/2800 75% [============================================== ] 2113/2800 75% [============================================== ] 2114/2800 75% [============================================== ] 2115/2800 75% [============================================== ] 2116/2800 75% [============================================== ] 2117/2800 75% [============================================== ] 2118/2800 75% [============================================== ] 2119/2800 75% [============================================== ] 2120/2800 75% [============================================== ] 2121/2800 75% [============================================== ] 2122/2800 75% [=============================================== ] 2123/2800 75% [=============================================== ] 2124/2800 75% [=============================================== ] 2125/2800 75% [=============================================== ] 2126/2800 75% [=============================================== ] 2127/2800 75% [=============================================== ] 2128/2800 76% [=============================================== ] 2129/2800 76% [=============================================== ] 2130/2800 76% [=============================================== ] 2131/2800 76% [=============================================== ] 2132/2800 76% [=============================================== ] 2133/2800 76% [=============================================== ] 2134/2800 76% [=============================================== ] 2135/2800 76% [=============================================== ] 2136/2800 76% [=============================================== ] 2137/2800 76% [=============================================== ] 2138/2800 76% [=============================================== ] 2139/2800 76% [=============================================== ] 2140/2800 76% [=============================================== ] 2141/2800 76% [=============================================== ] 2142/2800 76% [=============================================== ] 2143/2800 76% [=============================================== ] 2144/2800 76% [=============================================== ] 2145/2800 76% [=============================================== ] 2146/2800 76% [=============================================== ] 2147/2800 76% [=============================================== ] 2148/2800 76% [=============================================== ] 2149/2800 76% [=============================================== ] 2150/2800 76% [=============================================== ] 2151/2800 76% [=============================================== ] 2152/2800 76% [=============================================== ] 2153/2800 76% [=============================================== ] 2154/2800 76% [=============================================== ] 2155/2800 76% [=============================================== ] 2156/2800 77% [=============================================== ] 2157/2800 77% [=============================================== ] 2158/2800 77% [=============================================== ] 2159/2800 77% [=============================================== ] 2160/2800 77% [=============================================== ] 2161/2800 77% [=============================================== ] 2162/2800 77% [=============================================== ] 2163/2800 77% [=============================================== ] 2164/2800 77% [=============================================== ] 2165/2800 77% [=============================================== ] 2166/2800 77% [=============================================== ] 2167/2800 77% [================================================ ] 2168/2800 77% [================================================ ] 2169/2800 77% [================================================ ] 2170/2800 77% [================================================ ] 2171/2800 77% [================================================ ] 2172/2800 77% [================================================ ] 2173/2800 77% [================================================ ] 2174/2800 77% [================================================ ] 2175/2800 77% [================================================ ] 2176/2800 77% [================================================ ] 2177/2800 77% [================================================ ] 2178/2800 77% [================================================ ] 2179/2800 77% [================================================ ] 2180/2800 77% [================================================ ] 2181/2800 77% [================================================ ] 2182/2800 77% [================================================ ] 2183/2800 77% [================================================ ] 2184/2800 78% [================================================ ] 2185/2800 78% [================================================ ] 2186/2800 78% [================================================ ] 2187/2800 78% [================================================ ] 2188/2800 78% [================================================ ] 2189/2800 78% [================================================ ] 2190/2800 78% [================================================ ] 2191/2800 78% [================================================ ] 2192/2800 78% [================================================ ] 2193/2800 78% [================================================ ] 2194/2800 78% [================================================ ] 2195/2800 78% [================================================ ] 2196/2800 78% [================================================ ] 2197/2800 78% [================================================ ] 2198/2800 78% [================================================ ] 2199/2800 78% [================================================ ] 2200/2800 78% [================================================ ] 2201/2800 78% [================================================ ] 2202/2800 78% [================================================ ] 2203/2800 78% [================================================ ] 2204/2800 78% [================================================ ] 2205/2800 78% [================================================ ] 2206/2800 78% [================================================ ] 2207/2800 78% [================================================ ] 2208/2800 78% [================================================ ] 2209/2800 78% [================================================ ] 2210/2800 78% [================================================ ] 2211/2800 78% [================================================ ] 2212/2800 79% [================================================= ] 2213/2800 79% [================================================= ] 2214/2800 79% [================================================= ] 2215/2800 79% [================================================= ] 2216/2800 79% [================================================= ] 2217/2800 79% [================================================= ] 2218/2800 79% [================================================= ] 2219/2800 79% [================================================= ] 2220/2800 79% [================================================= ] 2221/2800 79% [================================================= ] 2222/2800 79% [================================================= ] 2223/2800 79% [================================================= ] 2224/2800 79% [================================================= ] 2225/2800 79% [================================================= ] 2226/2800 79% [================================================= ] 2227/2800 79% [================================================= ] 2228/2800 79% [================================================= ] 2229/2800 79% [================================================= ] 2230/2800 79% [================================================= ] 2231/2800 79% [================================================= ] 2232/2800 79% [================================================= ] 2233/2800 79% [================================================= ] 2234/2800 79% [================================================= ] 2235/2800 79% [================================================= ] 2236/2800 79% [================================================= ] 2237/2800 79% [================================================= ] 2238/2800 79% [================================================= ] 2239/2800 79% [================================================= ] 2240/2800 80% [================================================= ] 2241/2800 80% [================================================= ] 2242/2800 80% [================================================= ] 2243/2800 80% [================================================= ] 2244/2800 80% [================================================= ] 2245/2800 80% [================================================= ] 2246/2800 80% [================================================= ] 2247/2800 80% [================================================= ] 2248/2800 80% [================================================= ] 2249/2800 80% [================================================= ] 2250/2800 80% [================================================= ] 2251/2800 80% [================================================= ] 2252/2800 80% [================================================= ] 2253/2800 80% [================================================= ] 2254/2800 80% [================================================= ] 2255/2800 80% [================================================= ] 2256/2800 80% [================================================= ] 2257/2800 80% [================================================= ] 2258/2800 80% [================================================== ] 2259/2800 80% [================================================== ] 2260/2800 80% [================================================== ] 2261/2800 80% [================================================== ] 2262/2800 80% [================================================== ] 2263/2800 80% [================================================== ] 2264/2800 80% [================================================== ] 2265/2800 80% [================================================== ] 2266/2800 80% [================================================== ] 2267/2800 80% [================================================== ] 2268/2800 81% [================================================== ] 2269/2800 81% [================================================== ] 2270/2800 81% [================================================== ] 2271/2800 81% [================================================== ] 2272/2800 81% [================================================== ] 2273/2800 81% [================================================== ] 2274/2800 81% [================================================== ] 2275/2800 81% [================================================== ] 2276/2800 81% [================================================== ] 2277/2800 81% [================================================== ] 2278/2800 81% [================================================== ] 2279/2800 81% [================================================== ] 2280/2800 81% [================================================== ] 2281/2800 81% [================================================== ] 2282/2800 81% [================================================== ] 2283/2800 81% [================================================== ] 2284/2800 81% [================================================== ] 2285/2800 81% [================================================== ] 2286/2800 81% [================================================== ] 2287/2800 81% [================================================== ] 2288/2800 81% [================================================== ] 2289/2800 81% [================================================== ] 2290/2800 81% [================================================== ] 2291/2800 81% [================================================== ] 2292/2800 81% [================================================== ] 2293/2800 81% [================================================== ] 2294/2800 81% [================================================== ] 2295/2800 81% [================================================== ] 2296/2800 82% [================================================== ] 2297/2800 82% [================================================== ] 2298/2800 82% [================================================== ] 2299/2800 82% [================================================== ] 2300/2800 82% [================================================== ] 2301/2800 82% [================================================== ] 2302/2800 82% [================================================== ] 2303/2800 82% [=================================================== ] 2304/2800 82% [=================================================== ] 2305/2800 82% [=================================================== ] 2306/2800 82% [=================================================== ] 2307/2800 82% [=================================================== ] 2308/2800 82% [=================================================== ] 2309/2800 82% [=================================================== ] 2310/2800 82% [=================================================== ] 2311/2800 82% [=================================================== ] 2312/2800 82% [=================================================== ] 2313/2800 82% [=================================================== ] 2314/2800 82% [=================================================== ] 2315/2800 82% [=================================================== ] 2316/2800 82% [=================================================== ] 2317/2800 82% [=================================================== ] 2318/2800 82% [=================================================== ] 2319/2800 82% [=================================================== ] 2320/2800 82% [=================================================== ] 2321/2800 82% [=================================================== ] 2322/2800 82% [=================================================== ] 2323/2800 82% [=================================================== ] 2324/2800 83% [=================================================== ] 2325/2800 83% [=================================================== ] 2326/2800 83% [=================================================== ] 2327/2800 83% [=================================================== ] 2328/2800 83% [=================================================== ] 2329/2800 83% [=================================================== ] 2330/2800 83% [=================================================== ] 2331/2800 83% [=================================================== ] 2332/2800 83% [=================================================== ] 2333/2800 83% [=================================================== ] 2334/2800 83% [=================================================== ] 2335/2800 83% [=================================================== ] 2336/2800 83% [=================================================== ] 2337/2800 83% [=================================================== ] 2338/2800 83% [=================================================== ] 2339/2800 83% [=================================================== ] 2340/2800 83% [=================================================== ] 2341/2800 83% [=================================================== ] 2342/2800 83% [=================================================== ] 2343/2800 83% [=================================================== ] 2344/2800 83% [=================================================== ] 2345/2800 83% [=================================================== ] 2346/2800 83% [=================================================== ] 2347/2800 83% [=================================================== ] 2348/2800 83% [==================================================== ] 2349/2800 83% [==================================================== ] 2350/2800 83% [==================================================== ] 2351/2800 83% [==================================================== ] 2352/2800 84% [==================================================== ] 2353/2800 84% [==================================================== ] 2354/2800 84% [==================================================== ] 2355/2800 84% [==================================================== ] 2356/2800 84% [==================================================== ] 2357/2800 84% [==================================================== ] 2358/2800 84% [==================================================== ] 2359/2800 84% [==================================================== ] 2360/2800 84% [==================================================== ] 2361/2800 84% [==================================================== ] 2362/2800 84% [==================================================== ] 2363/2800 84% [==================================================== ] 2364/2800 84% [==================================================== ] 2365/2800 84% [==================================================== ] 2366/2800 84% [==================================================== ] 2367/2800 84% [==================================================== ] 2368/2800 84% [==================================================== ] 2369/2800 84% [==================================================== ] 2370/2800 84% [==================================================== ] 2371/2800 84% [==================================================== ] 2372/2800 84% [==================================================== ] 2373/2800 84% [==================================================== ] 2374/2800 84% [==================================================== ] 2375/2800 84% [==================================================== ] 2376/2800 84% [==================================================== ] 2377/2800 84% [==================================================== ] 2378/2800 84% [==================================================== ] 2379/2800 84% [==================================================== ] 2380/2800 85% [==================================================== ] 2381/2800 85% [==================================================== ] 2382/2800 85% [==================================================== ] 2383/2800 85% [==================================================== ] 2384/2800 85% [==================================================== ] 2385/2800 85% [==================================================== ] 2386/2800 85% [==================================================== ] 2387/2800 85% [==================================================== ] 2388/2800 85% [==================================================== ] 2389/2800 85% [==================================================== ] 2390/2800 85% [==================================================== ] 2391/2800 85% [==================================================== ] 2392/2800 85% [==================================================== ] 2393/2800 85% [===================================================== ] 2394/2800 85% [===================================================== ] 2395/2800 85% [===================================================== ] 2396/2800 85% [===================================================== ] 2397/2800 85% [===================================================== ] 2398/2800 85% [===================================================== ] 2399/2800 85% [===================================================== ] 2400/2800 85% [===================================================== ] 2401/2800 85% [===================================================== ] 2402/2800 85% [===================================================== ] 2403/2800 85% [===================================================== ] 2404/2800 85% [===================================================== ] 2405/2800 85% [===================================================== ] 2406/2800 85% [===================================================== ] 2407/2800 85% [===================================================== ] 2408/2800 86% [===================================================== ] 2409/2800 86% [===================================================== ] 2410/2800 86% [===================================================== ] 2411/2800 86% [===================================================== ] 2412/2800 86% [===================================================== ] 2413/2800 86% [===================================================== ] 2414/2800 86% [===================================================== ] 2415/2800 86% [===================================================== ] 2416/2800 86% [===================================================== ] 2417/2800 86% [===================================================== ] 2418/2800 86% [===================================================== ] 2419/2800 86% [===================================================== ] 2420/2800 86% [===================================================== ] 2421/2800 86% [===================================================== ] 2422/2800 86% [===================================================== ] 2423/2800 86% [===================================================== ] 2424/2800 86% [===================================================== ] 2425/2800 86% [===================================================== ] 2426/2800 86% [===================================================== ] 2427/2800 86% [===================================================== ] 2428/2800 86% [===================================================== ] 2429/2800 86% [===================================================== ] 2430/2800 86% [===================================================== ] 2431/2800 86% [===================================================== ] 2432/2800 86% [===================================================== ] 2433/2800 86% [===================================================== ] 2434/2800 86% [===================================================== ] 2435/2800 86% [===================================================== ] 2436/2800 87% [===================================================== ] 2437/2800 87% [===================================================== ] 2438/2800 87% [====================================================== ] 2439/2800 87% [====================================================== ] 2440/2800 87% [====================================================== ] 2441/2800 87% [====================================================== ] 2442/2800 87% [====================================================== ] 2443/2800 87% [====================================================== ] 2444/2800 87% [====================================================== ] 2445/2800 87% [====================================================== ] 2446/2800 87% [====================================================== ] 2447/2800 87% [====================================================== ] 2448/2800 87% [====================================================== ] 2449/2800 87% [====================================================== ] 2450/2800 87% [====================================================== ] 2451/2800 87% [====================================================== ] 2452/2800 87% [====================================================== ] 2453/2800 87% [====================================================== ] 2454/2800 87% [====================================================== ] 2455/2800 87% [====================================================== ] 2456/2800 87% [====================================================== ] 2457/2800 87% [====================================================== ] 2458/2800 87% [====================================================== ] 2459/2800 87% [====================================================== ] 2460/2800 87% [====================================================== ] 2461/2800 87% [====================================================== ] 2462/2800 87% [====================================================== ] 2463/2800 87% [====================================================== ] 2464/2800 88% [====================================================== ] 2465/2800 88% [====================================================== ] 2466/2800 88% [====================================================== ] 2467/2800 88% [====================================================== ] 2468/2800 88% [====================================================== ] 2469/2800 88% [====================================================== ] 2470/2800 88% [====================================================== ] 2471/2800 88% [====================================================== ] 2472/2800 88% [====================================================== ] 2473/2800 88% [====================================================== ] 2474/2800 88% [====================================================== ] 2475/2800 88% [====================================================== ] 2476/2800 88% [====================================================== ] 2477/2800 88% [====================================================== ] 2478/2800 88% [====================================================== ] 2479/2800 88% [====================================================== ] 2480/2800 88% [====================================================== ] 2481/2800 88% [====================================================== ] 2482/2800 88% [====================================================== ] 2483/2800 88% [======================================================= ] 2484/2800 88% [======================================================= ] 2485/2800 88% [======================================================= ] 2486/2800 88% [======================================================= ] 2487/2800 88% [======================================================= ] 2488/2800 88% [======================================================= ] 2489/2800 88% [======================================================= ] 2490/2800 88% [======================================================= ] 2491/2800 88% [======================================================= ] 2492/2800 89% [======================================================= ] 2493/2800 89% [======================================================= ] 2494/2800 89% [======================================================= ] 2495/2800 89% [======================================================= ] 2496/2800 89% [======================================================= ] 2497/2800 89% [======================================================= ] 2498/2800 89% [======================================================= ] 2499/2800 89% [======================================================= ] 2500/2800 89% [======================================================= ] 2501/2800 89% [======================================================= ] 2502/2800 89% [======================================================= ] 2503/2800 89% [======================================================= ] 2504/2800 89% [======================================================= ] 2505/2800 89% [======================================================= ] 2506/2800 89% [======================================================= ] 2507/2800 89% [======================================================= ] 2508/2800 89% [======================================================= ] 2509/2800 89% [======================================================= ] 2510/2800 89% [======================================================= ] 2511/2800 89% [======================================================= ] 2512/2800 89% [======================================================= ] 2513/2800 89% [======================================================= ] 2514/2800 89% [======================================================= ] 2515/2800 89% [======================================================= ] 2516/2800 89% [======================================================= ] 2517/2800 89% [======================================================= ] 2518/2800 89% [======================================================= ] 2519/2800 89% [======================================================= ] 2520/2800 90% [======================================================= ] 2521/2800 90% [======================================================= ] 2522/2800 90% [======================================================= ] 2523/2800 90% [======================================================= ] 2524/2800 90% [======================================================= ] 2525/2800 90% [======================================================= ] 2526/2800 90% [======================================================= ] 2527/2800 90% [======================================================= ] 2528/2800 90% [======================================================= ] 2529/2800 90% [======================================================== ] 2530/2800 90% [======================================================== ] 2531/2800 90% [======================================================== ] 2532/2800 90% [======================================================== ] 2533/2800 90% [======================================================== ] 2534/2800 90% [======================================================== ] 2535/2800 90% [======================================================== ] 2536/2800 90% [======================================================== ] 2537/2800 90% [======================================================== ] 2538/2800 90% [======================================================== ] 2539/2800 90% [======================================================== ] 2540/2800 90% [======================================================== ] 2541/2800 90% [======================================================== ] 2542/2800 90% [======================================================== ] 2543/2800 90% [======================================================== ] 2544/2800 90% [======================================================== ] 2545/2800 90% [======================================================== ] 2546/2800 90% [======================================================== ] 2547/2800 90% [======================================================== ] 2548/2800 91% [======================================================== ] 2549/2800 91% [======================================================== ] 2550/2800 91% [======================================================== ] 2551/2800 91% [======================================================== ] 2552/2800 91% [======================================================== ] 2553/2800 91% [======================================================== ] 2554/2800 91% [======================================================== ] 2555/2800 91% [======================================================== ] 2556/2800 91% [======================================================== ] 2557/2800 91% [======================================================== ] 2558/2800 91% [======================================================== ] 2559/2800 91% [======================================================== ] 2560/2800 91% [======================================================== ] 2561/2800 91% [======================================================== ] 2562/2800 91% [======================================================== ] 2563/2800 91% [======================================================== ] 2564/2800 91% [======================================================== ] 2565/2800 91% [======================================================== ] 2566/2800 91% [======================================================== ] 2567/2800 91% [======================================================== ] 2568/2800 91% [======================================================== ] 2569/2800 91% [======================================================== ] 2570/2800 91% [======================================================== ] 2571/2800 91% [======================================================== ] 2572/2800 91% [======================================================== ] 2573/2800 91% [======================================================== ] 2574/2800 91% [========================================================= ] 2575/2800 91% [========================================================= ] 2576/2800 92% [========================================================= ] 2577/2800 92% [========================================================= ] 2578/2800 92% [========================================================= ] 2579/2800 92% [========================================================= ] 2580/2800 92% [========================================================= ] 2581/2800 92% [========================================================= ] 2582/2800 92% [========================================================= ] 2583/2800 92% [========================================================= ] 2584/2800 92% [========================================================= ] 2585/2800 92% [========================================================= ] 2586/2800 92% [========================================================= ] 2587/2800 92% [========================================================= ] 2588/2800 92% [========================================================= ] 2589/2800 92% [========================================================= ] 2590/2800 92% [========================================================= ] 2591/2800 92% [========================================================= ] 2592/2800 92% [========================================================= ] 2593/2800 92% [========================================================= ] 2594/2800 92% [========================================================= ] 2595/2800 92% [========================================================= ] 2596/2800 92% [========================================================= ] 2597/2800 92% [========================================================= ] 2598/2800 92% [========================================================= ] 2599/2800 92% [========================================================= ] 2600/2800 92% [========================================================= ] 2601/2800 92% [========================================================= ] 2602/2800 92% [========================================================= ] 2603/2800 92% [========================================================= ] 2604/2800 93% [========================================================= ] 2605/2800 93% [========================================================= ] 2606/2800 93% [========================================================= ] 2607/2800 93% [========================================================= ] 2608/2800 93% [========================================================= ] 2609/2800 93% [========================================================= ] 2610/2800 93% [========================================================= ] 2611/2800 93% [========================================================= ] 2612/2800 93% [========================================================= ] 2613/2800 93% [========================================================= ] 2614/2800 93% [========================================================= ] 2615/2800 93% [========================================================= ] 2616/2800 93% [========================================================= ] 2617/2800 93% [========================================================= ] 2618/2800 93% [========================================================= ] 2619/2800 93% [========================================================== ] 2620/2800 93% [========================================================== ] 2621/2800 93% [========================================================== ] 2622/2800 93% [========================================================== ] 2623/2800 93% [========================================================== ] 2624/2800 93% [========================================================== ] 2625/2800 93% [========================================================== ] 2626/2800 93% [========================================================== ] 2627/2800 93% [========================================================== ] 2628/2800 93% [========================================================== ] 2629/2800 93% [========================================================== ] 2630/2800 93% [========================================================== ] 2631/2800 93% [========================================================== ] 2632/2800 94% [========================================================== ] 2633/2800 94% [========================================================== ] 2634/2800 94% [========================================================== ] 2635/2800 94% [========================================================== ] 2636/2800 94% [========================================================== ] 2637/2800 94% [========================================================== ] 2638/2800 94% [========================================================== ] 2639/2800 94% [========================================================== ] 2640/2800 94% [========================================================== ] 2641/2800 94% [========================================================== ] 2642/2800 94% [========================================================== ] 2643/2800 94% [========================================================== ] 2644/2800 94% [========================================================== ] 2645/2800 94% [========================================================== ] 2646/2800 94% [========================================================== ] 2647/2800 94% [========================================================== ] 2648/2800 94% [========================================================== ] 2649/2800 94% [========================================================== ] 2650/2800 94% [========================================================== ] 2651/2800 94% [========================================================== ] 2652/2800 94% [========================================================== ] 2653/2800 94% [========================================================== ] 2654/2800 94% [========================================================== ] 2655/2800 94% [========================================================== ] 2656/2800 94% [========================================================== ] 2657/2800 94% [========================================================== ] 2658/2800 94% [========================================================== ] 2659/2800 94% [========================================================== ] 2660/2800 95% [========================================================== ] 2661/2800 95% [========================================================== ] 2662/2800 95% [========================================================== ] 2663/2800 95% [========================================================== ] 2664/2800 95% [=========================================================== ] 2665/2800 95% [=========================================================== ] 2666/2800 95% [=========================================================== ] 2667/2800 95% [=========================================================== ] 2668/2800 95% [=========================================================== ] 2669/2800 95% [=========================================================== ] 2670/2800 95% [=========================================================== ] 2671/2800 95% [=========================================================== ] 2672/2800 95% [=========================================================== ] 2673/2800 95% [=========================================================== ] 2674/2800 95% [=========================================================== ] 2675/2800 95% [=========================================================== ] 2676/2800 95% [=========================================================== ] 2677/2800 95% [=========================================================== ] 2678/2800 95% [=========================================================== ] 2679/2800 95% [=========================================================== ] 2680/2800 95% [=========================================================== ] 2681/2800 95% [=========================================================== ] 2682/2800 95% [=========================================================== ] 2683/2800 95% [=========================================================== ] 2684/2800 95% [=========================================================== ] 2685/2800 95% [=========================================================== ] 2686/2800 95% [=========================================================== ] 2687/2800 95% [=========================================================== ] 2688/2800 96% [=========================================================== ] 2689/2800 96% [=========================================================== ] 2690/2800 96% [=========================================================== ] 2691/2800 96% [=========================================================== ] 2692/2800 96% [=========================================================== ] 2693/2800 96% [=========================================================== ] 2694/2800 96% [=========================================================== ] 2695/2800 96% [=========================================================== ] 2696/2800 96% [=========================================================== ] 2697/2800 96% [=========================================================== ] 2698/2800 96% [=========================================================== ] 2699/2800 96% [=========================================================== ] 2700/2800 96% [=========================================================== ] 2701/2800 96% [=========================================================== ] 2702/2800 96% [=========================================================== ] 2703/2800 96% [=========================================================== ] 2704/2800 96% [=========================================================== ] 2705/2800 96% [=========================================================== ] 2706/2800 96% [=========================================================== ] 2707/2800 96% [=========================================================== ] 2708/2800 96% [=========================================================== ] 2709/2800 96% [============================================================ ] 2710/2800 96% [============================================================ ] 2711/2800 96% [============================================================ ] 2712/2800 96% [============================================================ ] 2713/2800 96% [============================================================ ] 2714/2800 96% [============================================================ ] 2715/2800 96% [============================================================ ] 2716/2800 97% [============================================================ ] 2717/2800 97% [============================================================ ] 2718/2800 97% [============================================================ ] 2719/2800 97% [============================================================ ] 2720/2800 97% [============================================================ ] 2721/2800 97% [============================================================ ] 2722/2800 97% [============================================================ ] 2723/2800 97% [============================================================ ] 2724/2800 97% [============================================================ ] 2725/2800 97% [============================================================ ] 2726/2800 97% [============================================================ ] 2727/2800 97% [============================================================ ] 2728/2800 97% [============================================================ ] 2729/2800 97% [============================================================ ] 2730/2800 97% [============================================================ ] 2731/2800 97% [============================================================ ] 2732/2800 97% [============================================================ ] 2733/2800 97% [============================================================ ] 2734/2800 97% [============================================================ ] 2735/2800 97% [============================================================ ] 2736/2800 97% [============================================================ ] 2737/2800 97% [============================================================ ] 2738/2800 97% [============================================================ ] 2739/2800 97% [============================================================ ] 2740/2800 97% [============================================================ ] 2741/2800 97% [============================================================ ] 2742/2800 97% [============================================================ ] 2743/2800 97% [============================================================ ] 2744/2800 98% [============================================================ ] 2745/2800 98% [============================================================ ] 2746/2800 98% [============================================================ ] 2747/2800 98% [============================================================ ] 2748/2800 98% [============================================================ ] 2749/2800 98% [============================================================ ] 2750/2800 98% [============================================================ ] 2751/2800 98% [============================================================ ] 2752/2800 98% [============================================================ ] 2753/2800 98% [============================================================ ] 2754/2800 98% [============================================================= ] 2755/2800 98% [============================================================= ] 2756/2800 98% [============================================================= ] 2757/2800 98% [============================================================= ] 2758/2800 98% [============================================================= ] 2759/2800 98% [============================================================= ] 2760/2800 98% [============================================================= ] 2761/2800 98% [============================================================= ] 2762/2800 98% [============================================================= ] 2763/2800 98% [============================================================= ] 2764/2800 98% [============================================================= ] 2765/2800 98% [============================================================= ] 2766/2800 98% [============================================================= ] 2767/2800 98% [============================================================= ] 2768/2800 98% [============================================================= ] 2769/2800 98% [============================================================= ] 2770/2800 98% [============================================================= ] 2771/2800 98% [============================================================= ] 2772/2800 99% [============================================================= ] 2773/2800 99% [============================================================= ] 2774/2800 99% [============================================================= ] 2775/2800 99% [============================================================= ] 2776/2800 99% [============================================================= ] 2777/2800 99% [============================================================= ] 2778/2800 99% [============================================================= ] 2779/2800 99% [============================================================= ] 2780/2800 99% [============================================================= ] 2781/2800 99% [============================================================= ] 2782/2800 99% [============================================================= ] 2783/2800 99% [============================================================= ] 2784/2800 99% [============================================================= ] 2785/2800 99% [============================================================= ] 2786/2800 99% [============================================================= ] 2787/2800 99% [============================================================= ] 2788/2800 99% [============================================================= ] 2789/2800 99% [============================================================= ] 2790/2800 99% [============================================================= ] 2791/2800 99% [============================================================= ] 2792/2800 99% [============================================================= ] 2793/2800 99% [============================================================= ] 2794/2800 99% [============================================================= ] 2795/2800 99% [============================================================= ] 2796/2800 99% [============================================================= ] 2797/2800 99% [============================================================= ] 2798/2800 99% [============================================================= ] 2799/2800 99% [==============================================================] 2800/2800 100% operation complete, 2800 objects in 40818 NAND pages. ln -snf /home/autobuild/autobuild/instance-6/output-1/host/aarch64-buildroot-linux-uclibc/sysroot /home/autobuild/autobuild/instance-6/output-1/staging make: Leaving directory '/home/autobuild/autobuild/instance-6/buildroot' make: Entering directory '/home/autobuild/autobuild/instance-6/buildroot' >>> Buildroot 2022.05-rc2-38-gbc3de65655 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> 4th 3.64.0 Collecting legal info COPYING: OK (sha256: 8c6111b645a02219579ea66e84aa8e78a0ed4f4dd80857ffb91bcda5528717d4) >>> host-4th 3.64.0 Collecting legal info COPYING: OK (sha256: 8c6111b645a02219579ea66e84aa8e78a0ed4f4dd80857ffb91bcda5528717d4) >>> 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 10.3.0 Collecting legal info >>> host-binutils 2.37 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-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 10.3.0 Collecting legal info >>> linux-headers 5.17.7 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> host-aespipe 2.4f Collecting legal info >>> host-bmap-tools 3.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-python-setuptools 62.1.0 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> host-python3 3.10.4 Collecting legal info LICENSE: OK (sha256: f03e17cd594c2085f66a454e695c7ebe5b4d3c0eff534f4f194abc2fd164621b) >>> 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-autoconf-archive 2021.02.19 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-expat 2.4.7 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> host-libffi 3.4.2 Collecting legal info LICENSE: OK (sha256: a61d06e8f7be57928e71e800eb9273b05cb8868c484108afe41e4305bb320dde) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> bsdiff 4.3 Collecting legal info bsdiff.c: OK (sha256: fc0a6e634ef77dcf14bf36c7b6d1e57ba1ac5c4809073dfaacb3b5f7ab277eb7) >>> bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> 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-cmake 3.18.6 Collecting legal info Copyright.txt: OK (sha256: 131b9ff756b64a25b7461c3c1382e70b16c70a5b4833a1577897fa3ea6d88f8d) >>> 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) >>> busybox 1.35.0 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> iputils 20211215 Collecting legal info LICENSE: OK (sha256: 973281334c2da6364fa6bdc44c1f0f8d60d80d73c782982ffc5d53b0a31aa042) Documentation/LICENSE.BSD3: OK (sha256: 9acc4bc871a4742550158e3696dcb381953172ef808d04ca248184f9f6322712) Documentation/LICENSE.GPL2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-meson 0.62.1 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.10.2.g51db2.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> 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) >>> c-periphery 2.3.1 Collecting legal info LICENSE: OK (sha256: 7121a0a2ba36ed9388be2f1a916f0e3584d8e49cc7888fbcfcf83bab2a8bebef) >>> can-utils 2021.08.0 Collecting legal info LICENSES/BSD-3-Clause: OK (sha256: c3dc748f5e725cf5ed89784fe78e4ff1b05d309bf1e7ade4c572e8fde1b8406c) LICENSES/GPL-2.0-only.txt: OK (sha256: 995a31f60a9ddb4c609214cc7d17ca94cc3cbc7f37e1e64dba81e7f8ea9d4f91) >>> cukinia 0.6.0 Collecting legal info LICENSE: OK (sha256: b40930bbcf80744c86c46a12bc9da056641d722716c378f5659b9e555ef833e1) LICENSE.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-f2fs-tools 1.14.0 Collecting legal info COPYING: OK (sha256: 662abb3a8a80b36ae7036c289dd1e03b361ee5dd2e6fd5211d0d8d029146449f) >>> faad2 2.10.0 Collecting legal info COPYING: OK (sha256: d3baf3a54943cf12a994c85867a18dec84f810901b2f2878ddfd77efcc3c150f) >>> fbdump 0.4.2 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> ffmpeg 4.4.2 Collecting legal info LICENSE.md: OK (sha256: cb48bf09a11f5fb576cddb0431c8f5ed0a60157a9ec942adffc13907cbe083f2) COPYING.LGPLv2.1: OK (sha256: b634ab5640e258563c536e658cad87080553df6f34f62269a21d554844e58bfe) >>> lame 3.100 Collecting legal info COPYING: OK (sha256: bfe4a52dc4645385f356a8e83cc54216a293e3b6f1cb4f79f5fc0277abf937fd) >>> openssl Collecting legal info >>> libopenssl 1.1.1o Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> zlib Collecting legal info >>> libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> opus 1.3.1 Collecting legal info COPYING: OK (sha256: 8338ce8d922bb4416ce3dd1e5680173332435e3f0755007ac7801ccd674fe682) >>> flashbench 2e30b1968a66147412f21002ea844122a0d5e2f0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> freetype 2.12.1 Collecting legal info LICENSE.TXT: OK (sha256: c85e842b7ff04d95dab7d68e812773de0f8b67940e5449d35b42c66eb0f619fe) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> genext2fs 1.5.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> geoip 1.6.12 Collecting legal info COPYING: OK (sha256: 36b6d3fa47916943fd5fec313c584784946047ec1337a78b440e5992cb595f89) >>> ghostscript-fonts 8.11 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> gnupg 1.4.23 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> libcurl 7.83.1 Collecting legal info COPYING: OK (sha256: 321b1a09ebc30410f2e837c072e5521cf7095b757193af4a7dae1086e36ed31a) >>> gumbo-parser 0.10.1 Collecting legal info COPYING: OK (sha256: c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4) >>> initscripts Collecting legal info >>> iptables 1.8.7 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> jbig2dec 0.19 Collecting legal info LICENSE: OK (sha256: 1bf5258afe453934484fd0cea97508b72301633a6a78b0ae8a9ee44ac78f26d9) >>> jimtcl 0.81 Collecting legal info LICENSE: OK (sha256: 419f1146334e57fb258d6c957d1f94d43455ec0d24b1b54c4447e5f61a353950) >>> jpeg-turbo 2.1.3 Collecting legal info LICENSE.md: OK (sha256: ee1eaf194d5924b6360af8a6ba6a4e1554037091f7505943300cdeec65f1aebb) README.ijg: OK (sha256: 4b7b9f8c03bb8d60270dfd12684e70ab21e4abfd27e73905cd1a7c4cae6f5cdb) >>> kbd 2.4.0 Collecting legal info COPYING: OK (sha256: ddb9db7630752f8fdc6898f7c99a99eaeeac5213627ecb093df9c82f56175dc7) CREDITS: OK (sha256: 5a16340fe773f422144b436df90319114a2884933c56e9be6fad642e59be5e1f) >>> 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) >>> libcap-ng 0.8.3 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> libev 4.33 Collecting legal info LICENSE: OK (sha256: c4dd1a5bc38b041a320b93c5d6c08f5c41a63f2ce718ee16cfcb757fad448199) >>> libevdev 1.12.1 Collecting legal info COPYING: OK (sha256: 6f13de7ce28e4948ba95170e0723ee1254c1978ce1f127af82aeca597b567cb9) >>> 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) >>> liblockfile 1.17 Collecting legal info COPYRIGHT: OK (sha256: 3d080ab931103a823e6b9b788ccbc3e9d44797bd54546f3feebfd305f90de46a) licenses/GPL-2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) licenses/LGPL-2: OK (sha256: b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c) >>> libmaxminddb 1.6.0 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> libmbus 0.8.0 Collecting legal info COPYING: OK (sha256: ea171a4ae443eca7186f564db2c3cc8b84c1ac343f227f92cd52ec6a948f4a74) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnetfilter_acct 1.0.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnetfilter_cthelper 1.0.0 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libopusenc 0.2.1 Collecting legal info COPYING: OK (sha256: 93b17ab56b8230127fea532be0dcb4e6d71e66ab5e8ce5d6ae8785d7288b164f) >>> libtommath 1.2.0 Collecting legal info LICENSE: OK (sha256: 2fa64b163659f41965c9815882a8296d3d03ff546b76153e11445f9bdecf955a) >>> liburiparser 0.9.6 Collecting legal info COPYING: OK (sha256: 287f09e6546a9610f949f89e8fb937cacfeabd7bfaa8c8a0c18312193bf04ad3) >>> libxkbcommon 1.4.0 Collecting legal info LICENSE: OK (sha256: 086caee279449369d41c1157911ec7696e707b93feba7280de757d3c470b2dfb) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> linux-firmware 20220310 Collecting legal info LICENCE.Marvell: OK (sha256: 2d6062d63b91eb750bf741498691604f75184b9fee97608ec537cd09bd6a42b4) ERROR: No hash found for LICENCE.moxa LICENCE.ralink-firmware.txt: OK (sha256: d7bec70668ddd4aae8fb4aa32870e54b49fcdb0b9b007aa9f54b53a1ac7461bd) LICENCE.rtlwifi_firmware.txt: OK (sha256: a61351665b4f264f6c631364f85b907d8f8f41f8b369533ef4021765f9f3b62e) LICENSE.radeon: OK (sha256: fc6223d4bfe9f2f9e2eddc44b9fe5721d0caf49f01cb08d602906add686d8c6f) WHENCE: OK (sha256: 75afdb5d45a21ff95ff7aa82d67bc42a83830f2def98ea937c01d6e7603d76f9) >>> host-lld 9.0.1 Collecting legal info LICENSE.TXT: OK (sha256: f7891568956e34643eb6a0db1462db30820d40d7266e2a78063f2fe233ece5a0) >>> host-llvm 9.0.1 Collecting legal info LICENSE.TXT: OK (sha256: 8d85c1057d742e597985c7d4e6320b015a9139385cff4cbae06ffc0ebe89afee) >>> macchanger 1.7.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> mawk 1.3.4-20200120 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> musl-fts 1.2.7 Collecting legal info COPYING: OK (sha256: 55af87e4017668f54467a3380e7ebbac5e672d8c763bfe95e6fc882a6fdc4046) >>> ncdu 1.16 Collecting legal info COPYING: OK (sha256: e9ed7095eee84ad6804450495738277b539da0c0b2006f50faf8e6e67a0a15aa) >>> netstat-nat 1.4.10 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> obsidian-cursors 1.0 Collecting legal info >>> odroidc2-firmware s905_6.0.1_v5.5 Collecting legal info >>> openblas 0.3.20 Collecting legal info LICENSE: OK (sha256: 190b5a9c8d9723fe958ad33916bd7346d96fab3c5ea90832bb02d854f620fcff) >>> openssh 9.0p1 Collecting legal info LICENCE: OK (sha256: d6807e99f3d159145c659060f57c3fa74e109faa39326dbfc38674cb550fd104) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pdbg 3.5 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-dtc 1.6.1 Collecting legal info README.license: OK (sha256: 78e1e1ce5728a990d59c7de61d4741c49185d5129daf783b386380a214328d68) GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) BSD-2-Clause: OK (sha256: 6313108c23efffa36948f8b2cff1560a5935373b527b0e1a837cc77e6ed1bacd) >>> pdmenu 1.3.6 Collecting legal info doc/COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> slang 2.3.2 Collecting legal info COPYING: OK (sha256: ff05a90962e7773f8bdc47b2a9585130526039102759b524c1dffbd57cfe469b) >>> popt 1.18 Collecting legal info COPYING: OK (sha256: 518d4f2a05064cb9a8ec0ea02e86408af4feed6916f78ef42171465db8b383c5) >>> host-python-cython 0.29.27 Collecting legal info COPYING.txt: OK (sha256: e1eb1c49a8508e8173dac30157e4a6439a44ad8846194746c424fbc3fc2b95d7) LICENSE.txt: OK (sha256: a6cba85bc92e0cff7a450b1d873c0eaa2e9fc96bf472df0247a26bec77bf3ff9) >>> host-python-six 1.16.0 Collecting legal info LICENSE: OK (sha256: 8bb850c565aa389fdc16f3a46965ad23d82adff60f2393fc2762b63185e8e6c9) >>> qprint 1.1 Collecting legal info COPYING: OK (sha256: 3bd4089942977a357fed0d3c84b6ea877000c20c7c344c2feabf4b10db9f7495) >>> rsh-redone 85 Collecting legal info rsh.c: OK (sha256: 92c3a6a0efe5347c282081c6f67aebfec0f33b880c9efb87eb5232dcdd748369) >>> rsync 3.2.3 Collecting legal info COPYING: OK (sha256: 0d33aa97d302cb9df27f99dfa28d58001c2479a02317956f1a7a890f3937a976) >>> stm32flash 0.6 Collecting legal info gpl-2.0.txt: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> sudo 1.9.8p2 Collecting legal info doc/LICENSE: OK (sha256: b678438594f04a7070a5fd125f7edffc871e13234baad318690b647bfc60705d) >>> twolame 0.4.0 Collecting legal info COPYING: OK (sha256: 257a842724705950b07da76ce0e22ffa80ec77b3e9dfc6702522ac342409da0f) >>> uboot-tools 2021.07 Collecting legal info Licenses/gpl-2.0.txt: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> vo-aacenc 0.1.3 Collecting legal info COPYING: OK (sha256: 8b3f1762349248d444ab9acbafe73941254e36e1064954da56bb9ddbd5873ddb) >>> vsftpd 3.0.5 Collecting legal info COPYING: OK (sha256: c9cf119e2f9dbcf187fb805ba5aded105db26a693803636fb7228c98460ffbf2) >>> wilc-firmware wilc_linux_15_6 Collecting legal info LICENSE.wilc_fw: OK (sha256: 71355eee947a312594dbdaac039827544f93d23949b65c356b7b0ce09e2600fb) >>> 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-genromfs 0.5.2 Collecting legal info COPYING: OK (sha256: cc2a6651c315b233ebc110b49ea3c6452eff9a28f8bc051ffd2bb92a8dcfa3d2) >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-10.3.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-10.3.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: aespipe-2.4f: cannot save license (HOST_AESPIPE_LICENSE_FILES not defined) WARNING: obsidian-cursors-1.0: cannot save license (OBSIDIAN_CURSORS_LICENSE_FILES not defined) WARNING: odroidc2-firmware-s905_6.0.1_v5.5: cannot save license (ODROIDC2_FIRMWARE_LICENSE_FILES not defined) Legal info produced in /home/autobuild/autobuild/instance-6/output-1/legal-info make: Leaving directory '/home/autobuild/autobuild/instance-6/buildroot'