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-10/output-1/build/host-yaffs2utils-0.2.9' >>> host-yaffs2utils 0.2.9 Installing to host directory mkdir -p /home/autobuild/autobuild/instance-10/output-1/host/bin PATH="/home/autobuild/autobuild/instance-10/output-1/host/bin:/home/autobuild/autobuild/instance-10/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-10/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-10/output-1/host/lib/pkgconfig:/home/autobuild/autobuild/instance-10/output-1/host/share/pkgconfig" /usr/bin/make -j1 -C /home/autobuild/autobuild/instance-10/output-1/build/host-yaffs2utils-0.2.9 INSTALLDIR=/home/autobuild/autobuild/instance-10/output-1/host/bin install make[1]: Entering directory '/home/autobuild/autobuild/instance-10/output-1/build/host-yaffs2utils-0.2.9' cp mkyaffs2 unyaffs2 unspare2 /home/autobuild/autobuild/instance-10/output-1/host/bin make[1]: Leaving directory '/home/autobuild/autobuild/instance-10/output-1/build/host-yaffs2utils-0.2.9' >>> Finalizing host directory >>> Finalizing target directory mkdir -p /home/autobuild/autobuild/instance-10/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Os', '-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', '-Os', '-g0', '-static', '-static'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_CC@%/home/autobuild/autobuild/instance-10/output-1/host/bin/microblaze-buildroot-linux-uclibc-gcc%g" -e "s%@TARGET_CXX@%/home/autobuild/autobuild/instance-10/output-1/host/bin/microblaze-buildroot-linux-uclibc-g++%g" -e "s%@TARGET_AR@%/home/autobuild/autobuild/instance-10/output-1/host/bin/microblaze-buildroot-linux-uclibc-gcc-ar%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%microblaze%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_CFLAGS@%%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%%g" -e "s%@BR2_CMAKE@%/home/autobuild/autobuild/instance-10/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/autobuild/autobuild/instance-10/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/autobuild/autobuild/instance-10/output-1/host%g" -e "s%@STAGING_DIR@%/home/autobuild/autobuild/instance-10/output-1/host/microblaze-buildroot-linux-uclibc/sysroot%g" -e "s%@STATIC@%true%g" /home/autobuild/autobuild/instance-10/buildroot/support/misc/cross-compilation.conf.in > /home/autobuild/autobuild/instance-10/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/home/autobuild/autobuild/instance-10/output-1/host/bin/microblaze-buildroot-linux-uclibc-gcc%g" -e "s%@TARGET_CXX@%/home/autobuild/autobuild/instance-10/output-1/host/bin/microblaze-buildroot-linux-uclibc-g++%g" -e "s%@TARGET_AR@%/home/autobuild/autobuild/instance-10/output-1/host/bin/microblaze-buildroot-linux-uclibc-gcc-ar%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%microblaze%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Os', '-g0', '-static'%g" -e "s%@TARGET_LDFLAGS@%'-static'%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Os', '-g0', '-static', '-static'%g" -e "s%@BR2_CMAKE@%/home/autobuild/autobuild/instance-10/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/autobuild/autobuild/instance-10/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/autobuild/autobuild/instance-10/output-1/host%g" -e "s%@STAGING_DIR@%/home/autobuild/autobuild/instance-10/output-1/host/microblaze-buildroot-linux-uclibc/sysroot%g" -e "s%@STATIC@%true%g" /home/autobuild/autobuild/instance-10/buildroot/support/misc/cross-compilation.conf.in > /home/autobuild/autobuild/instance-10/output-1/host/etc/meson/cross-compilation.conf grep -qsE '^/bin/bash$' /home/autobuild/autobuild/instance-10/output-1/target/etc/shells || echo "/bin/bash" >> /home/autobuild/autobuild/instance-10/output-1/target/etc/shells /usr/bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~#ttyS0::respawn:/sbin/getty -L ttyS0 115200 vt100 #~' /home/autobuild/autobuild/instance-10/output-1/target/etc/inittab /usr/bin/sed -i -e '/^[^#].*-o remount,rw \/$/s~^~#~' /home/autobuild/autobuild/instance-10/output-1/target/etc/inittab if grep -q CONFIG_ASH=y /home/autobuild/autobuild/instance-10/output-1/build/busybox-1.35.0/.config; then grep -qsE '^/bin/ash$' /home/autobuild/autobuild/instance-10/output-1/target/etc/shells || echo "/bin/ash" >> /home/autobuild/autobuild/instance-10/output-1/target/etc/shells; fi if grep -q CONFIG_HUSH=y /home/autobuild/autobuild/instance-10/output-1/build/busybox-1.35.0/.config; then grep -qsE '^/bin/hush$' /home/autobuild/autobuild/instance-10/output-1/target/etc/shells || echo "/bin/hush" >> /home/autobuild/autobuild/instance-10/output-1/target/etc/shells; fi grep -qsE '^/bin/dash$' /home/autobuild/autobuild/instance-10/output-1/target/etc/shells || echo "/bin/dash" >> /home/autobuild/autobuild/instance-10/output-1/target/etc/shells rm -rf /home/autobuild/autobuild/instance-10/output-1/target/usr/share/lua/5.3/doc rm -rf /home/autobuild/autobuild/instance-10/output-1/target/usr/lib/luarocks mkdir -p /home/autobuild/autobuild/instance-10/output-1/target/etc echo "buildroot" > /home/autobuild/autobuild/instance-10/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-10/output-1/target/etc/hosts mkdir -p /home/autobuild/autobuild/instance-10/output-1/target/etc echo "Welcome to Buildroot" > /home/autobuild/autobuild/instance-10/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root:"*":, /home/autobuild/autobuild/instance-10/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /home/autobuild/autobuild/instance-10/output-1/target/etc/shells || echo "/bin/sh" >> /home/autobuild/autobuild/instance-10/output-1/target/etc/shells ln -sf dash /home/autobuild/autobuild/instance-10/output-1/target/bin/sh /usr/bin/sed -i -e '/^root:/s,[^/]*$,dash,' /home/autobuild/autobuild/instance-10/output-1/target/etc/passwd if [ -x /home/autobuild/autobuild/instance-10/output-1/target/sbin/swapon -a -x /home/autobuild/autobuild/instance-10/output-1/target/sbin/swapoff ]; then /usr/bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /home/autobuild/autobuild/instance-10/output-1/target/etc/inittab; else /usr/bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /home/autobuild/autobuild/instance-10/output-1/target/etc/inittab; fi rm -rf /home/autobuild/autobuild/instance-10/output-1/target/usr/include /home/autobuild/autobuild/instance-10/output-1/target/usr/share/aclocal \ /home/autobuild/autobuild/instance-10/output-1/target/usr/lib/pkgconfig /home/autobuild/autobuild/instance-10/output-1/target/usr/share/pkgconfig \ /home/autobuild/autobuild/instance-10/output-1/target/usr/lib/cmake /home/autobuild/autobuild/instance-10/output-1/target/usr/share/cmake \ /home/autobuild/autobuild/instance-10/output-1/target/usr/doc find /home/autobuild/autobuild/instance-10/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/autobuild/autobuild/instance-10/output-1/target/lib/ /home/autobuild/autobuild/instance-10/output-1/target/usr/lib/ /home/autobuild/autobuild/instance-10/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f find: '/home/autobuild/autobuild/instance-10/output-1/target/usr/libexec/': No such file or directory rm -rf /home/autobuild/autobuild/instance-10/output-1/target/usr/share/gdb rm -rf /home/autobuild/autobuild/instance-10/output-1/target/usr/share/zsh rm -rf /home/autobuild/autobuild/instance-10/output-1/target/usr/man /home/autobuild/autobuild/instance-10/output-1/target/usr/share/man rm -rf /home/autobuild/autobuild/instance-10/output-1/target/usr/info /home/autobuild/autobuild/instance-10/output-1/target/usr/share/info rm -rf /home/autobuild/autobuild/instance-10/output-1/target/usr/doc /home/autobuild/autobuild/instance-10/output-1/target/usr/share/doc rm -rf /home/autobuild/autobuild/instance-10/output-1/target/usr/share/gtk-doc rmdir /home/autobuild/autobuild/instance-10/output-1/target/usr/share 2>/dev/null || true rm -rf /home/autobuild/autobuild/instance-10/output-1/target/lib/debug /home/autobuild/autobuild/instance-10/output-1/target/usr/lib/debug find /home/autobuild/autobuild/instance-10/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-10/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-10/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-10/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-10/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2022.05-384-gd2286690ba"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2022.08-git"; \ echo "PRETTY_NAME=\"Buildroot 2022.08-git\"" \ ) > /home/autobuild/autobuild/instance-10/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/autobuild/autobuild/instance-10/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/autobuild/autobuild/instance-10/output-1/per-package /home/autobuild/autobuild/instance-10/buildroot/support/scripts/fix-rpath target touch /home/autobuild/autobuild/instance-10/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs mkdir -p /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs printf ' \n' >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/full_users_table.txt printf ' /bin/busybox f 4755 0 0 - - - - -\n\n' > /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.ubifs mkdir -p /home/autobuild/autobuild/instance-10/output-1/images rm -rf /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/ubifs mkdir -p /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/ubifs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-10/output-1/target/ /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/ubifs/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/ubifs/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/ubifs/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/ubifs/target" >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/ubifs/fakeroot PATH="/home/autobuild/autobuild/instance-10/output-1/host/bin:/home/autobuild/autobuild/instance-10/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-10/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/ubifs/target >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/ubifs/fakeroot echo "/home/autobuild/autobuild/instance-10/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/ubifs/target" >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/ubifs/fakeroot echo "find /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/ubifs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/ubifs/fakeroot echo "find /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/ubifs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/ubifs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/ubifs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/ubifs/fakeroot printf ' /home/autobuild/autobuild/instance-10/output-1/host/sbin/mkfs.ubifs -d /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/ubifs/target -e 0x1f800 -c 2048 -m 0x800 -x zlib -o /home/autobuild/autobuild/instance-10/output-1/images/rootfs.ubifs\n' >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/ubifs/fakeroot chmod a+x /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/ubifs/fakeroot PATH="/home/autobuild/autobuild/instance-10/output-1/host/bin:/home/autobuild/autobuild/instance-10/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-10/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/ubifs/fakeroot rootdir=/home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/ubifs/target table='/home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/full_devices_table.txt' PATH="/home/autobuild/autobuild/instance-10/output-1/host/bin:/home/autobuild/autobuild/instance-10/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-10/output-1/host/bin/lzop -9 -c /home/autobuild/autobuild/instance-10/output-1/images/rootfs.ubifs > /home/autobuild/autobuild/instance-10/output-1/images/rootfs.ubifs.lzo >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/autobuild/autobuild/instance-10/output-1/images rm -rf /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-10/output-1/target/ /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-10/output-1/host/bin:/home/autobuild/autobuild/instance-10/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-10/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/target >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/autobuild/autobuild/instance-10/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/autobuild/autobuild/instance-10/output-1/host/bin/mkyaffs2 --all-root /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/target /home/autobuild/autobuild/instance-10/output-1/images/rootfs.yaffs2\n' >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-10/output-1/host/bin:/home/autobuild/autobuild/instance-10/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-10/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/target table='/home/autobuild/autobuild/instance-10/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-10/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][done] scanning complete, total 2548 objects. stage 2: creating image '/home/autobuild/autobuild/instance-10/output-1/images/rootfs.yaffs2' [ ] 1/2548 0% [ ] 2/2548 0% [ ] 3/2548 0% [ ] 4/2548 0% [ ] 5/2548 0% [ ] 6/2548 0% [ ] 7/2548 0% [ ] 8/2548 0% [ ] 9/2548 0% [ ] 10/2548 0% [ ] 11/2548 0% [ ] 12/2548 0% [ ] 13/2548 0% [ ] 14/2548 0% [ ] 15/2548 0% [ ] 16/2548 0% [ ] 17/2548 0% [ ] 18/2548 0% [ ] 19/2548 0% [ ] 20/2548 0% [ ] 21/2548 0% [ ] 22/2548 0% [ ] 23/2548 0% [ ] 24/2548 0% [ ] 25/2548 0% [ ] 26/2548 1% [ ] 27/2548 1% [ ] 28/2548 1% [ ] 29/2548 1% [ ] 30/2548 1% [ ] 31/2548 1% [ ] 32/2548 1% [ ] 33/2548 1% [ ] 34/2548 1% [ ] 35/2548 1% [ ] 36/2548 1% [ ] 37/2548 1% [ ] 38/2548 1% [ ] 39/2548 1% [ ] 40/2548 1% [ ] 41/2548 1% [= ] 42/2548 1% [= ] 43/2548 1% [= ] 44/2548 1% [= ] 45/2548 1% [= ] 46/2548 1% [= ] 47/2548 1% [= ] 48/2548 1% [= ] 49/2548 1% [= ] 50/2548 1% [= ] 51/2548 2% [= ] 52/2548 2% [= ] 53/2548 2% [= ] 54/2548 2% [= ] 55/2548 2% [= ] 56/2548 2% [= ] 57/2548 2% [= ] 58/2548 2% [= ] 59/2548 2% [= ] 60/2548 2% [= ] 61/2548 2% [= ] 62/2548 2% [= ] 63/2548 2% [= ] 64/2548 2% [= ] 65/2548 2% [= ] 66/2548 2% [= ] 67/2548 2% [= ] 68/2548 2% [= ] 69/2548 2% [= ] 70/2548 2% [= ] 71/2548 2% [= ] 72/2548 2% [= ] 73/2548 2% [= ] 74/2548 2% [= ] 75/2548 2% [= ] 76/2548 2% [= ] 77/2548 3% [= ] 78/2548 3% [= ] 79/2548 3% [= ] 80/2548 3% [= ] 81/2548 3% [= ] 82/2548 3% [== ] 83/2548 3% [== ] 84/2548 3% [== ] 85/2548 3% [== ] 86/2548 3% [== ] 87/2548 3% [== ] 88/2548 3% [== ] 89/2548 3% [== ] 90/2548 3% [== ] 91/2548 3% [== ] 92/2548 3% [== ] 93/2548 3% [== ] 94/2548 3% [== ] 95/2548 3% [== ] 96/2548 3% [== ] 97/2548 3% [== ] 98/2548 3% [== ] 99/2548 3% [== ] 100/2548 3% [== ] 101/2548 3% [== ] 102/2548 4% [== ] 103/2548 4% [== ] 104/2548 4% [== ] 105/2548 4% [== ] 106/2548 4% [== ] 107/2548 4% [== ] 108/2548 4% [== ] 109/2548 4% [== ] 110/2548 4% [== ] 111/2548 4% [== ] 112/2548 4% [== ] 113/2548 4% [== ] 114/2548 4% [== ] 115/2548 4% [== ] 116/2548 4% [== ] 117/2548 4% [== ] 118/2548 4% [== ] 119/2548 4% [== ] 120/2548 4% [== ] 121/2548 4% [== ] 122/2548 4% [== ] 123/2548 4% [=== ] 124/2548 4% [=== ] 125/2548 4% [=== ] 126/2548 4% [=== ] 127/2548 4% [=== ] 128/2548 5% [=== ] 129/2548 5% [=== ] 130/2548 5% [=== ] 131/2548 5% [=== ] 132/2548 5% [=== ] 133/2548 5% [=== ] 134/2548 5% [=== ] 135/2548 5% [=== ] 136/2548 5% [=== ] 137/2548 5% [=== ] 138/2548 5% [=== ] 139/2548 5% [=== ] 140/2548 5% [=== ] 141/2548 5% [=== ] 142/2548 5% [=== ] 143/2548 5% [=== ] 144/2548 5% [=== ] 145/2548 5% [=== ] 146/2548 5% [=== ] 147/2548 5% [=== ] 148/2548 5% [=== ] 149/2548 5% [=== ] 150/2548 5% [=== ] 151/2548 5% [=== ] 152/2548 5% [=== ] 153/2548 6% [=== ] 154/2548 6% [=== ] 155/2548 6% [=== ] 156/2548 6% [=== ] 157/2548 6% [=== ] 158/2548 6% [=== ] 159/2548 6% [=== ] 160/2548 6% [=== ] 161/2548 6% [=== ] 162/2548 6% [=== ] 163/2548 6% [=== ] 164/2548 6% [==== ] 165/2548 6% [==== ] 166/2548 6% [==== ] 167/2548 6% [==== ] 168/2548 6% [==== ] 169/2548 6% [==== ] 170/2548 6% [==== ] 171/2548 6% [==== ] 172/2548 6% [==== ] 173/2548 6% [==== ] 174/2548 6% [==== ] 175/2548 6% [==== ] 176/2548 6% [==== ] 177/2548 6% [==== ] 178/2548 6% [==== ] 179/2548 7% [==== ] 180/2548 7% [==== ] 181/2548 7% [==== ] 182/2548 7% [==== ] 183/2548 7% [==== ] 184/2548 7% [==== ] 185/2548 7% [==== ] 186/2548 7% [==== ] 187/2548 7% [==== ] 188/2548 7% [==== ] 189/2548 7% [==== ] 190/2548 7% [==== ] 191/2548 7% [==== ] 192/2548 7% [==== ] 193/2548 7% [==== ] 194/2548 7% [==== ] 195/2548 7% [==== ] 196/2548 7% [==== ] 197/2548 7% [==== ] 198/2548 7% [==== ] 199/2548 7% [==== ] 200/2548 7% [==== ] 201/2548 7% [==== ] 202/2548 7% [==== ] 203/2548 7% [==== ] 204/2548 8% [==== ] 205/2548 8% [===== ] 206/2548 8% [===== ] 207/2548 8% [===== ] 208/2548 8% [===== ] 209/2548 8% [===== ] 210/2548 8% [===== ] 211/2548 8% [===== ] 212/2548 8% [===== ] 213/2548 8% [===== ] 214/2548 8% [===== ] 215/2548 8% [===== ] 216/2548 8% [===== ] 217/2548 8% [===== ] 218/2548 8% [===== ] 219/2548 8% [===== ] 220/2548 8% [===== ] 221/2548 8% [===== ] 222/2548 8% [===== ] 223/2548 8% [===== ] 224/2548 8% [===== ] 225/2548 8% [===== ] 226/2548 8% [===== ] 227/2548 8% [===== ] 228/2548 8% [===== ] 229/2548 8% [===== ] 230/2548 9% [===== ] 231/2548 9% [===== ] 232/2548 9% [===== ] 233/2548 9% [===== ] 234/2548 9% [===== ] 235/2548 9% [===== ] 236/2548 9% [===== ] 237/2548 9% [===== ] 238/2548 9% [===== ] 239/2548 9% [===== ] 240/2548 9% [===== ] 241/2548 9% [===== ] 242/2548 9% [===== ] 243/2548 9% [===== ] 244/2548 9% [===== ] 245/2548 9% [===== ] 246/2548 9% [====== ] 247/2548 9% [====== ] 248/2548 9% [====== ] 249/2548 9% [====== ] 250/2548 9% [====== ] 251/2548 9% [====== ] 252/2548 9% [====== ] 253/2548 9% [====== ] 254/2548 9% [====== ] 255/2548 10% [====== ] 256/2548 10% [====== ] 257/2548 10% [====== ] 258/2548 10% [====== ] 259/2548 10% [====== ] 260/2548 10% [====== ] 261/2548 10% [====== ] 262/2548 10% [====== ] 263/2548 10% [====== ] 264/2548 10% [====== ] 265/2548 10% [====== ] 266/2548 10% [====== ] 267/2548 10% [====== ] 268/2548 10% [====== ] 269/2548 10% [====== ] 270/2548 10% [====== ] 271/2548 10% [====== ] 272/2548 10% [====== ] 273/2548 10% [====== ] 274/2548 10% [====== ] 275/2548 10% [====== ] 276/2548 10% [====== ] 277/2548 10% [====== ] 278/2548 10% [====== ] 279/2548 10% [====== ] 280/2548 10% [====== ] 281/2548 11% [====== ] 282/2548 11% [====== ] 283/2548 11% [====== ] 284/2548 11% [====== ] 285/2548 11% [====== ] 286/2548 11% [====== ] 287/2548 11% [======= ] 288/2548 11% [======= ] 289/2548 11% [======= ] 290/2548 11% [======= ] 291/2548 11% [======= ] 292/2548 11% [======= ] 293/2548 11% [======= ] 294/2548 11% [======= ] 295/2548 11% [======= ] 296/2548 11% [======= ] 297/2548 11% [======= ] 298/2548 11% [======= ] 299/2548 11% [======= ] 300/2548 11% [======= ] 301/2548 11% [======= ] 302/2548 11% [======= ] 303/2548 11% [======= ] 304/2548 11% [======= ] 305/2548 11% [======= ] 306/2548 12% [======= ] 307/2548 12% [======= ] 308/2548 12% [======= ] 309/2548 12% [======= ] 310/2548 12% [======= ] 311/2548 12% [======= ] 312/2548 12% [======= ] 313/2548 12% [======= ] 314/2548 12% [======= ] 315/2548 12% [======= ] 316/2548 12% [======= ] 317/2548 12% [======= ] 318/2548 12% [======= ] 319/2548 12% [======= ] 320/2548 12% [======= ] 321/2548 12% [======= ] 322/2548 12% [======= ] 323/2548 12% [======= ] 324/2548 12% [======= ] 325/2548 12% [======= ] 326/2548 12% [======= ] 327/2548 12% [======= ] 328/2548 12% [======== ] 329/2548 12% [======== ] 330/2548 12% [======== ] 331/2548 12% [======== ] 332/2548 13% [======== ] 333/2548 13% [======== ] 334/2548 13% [======== ] 335/2548 13% [======== ] 336/2548 13% [======== ] 337/2548 13% [======== ] 338/2548 13% [======== ] 339/2548 13% [======== ] 340/2548 13% [======== ] 341/2548 13% [======== ] 342/2548 13% [======== ] 343/2548 13% [======== ] 344/2548 13% [======== ] 345/2548 13% [======== ] 346/2548 13% [======== ] 347/2548 13% [======== ] 348/2548 13% [======== ] 349/2548 13% [======== ] 350/2548 13% [======== ] 351/2548 13% [======== ] 352/2548 13% [======== ] 353/2548 13% [======== ] 354/2548 13% [======== ] 355/2548 13% [======== ] 356/2548 13% [======== ] 357/2548 14% [======== ] 358/2548 14% [======== ] 359/2548 14% [======== ] 360/2548 14% [======== ] 361/2548 14% [======== ] 362/2548 14% [======== ] 363/2548 14% [======== ] 364/2548 14% [======== ] 365/2548 14% [======== ] 366/2548 14% [======== ] 367/2548 14% [======== ] 368/2548 14% [======== ] 369/2548 14% [========= ] 370/2548 14% [========= ] 371/2548 14% [========= ] 372/2548 14% [========= ] 373/2548 14% [========= ] 374/2548 14% [========= ] 375/2548 14% [========= ] 376/2548 14% [========= ] 377/2548 14% [========= ] 378/2548 14% [========= ] 379/2548 14% [========= ] 380/2548 14% [========= ] 381/2548 14% [========= ] 382/2548 14% [========= ] 383/2548 15% [========= ] 384/2548 15% [========= ] 385/2548 15% [========= ] 386/2548 15% [========= ] 387/2548 15% [========= ] 388/2548 15% [========= ] 389/2548 15% [========= ] 390/2548 15% [========= ] 391/2548 15% [========= ] 392/2548 15% [========= ] 393/2548 15% [========= ] 394/2548 15% [========= ] 395/2548 15% [========= ] 396/2548 15% [========= ] 397/2548 15% [========= ] 398/2548 15% [========= ] 399/2548 15% [========= ] 400/2548 15% [========= ] 401/2548 15% [========= ] 402/2548 15% [========= ] 403/2548 15% [========= ] 404/2548 15% [========= ] 405/2548 15% [========= ] 406/2548 15% [========= ] 407/2548 15% [========= ] 408/2548 16% [========= ] 409/2548 16% [========= ] 410/2548 16% [========== ] 411/2548 16% [========== ] 412/2548 16% [========== ] 413/2548 16% [========== ] 414/2548 16% [========== ] 415/2548 16% [========== ] 416/2548 16% [========== ] 417/2548 16% [========== ] 418/2548 16% [========== ] 419/2548 16% [========== ] 420/2548 16% [========== ] 421/2548 16% [========== ] 422/2548 16% [========== ] 423/2548 16% [========== ] 424/2548 16% [========== ] 425/2548 16% [========== ] 426/2548 16% [========== ] 427/2548 16% [========== ] 428/2548 16% [========== ] 429/2548 16% [========== ] 430/2548 16% [========== ] 431/2548 16% [========== ] 432/2548 16% [========== ] 433/2548 16% [========== ] 434/2548 17% [========== ] 435/2548 17% [========== ] 436/2548 17% [========== ] 437/2548 17% [========== ] 438/2548 17% [========== ] 439/2548 17% [========== ] 440/2548 17% [========== ] 441/2548 17% [========== ] 442/2548 17% [========== ] 443/2548 17% [========== ] 444/2548 17% [========== ] 445/2548 17% [========== ] 446/2548 17% [========== ] 447/2548 17% [========== ] 448/2548 17% [========== ] 449/2548 17% [========== ] 450/2548 17% [========== ] 451/2548 17% [========== ] 452/2548 17% [=========== ] 453/2548 17% [=========== ] 454/2548 17% [=========== ] 455/2548 17% [=========== ] 456/2548 17% [=========== ] 457/2548 17% [=========== ] 458/2548 17% [=========== ] 459/2548 18% [=========== ] 460/2548 18% [=========== ] 461/2548 18% [=========== ] 462/2548 18% [=========== ] 463/2548 18% [=========== ] 464/2548 18% [=========== ] 465/2548 18% [=========== ] 466/2548 18% [=========== ] 467/2548 18% [=========== ] 468/2548 18% [=========== ] 469/2548 18% [=========== ] 470/2548 18% [=========== ] 471/2548 18% [=========== ] 472/2548 18% [=========== ] 473/2548 18% [=========== ] 474/2548 18% [=========== ] 475/2548 18% [=========== ] 476/2548 18% [=========== ] 477/2548 18% [=========== ] 478/2548 18% [=========== ] 479/2548 18% [=========== ] 480/2548 18% [=========== ] 481/2548 18% [=========== ] 482/2548 18% [=========== ] 483/2548 18% [=========== ] 484/2548 18% [=========== ] 485/2548 19% [=========== ] 486/2548 19% [=========== ] 487/2548 19% [=========== ] 488/2548 19% [=========== ] 489/2548 19% [=========== ] 490/2548 19% [=========== ] 491/2548 19% [=========== ] 492/2548 19% [=========== ] 493/2548 19% [============ ] 494/2548 19% [============ ] 495/2548 19% [============ ] 496/2548 19% [============ ] 497/2548 19% [============ ] 498/2548 19% [============ ] 499/2548 19% [============ ] 500/2548 19% [============ ] 501/2548 19% [============ ] 502/2548 19% [============ ] 503/2548 19% [============ ] 504/2548 19% [============ ] 505/2548 19% [============ ] 506/2548 19% [============ ] 507/2548 19% [============ ] 508/2548 19% [============ ] 509/2548 19% [============ ] 510/2548 20% [============ ] 511/2548 20% [============ ] 512/2548 20% [============ ] 513/2548 20% [============ ] 514/2548 20% [============ ] 515/2548 20% [============ ] 516/2548 20% [============ ] 517/2548 20% [============ ] 518/2548 20% [============ ] 519/2548 20% [============ ] 520/2548 20% [============ ] 521/2548 20% [============ ] 522/2548 20% [============ ] 523/2548 20% [============ ] 524/2548 20% [============ ] 525/2548 20% [============ ] 526/2548 20% [============ ] 527/2548 20% [============ ] 528/2548 20% [============ ] 529/2548 20% [============ ] 530/2548 20% [============ ] 531/2548 20% [============ ] 532/2548 20% [============ ] 533/2548 20% [============ ] 534/2548 20% [============= ] 535/2548 20% [============= ] 536/2548 21% [============= ] 537/2548 21% [============= ] 538/2548 21% [============= ] 539/2548 21% [============= ] 540/2548 21% [============= ] 541/2548 21% [============= ] 542/2548 21% [============= ] 543/2548 21% [============= ] 544/2548 21% [============= ] 545/2548 21% [============= ] 546/2548 21% [============= ] 547/2548 21% [============= ] 548/2548 21% [============= ] 549/2548 21% [============= ] 550/2548 21% [============= ] 551/2548 21% [============= ] 552/2548 21% [============= ] 553/2548 21% [============= ] 554/2548 21% [============= ] 555/2548 21% [============= ] 556/2548 21% [============= ] 557/2548 21% [============= ] 558/2548 21% [============= ] 559/2548 21% [============= ] 560/2548 21% [============= ] 561/2548 22% [============= ] 562/2548 22% [============= ] 563/2548 22% [============= ] 564/2548 22% [============= ] 565/2548 22% [============= ] 566/2548 22% [============= ] 567/2548 22% [============= ] 568/2548 22% [============= ] 569/2548 22% [============= ] 570/2548 22% [============= ] 571/2548 22% [============= ] 572/2548 22% [============= ] 573/2548 22% [============= ] 574/2548 22% [============= ] 575/2548 22% [============== ] 576/2548 22% [============== ] 577/2548 22% [============== ] 578/2548 22% [============== ] 579/2548 22% [============== ] 580/2548 22% [============== ] 581/2548 22% [============== ] 582/2548 22% [============== ] 583/2548 22% [============== ] 584/2548 22% [============== ] 585/2548 22% [============== ] 586/2548 22% [============== ] 587/2548 23% [============== ] 588/2548 23% [============== ] 589/2548 23% [============== ] 590/2548 23% [============== ] 591/2548 23% [============== ] 592/2548 23% [============== ] 593/2548 23% [============== ] 594/2548 23% [============== ] 595/2548 23% [============== ] 596/2548 23% [============== ] 597/2548 23% [============== ] 598/2548 23% [============== ] 599/2548 23% [============== ] 600/2548 23% [============== ] 601/2548 23% [============== ] 602/2548 23% [============== ] 603/2548 23% [============== ] 604/2548 23% [============== ] 605/2548 23% [============== ] 606/2548 23% [============== ] 607/2548 23% [============== ] 608/2548 23% [============== ] 609/2548 23% [============== ] 610/2548 23% [============== ] 611/2548 23% [============== ] 612/2548 24% [============== ] 613/2548 24% [============== ] 614/2548 24% [============== ] 615/2548 24% [============== ] 616/2548 24% [=============== ] 617/2548 24% [=============== ] 618/2548 24% [=============== ] 619/2548 24% [=============== ] 620/2548 24% [=============== ] 621/2548 24% [=============== ] 622/2548 24% [=============== ] 623/2548 24% [=============== ] 624/2548 24% [=============== ] 625/2548 24% [=============== ] 626/2548 24% [=============== ] 627/2548 24% [=============== ] 628/2548 24% [=============== ] 629/2548 24% [=============== ] 630/2548 24% [=============== ] 631/2548 24% [=============== ] 632/2548 24% [=============== ] 633/2548 24% [=============== ] 634/2548 24% [=============== ] 635/2548 24% [=============== ] 636/2548 24% [=============== ] 637/2548 25% [=============== ] 638/2548 25% [=============== ] 639/2548 25% [=============== ] 640/2548 25% [=============== ] 641/2548 25% [=============== ] 642/2548 25% [=============== ] 643/2548 25% [=============== ] 644/2548 25% [=============== ] 645/2548 25% [=============== ] 646/2548 25% [=============== ] 647/2548 25% [=============== ] 648/2548 25% [=============== ] 649/2548 25% [=============== ] 650/2548 25% [=============== ] 651/2548 25% [=============== ] 652/2548 25% [=============== ] 653/2548 25% [=============== ] 654/2548 25% [=============== ] 655/2548 25% [=============== ] 656/2548 25% [=============== ] 657/2548 25% [================ ] 658/2548 25% [================ ] 659/2548 25% [================ ] 660/2548 25% [================ ] 661/2548 25% [================ ] 662/2548 25% [================ ] 663/2548 26% [================ ] 664/2548 26% [================ ] 665/2548 26% [================ ] 666/2548 26% [================ ] 667/2548 26% [================ ] 668/2548 26% [================ ] 669/2548 26% [================ ] 670/2548 26% [================ ] 671/2548 26% [================ ] 672/2548 26% [================ ] 673/2548 26% [================ ] 674/2548 26% [================ ] 675/2548 26% [================ ] 676/2548 26% [================ ] 677/2548 26% [================ ] 678/2548 26% [================ ] 679/2548 26% [================ ] 680/2548 26% [================ ] 681/2548 26% [================ ] 682/2548 26% [================ ] 683/2548 26% [================ ] 684/2548 26% [================ ] 685/2548 26% [================ ] 686/2548 26% [================ ] 687/2548 26% [================ ] 688/2548 27% [================ ] 689/2548 27% [================ ] 690/2548 27% [================ ] 691/2548 27% [================ ] 692/2548 27% [================ ] 693/2548 27% [================ ] 694/2548 27% [================ ] 695/2548 27% [================ ] 696/2548 27% [================ ] 697/2548 27% [================ ] 698/2548 27% [================= ] 699/2548 27% [================= ] 700/2548 27% [================= ] 701/2548 27% [================= ] 702/2548 27% [================= ] 703/2548 27% [================= ] 704/2548 27% [================= ] 705/2548 27% [================= ] 706/2548 27% [================= ] 707/2548 27% [================= ] 708/2548 27% [================= ] 709/2548 27% [================= ] 710/2548 27% [================= ] 711/2548 27% [================= ] 712/2548 27% [================= ] 713/2548 27% [================= ] 714/2548 28% [================= ] 715/2548 28% [================= ] 716/2548 28% [================= ] 717/2548 28% [================= ] 718/2548 28% [================= ] 719/2548 28% [================= ] 720/2548 28% [================= ] 721/2548 28% [================= ] 722/2548 28% [================= ] 723/2548 28% [================= ] 724/2548 28% [================= ] 725/2548 28% [================= ] 726/2548 28% [================= ] 727/2548 28% [================= ] 728/2548 28% [================= ] 729/2548 28% [================= ] 730/2548 28% [================= ] 731/2548 28% [================= ] 732/2548 28% [================= ] 733/2548 28% [================= ] 734/2548 28% [================= ] 735/2548 28% [================= ] 736/2548 28% [================= ] 737/2548 28% [================= ] 738/2548 28% [================= ] 739/2548 29% [================== ] 740/2548 29% [================== ] 741/2548 29% [================== ] 742/2548 29% [================== ] 743/2548 29% [================== ] 744/2548 29% [================== ] 745/2548 29% [================== ] 746/2548 29% [================== ] 747/2548 29% [================== ] 748/2548 29% [================== ] 749/2548 29% [================== ] 750/2548 29% [================== ] 751/2548 29% [================== ] 752/2548 29% [================== ] 753/2548 29% [================== ] 754/2548 29% [================== ] 755/2548 29% [================== ] 756/2548 29% [================== ] 757/2548 29% [================== ] 758/2548 29% [================== ] 759/2548 29% [================== ] 760/2548 29% [================== ] 761/2548 29% [================== ] 762/2548 29% [================== ] 763/2548 29% [================== ] 764/2548 29% [================== ] 765/2548 30% [================== ] 766/2548 30% [================== ] 767/2548 30% [================== ] 768/2548 30% [================== ] 769/2548 30% [================== ] 770/2548 30% [================== ] 771/2548 30% [================== ] 772/2548 30% [================== ] 773/2548 30% [================== ] 774/2548 30% [================== ] 775/2548 30% [================== ] 776/2548 30% [================== ] 777/2548 30% [================== ] 778/2548 30% [================== ] 779/2548 30% [================== ] 780/2548 30% [=================== ] 781/2548 30% [=================== ] 782/2548 30% [=================== ] 783/2548 30% [=================== ] 784/2548 30% [=================== ] 785/2548 30% [=================== ] 786/2548 30% [=================== ] 787/2548 30% [=================== ] 788/2548 30% [=================== ] 789/2548 30% [=================== ] 790/2548 31% [=================== ] 791/2548 31% [=================== ] 792/2548 31% [=================== ] 793/2548 31% [=================== ] 794/2548 31% [=================== ] 795/2548 31% [=================== ] 796/2548 31% [=================== ] 797/2548 31% [=================== ] 798/2548 31% [=================== ] 799/2548 31% [=================== ] 800/2548 31% [=================== ] 801/2548 31% [=================== ] 802/2548 31% [=================== ] 803/2548 31% [=================== ] 804/2548 31% [=================== ] 805/2548 31% [=================== ] 806/2548 31% [=================== ] 807/2548 31% [=================== ] 808/2548 31% [=================== ] 809/2548 31% [=================== ] 810/2548 31% [=================== ] 811/2548 31% [=================== ] 812/2548 31% [=================== ] 813/2548 31% [=================== ] 814/2548 31% [=================== ] 815/2548 31% [=================== ] 816/2548 32% [=================== ] 817/2548 32% [=================== ] 818/2548 32% [=================== ] 819/2548 32% [=================== ] 820/2548 32% [=================== ] 821/2548 32% [==================== ] 822/2548 32% [==================== ] 823/2548 32% [==================== ] 824/2548 32% [==================== ] 825/2548 32% [==================== ] 826/2548 32% [==================== ] 827/2548 32% [==================== ] 828/2548 32% [==================== ] 829/2548 32% [==================== ] 830/2548 32% [==================== ] 831/2548 32% [==================== ] 832/2548 32% [==================== ] 833/2548 32% [==================== ] 834/2548 32% [==================== ] 835/2548 32% [==================== ] 836/2548 32% [==================== ] 837/2548 32% [==================== ] 838/2548 32% [==================== ] 839/2548 32% [==================== ] 840/2548 32% [==================== ] 841/2548 33% [==================== ] 842/2548 33% [==================== ] 843/2548 33% [==================== ] 844/2548 33% [==================== ] 845/2548 33% [==================== ] 846/2548 33% [==================== ] 847/2548 33% [==================== ] 848/2548 33% [==================== ] 849/2548 33% [==================== ] 850/2548 33% [==================== ] 851/2548 33% [==================== ] 852/2548 33% [==================== ] 853/2548 33% [==================== ] 854/2548 33% [==================== ] 855/2548 33% [==================== ] 856/2548 33% [==================== ] 857/2548 33% [==================== ] 858/2548 33% [==================== ] 859/2548 33% [==================== ] 860/2548 33% [==================== ] 861/2548 33% [==================== ] 862/2548 33% [==================== ] 863/2548 33% [===================== ] 864/2548 33% [===================== ] 865/2548 33% [===================== ] 866/2548 33% [===================== ] 867/2548 34% [===================== ] 868/2548 34% [===================== ] 869/2548 34% [===================== ] 870/2548 34% [===================== ] 871/2548 34% [===================== ] 872/2548 34% [===================== ] 873/2548 34% [===================== ] 874/2548 34% [===================== ] 875/2548 34% [===================== ] 876/2548 34% [===================== ] 877/2548 34% [===================== ] 878/2548 34% [===================== ] 879/2548 34% [===================== ] 880/2548 34% [===================== ] 881/2548 34% [===================== ] 882/2548 34% [===================== ] 883/2548 34% [===================== ] 884/2548 34% [===================== ] 885/2548 34% [===================== ] 886/2548 34% [===================== ] 887/2548 34% [===================== ] 888/2548 34% [===================== ] 889/2548 34% [===================== ] 890/2548 34% [===================== ] 891/2548 34% [===================== ] 892/2548 35% [===================== ] 893/2548 35% [===================== ] 894/2548 35% [===================== ] 895/2548 35% [===================== ] 896/2548 35% [===================== ] 897/2548 35% [===================== ] 898/2548 35% [===================== ] 899/2548 35% [===================== ] 900/2548 35% [===================== ] 901/2548 35% [===================== ] 902/2548 35% [===================== ] 903/2548 35% [===================== ] 904/2548 35% [====================== ] 905/2548 35% [====================== ] 906/2548 35% [====================== ] 907/2548 35% [====================== ] 908/2548 35% [====================== ] 909/2548 35% [====================== ] 910/2548 35% [====================== ] 911/2548 35% [====================== ] 912/2548 35% [====================== ] 913/2548 35% [====================== ] 914/2548 35% [====================== ] 915/2548 35% [====================== ] 916/2548 35% [====================== ] 917/2548 35% [====================== ] 918/2548 36% [====================== ] 919/2548 36% [====================== ] 920/2548 36% [====================== ] 921/2548 36% [====================== ] 922/2548 36% [====================== ] 923/2548 36% [====================== ] 924/2548 36% [====================== ] 925/2548 36% [====================== ] 926/2548 36% [====================== ] 927/2548 36% [====================== ] 928/2548 36% [====================== ] 929/2548 36% [====================== ] 930/2548 36% [====================== ] 931/2548 36% [====================== ] 932/2548 36% [====================== ] 933/2548 36% [====================== ] 934/2548 36% [====================== ] 935/2548 36% [====================== ] 936/2548 36% [====================== ] 937/2548 36% [====================== ] 938/2548 36% [====================== ] 939/2548 36% [====================== ] 940/2548 36% [====================== ] 941/2548 36% [====================== ] 942/2548 36% [====================== ] 943/2548 37% [====================== ] 944/2548 37% [====================== ] 945/2548 37% [======================= ] 946/2548 37% [======================= ] 947/2548 37% [======================= ] 948/2548 37% [======================= ] 949/2548 37% [======================= ] 950/2548 37% [======================= ] 951/2548 37% [======================= ] 952/2548 37% [======================= ] 953/2548 37% [======================= ] 954/2548 37% [======================= ] 955/2548 37% [======================= ] 956/2548 37% [======================= ] 957/2548 37% [======================= ] 958/2548 37% [======================= ] 959/2548 37% [======================= ] 960/2548 37% [======================= ] 961/2548 37% [======================= ] 962/2548 37% [======================= ] 963/2548 37% [======================= ] 964/2548 37% [======================= ] 965/2548 37% [======================= ] 966/2548 37% [======================= ] 967/2548 37% [======================= ] 968/2548 37% [======================= ] 969/2548 38% [======================= ] 970/2548 38% [======================= ] 971/2548 38% [======================= ] 972/2548 38% [======================= ] 973/2548 38% [======================= ] 974/2548 38% [======================= ] 975/2548 38% [======================= ] 976/2548 38% [======================= ] 977/2548 38% [======================= ] 978/2548 38% [======================= ] 979/2548 38% [======================= ] 980/2548 38% [======================= ] 981/2548 38% [======================= ] 982/2548 38% [======================= ] 983/2548 38% [======================= ] 984/2548 38% [======================= ] 985/2548 38% [======================= ] 986/2548 38% [======================== ] 987/2548 38% [======================== ] 988/2548 38% [======================== ] 989/2548 38% [======================== ] 990/2548 38% [======================== ] 991/2548 38% [======================== ] 992/2548 38% [======================== ] 993/2548 38% [======================== ] 994/2548 39% [======================== ] 995/2548 39% [======================== ] 996/2548 39% [======================== ] 997/2548 39% [======================== ] 998/2548 39% [======================== ] 999/2548 39% [======================== ] 1000/2548 39% [======================== ] 1001/2548 39% [======================== ] 1002/2548 39% [======================== ] 1003/2548 39% [======================== ] 1004/2548 39% [======================== ] 1005/2548 39% [======================== ] 1006/2548 39% [======================== ] 1007/2548 39% [======================== ] 1008/2548 39% [======================== ] 1009/2548 39% [======================== ] 1010/2548 39% [======================== ] 1011/2548 39% [======================== ] 1012/2548 39% [======================== ] 1013/2548 39% [======================== ] 1014/2548 39% [======================== ] 1015/2548 39% [======================== ] 1016/2548 39% [======================== ] 1017/2548 39% [======================== ] 1018/2548 39% [======================== ] 1019/2548 39% [======================== ] 1020/2548 40% [======================== ] 1021/2548 40% [======================== ] 1022/2548 40% [======================== ] 1023/2548 40% [======================== ] 1024/2548 40% [======================== ] 1025/2548 40% [======================== ] 1026/2548 40% [======================== ] 1027/2548 40% [========================= ] 1028/2548 40% [========================= ] 1029/2548 40% [========================= ] 1030/2548 40% [========================= ] 1031/2548 40% [========================= ] 1032/2548 40% [========================= ] 1033/2548 40% [========================= ] 1034/2548 40% [========================= ] 1035/2548 40% [========================= ] 1036/2548 40% [========================= ] 1037/2548 40% [========================= ] 1038/2548 40% [========================= ] 1039/2548 40% [========================= ] 1040/2548 40% [========================= ] 1041/2548 40% [========================= ] 1042/2548 40% [========================= ] 1043/2548 40% [========================= ] 1044/2548 40% [========================= ] 1045/2548 41% [========================= ] 1046/2548 41% [========================= ] 1047/2548 41% [========================= ] 1048/2548 41% [========================= ] 1049/2548 41% [========================= ] 1050/2548 41% [========================= ] 1051/2548 41% [========================= ] 1052/2548 41% [========================= ] 1053/2548 41% [========================= ] 1054/2548 41% [========================= ] 1055/2548 41% [========================= ] 1056/2548 41% [========================= ] 1057/2548 41% [========================= ] 1058/2548 41% [========================= ] 1059/2548 41% [========================= ] 1060/2548 41% [========================= ] 1061/2548 41% [========================= ] 1062/2548 41% [========================= ] 1063/2548 41% [========================= ] 1064/2548 41% [========================= ] 1065/2548 41% [========================= ] 1066/2548 41% [========================= ] 1067/2548 41% [========================= ] 1068/2548 41% [========================== ] 1069/2548 41% [========================== ] 1070/2548 41% [========================== ] 1071/2548 42% [========================== ] 1072/2548 42% [========================== ] 1073/2548 42% [========================== ] 1074/2548 42% [========================== ] 1075/2548 42% [========================== ] 1076/2548 42% [========================== ] 1077/2548 42% [========================== ] 1078/2548 42% [========================== ] 1079/2548 42% [========================== ] 1080/2548 42% [========================== ] 1081/2548 42% [========================== ] 1082/2548 42% [========================== ] 1083/2548 42% [========================== ] 1084/2548 42% [========================== ] 1085/2548 42% [========================== ] 1086/2548 42% [========================== ] 1087/2548 42% [========================== ] 1088/2548 42% [========================== ] 1089/2548 42% [========================== ] 1090/2548 42% [========================== ] 1091/2548 42% [========================== ] 1092/2548 42% [========================== ] 1093/2548 42% [========================== ] 1094/2548 42% [========================== ] 1095/2548 42% [========================== ] 1096/2548 43% [========================== ] 1097/2548 43% [========================== ] 1098/2548 43% [========================== ] 1099/2548 43% [========================== ] 1100/2548 43% [========================== ] 1101/2548 43% [========================== ] 1102/2548 43% [========================== ] 1103/2548 43% [========================== ] 1104/2548 43% [========================== ] 1105/2548 43% [========================== ] 1106/2548 43% [========================== ] 1107/2548 43% [========================== ] 1108/2548 43% [========================== ] 1109/2548 43% [=========================== ] 1110/2548 43% [=========================== ] 1111/2548 43% [=========================== ] 1112/2548 43% [=========================== ] 1113/2548 43% [=========================== ] 1114/2548 43% [=========================== ] 1115/2548 43% [=========================== ] 1116/2548 43% [=========================== ] 1117/2548 43% [=========================== ] 1118/2548 43% [=========================== ] 1119/2548 43% [=========================== ] 1120/2548 43% [=========================== ] 1121/2548 43% [=========================== ] 1122/2548 44% [=========================== ] 1123/2548 44% [=========================== ] 1124/2548 44% [=========================== ] 1125/2548 44% [=========================== ] 1126/2548 44% [=========================== ] 1127/2548 44% [=========================== ] 1128/2548 44% [=========================== ] 1129/2548 44% [=========================== ] 1130/2548 44% [=========================== ] 1131/2548 44% [=========================== ] 1132/2548 44% [=========================== ] 1133/2548 44% [=========================== ] 1134/2548 44% [=========================== ] 1135/2548 44% [=========================== ] 1136/2548 44% [=========================== ] 1137/2548 44% [=========================== ] 1138/2548 44% [=========================== ] 1139/2548 44% [=========================== ] 1140/2548 44% [=========================== ] 1141/2548 44% [=========================== ] 1142/2548 44% [=========================== ] 1143/2548 44% [=========================== ] 1144/2548 44% [=========================== ] 1145/2548 44% [=========================== ] 1146/2548 44% [=========================== ] 1147/2548 45% [=========================== ] 1148/2548 45% [=========================== ] 1149/2548 45% [=========================== ] 1150/2548 45% [============================ ] 1151/2548 45% [============================ ] 1152/2548 45% [============================ ] 1153/2548 45% [============================ ] 1154/2548 45% [============================ ] 1155/2548 45% [============================ ] 1156/2548 45% [============================ ] 1157/2548 45% [============================ ] 1158/2548 45% [============================ ] 1159/2548 45% [============================ ] 1160/2548 45% [============================ ] 1161/2548 45% [============================ ] 1162/2548 45% [============================ ] 1163/2548 45% [============================ ] 1164/2548 45% [============================ ] 1165/2548 45% [============================ ] 1166/2548 45% [============================ ] 1167/2548 45% [============================ ] 1168/2548 45% [============================ ] 1169/2548 45% [============================ ] 1170/2548 45% [============================ ] 1171/2548 45% [============================ ] 1172/2548 45% [============================ ] 1173/2548 46% [============================ ] 1174/2548 46% [============================ ] 1175/2548 46% [============================ ] 1176/2548 46% [============================ ] 1177/2548 46% [============================ ] 1178/2548 46% [============================ ] 1179/2548 46% [============================ ] 1180/2548 46% [============================ ] 1181/2548 46% [============================ ] 1182/2548 46% [============================ ] 1183/2548 46% [============================ ] 1184/2548 46% [============================ ] 1185/2548 46% [============================ ] 1186/2548 46% [============================ ] 1187/2548 46% [============================ ] 1188/2548 46% [============================ ] 1189/2548 46% [============================ ] 1190/2548 46% [============================ ] 1191/2548 46% [============================= ] 1192/2548 46% [============================= ] 1193/2548 46% [============================= ] 1194/2548 46% [============================= ] 1195/2548 46% [============================= ] 1196/2548 46% [============================= ] 1197/2548 46% [============================= ] 1198/2548 47% [============================= ] 1199/2548 47% [============================= ] 1200/2548 47% [============================= ] 1201/2548 47% [============================= ] 1202/2548 47% [============================= ] 1203/2548 47% [============================= ] 1204/2548 47% [============================= ] 1205/2548 47% [============================= ] 1206/2548 47% [============================= ] 1207/2548 47% [============================= ] 1208/2548 47% [============================= ] 1209/2548 47% [============================= ] 1210/2548 47% [============================= ] 1211/2548 47% [============================= ] 1212/2548 47% [============================= ] 1213/2548 47% [============================= ] 1214/2548 47% [============================= ] 1215/2548 47% [============================= ] 1216/2548 47% [============================= ] 1217/2548 47% [============================= ] 1218/2548 47% [============================= ] 1219/2548 47% [============================= ] 1220/2548 47% [============================= ] 1221/2548 47% [============================= ] 1222/2548 47% [============================= ] 1223/2548 47% [============================= ] 1224/2548 48% [============================= ] 1225/2548 48% [============================= ] 1226/2548 48% [============================= ] 1227/2548 48% [============================= ] 1228/2548 48% [============================= ] 1229/2548 48% [============================= ] 1230/2548 48% [============================= ] 1231/2548 48% [============================= ] 1232/2548 48% [============================== ] 1233/2548 48% [============================== ] 1234/2548 48% [============================== ] 1235/2548 48% [============================== ] 1236/2548 48% [============================== ] 1237/2548 48% [============================== ] 1238/2548 48% [============================== ] 1239/2548 48% [============================== ] 1240/2548 48% [============================== ] 1241/2548 48% [============================== ] 1242/2548 48% [============================== ] 1243/2548 48% [============================== ] 1244/2548 48% [============================== ] 1245/2548 48% [============================== ] 1246/2548 48% [============================== ] 1247/2548 48% [============================== ] 1248/2548 48% [============================== ] 1249/2548 49% [============================== ] 1250/2548 49% [============================== ] 1251/2548 49% [============================== ] 1252/2548 49% [============================== ] 1253/2548 49% [============================== ] 1254/2548 49% [============================== ] 1255/2548 49% [============================== ] 1256/2548 49% [============================== ] 1257/2548 49% [============================== ] 1258/2548 49% [============================== ] 1259/2548 49% [============================== ] 1260/2548 49% [============================== ] 1261/2548 49% [============================== ] 1262/2548 49% [============================== ] 1263/2548 49% [============================== ] 1264/2548 49% [============================== ] 1265/2548 49% [============================== ] 1266/2548 49% [============================== ] 1267/2548 49% [============================== ] 1268/2548 49% [============================== ] 1269/2548 49% [============================== ] 1270/2548 49% [============================== ] 1271/2548 49% [============================== ] 1272/2548 49% [============================== ] 1273/2548 49% [=============================== ] 1274/2548 50% [=============================== ] 1275/2548 50% [=============================== ] 1276/2548 50% [=============================== ] 1277/2548 50% [=============================== ] 1278/2548 50% [=============================== ] 1279/2548 50% [=============================== ] 1280/2548 50% [=============================== ] 1281/2548 50% [=============================== ] 1282/2548 50% [=============================== ] 1283/2548 50% [=============================== ] 1284/2548 50% [=============================== ] 1285/2548 50% [=============================== ] 1286/2548 50% [=============================== ] 1287/2548 50% [=============================== ] 1288/2548 50% [=============================== ] 1289/2548 50% [=============================== ] 1290/2548 50% [=============================== ] 1291/2548 50% [=============================== ] 1292/2548 50% [=============================== ] 1293/2548 50% [=============================== ] 1294/2548 50% [=============================== ] 1295/2548 50% [=============================== ] 1296/2548 50% [=============================== ] 1297/2548 50% [=============================== ] 1298/2548 50% [=============================== ] 1299/2548 50% [=============================== ] 1300/2548 51% [=============================== ] 1301/2548 51% [=============================== ] 1302/2548 51% [=============================== ] 1303/2548 51% [=============================== ] 1304/2548 51% [=============================== ] 1305/2548 51% [=============================== ] 1306/2548 51% [=============================== ] 1307/2548 51% [=============================== ] 1308/2548 51% [=============================== ] 1309/2548 51% [=============================== ] 1310/2548 51% [=============================== ] 1311/2548 51% [=============================== ] 1312/2548 51% [=============================== ] 1313/2548 51% [=============================== ] 1314/2548 51% [=============================== ] 1315/2548 51% [================================ ] 1316/2548 51% [================================ ] 1317/2548 51% [================================ ] 1318/2548 51% [================================ ] 1319/2548 51% [================================ ] 1320/2548 51% [================================ ] 1321/2548 51% [================================ ] 1322/2548 51% [================================ ] 1323/2548 51% [================================ ] 1324/2548 51% [================================ ] 1325/2548 52% [================================ ] 1326/2548 52% [================================ ] 1327/2548 52% [================================ ] 1328/2548 52% [================================ ] 1329/2548 52% [================================ ] 1330/2548 52% [================================ ] 1331/2548 52% [================================ ] 1332/2548 52% [================================ ] 1333/2548 52% [================================ ] 1334/2548 52% [================================ ] 1335/2548 52% [================================ ] 1336/2548 52% [================================ ] 1337/2548 52% [================================ ] 1338/2548 52% [================================ ] 1339/2548 52% [================================ ] 1340/2548 52% [================================ ] 1341/2548 52% [================================ ] 1342/2548 52% [================================ ] 1343/2548 52% [================================ ] 1344/2548 52% [================================ ] 1345/2548 52% [================================ ] 1346/2548 52% [================================ ] 1347/2548 52% [================================ ] 1348/2548 52% [================================ ] 1349/2548 52% [================================ ] 1350/2548 52% [================================ ] 1351/2548 53% [================================ ] 1352/2548 53% [================================ ] 1353/2548 53% [================================ ] 1354/2548 53% [================================ ] 1355/2548 53% [================================ ] 1356/2548 53% [================================= ] 1357/2548 53% [================================= ] 1358/2548 53% [================================= ] 1359/2548 53% [================================= ] 1360/2548 53% [================================= ] 1361/2548 53% [================================= ] 1362/2548 53% [================================= ] 1363/2548 53% [================================= ] 1364/2548 53% [================================= ] 1365/2548 53% [================================= ] 1366/2548 53% [================================= ] 1367/2548 53% [================================= ] 1368/2548 53% [================================= ] 1369/2548 53% [================================= ] 1370/2548 53% [================================= ] 1371/2548 53% [================================= ] 1372/2548 53% [================================= ] 1373/2548 53% [================================= ] 1374/2548 53% [================================= ] 1375/2548 53% [================================= ] 1376/2548 54% [================================= ] 1377/2548 54% [================================= ] 1378/2548 54% [================================= ] 1379/2548 54% [================================= ] 1380/2548 54% [================================= ] 1381/2548 54% [================================= ] 1382/2548 54% [================================= ] 1383/2548 54% [================================= ] 1384/2548 54% [================================= ] 1385/2548 54% [================================= ] 1386/2548 54% [================================= ] 1387/2548 54% [================================= ] 1388/2548 54% [================================= ] 1389/2548 54% [================================= ] 1390/2548 54% [================================= ] 1391/2548 54% [================================= ] 1392/2548 54% [================================= ] 1393/2548 54% [================================= ] 1394/2548 54% [================================= ] 1395/2548 54% [================================= ] 1396/2548 54% [================================= ] 1397/2548 54% [================================== ] 1398/2548 54% [================================== ] 1399/2548 54% [================================== ] 1400/2548 54% [================================== ] 1401/2548 54% [================================== ] 1402/2548 55% [================================== ] 1403/2548 55% [================================== ] 1404/2548 55% [================================== ] 1405/2548 55% [================================== ] 1406/2548 55% [================================== ] 1407/2548 55% [================================== ] 1408/2548 55% [================================== ] 1409/2548 55% [================================== ] 1410/2548 55% [================================== ] 1411/2548 55% [================================== ] 1412/2548 55% [================================== ] 1413/2548 55% [================================== ] 1414/2548 55% [================================== ] 1415/2548 55% [================================== ] 1416/2548 55% [================================== ] 1417/2548 55% [================================== ] 1418/2548 55% [================================== ] 1419/2548 55% [================================== ] 1420/2548 55% [================================== ] 1421/2548 55% [================================== ] 1422/2548 55% [================================== ] 1423/2548 55% [================================== ] 1424/2548 55% [================================== ] 1425/2548 55% [================================== ] 1426/2548 55% [================================== ] 1427/2548 56% [================================== ] 1428/2548 56% [================================== ] 1429/2548 56% [================================== ] 1430/2548 56% [================================== ] 1431/2548 56% [================================== ] 1432/2548 56% [================================== ] 1433/2548 56% [================================== ] 1434/2548 56% [================================== ] 1435/2548 56% [================================== ] 1436/2548 56% [================================== ] 1437/2548 56% [================================== ] 1438/2548 56% [=================================== ] 1439/2548 56% [=================================== ] 1440/2548 56% [=================================== ] 1441/2548 56% [=================================== ] 1442/2548 56% [=================================== ] 1443/2548 56% [=================================== ] 1444/2548 56% [=================================== ] 1445/2548 56% [=================================== ] 1446/2548 56% [=================================== ] 1447/2548 56% [=================================== ] 1448/2548 56% [=================================== ] 1449/2548 56% [=================================== ] 1450/2548 56% [=================================== ] 1451/2548 56% [=================================== ] 1452/2548 56% [=================================== ] 1453/2548 57% [=================================== ] 1454/2548 57% [=================================== ] 1455/2548 57% [=================================== ] 1456/2548 57% [=================================== ] 1457/2548 57% [=================================== ] 1458/2548 57% [=================================== ] 1459/2548 57% [=================================== ] 1460/2548 57% [=================================== ] 1461/2548 57% [=================================== ] 1462/2548 57% [=================================== ] 1463/2548 57% [=================================== ] 1464/2548 57% [=================================== ] 1465/2548 57% [=================================== ] 1466/2548 57% [=================================== ] 1467/2548 57% [=================================== ] 1468/2548 57% [=================================== ] 1469/2548 57% [=================================== ] 1470/2548 57% [=================================== ] 1471/2548 57% [=================================== ] 1472/2548 57% [=================================== ] 1473/2548 57% [=================================== ] 1474/2548 57% [=================================== ] 1475/2548 57% [=================================== ] 1476/2548 57% [=================================== ] 1477/2548 57% [=================================== ] 1478/2548 58% [=================================== ] 1479/2548 58% [==================================== ] 1480/2548 58% [==================================== ] 1481/2548 58% [==================================== ] 1482/2548 58% [==================================== ] 1483/2548 58% [==================================== ] 1484/2548 58% [==================================== ] 1485/2548 58% [==================================== ] 1486/2548 58% [==================================== ] 1487/2548 58% [==================================== ] 1488/2548 58% [==================================== ] 1489/2548 58% [==================================== ] 1490/2548 58% [==================================== ] 1491/2548 58% [==================================== ] 1492/2548 58% [==================================== ] 1493/2548 58% [==================================== ] 1494/2548 58% [==================================== ] 1495/2548 58% [==================================== ] 1496/2548 58% [==================================== ] 1497/2548 58% [==================================== ] 1498/2548 58% [==================================== ] 1499/2548 58% [==================================== ] 1500/2548 58% [==================================== ] 1501/2548 58% [==================================== ] 1502/2548 58% [==================================== ] 1503/2548 58% [==================================== ] 1504/2548 59% [==================================== ] 1505/2548 59% [==================================== ] 1506/2548 59% [==================================== ] 1507/2548 59% [==================================== ] 1508/2548 59% [==================================== ] 1509/2548 59% [==================================== ] 1510/2548 59% [==================================== ] 1511/2548 59% [==================================== ] 1512/2548 59% [==================================== ] 1513/2548 59% [==================================== ] 1514/2548 59% [==================================== ] 1515/2548 59% [==================================== ] 1516/2548 59% [==================================== ] 1517/2548 59% [==================================== ] 1518/2548 59% [==================================== ] 1519/2548 59% [==================================== ] 1520/2548 59% [===================================== ] 1521/2548 59% [===================================== ] 1522/2548 59% [===================================== ] 1523/2548 59% [===================================== ] 1524/2548 59% [===================================== ] 1525/2548 59% [===================================== ] 1526/2548 59% [===================================== ] 1527/2548 59% [===================================== ] 1528/2548 59% [===================================== ] 1529/2548 60% [===================================== ] 1530/2548 60% [===================================== ] 1531/2548 60% [===================================== ] 1532/2548 60% [===================================== ] 1533/2548 60% [===================================== ] 1534/2548 60% [===================================== ] 1535/2548 60% [===================================== ] 1536/2548 60% [===================================== ] 1537/2548 60% [===================================== ] 1538/2548 60% [===================================== ] 1539/2548 60% [===================================== ] 1540/2548 60% [===================================== ] 1541/2548 60% [===================================== ] 1542/2548 60% [===================================== ] 1543/2548 60% [===================================== ] 1544/2548 60% [===================================== ] 1545/2548 60% [===================================== ] 1546/2548 60% [===================================== ] 1547/2548 60% [===================================== ] 1548/2548 60% [===================================== ] 1549/2548 60% [===================================== ] 1550/2548 60% [===================================== ] 1551/2548 60% [===================================== ] 1552/2548 60% [===================================== ] 1553/2548 60% [===================================== ] 1554/2548 60% [===================================== ] 1555/2548 61% [===================================== ] 1556/2548 61% [===================================== ] 1557/2548 61% [===================================== ] 1558/2548 61% [===================================== ] 1559/2548 61% [===================================== ] 1560/2548 61% [===================================== ] 1561/2548 61% [====================================== ] 1562/2548 61% [====================================== ] 1563/2548 61% [====================================== ] 1564/2548 61% [====================================== ] 1565/2548 61% [====================================== ] 1566/2548 61% [====================================== ] 1567/2548 61% [====================================== ] 1568/2548 61% [====================================== ] 1569/2548 61% [====================================== ] 1570/2548 61% [====================================== ] 1571/2548 61% [====================================== ] 1572/2548 61% [====================================== ] 1573/2548 61% [====================================== ] 1574/2548 61% [====================================== ] 1575/2548 61% [====================================== ] 1576/2548 61% [====================================== ] 1577/2548 61% [====================================== ] 1578/2548 61% [====================================== ] 1579/2548 61% [====================================== ] 1580/2548 62% [====================================== ] 1581/2548 62% [====================================== ] 1582/2548 62% [====================================== ] 1583/2548 62% [====================================== ] 1584/2548 62% [====================================== ] 1585/2548 62% [====================================== ] 1586/2548 62% [====================================== ] 1587/2548 62% [====================================== ] 1588/2548 62% [====================================== ] 1589/2548 62% [====================================== ] 1590/2548 62% [====================================== ] 1591/2548 62% [====================================== ] 1592/2548 62% [====================================== ] 1593/2548 62% [====================================== ] 1594/2548 62% [====================================== ] 1595/2548 62% [====================================== ] 1596/2548 62% [====================================== ] 1597/2548 62% [====================================== ] 1598/2548 62% [====================================== ] 1599/2548 62% [====================================== ] 1600/2548 62% [====================================== ] 1601/2548 62% [====================================== ] 1602/2548 62% [======================================= ] 1603/2548 62% [======================================= ] 1604/2548 62% [======================================= ] 1605/2548 62% [======================================= ] 1606/2548 63% [======================================= ] 1607/2548 63% [======================================= ] 1608/2548 63% [======================================= ] 1609/2548 63% [======================================= ] 1610/2548 63% [======================================= ] 1611/2548 63% [======================================= ] 1612/2548 63% [======================================= ] 1613/2548 63% [======================================= ] 1614/2548 63% [======================================= ] 1615/2548 63% [======================================= ] 1616/2548 63% [======================================= ] 1617/2548 63% [======================================= ] 1618/2548 63% [======================================= ] 1619/2548 63% [======================================= ] 1620/2548 63% [======================================= ] 1621/2548 63% [======================================= ] 1622/2548 63% [======================================= ] 1623/2548 63% [======================================= ] 1624/2548 63% [======================================= ] 1625/2548 63% [======================================= ] 1626/2548 63% [======================================= ] 1627/2548 63% [======================================= ] 1628/2548 63% [======================================= ] 1629/2548 63% [======================================= ] 1630/2548 63% [======================================= ] 1631/2548 64% [======================================= ] 1632/2548 64% [======================================= ] 1633/2548 64% [======================================= ] 1634/2548 64% [======================================= ] 1635/2548 64% [======================================= ] 1636/2548 64% [======================================= ] 1637/2548 64% [======================================= ] 1638/2548 64% [======================================= ] 1639/2548 64% [======================================= ] 1640/2548 64% [======================================= ] 1641/2548 64% [======================================= ] 1642/2548 64% [======================================= ] 1643/2548 64% [======================================== ] 1644/2548 64% [======================================== ] 1645/2548 64% [======================================== ] 1646/2548 64% [======================================== ] 1647/2548 64% [======================================== ] 1648/2548 64% [======================================== ] 1649/2548 64% [======================================== ] 1650/2548 64% [======================================== ] 1651/2548 64% [======================================== ] 1652/2548 64% [======================================== ] 1653/2548 64% [======================================== ] 1654/2548 64% [======================================== ] 1655/2548 64% [======================================== ] 1656/2548 64% [======================================== ] 1657/2548 65% [======================================== ] 1658/2548 65% [======================================== ] 1659/2548 65% [======================================== ] 1660/2548 65% [======================================== ] 1661/2548 65% [======================================== ] 1662/2548 65% [======================================== ] 1663/2548 65% [======================================== ] 1664/2548 65% [======================================== ] 1665/2548 65% [======================================== ] 1666/2548 65% [======================================== ] 1667/2548 65% [======================================== ] 1668/2548 65% [======================================== ] 1669/2548 65% [======================================== ] 1670/2548 65% [======================================== ] 1671/2548 65% [======================================== ] 1672/2548 65% [======================================== ] 1673/2548 65% [======================================== ] 1674/2548 65% [======================================== ] 1675/2548 65% [======================================== ] 1676/2548 65% [======================================== ] 1677/2548 65% [======================================== ] 1678/2548 65% [======================================== ] 1679/2548 65% [======================================== ] 1680/2548 65% [======================================== ] 1681/2548 65% [======================================== ] 1682/2548 66% [======================================== ] 1683/2548 66% [======================================== ] 1684/2548 66% [========================================= ] 1685/2548 66% [========================================= ] 1686/2548 66% [========================================= ] 1687/2548 66% [========================================= ] 1688/2548 66% [========================================= ] 1689/2548 66% [========================================= ] 1690/2548 66% [========================================= ] 1691/2548 66% [========================================= ] 1692/2548 66% [========================================= ] 1693/2548 66% [========================================= ] 1694/2548 66% [========================================= ] 1695/2548 66% [========================================= ] 1696/2548 66% [========================================= ] 1697/2548 66% [========================================= ] 1698/2548 66% [========================================= ] 1699/2548 66% [========================================= ] 1700/2548 66% [========================================= ] 1701/2548 66% [========================================= ] 1702/2548 66% [========================================= ] 1703/2548 66% [========================================= ] 1704/2548 66% [========================================= ] 1705/2548 66% [========================================= ] 1706/2548 66% [========================================= ] 1707/2548 66% [========================================= ] 1708/2548 67% [========================================= ] 1709/2548 67% [========================================= ] 1710/2548 67% [========================================= ] 1711/2548 67% [========================================= ] 1712/2548 67% [========================================= ] 1713/2548 67% [========================================= ] 1714/2548 67% [========================================= ] 1715/2548 67% [========================================= ] 1716/2548 67% [========================================= ] 1717/2548 67% [========================================= ] 1718/2548 67% [========================================= ] 1719/2548 67% [========================================= ] 1720/2548 67% [========================================= ] 1721/2548 67% [========================================= ] 1722/2548 67% [========================================= ] 1723/2548 67% [========================================= ] 1724/2548 67% [========================================= ] 1725/2548 67% [========================================= ] 1726/2548 67% [========================================== ] 1727/2548 67% [========================================== ] 1728/2548 67% [========================================== ] 1729/2548 67% [========================================== ] 1730/2548 67% [========================================== ] 1731/2548 67% [========================================== ] 1732/2548 67% [========================================== ] 1733/2548 68% [========================================== ] 1734/2548 68% [========================================== ] 1735/2548 68% [========================================== ] 1736/2548 68% [========================================== ] 1737/2548 68% [========================================== ] 1738/2548 68% [========================================== ] 1739/2548 68% [========================================== ] 1740/2548 68% [========================================== ] 1741/2548 68% [========================================== ] 1742/2548 68% [========================================== ] 1743/2548 68% [========================================== ] 1744/2548 68% [========================================== ] 1745/2548 68% [========================================== ] 1746/2548 68% [========================================== ] 1747/2548 68% [========================================== ] 1748/2548 68% [========================================== ] 1749/2548 68% [========================================== ] 1750/2548 68% [========================================== ] 1751/2548 68% [========================================== ] 1752/2548 68% [========================================== ] 1753/2548 68% [========================================== ] 1754/2548 68% [========================================== ] 1755/2548 68% [========================================== ] 1756/2548 68% [========================================== ] 1757/2548 68% [========================================== ] 1758/2548 68% [========================================== ] 1759/2548 69% [========================================== ] 1760/2548 69% [========================================== ] 1761/2548 69% [========================================== ] 1762/2548 69% [========================================== ] 1763/2548 69% [========================================== ] 1764/2548 69% [========================================== ] 1765/2548 69% [========================================== ] 1766/2548 69% [========================================== ] 1767/2548 69% [=========================================== ] 1768/2548 69% [=========================================== ] 1769/2548 69% [=========================================== ] 1770/2548 69% [=========================================== ] 1771/2548 69% [=========================================== ] 1772/2548 69% [=========================================== ] 1773/2548 69% [=========================================== ] 1774/2548 69% [=========================================== ] 1775/2548 69% [=========================================== ] 1776/2548 69% [=========================================== ] 1777/2548 69% [=========================================== ] 1778/2548 69% [=========================================== ] 1779/2548 69% [=========================================== ] 1780/2548 69% [=========================================== ] 1781/2548 69% [=========================================== ] 1782/2548 69% [=========================================== ] 1783/2548 69% [=========================================== ] 1784/2548 70% [=========================================== ] 1785/2548 70% [=========================================== ] 1786/2548 70% [=========================================== ] 1787/2548 70% [=========================================== ] 1788/2548 70% [=========================================== ] 1789/2548 70% [=========================================== ] 1790/2548 70% [=========================================== ] 1791/2548 70% [=========================================== ] 1792/2548 70% [=========================================== ] 1793/2548 70% [=========================================== ] 1794/2548 70% [=========================================== ] 1795/2548 70% [=========================================== ] 1796/2548 70% [=========================================== ] 1797/2548 70% [=========================================== ] 1798/2548 70% [=========================================== ] 1799/2548 70% [=========================================== ] 1800/2548 70% [=========================================== ] 1801/2548 70% [=========================================== ] 1802/2548 70% [=========================================== ] 1803/2548 70% [=========================================== ] 1804/2548 70% [=========================================== ] 1805/2548 70% [=========================================== ] 1806/2548 70% [=========================================== ] 1807/2548 70% [=========================================== ] 1808/2548 70% [============================================ ] 1809/2548 70% [============================================ ] 1810/2548 71% [============================================ ] 1811/2548 71% [============================================ ] 1812/2548 71% [============================================ ] 1813/2548 71% [============================================ ] 1814/2548 71% [============================================ ] 1815/2548 71% [============================================ ] 1816/2548 71% [============================================ ] 1817/2548 71% [============================================ ] 1818/2548 71% [============================================ ] 1819/2548 71% [============================================ ] 1820/2548 71% [============================================ ] 1821/2548 71% [============================================ ] 1822/2548 71% [============================================ ] 1823/2548 71% [============================================ ] 1824/2548 71% [============================================ ] 1825/2548 71% [============================================ ] 1826/2548 71% [============================================ ] 1827/2548 71% [============================================ ] 1828/2548 71% [============================================ ] 1829/2548 71% [============================================ ] 1830/2548 71% [============================================ ] 1831/2548 71% [============================================ ] 1832/2548 71% [============================================ ] 1833/2548 71% [============================================ ] 1834/2548 71% [============================================ ] 1835/2548 72% [============================================ ] 1836/2548 72% [============================================ ] 1837/2548 72% [============================================ ] 1838/2548 72% [============================================ ] 1839/2548 72% [============================================ ] 1840/2548 72% [============================================ ] 1841/2548 72% [============================================ ] 1842/2548 72% [============================================ ] 1843/2548 72% [============================================ ] 1844/2548 72% [============================================ ] 1845/2548 72% [============================================ ] 1846/2548 72% [============================================ ] 1847/2548 72% [============================================ ] 1848/2548 72% [============================================ ] 1849/2548 72% [============================================= ] 1850/2548 72% [============================================= ] 1851/2548 72% [============================================= ] 1852/2548 72% [============================================= ] 1853/2548 72% [============================================= ] 1854/2548 72% [============================================= ] 1855/2548 72% [============================================= ] 1856/2548 72% [============================================= ] 1857/2548 72% [============================================= ] 1858/2548 72% [============================================= ] 1859/2548 72% [============================================= ] 1860/2548 72% [============================================= ] 1861/2548 73% [============================================= ] 1862/2548 73% [============================================= ] 1863/2548 73% [============================================= ] 1864/2548 73% [============================================= ] 1865/2548 73% [============================================= ] 1866/2548 73% [============================================= ] 1867/2548 73% [============================================= ] 1868/2548 73% [============================================= ] 1869/2548 73% [============================================= ] 1870/2548 73% [============================================= ] 1871/2548 73% [============================================= ] 1872/2548 73% [============================================= ] 1873/2548 73% [============================================= ] 1874/2548 73% [============================================= ] 1875/2548 73% [============================================= ] 1876/2548 73% [============================================= ] 1877/2548 73% [============================================= ] 1878/2548 73% [============================================= ] 1879/2548 73% [============================================= ] 1880/2548 73% [============================================= ] 1881/2548 73% [============================================= ] 1882/2548 73% [============================================= ] 1883/2548 73% [============================================= ] 1884/2548 73% [============================================= ] 1885/2548 73% [============================================= ] 1886/2548 74% [============================================= ] 1887/2548 74% [============================================= ] 1888/2548 74% [============================================= ] 1889/2548 74% [============================================= ] 1890/2548 74% [============================================== ] 1891/2548 74% [============================================== ] 1892/2548 74% [============================================== ] 1893/2548 74% [============================================== ] 1894/2548 74% [============================================== ] 1895/2548 74% [============================================== ] 1896/2548 74% [============================================== ] 1897/2548 74% [============================================== ] 1898/2548 74% [============================================== ] 1899/2548 74% [============================================== ] 1900/2548 74% [============================================== ] 1901/2548 74% [============================================== ] 1902/2548 74% [============================================== ] 1903/2548 74% [============================================== ] 1904/2548 74% [============================================== ] 1905/2548 74% [============================================== ] 1906/2548 74% [============================================== ] 1907/2548 74% [============================================== ] 1908/2548 74% [============================================== ] 1909/2548 74% [============================================== ] 1910/2548 74% [============================================== ] 1911/2548 75% [============================================== ] 1912/2548 75% [============================================== ] 1913/2548 75% [============================================== ] 1914/2548 75% [============================================== ] 1915/2548 75% [============================================== ] 1916/2548 75% [============================================== ] 1917/2548 75% [============================================== ] 1918/2548 75% [============================================== ] 1919/2548 75% [============================================== ] 1920/2548 75% [============================================== ] 1921/2548 75% [============================================== ] 1922/2548 75% [============================================== ] 1923/2548 75% [============================================== ] 1924/2548 75% [============================================== ] 1925/2548 75% [============================================== ] 1926/2548 75% [============================================== ] 1927/2548 75% [============================================== ] 1928/2548 75% [============================================== ] 1929/2548 75% [============================================== ] 1930/2548 75% [============================================== ] 1931/2548 75% [=============================================== ] 1932/2548 75% [=============================================== ] 1933/2548 75% [=============================================== ] 1934/2548 75% [=============================================== ] 1935/2548 75% [=============================================== ] 1936/2548 75% [=============================================== ] 1937/2548 76% [=============================================== ] 1938/2548 76% [=============================================== ] 1939/2548 76% [=============================================== ] 1940/2548 76% [=============================================== ] 1941/2548 76% [=============================================== ] 1942/2548 76% [=============================================== ] 1943/2548 76% [=============================================== ] 1944/2548 76% [=============================================== ] 1945/2548 76% [=============================================== ] 1946/2548 76% [=============================================== ] 1947/2548 76% [=============================================== ] 1948/2548 76% [=============================================== ] 1949/2548 76% [=============================================== ] 1950/2548 76% [=============================================== ] 1951/2548 76% [=============================================== ] 1952/2548 76% [=============================================== ] 1953/2548 76% [=============================================== ] 1954/2548 76% [=============================================== ] 1955/2548 76% [=============================================== ] 1956/2548 76% [=============================================== ] 1957/2548 76% [=============================================== ] 1958/2548 76% [=============================================== ] 1959/2548 76% [=============================================== ] 1960/2548 76% [=============================================== ] 1961/2548 76% [=============================================== ] 1962/2548 77% [=============================================== ] 1963/2548 77% [=============================================== ] 1964/2548 77% [=============================================== ] 1965/2548 77% [=============================================== ] 1966/2548 77% [=============================================== ] 1967/2548 77% [=============================================== ] 1968/2548 77% [=============================================== ] 1969/2548 77% [=============================================== ] 1970/2548 77% [=============================================== ] 1971/2548 77% [=============================================== ] 1972/2548 77% [================================================ ] 1973/2548 77% [================================================ ] 1974/2548 77% [================================================ ] 1975/2548 77% [================================================ ] 1976/2548 77% [================================================ ] 1977/2548 77% [================================================ ] 1978/2548 77% [================================================ ] 1979/2548 77% [================================================ ] 1980/2548 77% [================================================ ] 1981/2548 77% [================================================ ] 1982/2548 77% [================================================ ] 1983/2548 77% [================================================ ] 1984/2548 77% [================================================ ] 1985/2548 77% [================================================ ] 1986/2548 77% [================================================ ] 1987/2548 77% [================================================ ] 1988/2548 78% [================================================ ] 1989/2548 78% [================================================ ] 1990/2548 78% [================================================ ] 1991/2548 78% [================================================ ] 1992/2548 78% [================================================ ] 1993/2548 78% [================================================ ] 1994/2548 78% [================================================ ] 1995/2548 78% [================================================ ] 1996/2548 78% [================================================ ] 1997/2548 78% [================================================ ] 1998/2548 78% [================================================ ] 1999/2548 78% [================================================ ] 2000/2548 78% [================================================ ] 2001/2548 78% [================================================ ] 2002/2548 78% [================================================ ] 2003/2548 78% [================================================ ] 2004/2548 78% [================================================ ] 2005/2548 78% [================================================ ] 2006/2548 78% [================================================ ] 2007/2548 78% [================================================ ] 2008/2548 78% [================================================ ] 2009/2548 78% [================================================ ] 2010/2548 78% [================================================ ] 2011/2548 78% [================================================ ] 2012/2548 78% [================================================ ] 2013/2548 79% [================================================= ] 2014/2548 79% [================================================= ] 2015/2548 79% [================================================= ] 2016/2548 79% [================================================= ] 2017/2548 79% [================================================= ] 2018/2548 79% [================================================= ] 2019/2548 79% [================================================= ] 2020/2548 79% [================================================= ] 2021/2548 79% [================================================= ] 2022/2548 79% [================================================= ] 2023/2548 79% [================================================= ] 2024/2548 79% [================================================= ] 2025/2548 79% [================================================= ] 2026/2548 79% [================================================= ] 2027/2548 79% [================================================= ] 2028/2548 79% [================================================= ] 2029/2548 79% [================================================= ] 2030/2548 79% [================================================= ] 2031/2548 79% [================================================= ] 2032/2548 79% [================================================= ] 2033/2548 79% [================================================= ] 2034/2548 79% [================================================= ] 2035/2548 79% [================================================= ] 2036/2548 79% [================================================= ] 2037/2548 79% [================================================= ] 2038/2548 79% [================================================= ] 2039/2548 80% [================================================= ] 2040/2548 80% [================================================= ] 2041/2548 80% [================================================= ] 2042/2548 80% [================================================= ] 2043/2548 80% [================================================= ] 2044/2548 80% [================================================= ] 2045/2548 80% [================================================= ] 2046/2548 80% [================================================= ] 2047/2548 80% [================================================= ] 2048/2548 80% [================================================= ] 2049/2548 80% [================================================= ] 2050/2548 80% [================================================= ] 2051/2548 80% [================================================= ] 2052/2548 80% [================================================= ] 2053/2548 80% [================================================= ] 2054/2548 80% [================================================== ] 2055/2548 80% [================================================== ] 2056/2548 80% [================================================== ] 2057/2548 80% [================================================== ] 2058/2548 80% [================================================== ] 2059/2548 80% [================================================== ] 2060/2548 80% [================================================== ] 2061/2548 80% [================================================== ] 2062/2548 80% [================================================== ] 2063/2548 80% [================================================== ] 2064/2548 81% [================================================== ] 2065/2548 81% [================================================== ] 2066/2548 81% [================================================== ] 2067/2548 81% [================================================== ] 2068/2548 81% [================================================== ] 2069/2548 81% [================================================== ] 2070/2548 81% [================================================== ] 2071/2548 81% [================================================== ] 2072/2548 81% [================================================== ] 2073/2548 81% [================================================== ] 2074/2548 81% [================================================== ] 2075/2548 81% [================================================== ] 2076/2548 81% [================================================== ] 2077/2548 81% [================================================== ] 2078/2548 81% [================================================== ] 2079/2548 81% [================================================== ] 2080/2548 81% [================================================== ] 2081/2548 81% [================================================== ] 2082/2548 81% [================================================== ] 2083/2548 81% [================================================== ] 2084/2548 81% [================================================== ] 2085/2548 81% [================================================== ] 2086/2548 81% [================================================== ] 2087/2548 81% [================================================== ] 2088/2548 81% [================================================== ] 2089/2548 81% [================================================== ] 2090/2548 82% [================================================== ] 2091/2548 82% [================================================== ] 2092/2548 82% [================================================== ] 2093/2548 82% [================================================== ] 2094/2548 82% [================================================== ] 2095/2548 82% [=================================================== ] 2096/2548 82% [=================================================== ] 2097/2548 82% [=================================================== ] 2098/2548 82% [=================================================== ] 2099/2548 82% [=================================================== ] 2100/2548 82% [=================================================== ] 2101/2548 82% [=================================================== ] 2102/2548 82% [=================================================== ] 2103/2548 82% [=================================================== ] 2104/2548 82% [=================================================== ] 2105/2548 82% [=================================================== ] 2106/2548 82% [=================================================== ] 2107/2548 82% [=================================================== ] 2108/2548 82% [=================================================== ] 2109/2548 82% [=================================================== ] 2110/2548 82% [=================================================== ] 2111/2548 82% [=================================================== ] 2112/2548 82% [=================================================== ] 2113/2548 82% [=================================================== ] 2114/2548 82% [=================================================== ] 2115/2548 83% [=================================================== ] 2116/2548 83% [=================================================== ] 2117/2548 83% [=================================================== ] 2118/2548 83% [=================================================== ] 2119/2548 83% [=================================================== ] 2120/2548 83% [=================================================== ] 2121/2548 83% [=================================================== ] 2122/2548 83% [=================================================== ] 2123/2548 83% [=================================================== ] 2124/2548 83% [=================================================== ] 2125/2548 83% [=================================================== ] 2126/2548 83% [=================================================== ] 2127/2548 83% [=================================================== ] 2128/2548 83% [=================================================== ] 2129/2548 83% [=================================================== ] 2130/2548 83% [=================================================== ] 2131/2548 83% [=================================================== ] 2132/2548 83% [=================================================== ] 2133/2548 83% [=================================================== ] 2134/2548 83% [=================================================== ] 2135/2548 83% [=================================================== ] 2136/2548 83% [=================================================== ] 2137/2548 83% [==================================================== ] 2138/2548 83% [==================================================== ] 2139/2548 83% [==================================================== ] 2140/2548 83% [==================================================== ] 2141/2548 84% [==================================================== ] 2142/2548 84% [==================================================== ] 2143/2548 84% [==================================================== ] 2144/2548 84% [==================================================== ] 2145/2548 84% [==================================================== ] 2146/2548 84% [==================================================== ] 2147/2548 84% [==================================================== ] 2148/2548 84% [==================================================== ] 2149/2548 84% [==================================================== ] 2150/2548 84% [==================================================== ] 2151/2548 84% [==================================================== ] 2152/2548 84% [==================================================== ] 2153/2548 84% [==================================================== ] 2154/2548 84% [==================================================== ] 2155/2548 84% [==================================================== ] 2156/2548 84% [==================================================== ] 2157/2548 84% [==================================================== ] 2158/2548 84% [==================================================== ] 2159/2548 84% [==================================================== ] 2160/2548 84% [==================================================== ] 2161/2548 84% [==================================================== ] 2162/2548 84% [==================================================== ] 2163/2548 84% [==================================================== ] 2164/2548 84% [==================================================== ] 2165/2548 84% [==================================================== ] 2166/2548 85% [==================================================== ] 2167/2548 85% [==================================================== ] 2168/2548 85% [==================================================== ] 2169/2548 85% [==================================================== ] 2170/2548 85% [==================================================== ] 2171/2548 85% [==================================================== ] 2172/2548 85% [==================================================== ] 2173/2548 85% [==================================================== ] 2174/2548 85% [==================================================== ] 2175/2548 85% [==================================================== ] 2176/2548 85% [==================================================== ] 2177/2548 85% [==================================================== ] 2178/2548 85% [===================================================== ] 2179/2548 85% [===================================================== ] 2180/2548 85% [===================================================== ] 2181/2548 85% [===================================================== ] 2182/2548 85% [===================================================== ] 2183/2548 85% [===================================================== ] 2184/2548 85% [===================================================== ] 2185/2548 85% [===================================================== ] 2186/2548 85% [===================================================== ] 2187/2548 85% [===================================================== ] 2188/2548 85% [===================================================== ] 2189/2548 85% [===================================================== ] 2190/2548 85% [===================================================== ] 2191/2548 85% [===================================================== ] 2192/2548 86% [===================================================== ] 2193/2548 86% [===================================================== ] 2194/2548 86% [===================================================== ] 2195/2548 86% [===================================================== ] 2196/2548 86% [===================================================== ] 2197/2548 86% [===================================================== ] 2198/2548 86% [===================================================== ] 2199/2548 86% [===================================================== ] 2200/2548 86% [===================================================== ] 2201/2548 86% [===================================================== ] 2202/2548 86% [===================================================== ] 2203/2548 86% [===================================================== ] 2204/2548 86% [===================================================== ] 2205/2548 86% [===================================================== ] 2206/2548 86% [===================================================== ] 2207/2548 86% [===================================================== ] 2208/2548 86% [===================================================== ] 2209/2548 86% [===================================================== ] 2210/2548 86% [===================================================== ] 2211/2548 86% [===================================================== ] 2212/2548 86% [===================================================== ] 2213/2548 86% [===================================================== ] 2214/2548 86% [===================================================== ] 2215/2548 86% [===================================================== ] 2216/2548 86% [===================================================== ] 2217/2548 87% [===================================================== ] 2218/2548 87% [===================================================== ] 2219/2548 87% [====================================================== ] 2220/2548 87% [====================================================== ] 2221/2548 87% [====================================================== ] 2222/2548 87% [====================================================== ] 2223/2548 87% [====================================================== ] 2224/2548 87% [====================================================== ] 2225/2548 87% [====================================================== ] 2226/2548 87% [====================================================== ] 2227/2548 87% [====================================================== ] 2228/2548 87% [====================================================== ] 2229/2548 87% [====================================================== ] 2230/2548 87% [====================================================== ] 2231/2548 87% [====================================================== ] 2232/2548 87% [====================================================== ] 2233/2548 87% [====================================================== ] 2234/2548 87% [====================================================== ] 2235/2548 87% [====================================================== ] 2236/2548 87% [====================================================== ] 2237/2548 87% [====================================================== ] 2238/2548 87% [====================================================== ] 2239/2548 87% [====================================================== ] 2240/2548 87% [====================================================== ] 2241/2548 87% [====================================================== ] 2242/2548 87% [====================================================== ] 2243/2548 88% [====================================================== ] 2244/2548 88% [====================================================== ] 2245/2548 88% [====================================================== ] 2246/2548 88% [====================================================== ] 2247/2548 88% [====================================================== ] 2248/2548 88% [====================================================== ] 2249/2548 88% [====================================================== ] 2250/2548 88% [====================================================== ] 2251/2548 88% [====================================================== ] 2252/2548 88% [====================================================== ] 2253/2548 88% [====================================================== ] 2254/2548 88% [====================================================== ] 2255/2548 88% [====================================================== ] 2256/2548 88% [====================================================== ] 2257/2548 88% [====================================================== ] 2258/2548 88% [====================================================== ] 2259/2548 88% [====================================================== ] 2260/2548 88% [======================================================= ] 2261/2548 88% [======================================================= ] 2262/2548 88% [======================================================= ] 2263/2548 88% [======================================================= ] 2264/2548 88% [======================================================= ] 2265/2548 88% [======================================================= ] 2266/2548 88% [======================================================= ] 2267/2548 88% [======================================================= ] 2268/2548 89% [======================================================= ] 2269/2548 89% [======================================================= ] 2270/2548 89% [======================================================= ] 2271/2548 89% [======================================================= ] 2272/2548 89% [======================================================= ] 2273/2548 89% [======================================================= ] 2274/2548 89% [======================================================= ] 2275/2548 89% [======================================================= ] 2276/2548 89% [======================================================= ] 2277/2548 89% [======================================================= ] 2278/2548 89% [======================================================= ] 2279/2548 89% [======================================================= ] 2280/2548 89% [======================================================= ] 2281/2548 89% [======================================================= ] 2282/2548 89% [======================================================= ] 2283/2548 89% [======================================================= ] 2284/2548 89% [======================================================= ] 2285/2548 89% [======================================================= ] 2286/2548 89% [======================================================= ] 2287/2548 89% [======================================================= ] 2288/2548 89% [======================================================= ] 2289/2548 89% [======================================================= ] 2290/2548 89% [======================================================= ] 2291/2548 89% [======================================================= ] 2292/2548 89% [======================================================= ] 2293/2548 89% [======================================================= ] 2294/2548 90% [======================================================= ] 2295/2548 90% [======================================================= ] 2296/2548 90% [======================================================= ] 2297/2548 90% [======================================================= ] 2298/2548 90% [======================================================= ] 2299/2548 90% [======================================================= ] 2300/2548 90% [======================================================= ] 2301/2548 90% [======================================================== ] 2302/2548 90% [======================================================== ] 2303/2548 90% [======================================================== ] 2304/2548 90% [======================================================== ] 2305/2548 90% [======================================================== ] 2306/2548 90% [======================================================== ] 2307/2548 90% [======================================================== ] 2308/2548 90% [======================================================== ] 2309/2548 90% [======================================================== ] 2310/2548 90% [======================================================== ] 2311/2548 90% [======================================================== ] 2312/2548 90% [======================================================== ] 2313/2548 90% [======================================================== ] 2314/2548 90% [======================================================== ] 2315/2548 90% [======================================================== ] 2316/2548 90% [======================================================== ] 2317/2548 90% [======================================================== ] 2318/2548 90% [======================================================== ] 2319/2548 91% [======================================================== ] 2320/2548 91% [======================================================== ] 2321/2548 91% [======================================================== ] 2322/2548 91% [======================================================== ] 2323/2548 91% [======================================================== ] 2324/2548 91% [======================================================== ] 2325/2548 91% [======================================================== ] 2326/2548 91% [======================================================== ] 2327/2548 91% [======================================================== ] 2328/2548 91% [======================================================== ] 2329/2548 91% [======================================================== ] 2330/2548 91% [======================================================== ] 2331/2548 91% [======================================================== ] 2332/2548 91% [======================================================== ] 2333/2548 91% [======================================================== ] 2334/2548 91% [======================================================== ] 2335/2548 91% [======================================================== ] 2336/2548 91% [======================================================== ] 2337/2548 91% [======================================================== ] 2338/2548 91% [======================================================== ] 2339/2548 91% [======================================================== ] 2340/2548 91% [======================================================== ] 2341/2548 91% [======================================================== ] 2342/2548 91% [========================================================= ] 2343/2548 91% [========================================================= ] 2344/2548 91% [========================================================= ] 2345/2548 92% [========================================================= ] 2346/2548 92% [========================================================= ] 2347/2548 92% [========================================================= ] 2348/2548 92% [========================================================= ] 2349/2548 92% [========================================================= ] 2350/2548 92% [========================================================= ] 2351/2548 92% [========================================================= ] 2352/2548 92% [========================================================= ] 2353/2548 92% [========================================================= ] 2354/2548 92% [========================================================= ] 2355/2548 92% [========================================================= ] 2356/2548 92% [========================================================= ] 2357/2548 92% [========================================================= ] 2358/2548 92% [========================================================= ] 2359/2548 92% [========================================================= ] 2360/2548 92% [========================================================= ] 2361/2548 92% [========================================================= ] 2362/2548 92% [========================================================= ] 2363/2548 92% [========================================================= ] 2364/2548 92% [========================================================= ] 2365/2548 92% [========================================================= ] 2366/2548 92% [========================================================= ] 2367/2548 92% [========================================================= ] 2368/2548 92% [========================================================= ] 2369/2548 92% [========================================================= ] 2370/2548 93% [========================================================= ] 2371/2548 93% [========================================================= ] 2372/2548 93% [========================================================= ] 2373/2548 93% [========================================================= ] 2374/2548 93% [========================================================= ] 2375/2548 93% [========================================================= ] 2376/2548 93% [========================================================= ] 2377/2548 93% [========================================================= ] 2378/2548 93% [========================================================= ] 2379/2548 93% [========================================================= ] 2380/2548 93% [========================================================= ] 2381/2548 93% [========================================================= ] 2382/2548 93% [========================================================= ] 2383/2548 93% [========================================================== ] 2384/2548 93% [========================================================== ] 2385/2548 93% [========================================================== ] 2386/2548 93% [========================================================== ] 2387/2548 93% [========================================================== ] 2388/2548 93% [========================================================== ] 2389/2548 93% [========================================================== ] 2390/2548 93% [========================================================== ] 2391/2548 93% [========================================================== ] 2392/2548 93% [========================================================== ] 2393/2548 93% [========================================================== ] 2394/2548 93% [========================================================== ] 2395/2548 93% [========================================================== ] 2396/2548 94% [========================================================== ] 2397/2548 94% [========================================================== ] 2398/2548 94% [========================================================== ] 2399/2548 94% [========================================================== ] 2400/2548 94% [========================================================== ] 2401/2548 94% [========================================================== ] 2402/2548 94% [========================================================== ] 2403/2548 94% [========================================================== ] 2404/2548 94% [========================================================== ] 2405/2548 94% [========================================================== ] 2406/2548 94% [========================================================== ] 2407/2548 94% [========================================================== ] 2408/2548 94% [========================================================== ] 2409/2548 94% [========================================================== ] 2410/2548 94% [========================================================== ] 2411/2548 94% [========================================================== ] 2412/2548 94% [========================================================== ] 2413/2548 94% [========================================================== ] 2414/2548 94% [========================================================== ] 2415/2548 94% [========================================================== ] 2416/2548 94% [========================================================== ] 2417/2548 94% [========================================================== ] 2418/2548 94% [========================================================== ] 2419/2548 94% [========================================================== ] 2420/2548 94% [========================================================== ] 2421/2548 95% [========================================================== ] 2422/2548 95% [========================================================== ] 2423/2548 95% [========================================================== ] 2424/2548 95% [=========================================================== ] 2425/2548 95% [=========================================================== ] 2426/2548 95% [=========================================================== ] 2427/2548 95% [=========================================================== ] 2428/2548 95% [=========================================================== ] 2429/2548 95% [=========================================================== ] 2430/2548 95% [=========================================================== ] 2431/2548 95% [=========================================================== ] 2432/2548 95% [=========================================================== ] 2433/2548 95% [=========================================================== ] 2434/2548 95% [=========================================================== ] 2435/2548 95% [=========================================================== ] 2436/2548 95% [=========================================================== ] 2437/2548 95% [=========================================================== ] 2438/2548 95% [=========================================================== ] 2439/2548 95% [=========================================================== ] 2440/2548 95% [=========================================================== ] 2441/2548 95% [=========================================================== ] 2442/2548 95% [=========================================================== ] 2443/2548 95% [=========================================================== ] 2444/2548 95% [=========================================================== ] 2445/2548 95% [=========================================================== ] 2446/2548 95% [=========================================================== ] 2447/2548 96% [=========================================================== ] 2448/2548 96% [=========================================================== ] 2449/2548 96% [=========================================================== ] 2450/2548 96% [=========================================================== ] 2451/2548 96% [=========================================================== ] 2452/2548 96% [=========================================================== ] 2453/2548 96% [=========================================================== ] 2454/2548 96% [=========================================================== ] 2455/2548 96% [=========================================================== ] 2456/2548 96% [=========================================================== ] 2457/2548 96% [=========================================================== ] 2458/2548 96% [=========================================================== ] 2459/2548 96% [=========================================================== ] 2460/2548 96% [=========================================================== ] 2461/2548 96% [=========================================================== ] 2462/2548 96% [=========================================================== ] 2463/2548 96% [=========================================================== ] 2464/2548 96% [=========================================================== ] 2465/2548 96% [============================================================ ] 2466/2548 96% [============================================================ ] 2467/2548 96% [============================================================ ] 2468/2548 96% [============================================================ ] 2469/2548 96% [============================================================ ] 2470/2548 96% [============================================================ ] 2471/2548 96% [============================================================ ] 2472/2548 97% [============================================================ ] 2473/2548 97% [============================================================ ] 2474/2548 97% [============================================================ ] 2475/2548 97% [============================================================ ] 2476/2548 97% [============================================================ ] 2477/2548 97% [============================================================ ] 2478/2548 97% [============================================================ ] 2479/2548 97% [============================================================ ] 2480/2548 97% [============================================================ ] 2481/2548 97% [============================================================ ] 2482/2548 97% [============================================================ ] 2483/2548 97% [============================================================ ] 2484/2548 97% [============================================================ ] 2485/2548 97% [============================================================ ] 2486/2548 97% [============================================================ ] 2487/2548 97% [============================================================ ] 2488/2548 97% [============================================================ ] 2489/2548 97% [============================================================ ] 2490/2548 97% [============================================================ ] 2491/2548 97% [============================================================ ] 2492/2548 97% [============================================================ ] 2493/2548 97% [============================================================ ] 2494/2548 97% [============================================================ ] 2495/2548 97% [============================================================ ] 2496/2548 97% [============================================================ ] 2497/2548 97% [============================================================ ] 2498/2548 98% [============================================================ ] 2499/2548 98% [============================================================ ] 2500/2548 98% [============================================================ ] 2501/2548 98% [============================================================ ] 2502/2548 98% [============================================================ ] 2503/2548 98% [============================================================ ] 2504/2548 98% [============================================================ ] 2505/2548 98% [============================================================ ] 2506/2548 98% [============================================================= ] 2507/2548 98% [============================================================= ] 2508/2548 98% [============================================================= ] 2509/2548 98% [============================================================= ] 2510/2548 98% [============================================================= ] 2511/2548 98% [============================================================= ] 2512/2548 98% [============================================================= ] 2513/2548 98% [============================================================= ] 2514/2548 98% [============================================================= ] 2515/2548 98% [============================================================= ] 2516/2548 98% [============================================================= ] 2517/2548 98% [============================================================= ] 2518/2548 98% [============================================================= ] 2519/2548 98% [============================================================= ] 2520/2548 98% [============================================================= ] 2521/2548 98% [============================================================= ] 2522/2548 98% [============================================================= ] 2523/2548 99% [============================================================= ] 2524/2548 99% [============================================================= ] 2525/2548 99% [============================================================= ] 2526/2548 99% [============================================================= ] 2527/2548 99% [============================================================= ] 2528/2548 99% [============================================================= ] 2529/2548 99% [============================================================= ] 2530/2548 99% [============================================================= ] 2531/2548 99% [============================================================= ] 2532/2548 99% [============================================================= ] 2533/2548 99% [============================================================= ] 2534/2548 99% [============================================================= ] 2535/2548 99% [============================================================= ] 2536/2548 99% [============================================================= ] 2537/2548 99% [============================================================= ] 2538/2548 99% [============================================================= ] 2539/2548 99% [============================================================= ] 2540/2548 99% [============================================================= ] 2541/2548 99% [============================================================= ] 2542/2548 99% [============================================================= ] 2543/2548 99% [============================================================= ] 2544/2548 99% [============================================================= ] 2545/2548 99% [============================================================= ] 2546/2548 99% [============================================================= ] 2547/2548 99% [==============================================================] 2548/2548 100% operation complete, 2548 objects in 65933 NAND pages. ln -snf /home/autobuild/autobuild/instance-10/output-1/host/microblaze-buildroot-linux-uclibc/sysroot /home/autobuild/autobuild/instance-10/output-1/staging make: Leaving directory '/home/autobuild/autobuild/instance-10/buildroot' make: Entering directory '/home/autobuild/autobuild/instance-10/buildroot' >>> Buildroot 2022.05-384-gd2286690ba Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> armbian-firmware 5d685ad233b4dfd03a4d025fa0061f6b0f850cb3 Collecting legal info >>> 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.13 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> bash-completion 2.11 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> bash 5.1.16 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> readline 8.1.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> bitstream-vera 1.10 Collecting legal info COPYRIGHT.TXT: OK (sha256: 3361d054759a2fc686a2c058be82deaf9c2e6fe549be9004d7935a6c1736315d) >>> busybox 1.35.0 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> traceroute 2.1.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> watchdog 5.16 Collecting legal info COPYING: OK (sha256: af7f3f94e85080204b37f7c53717a2c94c6b54d7fa516ebd74e008cb4c0391bd) >>> bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> cache-calibrator Collecting legal info calibrator.c.license: OK (sha256: a853663f5b4fb3ad77bf2790ab53146f456b8d9b9ddf83b99fe28c0bdec42514) >>> host-cryptsetup 2.4.3 Collecting legal info COPYING: OK (sha256: 45670cce8b6a0ddd66c8016cd8ccef6cd71f35717cbacc7f1e895b3855207b33) COPYING.LGPL: OK (sha256: 8c33cc37871654ec7ed87e6fbb896c8cf33ef5ef05b1611a5aed857596ffafa5) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-json-c 0.16 Collecting legal info COPYING: OK (sha256: 74c1e6ca5eba76b54d0ad00d4815c8315c1b3bc45ff99de61d103dc92486284c) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> host-lvm2 2.03.14 Collecting legal info COPYING: OK (sha256: e76fbcd2fb97cf202da330301327754d2db5c58b5b4bebd3a8a749393e7603d1) COPYING.LIB: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> host-libaio 0.3.113 Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1p Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> host-popt 1.18 Collecting legal info COPYING: OK (sha256: 518d4f2a05064cb9a8ec0ea02e86408af4feed6916f78ef42171465db8b383c5) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> 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) >>> dash 0.5.11.5 Collecting legal info COPYING: OK (sha256: 254a7894923ff62e69184a991dcbccae97edee58a1105e8efbe78caf10595d72) >>> host-dbus-python 1.2.18 Collecting legal info COPYING: OK (sha256: 1e4562245383fdb5203b1769789e5b28bba21af4923aea7e8b2614f7f93623c0) dbus-gmain/COPYING: OK (sha256: 064523e3ab64d6f03904132b2cc4a1bd8500586edb4cd050c2ff2b96aed4c33b) >>> host-dbus 1.12.22 Collecting legal info COPYING: OK (sha256: 0e46f54efb12d04ab5c33713bacd0e140c9a35b57ae29e03c853203266e8f3a1) >>> host-expat 2.4.8 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> host-libglib2 2.70.4 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libffi 3.4.2 Collecting legal info LICENSE: OK (sha256: a61d06e8f7be57928e71e800eb9273b05cb8868c484108afe41e4305bb320dde) >>> host-meson 0.62.2 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.10.2.g51db2.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python-setuptools 62.6.0 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> host-python3 3.10.5 Collecting legal info LICENSE: OK (sha256: f03e17cd594c2085f66a454e695c7ebe5b4d3c0eff534f4f194abc2fd164621b) >>> host-autoconf-archive 2021.02.19 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> dhcp 4.4.3 Collecting legal info LICENSE: OK (sha256: 45a39c430be0920cb9570f34b32d2378fe6048c034f2f3265b9326d64ada73df) >>> host-gawk 5.1.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> zlib Collecting legal info >>> libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> dmalloc 5.6.5 Collecting legal info LICENSE.txt: OK (sha256: 8657f6bc5ebb765dd792b2c3c54d5dc37b8b4e6bbe8aa48d464fd92081b1e720) >>> dnsmasq 2.86 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) COPYING-v3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-dos2unix 7.4.3 Collecting legal info COPYING.txt: OK (sha256: 275ce1371734904b275e83bf760e3e6d2a520614545a3850c9568d1892b940fd) >>> earlyoom 1.7 Collecting legal info LICENSE: OK (sha256: e730b3ec729de46d987ae73f30ed337e4cbe832f09205330acfa71848c6e0087) >>> host-erofs-utils 1.5 Collecting legal info COPYING: OK (sha256: 0df042de29b44887355db86c79708a4489ce6e6666f6e33ad02040293f09e6a2) LICENSES/Apache-2.0: OK (sha256: a400f85dd06d230f1b308cde4290a53f345b6e320a376b7904b31c51c2fd4b1a) LICENSES/GPL-2.0: OK (sha256: feee3b3157dcdf78d4f50edefbd5dd7adf8b6d52c11bfaaa746a85a373256713) >>> host-lz4 1.9.3 Collecting legal info lib/LICENSE: OK (sha256: d15d99c8dc6b0ec22174c0e563a95bc40f9363ca7f9d9d793bb5c5a8e8d0af71) programs/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) >>> ftop 1.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> genromfs 0.5.2 Collecting legal info COPYING: OK (sha256: cc2a6651c315b233ebc110b49ea3c6452eff9a28f8bc051ffd2bb92a8dcfa3d2) >>> glorytun 0.3.4 Collecting legal info LICENSE: OK (sha256: 3d9ddddb8807c305287d9dbab58473e5307e9c91651c43c654a0828855d2b373) >>> libsodium 1.0.18 Collecting legal info LICENSE: OK (sha256: dea1855c9809f3faf22aa4a1fba20ec8af5a5587f23115012e5b98279cedc4af) >>> gnupg 1.4.23 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> libiconv 1.15 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> gumbo-parser 0.10.1 Collecting legal info COPYING: OK (sha256: c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4) >>> ijs 0.35 Collecting legal info README: OK (sha256: f723390b7ee019eccf07763dcb5744acf8bb43034bc3ba3d6f1c94440e365b4f) >>> host-imagemagick 7.1.0-19 Collecting legal info LICENSE: OK (sha256: 040badb77b659e751ea16113490a937e1e01f3f5d32181e966b8982413533fb2) >>> host-libjpeg 9e Collecting legal info README: OK (sha256: 50c1c5978d490c7f13062d91c4b89affc83774f87bc4568a714f748b62a5b216) >>> host-libpng 1.6.37 Collecting legal info LICENSE: OK (sha256: bf5e22b9dce8464064ae17a48ea1133c3369ac9e1d80ef9e320e5219aa14ea9b) >>> inconsolata 001.010 Collecting legal info OFL.txt: OK (sha256: 8bbed014d1c85a9e3f36703816833c9538e140fea88c2bc3a745ce2449dc18ab) >>> initscripts Collecting legal info >>> inotify-tools 3.20.2.2 Collecting legal info COPYING: OK (sha256: e41fc126320a79ed53b5aa3386f059f7d10770856d6fd714ab80a96ce6bd09d6) >>> jansson 2.14 Collecting legal info LICENSE: OK (sha256: 1fff7d37d22157bcd81ab53b6c54da755d7c2f868f15807d9bde920f10730da0) >>> jasper 2.0.33 Collecting legal info LICENSE: OK (sha256: 4ad1bb42aff888c4403d792e6e2c5f1716d6c279fea70b296333c9d577d30b81) >>> jimtcl 0.81 Collecting legal info LICENSE: OK (sha256: 419f1146334e57fb258d6c957d1f94d43455ec0d24b1b54c4447e5f61a353950) >>> jsmin 1bf6ce5f74a9f8752ac7f5d115b8d7ccb31cfe1b Collecting legal info jsmin.c: OK (sha256: b420f61778af09534adc836a5086f5625b8499124051c50baefa218e7c03a58c) >>> lft 3.91 Collecting legal info COPYING: OK (sha256: e3b7634630e6800eccca6ecafb5d40153d4f8f7a20e2b2399bf3c0ea92f44614) >>> libpcap 1.10.1 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> libbacktrace 9b7f216e867916594d81e8b6118f092ac3fcf704 Collecting legal info LICENSE: OK (sha256: ef8a9b3247488f8901ca60de9b17b745d7bd67e5ec1e622f80d62364572200d8) >>> libcdaudio 0.99.12p2 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libconfig 1.7.3 Collecting legal info COPYING.LIB: OK (sha256: d80c9d084ebfb50ea1ed91bfbc2410d6ce542097a32c43b00781b83adcb8c77f) >>> libdmtx 0.7.5 Collecting legal info LICENSE: OK (sha256: fcc277b7302645322c63de22b9b0bdae2df3dfa7d6cbc0d5bed7a4d3f1a9af79) >>> libeXosip2 5.3.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libosip2 5.3.0 Collecting legal info COPYING: OK (sha256: 8d9e95ed0e48df46dc758eb0d86df611f771eab4eed94bebb77dca87f1c897de) >>> libestr 0.1.11 Collecting legal info COPYING: OK (sha256: 835b4793da5cbb8965fbd63905b55a4cb4310b7d1b882077d23066b08f901ff8) >>> libfribidi 1.0.12 Collecting legal info COPYING: OK (sha256: 32434afcc8666ba060e111d715bfdb6c2d5dd8a35fa4d3ab8ad67d8f850d2f2b) >>> libg7221 dbfc29d4806ecdace50379a2f4d68a992a6fec34 Collecting legal info COPYING: OK (sha256: 26cc5f718279b45dbe34e25a2d29b2c8ca487bd9ab11b2d68c9318ff59d5c645) >>> libidn2 2.3.2 Collecting legal info COPYING: OK (sha256: 73483f797a83373fca1b968c11785b98c4fc4803cdc7d3210811ca8b075d6d76) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LESSERv3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) COPYING.unicode: OK (sha256: 01d621eef165cf4d3d3dbb737aa0699178d94c6f18cf87e9dde6db3ca7790f46) >>> libiio 0.23 Collecting legal info COPYING.txt: OK (sha256: 102900208eef27b766380135906d431dba87edaa7ec6aa72e6ebd3dd67f3a97b) >>> libserialport 0.1.1 Collecting legal info COPYING: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libxml2 2.9.14 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> libmd 1.0.4 Collecting legal info COPYING: OK (sha256: 4365ef6255ad553fce69dd4bc0e093472c5d0e41b8ea493a545cc926ce171aa6) >>> libmhash 0.9.9.9 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnetfilter_conntrack 1.0.9 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnfnetlink 1.0.1 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> librsync 2.3.2 Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> popt 1.18 Collecting legal info COPYING: OK (sha256: 518d4f2a05064cb9a8ec0ea02e86408af4feed6916f78ef42171465db8b383c5) >>> libtasn1 4.18.0 Collecting legal info COPYING: OK (sha256: 7446831f659f7ebfd8d497acc7f05dfa8e31c6cb6ba1b45df33d4895ab80f5a6) doc/COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) doc/COPYING.LESSER: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libtomcrypt 1.18.2 Collecting legal info LICENSE: OK (sha256: 8f196cb13afd271f5e267fd29543fc454596382ad580e7592709492843996ac8) >>> libtommath 1.2.0 Collecting legal info LICENSE: OK (sha256: 2fa64b163659f41965c9815882a8296d3d03ff546b76153e11445f9bdecf955a) >>> libxslt 1.1.35 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> linux-firmware 20220310 Collecting legal info LICENCE.Marvell: OK (sha256: 2d6062d63b91eb750bf741498691604f75184b9fee97608ec537cd09bd6a42b4) LICENCE.broadcom_bcm43xx: OK (sha256: b16056fc91b82a0e3e8de8f86c2dac98201aa9dc3cbd33e8d38f1b087fcec30d) LICENCE.cypress: OK (sha256: ae0db6cc4db33941148df0f67de53e76a77b1b5a46b3165edb7040aa2750015f) LICENCE.fw_sst_0f28: OK (sha256: 60fbc9cccb455e1a3306c97db942d6f24fa93664be61d54c497637e6d0e2ae83) LICENCE.iwlwifi_firmware: OK (sha256: 16d5040c7cf851fc693b7542e20870935b99802533ea1bfd231c377a2305e5c5) LICENCE.microchip: OK (sha256: 0fc67bd715b3395f3f2af464781910e9e69c4ba23da304352229b42dc9e986c3) LICENCE.rtlwifi_firmware.txt: OK (sha256: a61351665b4f264f6c631364f85b907d8f8f41f8b369533ef4021765f9f3b62e) LICENCE.ti-connectivity: OK (sha256: 106bef96470001e877fcf7ba0337fa6766a317650eb47fcaeb743eeebd62c4ff) LICENSE.amdgpu: OK (sha256: a6c0ec4338bc89480da52812bea7f9e4b52bc7118e3e352141f99d779c397c53) WHENCE: OK (sha256: 75afdb5d45a21ff95ff7aa82d67bc42a83830f2def98ea937c01d6e7603d76f9) >>> linux-syscall-support e1e7b0ad8ee99a875b272c8e33e308472e897660 Collecting legal info LICENSE: OK (sha256: c180f12840c00224cceed7139192018d2c7e6061db4ce4310b8626f7ad10bf26) >>> logsurfer 1.8 Collecting legal info >>> lsscsi 0.32 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> lua 5.3.6 Collecting legal info doc/readme.html: OK (sha256: 2ddff2161e0c4487d744943565538743c0721485873092f6809d072a983b06ef) >>> matio 1.5.22 Collecting legal info COPYING: OK (sha256: 3ed9a50d754fcc92d4accb8448e397eafeab686796b2a7445557ce782806e239) >>> mpdecimal 2.5.1 Collecting legal info LICENSE.txt: OK (sha256: b07528d8b1dbf1e2d2741052996f0876e23342ce2d30d0effa39c5457716c25a) >>> mrouted 4.4 Collecting legal info LICENSE: OK (sha256: 834f45ed282fd010f354ecc0a50538af519a1cfcc4d2866de3be06982fa9ed29) >>> host-parted 3.4 Collecting legal info COPYING: OK (sha256: 0abbff814cd00e2b0b6d08395af2b419c1a92026c4b4adacbb65ccda45fa58cf) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pcre2 10.40 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> pdmenu 1.3.6 Collecting legal info doc/COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> slang 2.3.2 Collecting legal info COPYING: OK (sha256: ff05a90962e7773f8bdc47b2a9585130526039102759b524c1dffbd57cfe469b) >>> host-pigz 2.7 Collecting legal info README: OK (sha256: 67e2b9e30e924724a9d72549a6004ed15a041f51d9ea9ab781e048fa27ae07a2) >>> pimd 2.3.2 Collecting legal info LICENSE: OK (sha256: 3379436c16caccdef9b40a49fbdfdbb45aad8ecb05870834490b8fb080126009) LICENSE.mrouted: OK (sha256: 4328a21f0822caa9976356623118bcdcc9970c7a0f9a3deeba23c779b7cfb5d1) >>> qprint 1.1 Collecting legal info COPYING: OK (sha256: 3bd4089942977a357fed0d3c84b6ea877000c20c7c344c2feabf4b10db9f7495) >>> radvd 2.19 Collecting legal info COPYRIGHT: OK (sha256: 40a6db00cf0b97f031eaa6c6e87157788f40ced1b88e3ea6d78779bd2a39dc80) >>> host-rust-bin 1.60.0 Collecting legal info LICENSE-APACHE: OK (sha256: 62c7a1e35f56406896d7aa7ca52d0cc0d272ac022b5d2796e7d6905db8a3636a) LICENSE-MIT: OK (sha256: 23f18e03dc49df91622fe2a76176497404e46ced8a715d9d2b67a7446571cca3) >>> host-sentry-cli 1.59.0 Collecting legal info LICENSE: OK (sha256: 9503def7b54ceb6e3cd182fd59bc05d3a30d7eae481e65aaba4b495133c83c14) >>> host-rustc Collecting legal info >>> sound-theme-borealis 0.9a Collecting legal info >>> spi-tools 1.0.1 Collecting legal info LICENSE: OK (sha256: a01259a1b522cf0de95824f9860613b453153eebac468e96196d5d7dba84786c) >>> sredird 2.2.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> sslh 1.22c Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> szip 2.1.1 Collecting legal info COPYING: OK (sha256: 98cc66747133b26563fefc4630ad4c8c7848c722c7b8a60ecd4afbc4c7d7eb01) >>> tremor 7c30a66346199f3f09017a09567c6c8a3a0eedc8 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> tz Collecting legal info >>> host-tzdata 2021e Collecting legal info LICENSE: OK (sha256: 0613408568889f5739e5ae252b722a2659c02002839ad970a63dc5e9174b27cf) >>> host-zic 2021e Collecting legal info LICENSE: OK (sha256: 0613408568889f5739e5ae252b722a2659c02002839ad970a63dc5e9174b27cf) >>> host-tzdump e1a52ce12a701b8ea4163d6719713e38c0e53d35 Collecting legal info >>> host-utp_com dee512ced1e9367d223d22f10797fbf9aeacfab6 Collecting legal info LICENSE: OK (sha256: a45d0bb572ed792ed34627a72621834b3ba92aab6e2cc4e04301dee7a728d753) >>> host-sg3_utils 1.47 Collecting legal info COPYING: OK (sha256: d212debdb0a5d7754c977f6dc53bb6c88b4ace7ab784ddbccd06bb970adb1a37) BSD_LICENSE: OK (sha256: 8ddd1d82f2be2f5cbd5b5c3b5c2ee94a90d2ca7112958448da74dd78384fd96a) >>> wireless_tools 30.pre9 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> xmlstarlet 1.6.1 Collecting legal info COPYING: OK (sha256: 6641cc5b00c1651fa22175f34efd01695e64a348b1ba07048538276f44866862) >>> xorcurses 04b664826c5bd30dd483f6a5c8c189ef97e255da Collecting legal info README: OK (sha256: 8632a67e5a76be4cdf7fd0fc6509e21bd6c647183bd9d2325310d5098c652a3a) >>> zstd 1.5.2 Collecting legal info LICENSE: OK (sha256: 2c1a7fa704df8f3a606f6fc010b8b5aaebf403f3aeec339a12048f1ba7331a0b) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> 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-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-lzop 1.03 Collecting legal info COPYING: OK (sha256: 70439f6e2b47057a408d2390ed6663b9875f5a08066a06a060a357ef1df89a8c) >>> host-makedevs Collecting legal info >>> host-mtd 2.1.3 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> host-zstd 1.5.2 Collecting legal info LICENSE: OK (sha256: 2c1a7fa704df8f3a606f6fc010b8b5aaebf403f3aeec339a12048f1ba7331a0b) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: armbian-firmware-5d685ad233b4dfd03a4d025fa0061f6b0f850cb3: cannot save license (ARMBIAN_FIRMWARE_LICENSE_FILES not defined) 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: logsurfer-1.8: cannot save license (LOGSURFER_LICENSE_FILES not defined) WARNING: sound-theme-borealis-0.9a: cannot save license (SOUND_THEME_BOREALIS_LICENSE_FILES not defined) WARNING: tzdump-e1a52ce12a701b8ea4163d6719713e38c0e53d35: cannot save license (HOST_TZDUMP_LICENSE_FILES not defined) Legal info produced in /home/autobuild/autobuild/instance-10/output-1/legal-info make: Leaving directory '/home/autobuild/autobuild/instance-10/buildroot'