HTTP request sent, awaiting response... 200 OK Length: 39689 (39K) [application/octet-stream] Saving to: '/home/autobuild/autobuild/instance-8/output-1/build/.0.2.9.tar.gz.TidXwR/output' 0K .......... .......... .......... ........ 100% 9.22M=0.004s 2023-07-27 00:20:53 (9.22 MB/s) - '/home/autobuild/autobuild/instance-8/output-1/build/.0.2.9.tar.gz.TidXwR/output' saved [39689/39689] 0.2.9.tar.gz: OK (sha256: 9b0912bf683eb839b6e57c9255c83894c3b700d16489a49d319c54c1abf8f6d7) >>> host-yaffs2utils 0.2.9 Extracting gzip -d -c /home/autobuild/autobuild/instance-8/dl/yaffs2utils/0.2.9.tar.gz | tar --strip-components=1 -C /home/autobuild/autobuild/instance-8/output-1/build/host-yaffs2utils-0.2.9 -xf - >>> host-yaffs2utils 0.2.9 Patching >>> host-yaffs2utils 0.2.9 Configuring >>> host-yaffs2utils 0.2.9 Building PATH="/home/autobuild/autobuild/instance-8/output-1/host/bin:/home/autobuild/autobuild/instance-8/output-1/host/sbin:/home/autobuild/make:/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-8/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/home/autobuild/autobuild/instance-8/output-1/host/lib/pkgconfig:/home/autobuild/autobuild/instance-8/output-1/host/share/pkgconfig" /home/autobuild/make/make -j1 -C /home/autobuild/autobuild/instance-8/output-1/build/host-yaffs2utils-0.2.9 make[1]: Entering directory '/home/autobuild/autobuild/instance-8/output-1/build/host-yaffs2utils-0.2.9' gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o yaffs2/yaffs_hweight.o yaffs2/yaffs_hweight.c gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o yaffs2/yaffs_ecc.o yaffs2/yaffs_ecc.c gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o yaffs2/yaffs_packedtags1.o yaffs2/yaffs_packedtags1.c gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o yaffs2/yaffs_packedtags2.o yaffs2/yaffs_packedtags2.c gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o safe_rw.o safe_rw.c gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o endian_convert.o endian_convert.c gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o progress_bar.o progress_bar.c gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o mkyaffs2.o mkyaffs2.c In function 'mkyaffs2_write_obj', inlined from 'mkyaffs2_write_objtree' at mkyaffs2.c:780:11: mkyaffs2.c:696:9: warning: 'strncpy' output may be truncated copying 255 bytes from a string of length 255 [-Wstringop-truncation] 696 | strncpy(oh.name, obj->name, YAFFS_MAX_NAME_LENGTH); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mkyaffs2.c: In function 'mkyaffs2_scan_dir': mkyaffs2.c:595:17: warning: 'strncpy' output may be truncated copying 255 bytes from a string of length 255 [-Wstringop-truncation] 595 | strncpy(obj->name, dent->d_name, NAME_MAX); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -o mkyaffs2 yaffs2/yaffs_hweight.o yaffs2/yaffs_ecc.o yaffs2/yaffs_packedtags1.o yaffs2/yaffs_packedtags2.o safe_rw.o endian_convert.o progress_bar.o mkyaffs2.o -lm gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o unyaffs2.o unyaffs2.c In function 'unyaffs2_oh2obj', inlined from 'unyaffs2_scan_chunk' at unyaffs2.c:811:3, inlined from 'unyaffs2_scan_img' at unyaffs2.c:874:4, inlined from 'unyaffs2_extract_image' at unyaffs2.c:1476:6: unyaffs2.c:632:9: warning: 'strncpy' output may be truncated copying 255 bytes from a string of length 255 [-Wstringop-truncation] 632 | strncpy(obj->name, oh->name, NAME_MAX); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -o unyaffs2 yaffs2/yaffs_hweight.o yaffs2/yaffs_ecc.o yaffs2/yaffs_packedtags1.o yaffs2/yaffs_packedtags2.o safe_rw.o endian_convert.o progress_bar.o unyaffs2.o -lm gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o unspare2.o unspare2.c gcc -o unspare2 yaffs2/yaffs_hweight.o yaffs2/yaffs_ecc.o yaffs2/yaffs_packedtags1.o yaffs2/yaffs_packedtags2.o safe_rw.o endian_convert.o progress_bar.o unspare2.o -lm make[1]: Leaving directory '/home/autobuild/autobuild/instance-8/output-1/build/host-yaffs2utils-0.2.9' >>> host-yaffs2utils 0.2.9 Installing to host directory mkdir -p /home/autobuild/autobuild/instance-8/output-1/host/bin PATH="/home/autobuild/autobuild/instance-8/output-1/host/bin:/home/autobuild/autobuild/instance-8/output-1/host/sbin:/home/autobuild/make:/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-8/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/home/autobuild/autobuild/instance-8/output-1/host/lib/pkgconfig:/home/autobuild/autobuild/instance-8/output-1/host/share/pkgconfig" /home/autobuild/make/make -j1 -C /home/autobuild/autobuild/instance-8/output-1/build/host-yaffs2utils-0.2.9 INSTALLDIR=/home/autobuild/autobuild/instance-8/output-1/host/bin install make[1]: Entering directory '/home/autobuild/autobuild/instance-8/output-1/build/host-yaffs2utils-0.2.9' cp mkyaffs2 unyaffs2 unspare2 /home/autobuild/autobuild/instance-8/output-1/host/bin make[1]: Leaving directory '/home/autobuild/autobuild/instance-8/output-1/build/host-yaffs2utils-0.2.9' >>> Finalizing host directory >>> Finalizing target directory mkdir -p /home/autobuild/autobuild/instance-8/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O0', '-g0'@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_LDFLAGS@%@PKG_TARGET_LDFLAGS@%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O0', '-g0'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_FCFLAGS@%'-O0', '-g0'@PKG_TARGET_FCFLAGS@%g" -e "s%@TARGET_CC@%/home/autobuild/autobuild/instance-8/output-1/host/bin/sh4aeb-buildroot-linux-gnu-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/autobuild/autobuild/instance-8/output-1/host/bin/sh4aeb-buildroot-linux-gnu-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/home/autobuild/autobuild/instance-8/output-1/host/bin/sh4aeb-buildroot-linux-gnu-strip%g" -e "s%@TARGET_ARCH@%sh4%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_FCFLAGS@%%g" -e "s%@TARGET_CFLAGS@%%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%%g" -e "s%@BR2_CMAKE@%/home/autobuild/autobuild/instance-8/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/autobuild/autobuild/instance-8/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/autobuild/autobuild/instance-8/output-1/host%g" -e "s%@STAGING_DIR@%/home/autobuild/autobuild/instance-8/output-1/host/sh4aeb-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /home/autobuild/autobuild/instance-8/buildroot/support/misc/cross-compilation.conf.in > /home/autobuild/autobuild/instance-8/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/home/autobuild/autobuild/instance-8/output-1/host/bin/sh4aeb-buildroot-linux-gnu-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/autobuild/autobuild/instance-8/output-1/host/bin/sh4aeb-buildroot-linux-gnu-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/home/autobuild/autobuild/instance-8/output-1/host/bin/sh4aeb-buildroot-linux-gnu-strip%g" -e "s%@TARGET_ARCH@%sh4%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_FCFLAGS@%'-O0', '-g0'%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O0', '-g0'%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O0', '-g0'%g" -e "s%@BR2_CMAKE@%/home/autobuild/autobuild/instance-8/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/autobuild/autobuild/instance-8/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/autobuild/autobuild/instance-8/output-1/host%g" -e "s%@STAGING_DIR@%/home/autobuild/autobuild/instance-8/output-1/host/sh4aeb-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /home/autobuild/autobuild/instance-8/buildroot/support/misc/cross-compilation.conf.in > /home/autobuild/autobuild/instance-8/output-1/host/etc/meson/cross-compilation.conf if grep -q CONFIG_ASH=y /home/autobuild/autobuild/instance-8/output-1/build/busybox-1.36.1/.config; then grep -qsE '^/bin/ash$' /home/autobuild/autobuild/instance-8/output-1/target/etc/shells || echo "/bin/ash" >> /home/autobuild/autobuild/instance-8/output-1/target/etc/shells; fi if grep -q CONFIG_HUSH=y /home/autobuild/autobuild/instance-8/output-1/build/busybox-1.36.1/.config; then grep -qsE '^/bin/hush$' /home/autobuild/autobuild/instance-8/output-1/target/etc/shells || echo "/bin/hush" >> /home/autobuild/autobuild/instance-8/output-1/target/etc/shells; fi grep -qsE '^/bin/dash$' /home/autobuild/autobuild/instance-8/output-1/target/etc/shells || echo "/bin/dash" >> /home/autobuild/autobuild/instance-8/output-1/target/etc/shells rm -f -r /home/autobuild/autobuild/instance-8/output-1/target/usr/share/openrc { echo "baud=\"0\""; echo "term_type=\"vt100\"" ; echo "agetty_options=\"-L \""; } > /home/autobuild/autobuild/instance-8/output-1/target/etc/conf.d/agetty.console ln -sf agetty /home/autobuild/autobuild/instance-8/output-1/target/etc/init.d/agetty.console ln -sf /etc/init.d/agetty.console /home/autobuild/autobuild/instance-8/output-1/target/etc/runlevels/default/agetty.console rm -rf /home/autobuild/autobuild/instance-8/output-1/target/usr/lib/perl5/5.36.1/pod rm -rf /home/autobuild/autobuild/instance-8/output-1/target/usr/lib/perl5/5.36.1/sh4aeb-linux/CORE find /home/autobuild/autobuild/instance-8/output-1/target/usr/lib/perl5/ -name 'extralibs.ld' -print0 | xargs -0 rm -f find /home/autobuild/autobuild/instance-8/output-1/target/usr/lib/perl5/ -name '*.bs' -print0 | xargs -0 rm -f find /home/autobuild/autobuild/instance-8/output-1/target/usr/lib/perl5/ -name '.packlist' -print0 | xargs -0 rm -f grep -qsE '^/usr/bin/screen$' /home/autobuild/autobuild/instance-8/output-1/target/etc/shells || echo "/usr/bin/screen" >> /home/autobuild/autobuild/instance-8/output-1/target/etc/shells mkdir -p /home/autobuild/autobuild/instance-8/output-1/target/etc echo "buildroot" > /home/autobuild/autobuild/instance-8/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/autobuild/autobuild/instance-8/output-1/target/etc/hosts mkdir -p /home/autobuild/autobuild/instance-8/output-1/target/etc echo "Welcome to Buildroot" > /home/autobuild/autobuild/instance-8/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /home/autobuild/autobuild/instance-8/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /home/autobuild/autobuild/instance-8/output-1/target/etc/shells || echo "/bin/sh" >> /home/autobuild/autobuild/instance-8/output-1/target/etc/shells rm -rf /home/autobuild/autobuild/instance-8/output-1/target/usr/include /home/autobuild/autobuild/instance-8/output-1/target/usr/share/aclocal \ /home/autobuild/autobuild/instance-8/output-1/target/usr/lib/pkgconfig /home/autobuild/autobuild/instance-8/output-1/target/usr/share/pkgconfig \ /home/autobuild/autobuild/instance-8/output-1/target/usr/lib/cmake /home/autobuild/autobuild/instance-8/output-1/target/usr/share/cmake \ /home/autobuild/autobuild/instance-8/output-1/target/usr/lib/rpm /home/autobuild/autobuild/instance-8/output-1/target/usr/doc find /home/autobuild/autobuild/instance-8/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/autobuild/autobuild/instance-8/output-1/target/lib/ /home/autobuild/autobuild/instance-8/output-1/target/usr/lib/ /home/autobuild/autobuild/instance-8/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /home/autobuild/autobuild/instance-8/output-1/target/usr/share/gdb rm -rf /home/autobuild/autobuild/instance-8/output-1/target/usr/share/bash-completion rm -rf /home/autobuild/autobuild/instance-8/output-1/target/etc/bash_completion.d rm -rf /home/autobuild/autobuild/instance-8/output-1/target/usr/share/zsh rm -rf /home/autobuild/autobuild/instance-8/output-1/target/usr/man /home/autobuild/autobuild/instance-8/output-1/target/usr/share/man rm -rf /home/autobuild/autobuild/instance-8/output-1/target/usr/info /home/autobuild/autobuild/instance-8/output-1/target/usr/share/info rm -rf /home/autobuild/autobuild/instance-8/output-1/target/usr/doc /home/autobuild/autobuild/instance-8/output-1/target/usr/share/doc rm -rf /home/autobuild/autobuild/instance-8/output-1/target/usr/share/gtk-doc rmdir /home/autobuild/autobuild/instance-8/output-1/target/usr/share 2>/dev/null || true rm -rf /home/autobuild/autobuild/instance-8/output-1/target/lib/debug /home/autobuild/autobuild/instance-8/output-1/target/usr/lib/debug find /home/autobuild/autobuild/instance-8/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /home/autobuild/autobuild/instance-8/output-1/host/bin/sh4aeb-buildroot-linux-gnu-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/autobuild/autobuild/instance-8/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /home/autobuild/autobuild/instance-8/output-1/host/bin/sh4aeb-buildroot-linux-gnu-strip --remove-section=.comment --remove-section=.note --strip-debug 2>/dev/null || true test -f /home/autobuild/autobuild/instance-8/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/autobuild/autobuild/instance-8/output-1/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /home/autobuild/autobuild/instance-8/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2023.05-571-gdd194540a1"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2023.08-git"; \ echo "PRETTY_NAME=\"Buildroot 2023.08-git\"" \ ) > /home/autobuild/autobuild/instance-8/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/autobuild/autobuild/instance-8/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/autobuild/autobuild/instance-8/output-1/per-package /home/autobuild/autobuild/instance-8/buildroot/support/scripts/fix-rpath target touch /home/autobuild/autobuild/instance-8/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs mkdir -p /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs printf ' news -1 news -1 * - - - Leafnode2 daemon\n - - sudo -1 - - - -\n\n' >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/full_users_table.txt printf ' /bin/busybox f 4755 0 0 - - - - -\n /usr/bin/sudo f 4755 0 0 - - - - -\n\n' > /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.axfs mkdir -p /home/autobuild/autobuild/instance-8/output-1/images rm -rf /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/axfs mkdir -p /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/axfs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-8/output-1/target/ /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/axfs/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/axfs/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/axfs/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/axfs/target" >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/axfs/fakeroot PATH="/home/autobuild/autobuild/instance-8/output-1/host/bin:/home/autobuild/autobuild/instance-8/output-1/host/sbin:/home/autobuild/make:/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-8/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/axfs/target >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/axfs/fakeroot echo "/home/autobuild/autobuild/instance-8/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/axfs/target" >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/axfs/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/axfs/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/axfs/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/axfs/fakeroot echo "find /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/axfs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/axfs/fakeroot echo "find /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/axfs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/axfs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/axfs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/axfs/fakeroot printf ' /home/autobuild/autobuild/instance-8/output-1/host/bin/mkfs.axfs -s -a /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/axfs/target /home/autobuild/autobuild/instance-8/output-1/images/rootfs.axfs\n' >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/axfs/fakeroot chmod a+x /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/axfs/fakeroot PATH="/home/autobuild/autobuild/instance-8/output-1/host/bin:/home/autobuild/autobuild/instance-8/output-1/host/sbin:/home/autobuild/make:/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-8/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/axfs/fakeroot rootdir=/home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/axfs/target table='/home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/full_devices_table.txt' number of files: 3304 number of 4KB nodes: 28429 Total image size: 92866604 >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/autobuild/autobuild/instance-8/output-1/images rm -rf /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-8/output-1/target/ /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-8/output-1/host/bin:/home/autobuild/autobuild/instance-8/output-1/host/sbin:/home/autobuild/make:/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-8/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/target >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/autobuild/autobuild/instance-8/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/autobuild/autobuild/instance-8/output-1/host/bin/mkyaffs2 --all-root /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/target /home/autobuild/autobuild/instance-8/output-1/images/rootfs.yaffs2\n' >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-8/output-1/host/bin:/home/autobuild/autobuild/instance-8/output-1/host/sbin:/home/autobuild/make:/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-8/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/target table='/home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][done] scanning complete, total 3304 objects. stage 2: creating image '/home/autobuild/autobuild/instance-8/output-1/images/rootfs.yaffs2' [ ] 1/3304 0% [ ] 2/3304 0% [ ] 3/3304 0% [ ] 4/3304 0% [ ] 5/3304 0% [ ] 6/3304 0% [ ] 7/3304 0% [ ] 8/3304 0% [ ] 9/3304 0% [ ] 10/3304 0% [ ] 11/3304 0% [ ] 12/3304 0% [ ] 13/3304 0% [ ] 14/3304 0% [ ] 15/3304 0% [ ] 16/3304 0% [ ] 17/3304 0% [ ] 18/3304 0% [ ] 19/3304 0% [ ] 20/3304 0% [ ] 21/3304 0% [ ] 22/3304 0% [ ] 23/3304 0% [ ] 24/3304 0% [ ] 25/3304 0% [ ] 26/3304 0% [ ] 27/3304 0% [ ] 28/3304 0% [ ] 29/3304 0% [ ] 30/3304 0% [ ] 31/3304 0% [ ] 32/3304 0% [ ] 33/3304 0% [ ] 34/3304 1% [ ] 35/3304 1% [ ] 36/3304 1% [ ] 37/3304 1% [ ] 38/3304 1% [ ] 39/3304 1% [ ] 40/3304 1% [ ] 41/3304 1% [ ] 42/3304 1% [ ] 43/3304 1% [ ] 44/3304 1% [ ] 45/3304 1% [ ] 46/3304 1% [ ] 47/3304 1% [ ] 48/3304 1% [ ] 49/3304 1% [ ] 50/3304 1% [ ] 51/3304 1% [ ] 52/3304 1% [ ] 53/3304 1% [= ] 54/3304 1% [= ] 55/3304 1% [= ] 56/3304 1% [= ] 57/3304 1% [= ] 58/3304 1% [= ] 59/3304 1% [= ] 60/3304 1% [= ] 61/3304 1% [= ] 62/3304 1% [= ] 63/3304 1% [= ] 64/3304 1% [= ] 65/3304 1% [= ] 66/3304 1% [= ] 67/3304 2% [= ] 68/3304 2% [= ] 69/3304 2% [= ] 70/3304 2% [= ] 71/3304 2% [= ] 72/3304 2% [= ] 73/3304 2% [= ] 74/3304 2% [= ] 75/3304 2% [= ] 76/3304 2% [= ] 77/3304 2% [= ] 78/3304 2% [= ] 79/3304 2% [= ] 80/3304 2% [= ] 81/3304 2% [= ] 82/3304 2% [= ] 83/3304 2% [= ] 84/3304 2% [= ] 85/3304 2% [= ] 86/3304 2% [= ] 87/3304 2% [= ] 88/3304 2% [= ] 89/3304 2% [= ] 90/3304 2% [= ] 91/3304 2% [= ] 92/3304 2% [= ] 93/3304 2% [= ] 94/3304 2% [= ] 95/3304 2% [= ] 96/3304 2% [= ] 97/3304 2% [= ] 98/3304 2% [= ] 99/3304 2% [= ] 100/3304 3% [= ] 101/3304 3% [= ] 102/3304 3% [= ] 103/3304 3% [= ] 104/3304 3% [= ] 105/3304 3% [= ] 106/3304 3% [== ] 107/3304 3% [== ] 108/3304 3% [== ] 109/3304 3% [== ] 110/3304 3% [== ] 111/3304 3% [== ] 112/3304 3% [== ] 113/3304 3% [== ] 114/3304 3% [== ] 115/3304 3% [== ] 116/3304 3% [== ] 117/3304 3% [== ] 118/3304 3% [== ] 119/3304 3% [== ] 120/3304 3% [== ] 121/3304 3% [== ] 122/3304 3% [== ] 123/3304 3% [== ] 124/3304 3% [== ] 125/3304 3% [== ] 126/3304 3% [== ] 127/3304 3% [== ] 128/3304 3% [== ] 129/3304 3% [== ] 130/3304 3% [== ] 131/3304 3% [== ] 132/3304 3% [== ] 133/3304 4% [== ] 134/3304 4% [== ] 135/3304 4% [== ] 136/3304 4% [== ] 137/3304 4% [== ] 138/3304 4% [== ] 139/3304 4% [== ] 140/3304 4% [== ] 141/3304 4% [== ] 142/3304 4% [== ] 143/3304 4% [== ] 144/3304 4% [== ] 145/3304 4% [== ] 146/3304 4% [== ] 147/3304 4% [== ] 148/3304 4% [== ] 149/3304 4% [== ] 150/3304 4% [== ] 151/3304 4% [== ] 152/3304 4% [== ] 153/3304 4% [== ] 154/3304 4% [== ] 155/3304 4% [== ] 156/3304 4% [== ] 157/3304 4% [== ] 158/3304 4% [== ] 159/3304 4% [=== ] 160/3304 4% [=== ] 161/3304 4% [=== ] 162/3304 4% [=== ] 163/3304 4% [=== ] 164/3304 4% [=== ] 165/3304 4% [=== ] 166/3304 5% [=== ] 167/3304 5% [=== ] 168/3304 5% [=== ] 169/3304 5% [=== ] 170/3304 5% [=== ] 171/3304 5% [=== ] 172/3304 5% [=== ] 173/3304 5% [=== ] 174/3304 5% [=== ] 175/3304 5% [=== ] 176/3304 5% [=== ] 177/3304 5% [=== ] 178/3304 5% [=== ] 179/3304 5% [=== ] 180/3304 5% [=== ] 181/3304 5% [=== ] 182/3304 5% [=== ] 183/3304 5% [=== ] 184/3304 5% [=== ] 185/3304 5% [=== ] 186/3304 5% [=== ] 187/3304 5% [=== ] 188/3304 5% [=== ] 189/3304 5% [=== ] 190/3304 5% [=== ] 191/3304 5% [=== ] 192/3304 5% [=== ] 193/3304 5% [=== ] 194/3304 5% [=== ] 195/3304 5% [=== ] 196/3304 5% [=== ] 197/3304 5% [=== ] 198/3304 5% [=== ] 199/3304 6% [=== ] 200/3304 6% [=== ] 201/3304 6% [=== ] 202/3304 6% [=== ] 203/3304 6% [=== ] 204/3304 6% [=== ] 205/3304 6% [=== ] 206/3304 6% [=== ] 207/3304 6% [=== ] 208/3304 6% [=== ] 209/3304 6% [=== ] 210/3304 6% [=== ] 211/3304 6% [=== ] 212/3304 6% [=== ] 213/3304 6% [==== ] 214/3304 6% [==== ] 215/3304 6% [==== ] 216/3304 6% [==== ] 217/3304 6% [==== ] 218/3304 6% [==== ] 219/3304 6% [==== ] 220/3304 6% [==== ] 221/3304 6% [==== ] 222/3304 6% [==== ] 223/3304 6% [==== ] 224/3304 6% [==== ] 225/3304 6% [==== ] 226/3304 6% [==== ] 227/3304 6% [==== ] 228/3304 6% [==== ] 229/3304 6% [==== ] 230/3304 6% [==== ] 231/3304 6% [==== ] 232/3304 7% [==== ] 233/3304 7% [==== ] 234/3304 7% [==== ] 235/3304 7% [==== ] 236/3304 7% [==== ] 237/3304 7% [==== ] 238/3304 7% [==== ] 239/3304 7% [==== ] 240/3304 7% [==== ] 241/3304 7% [==== ] 242/3304 7% [==== ] 243/3304 7% [==== ] 244/3304 7% [==== ] 245/3304 7% [==== ] 246/3304 7% [==== ] 247/3304 7% [==== ] 248/3304 7% [==== ] 249/3304 7% [==== ] 250/3304 7% [==== ] 251/3304 7% [==== ] 252/3304 7% [==== ] 253/3304 7% [==== ] 254/3304 7% [==== ] 255/3304 7% [==== ] 256/3304 7% [==== ] 257/3304 7% [==== ] 258/3304 7% [==== ] 259/3304 7% [==== ] 260/3304 7% [==== ] 261/3304 7% [==== ] 262/3304 7% [==== ] 263/3304 7% [==== ] 264/3304 7% [==== ] 265/3304 8% [==== ] 266/3304 8% [===== ] 267/3304 8% [===== ] 268/3304 8% [===== ] 269/3304 8% [===== ] 270/3304 8% [===== ] 271/3304 8% [===== ] 272/3304 8% [===== ] 273/3304 8% [===== ] 274/3304 8% [===== ] 275/3304 8% [===== ] 276/3304 8% [===== ] 277/3304 8% [===== ] 278/3304 8% [===== ] 279/3304 8% [===== ] 280/3304 8% [===== ] 281/3304 8% [===== ] 282/3304 8% [===== ] 283/3304 8% [===== ] 284/3304 8% [===== ] 285/3304 8% [===== ] 286/3304 8% [===== ] 287/3304 8% [===== ] 288/3304 8% [===== ] 289/3304 8% [===== ] 290/3304 8% [===== ] 291/3304 8% [===== ] 292/3304 8% [===== ] 293/3304 8% [===== ] 294/3304 8% [===== ] 295/3304 8% [===== ] 296/3304 8% [===== ] 297/3304 8% [===== ] 298/3304 9% [===== ] 299/3304 9% [===== ] 300/3304 9% [===== ] 301/3304 9% [===== ] 302/3304 9% [===== ] 303/3304 9% [===== ] 304/3304 9% [===== ] 305/3304 9% [===== ] 306/3304 9% [===== ] 307/3304 9% [===== ] 308/3304 9% [===== ] 309/3304 9% [===== ] 310/3304 9% [===== ] 311/3304 9% [===== ] 312/3304 9% [===== ] 313/3304 9% [===== ] 314/3304 9% [===== ] 315/3304 9% [===== ] 316/3304 9% [===== ] 317/3304 9% [===== ] 318/3304 9% [===== ] 319/3304 9% [====== ] 320/3304 9% [====== ] 321/3304 9% [====== ] 322/3304 9% [====== ] 323/3304 9% [====== ] 324/3304 9% [====== ] 325/3304 9% [====== ] 326/3304 9% [====== ] 327/3304 9% [====== ] 328/3304 9% [====== ] 329/3304 9% [====== ] 330/3304 9% [====== ] 331/3304 10% [====== ] 332/3304 10% [====== ] 333/3304 10% [====== ] 334/3304 10% [====== ] 335/3304 10% [====== ] 336/3304 10% [====== ] 337/3304 10% [====== ] 338/3304 10% [====== ] 339/3304 10% [====== ] 340/3304 10% [====== ] 341/3304 10% [====== ] 342/3304 10% [====== ] 343/3304 10% [====== ] 344/3304 10% [====== ] 345/3304 10% [====== ] 346/3304 10% [====== ] 347/3304 10% [====== ] 348/3304 10% [====== ] 349/3304 10% [====== ] 350/3304 10% [====== ] 351/3304 10% [====== ] 352/3304 10% [====== ] 353/3304 10% [====== ] 354/3304 10% [====== ] 355/3304 10% [====== ] 356/3304 10% [====== ] 357/3304 10% [====== ] 358/3304 10% [====== ] 359/3304 10% [====== ] 360/3304 10% [====== ] 361/3304 10% [====== ] 362/3304 10% [====== ] 363/3304 10% [====== ] 364/3304 11% [====== ] 365/3304 11% [====== ] 366/3304 11% [====== ] 367/3304 11% [====== ] 368/3304 11% [====== ] 369/3304 11% [====== ] 370/3304 11% [====== ] 371/3304 11% [====== ] 372/3304 11% [====== ] 373/3304 11% [======= ] 374/3304 11% [======= ] 375/3304 11% [======= ] 376/3304 11% [======= ] 377/3304 11% [======= ] 378/3304 11% [======= ] 379/3304 11% [======= ] 380/3304 11% [======= ] 381/3304 11% [======= ] 382/3304 11% [======= ] 383/3304 11% [======= ] 384/3304 11% [======= ] 385/3304 11% [======= ] 386/3304 11% [======= ] 387/3304 11% [======= ] 388/3304 11% [======= ] 389/3304 11% [======= ] 390/3304 11% [======= ] 391/3304 11% [======= ] 392/3304 11% [======= ] 393/3304 11% [======= ] 394/3304 11% [======= ] 395/3304 11% [======= ] 396/3304 11% [======= ] 397/3304 12% [======= ] 398/3304 12% [======= ] 399/3304 12% [======= ] 400/3304 12% [======= ] 401/3304 12% [======= ] 402/3304 12% [======= ] 403/3304 12% [======= ] 404/3304 12% [======= ] 405/3304 12% [======= ] 406/3304 12% [======= ] 407/3304 12% [======= ] 408/3304 12% [======= ] 409/3304 12% [======= ] 410/3304 12% [======= ] 411/3304 12% [======= ] 412/3304 12% [======= ] 413/3304 12% [======= ] 414/3304 12% [======= ] 415/3304 12% [======= ] 416/3304 12% [======= ] 417/3304 12% [======= ] 418/3304 12% [======= ] 419/3304 12% [======= ] 420/3304 12% [======= ] 421/3304 12% [======= ] 422/3304 12% [======= ] 423/3304 12% [======= ] 424/3304 12% [======= ] 425/3304 12% [======= ] 426/3304 12% [======== ] 427/3304 12% [======== ] 428/3304 12% [======== ] 429/3304 12% [======== ] 430/3304 13% [======== ] 431/3304 13% [======== ] 432/3304 13% [======== ] 433/3304 13% [======== ] 434/3304 13% [======== ] 435/3304 13% [======== ] 436/3304 13% [======== ] 437/3304 13% [======== ] 438/3304 13% [======== ] 439/3304 13% [======== ] 440/3304 13% [======== ] 441/3304 13% [======== ] 442/3304 13% [======== ] 443/3304 13% [======== ] 444/3304 13% [======== ] 445/3304 13% [======== ] 446/3304 13% [======== ] 447/3304 13% [======== ] 448/3304 13% [======== ] 449/3304 13% [======== ] 450/3304 13% [======== ] 451/3304 13% [======== ] 452/3304 13% [======== ] 453/3304 13% [======== ] 454/3304 13% [======== ] 455/3304 13% [======== ] 456/3304 13% [======== ] 457/3304 13% [======== ] 458/3304 13% [======== ] 459/3304 13% [======== ] 460/3304 13% [======== ] 461/3304 13% [======== ] 462/3304 13% [======== ] 463/3304 14% [======== ] 464/3304 14% [======== ] 465/3304 14% [======== ] 466/3304 14% [======== ] 467/3304 14% [======== ] 468/3304 14% [======== ] 469/3304 14% [======== ] 470/3304 14% [======== ] 471/3304 14% [======== ] 472/3304 14% [======== ] 473/3304 14% [======== ] 474/3304 14% [======== ] 475/3304 14% [======== ] 476/3304 14% [======== ] 477/3304 14% [======== ] 478/3304 14% [======== ] 479/3304 14% [========= ] 480/3304 14% [========= ] 481/3304 14% [========= ] 482/3304 14% [========= ] 483/3304 14% [========= ] 484/3304 14% [========= ] 485/3304 14% [========= ] 486/3304 14% [========= ] 487/3304 14% [========= ] 488/3304 14% [========= ] 489/3304 14% [========= ] 490/3304 14% [========= ] 491/3304 14% [========= ] 492/3304 14% [========= ] 493/3304 14% [========= ] 494/3304 14% [========= ] 495/3304 14% [========= ] 496/3304 15% [========= ] 497/3304 15% [========= ] 498/3304 15% [========= ] 499/3304 15% [========= ] 500/3304 15% [========= ] 501/3304 15% [========= ] 502/3304 15% [========= ] 503/3304 15% [========= ] 504/3304 15% [========= ] 505/3304 15% [========= ] 506/3304 15% [========= ] 507/3304 15% [========= ] 508/3304 15% [========= ] 509/3304 15% [========= ] 510/3304 15% [========= ] 511/3304 15% [========= ] 512/3304 15% [========= ] 513/3304 15% [========= ] 514/3304 15% [========= ] 515/3304 15% [========= ] 516/3304 15% [========= ] 517/3304 15% [========= ] 518/3304 15% [========= ] 519/3304 15% [========= ] 520/3304 15% [========= ] 521/3304 15% [========= ] 522/3304 15% [========= ] 523/3304 15% [========= ] 524/3304 15% [========= ] 525/3304 15% [========= ] 526/3304 15% [========= ] 527/3304 15% [========= ] 528/3304 15% [========= ] 529/3304 16% [========= ] 530/3304 16% [========= ] 531/3304 16% [========= ] 532/3304 16% [========== ] 533/3304 16% [========== ] 534/3304 16% [========== ] 535/3304 16% [========== ] 536/3304 16% [========== ] 537/3304 16% [========== ] 538/3304 16% [========== ] 539/3304 16% [========== ] 540/3304 16% [========== ] 541/3304 16% [========== ] 542/3304 16% [========== ] 543/3304 16% [========== ] 544/3304 16% [========== ] 545/3304 16% [========== ] 546/3304 16% [========== ] 547/3304 16% [========== ] 548/3304 16% [========== ] 549/3304 16% [========== ] 550/3304 16% [========== ] 551/3304 16% [========== ] 552/3304 16% [========== ] 553/3304 16% [========== ] 554/3304 16% [========== ] 555/3304 16% [========== ] 556/3304 16% [========== ] 557/3304 16% [========== ] 558/3304 16% [========== ] 559/3304 16% [========== ] 560/3304 16% [========== ] 561/3304 16% [========== ] 562/3304 17% [========== ] 563/3304 17% [========== ] 564/3304 17% [========== ] 565/3304 17% [========== ] 566/3304 17% [========== ] 567/3304 17% [========== ] 568/3304 17% [========== ] 569/3304 17% [========== ] 570/3304 17% [========== ] 571/3304 17% [========== ] 572/3304 17% [========== ] 573/3304 17% [========== ] 574/3304 17% [========== ] 575/3304 17% [========== ] 576/3304 17% [========== ] 577/3304 17% [========== ] 578/3304 17% [========== ] 579/3304 17% [========== ] 580/3304 17% [========== ] 581/3304 17% [========== ] 582/3304 17% [========== ] 583/3304 17% [========== ] 584/3304 17% [========== ] 585/3304 17% [========== ] 586/3304 17% [=========== ] 587/3304 17% [=========== ] 588/3304 17% [=========== ] 589/3304 17% [=========== ] 590/3304 17% [=========== ] 591/3304 17% [=========== ] 592/3304 17% [=========== ] 593/3304 17% [=========== ] 594/3304 17% [=========== ] 595/3304 18% [=========== ] 596/3304 18% [=========== ] 597/3304 18% [=========== ] 598/3304 18% [=========== ] 599/3304 18% [=========== ] 600/3304 18% [=========== ] 601/3304 18% [=========== ] 602/3304 18% [=========== ] 603/3304 18% [=========== ] 604/3304 18% [=========== ] 605/3304 18% [=========== ] 606/3304 18% [=========== ] 607/3304 18% [=========== ] 608/3304 18% [=========== ] 609/3304 18% [=========== ] 610/3304 18% [=========== ] 611/3304 18% [=========== ] 612/3304 18% [=========== ] 613/3304 18% [=========== ] 614/3304 18% [=========== ] 615/3304 18% [=========== ] 616/3304 18% [=========== ] 617/3304 18% [=========== ] 618/3304 18% [=========== ] 619/3304 18% [=========== ] 620/3304 18% [=========== ] 621/3304 18% [=========== ] 622/3304 18% [=========== ] 623/3304 18% [=========== ] 624/3304 18% [=========== ] 625/3304 18% [=========== ] 626/3304 18% [=========== ] 627/3304 18% [=========== ] 628/3304 19% [=========== ] 629/3304 19% [=========== ] 630/3304 19% [=========== ] 631/3304 19% [=========== ] 632/3304 19% [=========== ] 633/3304 19% [=========== ] 634/3304 19% [=========== ] 635/3304 19% [=========== ] 636/3304 19% [=========== ] 637/3304 19% [=========== ] 638/3304 19% [=========== ] 639/3304 19% [============ ] 640/3304 19% [============ ] 641/3304 19% [============ ] 642/3304 19% [============ ] 643/3304 19% [============ ] 644/3304 19% [============ ] 645/3304 19% [============ ] 646/3304 19% [============ ] 647/3304 19% [============ ] 648/3304 19% [============ ] 649/3304 19% [============ ] 650/3304 19% [============ ] 651/3304 19% [============ ] 652/3304 19% [============ ] 653/3304 19% [============ ] 654/3304 19% [============ ] 655/3304 19% [============ ] 656/3304 19% [============ ] 657/3304 19% [============ ] 658/3304 19% [============ ] 659/3304 19% [============ ] 660/3304 19% [============ ] 661/3304 20% [============ ] 662/3304 20% [============ ] 663/3304 20% [============ ] 664/3304 20% [============ ] 665/3304 20% [============ ] 666/3304 20% [============ ] 667/3304 20% [============ ] 668/3304 20% [============ ] 669/3304 20% [============ ] 670/3304 20% [============ ] 671/3304 20% [============ ] 672/3304 20% [============ ] 673/3304 20% [============ ] 674/3304 20% [============ ] 675/3304 20% [============ ] 676/3304 20% [============ ] 677/3304 20% [============ ] 678/3304 20% [============ ] 679/3304 20% [============ ] 680/3304 20% [============ ] 681/3304 20% [============ ] 682/3304 20% [============ ] 683/3304 20% [============ ] 684/3304 20% [============ ] 685/3304 20% [============ ] 686/3304 20% [============ ] 687/3304 20% [============ ] 688/3304 20% [============ ] 689/3304 20% [============ ] 690/3304 20% [============ ] 691/3304 20% [============ ] 692/3304 20% [============= ] 693/3304 20% [============= ] 694/3304 21% [============= ] 695/3304 21% [============= ] 696/3304 21% [============= ] 697/3304 21% [============= ] 698/3304 21% [============= ] 699/3304 21% [============= ] 700/3304 21% [============= ] 701/3304 21% [============= ] 702/3304 21% [============= ] 703/3304 21% [============= ] 704/3304 21% [============= ] 705/3304 21% [============= ] 706/3304 21% [============= ] 707/3304 21% [============= ] 708/3304 21% [============= ] 709/3304 21% [============= ] 710/3304 21% [============= ] 711/3304 21% [============= ] 712/3304 21% [============= ] 713/3304 21% [============= ] 714/3304 21% [============= ] 715/3304 21% [============= ] 716/3304 21% [============= ] 717/3304 21% [============= ] 718/3304 21% [============= ] 719/3304 21% [============= ] 720/3304 21% [============= ] 721/3304 21% [============= ] 722/3304 21% [============= ] 723/3304 21% [============= ] 724/3304 21% [============= ] 725/3304 21% [============= ] 726/3304 21% [============= ] 727/3304 22% [============= ] 728/3304 22% [============= ] 729/3304 22% [============= ] 730/3304 22% [============= ] 731/3304 22% [============= ] 732/3304 22% [============= ] 733/3304 22% [============= ] 734/3304 22% [============= ] 735/3304 22% [============= ] 736/3304 22% [============= ] 737/3304 22% [============= ] 738/3304 22% [============= ] 739/3304 22% [============= ] 740/3304 22% [============= ] 741/3304 22% [============= ] 742/3304 22% [============= ] 743/3304 22% [============= ] 744/3304 22% [============= ] 745/3304 22% [============= ] 746/3304 22% [============== ] 747/3304 22% [============== ] 748/3304 22% [============== ] 749/3304 22% [============== ] 750/3304 22% [============== ] 751/3304 22% [============== ] 752/3304 22% [============== ] 753/3304 22% [============== ] 754/3304 22% [============== ] 755/3304 22% [============== ] 756/3304 22% [============== ] 757/3304 22% [============== ] 758/3304 22% [============== ] 759/3304 22% [============== ] 760/3304 23% [============== ] 761/3304 23% [============== ] 762/3304 23% [============== ] 763/3304 23% [============== ] 764/3304 23% [============== ] 765/3304 23% [============== ] 766/3304 23% [============== ] 767/3304 23% [============== ] 768/3304 23% [============== ] 769/3304 23% [============== ] 770/3304 23% [============== ] 771/3304 23% [============== ] 772/3304 23% [============== ] 773/3304 23% [============== ] 774/3304 23% [============== ] 775/3304 23% [============== ] 776/3304 23% [============== ] 777/3304 23% [============== ] 778/3304 23% [============== ] 779/3304 23% [============== ] 780/3304 23% [============== ] 781/3304 23% [============== ] 782/3304 23% [============== ] 783/3304 23% [============== ] 784/3304 23% [============== ] 785/3304 23% [============== ] 786/3304 23% [============== ] 787/3304 23% [============== ] 788/3304 23% [============== ] 789/3304 23% [============== ] 790/3304 23% [============== ] 791/3304 23% [============== ] 792/3304 23% [============== ] 793/3304 24% [============== ] 794/3304 24% [============== ] 795/3304 24% [============== ] 796/3304 24% [============== ] 797/3304 24% [============== ] 798/3304 24% [============== ] 799/3304 24% [=============== ] 800/3304 24% [=============== ] 801/3304 24% [=============== ] 802/3304 24% [=============== ] 803/3304 24% [=============== ] 804/3304 24% [=============== ] 805/3304 24% [=============== ] 806/3304 24% [=============== ] 807/3304 24% [=============== ] 808/3304 24% [=============== ] 809/3304 24% [=============== ] 810/3304 24% [=============== ] 811/3304 24% [=============== ] 812/3304 24% [=============== ] 813/3304 24% [=============== ] 814/3304 24% [=============== ] 815/3304 24% [=============== ] 816/3304 24% [=============== ] 817/3304 24% [=============== ] 818/3304 24% [=============== ] 819/3304 24% [=============== ] 820/3304 24% [=============== ] 821/3304 24% [=============== ] 822/3304 24% [=============== ] 823/3304 24% [=============== ] 824/3304 24% [=============== ] 825/3304 24% [=============== ] 826/3304 25% [=============== ] 827/3304 25% [=============== ] 828/3304 25% [=============== ] 829/3304 25% [=============== ] 830/3304 25% [=============== ] 831/3304 25% [=============== ] 832/3304 25% [=============== ] 833/3304 25% [=============== ] 834/3304 25% [=============== ] 835/3304 25% [=============== ] 836/3304 25% [=============== ] 837/3304 25% [=============== ] 838/3304 25% [=============== ] 839/3304 25% [=============== ] 840/3304 25% [=============== ] 841/3304 25% [=============== ] 842/3304 25% [=============== ] 843/3304 25% [=============== ] 844/3304 25% [=============== ] 845/3304 25% [=============== ] 846/3304 25% [=============== ] 847/3304 25% [=============== ] 848/3304 25% [=============== ] 849/3304 25% [=============== ] 850/3304 25% [=============== ] 851/3304 25% [=============== ] 852/3304 25% [================ ] 853/3304 25% [================ ] 854/3304 25% [================ ] 855/3304 25% [================ ] 856/3304 25% [================ ] 857/3304 25% [================ ] 858/3304 25% [================ ] 859/3304 25% [================ ] 860/3304 26% [================ ] 861/3304 26% [================ ] 862/3304 26% [================ ] 863/3304 26% [================ ] 864/3304 26% [================ ] 865/3304 26% [================ ] 866/3304 26% [================ ] 867/3304 26% [================ ] 868/3304 26% [================ ] 869/3304 26% [================ ] 870/3304 26% [================ ] 871/3304 26% [================ ] 872/3304 26% [================ ] 873/3304 26% [================ ] 874/3304 26% [================ ] 875/3304 26% [================ ] 876/3304 26% [================ ] 877/3304 26% [================ ] 878/3304 26% [================ ] 879/3304 26% [================ ] 880/3304 26% [================ ] 881/3304 26% [================ ] 882/3304 26% [================ ] 883/3304 26% [================ ] 884/3304 26% [================ ] 885/3304 26% [================ ] 886/3304 26% [================ ] 887/3304 26% [================ ] 888/3304 26% [================ ] 889/3304 26% [================ ] 890/3304 26% [================ ] 891/3304 26% [================ ] 892/3304 26% [================ ] 893/3304 27% [================ ] 894/3304 27% [================ ] 895/3304 27% [================ ] 896/3304 27% [================ ] 897/3304 27% [================ ] 898/3304 27% [================ ] 899/3304 27% [================ ] 900/3304 27% [================ ] 901/3304 27% [================ ] 902/3304 27% [================ ] 903/3304 27% [================ ] 904/3304 27% [================ ] 905/3304 27% [================= ] 906/3304 27% [================= ] 907/3304 27% [================= ] 908/3304 27% [================= ] 909/3304 27% [================= ] 910/3304 27% [================= ] 911/3304 27% [================= ] 912/3304 27% [================= ] 913/3304 27% [================= ] 914/3304 27% [================= ] 915/3304 27% [================= ] 916/3304 27% [================= ] 917/3304 27% [================= ] 918/3304 27% [================= ] 919/3304 27% [================= ] 920/3304 27% [================= ] 921/3304 27% [================= ] 922/3304 27% [================= ] 923/3304 27% [================= ] 924/3304 27% [================= ] 925/3304 27% [================= ] 926/3304 28% [================= ] 927/3304 28% [================= ] 928/3304 28% [================= ] 929/3304 28% [================= ] 930/3304 28% [================= ] 931/3304 28% [================= ] 932/3304 28% [================= ] 933/3304 28% [================= ] 934/3304 28% [================= ] 935/3304 28% [================= ] 936/3304 28% [================= ] 937/3304 28% [================= ] 938/3304 28% [================= ] 939/3304 28% [================= ] 940/3304 28% [================= ] 941/3304 28% [================= ] 942/3304 28% [================= ] 943/3304 28% [================= ] 944/3304 28% [================= ] 945/3304 28% [================= ] 946/3304 28% [================= ] 947/3304 28% [================= ] 948/3304 28% [================= ] 949/3304 28% [================= ] 950/3304 28% [================= ] 951/3304 28% [================= ] 952/3304 28% [================= ] 953/3304 28% [================= ] 954/3304 28% [================= ] 955/3304 28% [================= ] 956/3304 28% [================= ] 957/3304 28% [================= ] 958/3304 28% [================= ] 959/3304 29% [================== ] 960/3304 29% [================== ] 961/3304 29% [================== ] 962/3304 29% [================== ] 963/3304 29% [================== ] 964/3304 29% [================== ] 965/3304 29% [================== ] 966/3304 29% [================== ] 967/3304 29% [================== ] 968/3304 29% [================== ] 969/3304 29% [================== ] 970/3304 29% [================== ] 971/3304 29% [================== ] 972/3304 29% [================== ] 973/3304 29% [================== ] 974/3304 29% [================== ] 975/3304 29% [================== ] 976/3304 29% [================== ] 977/3304 29% [================== ] 978/3304 29% [================== ] 979/3304 29% [================== ] 980/3304 29% [================== ] 981/3304 29% [================== ] 982/3304 29% [================== ] 983/3304 29% [================== ] 984/3304 29% [================== ] 985/3304 29% [================== ] 986/3304 29% [================== ] 987/3304 29% [================== ] 988/3304 29% [================== ] 989/3304 29% [================== ] 990/3304 29% [================== ] 991/3304 29% [================== ] 992/3304 30% [================== ] 993/3304 30% [================== ] 994/3304 30% [================== ] 995/3304 30% [================== ] 996/3304 30% [================== ] 997/3304 30% [================== ] 998/3304 30% [================== ] 999/3304 30% [================== ] 1000/3304 30% [================== ] 1001/3304 30% [================== ] 1002/3304 30% [================== ] 1003/3304 30% [================== ] 1004/3304 30% [================== ] 1005/3304 30% [================== ] 1006/3304 30% [================== ] 1007/3304 30% [================== ] 1008/3304 30% [================== ] 1009/3304 30% [================== ] 1010/3304 30% [================== ] 1011/3304 30% [================== ] 1012/3304 30% [=================== ] 1013/3304 30% [=================== ] 1014/3304 30% [=================== ] 1015/3304 30% [=================== ] 1016/3304 30% [=================== ] 1017/3304 30% [=================== ] 1018/3304 30% [=================== ] 1019/3304 30% [=================== ] 1020/3304 30% [=================== ] 1021/3304 30% [=================== ] 1022/3304 30% [=================== ] 1023/3304 30% [=================== ] 1024/3304 30% [=================== ] 1025/3304 31% [=================== ] 1026/3304 31% [=================== ] 1027/3304 31% [=================== ] 1028/3304 31% [=================== ] 1029/3304 31% [=================== ] 1030/3304 31% [=================== ] 1031/3304 31% [=================== ] 1032/3304 31% [=================== ] 1033/3304 31% [=================== ] 1034/3304 31% [=================== ] 1035/3304 31% [=================== ] 1036/3304 31% [=================== ] 1037/3304 31% [=================== ] 1038/3304 31% [=================== ] 1039/3304 31% [=================== ] 1040/3304 31% [=================== ] 1041/3304 31% [=================== ] 1042/3304 31% [=================== ] 1043/3304 31% [=================== ] 1044/3304 31% [=================== ] 1045/3304 31% [=================== ] 1046/3304 31% [=================== ] 1047/3304 31% [=================== ] 1048/3304 31% [=================== ] 1049/3304 31% [=================== ] 1050/3304 31% [=================== ] 1051/3304 31% [=================== ] 1052/3304 31% [=================== ] 1053/3304 31% [=================== ] 1054/3304 31% [=================== ] 1055/3304 31% [=================== ] 1056/3304 31% [=================== ] 1057/3304 31% [=================== ] 1058/3304 32% [=================== ] 1059/3304 32% [=================== ] 1060/3304 32% [=================== ] 1061/3304 32% [=================== ] 1062/3304 32% [=================== ] 1063/3304 32% [=================== ] 1064/3304 32% [=================== ] 1065/3304 32% [==================== ] 1066/3304 32% [==================== ] 1067/3304 32% [==================== ] 1068/3304 32% [==================== ] 1069/3304 32% [==================== ] 1070/3304 32% [==================== ] 1071/3304 32% [==================== ] 1072/3304 32% [==================== ] 1073/3304 32% [==================== ] 1074/3304 32% [==================== ] 1075/3304 32% [==================== ] 1076/3304 32% [==================== ] 1077/3304 32% [==================== ] 1078/3304 32% [==================== ] 1079/3304 32% [==================== ] 1080/3304 32% [==================== ] 1081/3304 32% [==================== ] 1082/3304 32% [==================== ] 1083/3304 32% [==================== ] 1084/3304 32% [==================== ] 1085/3304 32% [==================== ] 1086/3304 32% [==================== ] 1087/3304 32% [==================== ] 1088/3304 32% [==================== ] 1089/3304 32% [==================== ] 1090/3304 32% [==================== ] 1091/3304 33% [==================== ] 1092/3304 33% [==================== ] 1093/3304 33% [==================== ] 1094/3304 33% [==================== ] 1095/3304 33% [==================== ] 1096/3304 33% [==================== ] 1097/3304 33% [==================== ] 1098/3304 33% [==================== ] 1099/3304 33% [==================== ] 1100/3304 33% [==================== ] 1101/3304 33% [==================== ] 1102/3304 33% [==================== ] 1103/3304 33% [==================== ] 1104/3304 33% [==================== ] 1105/3304 33% [==================== ] 1106/3304 33% [==================== ] 1107/3304 33% [==================== ] 1108/3304 33% [==================== ] 1109/3304 33% [==================== ] 1110/3304 33% [==================== ] 1111/3304 33% [==================== ] 1112/3304 33% [==================== ] 1113/3304 33% [==================== ] 1114/3304 33% [==================== ] 1115/3304 33% [==================== ] 1116/3304 33% [==================== ] 1117/3304 33% [==================== ] 1118/3304 33% [==================== ] 1119/3304 33% [===================== ] 1120/3304 33% [===================== ] 1121/3304 33% [===================== ] 1122/3304 33% [===================== ] 1123/3304 33% [===================== ] 1124/3304 34% [===================== ] 1125/3304 34% [===================== ] 1126/3304 34% [===================== ] 1127/3304 34% [===================== ] 1128/3304 34% [===================== ] 1129/3304 34% [===================== ] 1130/3304 34% [===================== ] 1131/3304 34% [===================== ] 1132/3304 34% [===================== ] 1133/3304 34% [===================== ] 1134/3304 34% [===================== ] 1135/3304 34% [===================== ] 1136/3304 34% [===================== ] 1137/3304 34% [===================== ] 1138/3304 34% [===================== ] 1139/3304 34% [===================== ] 1140/3304 34% [===================== ] 1141/3304 34% [===================== ] 1142/3304 34% [===================== ] 1143/3304 34% [===================== ] 1144/3304 34% [===================== ] 1145/3304 34% [===================== ] 1146/3304 34% [===================== ] 1147/3304 34% [===================== ] 1148/3304 34% [===================== ] 1149/3304 34% [===================== ] 1150/3304 34% [===================== ] 1151/3304 34% [===================== ] 1152/3304 34% [===================== ] 1153/3304 34% [===================== ] 1154/3304 34% [===================== ] 1155/3304 34% [===================== ] 1156/3304 34% [===================== ] 1157/3304 35% [===================== ] 1158/3304 35% [===================== ] 1159/3304 35% [===================== ] 1160/3304 35% [===================== ] 1161/3304 35% [===================== ] 1162/3304 35% [===================== ] 1163/3304 35% [===================== ] 1164/3304 35% [===================== ] 1165/3304 35% [===================== ] 1166/3304 35% [===================== ] 1167/3304 35% [===================== ] 1168/3304 35% [===================== ] 1169/3304 35% [===================== ] 1170/3304 35% [===================== ] 1171/3304 35% [===================== ] 1172/3304 35% [====================== ] 1173/3304 35% [====================== ] 1174/3304 35% [====================== ] 1175/3304 35% [====================== ] 1176/3304 35% [====================== ] 1177/3304 35% [====================== ] 1178/3304 35% [====================== ] 1179/3304 35% [====================== ] 1180/3304 35% [====================== ] 1181/3304 35% [====================== ] 1182/3304 35% [====================== ] 1183/3304 35% [====================== ] 1184/3304 35% [====================== ] 1185/3304 35% [====================== ] 1186/3304 35% [====================== ] 1187/3304 35% [====================== ] 1188/3304 35% [====================== ] 1189/3304 35% [====================== ] 1190/3304 36% [====================== ] 1191/3304 36% [====================== ] 1192/3304 36% [====================== ] 1193/3304 36% [====================== ] 1194/3304 36% [====================== ] 1195/3304 36% [====================== ] 1196/3304 36% [====================== ] 1197/3304 36% [====================== ] 1198/3304 36% [====================== ] 1199/3304 36% [====================== ] 1200/3304 36% [====================== ] 1201/3304 36% [====================== ] 1202/3304 36% [====================== ] 1203/3304 36% [====================== ] 1204/3304 36% [====================== ] 1205/3304 36% [====================== ] 1206/3304 36% [====================== ] 1207/3304 36% [====================== ] 1208/3304 36% [====================== ] 1209/3304 36% [====================== ] 1210/3304 36% [====================== ] 1211/3304 36% [====================== ] 1212/3304 36% [====================== ] 1213/3304 36% [====================== ] 1214/3304 36% [====================== ] 1215/3304 36% [====================== ] 1216/3304 36% [====================== ] 1217/3304 36% [====================== ] 1218/3304 36% [====================== ] 1219/3304 36% [====================== ] 1220/3304 36% [====================== ] 1221/3304 36% [====================== ] 1222/3304 36% [====================== ] 1223/3304 37% [====================== ] 1224/3304 37% [====================== ] 1225/3304 37% [======================= ] 1226/3304 37% [======================= ] 1227/3304 37% [======================= ] 1228/3304 37% [======================= ] 1229/3304 37% [======================= ] 1230/3304 37% [======================= ] 1231/3304 37% [======================= ] 1232/3304 37% [======================= ] 1233/3304 37% [======================= ] 1234/3304 37% [======================= ] 1235/3304 37% [======================= ] 1236/3304 37% [======================= ] 1237/3304 37% [======================= ] 1238/3304 37% [======================= ] 1239/3304 37% [======================= ] 1240/3304 37% [======================= ] 1241/3304 37% [======================= ] 1242/3304 37% [======================= ] 1243/3304 37% [======================= ] 1244/3304 37% [======================= ] 1245/3304 37% [======================= ] 1246/3304 37% [======================= ] 1247/3304 37% [======================= ] 1248/3304 37% [======================= ] 1249/3304 37% [======================= ] 1250/3304 37% [======================= ] 1251/3304 37% [======================= ] 1252/3304 37% [======================= ] 1253/3304 37% [======================= ] 1254/3304 37% [======================= ] 1255/3304 37% [======================= ] 1256/3304 38% [======================= ] 1257/3304 38% [======================= ] 1258/3304 38% [======================= ] 1259/3304 38% [======================= ] 1260/3304 38% [======================= ] 1261/3304 38% [======================= ] 1262/3304 38% [======================= ] 1263/3304 38% [======================= ] 1264/3304 38% [======================= ] 1265/3304 38% [======================= ] 1266/3304 38% [======================= ] 1267/3304 38% [======================= ] 1268/3304 38% [======================= ] 1269/3304 38% [======================= ] 1270/3304 38% [======================= ] 1271/3304 38% [======================= ] 1272/3304 38% [======================= ] 1273/3304 38% [======================= ] 1274/3304 38% [======================= ] 1275/3304 38% [======================= ] 1276/3304 38% [======================= ] 1277/3304 38% [======================= ] 1278/3304 38% [======================== ] 1279/3304 38% [======================== ] 1280/3304 38% [======================== ] 1281/3304 38% [======================== ] 1282/3304 38% [======================== ] 1283/3304 38% [======================== ] 1284/3304 38% [======================== ] 1285/3304 38% [======================== ] 1286/3304 38% [======================== ] 1287/3304 38% [======================== ] 1288/3304 38% [======================== ] 1289/3304 39% [======================== ] 1290/3304 39% [======================== ] 1291/3304 39% [======================== ] 1292/3304 39% [======================== ] 1293/3304 39% [======================== ] 1294/3304 39% [======================== ] 1295/3304 39% [======================== ] 1296/3304 39% [======================== ] 1297/3304 39% [======================== ] 1298/3304 39% [======================== ] 1299/3304 39% [======================== ] 1300/3304 39% [======================== ] 1301/3304 39% [======================== ] 1302/3304 39% [======================== ] 1303/3304 39% [======================== ] 1304/3304 39% [======================== ] 1305/3304 39% [======================== ] 1306/3304 39% [======================== ] 1307/3304 39% [======================== ] 1308/3304 39% [======================== ] 1309/3304 39% [======================== ] 1310/3304 39% [======================== ] 1311/3304 39% [======================== ] 1312/3304 39% [======================== ] 1313/3304 39% [======================== ] 1314/3304 39% [======================== ] 1315/3304 39% [======================== ] 1316/3304 39% [======================== ] 1317/3304 39% [======================== ] 1318/3304 39% [======================== ] 1319/3304 39% [======================== ] 1320/3304 39% [======================== ] 1321/3304 39% [======================== ] 1322/3304 40% [======================== ] 1323/3304 40% [======================== ] 1324/3304 40% [======================== ] 1325/3304 40% [======================== ] 1326/3304 40% [======================== ] 1327/3304 40% [======================== ] 1328/3304 40% [======================== ] 1329/3304 40% [======================== ] 1330/3304 40% [======================== ] 1331/3304 40% [======================== ] 1332/3304 40% [========================= ] 1333/3304 40% [========================= ] 1334/3304 40% [========================= ] 1335/3304 40% [========================= ] 1336/3304 40% [========================= ] 1337/3304 40% [========================= ] 1338/3304 40% [========================= ] 1339/3304 40% [========================= ] 1340/3304 40% [========================= ] 1341/3304 40% [========================= ] 1342/3304 40% [========================= ] 1343/3304 40% [========================= ] 1344/3304 40% [========================= ] 1345/3304 40% [========================= ] 1346/3304 40% [========================= ] 1347/3304 40% [========================= ] 1348/3304 40% [========================= ] 1349/3304 40% [========================= ] 1350/3304 40% [========================= ] 1351/3304 40% [========================= ] 1352/3304 40% [========================= ] 1353/3304 40% [========================= ] 1354/3304 40% [========================= ] 1355/3304 41% [========================= ] 1356/3304 41% [========================= ] 1357/3304 41% [========================= ] 1358/3304 41% [========================= ] 1359/3304 41% [========================= ] 1360/3304 41% [========================= ] 1361/3304 41% [========================= ] 1362/3304 41% [========================= ] 1363/3304 41% [========================= ] 1364/3304 41% [========================= ] 1365/3304 41% [========================= ] 1366/3304 41% [========================= ] 1367/3304 41% [========================= ] 1368/3304 41% [========================= ] 1369/3304 41% [========================= ] 1370/3304 41% [========================= ] 1371/3304 41% [========================= ] 1372/3304 41% [========================= ] 1373/3304 41% [========================= ] 1374/3304 41% [========================= ] 1375/3304 41% [========================= ] 1376/3304 41% [========================= ] 1377/3304 41% [========================= ] 1378/3304 41% [========================= ] 1379/3304 41% [========================= ] 1380/3304 41% [========================= ] 1381/3304 41% [========================= ] 1382/3304 41% [========================= ] 1383/3304 41% [========================= ] 1384/3304 41% [========================= ] 1385/3304 41% [========================== ] 1386/3304 41% [========================== ] 1387/3304 41% [========================== ] 1388/3304 42% [========================== ] 1389/3304 42% [========================== ] 1390/3304 42% [========================== ] 1391/3304 42% [========================== ] 1392/3304 42% [========================== ] 1393/3304 42% [========================== ] 1394/3304 42% [========================== ] 1395/3304 42% [========================== ] 1396/3304 42% [========================== ] 1397/3304 42% [========================== ] 1398/3304 42% [========================== ] 1399/3304 42% [========================== ] 1400/3304 42% [========================== ] 1401/3304 42% [========================== ] 1402/3304 42% [========================== ] 1403/3304 42% [========================== ] 1404/3304 42% [========================== ] 1405/3304 42% [========================== ] 1406/3304 42% [========================== ] 1407/3304 42% [========================== ] 1408/3304 42% [========================== ] 1409/3304 42% [========================== ] 1410/3304 42% [========================== ] 1411/3304 42% [========================== ] 1412/3304 42% [========================== ] 1413/3304 42% [========================== ] 1414/3304 42% [========================== ] 1415/3304 42% [========================== ] 1416/3304 42% [========================== ] 1417/3304 42% [========================== ] 1418/3304 42% [========================== ] 1419/3304 42% [========================== ] 1420/3304 42% [========================== ] 1421/3304 43% [========================== ] 1422/3304 43% [========================== ] 1423/3304 43% [========================== ] 1424/3304 43% [========================== ] 1425/3304 43% [========================== ] 1426/3304 43% [========================== ] 1427/3304 43% [========================== ] 1428/3304 43% [========================== ] 1429/3304 43% [========================== ] 1430/3304 43% [========================== ] 1431/3304 43% [========================== ] 1432/3304 43% [========================== ] 1433/3304 43% [========================== ] 1434/3304 43% [========================== ] 1435/3304 43% [========================== ] 1436/3304 43% [========================== ] 1437/3304 43% [========================== ] 1438/3304 43% [=========================== ] 1439/3304 43% [=========================== ] 1440/3304 43% [=========================== ] 1441/3304 43% [=========================== ] 1442/3304 43% [=========================== ] 1443/3304 43% [=========================== ] 1444/3304 43% [=========================== ] 1445/3304 43% [=========================== ] 1446/3304 43% [=========================== ] 1447/3304 43% [=========================== ] 1448/3304 43% [=========================== ] 1449/3304 43% [=========================== ] 1450/3304 43% [=========================== ] 1451/3304 43% [=========================== ] 1452/3304 43% [=========================== ] 1453/3304 43% [=========================== ] 1454/3304 44% [=========================== ] 1455/3304 44% [=========================== ] 1456/3304 44% [=========================== ] 1457/3304 44% [=========================== ] 1458/3304 44% [=========================== ] 1459/3304 44% [=========================== ] 1460/3304 44% [=========================== ] 1461/3304 44% [=========================== ] 1462/3304 44% [=========================== ] 1463/3304 44% [=========================== ] 1464/3304 44% [=========================== ] 1465/3304 44% [=========================== ] 1466/3304 44% [=========================== ] 1467/3304 44% [=========================== ] 1468/3304 44% [=========================== ] 1469/3304 44% [=========================== ] 1470/3304 44% [=========================== ] 1471/3304 44% [=========================== ] 1472/3304 44% [=========================== ] 1473/3304 44% [=========================== ] 1474/3304 44% [=========================== ] 1475/3304 44% [=========================== ] 1476/3304 44% [=========================== ] 1477/3304 44% [=========================== ] 1478/3304 44% [=========================== ] 1479/3304 44% [=========================== ] 1480/3304 44% [=========================== ] 1481/3304 44% [=========================== ] 1482/3304 44% [=========================== ] 1483/3304 44% [=========================== ] 1484/3304 44% [=========================== ] 1485/3304 44% [=========================== ] 1486/3304 44% [=========================== ] 1487/3304 45% [=========================== ] 1488/3304 45% [=========================== ] 1489/3304 45% [=========================== ] 1490/3304 45% [=========================== ] 1491/3304 45% [=========================== ] 1492/3304 45% [============================ ] 1493/3304 45% [============================ ] 1494/3304 45% [============================ ] 1495/3304 45% [============================ ] 1496/3304 45% [============================ ] 1497/3304 45% [============================ ] 1498/3304 45% [============================ ] 1499/3304 45% [============================ ] 1500/3304 45% [============================ ] 1501/3304 45% [============================ ] 1502/3304 45% [============================ ] 1503/3304 45% [============================ ] 1504/3304 45% [============================ ] 1505/3304 45% [============================ ] 1506/3304 45% [============================ ] 1507/3304 45% [============================ ] 1508/3304 45% [============================ ] 1509/3304 45% [============================ ] 1510/3304 45% [============================ ] 1511/3304 45% [============================ ] 1512/3304 45% [============================ ] 1513/3304 45% [============================ ] 1514/3304 45% [============================ ] 1515/3304 45% [============================ ] 1516/3304 45% [============================ ] 1517/3304 45% [============================ ] 1518/3304 45% [============================ ] 1519/3304 45% [============================ ] 1520/3304 46% [============================ ] 1521/3304 46% [============================ ] 1522/3304 46% [============================ ] 1523/3304 46% [============================ ] 1524/3304 46% [============================ ] 1525/3304 46% [============================ ] 1526/3304 46% [============================ ] 1527/3304 46% [============================ ] 1528/3304 46% [============================ ] 1529/3304 46% [============================ ] 1530/3304 46% [============================ ] 1531/3304 46% [============================ ] 1532/3304 46% [============================ ] 1533/3304 46% [============================ ] 1534/3304 46% [============================ ] 1535/3304 46% [============================ ] 1536/3304 46% [============================ ] 1537/3304 46% [============================ ] 1538/3304 46% [============================ ] 1539/3304 46% [============================ ] 1540/3304 46% [============================ ] 1541/3304 46% [============================ ] 1542/3304 46% [============================ ] 1543/3304 46% [============================ ] 1544/3304 46% [============================ ] 1545/3304 46% [============================= ] 1546/3304 46% [============================= ] 1547/3304 46% [============================= ] 1548/3304 46% [============================= ] 1549/3304 46% [============================= ] 1550/3304 46% [============================= ] 1551/3304 46% [============================= ] 1552/3304 46% [============================= ] 1553/3304 47% [============================= ] 1554/3304 47% [============================= ] 1555/3304 47% [============================= ] 1556/3304 47% [============================= ] 1557/3304 47% [============================= ] 1558/3304 47% [============================= ] 1559/3304 47% [============================= ] 1560/3304 47% [============================= ] 1561/3304 47% [============================= ] 1562/3304 47% [============================= ] 1563/3304 47% [============================= ] 1564/3304 47% [============================= ] 1565/3304 47% [============================= ] 1566/3304 47% [============================= ] 1567/3304 47% [============================= ] 1568/3304 47% [============================= ] 1569/3304 47% [============================= ] 1570/3304 47% [============================= ] 1571/3304 47% [============================= ] 1572/3304 47% [============================= ] 1573/3304 47% [============================= ] 1574/3304 47% [============================= ] 1575/3304 47% [============================= ] 1576/3304 47% [============================= ] 1577/3304 47% [============================= ] 1578/3304 47% [============================= ] 1579/3304 47% [============================= ] 1580/3304 47% [============================= ] 1581/3304 47% [============================= ] 1582/3304 47% [============================= ] 1583/3304 47% [============================= ] 1584/3304 47% [============================= ] 1585/3304 47% [============================= ] 1586/3304 48% [============================= ] 1587/3304 48% [============================= ] 1588/3304 48% [============================= ] 1589/3304 48% [============================= ] 1590/3304 48% [============================= ] 1591/3304 48% [============================= ] 1592/3304 48% [============================= ] 1593/3304 48% [============================= ] 1594/3304 48% [============================= ] 1595/3304 48% [============================= ] 1596/3304 48% [============================= ] 1597/3304 48% [============================= ] 1598/3304 48% [============================== ] 1599/3304 48% [============================== ] 1600/3304 48% [============================== ] 1601/3304 48% [============================== ] 1602/3304 48% [============================== ] 1603/3304 48% [============================== ] 1604/3304 48% [============================== ] 1605/3304 48% [============================== ] 1606/3304 48% [============================== ] 1607/3304 48% [============================== ] 1608/3304 48% [============================== ] 1609/3304 48% [============================== ] 1610/3304 48% [============================== ] 1611/3304 48% [============================== ] 1612/3304 48% [============================== ] 1613/3304 48% [============================== ] 1614/3304 48% [============================== ] 1615/3304 48% [============================== ] 1616/3304 48% [============================== ] 1617/3304 48% [============================== ] 1618/3304 48% [============================== ] 1619/3304 49% [============================== ] 1620/3304 49% [============================== ] 1621/3304 49% [============================== ] 1622/3304 49% [============================== ] 1623/3304 49% [============================== ] 1624/3304 49% [============================== ] 1625/3304 49% [============================== ] 1626/3304 49% [============================== ] 1627/3304 49% [============================== ] 1628/3304 49% [============================== ] 1629/3304 49% [============================== ] 1630/3304 49% [============================== ] 1631/3304 49% [============================== ] 1632/3304 49% [============================== ] 1633/3304 49% [============================== ] 1634/3304 49% [============================== ] 1635/3304 49% [============================== ] 1636/3304 49% [============================== ] 1637/3304 49% [============================== ] 1638/3304 49% [============================== ] 1639/3304 49% [============================== ] 1640/3304 49% [============================== ] 1641/3304 49% [============================== ] 1642/3304 49% [============================== ] 1643/3304 49% [============================== ] 1644/3304 49% [============================== ] 1645/3304 49% [============================== ] 1646/3304 49% [============================== ] 1647/3304 49% [============================== ] 1648/3304 49% [============================== ] 1649/3304 49% [============================== ] 1650/3304 49% [============================== ] 1651/3304 49% [=============================== ] 1652/3304 50% [=============================== ] 1653/3304 50% [=============================== ] 1654/3304 50% [=============================== ] 1655/3304 50% [=============================== ] 1656/3304 50% [=============================== ] 1657/3304 50% [=============================== ] 1658/3304 50% [=============================== ] 1659/3304 50% [=============================== ] 1660/3304 50% [=============================== ] 1661/3304 50% [=============================== ] 1662/3304 50% [=============================== ] 1663/3304 50% [=============================== ] 1664/3304 50% [=============================== ] 1665/3304 50% [=============================== ] 1666/3304 50% [=============================== ] 1667/3304 50% [=============================== ] 1668/3304 50% [=============================== ] 1669/3304 50% [=============================== ] 1670/3304 50% [=============================== ] 1671/3304 50% [=============================== ] 1672/3304 50% [=============================== ] 1673/3304 50% [=============================== ] 1674/3304 50% [=============================== ] 1675/3304 50% [=============================== ] 1676/3304 50% [=============================== ] 1677/3304 50% [=============================== ] 1678/3304 50% [=============================== ] 1679/3304 50% [=============================== ] 1680/3304 50% [=============================== ] 1681/3304 50% [=============================== ] 1682/3304 50% [=============================== ] 1683/3304 50% [=============================== ] 1684/3304 50% [=============================== ] 1685/3304 50% [=============================== ] 1686/3304 51% [=============================== ] 1687/3304 51% [=============================== ] 1688/3304 51% [=============================== ] 1689/3304 51% [=============================== ] 1690/3304 51% [=============================== ] 1691/3304 51% [=============================== ] 1692/3304 51% [=============================== ] 1693/3304 51% [=============================== ] 1694/3304 51% [=============================== ] 1695/3304 51% [=============================== ] 1696/3304 51% [=============================== ] 1697/3304 51% [=============================== ] 1698/3304 51% [=============================== ] 1699/3304 51% [=============================== ] 1700/3304 51% [=============================== ] 1701/3304 51% [=============================== ] 1702/3304 51% [=============================== ] 1703/3304 51% [=============================== ] 1704/3304 51% [=============================== ] 1705/3304 51% [================================ ] 1706/3304 51% [================================ ] 1707/3304 51% [================================ ] 1708/3304 51% [================================ ] 1709/3304 51% [================================ ] 1710/3304 51% [================================ ] 1711/3304 51% [================================ ] 1712/3304 51% [================================ ] 1713/3304 51% [================================ ] 1714/3304 51% [================================ ] 1715/3304 51% [================================ ] 1716/3304 51% [================================ ] 1717/3304 51% [================================ ] 1718/3304 51% [================================ ] 1719/3304 52% [================================ ] 1720/3304 52% [================================ ] 1721/3304 52% [================================ ] 1722/3304 52% [================================ ] 1723/3304 52% [================================ ] 1724/3304 52% [================================ ] 1725/3304 52% [================================ ] 1726/3304 52% [================================ ] 1727/3304 52% [================================ ] 1728/3304 52% [================================ ] 1729/3304 52% [================================ ] 1730/3304 52% [================================ ] 1731/3304 52% [================================ ] 1732/3304 52% [================================ ] 1733/3304 52% [================================ ] 1734/3304 52% [================================ ] 1735/3304 52% [================================ ] 1736/3304 52% [================================ ] 1737/3304 52% [================================ ] 1738/3304 52% [================================ ] 1739/3304 52% [================================ ] 1740/3304 52% [================================ ] 1741/3304 52% [================================ ] 1742/3304 52% [================================ ] 1743/3304 52% [================================ ] 1744/3304 52% [================================ ] 1745/3304 52% [================================ ] 1746/3304 52% [================================ ] 1747/3304 52% [================================ ] 1748/3304 52% [================================ ] 1749/3304 52% [================================ ] 1750/3304 52% [================================ ] 1751/3304 52% [================================ ] 1752/3304 53% [================================ ] 1753/3304 53% [================================ ] 1754/3304 53% [================================ ] 1755/3304 53% [================================ ] 1756/3304 53% [================================ ] 1757/3304 53% [================================ ] 1758/3304 53% [================================= ] 1759/3304 53% [================================= ] 1760/3304 53% [================================= ] 1761/3304 53% [================================= ] 1762/3304 53% [================================= ] 1763/3304 53% [================================= ] 1764/3304 53% [================================= ] 1765/3304 53% [================================= ] 1766/3304 53% [================================= ] 1767/3304 53% [================================= ] 1768/3304 53% [================================= ] 1769/3304 53% [================================= ] 1770/3304 53% [================================= ] 1771/3304 53% [================================= ] 1772/3304 53% [================================= ] 1773/3304 53% [================================= ] 1774/3304 53% [================================= ] 1775/3304 53% [================================= ] 1776/3304 53% [================================= ] 1777/3304 53% [================================= ] 1778/3304 53% [================================= ] 1779/3304 53% [================================= ] 1780/3304 53% [================================= ] 1781/3304 53% [================================= ] 1782/3304 53% [================================= ] 1783/3304 53% [================================= ] 1784/3304 53% [================================= ] 1785/3304 54% [================================= ] 1786/3304 54% [================================= ] 1787/3304 54% [================================= ] 1788/3304 54% [================================= ] 1789/3304 54% [================================= ] 1790/3304 54% [================================= ] 1791/3304 54% [================================= ] 1792/3304 54% [================================= ] 1793/3304 54% [================================= ] 1794/3304 54% [================================= ] 1795/3304 54% [================================= ] 1796/3304 54% [================================= ] 1797/3304 54% [================================= ] 1798/3304 54% [================================= ] 1799/3304 54% [================================= ] 1800/3304 54% [================================= ] 1801/3304 54% [================================= ] 1802/3304 54% [================================= ] 1803/3304 54% [================================= ] 1804/3304 54% [================================= ] 1805/3304 54% [================================= ] 1806/3304 54% [================================= ] 1807/3304 54% [================================= ] 1808/3304 54% [================================= ] 1809/3304 54% [================================= ] 1810/3304 54% [================================= ] 1811/3304 54% [================================== ] 1812/3304 54% [================================== ] 1813/3304 54% [================================== ] 1814/3304 54% [================================== ] 1815/3304 54% [================================== ] 1816/3304 54% [================================== ] 1817/3304 54% [================================== ] 1818/3304 55% [================================== ] 1819/3304 55% [================================== ] 1820/3304 55% [================================== ] 1821/3304 55% [================================== ] 1822/3304 55% [================================== ] 1823/3304 55% [================================== ] 1824/3304 55% [================================== ] 1825/3304 55% [================================== ] 1826/3304 55% [================================== ] 1827/3304 55% [================================== ] 1828/3304 55% [================================== ] 1829/3304 55% [================================== ] 1830/3304 55% [================================== ] 1831/3304 55% [================================== ] 1832/3304 55% [================================== ] 1833/3304 55% [================================== ] 1834/3304 55% [================================== ] 1835/3304 55% [================================== ] 1836/3304 55% [================================== ] 1837/3304 55% [================================== ] 1838/3304 55% [================================== ] 1839/3304 55% [================================== ] 1840/3304 55% [================================== ] 1841/3304 55% [================================== ] 1842/3304 55% [================================== ] 1843/3304 55% [================================== ] 1844/3304 55% [================================== ] 1845/3304 55% [================================== ] 1846/3304 55% [================================== ] 1847/3304 55% [================================== ] 1848/3304 55% [================================== ] 1849/3304 55% [================================== ] 1850/3304 55% [================================== ] 1851/3304 56% [================================== ] 1852/3304 56% [================================== ] 1853/3304 56% [================================== ] 1854/3304 56% [================================== ] 1855/3304 56% [================================== ] 1856/3304 56% [================================== ] 1857/3304 56% [================================== ] 1858/3304 56% [================================== ] 1859/3304 56% [================================== ] 1860/3304 56% [================================== ] 1861/3304 56% [================================== ] 1862/3304 56% [================================== ] 1863/3304 56% [================================== ] 1864/3304 56% [================================== ] 1865/3304 56% [=================================== ] 1866/3304 56% [=================================== ] 1867/3304 56% [=================================== ] 1868/3304 56% [=================================== ] 1869/3304 56% [=================================== ] 1870/3304 56% [=================================== ] 1871/3304 56% [=================================== ] 1872/3304 56% [=================================== ] 1873/3304 56% [=================================== ] 1874/3304 56% [=================================== ] 1875/3304 56% [=================================== ] 1876/3304 56% [=================================== ] 1877/3304 56% [=================================== ] 1878/3304 56% [=================================== ] 1879/3304 56% [=================================== ] 1880/3304 56% [=================================== ] 1881/3304 56% [=================================== ] 1882/3304 56% [=================================== ] 1883/3304 56% [=================================== ] 1884/3304 57% [=================================== ] 1885/3304 57% [=================================== ] 1886/3304 57% [=================================== ] 1887/3304 57% [=================================== ] 1888/3304 57% [=================================== ] 1889/3304 57% [=================================== ] 1890/3304 57% [=================================== ] 1891/3304 57% [=================================== ] 1892/3304 57% [=================================== ] 1893/3304 57% [=================================== ] 1894/3304 57% [=================================== ] 1895/3304 57% [=================================== ] 1896/3304 57% [=================================== ] 1897/3304 57% [=================================== ] 1898/3304 57% [=================================== ] 1899/3304 57% [=================================== ] 1900/3304 57% [=================================== ] 1901/3304 57% [=================================== ] 1902/3304 57% [=================================== ] 1903/3304 57% [=================================== ] 1904/3304 57% [=================================== ] 1905/3304 57% [=================================== ] 1906/3304 57% [=================================== ] 1907/3304 57% [=================================== ] 1908/3304 57% [=================================== ] 1909/3304 57% [=================================== ] 1910/3304 57% [=================================== ] 1911/3304 57% [=================================== ] 1912/3304 57% [=================================== ] 1913/3304 57% [=================================== ] 1914/3304 57% [=================================== ] 1915/3304 57% [=================================== ] 1916/3304 57% [=================================== ] 1917/3304 58% [=================================== ] 1918/3304 58% [==================================== ] 1919/3304 58% [==================================== ] 1920/3304 58% [==================================== ] 1921/3304 58% [==================================== ] 1922/3304 58% [==================================== ] 1923/3304 58% [==================================== ] 1924/3304 58% [==================================== ] 1925/3304 58% [==================================== ] 1926/3304 58% [==================================== ] 1927/3304 58% [==================================== ] 1928/3304 58% [==================================== ] 1929/3304 58% [==================================== ] 1930/3304 58% [==================================== ] 1931/3304 58% [==================================== ] 1932/3304 58% [==================================== ] 1933/3304 58% [==================================== ] 1934/3304 58% [==================================== ] 1935/3304 58% [==================================== ] 1936/3304 58% [==================================== ] 1937/3304 58% [==================================== ] 1938/3304 58% [==================================== ] 1939/3304 58% [==================================== ] 1940/3304 58% [==================================== ] 1941/3304 58% [==================================== ] 1942/3304 58% [==================================== ] 1943/3304 58% [==================================== ] 1944/3304 58% [==================================== ] 1945/3304 58% [==================================== ] 1946/3304 58% [==================================== ] 1947/3304 58% [==================================== ] 1948/3304 58% [==================================== ] 1949/3304 58% [==================================== ] 1950/3304 59% [==================================== ] 1951/3304 59% [==================================== ] 1952/3304 59% [==================================== ] 1953/3304 59% [==================================== ] 1954/3304 59% [==================================== ] 1955/3304 59% [==================================== ] 1956/3304 59% [==================================== ] 1957/3304 59% [==================================== ] 1958/3304 59% [==================================== ] 1959/3304 59% [==================================== ] 1960/3304 59% [==================================== ] 1961/3304 59% [==================================== ] 1962/3304 59% [==================================== ] 1963/3304 59% [==================================== ] 1964/3304 59% [==================================== ] 1965/3304 59% [==================================== ] 1966/3304 59% [==================================== ] 1967/3304 59% [==================================== ] 1968/3304 59% [==================================== ] 1969/3304 59% [==================================== ] 1970/3304 59% [==================================== ] 1971/3304 59% [===================================== ] 1972/3304 59% [===================================== ] 1973/3304 59% [===================================== ] 1974/3304 59% [===================================== ] 1975/3304 59% [===================================== ] 1976/3304 59% [===================================== ] 1977/3304 59% [===================================== ] 1978/3304 59% [===================================== ] 1979/3304 59% [===================================== ] 1980/3304 59% [===================================== ] 1981/3304 59% [===================================== ] 1982/3304 59% [===================================== ] 1983/3304 60% [===================================== ] 1984/3304 60% [===================================== ] 1985/3304 60% [===================================== ] 1986/3304 60% [===================================== ] 1987/3304 60% [===================================== ] 1988/3304 60% [===================================== ] 1989/3304 60% [===================================== ] 1990/3304 60% [===================================== ] 1991/3304 60% [===================================== ] 1992/3304 60% [===================================== ] 1993/3304 60% [===================================== ] 1994/3304 60% [===================================== ] 1995/3304 60% [===================================== ] 1996/3304 60% [===================================== ] 1997/3304 60% [===================================== ] 1998/3304 60% [===================================== ] 1999/3304 60% [===================================== ] 2000/3304 60% [===================================== ] 2001/3304 60% [===================================== ] 2002/3304 60% [===================================== ] 2003/3304 60% [===================================== ] 2004/3304 60% [===================================== ] 2005/3304 60% [===================================== ] 2006/3304 60% [===================================== ] 2007/3304 60% [===================================== ] 2008/3304 60% [===================================== ] 2009/3304 60% [===================================== ] 2010/3304 60% [===================================== ] 2011/3304 60% [===================================== ] 2012/3304 60% [===================================== ] 2013/3304 60% [===================================== ] 2014/3304 60% [===================================== ] 2015/3304 60% [===================================== ] 2016/3304 61% [===================================== ] 2017/3304 61% [===================================== ] 2018/3304 61% [===================================== ] 2019/3304 61% [===================================== ] 2020/3304 61% [===================================== ] 2021/3304 61% [===================================== ] 2022/3304 61% [===================================== ] 2023/3304 61% [===================================== ] 2024/3304 61% [===================================== ] 2025/3304 61% [====================================== ] 2026/3304 61% [====================================== ] 2027/3304 61% [====================================== ] 2028/3304 61% [====================================== ] 2029/3304 61% [====================================== ] 2030/3304 61% [====================================== ] 2031/3304 61% [====================================== ] 2032/3304 61% [====================================== ] 2033/3304 61% [====================================== ] 2034/3304 61% [====================================== ] 2035/3304 61% [====================================== ] 2036/3304 61% [====================================== ] 2037/3304 61% [====================================== ] 2038/3304 61% [====================================== ] 2039/3304 61% [====================================== ] 2040/3304 61% [====================================== ] 2041/3304 61% [====================================== ] 2042/3304 61% [====================================== ] 2043/3304 61% [====================================== ] 2044/3304 61% [====================================== ] 2045/3304 61% [====================================== ] 2046/3304 61% [====================================== ] 2047/3304 61% [====================================== ] 2048/3304 61% [====================================== ] 2049/3304 62% [====================================== ] 2050/3304 62% [====================================== ] 2051/3304 62% [====================================== ] 2052/3304 62% [====================================== ] 2053/3304 62% [====================================== ] 2054/3304 62% [====================================== ] 2055/3304 62% [====================================== ] 2056/3304 62% [====================================== ] 2057/3304 62% [====================================== ] 2058/3304 62% [====================================== ] 2059/3304 62% [====================================== ] 2060/3304 62% [====================================== ] 2061/3304 62% [====================================== ] 2062/3304 62% [====================================== ] 2063/3304 62% [====================================== ] 2064/3304 62% [====================================== ] 2065/3304 62% [====================================== ] 2066/3304 62% [====================================== ] 2067/3304 62% [====================================== ] 2068/3304 62% [====================================== ] 2069/3304 62% [====================================== ] 2070/3304 62% [====================================== ] 2071/3304 62% [====================================== ] 2072/3304 62% [====================================== ] 2073/3304 62% [====================================== ] 2074/3304 62% [====================================== ] 2075/3304 62% [====================================== ] 2076/3304 62% [====================================== ] 2077/3304 62% [====================================== ] 2078/3304 62% [======================================= ] 2079/3304 62% [======================================= ] 2080/3304 62% [======================================= ] 2081/3304 62% [======================================= ] 2082/3304 63% [======================================= ] 2083/3304 63% [======================================= ] 2084/3304 63% [======================================= ] 2085/3304 63% [======================================= ] 2086/3304 63% [======================================= ] 2087/3304 63% [======================================= ] 2088/3304 63% [======================================= ] 2089/3304 63% [======================================= ] 2090/3304 63% [======================================= ] 2091/3304 63% [======================================= ] 2092/3304 63% [======================================= ] 2093/3304 63% [======================================= ] 2094/3304 63% [======================================= ] 2095/3304 63% [======================================= ] 2096/3304 63% [======================================= ] 2097/3304 63% [======================================= ] 2098/3304 63% [======================================= ] 2099/3304 63% [======================================= ] 2100/3304 63% [======================================= ] 2101/3304 63% [======================================= ] 2102/3304 63% [======================================= ] 2103/3304 63% [======================================= ] 2104/3304 63% [======================================= ] 2105/3304 63% [======================================= ] 2106/3304 63% [======================================= ] 2107/3304 63% [======================================= ] 2108/3304 63% [======================================= ] 2109/3304 63% [======================================= ] 2110/3304 63% [======================================= ] 2111/3304 63% [======================================= ] 2112/3304 63% [======================================= ] 2113/3304 63% [======================================= ] 2114/3304 63% [======================================= ] 2115/3304 64% [======================================= ] 2116/3304 64% [======================================= ] 2117/3304 64% [======================================= ] 2118/3304 64% [======================================= ] 2119/3304 64% [======================================= ] 2120/3304 64% [======================================= ] 2121/3304 64% [======================================= ] 2122/3304 64% [======================================= ] 2123/3304 64% [======================================= ] 2124/3304 64% [======================================= ] 2125/3304 64% [======================================= ] 2126/3304 64% [======================================= ] 2127/3304 64% [======================================= ] 2128/3304 64% [======================================= ] 2129/3304 64% [======================================= ] 2130/3304 64% [======================================= ] 2131/3304 64% [======================================== ] 2132/3304 64% [======================================== ] 2133/3304 64% [======================================== ] 2134/3304 64% [======================================== ] 2135/3304 64% [======================================== ] 2136/3304 64% [======================================== ] 2137/3304 64% [======================================== ] 2138/3304 64% [======================================== ] 2139/3304 64% [======================================== ] 2140/3304 64% [======================================== ] 2141/3304 64% [======================================== ] 2142/3304 64% [======================================== ] 2143/3304 64% [======================================== ] 2144/3304 64% [======================================== ] 2145/3304 64% [======================================== ] 2146/3304 64% [======================================== ] 2147/3304 64% [======================================== ] 2148/3304 65% [======================================== ] 2149/3304 65% [======================================== ] 2150/3304 65% [======================================== ] 2151/3304 65% [======================================== ] 2152/3304 65% [======================================== ] 2153/3304 65% [======================================== ] 2154/3304 65% [======================================== ] 2155/3304 65% [======================================== ] 2156/3304 65% [======================================== ] 2157/3304 65% [======================================== ] 2158/3304 65% [======================================== ] 2159/3304 65% [======================================== ] 2160/3304 65% [======================================== ] 2161/3304 65% [======================================== ] 2162/3304 65% [======================================== ] 2163/3304 65% [======================================== ] 2164/3304 65% [======================================== ] 2165/3304 65% [======================================== ] 2166/3304 65% [======================================== ] 2167/3304 65% [======================================== ] 2168/3304 65% [======================================== ] 2169/3304 65% [======================================== ] 2170/3304 65% [======================================== ] 2171/3304 65% [======================================== ] 2172/3304 65% [======================================== ] 2173/3304 65% [======================================== ] 2174/3304 65% [======================================== ] 2175/3304 65% [======================================== ] 2176/3304 65% [======================================== ] 2177/3304 65% [======================================== ] 2178/3304 65% [======================================== ] 2179/3304 65% [======================================== ] 2180/3304 65% [======================================== ] 2181/3304 66% [======================================== ] 2182/3304 66% [======================================== ] 2183/3304 66% [======================================== ] 2184/3304 66% [========================================= ] 2185/3304 66% [========================================= ] 2186/3304 66% [========================================= ] 2187/3304 66% [========================================= ] 2188/3304 66% [========================================= ] 2189/3304 66% [========================================= ] 2190/3304 66% [========================================= ] 2191/3304 66% [========================================= ] 2192/3304 66% [========================================= ] 2193/3304 66% [========================================= ] 2194/3304 66% [========================================= ] 2195/3304 66% [========================================= ] 2196/3304 66% [========================================= ] 2197/3304 66% [========================================= ] 2198/3304 66% [========================================= ] 2199/3304 66% [========================================= ] 2200/3304 66% [========================================= ] 2201/3304 66% [========================================= ] 2202/3304 66% [========================================= ] 2203/3304 66% [========================================= ] 2204/3304 66% [========================================= ] 2205/3304 66% [========================================= ] 2206/3304 66% [========================================= ] 2207/3304 66% [========================================= ] 2208/3304 66% [========================================= ] 2209/3304 66% [========================================= ] 2210/3304 66% [========================================= ] 2211/3304 66% [========================================= ] 2212/3304 66% [========================================= ] 2213/3304 66% [========================================= ] 2214/3304 67% [========================================= ] 2215/3304 67% [========================================= ] 2216/3304 67% [========================================= ] 2217/3304 67% [========================================= ] 2218/3304 67% [========================================= ] 2219/3304 67% [========================================= ] 2220/3304 67% [========================================= ] 2221/3304 67% [========================================= ] 2222/3304 67% [========================================= ] 2223/3304 67% [========================================= ] 2224/3304 67% [========================================= ] 2225/3304 67% [========================================= ] 2226/3304 67% [========================================= ] 2227/3304 67% [========================================= ] 2228/3304 67% [========================================= ] 2229/3304 67% [========================================= ] 2230/3304 67% [========================================= ] 2231/3304 67% [========================================= ] 2232/3304 67% [========================================= ] 2233/3304 67% [========================================= ] 2234/3304 67% [========================================= ] 2235/3304 67% [========================================= ] 2236/3304 67% [========================================= ] 2237/3304 67% [========================================= ] 2238/3304 67% [========================================== ] 2239/3304 67% [========================================== ] 2240/3304 67% [========================================== ] 2241/3304 67% [========================================== ] 2242/3304 67% [========================================== ] 2243/3304 67% [========================================== ] 2244/3304 67% [========================================== ] 2245/3304 67% [========================================== ] 2246/3304 67% [========================================== ] 2247/3304 68% [========================================== ] 2248/3304 68% [========================================== ] 2249/3304 68% [========================================== ] 2250/3304 68% [========================================== ] 2251/3304 68% [========================================== ] 2252/3304 68% [========================================== ] 2253/3304 68% [========================================== ] 2254/3304 68% [========================================== ] 2255/3304 68% [========================================== ] 2256/3304 68% [========================================== ] 2257/3304 68% [========================================== ] 2258/3304 68% [========================================== ] 2259/3304 68% [========================================== ] 2260/3304 68% [========================================== ] 2261/3304 68% [========================================== ] 2262/3304 68% [========================================== ] 2263/3304 68% [========================================== ] 2264/3304 68% [========================================== ] 2265/3304 68% [========================================== ] 2266/3304 68% [========================================== ] 2267/3304 68% [========================================== ] 2268/3304 68% [========================================== ] 2269/3304 68% [========================================== ] 2270/3304 68% [========================================== ] 2271/3304 68% [========================================== ] 2272/3304 68% [========================================== ] 2273/3304 68% [========================================== ] 2274/3304 68% [========================================== ] 2275/3304 68% [========================================== ] 2276/3304 68% [========================================== ] 2277/3304 68% [========================================== ] 2278/3304 68% [========================================== ] 2279/3304 68% [========================================== ] 2280/3304 69% [========================================== ] 2281/3304 69% [========================================== ] 2282/3304 69% [========================================== ] 2283/3304 69% [========================================== ] 2284/3304 69% [========================================== ] 2285/3304 69% [========================================== ] 2286/3304 69% [========================================== ] 2287/3304 69% [========================================== ] 2288/3304 69% [========================================== ] 2289/3304 69% [========================================== ] 2290/3304 69% [========================================== ] 2291/3304 69% [=========================================== ] 2292/3304 69% [=========================================== ] 2293/3304 69% [=========================================== ] 2294/3304 69% [=========================================== ] 2295/3304 69% [=========================================== ] 2296/3304 69% [=========================================== ] 2297/3304 69% [=========================================== ] 2298/3304 69% [=========================================== ] 2299/3304 69% [=========================================== ] 2300/3304 69% [=========================================== ] 2301/3304 69% [=========================================== ] 2302/3304 69% [=========================================== ] 2303/3304 69% [=========================================== ] 2304/3304 69% [=========================================== ] 2305/3304 69% [=========================================== ] 2306/3304 69% [=========================================== ] 2307/3304 69% [=========================================== ] 2308/3304 69% [=========================================== ] 2309/3304 69% [=========================================== ] 2310/3304 69% [=========================================== ] 2311/3304 69% [=========================================== ] 2312/3304 69% [=========================================== ] 2313/3304 70% [=========================================== ] 2314/3304 70% [=========================================== ] 2315/3304 70% [=========================================== ] 2316/3304 70% [=========================================== ] 2317/3304 70% [=========================================== ] 2318/3304 70% [=========================================== ] 2319/3304 70% [=========================================== ] 2320/3304 70% [=========================================== ] 2321/3304 70% [=========================================== ] 2322/3304 70% [=========================================== ] 2323/3304 70% [=========================================== ] 2324/3304 70% [=========================================== ] 2325/3304 70% [=========================================== ] 2326/3304 70% [=========================================== ] 2327/3304 70% [=========================================== ] 2328/3304 70% [=========================================== ] 2329/3304 70% [=========================================== ] 2330/3304 70% [=========================================== ] 2331/3304 70% [=========================================== ] 2332/3304 70% [=========================================== ] 2333/3304 70% [=========================================== ] 2334/3304 70% [=========================================== ] 2335/3304 70% [=========================================== ] 2336/3304 70% [=========================================== ] 2337/3304 70% [=========================================== ] 2338/3304 70% [=========================================== ] 2339/3304 70% [=========================================== ] 2340/3304 70% [=========================================== ] 2341/3304 70% [=========================================== ] 2342/3304 70% [=========================================== ] 2343/3304 70% [=========================================== ] 2344/3304 70% [============================================ ] 2345/3304 70% [============================================ ] 2346/3304 71% [============================================ ] 2347/3304 71% [============================================ ] 2348/3304 71% [============================================ ] 2349/3304 71% [============================================ ] 2350/3304 71% [============================================ ] 2351/3304 71% [============================================ ] 2352/3304 71% [============================================ ] 2353/3304 71% [============================================ ] 2354/3304 71% [============================================ ] 2355/3304 71% [============================================ ] 2356/3304 71% [============================================ ] 2357/3304 71% [============================================ ] 2358/3304 71% [============================================ ] 2359/3304 71% [============================================ ] 2360/3304 71% [============================================ ] 2361/3304 71% [============================================ ] 2362/3304 71% [============================================ ] 2363/3304 71% [============================================ ] 2364/3304 71% [============================================ ] 2365/3304 71% [============================================ ] 2366/3304 71% [============================================ ] 2367/3304 71% [============================================ ] 2368/3304 71% [============================================ ] 2369/3304 71% [============================================ ] 2370/3304 71% [============================================ ] 2371/3304 71% [============================================ ] 2372/3304 71% [============================================ ] 2373/3304 71% [============================================ ] 2374/3304 71% [============================================ ] 2375/3304 71% [============================================ ] 2376/3304 71% [============================================ ] 2377/3304 71% [============================================ ] 2378/3304 71% [============================================ ] 2379/3304 72% [============================================ ] 2380/3304 72% [============================================ ] 2381/3304 72% [============================================ ] 2382/3304 72% [============================================ ] 2383/3304 72% [============================================ ] 2384/3304 72% [============================================ ] 2385/3304 72% [============================================ ] 2386/3304 72% [============================================ ] 2387/3304 72% [============================================ ] 2388/3304 72% [============================================ ] 2389/3304 72% [============================================ ] 2390/3304 72% [============================================ ] 2391/3304 72% [============================================ ] 2392/3304 72% [============================================ ] 2393/3304 72% [============================================ ] 2394/3304 72% [============================================ ] 2395/3304 72% [============================================ ] 2396/3304 72% [============================================ ] 2397/3304 72% [============================================ ] 2398/3304 72% [============================================= ] 2399/3304 72% [============================================= ] 2400/3304 72% [============================================= ] 2401/3304 72% [============================================= ] 2402/3304 72% [============================================= ] 2403/3304 72% [============================================= ] 2404/3304 72% [============================================= ] 2405/3304 72% [============================================= ] 2406/3304 72% [============================================= ] 2407/3304 72% [============================================= ] 2408/3304 72% [============================================= ] 2409/3304 72% [============================================= ] 2410/3304 72% [============================================= ] 2411/3304 72% [============================================= ] 2412/3304 73% [============================================= ] 2413/3304 73% [============================================= ] 2414/3304 73% [============================================= ] 2415/3304 73% [============================================= ] 2416/3304 73% [============================================= ] 2417/3304 73% [============================================= ] 2418/3304 73% [============================================= ] 2419/3304 73% [============================================= ] 2420/3304 73% [============================================= ] 2421/3304 73% [============================================= ] 2422/3304 73% [============================================= ] 2423/3304 73% [============================================= ] 2424/3304 73% [============================================= ] 2425/3304 73% [============================================= ] 2426/3304 73% [============================================= ] 2427/3304 73% [============================================= ] 2428/3304 73% [============================================= ] 2429/3304 73% [============================================= ] 2430/3304 73% [============================================= ] 2431/3304 73% [============================================= ] 2432/3304 73% [============================================= ] 2433/3304 73% [============================================= ] 2434/3304 73% [============================================= ] 2435/3304 73% [============================================= ] 2436/3304 73% [============================================= ] 2437/3304 73% [============================================= ] 2438/3304 73% [============================================= ] 2439/3304 73% [============================================= ] 2440/3304 73% [============================================= ] 2441/3304 73% [============================================= ] 2442/3304 73% [============================================= ] 2443/3304 73% [============================================= ] 2444/3304 73% [============================================= ] 2445/3304 74% [============================================= ] 2446/3304 74% [============================================= ] 2447/3304 74% [============================================= ] 2448/3304 74% [============================================= ] 2449/3304 74% [============================================= ] 2450/3304 74% [============================================= ] 2451/3304 74% [============================================== ] 2452/3304 74% [============================================== ] 2453/3304 74% [============================================== ] 2454/3304 74% [============================================== ] 2455/3304 74% [============================================== ] 2456/3304 74% [============================================== ] 2457/3304 74% [============================================== ] 2458/3304 74% [============================================== ] 2459/3304 74% [============================================== ] 2460/3304 74% [============================================== ] 2461/3304 74% [============================================== ] 2462/3304 74% [============================================== ] 2463/3304 74% [============================================== ] 2464/3304 74% [============================================== ] 2465/3304 74% [============================================== ] 2466/3304 74% [============================================== ] 2467/3304 74% [============================================== ] 2468/3304 74% [============================================== ] 2469/3304 74% [============================================== ] 2470/3304 74% [============================================== ] 2471/3304 74% [============================================== ] 2472/3304 74% [============================================== ] 2473/3304 74% [============================================== ] 2474/3304 74% [============================================== ] 2475/3304 74% [============================================== ] 2476/3304 74% [============================================== ] 2477/3304 74% [============================================== ] 2478/3304 75% [============================================== ] 2479/3304 75% [============================================== ] 2480/3304 75% [============================================== ] 2481/3304 75% [============================================== ] 2482/3304 75% [============================================== ] 2483/3304 75% [============================================== ] 2484/3304 75% [============================================== ] 2485/3304 75% [============================================== ] 2486/3304 75% [============================================== ] 2487/3304 75% [============================================== ] 2488/3304 75% [============================================== ] 2489/3304 75% [============================================== ] 2490/3304 75% [============================================== ] 2491/3304 75% [============================================== ] 2492/3304 75% [============================================== ] 2493/3304 75% [============================================== ] 2494/3304 75% [============================================== ] 2495/3304 75% [============================================== ] 2496/3304 75% [============================================== ] 2497/3304 75% [============================================== ] 2498/3304 75% [============================================== ] 2499/3304 75% [============================================== ] 2500/3304 75% [============================================== ] 2501/3304 75% [============================================== ] 2502/3304 75% [============================================== ] 2503/3304 75% [============================================== ] 2504/3304 75% [=============================================== ] 2505/3304 75% [=============================================== ] 2506/3304 75% [=============================================== ] 2507/3304 75% [=============================================== ] 2508/3304 75% [=============================================== ] 2509/3304 75% [=============================================== ] 2510/3304 75% [=============================================== ] 2511/3304 75% [=============================================== ] 2512/3304 76% [=============================================== ] 2513/3304 76% [=============================================== ] 2514/3304 76% [=============================================== ] 2515/3304 76% [=============================================== ] 2516/3304 76% [=============================================== ] 2517/3304 76% [=============================================== ] 2518/3304 76% [=============================================== ] 2519/3304 76% [=============================================== ] 2520/3304 76% [=============================================== ] 2521/3304 76% [=============================================== ] 2522/3304 76% [=============================================== ] 2523/3304 76% [=============================================== ] 2524/3304 76% [=============================================== ] 2525/3304 76% [=============================================== ] 2526/3304 76% [=============================================== ] 2527/3304 76% [=============================================== ] 2528/3304 76% [=============================================== ] 2529/3304 76% [=============================================== ] 2530/3304 76% [=============================================== ] 2531/3304 76% [=============================================== ] 2532/3304 76% [=============================================== ] 2533/3304 76% [=============================================== ] 2534/3304 76% [=============================================== ] 2535/3304 76% [=============================================== ] 2536/3304 76% [=============================================== ] 2537/3304 76% [=============================================== ] 2538/3304 76% [=============================================== ] 2539/3304 76% [=============================================== ] 2540/3304 76% [=============================================== ] 2541/3304 76% [=============================================== ] 2542/3304 76% [=============================================== ] 2543/3304 76% [=============================================== ] 2544/3304 76% [=============================================== ] 2545/3304 77% [=============================================== ] 2546/3304 77% [=============================================== ] 2547/3304 77% [=============================================== ] 2548/3304 77% [=============================================== ] 2549/3304 77% [=============================================== ] 2550/3304 77% [=============================================== ] 2551/3304 77% [=============================================== ] 2552/3304 77% [=============================================== ] 2553/3304 77% [=============================================== ] 2554/3304 77% [=============================================== ] 2555/3304 77% [=============================================== ] 2556/3304 77% [=============================================== ] 2557/3304 77% [================================================ ] 2558/3304 77% [================================================ ] 2559/3304 77% [================================================ ] 2560/3304 77% [================================================ ] 2561/3304 77% [================================================ ] 2562/3304 77% [================================================ ] 2563/3304 77% [================================================ ] 2564/3304 77% [================================================ ] 2565/3304 77% [================================================ ] 2566/3304 77% [================================================ ] 2567/3304 77% [================================================ ] 2568/3304 77% [================================================ ] 2569/3304 77% [================================================ ] 2570/3304 77% [================================================ ] 2571/3304 77% [================================================ ] 2572/3304 77% [================================================ ] 2573/3304 77% [================================================ ] 2574/3304 77% [================================================ ] 2575/3304 77% [================================================ ] 2576/3304 77% [================================================ ] 2577/3304 77% [================================================ ] 2578/3304 78% [================================================ ] 2579/3304 78% [================================================ ] 2580/3304 78% [================================================ ] 2581/3304 78% [================================================ ] 2582/3304 78% [================================================ ] 2583/3304 78% [================================================ ] 2584/3304 78% [================================================ ] 2585/3304 78% [================================================ ] 2586/3304 78% [================================================ ] 2587/3304 78% [================================================ ] 2588/3304 78% [================================================ ] 2589/3304 78% [================================================ ] 2590/3304 78% [================================================ ] 2591/3304 78% [================================================ ] 2592/3304 78% [================================================ ] 2593/3304 78% [================================================ ] 2594/3304 78% [================================================ ] 2595/3304 78% [================================================ ] 2596/3304 78% [================================================ ] 2597/3304 78% [================================================ ] 2598/3304 78% [================================================ ] 2599/3304 78% [================================================ ] 2600/3304 78% [================================================ ] 2601/3304 78% [================================================ ] 2602/3304 78% [================================================ ] 2603/3304 78% [================================================ ] 2604/3304 78% [================================================ ] 2605/3304 78% [================================================ ] 2606/3304 78% [================================================ ] 2607/3304 78% [================================================ ] 2608/3304 78% [================================================ ] 2609/3304 78% [================================================ ] 2610/3304 78% [================================================ ] 2611/3304 79% [================================================= ] 2612/3304 79% [================================================= ] 2613/3304 79% [================================================= ] 2614/3304 79% [================================================= ] 2615/3304 79% [================================================= ] 2616/3304 79% [================================================= ] 2617/3304 79% [================================================= ] 2618/3304 79% [================================================= ] 2619/3304 79% [================================================= ] 2620/3304 79% [================================================= ] 2621/3304 79% [================================================= ] 2622/3304 79% [================================================= ] 2623/3304 79% [================================================= ] 2624/3304 79% [================================================= ] 2625/3304 79% [================================================= ] 2626/3304 79% [================================================= ] 2627/3304 79% [================================================= ] 2628/3304 79% [================================================= ] 2629/3304 79% [================================================= ] 2630/3304 79% [================================================= ] 2631/3304 79% [================================================= ] 2632/3304 79% [================================================= ] 2633/3304 79% [================================================= ] 2634/3304 79% [================================================= ] 2635/3304 79% [================================================= ] 2636/3304 79% [================================================= ] 2637/3304 79% [================================================= ] 2638/3304 79% [================================================= ] 2639/3304 79% [================================================= ] 2640/3304 79% [================================================= ] 2641/3304 79% [================================================= ] 2642/3304 79% [================================================= ] 2643/3304 79% [================================================= ] 2644/3304 80% [================================================= ] 2645/3304 80% [================================================= ] 2646/3304 80% [================================================= ] 2647/3304 80% [================================================= ] 2648/3304 80% [================================================= ] 2649/3304 80% [================================================= ] 2650/3304 80% [================================================= ] 2651/3304 80% [================================================= ] 2652/3304 80% [================================================= ] 2653/3304 80% [================================================= ] 2654/3304 80% [================================================= ] 2655/3304 80% [================================================= ] 2656/3304 80% [================================================= ] 2657/3304 80% [================================================= ] 2658/3304 80% [================================================= ] 2659/3304 80% [================================================= ] 2660/3304 80% [================================================= ] 2661/3304 80% [================================================= ] 2662/3304 80% [================================================= ] 2663/3304 80% [================================================= ] 2664/3304 80% [================================================== ] 2665/3304 80% [================================================== ] 2666/3304 80% [================================================== ] 2667/3304 80% [================================================== ] 2668/3304 80% [================================================== ] 2669/3304 80% [================================================== ] 2670/3304 80% [================================================== ] 2671/3304 80% [================================================== ] 2672/3304 80% [================================================== ] 2673/3304 80% [================================================== ] 2674/3304 80% [================================================== ] 2675/3304 80% [================================================== ] 2676/3304 80% [================================================== ] 2677/3304 81% [================================================== ] 2678/3304 81% [================================================== ] 2679/3304 81% [================================================== ] 2680/3304 81% [================================================== ] 2681/3304 81% [================================================== ] 2682/3304 81% [================================================== ] 2683/3304 81% [================================================== ] 2684/3304 81% [================================================== ] 2685/3304 81% [================================================== ] 2686/3304 81% [================================================== ] 2687/3304 81% [================================================== ] 2688/3304 81% [================================================== ] 2689/3304 81% [================================================== ] 2690/3304 81% [================================================== ] 2691/3304 81% [================================================== ] 2692/3304 81% [================================================== ] 2693/3304 81% [================================================== ] 2694/3304 81% [================================================== ] 2695/3304 81% [================================================== ] 2696/3304 81% [================================================== ] 2697/3304 81% [================================================== ] 2698/3304 81% [================================================== ] 2699/3304 81% [================================================== ] 2700/3304 81% [================================================== ] 2701/3304 81% [================================================== ] 2702/3304 81% [================================================== ] 2703/3304 81% [================================================== ] 2704/3304 81% [================================================== ] 2705/3304 81% [================================================== ] 2706/3304 81% [================================================== ] 2707/3304 81% [================================================== ] 2708/3304 81% [================================================== ] 2709/3304 81% [================================================== ] 2710/3304 82% [================================================== ] 2711/3304 82% [================================================== ] 2712/3304 82% [================================================== ] 2713/3304 82% [================================================== ] 2714/3304 82% [================================================== ] 2715/3304 82% [================================================== ] 2716/3304 82% [================================================== ] 2717/3304 82% [=================================================== ] 2718/3304 82% [=================================================== ] 2719/3304 82% [=================================================== ] 2720/3304 82% [=================================================== ] 2721/3304 82% [=================================================== ] 2722/3304 82% [=================================================== ] 2723/3304 82% [=================================================== ] 2724/3304 82% [=================================================== ] 2725/3304 82% [=================================================== ] 2726/3304 82% [=================================================== ] 2727/3304 82% [=================================================== ] 2728/3304 82% [=================================================== ] 2729/3304 82% [=================================================== ] 2730/3304 82% [=================================================== ] 2731/3304 82% [=================================================== ] 2732/3304 82% [=================================================== ] 2733/3304 82% [=================================================== ] 2734/3304 82% [=================================================== ] 2735/3304 82% [=================================================== ] 2736/3304 82% [=================================================== ] 2737/3304 82% [=================================================== ] 2738/3304 82% [=================================================== ] 2739/3304 82% [=================================================== ] 2740/3304 82% [=================================================== ] 2741/3304 82% [=================================================== ] 2742/3304 82% [=================================================== ] 2743/3304 83% [=================================================== ] 2744/3304 83% [=================================================== ] 2745/3304 83% [=================================================== ] 2746/3304 83% [=================================================== ] 2747/3304 83% [=================================================== ] 2748/3304 83% [=================================================== ] 2749/3304 83% [=================================================== ] 2750/3304 83% [=================================================== ] 2751/3304 83% [=================================================== ] 2752/3304 83% [=================================================== ] 2753/3304 83% [=================================================== ] 2754/3304 83% [=================================================== ] 2755/3304 83% [=================================================== ] 2756/3304 83% [=================================================== ] 2757/3304 83% [=================================================== ] 2758/3304 83% [=================================================== ] 2759/3304 83% [=================================================== ] 2760/3304 83% [=================================================== ] 2761/3304 83% [=================================================== ] 2762/3304 83% [=================================================== ] 2763/3304 83% [=================================================== ] 2764/3304 83% [=================================================== ] 2765/3304 83% [=================================================== ] 2766/3304 83% [=================================================== ] 2767/3304 83% [=================================================== ] 2768/3304 83% [=================================================== ] 2769/3304 83% [=================================================== ] 2770/3304 83% [=================================================== ] 2771/3304 83% [==================================================== ] 2772/3304 83% [==================================================== ] 2773/3304 83% [==================================================== ] 2774/3304 83% [==================================================== ] 2775/3304 83% [==================================================== ] 2776/3304 84% [==================================================== ] 2777/3304 84% [==================================================== ] 2778/3304 84% [==================================================== ] 2779/3304 84% [==================================================== ] 2780/3304 84% [==================================================== ] 2781/3304 84% [==================================================== ] 2782/3304 84% [==================================================== ] 2783/3304 84% [==================================================== ] 2784/3304 84% [==================================================== ] 2785/3304 84% [==================================================== ] 2786/3304 84% [==================================================== ] 2787/3304 84% [==================================================== ] 2788/3304 84% [==================================================== ] 2789/3304 84% [==================================================== ] 2790/3304 84% [==================================================== ] 2791/3304 84% [==================================================== ] 2792/3304 84% [==================================================== ] 2793/3304 84% [==================================================== ] 2794/3304 84% [==================================================== ] 2795/3304 84% [==================================================== ] 2796/3304 84% [==================================================== ] 2797/3304 84% [==================================================== ] 2798/3304 84% [==================================================== ] 2799/3304 84% [==================================================== ] 2800/3304 84% [==================================================== ] 2801/3304 84% [==================================================== ] 2802/3304 84% [==================================================== ] 2803/3304 84% [==================================================== ] 2804/3304 84% [==================================================== ] 2805/3304 84% [==================================================== ] 2806/3304 84% [==================================================== ] 2807/3304 84% [==================================================== ] 2808/3304 84% [==================================================== ] 2809/3304 85% [==================================================== ] 2810/3304 85% [==================================================== ] 2811/3304 85% [==================================================== ] 2812/3304 85% [==================================================== ] 2813/3304 85% [==================================================== ] 2814/3304 85% [==================================================== ] 2815/3304 85% [==================================================== ] 2816/3304 85% [==================================================== ] 2817/3304 85% [==================================================== ] 2818/3304 85% [==================================================== ] 2819/3304 85% [==================================================== ] 2820/3304 85% [==================================================== ] 2821/3304 85% [==================================================== ] 2822/3304 85% [==================================================== ] 2823/3304 85% [==================================================== ] 2824/3304 85% [===================================================== ] 2825/3304 85% [===================================================== ] 2826/3304 85% [===================================================== ] 2827/3304 85% [===================================================== ] 2828/3304 85% [===================================================== ] 2829/3304 85% [===================================================== ] 2830/3304 85% [===================================================== ] 2831/3304 85% [===================================================== ] 2832/3304 85% [===================================================== ] 2833/3304 85% [===================================================== ] 2834/3304 85% [===================================================== ] 2835/3304 85% [===================================================== ] 2836/3304 85% [===================================================== ] 2837/3304 85% [===================================================== ] 2838/3304 85% [===================================================== ] 2839/3304 85% [===================================================== ] 2840/3304 85% [===================================================== ] 2841/3304 85% [===================================================== ] 2842/3304 86% [===================================================== ] 2843/3304 86% [===================================================== ] 2844/3304 86% [===================================================== ] 2845/3304 86% [===================================================== ] 2846/3304 86% [===================================================== ] 2847/3304 86% [===================================================== ] 2848/3304 86% [===================================================== ] 2849/3304 86% [===================================================== ] 2850/3304 86% [===================================================== ] 2851/3304 86% [===================================================== ] 2852/3304 86% [===================================================== ] 2853/3304 86% [===================================================== ] 2854/3304 86% [===================================================== ] 2855/3304 86% [===================================================== ] 2856/3304 86% [===================================================== ] 2857/3304 86% [===================================================== ] 2858/3304 86% [===================================================== ] 2859/3304 86% [===================================================== ] 2860/3304 86% [===================================================== ] 2861/3304 86% [===================================================== ] 2862/3304 86% [===================================================== ] 2863/3304 86% [===================================================== ] 2864/3304 86% [===================================================== ] 2865/3304 86% [===================================================== ] 2866/3304 86% [===================================================== ] 2867/3304 86% [===================================================== ] 2868/3304 86% [===================================================== ] 2869/3304 86% [===================================================== ] 2870/3304 86% [===================================================== ] 2871/3304 86% [===================================================== ] 2872/3304 86% [===================================================== ] 2873/3304 86% [===================================================== ] 2874/3304 86% [===================================================== ] 2875/3304 87% [===================================================== ] 2876/3304 87% [===================================================== ] 2877/3304 87% [====================================================== ] 2878/3304 87% [====================================================== ] 2879/3304 87% [====================================================== ] 2880/3304 87% [====================================================== ] 2881/3304 87% [====================================================== ] 2882/3304 87% [====================================================== ] 2883/3304 87% [====================================================== ] 2884/3304 87% [====================================================== ] 2885/3304 87% [====================================================== ] 2886/3304 87% [====================================================== ] 2887/3304 87% [====================================================== ] 2888/3304 87% [====================================================== ] 2889/3304 87% [====================================================== ] 2890/3304 87% [====================================================== ] 2891/3304 87% [====================================================== ] 2892/3304 87% [====================================================== ] 2893/3304 87% [====================================================== ] 2894/3304 87% [====================================================== ] 2895/3304 87% [====================================================== ] 2896/3304 87% [====================================================== ] 2897/3304 87% [====================================================== ] 2898/3304 87% [====================================================== ] 2899/3304 87% [====================================================== ] 2900/3304 87% [====================================================== ] 2901/3304 87% [====================================================== ] 2902/3304 87% [====================================================== ] 2903/3304 87% [====================================================== ] 2904/3304 87% [====================================================== ] 2905/3304 87% [====================================================== ] 2906/3304 87% [====================================================== ] 2907/3304 87% [====================================================== ] 2908/3304 88% [====================================================== ] 2909/3304 88% [====================================================== ] 2910/3304 88% [====================================================== ] 2911/3304 88% [====================================================== ] 2912/3304 88% [====================================================== ] 2913/3304 88% [====================================================== ] 2914/3304 88% [====================================================== ] 2915/3304 88% [====================================================== ] 2916/3304 88% [====================================================== ] 2917/3304 88% [====================================================== ] 2918/3304 88% [====================================================== ] 2919/3304 88% [====================================================== ] 2920/3304 88% [====================================================== ] 2921/3304 88% [====================================================== ] 2922/3304 88% [====================================================== ] 2923/3304 88% [====================================================== ] 2924/3304 88% [====================================================== ] 2925/3304 88% [====================================================== ] 2926/3304 88% [====================================================== ] 2927/3304 88% [====================================================== ] 2928/3304 88% [====================================================== ] 2929/3304 88% [====================================================== ] 2930/3304 88% [======================================================= ] 2931/3304 88% [======================================================= ] 2932/3304 88% [======================================================= ] 2933/3304 88% [======================================================= ] 2934/3304 88% [======================================================= ] 2935/3304 88% [======================================================= ] 2936/3304 88% [======================================================= ] 2937/3304 88% [======================================================= ] 2938/3304 88% [======================================================= ] 2939/3304 88% [======================================================= ] 2940/3304 88% [======================================================= ] 2941/3304 89% [======================================================= ] 2942/3304 89% [======================================================= ] 2943/3304 89% [======================================================= ] 2944/3304 89% [======================================================= ] 2945/3304 89% [======================================================= ] 2946/3304 89% [======================================================= ] 2947/3304 89% [======================================================= ] 2948/3304 89% [======================================================= ] 2949/3304 89% [======================================================= ] 2950/3304 89% [======================================================= ] 2951/3304 89% [======================================================= ] 2952/3304 89% [======================================================= ] 2953/3304 89% [======================================================= ] 2954/3304 89% [======================================================= ] 2955/3304 89% [======================================================= ] 2956/3304 89% [======================================================= ] 2957/3304 89% [======================================================= ] 2958/3304 89% [======================================================= ] 2959/3304 89% [======================================================= ] 2960/3304 89% [======================================================= ] 2961/3304 89% [======================================================= ] 2962/3304 89% [======================================================= ] 2963/3304 89% [======================================================= ] 2964/3304 89% [======================================================= ] 2965/3304 89% [======================================================= ] 2966/3304 89% [======================================================= ] 2967/3304 89% [======================================================= ] 2968/3304 89% [======================================================= ] 2969/3304 89% [======================================================= ] 2970/3304 89% [======================================================= ] 2971/3304 89% [======================================================= ] 2972/3304 89% [======================================================= ] 2973/3304 89% [======================================================= ] 2974/3304 90% [======================================================= ] 2975/3304 90% [======================================================= ] 2976/3304 90% [======================================================= ] 2977/3304 90% [======================================================= ] 2978/3304 90% [======================================================= ] 2979/3304 90% [======================================================= ] 2980/3304 90% [======================================================= ] 2981/3304 90% [======================================================= ] 2982/3304 90% [======================================================= ] 2983/3304 90% [======================================================= ] 2984/3304 90% [======================================================== ] 2985/3304 90% [======================================================== ] 2986/3304 90% [======================================================== ] 2987/3304 90% [======================================================== ] 2988/3304 90% [======================================================== ] 2989/3304 90% [======================================================== ] 2990/3304 90% [======================================================== ] 2991/3304 90% [======================================================== ] 2992/3304 90% [======================================================== ] 2993/3304 90% [======================================================== ] 2994/3304 90% [======================================================== ] 2995/3304 90% [======================================================== ] 2996/3304 90% [======================================================== ] 2997/3304 90% [======================================================== ] 2998/3304 90% [======================================================== ] 2999/3304 90% [======================================================== ] 3000/3304 90% [======================================================== ] 3001/3304 90% [======================================================== ] 3002/3304 90% [======================================================== ] 3003/3304 90% [======================================================== ] 3004/3304 90% [======================================================== ] 3005/3304 90% [======================================================== ] 3006/3304 90% [======================================================== ] 3007/3304 91% [======================================================== ] 3008/3304 91% [======================================================== ] 3009/3304 91% [======================================================== ] 3010/3304 91% [======================================================== ] 3011/3304 91% [======================================================== ] 3012/3304 91% [======================================================== ] 3013/3304 91% [======================================================== ] 3014/3304 91% [======================================================== ] 3015/3304 91% [======================================================== ] 3016/3304 91% [======================================================== ] 3017/3304 91% [======================================================== ] 3018/3304 91% [======================================================== ] 3019/3304 91% [======================================================== ] 3020/3304 91% [======================================================== ] 3021/3304 91% [======================================================== ] 3022/3304 91% [======================================================== ] 3023/3304 91% [======================================================== ] 3024/3304 91% [======================================================== ] 3025/3304 91% [======================================================== ] 3026/3304 91% [======================================================== ] 3027/3304 91% [======================================================== ] 3028/3304 91% [======================================================== ] 3029/3304 91% [======================================================== ] 3030/3304 91% [======================================================== ] 3031/3304 91% [======================================================== ] 3032/3304 91% [======================================================== ] 3033/3304 91% [======================================================== ] 3034/3304 91% [======================================================== ] 3035/3304 91% [======================================================== ] 3036/3304 91% [======================================================== ] 3037/3304 91% [========================================================= ] 3038/3304 91% [========================================================= ] 3039/3304 91% [========================================================= ] 3040/3304 92% [========================================================= ] 3041/3304 92% [========================================================= ] 3042/3304 92% [========================================================= ] 3043/3304 92% [========================================================= ] 3044/3304 92% [========================================================= ] 3045/3304 92% [========================================================= ] 3046/3304 92% [========================================================= ] 3047/3304 92% [========================================================= ] 3048/3304 92% [========================================================= ] 3049/3304 92% [========================================================= ] 3050/3304 92% [========================================================= ] 3051/3304 92% [========================================================= ] 3052/3304 92% [========================================================= ] 3053/3304 92% [========================================================= ] 3054/3304 92% [========================================================= ] 3055/3304 92% [========================================================= ] 3056/3304 92% [========================================================= ] 3057/3304 92% [========================================================= ] 3058/3304 92% [========================================================= ] 3059/3304 92% [========================================================= ] 3060/3304 92% [========================================================= ] 3061/3304 92% [========================================================= ] 3062/3304 92% [========================================================= ] 3063/3304 92% [========================================================= ] 3064/3304 92% [========================================================= ] 3065/3304 92% [========================================================= ] 3066/3304 92% [========================================================= ] 3067/3304 92% [========================================================= ] 3068/3304 92% [========================================================= ] 3069/3304 92% [========================================================= ] 3070/3304 92% [========================================================= ] 3071/3304 92% [========================================================= ] 3072/3304 92% [========================================================= ] 3073/3304 93% [========================================================= ] 3074/3304 93% [========================================================= ] 3075/3304 93% [========================================================= ] 3076/3304 93% [========================================================= ] 3077/3304 93% [========================================================= ] 3078/3304 93% [========================================================= ] 3079/3304 93% [========================================================= ] 3080/3304 93% [========================================================= ] 3081/3304 93% [========================================================= ] 3082/3304 93% [========================================================= ] 3083/3304 93% [========================================================= ] 3084/3304 93% [========================================================= ] 3085/3304 93% [========================================================= ] 3086/3304 93% [========================================================= ] 3087/3304 93% [========================================================= ] 3088/3304 93% [========================================================= ] 3089/3304 93% [========================================================= ] 3090/3304 93% [========================================================== ] 3091/3304 93% [========================================================== ] 3092/3304 93% [========================================================== ] 3093/3304 93% [========================================================== ] 3094/3304 93% [========================================================== ] 3095/3304 93% [========================================================== ] 3096/3304 93% [========================================================== ] 3097/3304 93% [========================================================== ] 3098/3304 93% [========================================================== ] 3099/3304 93% [========================================================== ] 3100/3304 93% [========================================================== ] 3101/3304 93% [========================================================== ] 3102/3304 93% [========================================================== ] 3103/3304 93% [========================================================== ] 3104/3304 93% [========================================================== ] 3105/3304 93% [========================================================== ] 3106/3304 94% [========================================================== ] 3107/3304 94% [========================================================== ] 3108/3304 94% [========================================================== ] 3109/3304 94% [========================================================== ] 3110/3304 94% [========================================================== ] 3111/3304 94% [========================================================== ] 3112/3304 94% [========================================================== ] 3113/3304 94% [========================================================== ] 3114/3304 94% [========================================================== ] 3115/3304 94% [========================================================== ] 3116/3304 94% [========================================================== ] 3117/3304 94% [========================================================== ] 3118/3304 94% [========================================================== ] 3119/3304 94% [========================================================== ] 3120/3304 94% [========================================================== ] 3121/3304 94% [========================================================== ] 3122/3304 94% [========================================================== ] 3123/3304 94% [========================================================== ] 3124/3304 94% [========================================================== ] 3125/3304 94% [========================================================== ] 3126/3304 94% [========================================================== ] 3127/3304 94% [========================================================== ] 3128/3304 94% [========================================================== ] 3129/3304 94% [========================================================== ] 3130/3304 94% [========================================================== ] 3131/3304 94% [========================================================== ] 3132/3304 94% [========================================================== ] 3133/3304 94% [========================================================== ] 3134/3304 94% [========================================================== ] 3135/3304 94% [========================================================== ] 3136/3304 94% [========================================================== ] 3137/3304 94% [========================================================== ] 3138/3304 94% [========================================================== ] 3139/3304 95% [========================================================== ] 3140/3304 95% [========================================================== ] 3141/3304 95% [========================================================== ] 3142/3304 95% [========================================================== ] 3143/3304 95% [========================================================== ] 3144/3304 95% [=========================================================== ] 3145/3304 95% [=========================================================== ] 3146/3304 95% [=========================================================== ] 3147/3304 95% [=========================================================== ] 3148/3304 95% [=========================================================== ] 3149/3304 95% [=========================================================== ] 3150/3304 95% [=========================================================== ] 3151/3304 95% [=========================================================== ] 3152/3304 95% [=========================================================== ] 3153/3304 95% [=========================================================== ] 3154/3304 95% [=========================================================== ] 3155/3304 95% [=========================================================== ] 3156/3304 95% [=========================================================== ] 3157/3304 95% [=========================================================== ] 3158/3304 95% [=========================================================== ] 3159/3304 95% [=========================================================== ] 3160/3304 95% [=========================================================== ] 3161/3304 95% [=========================================================== ] 3162/3304 95% [=========================================================== ] 3163/3304 95% [=========================================================== ] 3164/3304 95% [=========================================================== ] 3165/3304 95% [=========================================================== ] 3166/3304 95% [=========================================================== ] 3167/3304 95% [=========================================================== ] 3168/3304 95% [=========================================================== ] 3169/3304 95% [=========================================================== ] 3170/3304 95% [=========================================================== ] 3171/3304 95% [=========================================================== ] 3172/3304 96% [=========================================================== ] 3173/3304 96% [=========================================================== ] 3174/3304 96% [=========================================================== ] 3175/3304 96% [=========================================================== ] 3176/3304 96% [=========================================================== ] 3177/3304 96% [=========================================================== ] 3178/3304 96% [=========================================================== ] 3179/3304 96% [=========================================================== ] 3180/3304 96% [=========================================================== ] 3181/3304 96% [=========================================================== ] 3182/3304 96% [=========================================================== ] 3183/3304 96% [=========================================================== ] 3184/3304 96% [=========================================================== ] 3185/3304 96% [=========================================================== ] 3186/3304 96% [=========================================================== ] 3187/3304 96% [=========================================================== ] 3188/3304 96% [=========================================================== ] 3189/3304 96% [=========================================================== ] 3190/3304 96% [=========================================================== ] 3191/3304 96% [=========================================================== ] 3192/3304 96% [=========================================================== ] 3193/3304 96% [=========================================================== ] 3194/3304 96% [=========================================================== ] 3195/3304 96% [=========================================================== ] 3196/3304 96% [=========================================================== ] 3197/3304 96% [============================================================ ] 3198/3304 96% [============================================================ ] 3199/3304 96% [============================================================ ] 3200/3304 96% [============================================================ ] 3201/3304 96% [============================================================ ] 3202/3304 96% [============================================================ ] 3203/3304 96% [============================================================ ] 3204/3304 96% [============================================================ ] 3205/3304 97% [============================================================ ] 3206/3304 97% [============================================================ ] 3207/3304 97% [============================================================ ] 3208/3304 97% [============================================================ ] 3209/3304 97% [============================================================ ] 3210/3304 97% [============================================================ ] 3211/3304 97% [============================================================ ] 3212/3304 97% [============================================================ ] 3213/3304 97% [============================================================ ] 3214/3304 97% [============================================================ ] 3215/3304 97% [============================================================ ] 3216/3304 97% [============================================================ ] 3217/3304 97% [============================================================ ] 3218/3304 97% [============================================================ ] 3219/3304 97% [============================================================ ] 3220/3304 97% [============================================================ ] 3221/3304 97% [============================================================ ] 3222/3304 97% [============================================================ ] 3223/3304 97% [============================================================ ] 3224/3304 97% [============================================================ ] 3225/3304 97% [============================================================ ] 3226/3304 97% [============================================================ ] 3227/3304 97% [============================================================ ] 3228/3304 97% [============================================================ ] 3229/3304 97% [============================================================ ] 3230/3304 97% [============================================================ ] 3231/3304 97% [============================================================ ] 3232/3304 97% [============================================================ ] 3233/3304 97% [============================================================ ] 3234/3304 97% [============================================================ ] 3235/3304 97% [============================================================ ] 3236/3304 97% [============================================================ ] 3237/3304 97% [============================================================ ] 3238/3304 98% [============================================================ ] 3239/3304 98% [============================================================ ] 3240/3304 98% [============================================================ ] 3241/3304 98% [============================================================ ] 3242/3304 98% [============================================================ ] 3243/3304 98% [============================================================ ] 3244/3304 98% [============================================================ ] 3245/3304 98% [============================================================ ] 3246/3304 98% [============================================================ ] 3247/3304 98% [============================================================ ] 3248/3304 98% [============================================================ ] 3249/3304 98% [============================================================ ] 3250/3304 98% [============================================================= ] 3251/3304 98% [============================================================= ] 3252/3304 98% [============================================================= ] 3253/3304 98% [============================================================= ] 3254/3304 98% [============================================================= ] 3255/3304 98% [============================================================= ] 3256/3304 98% [============================================================= ] 3257/3304 98% [============================================================= ] 3258/3304 98% [============================================================= ] 3259/3304 98% [============================================================= ] 3260/3304 98% [============================================================= ] 3261/3304 98% [============================================================= ] 3262/3304 98% [============================================================= ] 3263/3304 98% [============================================================= ] 3264/3304 98% [============================================================= ] 3265/3304 98% [============================================================= ] 3266/3304 98% [============================================================= ] 3267/3304 98% [============================================================= ] 3268/3304 98% [============================================================= ] 3269/3304 98% [============================================================= ] 3270/3304 98% [============================================================= ] 3271/3304 99% [============================================================= ] 3272/3304 99% [============================================================= ] 3273/3304 99% [============================================================= ] 3274/3304 99% [============================================================= ] 3275/3304 99% [============================================================= ] 3276/3304 99% [============================================================= ] 3277/3304 99% [============================================================= ] 3278/3304 99% [============================================================= ] 3279/3304 99% [============================================================= ] 3280/3304 99% [============================================================= ] 3281/3304 99% [============================================================= ] 3282/3304 99% [============================================================= ] 3283/3304 99% [============================================================= ] 3284/3304 99% [============================================================= ] 3285/3304 99% [============================================================= ] 3286/3304 99% [============================================================= ] 3287/3304 99% [============================================================= ] 3288/3304 99% [============================================================= ] 3289/3304 99% [============================================================= ] 3290/3304 99% [============================================================= ] 3291/3304 99% [============================================================= ] 3292/3304 99% [============================================================= ] 3293/3304 99% [============================================================= ] 3294/3304 99% [============================================================= ] 3295/3304 99% [============================================================= ] 3296/3304 99% [============================================================= ] 3297/3304 99% [============================================================= ] 3298/3304 99% [============================================================= ] 3299/3304 99% [============================================================= ] 3300/3304 99% [============================================================= ] 3301/3304 99% [============================================================= ] 3302/3304 99% [============================================================= ] 3303/3304 99% [==============================================================] 3304/3304 100% operation complete, 3304 objects in 57128 NAND pages. ln -snf /home/autobuild/autobuild/instance-8/output-1/host/sh4aeb-buildroot-linux-gnu/sysroot /home/autobuild/autobuild/instance-8/output-1/staging make: Leaving directory '/home/autobuild/autobuild/instance-8/buildroot' make: Entering directory '/home/autobuild/autobuild/instance-8/buildroot' >>> Buildroot 2023.05-571-gdd194540a1 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 11.4.0 Collecting legal info >>> glibc 2.37-2-g9f8513dc64119a424b312db97cef5d87d376defa Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES: OK (sha256: b33d0bd9f685b46853548814893a6135e74430d12f6d94ab3eba42fc591f83bc) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-skeleton Collecting legal info >>> host-gawk 5.2.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gcc-initial 11.4.0 Collecting legal info >>> host-binutils 2.39 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> linux-headers 6.4.6 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> skeleton Collecting legal info >>> skeleton-init-openrc Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> bc 1.07.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> host-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-bmap-tools 3.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-python-setuptools 68.0.0 Collecting legal info LICENSE: OK (sha256: 86da0f01aeae46348a3c3d465195dc1ceccde79f79e87769a64b8da04b2a4741) >>> host-python-installer 0.7.0 Collecting legal info LICENSE: OK (sha256: 37b8b9f2569892fa54406383d431169dbb2115980d78b7efba6eeae5664c484f) >>> host-python-flit-core 3.9.0 Collecting legal info LICENSE: OK (sha256: 35b4f1dec512e617077fd6980dbb43ef8c2887adc5d0185edb4c04da175dd816) >>> host-python3 3.11.4 Collecting legal info LICENSE: OK (sha256: 3b2f81fe21d181c499c59a256c8e1968455d6689d269aa85373bfb6af41da3bf) >>> host-autoconf-archive 2023.02.20 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> host-python-pypa-build 0.10.0 Collecting legal info LICENSE: OK (sha256: aaf9a29ca5907971ccf07de025375db34539a8d5eeebce20b46099805722106f) >>> host-python-packaging 23.1 Collecting legal info LICENSE: OK (sha256: cad1ef5bd340d73e074ba614d26f7deaca5c7940c3d8c34852e65c4909686c48) LICENSE.APACHE: OK (sha256: 0d542e0c8804e39aa7f37eb00da5a762149dc682d7829451287e11b938e94594) LICENSE.BSD: OK (sha256: b70e7e9b742f1cc6f948b34c16aa39ffece94196364bc88ff0d2180f0028fac5) >>> host-python-pyproject-hooks 1.0.0 Collecting legal info LICENSE: OK (sha256: 1b22b049b5267d6dfc23a67bf4a84d8ec04b9fdfb1a51d360e42b4342c8b4154) >>> host-python-wheel 0.40.0 Collecting legal info LICENSE.txt: OK (sha256: 30c23618679108f3e8ea1d2a658c7ca417bdfc891c98ef1a89fa4ff0c9828654) >>> busybox 1.36.1 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> dcron 1ba33c3325df48de46263276a43ed76cf9d81518 Collecting legal info COPYING: OK (sha256: 640d90f6ee401241ff62834d0d1b33f83049e99b8bfdfa04ed1b0a1635dde3e7) >>> kmod 30 Collecting legal info libkmod/COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> openssl Collecting legal info >>> libopenssl 3.0.9 Collecting legal info LICENSE.txt: OK (sha256: 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a) >>> zlib Collecting legal info >>> libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> netcat 0.7.1 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> ca-certificates 20230311 Collecting legal info debian/copyright: OK (sha256: e85e1bcad3a915dc7e6f41412bc5bdeba275cadd817896ea0451f2140a93967c) >>> host-openssl Collecting legal info >>> host-libopenssl 3.0.9 Collecting legal info LICENSE.txt: OK (sha256: 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a) >>> chartjs 3.9.1 Collecting legal info ERROR: No hash found for LICENSE.md >>> dash 0.5.11.5 Collecting legal info COPYING: OK (sha256: 254a7894923ff62e69184a991dcbccae97edee58a1105e8efbe78caf10595d72) >>> host-dosfstools 4.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> dtach 0.9 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> earlyoom 1.7 Collecting legal info LICENSE: OK (sha256: e730b3ec729de46d987ae73f30ed337e4cbe832f09205330acfa71848c6e0087) >>> host-environment-setup Collecting legal info >>> execline 2.9.0.1 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> skalibs 2.12.0.1 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> host-f2fs-tools 1.16.0 Collecting legal info COPYING: OK (sha256: 662abb3a8a80b36ae7036c289dd1e03b361ee5dd2e6fd5211d0d8d029146449f) >>> host-util-linux 2.39.1 Collecting legal info README.licensing: OK (sha256: 64dfeae1519bf0e27563d905a71264310fb6a8fa74e5cf99bb36e4d30d7ef455) 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) >>> ffmpeg 4.4.4 Collecting legal info LICENSE.md: OK (sha256: cb48bf09a11f5fb576cddb0431c8f5ed0a60157a9ec942adffc13907cbe083f2) COPYING.LGPLv2.1: OK (sha256: b634ab5640e258563c536e658cad87080553df6f34f62269a21d554844e58bfe) >>> flickcurl 1.26 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) LICENSE-2.0.txt: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) LICENSE.html: OK (sha256: 3590f30b0fb9446a1f0a7ea5bcbb5786fa66fa362800f53d2575875d74b91909) >>> libcurl 8.2.0 Collecting legal info COPYING: OK (sha256: b1d7feb949ea5023552029fbe0bf5db4f23c2f85e9b8e51e18536f0ecbf9c524) >>> libxml2 2.11.4 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> freeradius-client 1.1.7 Collecting legal info COPYRIGHT: OK (sha256: e579878de7971b2224ae2263bbc61f6c465fe40e884a9068d5fa9d17fbfd2ebe) >>> nettle 3.9.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-genpart 1.0.2 Collecting legal info >>> hdparm 9.65 Collecting legal info LICENSE.TXT: OK (sha256: eae572b06d2733f5c65fbe81680ce2b8a109afee2bdd1a161343c772af0e82e1) >>> ifupdown-scripts Collecting legal info >>> jimtcl 0.81 Collecting legal info LICENSE: OK (sha256: 419f1146334e57fb258d6c957d1f94d43455ec0d24b1b54c4447e5f61a353950) >>> joe 4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> host-ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> leafnode2 ce7d3b13fb285c9fb7bffc382ea10fd41e12582d Collecting legal info COPYING: OK (sha256: 59d37f745dc5a2d63a51dff344f4ad89f72e76f8c7b7d877f20880d838b1bec9) COPYING.LGPL: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> libcddb 1.3.2 Collecting legal info COPYING: OK (sha256: 7a4436f9ec37603356791c87de3bc444989befd2682d29efb3d97604e04c1852) >>> libcoap 4.3.1 Collecting legal info COPYING: OK (sha256: 09dd86a017bad210527085008cbf706609c58210897b69845af14099577e7eb7) LICENSE: OK (sha256: 5711e8bf7e94b59fcf0681d0f73752111bc196563b60f8568f19dacd0213192b) >>> libcorrect ce6c17f1f988765ae3695315d7cce1f2a2e6cf0d Collecting legal info LICENSE: OK (sha256: 135138cd4304aa637836758dc5edfb5f21b7d09ecc637d25288d206b151a5768) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> libdeflate 1.15 Collecting legal info COPYING: OK (sha256: 5d246dd2537307b80fed9ba5fdddf5d0fe7a8f023393a071182b9daed56b40fe) >>> libglob 1.0 Collecting legal info LICENSE: OK (sha256: 4cd4bac6ef90d4a91ee6e52df30f241045fb1a27fb53541ef4a9f8e47e6103ca) >>> libid3tag 0.15.1b Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYRIGHT: OK (sha256: 7f12ad28dc075763e91b91bfa60fad04062380011ddad8f6bac21dd7b1f44367) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libite 2.5.3 Collecting legal info LICENSE: OK (sha256: 20db0601195f708d68ff7907907b3cd3b25808efa8332e064b11f00c839a5d2f) src/chomp.c: OK (sha256: c2882adb51555b836f35babc59f618d9ddceadcaa2d1dc80bbd4699614d2cd14) src/pidfile.c: OK (sha256: bff7fa7b74324f13a24d56ebb8b49bc9c63ea01836a1c8b5a6afcbbabed62918) >>> libmad 0.15.1b Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libnids 1.26 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libpcap 1.10.4 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> host-lpc3250loader 1.0 Collecting legal info LPC3250loader.py: OK (sha256: 9a817497240e8e92f09ccfec7568a74673dc30ec008b541c8706663677b4e7a9) >>> host-lttng-babeltrace 1.5.7 Collecting legal info mit-license.txt: OK (sha256: 2f801b7c2494850c3d91da820eb230502dc0192c9d0db024db37ec08d0be1434) gpl-2.0.txt: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) LICENSE: OK (sha256: 12d4222ac628fe4092cba8ed90bc5227a4dedd0b94973273cecbc393325bf1c2) >>> host-elfutils 0.189 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING-GPLV2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING-LGPLV3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> host-xz 5.4.3 Collecting legal info COPYING: OK (sha256: 72d7ef9c98be319fd34ce88b45203b36d5936f9c49e82bf3198ffee5e0c7d87e) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.76.1 Collecting legal info COPYING: OK (sha256: fa6f36630bb1e0c571d34b2bbdf188d08495c9dbf58f28cac112f303fc1f58fb) >>> host-meson 1.2.0 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.11.1.g95dee.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-pcre2 10.42 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> host-popt 1.19 Collecting legal info COPYING: OK (sha256: 2b488b239927935f34769a39309c0680be16e3725a1f55dbb06ed20d53852801) >>> lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> lzop 1.04 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> madplay 0.15.2b Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYRIGHT: OK (sha256: 915bfd70548f31d11f9b4ffb21f343d1196af96c79d6aaac5663ea46c39dd3a3) >>> memstat 1.0 Collecting legal info debian/copyright: OK (sha256: 5e5db2a2fab637bbbc5d2400141fcb9f1b4b55540d025c2dc54378dc497cb524) >>> murata-cyw-fw 8d87950bfad28c65926695b7357bd8995b60016a Collecting legal info LICENCE.cypress: OK (sha256: 3a892759b73e8b459f1a750954b316118b0061fd9d1868d11fa258c104ee7e0c) >>> openrc 0.43.3 Collecting legal info LICENSE: OK (sha256: 96862463f4e77e2508e4fc2c83773fd24807cb699368b63fd93a5e2b466dd624) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> perl-astro-suntime 0.06 Collecting legal info LICENSE: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-perl 5.36.1 Collecting legal info Artistic: OK (sha256: dd90d4f42e4dcadf5a7c09eea0189d93c7b37ae560c91f0f6d5233ed3b9292a2) Copying: OK (sha256: d77d235e41d54594865151f4751e835c5a82322b0e87ace266567c3391a4b912) README: OK (sha256: 810c97bea10842d2e47bc79e51acdfa1628cfee34fa0d89330f4eb3a44e3def9) >>> host-perl-module-build 0.4232 Collecting legal info LICENSE: OK (sha256: f35ac2cc6b808a38c42c2d230b875217b0a24bb51e5a497ebb630cbb3d806c3e) >>> perl 5.36.1 Collecting legal info Artistic: OK (sha256: dd90d4f42e4dcadf5a7c09eea0189d93c7b37ae560c91f0f6d5233ed3b9292a2) Copying: OK (sha256: d77d235e41d54594865151f4751e835c5a82322b0e87ace266567c3391a4b912) README: OK (sha256: 810c97bea10842d2e47bc79e51acdfa1628cfee34fa0d89330f4eb3a44e3def9) >>> perl-device-serialport 1.04 Collecting legal info README: OK (sha256: 59432e84eca65c10c4b627f8af0b00833685856b68242b816aea2a38283a124c) >>> perl-gdtextutil 0.86 Collecting legal info Dustismo.LICENSE: OK (sha256: 710484e3a1196664bbe8a5ad5d53c528e01226eb20e2885a4e1131eb6c6565cd) README: OK (sha256: 93ca7dd7f372c79e8ec1f849f2a418a67d195e4027c1b3e3dd8444fb30f3e97c) >>> perl-json-tiny 0.58 Collecting legal info LICENSE: OK (sha256: 19e2e0f2079ea1ce1576eb4ecc0575b33fe45b2b8e71f4aa589d6bedd1da4e0a) >>> perl-math-int64 0.54 Collecting legal info COPYING: OK (sha256: 59feedfdc4f99a746c54e06ac46c4627fb1e29be3bc71756184f92333600f72b) >>> perl-sub-install 0.928 Collecting legal info LICENSE: OK (sha256: ad5fb5c05003488f924c60ead21694d629055c9db2ee2d9dd0cf0041b9fedaca) >>> pps-tools 1.0.3 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-python-lxml 4.9.2 Collecting legal info LICENSES.txt: OK (sha256: 41d49dd406aa0e1548a6d5f21a30d6bf638b3cd96eb7289dd348d83ed2e40392) doc/licenses/BSD.txt: OK (sha256: 69edb445c1335a8312d4c09271847e9956d84f0d9f724d125340cc3fad767b2a) doc/licenses/elementtree.txt: OK (sha256: 0497ae8138811ef4466ede653bab7a59feb3d3c14f9ed50fc33a00aeb5bec32e) src/lxml/isoschematron/resources/rng/iso-schematron.rng: OK (sha256: 56c5b13f28b78958890c36e3249c34c169041e42ebcfdce8080f3324ba2bf4de) >>> host-libxml2 2.11.4 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> host-libxslt 1.1.38 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> host-python-six 1.16.0 Collecting legal info LICENSE: OK (sha256: 8bb850c565aa389fdc16f3a46965ad23d82adff60f2393fc2762b63185e8e6c9) >>> s6-rc 0.5.3.2 Collecting legal info COPYING: OK (sha256: 1898df1e8703bd9c1350d2ec3397880b9b4c1451038a9ce5e1c4b2e58622da39) >>> s6 2.11.1.2 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> screen 4.9.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> sdl 1.2.15 Collecting legal info COPYING: OK (sha256: bb117c0fbd7f57f64170b690285d7df07c2371b578e3b3cd3aa2e1155ef461a0) >>> sdl_gfx 2.0.23 Collecting legal info COPYING: OK (sha256: 4f5df842266c59b2d7e6ef35b53d7f37b13795d93baf3ed211f502c216f7bc89) LICENSE: OK (sha256: 5f3bc98e0bd2de83279bd62868d4bc0c2b4f811ab828b036d36a4a6d1cd5672d) >>> slang 2.3.3 Collecting legal info COPYING: OK (sha256: ff05a90962e7773f8bdc47b2a9585130526039102759b524c1dffbd57cfe469b) >>> sudo 1.9.13p3 Collecting legal info LICENSE.md: OK (sha256: ea33b3971e8e4d9657cd6794a952aaa71b22bd16745f1645455b6ead010e0a28) >>> tcpdump 4.99.4 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> tcpreplay 4.4.2 Collecting legal info docs/LICENSE: OK (sha256: 07cf5e92d475287a7d1663b33097f40cae5adf03ed8920fcd4374e3dfb48c8ad) >>> thttpd 2.29 Collecting legal info thttpd.c: OK (sha256: be059e6b8219d5bb5480fa6a2864bbb34892f56951d03d08b356bc1fa8c81a01) >>> tremor 7c30a66346199f3f09017a09567c6c8a3a0eedc8 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> wilink-bt-firmware 43fca73c6a98c63fcb98f82af5bf83761778e005 Collecting legal info LICENSE: OK (sha256: 21fd99ce784dc33b39ec0b4a383a9a9b8dafea261d73ad4548683c4eecd87f37) >>> wolfssl 5.5.3 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) LICENSING: OK (sha256: b23c1da1f85d699d3288d73c952b4cd02760d23dc1ddc1b221cbb8be82387189) >>> wolftpm 2.7.0 Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> 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-axfsutils 384a1ea214c8cf8359faba00a12513ee7ae1a9f5 Collecting legal info mkfs.axfs-legacy/COPYING: OK (sha256: 1929a1e67d189aa3a24de76255841b33818f7f65944b6e73a1568ba575ab54d5) >>> host-fakeroot 1.30.1 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-makedevs Collecting legal info >>> host-mkpasswd Collecting legal info >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-11.4.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-11.4.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: genpart-1.0.2: cannot save license (HOST_GENPART_LICENSE_FILES not defined) Legal info produced in /home/autobuild/autobuild/instance-8/output-1/legal-info make: Leaving directory '/home/autobuild/autobuild/instance-8/buildroot'