>>> host-yaffs2utils 0.2.9 Configuring >>> host-yaffs2utils 0.2.9 Building GIT_DIR=. PATH="/home/autobuild/autobuild/instance-11/output-1/host/bin:/home/autobuild/autobuild/instance-11/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-11/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-11/output-1/host/lib/pkgconfig:/home/autobuild/autobuild/instance-11/output-1/host/share/pkgconfig" /usr/bin/make -j1 -C /home/autobuild/autobuild/instance-11/output-1/build/host-yaffs2utils-0.2.9 make[1]: Entering directory '/home/autobuild/autobuild/instance-11/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-11/output-1/build/host-yaffs2utils-0.2.9' >>> host-yaffs2utils 0.2.9 Installing to host directory mkdir -p /home/autobuild/autobuild/instance-11/output-1/host/bin GIT_DIR=. PATH="/home/autobuild/autobuild/instance-11/output-1/host/bin:/home/autobuild/autobuild/instance-11/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-11/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-11/output-1/host/lib/pkgconfig:/home/autobuild/autobuild/instance-11/output-1/host/share/pkgconfig" /usr/bin/make -j1 -C /home/autobuild/autobuild/instance-11/output-1/build/host-yaffs2utils-0.2.9 INSTALLDIR=/home/autobuild/autobuild/instance-11/output-1/host/bin install make[1]: Entering directory '/home/autobuild/autobuild/instance-11/output-1/build/host-yaffs2utils-0.2.9' cp mkyaffs2 unyaffs2 unspare2 /home/autobuild/autobuild/instance-11/output-1/host/bin make[1]: Leaving directory '/home/autobuild/autobuild/instance-11/output-1/build/host-yaffs2utils-0.2.9' >>> Finalizing host directory >>> Finalizing target directory mkdir -p /home/autobuild/autobuild/instance-11/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Os', '-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', '-Os', '-g0'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_FCFLAGS@%'-Os', '-g0'@PKG_TARGET_FCFLAGS@%g" -e "s%@TARGET_CC@%/home/autobuild/autobuild/instance-11/output-1/host/bin/or1k-buildroot-linux-uclibc-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/autobuild/autobuild/instance-11/output-1/host/bin/or1k-buildroot-linux-uclibc-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%or1k%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@%/usr/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/autobuild/autobuild/instance-11/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/autobuild/autobuild/instance-11/output-1/host%g" -e "s%@STAGING_DIR@%/home/autobuild/autobuild/instance-11/output-1/host/or1k-buildroot-linux-uclibc/sysroot%g" -e "s%@STATIC@%false%g" /home/autobuild/autobuild/instance-11/buildroot/support/misc/cross-compilation.conf.in > /home/autobuild/autobuild/instance-11/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/home/autobuild/autobuild/instance-11/output-1/host/bin/or1k-buildroot-linux-uclibc-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/autobuild/autobuild/instance-11/output-1/host/bin/or1k-buildroot-linux-uclibc-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%or1k%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_FCFLAGS@%'-Os', '-g0'%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Os', '-g0'%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Os', '-g0'%g" -e "s%@BR2_CMAKE@%/usr/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/autobuild/autobuild/instance-11/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/autobuild/autobuild/instance-11/output-1/host%g" -e "s%@STAGING_DIR@%/home/autobuild/autobuild/instance-11/output-1/host/or1k-buildroot-linux-uclibc/sysroot%g" -e "s%@STATIC@%false%g" /home/autobuild/autobuild/instance-11/buildroot/support/misc/cross-compilation.conf.in > /home/autobuild/autobuild/instance-11/output-1/host/etc/meson/cross-compilation.conf # Remove any existing certificates under /etc/ssl/certs rm -f /home/autobuild/autobuild/instance-11/output-1/target/etc/ssl/certs/* # Create symlinks to certificates under /etc/ssl/certs # and generate the bundle cd /home/autobuild/autobuild/instance-11/output-1/target ; for i in `find usr/share/ca-certificates -name "*.crt" | LC_COLLATE=C sort` ; do ln -sf ../../../$i etc/ssl/certs/`basename ${i} .crt`.pem ; cat $i ; done >/home/autobuild/autobuild/instance-11/output-1/build/ca-certificates.crt # Create symlinks to the certificates by their hash values /home/autobuild/autobuild/instance-11/output-1/host/bin/c_rehash /home/autobuild/autobuild/instance-11/output-1/target/etc/ssl/certs Doing /home/autobuild/autobuild/instance-11/output-1/target/etc/ssl/certs # Install the certificates bundle /usr/bin/install -D -m 644 /home/autobuild/autobuild/instance-11/output-1/build/ca-certificates.crt /home/autobuild/autobuild/instance-11/output-1/target/etc/ssl/certs/ca-certificates.crt mkdir -p /home/autobuild/autobuild/instance-11/output-1/target/etc echo "buildroot" > /home/autobuild/autobuild/instance-11/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-11/output-1/target/etc/hosts mkdir -p /home/autobuild/autobuild/instance-11/output-1/target/etc echo "Welcome to Buildroot" > /home/autobuild/autobuild/instance-11/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root:"*":, /home/autobuild/autobuild/instance-11/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /home/autobuild/autobuild/instance-11/output-1/target/etc/shells || echo "/bin/sh" >> /home/autobuild/autobuild/instance-11/output-1/target/etc/shells ln -sf zsh /home/autobuild/autobuild/instance-11/output-1/target/bin/sh /usr/bin/sed -i -e '/^root:/s,[^/]*$,zsh,' /home/autobuild/autobuild/instance-11/output-1/target/etc/passwd grep -qsE '^/bin/zsh$' /home/autobuild/autobuild/instance-11/output-1/target/etc/shells || echo "/bin/zsh" >> /home/autobuild/autobuild/instance-11/output-1/target/etc/shells rm -rf /home/autobuild/autobuild/instance-11/output-1/target/usr/include /home/autobuild/autobuild/instance-11/output-1/target/usr/share/aclocal \ /home/autobuild/autobuild/instance-11/output-1/target/usr/lib/pkgconfig /home/autobuild/autobuild/instance-11/output-1/target/usr/share/pkgconfig \ /home/autobuild/autobuild/instance-11/output-1/target/usr/lib/cmake /home/autobuild/autobuild/instance-11/output-1/target/usr/share/cmake \ /home/autobuild/autobuild/instance-11/output-1/target/usr/lib/rpm /home/autobuild/autobuild/instance-11/output-1/target/usr/doc find /home/autobuild/autobuild/instance-11/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/autobuild/autobuild/instance-11/output-1/target/lib/ /home/autobuild/autobuild/instance-11/output-1/target/usr/lib/ /home/autobuild/autobuild/instance-11/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /home/autobuild/autobuild/instance-11/output-1/target/usr/share/gdb rm -rf /home/autobuild/autobuild/instance-11/output-1/target/usr/share/bash-completion rm -rf /home/autobuild/autobuild/instance-11/output-1/target/etc/bash_completion.d rm -rf /home/autobuild/autobuild/instance-11/output-1/target/usr/man /home/autobuild/autobuild/instance-11/output-1/target/usr/share/man rm -rf /home/autobuild/autobuild/instance-11/output-1/target/usr/info /home/autobuild/autobuild/instance-11/output-1/target/usr/share/info rm -rf /home/autobuild/autobuild/instance-11/output-1/target/usr/doc /home/autobuild/autobuild/instance-11/output-1/target/usr/share/doc rm -rf /home/autobuild/autobuild/instance-11/output-1/target/usr/share/gtk-doc rmdir /home/autobuild/autobuild/instance-11/output-1/target/usr/share 2>/dev/null || true rm -rf /home/autobuild/autobuild/instance-11/output-1/target/lib/debug /home/autobuild/autobuild/instance-11/output-1/target/usr/lib/debug find /home/autobuild/autobuild/instance-11/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /bin/true 2>/dev/null || true find /home/autobuild/autobuild/instance-11/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /home/autobuild/autobuild/instance-11/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-11/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-11/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2024.05-155-gd09597bbae"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2024.08-git"; \ echo "PRETTY_NAME=\"Buildroot 2024.08-git\"" \ ) > /home/autobuild/autobuild/instance-11/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/autobuild/autobuild/instance-11/output-1/target/etc >>> Sanitizing RPATH in target tree PARALLEL_JOBS=1 \ PER_PACKAGE_DIR=/home/autobuild/autobuild/instance-11/output-1/per-package \ /home/autobuild/autobuild/instance-11/buildroot/support/scripts/fix-rpath target touch /home/autobuild/autobuild/instance-11/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs mkdir -p /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs printf ' dbus -1 dbus -1 * /run/dbus - dbus DBus messagebus user\n quagga -1 quagga -1 * - - - Quagga priv drop user\n tss -1 tss -1 * - - - tss user for tpm2\n\n' >> /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/full_users_table.txt printf ' /usr/libexec/dbus-daemon-launch-helper f 4750 0 dbus - - - - -\n /etc/quagga r 600 quagga quagga - - - - -\n /etc/quagga d 755 quagga quagga - - - - -\n\n' > /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.squashfs mkdir -p /home/autobuild/autobuild/instance-11/output-1/images rm -rf /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/squashfs mkdir -p /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/squashfs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-11/output-1/target/ /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/squashfs/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/squashfs/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/squashfs/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/squashfs/target" >> /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/squashfs/fakeroot PATH="/home/autobuild/autobuild/instance-11/output-1/host/bin:/home/autobuild/autobuild/instance-11/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-11/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/squashfs/target >> /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/squashfs/fakeroot echo "/home/autobuild/autobuild/instance-11/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/squashfs/target" >> /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/squashfs/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/squashfs/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/squashfs/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/squashfs/fakeroot echo "find /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/squashfs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/squashfs/fakeroot echo "find /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/squashfs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/squashfs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/squashfs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/squashfs/fakeroot printf ' /home/autobuild/autobuild/instance-11/output-1/host/bin/mksquashfs /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/squashfs/target /home/autobuild/autobuild/instance-11/output-1/images/rootfs.squashfs -noappend -processors 1 -b 1024K -nopad -comp zstd\n' >> /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/squashfs/fakeroot chmod a+x /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/squashfs/fakeroot PATH="/home/autobuild/autobuild/instance-11/output-1/host/bin:/home/autobuild/autobuild/instance-11/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-11/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/squashfs/fakeroot rootdir=/home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/squashfs/target table='/home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/full_devices_table.txt' Parallel mksquashfs: Using 1 processor Creating 4.0 filesystem on /home/autobuild/autobuild/instance-11/output-1/images/rootfs.squashfs, block size 1048576. [=============================================================/] 2519/2519 100% Exportable Squashfs 4.0 filesystem, zstd compressed, data block size 1048576 compressed data, compressed metadata, compressed fragments, compressed xattrs, compressed ids duplicates are removed Filesystem size 17222.28 Kbytes (16.82 Mbytes) 37.58% of uncompressed filesystem size (45823.02 Kbytes) Inode table size 27522 bytes (26.88 Kbytes) 23.77% of uncompressed inode table size (115771 bytes) Directory table size 30669 bytes (29.95 Kbytes) 45.11% of uncompressed directory table size (67983 bytes) Number of duplicate files found 8 Number of inodes 3151 Number of files 2511 Number of fragments 39 Number of symbolic links 489 Number of device nodes 0 Number of fifo nodes 0 Number of socket nodes 0 Number of directories 151 Number of hard-links 0 Number of ids (unique uids + gids) 4 Number of uids 3 root (0) unknown (101) http (33) Number of gids 4 root (0) unknown (101) polkitd (102) http (33) >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/autobuild/autobuild/instance-11/output-1/images rm -rf /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-11/output-1/target/ /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-11/output-1/host/bin:/home/autobuild/autobuild/instance-11/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-11/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2/target >> /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/autobuild/autobuild/instance-11/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/autobuild/autobuild/instance-11/output-1/host/bin/mkyaffs2 --all-root /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2/target /home/autobuild/autobuild/instance-11/output-1/images/rootfs.yaffs2\n' >> /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-11/output-1/host/bin:/home/autobuild/autobuild/instance-11/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-11/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2/target table='/home/autobuild/autobuild/instance-11/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-11/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][done] scanning complete, total 3151 objects. stage 2: creating image '/home/autobuild/autobuild/instance-11/output-1/images/rootfs.yaffs2' [ ] 1/3151 0% [ ] 2/3151 0% [ ] 3/3151 0% [ ] 4/3151 0% [ ] 5/3151 0% [ ] 6/3151 0% [ ] 7/3151 0% [ ] 8/3151 0% [ ] 9/3151 0% [ ] 10/3151 0% [ ] 11/3151 0% [ ] 12/3151 0% [ ] 13/3151 0% [ ] 14/3151 0% [ ] 15/3151 0% [ ] 16/3151 0% [ ] 17/3151 0% [ ] 18/3151 0% [ ] 19/3151 0% [ ] 20/3151 0% [ ] 21/3151 0% [ ] 22/3151 0% [ ] 23/3151 0% [ ] 24/3151 0% [ ] 25/3151 0% [ ] 26/3151 0% [ ] 27/3151 0% [ ] 28/3151 0% [ ] 29/3151 0% [ ] 30/3151 0% [ ] 31/3151 0% [ ] 32/3151 1% [ ] 33/3151 1% [ ] 34/3151 1% [ ] 35/3151 1% [ ] 36/3151 1% [ ] 37/3151 1% [ ] 38/3151 1% [ ] 39/3151 1% [ ] 40/3151 1% [ ] 41/3151 1% [ ] 42/3151 1% [ ] 43/3151 1% [ ] 44/3151 1% [ ] 45/3151 1% [ ] 46/3151 1% [ ] 47/3151 1% [ ] 48/3151 1% [ ] 49/3151 1% [ ] 50/3151 1% [= ] 51/3151 1% [= ] 52/3151 1% [= ] 53/3151 1% [= ] 54/3151 1% [= ] 55/3151 1% [= ] 56/3151 1% [= ] 57/3151 1% [= ] 58/3151 1% [= ] 59/3151 1% [= ] 60/3151 1% [= ] 61/3151 1% [= ] 62/3151 1% [= ] 63/3151 1% [= ] 64/3151 2% [= ] 65/3151 2% [= ] 66/3151 2% [= ] 67/3151 2% [= ] 68/3151 2% [= ] 69/3151 2% [= ] 70/3151 2% [= ] 71/3151 2% [= ] 72/3151 2% [= ] 73/3151 2% [= ] 74/3151 2% [= ] 75/3151 2% [= ] 76/3151 2% [= ] 77/3151 2% [= ] 78/3151 2% [= ] 79/3151 2% [= ] 80/3151 2% [= ] 81/3151 2% [= ] 82/3151 2% [= ] 83/3151 2% [= ] 84/3151 2% [= ] 85/3151 2% [= ] 86/3151 2% [= ] 87/3151 2% [= ] 88/3151 2% [= ] 89/3151 2% [= ] 90/3151 2% [= ] 91/3151 2% [= ] 92/3151 2% [= ] 93/3151 2% [= ] 94/3151 2% [= ] 95/3151 3% [= ] 96/3151 3% [= ] 97/3151 3% [= ] 98/3151 3% [= ] 99/3151 3% [= ] 100/3151 3% [= ] 101/3151 3% [== ] 102/3151 3% [== ] 103/3151 3% [== ] 104/3151 3% [== ] 105/3151 3% [== ] 106/3151 3% [== ] 107/3151 3% [== ] 108/3151 3% [== ] 109/3151 3% [== ] 110/3151 3% [== ] 111/3151 3% [== ] 112/3151 3% [== ] 113/3151 3% [== ] 114/3151 3% [== ] 115/3151 3% [== ] 116/3151 3% [== ] 117/3151 3% [== ] 118/3151 3% [== ] 119/3151 3% [== ] 120/3151 3% [== ] 121/3151 3% [== ] 122/3151 3% [== ] 123/3151 3% [== ] 124/3151 3% [== ] 125/3151 3% [== ] 126/3151 3% [== ] 127/3151 4% [== ] 128/3151 4% [== ] 129/3151 4% [== ] 130/3151 4% [== ] 131/3151 4% [== ] 132/3151 4% [== ] 133/3151 4% [== ] 134/3151 4% [== ] 135/3151 4% [== ] 136/3151 4% [== ] 137/3151 4% [== ] 138/3151 4% [== ] 139/3151 4% [== ] 140/3151 4% [== ] 141/3151 4% [== ] 142/3151 4% [== ] 143/3151 4% [== ] 144/3151 4% [== ] 145/3151 4% [== ] 146/3151 4% [== ] 147/3151 4% [== ] 148/3151 4% [== ] 149/3151 4% [== ] 150/3151 4% [== ] 151/3151 4% [== ] 152/3151 4% [=== ] 153/3151 4% [=== ] 154/3151 4% [=== ] 155/3151 4% [=== ] 156/3151 4% [=== ] 157/3151 4% [=== ] 158/3151 5% [=== ] 159/3151 5% [=== ] 160/3151 5% [=== ] 161/3151 5% [=== ] 162/3151 5% [=== ] 163/3151 5% [=== ] 164/3151 5% [=== ] 165/3151 5% [=== ] 166/3151 5% [=== ] 167/3151 5% [=== ] 168/3151 5% [=== ] 169/3151 5% [=== ] 170/3151 5% [=== ] 171/3151 5% [=== ] 172/3151 5% [=== ] 173/3151 5% [=== ] 174/3151 5% [=== ] 175/3151 5% [=== ] 176/3151 5% [=== ] 177/3151 5% [=== ] 178/3151 5% [=== ] 179/3151 5% [=== ] 180/3151 5% [=== ] 181/3151 5% [=== ] 182/3151 5% [=== ] 183/3151 5% [=== ] 184/3151 5% [=== ] 185/3151 5% [=== ] 186/3151 5% [=== ] 187/3151 5% [=== ] 188/3151 5% [=== ] 189/3151 5% [=== ] 190/3151 6% [=== ] 191/3151 6% [=== ] 192/3151 6% [=== ] 193/3151 6% [=== ] 194/3151 6% [=== ] 195/3151 6% [=== ] 196/3151 6% [=== ] 197/3151 6% [=== ] 198/3151 6% [=== ] 199/3151 6% [=== ] 200/3151 6% [=== ] 201/3151 6% [=== ] 202/3151 6% [=== ] 203/3151 6% [==== ] 204/3151 6% [==== ] 205/3151 6% [==== ] 206/3151 6% [==== ] 207/3151 6% [==== ] 208/3151 6% [==== ] 209/3151 6% [==== ] 210/3151 6% [==== ] 211/3151 6% [==== ] 212/3151 6% [==== ] 213/3151 6% [==== ] 214/3151 6% [==== ] 215/3151 6% [==== ] 216/3151 6% [==== ] 217/3151 6% [==== ] 218/3151 6% [==== ] 219/3151 6% [==== ] 220/3151 6% [==== ] 221/3151 7% [==== ] 222/3151 7% [==== ] 223/3151 7% [==== ] 224/3151 7% [==== ] 225/3151 7% [==== ] 226/3151 7% [==== ] 227/3151 7% [==== ] 228/3151 7% [==== ] 229/3151 7% [==== ] 230/3151 7% [==== ] 231/3151 7% [==== ] 232/3151 7% [==== ] 233/3151 7% [==== ] 234/3151 7% [==== ] 235/3151 7% [==== ] 236/3151 7% [==== ] 237/3151 7% [==== ] 238/3151 7% [==== ] 239/3151 7% [==== ] 240/3151 7% [==== ] 241/3151 7% [==== ] 242/3151 7% [==== ] 243/3151 7% [==== ] 244/3151 7% [==== ] 245/3151 7% [==== ] 246/3151 7% [==== ] 247/3151 7% [==== ] 248/3151 7% [==== ] 249/3151 7% [==== ] 250/3151 7% [==== ] 251/3151 7% [==== ] 252/3151 7% [==== ] 253/3151 8% [==== ] 254/3151 8% [===== ] 255/3151 8% [===== ] 256/3151 8% [===== ] 257/3151 8% [===== ] 258/3151 8% [===== ] 259/3151 8% [===== ] 260/3151 8% [===== ] 261/3151 8% [===== ] 262/3151 8% [===== ] 263/3151 8% [===== ] 264/3151 8% [===== ] 265/3151 8% [===== ] 266/3151 8% [===== ] 267/3151 8% [===== ] 268/3151 8% [===== ] 269/3151 8% [===== ] 270/3151 8% [===== ] 271/3151 8% [===== ] 272/3151 8% [===== ] 273/3151 8% [===== ] 274/3151 8% [===== ] 275/3151 8% [===== ] 276/3151 8% [===== ] 277/3151 8% [===== ] 278/3151 8% [===== ] 279/3151 8% [===== ] 280/3151 8% [===== ] 281/3151 8% [===== ] 282/3151 8% [===== ] 283/3151 8% [===== ] 284/3151 9% [===== ] 285/3151 9% [===== ] 286/3151 9% [===== ] 287/3151 9% [===== ] 288/3151 9% [===== ] 289/3151 9% [===== ] 290/3151 9% [===== ] 291/3151 9% [===== ] 292/3151 9% [===== ] 293/3151 9% [===== ] 294/3151 9% [===== ] 295/3151 9% [===== ] 296/3151 9% [===== ] 297/3151 9% [===== ] 298/3151 9% [===== ] 299/3151 9% [===== ] 300/3151 9% [===== ] 301/3151 9% [===== ] 302/3151 9% [===== ] 303/3151 9% [===== ] 304/3151 9% [====== ] 305/3151 9% [====== ] 306/3151 9% [====== ] 307/3151 9% [====== ] 308/3151 9% [====== ] 309/3151 9% [====== ] 310/3151 9% [====== ] 311/3151 9% [====== ] 312/3151 9% [====== ] 313/3151 9% [====== ] 314/3151 9% [====== ] 315/3151 9% [====== ] 316/3151 10% [====== ] 317/3151 10% [====== ] 318/3151 10% [====== ] 319/3151 10% [====== ] 320/3151 10% [====== ] 321/3151 10% [====== ] 322/3151 10% [====== ] 323/3151 10% [====== ] 324/3151 10% [====== ] 325/3151 10% [====== ] 326/3151 10% [====== ] 327/3151 10% [====== ] 328/3151 10% [====== ] 329/3151 10% [====== ] 330/3151 10% [====== ] 331/3151 10% [====== ] 332/3151 10% [====== ] 333/3151 10% [====== ] 334/3151 10% [====== ] 335/3151 10% [====== ] 336/3151 10% [====== ] 337/3151 10% [====== ] 338/3151 10% [====== ] 339/3151 10% [====== ] 340/3151 10% [====== ] 341/3151 10% [====== ] 342/3151 10% [====== ] 343/3151 10% [====== ] 344/3151 10% [====== ] 345/3151 10% [====== ] 346/3151 10% [====== ] 347/3151 11% [====== ] 348/3151 11% [====== ] 349/3151 11% [====== ] 350/3151 11% [====== ] 351/3151 11% [====== ] 352/3151 11% [====== ] 353/3151 11% [====== ] 354/3151 11% [====== ] 355/3151 11% [======= ] 356/3151 11% [======= ] 357/3151 11% [======= ] 358/3151 11% [======= ] 359/3151 11% [======= ] 360/3151 11% [======= ] 361/3151 11% [======= ] 362/3151 11% [======= ] 363/3151 11% [======= ] 364/3151 11% [======= ] 365/3151 11% [======= ] 366/3151 11% [======= ] 367/3151 11% [======= ] 368/3151 11% [======= ] 369/3151 11% [======= ] 370/3151 11% [======= ] 371/3151 11% [======= ] 372/3151 11% [======= ] 373/3151 11% [======= ] 374/3151 11% [======= ] 375/3151 11% [======= ] 376/3151 11% [======= ] 377/3151 11% [======= ] 378/3151 11% [======= ] 379/3151 12% [======= ] 380/3151 12% [======= ] 381/3151 12% [======= ] 382/3151 12% [======= ] 383/3151 12% [======= ] 384/3151 12% [======= ] 385/3151 12% [======= ] 386/3151 12% [======= ] 387/3151 12% [======= ] 388/3151 12% [======= ] 389/3151 12% [======= ] 390/3151 12% [======= ] 391/3151 12% [======= ] 392/3151 12% [======= ] 393/3151 12% [======= ] 394/3151 12% [======= ] 395/3151 12% [======= ] 396/3151 12% [======= ] 397/3151 12% [======= ] 398/3151 12% [======= ] 399/3151 12% [======= ] 400/3151 12% [======= ] 401/3151 12% [======= ] 402/3151 12% [======= ] 403/3151 12% [======= ] 404/3151 12% [======= ] 405/3151 12% [======= ] 406/3151 12% [======== ] 407/3151 12% [======== ] 408/3151 12% [======== ] 409/3151 12% [======== ] 410/3151 13% [======== ] 411/3151 13% [======== ] 412/3151 13% [======== ] 413/3151 13% [======== ] 414/3151 13% [======== ] 415/3151 13% [======== ] 416/3151 13% [======== ] 417/3151 13% [======== ] 418/3151 13% [======== ] 419/3151 13% [======== ] 420/3151 13% [======== ] 421/3151 13% [======== ] 422/3151 13% [======== ] 423/3151 13% [======== ] 424/3151 13% [======== ] 425/3151 13% [======== ] 426/3151 13% [======== ] 427/3151 13% [======== ] 428/3151 13% [======== ] 429/3151 13% [======== ] 430/3151 13% [======== ] 431/3151 13% [======== ] 432/3151 13% [======== ] 433/3151 13% [======== ] 434/3151 13% [======== ] 435/3151 13% [======== ] 436/3151 13% [======== ] 437/3151 13% [======== ] 438/3151 13% [======== ] 439/3151 13% [======== ] 440/3151 13% [======== ] 441/3151 13% [======== ] 442/3151 14% [======== ] 443/3151 14% [======== ] 444/3151 14% [======== ] 445/3151 14% [======== ] 446/3151 14% [======== ] 447/3151 14% [======== ] 448/3151 14% [======== ] 449/3151 14% [======== ] 450/3151 14% [======== ] 451/3151 14% [======== ] 452/3151 14% [======== ] 453/3151 14% [======== ] 454/3151 14% [======== ] 455/3151 14% [======== ] 456/3151 14% [======== ] 457/3151 14% [========= ] 458/3151 14% [========= ] 459/3151 14% [========= ] 460/3151 14% [========= ] 461/3151 14% [========= ] 462/3151 14% [========= ] 463/3151 14% [========= ] 464/3151 14% [========= ] 465/3151 14% [========= ] 466/3151 14% [========= ] 467/3151 14% [========= ] 468/3151 14% [========= ] 469/3151 14% [========= ] 470/3151 14% [========= ] 471/3151 14% [========= ] 472/3151 14% [========= ] 473/3151 15% [========= ] 474/3151 15% [========= ] 475/3151 15% [========= ] 476/3151 15% [========= ] 477/3151 15% [========= ] 478/3151 15% [========= ] 479/3151 15% [========= ] 480/3151 15% [========= ] 481/3151 15% [========= ] 482/3151 15% [========= ] 483/3151 15% [========= ] 484/3151 15% [========= ] 485/3151 15% [========= ] 486/3151 15% [========= ] 487/3151 15% [========= ] 488/3151 15% [========= ] 489/3151 15% [========= ] 490/3151 15% [========= ] 491/3151 15% [========= ] 492/3151 15% [========= ] 493/3151 15% [========= ] 494/3151 15% [========= ] 495/3151 15% [========= ] 496/3151 15% [========= ] 497/3151 15% [========= ] 498/3151 15% [========= ] 499/3151 15% [========= ] 500/3151 15% [========= ] 501/3151 15% [========= ] 502/3151 15% [========= ] 503/3151 15% [========= ] 504/3151 15% [========= ] 505/3151 16% [========= ] 506/3151 16% [========= ] 507/3151 16% [========= ] 508/3151 16% [========== ] 509/3151 16% [========== ] 510/3151 16% [========== ] 511/3151 16% [========== ] 512/3151 16% [========== ] 513/3151 16% [========== ] 514/3151 16% [========== ] 515/3151 16% [========== ] 516/3151 16% [========== ] 517/3151 16% [========== ] 518/3151 16% [========== ] 519/3151 16% [========== ] 520/3151 16% [========== ] 521/3151 16% [========== ] 522/3151 16% [========== ] 523/3151 16% [========== ] 524/3151 16% [========== ] 525/3151 16% [========== ] 526/3151 16% [========== ] 527/3151 16% [========== ] 528/3151 16% [========== ] 529/3151 16% [========== ] 530/3151 16% [========== ] 531/3151 16% [========== ] 532/3151 16% [========== ] 533/3151 16% [========== ] 534/3151 16% [========== ] 535/3151 16% [========== ] 536/3151 17% [========== ] 537/3151 17% [========== ] 538/3151 17% [========== ] 539/3151 17% [========== ] 540/3151 17% [========== ] 541/3151 17% [========== ] 542/3151 17% [========== ] 543/3151 17% [========== ] 544/3151 17% [========== ] 545/3151 17% [========== ] 546/3151 17% [========== ] 547/3151 17% [========== ] 548/3151 17% [========== ] 549/3151 17% [========== ] 550/3151 17% [========== ] 551/3151 17% [========== ] 552/3151 17% [========== ] 553/3151 17% [========== ] 554/3151 17% [========== ] 555/3151 17% [========== ] 556/3151 17% [========== ] 557/3151 17% [========== ] 558/3151 17% [========== ] 559/3151 17% [=========== ] 560/3151 17% [=========== ] 561/3151 17% [=========== ] 562/3151 17% [=========== ] 563/3151 17% [=========== ] 564/3151 17% [=========== ] 565/3151 17% [=========== ] 566/3151 17% [=========== ] 567/3151 17% [=========== ] 568/3151 18% [=========== ] 569/3151 18% [=========== ] 570/3151 18% [=========== ] 571/3151 18% [=========== ] 572/3151 18% [=========== ] 573/3151 18% [=========== ] 574/3151 18% [=========== ] 575/3151 18% [=========== ] 576/3151 18% [=========== ] 577/3151 18% [=========== ] 578/3151 18% [=========== ] 579/3151 18% [=========== ] 580/3151 18% [=========== ] 581/3151 18% [=========== ] 582/3151 18% [=========== ] 583/3151 18% [=========== ] 584/3151 18% [=========== ] 585/3151 18% [=========== ] 586/3151 18% [=========== ] 587/3151 18% [=========== ] 588/3151 18% [=========== ] 589/3151 18% [=========== ] 590/3151 18% [=========== ] 591/3151 18% [=========== ] 592/3151 18% [=========== ] 593/3151 18% [=========== ] 594/3151 18% [=========== ] 595/3151 18% [=========== ] 596/3151 18% [=========== ] 597/3151 18% [=========== ] 598/3151 18% [=========== ] 599/3151 19% [=========== ] 600/3151 19% [=========== ] 601/3151 19% [=========== ] 602/3151 19% [=========== ] 603/3151 19% [=========== ] 604/3151 19% [=========== ] 605/3151 19% [=========== ] 606/3151 19% [=========== ] 607/3151 19% [=========== ] 608/3151 19% [=========== ] 609/3151 19% [============ ] 610/3151 19% [============ ] 611/3151 19% [============ ] 612/3151 19% [============ ] 613/3151 19% [============ ] 614/3151 19% [============ ] 615/3151 19% [============ ] 616/3151 19% [============ ] 617/3151 19% [============ ] 618/3151 19% [============ ] 619/3151 19% [============ ] 620/3151 19% [============ ] 621/3151 19% [============ ] 622/3151 19% [============ ] 623/3151 19% [============ ] 624/3151 19% [============ ] 625/3151 19% [============ ] 626/3151 19% [============ ] 627/3151 19% [============ ] 628/3151 19% [============ ] 629/3151 19% [============ ] 630/3151 19% [============ ] 631/3151 20% [============ ] 632/3151 20% [============ ] 633/3151 20% [============ ] 634/3151 20% [============ ] 635/3151 20% [============ ] 636/3151 20% [============ ] 637/3151 20% [============ ] 638/3151 20% [============ ] 639/3151 20% [============ ] 640/3151 20% [============ ] 641/3151 20% [============ ] 642/3151 20% [============ ] 643/3151 20% [============ ] 644/3151 20% [============ ] 645/3151 20% [============ ] 646/3151 20% [============ ] 647/3151 20% [============ ] 648/3151 20% [============ ] 649/3151 20% [============ ] 650/3151 20% [============ ] 651/3151 20% [============ ] 652/3151 20% [============ ] 653/3151 20% [============ ] 654/3151 20% [============ ] 655/3151 20% [============ ] 656/3151 20% [============ ] 657/3151 20% [============ ] 658/3151 20% [============ ] 659/3151 20% [============ ] 660/3151 20% [============= ] 661/3151 20% [============= ] 662/3151 21% [============= ] 663/3151 21% [============= ] 664/3151 21% [============= ] 665/3151 21% [============= ] 666/3151 21% [============= ] 667/3151 21% [============= ] 668/3151 21% [============= ] 669/3151 21% [============= ] 670/3151 21% [============= ] 671/3151 21% [============= ] 672/3151 21% [============= ] 673/3151 21% [============= ] 674/3151 21% [============= ] 675/3151 21% [============= ] 676/3151 21% [============= ] 677/3151 21% [============= ] 678/3151 21% [============= ] 679/3151 21% [============= ] 680/3151 21% [============= ] 681/3151 21% [============= ] 682/3151 21% [============= ] 683/3151 21% [============= ] 684/3151 21% [============= ] 685/3151 21% [============= ] 686/3151 21% [============= ] 687/3151 21% [============= ] 688/3151 21% [============= ] 689/3151 21% [============= ] 690/3151 21% [============= ] 691/3151 21% [============= ] 692/3151 21% [============= ] 693/3151 21% [============= ] 694/3151 22% [============= ] 695/3151 22% [============= ] 696/3151 22% [============= ] 697/3151 22% [============= ] 698/3151 22% [============= ] 699/3151 22% [============= ] 700/3151 22% [============= ] 701/3151 22% [============= ] 702/3151 22% [============= ] 703/3151 22% [============= ] 704/3151 22% [============= ] 705/3151 22% [============= ] 706/3151 22% [============= ] 707/3151 22% [============= ] 708/3151 22% [============= ] 709/3151 22% [============= ] 710/3151 22% [============= ] 711/3151 22% [============== ] 712/3151 22% [============== ] 713/3151 22% [============== ] 714/3151 22% [============== ] 715/3151 22% [============== ] 716/3151 22% [============== ] 717/3151 22% [============== ] 718/3151 22% [============== ] 719/3151 22% [============== ] 720/3151 22% [============== ] 721/3151 22% [============== ] 722/3151 22% [============== ] 723/3151 22% [============== ] 724/3151 22% [============== ] 725/3151 23% [============== ] 726/3151 23% [============== ] 727/3151 23% [============== ] 728/3151 23% [============== ] 729/3151 23% [============== ] 730/3151 23% [============== ] 731/3151 23% [============== ] 732/3151 23% [============== ] 733/3151 23% [============== ] 734/3151 23% [============== ] 735/3151 23% [============== ] 736/3151 23% [============== ] 737/3151 23% [============== ] 738/3151 23% [============== ] 739/3151 23% [============== ] 740/3151 23% [============== ] 741/3151 23% [============== ] 742/3151 23% [============== ] 743/3151 23% [============== ] 744/3151 23% [============== ] 745/3151 23% [============== ] 746/3151 23% [============== ] 747/3151 23% [============== ] 748/3151 23% [============== ] 749/3151 23% [============== ] 750/3151 23% [============== ] 751/3151 23% [============== ] 752/3151 23% [============== ] 753/3151 23% [============== ] 754/3151 23% [============== ] 755/3151 23% [============== ] 756/3151 23% [============== ] 757/3151 24% [============== ] 758/3151 24% [============== ] 759/3151 24% [============== ] 760/3151 24% [============== ] 761/3151 24% [============== ] 762/3151 24% [=============== ] 763/3151 24% [=============== ] 764/3151 24% [=============== ] 765/3151 24% [=============== ] 766/3151 24% [=============== ] 767/3151 24% [=============== ] 768/3151 24% [=============== ] 769/3151 24% [=============== ] 770/3151 24% [=============== ] 771/3151 24% [=============== ] 772/3151 24% [=============== ] 773/3151 24% [=============== ] 774/3151 24% [=============== ] 775/3151 24% [=============== ] 776/3151 24% [=============== ] 777/3151 24% [=============== ] 778/3151 24% [=============== ] 779/3151 24% [=============== ] 780/3151 24% [=============== ] 781/3151 24% [=============== ] 782/3151 24% [=============== ] 783/3151 24% [=============== ] 784/3151 24% [=============== ] 785/3151 24% [=============== ] 786/3151 24% [=============== ] 787/3151 24% [=============== ] 788/3151 25% [=============== ] 789/3151 25% [=============== ] 790/3151 25% [=============== ] 791/3151 25% [=============== ] 792/3151 25% [=============== ] 793/3151 25% [=============== ] 794/3151 25% [=============== ] 795/3151 25% [=============== ] 796/3151 25% [=============== ] 797/3151 25% [=============== ] 798/3151 25% [=============== ] 799/3151 25% [=============== ] 800/3151 25% [=============== ] 801/3151 25% [=============== ] 802/3151 25% [=============== ] 803/3151 25% [=============== ] 804/3151 25% [=============== ] 805/3151 25% [=============== ] 806/3151 25% [=============== ] 807/3151 25% [=============== ] 808/3151 25% [=============== ] 809/3151 25% [=============== ] 810/3151 25% [=============== ] 811/3151 25% [=============== ] 812/3151 25% [=============== ] 813/3151 25% [================ ] 814/3151 25% [================ ] 815/3151 25% [================ ] 816/3151 25% [================ ] 817/3151 25% [================ ] 818/3151 25% [================ ] 819/3151 25% [================ ] 820/3151 26% [================ ] 821/3151 26% [================ ] 822/3151 26% [================ ] 823/3151 26% [================ ] 824/3151 26% [================ ] 825/3151 26% [================ ] 826/3151 26% [================ ] 827/3151 26% [================ ] 828/3151 26% [================ ] 829/3151 26% [================ ] 830/3151 26% [================ ] 831/3151 26% [================ ] 832/3151 26% [================ ] 833/3151 26% [================ ] 834/3151 26% [================ ] 835/3151 26% [================ ] 836/3151 26% [================ ] 837/3151 26% [================ ] 838/3151 26% [================ ] 839/3151 26% [================ ] 840/3151 26% [================ ] 841/3151 26% [================ ] 842/3151 26% [================ ] 843/3151 26% [================ ] 844/3151 26% [================ ] 845/3151 26% [================ ] 846/3151 26% [================ ] 847/3151 26% [================ ] 848/3151 26% [================ ] 849/3151 26% [================ ] 850/3151 26% [================ ] 851/3151 27% [================ ] 852/3151 27% [================ ] 853/3151 27% [================ ] 854/3151 27% [================ ] 855/3151 27% [================ ] 856/3151 27% [================ ] 857/3151 27% [================ ] 858/3151 27% [================ ] 859/3151 27% [================ ] 860/3151 27% [================ ] 861/3151 27% [================ ] 862/3151 27% [================ ] 863/3151 27% [================= ] 864/3151 27% [================= ] 865/3151 27% [================= ] 866/3151 27% [================= ] 867/3151 27% [================= ] 868/3151 27% [================= ] 869/3151 27% [================= ] 870/3151 27% [================= ] 871/3151 27% [================= ] 872/3151 27% [================= ] 873/3151 27% [================= ] 874/3151 27% [================= ] 875/3151 27% [================= ] 876/3151 27% [================= ] 877/3151 27% [================= ] 878/3151 27% [================= ] 879/3151 27% [================= ] 880/3151 27% [================= ] 881/3151 27% [================= ] 882/3151 27% [================= ] 883/3151 28% [================= ] 884/3151 28% [================= ] 885/3151 28% [================= ] 886/3151 28% [================= ] 887/3151 28% [================= ] 888/3151 28% [================= ] 889/3151 28% [================= ] 890/3151 28% [================= ] 891/3151 28% [================= ] 892/3151 28% [================= ] 893/3151 28% [================= ] 894/3151 28% [================= ] 895/3151 28% [================= ] 896/3151 28% [================= ] 897/3151 28% [================= ] 898/3151 28% [================= ] 899/3151 28% [================= ] 900/3151 28% [================= ] 901/3151 28% [================= ] 902/3151 28% [================= ] 903/3151 28% [================= ] 904/3151 28% [================= ] 905/3151 28% [================= ] 906/3151 28% [================= ] 907/3151 28% [================= ] 908/3151 28% [================= ] 909/3151 28% [================= ] 910/3151 28% [================= ] 911/3151 28% [================= ] 912/3151 28% [================= ] 913/3151 28% [================= ] 914/3151 29% [================== ] 915/3151 29% [================== ] 916/3151 29% [================== ] 917/3151 29% [================== ] 918/3151 29% [================== ] 919/3151 29% [================== ] 920/3151 29% [================== ] 921/3151 29% [================== ] 922/3151 29% [================== ] 923/3151 29% [================== ] 924/3151 29% [================== ] 925/3151 29% [================== ] 926/3151 29% [================== ] 927/3151 29% [================== ] 928/3151 29% [================== ] 929/3151 29% [================== ] 930/3151 29% [================== ] 931/3151 29% [================== ] 932/3151 29% [================== ] 933/3151 29% [================== ] 934/3151 29% [================== ] 935/3151 29% [================== ] 936/3151 29% [================== ] 937/3151 29% [================== ] 938/3151 29% [================== ] 939/3151 29% [================== ] 940/3151 29% [================== ] 941/3151 29% [================== ] 942/3151 29% [================== ] 943/3151 29% [================== ] 944/3151 29% [================== ] 945/3151 29% [================== ] 946/3151 30% [================== ] 947/3151 30% [================== ] 948/3151 30% [================== ] 949/3151 30% [================== ] 950/3151 30% [================== ] 951/3151 30% [================== ] 952/3151 30% [================== ] 953/3151 30% [================== ] 954/3151 30% [================== ] 955/3151 30% [================== ] 956/3151 30% [================== ] 957/3151 30% [================== ] 958/3151 30% [================== ] 959/3151 30% [================== ] 960/3151 30% [================== ] 961/3151 30% [================== ] 962/3151 30% [================== ] 963/3151 30% [================== ] 964/3151 30% [================== ] 965/3151 30% [=================== ] 966/3151 30% [=================== ] 967/3151 30% [=================== ] 968/3151 30% [=================== ] 969/3151 30% [=================== ] 970/3151 30% [=================== ] 971/3151 30% [=================== ] 972/3151 30% [=================== ] 973/3151 30% [=================== ] 974/3151 30% [=================== ] 975/3151 30% [=================== ] 976/3151 30% [=================== ] 977/3151 31% [=================== ] 978/3151 31% [=================== ] 979/3151 31% [=================== ] 980/3151 31% [=================== ] 981/3151 31% [=================== ] 982/3151 31% [=================== ] 983/3151 31% [=================== ] 984/3151 31% [=================== ] 985/3151 31% [=================== ] 986/3151 31% [=================== ] 987/3151 31% [=================== ] 988/3151 31% [=================== ] 989/3151 31% [=================== ] 990/3151 31% [=================== ] 991/3151 31% [=================== ] 992/3151 31% [=================== ] 993/3151 31% [=================== ] 994/3151 31% [=================== ] 995/3151 31% [=================== ] 996/3151 31% [=================== ] 997/3151 31% [=================== ] 998/3151 31% [=================== ] 999/3151 31% [=================== ] 1000/3151 31% [=================== ] 1001/3151 31% [=================== ] 1002/3151 31% [=================== ] 1003/3151 31% [=================== ] 1004/3151 31% [=================== ] 1005/3151 31% [=================== ] 1006/3151 31% [=================== ] 1007/3151 31% [=================== ] 1008/3151 31% [=================== ] 1009/3151 32% [=================== ] 1010/3151 32% [=================== ] 1011/3151 32% [=================== ] 1012/3151 32% [=================== ] 1013/3151 32% [=================== ] 1014/3151 32% [=================== ] 1015/3151 32% [=================== ] 1016/3151 32% [==================== ] 1017/3151 32% [==================== ] 1018/3151 32% [==================== ] 1019/3151 32% [==================== ] 1020/3151 32% [==================== ] 1021/3151 32% [==================== ] 1022/3151 32% [==================== ] 1023/3151 32% [==================== ] 1024/3151 32% [==================== ] 1025/3151 32% [==================== ] 1026/3151 32% [==================== ] 1027/3151 32% [==================== ] 1028/3151 32% [==================== ] 1029/3151 32% [==================== ] 1030/3151 32% [==================== ] 1031/3151 32% [==================== ] 1032/3151 32% [==================== ] 1033/3151 32% [==================== ] 1034/3151 32% [==================== ] 1035/3151 32% [==================== ] 1036/3151 32% [==================== ] 1037/3151 32% [==================== ] 1038/3151 32% [==================== ] 1039/3151 32% [==================== ] 1040/3151 33% [==================== ] 1041/3151 33% [==================== ] 1042/3151 33% [==================== ] 1043/3151 33% [==================== ] 1044/3151 33% [==================== ] 1045/3151 33% [==================== ] 1046/3151 33% [==================== ] 1047/3151 33% [==================== ] 1048/3151 33% [==================== ] 1049/3151 33% [==================== ] 1050/3151 33% [==================== ] 1051/3151 33% [==================== ] 1052/3151 33% [==================== ] 1053/3151 33% [==================== ] 1054/3151 33% [==================== ] 1055/3151 33% [==================== ] 1056/3151 33% [==================== ] 1057/3151 33% [==================== ] 1058/3151 33% [==================== ] 1059/3151 33% [==================== ] 1060/3151 33% [==================== ] 1061/3151 33% [==================== ] 1062/3151 33% [==================== ] 1063/3151 33% [==================== ] 1064/3151 33% [==================== ] 1065/3151 33% [==================== ] 1066/3151 33% [==================== ] 1067/3151 33% [===================== ] 1068/3151 33% [===================== ] 1069/3151 33% [===================== ] 1070/3151 33% [===================== ] 1071/3151 33% [===================== ] 1072/3151 34% [===================== ] 1073/3151 34% [===================== ] 1074/3151 34% [===================== ] 1075/3151 34% [===================== ] 1076/3151 34% [===================== ] 1077/3151 34% [===================== ] 1078/3151 34% [===================== ] 1079/3151 34% [===================== ] 1080/3151 34% [===================== ] 1081/3151 34% [===================== ] 1082/3151 34% [===================== ] 1083/3151 34% [===================== ] 1084/3151 34% [===================== ] 1085/3151 34% [===================== ] 1086/3151 34% [===================== ] 1087/3151 34% [===================== ] 1088/3151 34% [===================== ] 1089/3151 34% [===================== ] 1090/3151 34% [===================== ] 1091/3151 34% [===================== ] 1092/3151 34% [===================== ] 1093/3151 34% [===================== ] 1094/3151 34% [===================== ] 1095/3151 34% [===================== ] 1096/3151 34% [===================== ] 1097/3151 34% [===================== ] 1098/3151 34% [===================== ] 1099/3151 34% [===================== ] 1100/3151 34% [===================== ] 1101/3151 34% [===================== ] 1102/3151 34% [===================== ] 1103/3151 35% [===================== ] 1104/3151 35% [===================== ] 1105/3151 35% [===================== ] 1106/3151 35% [===================== ] 1107/3151 35% [===================== ] 1108/3151 35% [===================== ] 1109/3151 35% [===================== ] 1110/3151 35% [===================== ] 1111/3151 35% [===================== ] 1112/3151 35% [===================== ] 1113/3151 35% [===================== ] 1114/3151 35% [===================== ] 1115/3151 35% [===================== ] 1116/3151 35% [===================== ] 1117/3151 35% [===================== ] 1118/3151 35% [====================== ] 1119/3151 35% [====================== ] 1120/3151 35% [====================== ] 1121/3151 35% [====================== ] 1122/3151 35% [====================== ] 1123/3151 35% [====================== ] 1124/3151 35% [====================== ] 1125/3151 35% [====================== ] 1126/3151 35% [====================== ] 1127/3151 35% [====================== ] 1128/3151 35% [====================== ] 1129/3151 35% [====================== ] 1130/3151 35% [====================== ] 1131/3151 35% [====================== ] 1132/3151 35% [====================== ] 1133/3151 35% [====================== ] 1134/3151 35% [====================== ] 1135/3151 36% [====================== ] 1136/3151 36% [====================== ] 1137/3151 36% [====================== ] 1138/3151 36% [====================== ] 1139/3151 36% [====================== ] 1140/3151 36% [====================== ] 1141/3151 36% [====================== ] 1142/3151 36% [====================== ] 1143/3151 36% [====================== ] 1144/3151 36% [====================== ] 1145/3151 36% [====================== ] 1146/3151 36% [====================== ] 1147/3151 36% [====================== ] 1148/3151 36% [====================== ] 1149/3151 36% [====================== ] 1150/3151 36% [====================== ] 1151/3151 36% [====================== ] 1152/3151 36% [====================== ] 1153/3151 36% [====================== ] 1154/3151 36% [====================== ] 1155/3151 36% [====================== ] 1156/3151 36% [====================== ] 1157/3151 36% [====================== ] 1158/3151 36% [====================== ] 1159/3151 36% [====================== ] 1160/3151 36% [====================== ] 1161/3151 36% [====================== ] 1162/3151 36% [====================== ] 1163/3151 36% [====================== ] 1164/3151 36% [====================== ] 1165/3151 36% [====================== ] 1166/3151 37% [====================== ] 1167/3151 37% [====================== ] 1168/3151 37% [======================= ] 1169/3151 37% [======================= ] 1170/3151 37% [======================= ] 1171/3151 37% [======================= ] 1172/3151 37% [======================= ] 1173/3151 37% [======================= ] 1174/3151 37% [======================= ] 1175/3151 37% [======================= ] 1176/3151 37% [======================= ] 1177/3151 37% [======================= ] 1178/3151 37% [======================= ] 1179/3151 37% [======================= ] 1180/3151 37% [======================= ] 1181/3151 37% [======================= ] 1182/3151 37% [======================= ] 1183/3151 37% [======================= ] 1184/3151 37% [======================= ] 1185/3151 37% [======================= ] 1186/3151 37% [======================= ] 1187/3151 37% [======================= ] 1188/3151 37% [======================= ] 1189/3151 37% [======================= ] 1190/3151 37% [======================= ] 1191/3151 37% [======================= ] 1192/3151 37% [======================= ] 1193/3151 37% [======================= ] 1194/3151 37% [======================= ] 1195/3151 37% [======================= ] 1196/3151 37% [======================= ] 1197/3151 37% [======================= ] 1198/3151 38% [======================= ] 1199/3151 38% [======================= ] 1200/3151 38% [======================= ] 1201/3151 38% [======================= ] 1202/3151 38% [======================= ] 1203/3151 38% [======================= ] 1204/3151 38% [======================= ] 1205/3151 38% [======================= ] 1206/3151 38% [======================= ] 1207/3151 38% [======================= ] 1208/3151 38% [======================= ] 1209/3151 38% [======================= ] 1210/3151 38% [======================= ] 1211/3151 38% [======================= ] 1212/3151 38% [======================= ] 1213/3151 38% [======================= ] 1214/3151 38% [======================= ] 1215/3151 38% [======================= ] 1216/3151 38% [======================= ] 1217/3151 38% [======================= ] 1218/3151 38% [======================= ] 1219/3151 38% [======================== ] 1220/3151 38% [======================== ] 1221/3151 38% [======================== ] 1222/3151 38% [======================== ] 1223/3151 38% [======================== ] 1224/3151 38% [======================== ] 1225/3151 38% [======================== ] 1226/3151 38% [======================== ] 1227/3151 38% [======================== ] 1228/3151 38% [======================== ] 1229/3151 39% [======================== ] 1230/3151 39% [======================== ] 1231/3151 39% [======================== ] 1232/3151 39% [======================== ] 1233/3151 39% [======================== ] 1234/3151 39% [======================== ] 1235/3151 39% [======================== ] 1236/3151 39% [======================== ] 1237/3151 39% [======================== ] 1238/3151 39% [======================== ] 1239/3151 39% [======================== ] 1240/3151 39% [======================== ] 1241/3151 39% [======================== ] 1242/3151 39% [======================== ] 1243/3151 39% [======================== ] 1244/3151 39% [======================== ] 1245/3151 39% [======================== ] 1246/3151 39% [======================== ] 1247/3151 39% [======================== ] 1248/3151 39% [======================== ] 1249/3151 39% [======================== ] 1250/3151 39% [======================== ] 1251/3151 39% [======================== ] 1252/3151 39% [======================== ] 1253/3151 39% [======================== ] 1254/3151 39% [======================== ] 1255/3151 39% [======================== ] 1256/3151 39% [======================== ] 1257/3151 39% [======================== ] 1258/3151 39% [======================== ] 1259/3151 39% [======================== ] 1260/3151 39% [======================== ] 1261/3151 40% [======================== ] 1262/3151 40% [======================== ] 1263/3151 40% [======================== ] 1264/3151 40% [======================== ] 1265/3151 40% [======================== ] 1266/3151 40% [======================== ] 1267/3151 40% [======================== ] 1268/3151 40% [======================== ] 1269/3151 40% [======================== ] 1270/3151 40% [========================= ] 1271/3151 40% [========================= ] 1272/3151 40% [========================= ] 1273/3151 40% [========================= ] 1274/3151 40% [========================= ] 1275/3151 40% [========================= ] 1276/3151 40% [========================= ] 1277/3151 40% [========================= ] 1278/3151 40% [========================= ] 1279/3151 40% [========================= ] 1280/3151 40% [========================= ] 1281/3151 40% [========================= ] 1282/3151 40% [========================= ] 1283/3151 40% [========================= ] 1284/3151 40% [========================= ] 1285/3151 40% [========================= ] 1286/3151 40% [========================= ] 1287/3151 40% [========================= ] 1288/3151 40% [========================= ] 1289/3151 40% [========================= ] 1290/3151 40% [========================= ] 1291/3151 40% [========================= ] 1292/3151 41% [========================= ] 1293/3151 41% [========================= ] 1294/3151 41% [========================= ] 1295/3151 41% [========================= ] 1296/3151 41% [========================= ] 1297/3151 41% [========================= ] 1298/3151 41% [========================= ] 1299/3151 41% [========================= ] 1300/3151 41% [========================= ] 1301/3151 41% [========================= ] 1302/3151 41% [========================= ] 1303/3151 41% [========================= ] 1304/3151 41% [========================= ] 1305/3151 41% [========================= ] 1306/3151 41% [========================= ] 1307/3151 41% [========================= ] 1308/3151 41% [========================= ] 1309/3151 41% [========================= ] 1310/3151 41% [========================= ] 1311/3151 41% [========================= ] 1312/3151 41% [========================= ] 1313/3151 41% [========================= ] 1314/3151 41% [========================= ] 1315/3151 41% [========================= ] 1316/3151 41% [========================= ] 1317/3151 41% [========================= ] 1318/3151 41% [========================= ] 1319/3151 41% [========================= ] 1320/3151 41% [========================= ] 1321/3151 41% [========================== ] 1322/3151 41% [========================== ] 1323/3151 41% [========================== ] 1324/3151 42% [========================== ] 1325/3151 42% [========================== ] 1326/3151 42% [========================== ] 1327/3151 42% [========================== ] 1328/3151 42% [========================== ] 1329/3151 42% [========================== ] 1330/3151 42% [========================== ] 1331/3151 42% [========================== ] 1332/3151 42% [========================== ] 1333/3151 42% [========================== ] 1334/3151 42% [========================== ] 1335/3151 42% [========================== ] 1336/3151 42% [========================== ] 1337/3151 42% [========================== ] 1338/3151 42% [========================== ] 1339/3151 42% [========================== ] 1340/3151 42% [========================== ] 1341/3151 42% [========================== ] 1342/3151 42% [========================== ] 1343/3151 42% [========================== ] 1344/3151 42% [========================== ] 1345/3151 42% [========================== ] 1346/3151 42% [========================== ] 1347/3151 42% [========================== ] 1348/3151 42% [========================== ] 1349/3151 42% [========================== ] 1350/3151 42% [========================== ] 1351/3151 42% [========================== ] 1352/3151 42% [========================== ] 1353/3151 42% [========================== ] 1354/3151 42% [========================== ] 1355/3151 43% [========================== ] 1356/3151 43% [========================== ] 1357/3151 43% [========================== ] 1358/3151 43% [========================== ] 1359/3151 43% [========================== ] 1360/3151 43% [========================== ] 1361/3151 43% [========================== ] 1362/3151 43% [========================== ] 1363/3151 43% [========================== ] 1364/3151 43% [========================== ] 1365/3151 43% [========================== ] 1366/3151 43% [========================== ] 1367/3151 43% [========================== ] 1368/3151 43% [========================== ] 1369/3151 43% [========================== ] 1370/3151 43% [========================== ] 1371/3151 43% [========================== ] 1372/3151 43% [=========================== ] 1373/3151 43% [=========================== ] 1374/3151 43% [=========================== ] 1375/3151 43% [=========================== ] 1376/3151 43% [=========================== ] 1377/3151 43% [=========================== ] 1378/3151 43% [=========================== ] 1379/3151 43% [=========================== ] 1380/3151 43% [=========================== ] 1381/3151 43% [=========================== ] 1382/3151 43% [=========================== ] 1383/3151 43% [=========================== ] 1384/3151 43% [=========================== ] 1385/3151 43% [=========================== ] 1386/3151 43% [=========================== ] 1387/3151 44% [=========================== ] 1388/3151 44% [=========================== ] 1389/3151 44% [=========================== ] 1390/3151 44% [=========================== ] 1391/3151 44% [=========================== ] 1392/3151 44% [=========================== ] 1393/3151 44% [=========================== ] 1394/3151 44% [=========================== ] 1395/3151 44% [=========================== ] 1396/3151 44% [=========================== ] 1397/3151 44% [=========================== ] 1398/3151 44% [=========================== ] 1399/3151 44% [=========================== ] 1400/3151 44% [=========================== ] 1401/3151 44% [=========================== ] 1402/3151 44% [=========================== ] 1403/3151 44% [=========================== ] 1404/3151 44% [=========================== ] 1405/3151 44% [=========================== ] 1406/3151 44% [=========================== ] 1407/3151 44% [=========================== ] 1408/3151 44% [=========================== ] 1409/3151 44% [=========================== ] 1410/3151 44% [=========================== ] 1411/3151 44% [=========================== ] 1412/3151 44% [=========================== ] 1413/3151 44% [=========================== ] 1414/3151 44% [=========================== ] 1415/3151 44% [=========================== ] 1416/3151 44% [=========================== ] 1417/3151 44% [=========================== ] 1418/3151 45% [=========================== ] 1419/3151 45% [=========================== ] 1420/3151 45% [=========================== ] 1421/3151 45% [=========================== ] 1422/3151 45% [=========================== ] 1423/3151 45% [============================ ] 1424/3151 45% [============================ ] 1425/3151 45% [============================ ] 1426/3151 45% [============================ ] 1427/3151 45% [============================ ] 1428/3151 45% [============================ ] 1429/3151 45% [============================ ] 1430/3151 45% [============================ ] 1431/3151 45% [============================ ] 1432/3151 45% [============================ ] 1433/3151 45% [============================ ] 1434/3151 45% [============================ ] 1435/3151 45% [============================ ] 1436/3151 45% [============================ ] 1437/3151 45% [============================ ] 1438/3151 45% [============================ ] 1439/3151 45% [============================ ] 1440/3151 45% [============================ ] 1441/3151 45% [============================ ] 1442/3151 45% [============================ ] 1443/3151 45% [============================ ] 1444/3151 45% [============================ ] 1445/3151 45% [============================ ] 1446/3151 45% [============================ ] 1447/3151 45% [============================ ] 1448/3151 45% [============================ ] 1449/3151 45% [============================ ] 1450/3151 46% [============================ ] 1451/3151 46% [============================ ] 1452/3151 46% [============================ ] 1453/3151 46% [============================ ] 1454/3151 46% [============================ ] 1455/3151 46% [============================ ] 1456/3151 46% [============================ ] 1457/3151 46% [============================ ] 1458/3151 46% [============================ ] 1459/3151 46% [============================ ] 1460/3151 46% [============================ ] 1461/3151 46% [============================ ] 1462/3151 46% [============================ ] 1463/3151 46% [============================ ] 1464/3151 46% [============================ ] 1465/3151 46% [============================ ] 1466/3151 46% [============================ ] 1467/3151 46% [============================ ] 1468/3151 46% [============================ ] 1469/3151 46% [============================ ] 1470/3151 46% [============================ ] 1471/3151 46% [============================ ] 1472/3151 46% [============================ ] 1473/3151 46% [============================= ] 1474/3151 46% [============================= ] 1475/3151 46% [============================= ] 1476/3151 46% [============================= ] 1477/3151 46% [============================= ] 1478/3151 46% [============================= ] 1479/3151 46% [============================= ] 1480/3151 46% [============================= ] 1481/3151 47% [============================= ] 1482/3151 47% [============================= ] 1483/3151 47% [============================= ] 1484/3151 47% [============================= ] 1485/3151 47% [============================= ] 1486/3151 47% [============================= ] 1487/3151 47% [============================= ] 1488/3151 47% [============================= ] 1489/3151 47% [============================= ] 1490/3151 47% [============================= ] 1491/3151 47% [============================= ] 1492/3151 47% [============================= ] 1493/3151 47% [============================= ] 1494/3151 47% [============================= ] 1495/3151 47% [============================= ] 1496/3151 47% [============================= ] 1497/3151 47% [============================= ] 1498/3151 47% [============================= ] 1499/3151 47% [============================= ] 1500/3151 47% [============================= ] 1501/3151 47% [============================= ] 1502/3151 47% [============================= ] 1503/3151 47% [============================= ] 1504/3151 47% [============================= ] 1505/3151 47% [============================= ] 1506/3151 47% [============================= ] 1507/3151 47% [============================= ] 1508/3151 47% [============================= ] 1509/3151 47% [============================= ] 1510/3151 47% [============================= ] 1511/3151 47% [============================= ] 1512/3151 47% [============================= ] 1513/3151 48% [============================= ] 1514/3151 48% [============================= ] 1515/3151 48% [============================= ] 1516/3151 48% [============================= ] 1517/3151 48% [============================= ] 1518/3151 48% [============================= ] 1519/3151 48% [============================= ] 1520/3151 48% [============================= ] 1521/3151 48% [============================= ] 1522/3151 48% [============================= ] 1523/3151 48% [============================= ] 1524/3151 48% [============================== ] 1525/3151 48% [============================== ] 1526/3151 48% [============================== ] 1527/3151 48% [============================== ] 1528/3151 48% [============================== ] 1529/3151 48% [============================== ] 1530/3151 48% [============================== ] 1531/3151 48% [============================== ] 1532/3151 48% [============================== ] 1533/3151 48% [============================== ] 1534/3151 48% [============================== ] 1535/3151 48% [============================== ] 1536/3151 48% [============================== ] 1537/3151 48% [============================== ] 1538/3151 48% [============================== ] 1539/3151 48% [============================== ] 1540/3151 48% [============================== ] 1541/3151 48% [============================== ] 1542/3151 48% [============================== ] 1543/3151 48% [============================== ] 1544/3151 49% [============================== ] 1545/3151 49% [============================== ] 1546/3151 49% [============================== ] 1547/3151 49% [============================== ] 1548/3151 49% [============================== ] 1549/3151 49% [============================== ] 1550/3151 49% [============================== ] 1551/3151 49% [============================== ] 1552/3151 49% [============================== ] 1553/3151 49% [============================== ] 1554/3151 49% [============================== ] 1555/3151 49% [============================== ] 1556/3151 49% [============================== ] 1557/3151 49% [============================== ] 1558/3151 49% [============================== ] 1559/3151 49% [============================== ] 1560/3151 49% [============================== ] 1561/3151 49% [============================== ] 1562/3151 49% [============================== ] 1563/3151 49% [============================== ] 1564/3151 49% [============================== ] 1565/3151 49% [============================== ] 1566/3151 49% [============================== ] 1567/3151 49% [============================== ] 1568/3151 49% [============================== ] 1569/3151 49% [============================== ] 1570/3151 49% [============================== ] 1571/3151 49% [============================== ] 1572/3151 49% [============================== ] 1573/3151 49% [============================== ] 1574/3151 49% [============================== ] 1575/3151 49% [=============================== ] 1576/3151 50% [=============================== ] 1577/3151 50% [=============================== ] 1578/3151 50% [=============================== ] 1579/3151 50% [=============================== ] 1580/3151 50% [=============================== ] 1581/3151 50% [=============================== ] 1582/3151 50% [=============================== ] 1583/3151 50% [=============================== ] 1584/3151 50% [=============================== ] 1585/3151 50% [=============================== ] 1586/3151 50% [=============================== ] 1587/3151 50% [=============================== ] 1588/3151 50% [=============================== ] 1589/3151 50% [=============================== ] 1590/3151 50% [=============================== ] 1591/3151 50% [=============================== ] 1592/3151 50% [=============================== ] 1593/3151 50% [=============================== ] 1594/3151 50% [=============================== ] 1595/3151 50% [=============================== ] 1596/3151 50% [=============================== ] 1597/3151 50% [=============================== ] 1598/3151 50% [=============================== ] 1599/3151 50% [=============================== ] 1600/3151 50% [=============================== ] 1601/3151 50% [=============================== ] 1602/3151 50% [=============================== ] 1603/3151 50% [=============================== ] 1604/3151 50% [=============================== ] 1605/3151 50% [=============================== ] 1606/3151 50% [=============================== ] 1607/3151 50% [=============================== ] 1608/3151 51% [=============================== ] 1609/3151 51% [=============================== ] 1610/3151 51% [=============================== ] 1611/3151 51% [=============================== ] 1612/3151 51% [=============================== ] 1613/3151 51% [=============================== ] 1614/3151 51% [=============================== ] 1615/3151 51% [=============================== ] 1616/3151 51% [=============================== ] 1617/3151 51% [=============================== ] 1618/3151 51% [=============================== ] 1619/3151 51% [=============================== ] 1620/3151 51% [=============================== ] 1621/3151 51% [=============================== ] 1622/3151 51% [=============================== ] 1623/3151 51% [=============================== ] 1624/3151 51% [=============================== ] 1625/3151 51% [=============================== ] 1626/3151 51% [================================ ] 1627/3151 51% [================================ ] 1628/3151 51% [================================ ] 1629/3151 51% [================================ ] 1630/3151 51% [================================ ] 1631/3151 51% [================================ ] 1632/3151 51% [================================ ] 1633/3151 51% [================================ ] 1634/3151 51% [================================ ] 1635/3151 51% [================================ ] 1636/3151 51% [================================ ] 1637/3151 51% [================================ ] 1638/3151 51% [================================ ] 1639/3151 52% [================================ ] 1640/3151 52% [================================ ] 1641/3151 52% [================================ ] 1642/3151 52% [================================ ] 1643/3151 52% [================================ ] 1644/3151 52% [================================ ] 1645/3151 52% [================================ ] 1646/3151 52% [================================ ] 1647/3151 52% [================================ ] 1648/3151 52% [================================ ] 1649/3151 52% [================================ ] 1650/3151 52% [================================ ] 1651/3151 52% [================================ ] 1652/3151 52% [================================ ] 1653/3151 52% [================================ ] 1654/3151 52% [================================ ] 1655/3151 52% [================================ ] 1656/3151 52% [================================ ] 1657/3151 52% [================================ ] 1658/3151 52% [================================ ] 1659/3151 52% [================================ ] 1660/3151 52% [================================ ] 1661/3151 52% [================================ ] 1662/3151 52% [================================ ] 1663/3151 52% [================================ ] 1664/3151 52% [================================ ] 1665/3151 52% [================================ ] 1666/3151 52% [================================ ] 1667/3151 52% [================================ ] 1668/3151 52% [================================ ] 1669/3151 52% [================================ ] 1670/3151 52% [================================ ] 1671/3151 53% [================================ ] 1672/3151 53% [================================ ] 1673/3151 53% [================================ ] 1674/3151 53% [================================ ] 1675/3151 53% [================================ ] 1676/3151 53% [================================ ] 1677/3151 53% [================================= ] 1678/3151 53% [================================= ] 1679/3151 53% [================================= ] 1680/3151 53% [================================= ] 1681/3151 53% [================================= ] 1682/3151 53% [================================= ] 1683/3151 53% [================================= ] 1684/3151 53% [================================= ] 1685/3151 53% [================================= ] 1686/3151 53% [================================= ] 1687/3151 53% [================================= ] 1688/3151 53% [================================= ] 1689/3151 53% [================================= ] 1690/3151 53% [================================= ] 1691/3151 53% [================================= ] 1692/3151 53% [================================= ] 1693/3151 53% [================================= ] 1694/3151 53% [================================= ] 1695/3151 53% [================================= ] 1696/3151 53% [================================= ] 1697/3151 53% [================================= ] 1698/3151 53% [================================= ] 1699/3151 53% [================================= ] 1700/3151 53% [================================= ] 1701/3151 53% [================================= ] 1702/3151 54% [================================= ] 1703/3151 54% [================================= ] 1704/3151 54% [================================= ] 1705/3151 54% [================================= ] 1706/3151 54% [================================= ] 1707/3151 54% [================================= ] 1708/3151 54% [================================= ] 1709/3151 54% [================================= ] 1710/3151 54% [================================= ] 1711/3151 54% [================================= ] 1712/3151 54% [================================= ] 1713/3151 54% [================================= ] 1714/3151 54% [================================= ] 1715/3151 54% [================================= ] 1716/3151 54% [================================= ] 1717/3151 54% [================================= ] 1718/3151 54% [================================= ] 1719/3151 54% [================================= ] 1720/3151 54% [================================= ] 1721/3151 54% [================================= ] 1722/3151 54% [================================= ] 1723/3151 54% [================================= ] 1724/3151 54% [================================= ] 1725/3151 54% [================================= ] 1726/3151 54% [================================= ] 1727/3151 54% [================================== ] 1728/3151 54% [================================== ] 1729/3151 54% [================================== ] 1730/3151 54% [================================== ] 1731/3151 54% [================================== ] 1732/3151 54% [================================== ] 1733/3151 54% [================================== ] 1734/3151 55% [================================== ] 1735/3151 55% [================================== ] 1736/3151 55% [================================== ] 1737/3151 55% [================================== ] 1738/3151 55% [================================== ] 1739/3151 55% [================================== ] 1740/3151 55% [================================== ] 1741/3151 55% [================================== ] 1742/3151 55% [================================== ] 1743/3151 55% [================================== ] 1744/3151 55% [================================== ] 1745/3151 55% [================================== ] 1746/3151 55% [================================== ] 1747/3151 55% [================================== ] 1748/3151 55% [================================== ] 1749/3151 55% [================================== ] 1750/3151 55% [================================== ] 1751/3151 55% [================================== ] 1752/3151 55% [================================== ] 1753/3151 55% [================================== ] 1754/3151 55% [================================== ] 1755/3151 55% [================================== ] 1756/3151 55% [================================== ] 1757/3151 55% [================================== ] 1758/3151 55% [================================== ] 1759/3151 55% [================================== ] 1760/3151 55% [================================== ] 1761/3151 55% [================================== ] 1762/3151 55% [================================== ] 1763/3151 55% [================================== ] 1764/3151 55% [================================== ] 1765/3151 56% [================================== ] 1766/3151 56% [================================== ] 1767/3151 56% [================================== ] 1768/3151 56% [================================== ] 1769/3151 56% [================================== ] 1770/3151 56% [================================== ] 1771/3151 56% [================================== ] 1772/3151 56% [================================== ] 1773/3151 56% [================================== ] 1774/3151 56% [================================== ] 1775/3151 56% [================================== ] 1776/3151 56% [================================== ] 1777/3151 56% [================================== ] 1778/3151 56% [=================================== ] 1779/3151 56% [=================================== ] 1780/3151 56% [=================================== ] 1781/3151 56% [=================================== ] 1782/3151 56% [=================================== ] 1783/3151 56% [=================================== ] 1784/3151 56% [=================================== ] 1785/3151 56% [=================================== ] 1786/3151 56% [=================================== ] 1787/3151 56% [=================================== ] 1788/3151 56% [=================================== ] 1789/3151 56% [=================================== ] 1790/3151 56% [=================================== ] 1791/3151 56% [=================================== ] 1792/3151 56% [=================================== ] 1793/3151 56% [=================================== ] 1794/3151 56% [=================================== ] 1795/3151 56% [=================================== ] 1796/3151 56% [=================================== ] 1797/3151 57% [=================================== ] 1798/3151 57% [=================================== ] 1799/3151 57% [=================================== ] 1800/3151 57% [=================================== ] 1801/3151 57% [=================================== ] 1802/3151 57% [=================================== ] 1803/3151 57% [=================================== ] 1804/3151 57% [=================================== ] 1805/3151 57% [=================================== ] 1806/3151 57% [=================================== ] 1807/3151 57% [=================================== ] 1808/3151 57% [=================================== ] 1809/3151 57% [=================================== ] 1810/3151 57% [=================================== ] 1811/3151 57% [=================================== ] 1812/3151 57% [=================================== ] 1813/3151 57% [=================================== ] 1814/3151 57% [=================================== ] 1815/3151 57% [=================================== ] 1816/3151 57% [=================================== ] 1817/3151 57% [=================================== ] 1818/3151 57% [=================================== ] 1819/3151 57% [=================================== ] 1820/3151 57% [=================================== ] 1821/3151 57% [=================================== ] 1822/3151 57% [=================================== ] 1823/3151 57% [=================================== ] 1824/3151 57% [=================================== ] 1825/3151 57% [=================================== ] 1826/3151 57% [=================================== ] 1827/3151 57% [=================================== ] 1828/3151 58% [=================================== ] 1829/3151 58% [==================================== ] 1830/3151 58% [==================================== ] 1831/3151 58% [==================================== ] 1832/3151 58% [==================================== ] 1833/3151 58% [==================================== ] 1834/3151 58% [==================================== ] 1835/3151 58% [==================================== ] 1836/3151 58% [==================================== ] 1837/3151 58% [==================================== ] 1838/3151 58% [==================================== ] 1839/3151 58% [==================================== ] 1840/3151 58% [==================================== ] 1841/3151 58% [==================================== ] 1842/3151 58% [==================================== ] 1843/3151 58% [==================================== ] 1844/3151 58% [==================================== ] 1845/3151 58% [==================================== ] 1846/3151 58% [==================================== ] 1847/3151 58% [==================================== ] 1848/3151 58% [==================================== ] 1849/3151 58% [==================================== ] 1850/3151 58% [==================================== ] 1851/3151 58% [==================================== ] 1852/3151 58% [==================================== ] 1853/3151 58% [==================================== ] 1854/3151 58% [==================================== ] 1855/3151 58% [==================================== ] 1856/3151 58% [==================================== ] 1857/3151 58% [==================================== ] 1858/3151 58% [==================================== ] 1859/3151 58% [==================================== ] 1860/3151 59% [==================================== ] 1861/3151 59% [==================================== ] 1862/3151 59% [==================================== ] 1863/3151 59% [==================================== ] 1864/3151 59% [==================================== ] 1865/3151 59% [==================================== ] 1866/3151 59% [==================================== ] 1867/3151 59% [==================================== ] 1868/3151 59% [==================================== ] 1869/3151 59% [==================================== ] 1870/3151 59% [==================================== ] 1871/3151 59% [==================================== ] 1872/3151 59% [==================================== ] 1873/3151 59% [==================================== ] 1874/3151 59% [==================================== ] 1875/3151 59% [==================================== ] 1876/3151 59% [==================================== ] 1877/3151 59% [==================================== ] 1878/3151 59% [==================================== ] 1879/3151 59% [==================================== ] 1880/3151 59% [===================================== ] 1881/3151 59% [===================================== ] 1882/3151 59% [===================================== ] 1883/3151 59% [===================================== ] 1884/3151 59% [===================================== ] 1885/3151 59% [===================================== ] 1886/3151 59% [===================================== ] 1887/3151 59% [===================================== ] 1888/3151 59% [===================================== ] 1889/3151 59% [===================================== ] 1890/3151 59% [===================================== ] 1891/3151 60% [===================================== ] 1892/3151 60% [===================================== ] 1893/3151 60% [===================================== ] 1894/3151 60% [===================================== ] 1895/3151 60% [===================================== ] 1896/3151 60% [===================================== ] 1897/3151 60% [===================================== ] 1898/3151 60% [===================================== ] 1899/3151 60% [===================================== ] 1900/3151 60% [===================================== ] 1901/3151 60% [===================================== ] 1902/3151 60% [===================================== ] 1903/3151 60% [===================================== ] 1904/3151 60% [===================================== ] 1905/3151 60% [===================================== ] 1906/3151 60% [===================================== ] 1907/3151 60% [===================================== ] 1908/3151 60% [===================================== ] 1909/3151 60% [===================================== ] 1910/3151 60% [===================================== ] 1911/3151 60% [===================================== ] 1912/3151 60% [===================================== ] 1913/3151 60% [===================================== ] 1914/3151 60% [===================================== ] 1915/3151 60% [===================================== ] 1916/3151 60% [===================================== ] 1917/3151 60% [===================================== ] 1918/3151 60% [===================================== ] 1919/3151 60% [===================================== ] 1920/3151 60% [===================================== ] 1921/3151 60% [===================================== ] 1922/3151 60% [===================================== ] 1923/3151 61% [===================================== ] 1924/3151 61% [===================================== ] 1925/3151 61% [===================================== ] 1926/3151 61% [===================================== ] 1927/3151 61% [===================================== ] 1928/3151 61% [===================================== ] 1929/3151 61% [===================================== ] 1930/3151 61% [===================================== ] 1931/3151 61% [====================================== ] 1932/3151 61% [====================================== ] 1933/3151 61% [====================================== ] 1934/3151 61% [====================================== ] 1935/3151 61% [====================================== ] 1936/3151 61% [====================================== ] 1937/3151 61% [====================================== ] 1938/3151 61% [====================================== ] 1939/3151 61% [====================================== ] 1940/3151 61% [====================================== ] 1941/3151 61% [====================================== ] 1942/3151 61% [====================================== ] 1943/3151 61% [====================================== ] 1944/3151 61% [====================================== ] 1945/3151 61% [====================================== ] 1946/3151 61% [====================================== ] 1947/3151 61% [====================================== ] 1948/3151 61% [====================================== ] 1949/3151 61% [====================================== ] 1950/3151 61% [====================================== ] 1951/3151 61% [====================================== ] 1952/3151 61% [====================================== ] 1953/3151 61% [====================================== ] 1954/3151 62% [====================================== ] 1955/3151 62% [====================================== ] 1956/3151 62% [====================================== ] 1957/3151 62% [====================================== ] 1958/3151 62% [====================================== ] 1959/3151 62% [====================================== ] 1960/3151 62% [====================================== ] 1961/3151 62% [====================================== ] 1962/3151 62% [====================================== ] 1963/3151 62% [====================================== ] 1964/3151 62% [====================================== ] 1965/3151 62% [====================================== ] 1966/3151 62% [====================================== ] 1967/3151 62% [====================================== ] 1968/3151 62% [====================================== ] 1969/3151 62% [====================================== ] 1970/3151 62% [====================================== ] 1971/3151 62% [====================================== ] 1972/3151 62% [====================================== ] 1973/3151 62% [====================================== ] 1974/3151 62% [====================================== ] 1975/3151 62% [====================================== ] 1976/3151 62% [====================================== ] 1977/3151 62% [====================================== ] 1978/3151 62% [====================================== ] 1979/3151 62% [====================================== ] 1980/3151 62% [====================================== ] 1981/3151 62% [====================================== ] 1982/3151 62% [======================================= ] 1983/3151 62% [======================================= ] 1984/3151 62% [======================================= ] 1985/3151 62% [======================================= ] 1986/3151 63% [======================================= ] 1987/3151 63% [======================================= ] 1988/3151 63% [======================================= ] 1989/3151 63% [======================================= ] 1990/3151 63% [======================================= ] 1991/3151 63% [======================================= ] 1992/3151 63% [======================================= ] 1993/3151 63% [======================================= ] 1994/3151 63% [======================================= ] 1995/3151 63% [======================================= ] 1996/3151 63% [======================================= ] 1997/3151 63% [======================================= ] 1998/3151 63% [======================================= ] 1999/3151 63% [======================================= ] 2000/3151 63% [======================================= ] 2001/3151 63% [======================================= ] 2002/3151 63% [======================================= ] 2003/3151 63% [======================================= ] 2004/3151 63% [======================================= ] 2005/3151 63% [======================================= ] 2006/3151 63% [======================================= ] 2007/3151 63% [======================================= ] 2008/3151 63% [======================================= ] 2009/3151 63% [======================================= ] 2010/3151 63% [======================================= ] 2011/3151 63% [======================================= ] 2012/3151 63% [======================================= ] 2013/3151 63% [======================================= ] 2014/3151 63% [======================================= ] 2015/3151 63% [======================================= ] 2016/3151 63% [======================================= ] 2017/3151 64% [======================================= ] 2018/3151 64% [======================================= ] 2019/3151 64% [======================================= ] 2020/3151 64% [======================================= ] 2021/3151 64% [======================================= ] 2022/3151 64% [======================================= ] 2023/3151 64% [======================================= ] 2024/3151 64% [======================================= ] 2025/3151 64% [======================================= ] 2026/3151 64% [======================================= ] 2027/3151 64% [======================================= ] 2028/3151 64% [======================================= ] 2029/3151 64% [======================================= ] 2030/3151 64% [======================================= ] 2031/3151 64% [======================================= ] 2032/3151 64% [======================================== ] 2033/3151 64% [======================================== ] 2034/3151 64% [======================================== ] 2035/3151 64% [======================================== ] 2036/3151 64% [======================================== ] 2037/3151 64% [======================================== ] 2038/3151 64% [======================================== ] 2039/3151 64% [======================================== ] 2040/3151 64% [======================================== ] 2041/3151 64% [======================================== ] 2042/3151 64% [======================================== ] 2043/3151 64% [======================================== ] 2044/3151 64% [======================================== ] 2045/3151 64% [======================================== ] 2046/3151 64% [======================================== ] 2047/3151 64% [======================================== ] 2048/3151 64% [======================================== ] 2049/3151 65% [======================================== ] 2050/3151 65% [======================================== ] 2051/3151 65% [======================================== ] 2052/3151 65% [======================================== ] 2053/3151 65% [======================================== ] 2054/3151 65% [======================================== ] 2055/3151 65% [======================================== ] 2056/3151 65% [======================================== ] 2057/3151 65% [======================================== ] 2058/3151 65% [======================================== ] 2059/3151 65% [======================================== ] 2060/3151 65% [======================================== ] 2061/3151 65% [======================================== ] 2062/3151 65% [======================================== ] 2063/3151 65% [======================================== ] 2064/3151 65% [======================================== ] 2065/3151 65% [======================================== ] 2066/3151 65% [======================================== ] 2067/3151 65% [======================================== ] 2068/3151 65% [======================================== ] 2069/3151 65% [======================================== ] 2070/3151 65% [======================================== ] 2071/3151 65% [======================================== ] 2072/3151 65% [======================================== ] 2073/3151 65% [======================================== ] 2074/3151 65% [======================================== ] 2075/3151 65% [======================================== ] 2076/3151 65% [======================================== ] 2077/3151 65% [======================================== ] 2078/3151 65% [======================================== ] 2079/3151 65% [======================================== ] 2080/3151 66% [======================================== ] 2081/3151 66% [======================================== ] 2082/3151 66% [======================================== ] 2083/3151 66% [========================================= ] 2084/3151 66% [========================================= ] 2085/3151 66% [========================================= ] 2086/3151 66% [========================================= ] 2087/3151 66% [========================================= ] 2088/3151 66% [========================================= ] 2089/3151 66% [========================================= ] 2090/3151 66% [========================================= ] 2091/3151 66% [========================================= ] 2092/3151 66% [========================================= ] 2093/3151 66% [========================================= ] 2094/3151 66% [========================================= ] 2095/3151 66% [========================================= ] 2096/3151 66% [========================================= ] 2097/3151 66% [========================================= ] 2098/3151 66% [========================================= ] 2099/3151 66% [========================================= ] 2100/3151 66% [========================================= ] 2101/3151 66% [========================================= ] 2102/3151 66% [========================================= ] 2103/3151 66% [========================================= ] 2104/3151 66% [========================================= ] 2105/3151 66% [========================================= ] 2106/3151 66% [========================================= ] 2107/3151 66% [========================================= ] 2108/3151 66% [========================================= ] 2109/3151 66% [========================================= ] 2110/3151 66% [========================================= ] 2111/3151 66% [========================================= ] 2112/3151 67% [========================================= ] 2113/3151 67% [========================================= ] 2114/3151 67% [========================================= ] 2115/3151 67% [========================================= ] 2116/3151 67% [========================================= ] 2117/3151 67% [========================================= ] 2118/3151 67% [========================================= ] 2119/3151 67% [========================================= ] 2120/3151 67% [========================================= ] 2121/3151 67% [========================================= ] 2122/3151 67% [========================================= ] 2123/3151 67% [========================================= ] 2124/3151 67% [========================================= ] 2125/3151 67% [========================================= ] 2126/3151 67% [========================================= ] 2127/3151 67% [========================================= ] 2128/3151 67% [========================================= ] 2129/3151 67% [========================================= ] 2130/3151 67% [========================================= ] 2131/3151 67% [========================================= ] 2132/3151 67% [========================================= ] 2133/3151 67% [========================================= ] 2134/3151 67% [========================================== ] 2135/3151 67% [========================================== ] 2136/3151 67% [========================================== ] 2137/3151 67% [========================================== ] 2138/3151 67% [========================================== ] 2139/3151 67% [========================================== ] 2140/3151 67% [========================================== ] 2141/3151 67% [========================================== ] 2142/3151 67% [========================================== ] 2143/3151 68% [========================================== ] 2144/3151 68% [========================================== ] 2145/3151 68% [========================================== ] 2146/3151 68% [========================================== ] 2147/3151 68% [========================================== ] 2148/3151 68% [========================================== ] 2149/3151 68% [========================================== ] 2150/3151 68% [========================================== ] 2151/3151 68% [========================================== ] 2152/3151 68% [========================================== ] 2153/3151 68% [========================================== ] 2154/3151 68% [========================================== ] 2155/3151 68% [========================================== ] 2156/3151 68% [========================================== ] 2157/3151 68% [========================================== ] 2158/3151 68% [========================================== ] 2159/3151 68% [========================================== ] 2160/3151 68% [========================================== ] 2161/3151 68% [========================================== ] 2162/3151 68% [========================================== ] 2163/3151 68% [========================================== ] 2164/3151 68% [========================================== ] 2165/3151 68% [========================================== ] 2166/3151 68% [========================================== ] 2167/3151 68% [========================================== ] 2168/3151 68% [========================================== ] 2169/3151 68% [========================================== ] 2170/3151 68% [========================================== ] 2171/3151 68% [========================================== ] 2172/3151 68% [========================================== ] 2173/3151 68% [========================================== ] 2174/3151 68% [========================================== ] 2175/3151 69% [========================================== ] 2176/3151 69% [========================================== ] 2177/3151 69% [========================================== ] 2178/3151 69% [========================================== ] 2179/3151 69% [========================================== ] 2180/3151 69% [========================================== ] 2181/3151 69% [========================================== ] 2182/3151 69% [========================================== ] 2183/3151 69% [========================================== ] 2184/3151 69% [========================================== ] 2185/3151 69% [=========================================== ] 2186/3151 69% [=========================================== ] 2187/3151 69% [=========================================== ] 2188/3151 69% [=========================================== ] 2189/3151 69% [=========================================== ] 2190/3151 69% [=========================================== ] 2191/3151 69% [=========================================== ] 2192/3151 69% [=========================================== ] 2193/3151 69% [=========================================== ] 2194/3151 69% [=========================================== ] 2195/3151 69% [=========================================== ] 2196/3151 69% [=========================================== ] 2197/3151 69% [=========================================== ] 2198/3151 69% [=========================================== ] 2199/3151 69% [=========================================== ] 2200/3151 69% [=========================================== ] 2201/3151 69% [=========================================== ] 2202/3151 69% [=========================================== ] 2203/3151 69% [=========================================== ] 2204/3151 69% [=========================================== ] 2205/3151 69% [=========================================== ] 2206/3151 70% [=========================================== ] 2207/3151 70% [=========================================== ] 2208/3151 70% [=========================================== ] 2209/3151 70% [=========================================== ] 2210/3151 70% [=========================================== ] 2211/3151 70% [=========================================== ] 2212/3151 70% [=========================================== ] 2213/3151 70% [=========================================== ] 2214/3151 70% [=========================================== ] 2215/3151 70% [=========================================== ] 2216/3151 70% [=========================================== ] 2217/3151 70% [=========================================== ] 2218/3151 70% [=========================================== ] 2219/3151 70% [=========================================== ] 2220/3151 70% [=========================================== ] 2221/3151 70% [=========================================== ] 2222/3151 70% [=========================================== ] 2223/3151 70% [=========================================== ] 2224/3151 70% [=========================================== ] 2225/3151 70% [=========================================== ] 2226/3151 70% [=========================================== ] 2227/3151 70% [=========================================== ] 2228/3151 70% [=========================================== ] 2229/3151 70% [=========================================== ] 2230/3151 70% [=========================================== ] 2231/3151 70% [=========================================== ] 2232/3151 70% [=========================================== ] 2233/3151 70% [=========================================== ] 2234/3151 70% [=========================================== ] 2235/3151 70% [=========================================== ] 2236/3151 70% [============================================ ] 2237/3151 70% [============================================ ] 2238/3151 71% [============================================ ] 2239/3151 71% [============================================ ] 2240/3151 71% [============================================ ] 2241/3151 71% [============================================ ] 2242/3151 71% [============================================ ] 2243/3151 71% [============================================ ] 2244/3151 71% [============================================ ] 2245/3151 71% [============================================ ] 2246/3151 71% [============================================ ] 2247/3151 71% [============================================ ] 2248/3151 71% [============================================ ] 2249/3151 71% [============================================ ] 2250/3151 71% [============================================ ] 2251/3151 71% [============================================ ] 2252/3151 71% [============================================ ] 2253/3151 71% [============================================ ] 2254/3151 71% [============================================ ] 2255/3151 71% [============================================ ] 2256/3151 71% [============================================ ] 2257/3151 71% [============================================ ] 2258/3151 71% [============================================ ] 2259/3151 71% [============================================ ] 2260/3151 71% [============================================ ] 2261/3151 71% [============================================ ] 2262/3151 71% [============================================ ] 2263/3151 71% [============================================ ] 2264/3151 71% [============================================ ] 2265/3151 71% [============================================ ] 2266/3151 71% [============================================ ] 2267/3151 71% [============================================ ] 2268/3151 71% [============================================ ] 2269/3151 72% [============================================ ] 2270/3151 72% [============================================ ] 2271/3151 72% [============================================ ] 2272/3151 72% [============================================ ] 2273/3151 72% [============================================ ] 2274/3151 72% [============================================ ] 2275/3151 72% [============================================ ] 2276/3151 72% [============================================ ] 2277/3151 72% [============================================ ] 2278/3151 72% [============================================ ] 2279/3151 72% [============================================ ] 2280/3151 72% [============================================ ] 2281/3151 72% [============================================ ] 2282/3151 72% [============================================ ] 2283/3151 72% [============================================ ] 2284/3151 72% [============================================ ] 2285/3151 72% [============================================ ] 2286/3151 72% [============================================ ] 2287/3151 72% [============================================= ] 2288/3151 72% [============================================= ] 2289/3151 72% [============================================= ] 2290/3151 72% [============================================= ] 2291/3151 72% [============================================= ] 2292/3151 72% [============================================= ] 2293/3151 72% [============================================= ] 2294/3151 72% [============================================= ] 2295/3151 72% [============================================= ] 2296/3151 72% [============================================= ] 2297/3151 72% [============================================= ] 2298/3151 72% [============================================= ] 2299/3151 72% [============================================= ] 2300/3151 72% [============================================= ] 2301/3151 73% [============================================= ] 2302/3151 73% [============================================= ] 2303/3151 73% [============================================= ] 2304/3151 73% [============================================= ] 2305/3151 73% [============================================= ] 2306/3151 73% [============================================= ] 2307/3151 73% [============================================= ] 2308/3151 73% [============================================= ] 2309/3151 73% [============================================= ] 2310/3151 73% [============================================= ] 2311/3151 73% [============================================= ] 2312/3151 73% [============================================= ] 2313/3151 73% [============================================= ] 2314/3151 73% [============================================= ] 2315/3151 73% [============================================= ] 2316/3151 73% [============================================= ] 2317/3151 73% [============================================= ] 2318/3151 73% [============================================= ] 2319/3151 73% [============================================= ] 2320/3151 73% [============================================= ] 2321/3151 73% [============================================= ] 2322/3151 73% [============================================= ] 2323/3151 73% [============================================= ] 2324/3151 73% [============================================= ] 2325/3151 73% [============================================= ] 2326/3151 73% [============================================= ] 2327/3151 73% [============================================= ] 2328/3151 73% [============================================= ] 2329/3151 73% [============================================= ] 2330/3151 73% [============================================= ] 2331/3151 73% [============================================= ] 2332/3151 74% [============================================= ] 2333/3151 74% [============================================= ] 2334/3151 74% [============================================= ] 2335/3151 74% [============================================= ] 2336/3151 74% [============================================= ] 2337/3151 74% [============================================== ] 2338/3151 74% [============================================== ] 2339/3151 74% [============================================== ] 2340/3151 74% [============================================== ] 2341/3151 74% [============================================== ] 2342/3151 74% [============================================== ] 2343/3151 74% [============================================== ] 2344/3151 74% [============================================== ] 2345/3151 74% [============================================== ] 2346/3151 74% [============================================== ] 2347/3151 74% [============================================== ] 2348/3151 74% [============================================== ] 2349/3151 74% [============================================== ] 2350/3151 74% [============================================== ] 2351/3151 74% [============================================== ] 2352/3151 74% [============================================== ] 2353/3151 74% [============================================== ] 2354/3151 74% [============================================== ] 2355/3151 74% [============================================== ] 2356/3151 74% [============================================== ] 2357/3151 74% [============================================== ] 2358/3151 74% [============================================== ] 2359/3151 74% [============================================== ] 2360/3151 74% [============================================== ] 2361/3151 74% [============================================== ] 2362/3151 74% [============================================== ] 2363/3151 74% [============================================== ] 2364/3151 75% [============================================== ] 2365/3151 75% [============================================== ] 2366/3151 75% [============================================== ] 2367/3151 75% [============================================== ] 2368/3151 75% [============================================== ] 2369/3151 75% [============================================== ] 2370/3151 75% [============================================== ] 2371/3151 75% [============================================== ] 2372/3151 75% [============================================== ] 2373/3151 75% [============================================== ] 2374/3151 75% [============================================== ] 2375/3151 75% [============================================== ] 2376/3151 75% [============================================== ] 2377/3151 75% [============================================== ] 2378/3151 75% [============================================== ] 2379/3151 75% [============================================== ] 2380/3151 75% [============================================== ] 2381/3151 75% [============================================== ] 2382/3151 75% [============================================== ] 2383/3151 75% [============================================== ] 2384/3151 75% [============================================== ] 2385/3151 75% [============================================== ] 2386/3151 75% [============================================== ] 2387/3151 75% [============================================== ] 2388/3151 75% [=============================================== ] 2389/3151 75% [=============================================== ] 2390/3151 75% [=============================================== ] 2391/3151 75% [=============================================== ] 2392/3151 75% [=============================================== ] 2393/3151 75% [=============================================== ] 2394/3151 75% [=============================================== ] 2395/3151 76% [=============================================== ] 2396/3151 76% [=============================================== ] 2397/3151 76% [=============================================== ] 2398/3151 76% [=============================================== ] 2399/3151 76% [=============================================== ] 2400/3151 76% [=============================================== ] 2401/3151 76% [=============================================== ] 2402/3151 76% [=============================================== ] 2403/3151 76% [=============================================== ] 2404/3151 76% [=============================================== ] 2405/3151 76% [=============================================== ] 2406/3151 76% [=============================================== ] 2407/3151 76% [=============================================== ] 2408/3151 76% [=============================================== ] 2409/3151 76% [=============================================== ] 2410/3151 76% [=============================================== ] 2411/3151 76% [=============================================== ] 2412/3151 76% [=============================================== ] 2413/3151 76% [=============================================== ] 2414/3151 76% [=============================================== ] 2415/3151 76% [=============================================== ] 2416/3151 76% [=============================================== ] 2417/3151 76% [=============================================== ] 2418/3151 76% [=============================================== ] 2419/3151 76% [=============================================== ] 2420/3151 76% [=============================================== ] 2421/3151 76% [=============================================== ] 2422/3151 76% [=============================================== ] 2423/3151 76% [=============================================== ] 2424/3151 76% [=============================================== ] 2425/3151 76% [=============================================== ] 2426/3151 76% [=============================================== ] 2427/3151 77% [=============================================== ] 2428/3151 77% [=============================================== ] 2429/3151 77% [=============================================== ] 2430/3151 77% [=============================================== ] 2431/3151 77% [=============================================== ] 2432/3151 77% [=============================================== ] 2433/3151 77% [=============================================== ] 2434/3151 77% [=============================================== ] 2435/3151 77% [=============================================== ] 2436/3151 77% [=============================================== ] 2437/3151 77% [=============================================== ] 2438/3151 77% [=============================================== ] 2439/3151 77% [================================================ ] 2440/3151 77% [================================================ ] 2441/3151 77% [================================================ ] 2442/3151 77% [================================================ ] 2443/3151 77% [================================================ ] 2444/3151 77% [================================================ ] 2445/3151 77% [================================================ ] 2446/3151 77% [================================================ ] 2447/3151 77% [================================================ ] 2448/3151 77% [================================================ ] 2449/3151 77% [================================================ ] 2450/3151 77% [================================================ ] 2451/3151 77% [================================================ ] 2452/3151 77% [================================================ ] 2453/3151 77% [================================================ ] 2454/3151 77% [================================================ ] 2455/3151 77% [================================================ ] 2456/3151 77% [================================================ ] 2457/3151 77% [================================================ ] 2458/3151 78% [================================================ ] 2459/3151 78% [================================================ ] 2460/3151 78% [================================================ ] 2461/3151 78% [================================================ ] 2462/3151 78% [================================================ ] 2463/3151 78% [================================================ ] 2464/3151 78% [================================================ ] 2465/3151 78% [================================================ ] 2466/3151 78% [================================================ ] 2467/3151 78% [================================================ ] 2468/3151 78% [================================================ ] 2469/3151 78% [================================================ ] 2470/3151 78% [================================================ ] 2471/3151 78% [================================================ ] 2472/3151 78% [================================================ ] 2473/3151 78% [================================================ ] 2474/3151 78% [================================================ ] 2475/3151 78% [================================================ ] 2476/3151 78% [================================================ ] 2477/3151 78% [================================================ ] 2478/3151 78% [================================================ ] 2479/3151 78% [================================================ ] 2480/3151 78% [================================================ ] 2481/3151 78% [================================================ ] 2482/3151 78% [================================================ ] 2483/3151 78% [================================================ ] 2484/3151 78% [================================================ ] 2485/3151 78% [================================================ ] 2486/3151 78% [================================================ ] 2487/3151 78% [================================================ ] 2488/3151 78% [================================================ ] 2489/3151 78% [================================================ ] 2490/3151 79% [================================================= ] 2491/3151 79% [================================================= ] 2492/3151 79% [================================================= ] 2493/3151 79% [================================================= ] 2494/3151 79% [================================================= ] 2495/3151 79% [================================================= ] 2496/3151 79% [================================================= ] 2497/3151 79% [================================================= ] 2498/3151 79% [================================================= ] 2499/3151 79% [================================================= ] 2500/3151 79% [================================================= ] 2501/3151 79% [================================================= ] 2502/3151 79% [================================================= ] 2503/3151 79% [================================================= ] 2504/3151 79% [================================================= ] 2505/3151 79% [================================================= ] 2506/3151 79% [================================================= ] 2507/3151 79% [================================================= ] 2508/3151 79% [================================================= ] 2509/3151 79% [================================================= ] 2510/3151 79% [================================================= ] 2511/3151 79% [================================================= ] 2512/3151 79% [================================================= ] 2513/3151 79% [================================================= ] 2514/3151 79% [================================================= ] 2515/3151 79% [================================================= ] 2516/3151 79% [================================================= ] 2517/3151 79% [================================================= ] 2518/3151 79% [================================================= ] 2519/3151 79% [================================================= ] 2520/3151 79% [================================================= ] 2521/3151 80% [================================================= ] 2522/3151 80% [================================================= ] 2523/3151 80% [================================================= ] 2524/3151 80% [================================================= ] 2525/3151 80% [================================================= ] 2526/3151 80% [================================================= ] 2527/3151 80% [================================================= ] 2528/3151 80% [================================================= ] 2529/3151 80% [================================================= ] 2530/3151 80% [================================================= ] 2531/3151 80% [================================================= ] 2532/3151 80% [================================================= ] 2533/3151 80% [================================================= ] 2534/3151 80% [================================================= ] 2535/3151 80% [================================================= ] 2536/3151 80% [================================================= ] 2537/3151 80% [================================================= ] 2538/3151 80% [================================================= ] 2539/3151 80% [================================================= ] 2540/3151 80% [================================================= ] 2541/3151 80% [================================================== ] 2542/3151 80% [================================================== ] 2543/3151 80% [================================================== ] 2544/3151 80% [================================================== ] 2545/3151 80% [================================================== ] 2546/3151 80% [================================================== ] 2547/3151 80% [================================================== ] 2548/3151 80% [================================================== ] 2549/3151 80% [================================================== ] 2550/3151 80% [================================================== ] 2551/3151 80% [================================================== ] 2552/3151 80% [================================================== ] 2553/3151 81% [================================================== ] 2554/3151 81% [================================================== ] 2555/3151 81% [================================================== ] 2556/3151 81% [================================================== ] 2557/3151 81% [================================================== ] 2558/3151 81% [================================================== ] 2559/3151 81% [================================================== ] 2560/3151 81% [================================================== ] 2561/3151 81% [================================================== ] 2562/3151 81% [================================================== ] 2563/3151 81% [================================================== ] 2564/3151 81% [================================================== ] 2565/3151 81% [================================================== ] 2566/3151 81% [================================================== ] 2567/3151 81% [================================================== ] 2568/3151 81% [================================================== ] 2569/3151 81% [================================================== ] 2570/3151 81% [================================================== ] 2571/3151 81% [================================================== ] 2572/3151 81% [================================================== ] 2573/3151 81% [================================================== ] 2574/3151 81% [================================================== ] 2575/3151 81% [================================================== ] 2576/3151 81% [================================================== ] 2577/3151 81% [================================================== ] 2578/3151 81% [================================================== ] 2579/3151 81% [================================================== ] 2580/3151 81% [================================================== ] 2581/3151 81% [================================================== ] 2582/3151 81% [================================================== ] 2583/3151 81% [================================================== ] 2584/3151 82% [================================================== ] 2585/3151 82% [================================================== ] 2586/3151 82% [================================================== ] 2587/3151 82% [================================================== ] 2588/3151 82% [================================================== ] 2589/3151 82% [================================================== ] 2590/3151 82% [================================================== ] 2591/3151 82% [=================================================== ] 2592/3151 82% [=================================================== ] 2593/3151 82% [=================================================== ] 2594/3151 82% [=================================================== ] 2595/3151 82% [=================================================== ] 2596/3151 82% [=================================================== ] 2597/3151 82% [=================================================== ] 2598/3151 82% [=================================================== ] 2599/3151 82% [=================================================== ] 2600/3151 82% [=================================================== ] 2601/3151 82% [=================================================== ] 2602/3151 82% [=================================================== ] 2603/3151 82% [=================================================== ] 2604/3151 82% [=================================================== ] 2605/3151 82% [=================================================== ] 2606/3151 82% [=================================================== ] 2607/3151 82% [=================================================== ] 2608/3151 82% [=================================================== ] 2609/3151 82% [=================================================== ] 2610/3151 82% [=================================================== ] 2611/3151 82% [=================================================== ] 2612/3151 82% [=================================================== ] 2613/3151 82% [=================================================== ] 2614/3151 82% [=================================================== ] 2615/3151 82% [=================================================== ] 2616/3151 83% [=================================================== ] 2617/3151 83% [=================================================== ] 2618/3151 83% [=================================================== ] 2619/3151 83% [=================================================== ] 2620/3151 83% [=================================================== ] 2621/3151 83% [=================================================== ] 2622/3151 83% [=================================================== ] 2623/3151 83% [=================================================== ] 2624/3151 83% [=================================================== ] 2625/3151 83% [=================================================== ] 2626/3151 83% [=================================================== ] 2627/3151 83% [=================================================== ] 2628/3151 83% [=================================================== ] 2629/3151 83% [=================================================== ] 2630/3151 83% [=================================================== ] 2631/3151 83% [=================================================== ] 2632/3151 83% [=================================================== ] 2633/3151 83% [=================================================== ] 2634/3151 83% [=================================================== ] 2635/3151 83% [=================================================== ] 2636/3151 83% [=================================================== ] 2637/3151 83% [=================================================== ] 2638/3151 83% [=================================================== ] 2639/3151 83% [=================================================== ] 2640/3151 83% [=================================================== ] 2641/3151 83% [=================================================== ] 2642/3151 83% [==================================================== ] 2643/3151 83% [==================================================== ] 2644/3151 83% [==================================================== ] 2645/3151 83% [==================================================== ] 2646/3151 83% [==================================================== ] 2647/3151 84% [==================================================== ] 2648/3151 84% [==================================================== ] 2649/3151 84% [==================================================== ] 2650/3151 84% [==================================================== ] 2651/3151 84% [==================================================== ] 2652/3151 84% [==================================================== ] 2653/3151 84% [==================================================== ] 2654/3151 84% [==================================================== ] 2655/3151 84% [==================================================== ] 2656/3151 84% [==================================================== ] 2657/3151 84% [==================================================== ] 2658/3151 84% [==================================================== ] 2659/3151 84% [==================================================== ] 2660/3151 84% [==================================================== ] 2661/3151 84% [==================================================== ] 2662/3151 84% [==================================================== ] 2663/3151 84% [==================================================== ] 2664/3151 84% [==================================================== ] 2665/3151 84% [==================================================== ] 2666/3151 84% [==================================================== ] 2667/3151 84% [==================================================== ] 2668/3151 84% [==================================================== ] 2669/3151 84% [==================================================== ] 2670/3151 84% [==================================================== ] 2671/3151 84% [==================================================== ] 2672/3151 84% [==================================================== ] 2673/3151 84% [==================================================== ] 2674/3151 84% [==================================================== ] 2675/3151 84% [==================================================== ] 2676/3151 84% [==================================================== ] 2677/3151 84% [==================================================== ] 2678/3151 84% [==================================================== ] 2679/3151 85% [==================================================== ] 2680/3151 85% [==================================================== ] 2681/3151 85% [==================================================== ] 2682/3151 85% [==================================================== ] 2683/3151 85% [==================================================== ] 2684/3151 85% [==================================================== ] 2685/3151 85% [==================================================== ] 2686/3151 85% [==================================================== ] 2687/3151 85% [==================================================== ] 2688/3151 85% [==================================================== ] 2689/3151 85% [==================================================== ] 2690/3151 85% [==================================================== ] 2691/3151 85% [==================================================== ] 2692/3151 85% [==================================================== ] 2693/3151 85% [===================================================== ] 2694/3151 85% [===================================================== ] 2695/3151 85% [===================================================== ] 2696/3151 85% [===================================================== ] 2697/3151 85% [===================================================== ] 2698/3151 85% [===================================================== ] 2699/3151 85% [===================================================== ] 2700/3151 85% [===================================================== ] 2701/3151 85% [===================================================== ] 2702/3151 85% [===================================================== ] 2703/3151 85% [===================================================== ] 2704/3151 85% [===================================================== ] 2705/3151 85% [===================================================== ] 2706/3151 85% [===================================================== ] 2707/3151 85% [===================================================== ] 2708/3151 85% [===================================================== ] 2709/3151 85% [===================================================== ] 2710/3151 86% [===================================================== ] 2711/3151 86% [===================================================== ] 2712/3151 86% [===================================================== ] 2713/3151 86% [===================================================== ] 2714/3151 86% [===================================================== ] 2715/3151 86% [===================================================== ] 2716/3151 86% [===================================================== ] 2717/3151 86% [===================================================== ] 2718/3151 86% [===================================================== ] 2719/3151 86% [===================================================== ] 2720/3151 86% [===================================================== ] 2721/3151 86% [===================================================== ] 2722/3151 86% [===================================================== ] 2723/3151 86% [===================================================== ] 2724/3151 86% [===================================================== ] 2725/3151 86% [===================================================== ] 2726/3151 86% [===================================================== ] 2727/3151 86% [===================================================== ] 2728/3151 86% [===================================================== ] 2729/3151 86% [===================================================== ] 2730/3151 86% [===================================================== ] 2731/3151 86% [===================================================== ] 2732/3151 86% [===================================================== ] 2733/3151 86% [===================================================== ] 2734/3151 86% [===================================================== ] 2735/3151 86% [===================================================== ] 2736/3151 86% [===================================================== ] 2737/3151 86% [===================================================== ] 2738/3151 86% [===================================================== ] 2739/3151 86% [===================================================== ] 2740/3151 86% [===================================================== ] 2741/3151 86% [===================================================== ] 2742/3151 87% [===================================================== ] 2743/3151 87% [===================================================== ] 2744/3151 87% [====================================================== ] 2745/3151 87% [====================================================== ] 2746/3151 87% [====================================================== ] 2747/3151 87% [====================================================== ] 2748/3151 87% [====================================================== ] 2749/3151 87% [====================================================== ] 2750/3151 87% [====================================================== ] 2751/3151 87% [====================================================== ] 2752/3151 87% [====================================================== ] 2753/3151 87% [====================================================== ] 2754/3151 87% [====================================================== ] 2755/3151 87% [====================================================== ] 2756/3151 87% [====================================================== ] 2757/3151 87% [====================================================== ] 2758/3151 87% [====================================================== ] 2759/3151 87% [====================================================== ] 2760/3151 87% [====================================================== ] 2761/3151 87% [====================================================== ] 2762/3151 87% [====================================================== ] 2763/3151 87% [====================================================== ] 2764/3151 87% [====================================================== ] 2765/3151 87% [====================================================== ] 2766/3151 87% [====================================================== ] 2767/3151 87% [====================================================== ] 2768/3151 87% [====================================================== ] 2769/3151 87% [====================================================== ] 2770/3151 87% [====================================================== ] 2771/3151 87% [====================================================== ] 2772/3151 87% [====================================================== ] 2773/3151 88% [====================================================== ] 2774/3151 88% [====================================================== ] 2775/3151 88% [====================================================== ] 2776/3151 88% [====================================================== ] 2777/3151 88% [====================================================== ] 2778/3151 88% [====================================================== ] 2779/3151 88% [====================================================== ] 2780/3151 88% [====================================================== ] 2781/3151 88% [====================================================== ] 2782/3151 88% [====================================================== ] 2783/3151 88% [====================================================== ] 2784/3151 88% [====================================================== ] 2785/3151 88% [====================================================== ] 2786/3151 88% [====================================================== ] 2787/3151 88% [====================================================== ] 2788/3151 88% [====================================================== ] 2789/3151 88% [====================================================== ] 2790/3151 88% [====================================================== ] 2791/3151 88% [====================================================== ] 2792/3151 88% [====================================================== ] 2793/3151 88% [====================================================== ] 2794/3151 88% [====================================================== ] 2795/3151 88% [======================================================= ] 2796/3151 88% [======================================================= ] 2797/3151 88% [======================================================= ] 2798/3151 88% [======================================================= ] 2799/3151 88% [======================================================= ] 2800/3151 88% [======================================================= ] 2801/3151 88% [======================================================= ] 2802/3151 88% [======================================================= ] 2803/3151 88% [======================================================= ] 2804/3151 88% [======================================================= ] 2805/3151 89% [======================================================= ] 2806/3151 89% [======================================================= ] 2807/3151 89% [======================================================= ] 2808/3151 89% [======================================================= ] 2809/3151 89% [======================================================= ] 2810/3151 89% [======================================================= ] 2811/3151 89% [======================================================= ] 2812/3151 89% [======================================================= ] 2813/3151 89% [======================================================= ] 2814/3151 89% [======================================================= ] 2815/3151 89% [======================================================= ] 2816/3151 89% [======================================================= ] 2817/3151 89% [======================================================= ] 2818/3151 89% [======================================================= ] 2819/3151 89% [======================================================= ] 2820/3151 89% [======================================================= ] 2821/3151 89% [======================================================= ] 2822/3151 89% [======================================================= ] 2823/3151 89% [======================================================= ] 2824/3151 89% [======================================================= ] 2825/3151 89% [======================================================= ] 2826/3151 89% [======================================================= ] 2827/3151 89% [======================================================= ] 2828/3151 89% [======================================================= ] 2829/3151 89% [======================================================= ] 2830/3151 89% [======================================================= ] 2831/3151 89% [======================================================= ] 2832/3151 89% [======================================================= ] 2833/3151 89% [======================================================= ] 2834/3151 89% [======================================================= ] 2835/3151 89% [======================================================= ] 2836/3151 90% [======================================================= ] 2837/3151 90% [======================================================= ] 2838/3151 90% [======================================================= ] 2839/3151 90% [======================================================= ] 2840/3151 90% [======================================================= ] 2841/3151 90% [======================================================= ] 2842/3151 90% [======================================================= ] 2843/3151 90% [======================================================= ] 2844/3151 90% [======================================================= ] 2845/3151 90% [======================================================= ] 2846/3151 90% [======================================================== ] 2847/3151 90% [======================================================== ] 2848/3151 90% [======================================================== ] 2849/3151 90% [======================================================== ] 2850/3151 90% [======================================================== ] 2851/3151 90% [======================================================== ] 2852/3151 90% [======================================================== ] 2853/3151 90% [======================================================== ] 2854/3151 90% [======================================================== ] 2855/3151 90% [======================================================== ] 2856/3151 90% [======================================================== ] 2857/3151 90% [======================================================== ] 2858/3151 90% [======================================================== ] 2859/3151 90% [======================================================== ] 2860/3151 90% [======================================================== ] 2861/3151 90% [======================================================== ] 2862/3151 90% [======================================================== ] 2863/3151 90% [======================================================== ] 2864/3151 90% [======================================================== ] 2865/3151 90% [======================================================== ] 2866/3151 90% [======================================================== ] 2867/3151 90% [======================================================== ] 2868/3151 91% [======================================================== ] 2869/3151 91% [======================================================== ] 2870/3151 91% [======================================================== ] 2871/3151 91% [======================================================== ] 2872/3151 91% [======================================================== ] 2873/3151 91% [======================================================== ] 2874/3151 91% [======================================================== ] 2875/3151 91% [======================================================== ] 2876/3151 91% [======================================================== ] 2877/3151 91% [======================================================== ] 2878/3151 91% [======================================================== ] 2879/3151 91% [======================================================== ] 2880/3151 91% [======================================================== ] 2881/3151 91% [======================================================== ] 2882/3151 91% [======================================================== ] 2883/3151 91% [======================================================== ] 2884/3151 91% [======================================================== ] 2885/3151 91% [======================================================== ] 2886/3151 91% [======================================================== ] 2887/3151 91% [======================================================== ] 2888/3151 91% [======================================================== ] 2889/3151 91% [======================================================== ] 2890/3151 91% [======================================================== ] 2891/3151 91% [======================================================== ] 2892/3151 91% [======================================================== ] 2893/3151 91% [======================================================== ] 2894/3151 91% [======================================================== ] 2895/3151 91% [======================================================== ] 2896/3151 91% [========================================================= ] 2897/3151 91% [========================================================= ] 2898/3151 91% [========================================================= ] 2899/3151 92% [========================================================= ] 2900/3151 92% [========================================================= ] 2901/3151 92% [========================================================= ] 2902/3151 92% [========================================================= ] 2903/3151 92% [========================================================= ] 2904/3151 92% [========================================================= ] 2905/3151 92% [========================================================= ] 2906/3151 92% [========================================================= ] 2907/3151 92% [========================================================= ] 2908/3151 92% [========================================================= ] 2909/3151 92% [========================================================= ] 2910/3151 92% [========================================================= ] 2911/3151 92% [========================================================= ] 2912/3151 92% [========================================================= ] 2913/3151 92% [========================================================= ] 2914/3151 92% [========================================================= ] 2915/3151 92% [========================================================= ] 2916/3151 92% [========================================================= ] 2917/3151 92% [========================================================= ] 2918/3151 92% [========================================================= ] 2919/3151 92% [========================================================= ] 2920/3151 92% [========================================================= ] 2921/3151 92% [========================================================= ] 2922/3151 92% [========================================================= ] 2923/3151 92% [========================================================= ] 2924/3151 92% [========================================================= ] 2925/3151 92% [========================================================= ] 2926/3151 92% [========================================================= ] 2927/3151 92% [========================================================= ] 2928/3151 92% [========================================================= ] 2929/3151 92% [========================================================= ] 2930/3151 92% [========================================================= ] 2931/3151 93% [========================================================= ] 2932/3151 93% [========================================================= ] 2933/3151 93% [========================================================= ] 2934/3151 93% [========================================================= ] 2935/3151 93% [========================================================= ] 2936/3151 93% [========================================================= ] 2937/3151 93% [========================================================= ] 2938/3151 93% [========================================================= ] 2939/3151 93% [========================================================= ] 2940/3151 93% [========================================================= ] 2941/3151 93% [========================================================= ] 2942/3151 93% [========================================================= ] 2943/3151 93% [========================================================= ] 2944/3151 93% [========================================================= ] 2945/3151 93% [========================================================= ] 2946/3151 93% [========================================================= ] 2947/3151 93% [========================================================== ] 2948/3151 93% [========================================================== ] 2949/3151 93% [========================================================== ] 2950/3151 93% [========================================================== ] 2951/3151 93% [========================================================== ] 2952/3151 93% [========================================================== ] 2953/3151 93% [========================================================== ] 2954/3151 93% [========================================================== ] 2955/3151 93% [========================================================== ] 2956/3151 93% [========================================================== ] 2957/3151 93% [========================================================== ] 2958/3151 93% [========================================================== ] 2959/3151 93% [========================================================== ] 2960/3151 93% [========================================================== ] 2961/3151 93% [========================================================== ] 2962/3151 94% [========================================================== ] 2963/3151 94% [========================================================== ] 2964/3151 94% [========================================================== ] 2965/3151 94% [========================================================== ] 2966/3151 94% [========================================================== ] 2967/3151 94% [========================================================== ] 2968/3151 94% [========================================================== ] 2969/3151 94% [========================================================== ] 2970/3151 94% [========================================================== ] 2971/3151 94% [========================================================== ] 2972/3151 94% [========================================================== ] 2973/3151 94% [========================================================== ] 2974/3151 94% [========================================================== ] 2975/3151 94% [========================================================== ] 2976/3151 94% [========================================================== ] 2977/3151 94% [========================================================== ] 2978/3151 94% [========================================================== ] 2979/3151 94% [========================================================== ] 2980/3151 94% [========================================================== ] 2981/3151 94% [========================================================== ] 2982/3151 94% [========================================================== ] 2983/3151 94% [========================================================== ] 2984/3151 94% [========================================================== ] 2985/3151 94% [========================================================== ] 2986/3151 94% [========================================================== ] 2987/3151 94% [========================================================== ] 2988/3151 94% [========================================================== ] 2989/3151 94% [========================================================== ] 2990/3151 94% [========================================================== ] 2991/3151 94% [========================================================== ] 2992/3151 94% [========================================================== ] 2993/3151 94% [========================================================== ] 2994/3151 95% [========================================================== ] 2995/3151 95% [========================================================== ] 2996/3151 95% [========================================================== ] 2997/3151 95% [========================================================== ] 2998/3151 95% [=========================================================== ] 2999/3151 95% [=========================================================== ] 3000/3151 95% [=========================================================== ] 3001/3151 95% [=========================================================== ] 3002/3151 95% [=========================================================== ] 3003/3151 95% [=========================================================== ] 3004/3151 95% [=========================================================== ] 3005/3151 95% [=========================================================== ] 3006/3151 95% [=========================================================== ] 3007/3151 95% [=========================================================== ] 3008/3151 95% [=========================================================== ] 3009/3151 95% [=========================================================== ] 3010/3151 95% [=========================================================== ] 3011/3151 95% [=========================================================== ] 3012/3151 95% [=========================================================== ] 3013/3151 95% [=========================================================== ] 3014/3151 95% [=========================================================== ] 3015/3151 95% [=========================================================== ] 3016/3151 95% [=========================================================== ] 3017/3151 95% [=========================================================== ] 3018/3151 95% [=========================================================== ] 3019/3151 95% [=========================================================== ] 3020/3151 95% [=========================================================== ] 3021/3151 95% [=========================================================== ] 3022/3151 95% [=========================================================== ] 3023/3151 95% [=========================================================== ] 3024/3151 95% [=========================================================== ] 3025/3151 96% [=========================================================== ] 3026/3151 96% [=========================================================== ] 3027/3151 96% [=========================================================== ] 3028/3151 96% [=========================================================== ] 3029/3151 96% [=========================================================== ] 3030/3151 96% [=========================================================== ] 3031/3151 96% [=========================================================== ] 3032/3151 96% [=========================================================== ] 3033/3151 96% [=========================================================== ] 3034/3151 96% [=========================================================== ] 3035/3151 96% [=========================================================== ] 3036/3151 96% [=========================================================== ] 3037/3151 96% [=========================================================== ] 3038/3151 96% [=========================================================== ] 3039/3151 96% [=========================================================== ] 3040/3151 96% [=========================================================== ] 3041/3151 96% [=========================================================== ] 3042/3151 96% [=========================================================== ] 3043/3151 96% [=========================================================== ] 3044/3151 96% [=========================================================== ] 3045/3151 96% [=========================================================== ] 3046/3151 96% [=========================================================== ] 3047/3151 96% [=========================================================== ] 3048/3151 96% [=========================================================== ] 3049/3151 96% [============================================================ ] 3050/3151 96% [============================================================ ] 3051/3151 96% [============================================================ ] 3052/3151 96% [============================================================ ] 3053/3151 96% [============================================================ ] 3054/3151 96% [============================================================ ] 3055/3151 96% [============================================================ ] 3056/3151 96% [============================================================ ] 3057/3151 97% [============================================================ ] 3058/3151 97% [============================================================ ] 3059/3151 97% [============================================================ ] 3060/3151 97% [============================================================ ] 3061/3151 97% [============================================================ ] 3062/3151 97% [============================================================ ] 3063/3151 97% [============================================================ ] 3064/3151 97% [============================================================ ] 3065/3151 97% [============================================================ ] 3066/3151 97% [============================================================ ] 3067/3151 97% [============================================================ ] 3068/3151 97% [============================================================ ] 3069/3151 97% [============================================================ ] 3070/3151 97% [============================================================ ] 3071/3151 97% [============================================================ ] 3072/3151 97% [============================================================ ] 3073/3151 97% [============================================================ ] 3074/3151 97% [============================================================ ] 3075/3151 97% [============================================================ ] 3076/3151 97% [============================================================ ] 3077/3151 97% [============================================================ ] 3078/3151 97% [============================================================ ] 3079/3151 97% [============================================================ ] 3080/3151 97% [============================================================ ] 3081/3151 97% [============================================================ ] 3082/3151 97% [============================================================ ] 3083/3151 97% [============================================================ ] 3084/3151 97% [============================================================ ] 3085/3151 97% [============================================================ ] 3086/3151 97% [============================================================ ] 3087/3151 97% [============================================================ ] 3088/3151 98% [============================================================ ] 3089/3151 98% [============================================================ ] 3090/3151 98% [============================================================ ] 3091/3151 98% [============================================================ ] 3092/3151 98% [============================================================ ] 3093/3151 98% [============================================================ ] 3094/3151 98% [============================================================ ] 3095/3151 98% [============================================================ ] 3096/3151 98% [============================================================ ] 3097/3151 98% [============================================================ ] 3098/3151 98% [============================================================ ] 3099/3151 98% [============================================================ ] 3100/3151 98% [============================================================= ] 3101/3151 98% [============================================================= ] 3102/3151 98% [============================================================= ] 3103/3151 98% [============================================================= ] 3104/3151 98% [============================================================= ] 3105/3151 98% [============================================================= ] 3106/3151 98% [============================================================= ] 3107/3151 98% [============================================================= ] 3108/3151 98% [============================================================= ] 3109/3151 98% [============================================================= ] 3110/3151 98% [============================================================= ] 3111/3151 98% [============================================================= ] 3112/3151 98% [============================================================= ] 3113/3151 98% [============================================================= ] 3114/3151 98% [============================================================= ] 3115/3151 98% [============================================================= ] 3116/3151 98% [============================================================= ] 3117/3151 98% [============================================================= ] 3118/3151 98% [============================================================= ] 3119/3151 98% [============================================================= ] 3120/3151 99% [============================================================= ] 3121/3151 99% [============================================================= ] 3122/3151 99% [============================================================= ] 3123/3151 99% [============================================================= ] 3124/3151 99% [============================================================= ] 3125/3151 99% [============================================================= ] 3126/3151 99% [============================================================= ] 3127/3151 99% [============================================================= ] 3128/3151 99% [============================================================= ] 3129/3151 99% [============================================================= ] 3130/3151 99% [============================================================= ] 3131/3151 99% [============================================================= ] 3132/3151 99% [============================================================= ] 3133/3151 99% [============================================================= ] 3134/3151 99% [============================================================= ] 3135/3151 99% [============================================================= ] 3136/3151 99% [============================================================= ] 3137/3151 99% [============================================================= ] 3138/3151 99% [============================================================= ] 3139/3151 99% [============================================================= ] 3140/3151 99% [============================================================= ] 3141/3151 99% [============================================================= ] 3142/3151 99% [============================================================= ] 3143/3151 99% [============================================================= ] 3144/3151 99% [============================================================= ] 3145/3151 99% [============================================================= ] 3146/3151 99% [============================================================= ] 3147/3151 99% [============================================================= ] 3148/3151 99% [============================================================= ] 3149/3151 99% [============================================================= ] 3150/3151 99% [==============================================================] 3151/3151 100% operation complete, 3151 objects in 27346 NAND pages. ln -snf /home/autobuild/autobuild/instance-11/output-1/host/or1k-buildroot-linux-uclibc/sysroot /home/autobuild/autobuild/instance-11/output-1/staging make: Leaving directory '/home/autobuild/autobuild/instance-11/buildroot' make: Entering directory '/home/autobuild/autobuild/instance-11/buildroot' >>> Buildroot 2024.05-155-gd09597bbae Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> gcc-final 13.3.0 Collecting legal info COPYING.RUNTIME: OK (sha256: 9d6b43ce4d8de0c878bf16b54d8e7a10d9bd42b75178153e3af6a815bdc90f74) >>> host-gcc-final 13.3.0 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING3.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> host-binutils 2.42 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-skeleton Collecting legal info >>> host-gmp 6.3.0 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-mpc 1.3.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> uclibc 1.0.49 Collecting legal info COPYING.LIB: OK (sha256: ec60b993835e2c6b79e6d9226345f4e614e686eb57dc13b6420c15a33a8996e5) >>> host-gcc-initial 13.3.0 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING3.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> linux-headers 6.9.4 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-none Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> ca-certificates 20230311 Collecting legal info debian/copyright: OK (sha256: e85e1bcad3a915dc7e6f41412bc5bdeba275cadd817896ea0451f2140a93967c) >>> host-openssl Collecting legal info >>> host-libopenssl 3.3.1 Collecting legal info LICENSE.txt: OK (sha256: 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a) >>> host-zlib Collecting legal info >>> host-libzlib 1.3.1 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> host-python3 3.12.4 Collecting legal info LICENSE: OK (sha256: 3b2f81fe21d181c499c59a256c8e1968455d6689d269aa85373bfb6af41da3bf) >>> host-autoconf 2.72 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-autoconf-archive 2023.02.20 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-expat 2.6.2 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libffi 3.4.6 Collecting legal info LICENSE: OK (sha256: 67894089811f93fca47a76f85e017da6f8582d4ba0905963c6e0f1ad6df7a195) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> chartjs 3.9.1 Collecting legal info ERROR: No hash found for LICENSE.md >>> host-checkpolicy 3.6 Collecting legal info LICENSE: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-libselinux 3.6 Collecting legal info LICENSE: OK (sha256: 86657b4c0fe868d7cbd977cb04c63b6c667e08fa51595a7bc846ad4bed8fc364) >>> host-libsepol 3.6 Collecting legal info LICENSE: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-pcre2 10.43 Collecting legal info LICENCE: OK (sha256: 030087e2e8dd7c1bdd26057d25d4ded8f45bbf01ad458d68665ad04b8b0fbedf) >>> host-python-pip 23.3.2 Collecting legal info LICENSE.txt: OK (sha256: 634300a669d49aeae65b12c6c48c924c51a4cdf3d1ff086dc3456dc8bcaa2104) >>> 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-python-pypa-build 1.0.3 Collecting legal info LICENSE: OK (sha256: aaf9a29ca5907971ccf07de025375db34539a8d5eeebce20b46099805722106f) >>> host-python-packaging 24.0 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-setuptools 69.2.0 Collecting legal info LICENSE: OK (sha256: 86da0f01aeae46348a3c3d465195dc1ceccde79f79e87769a64b8da04b2a4741) >>> host-python-wheel 0.40.0 Collecting legal info LICENSE.txt: OK (sha256: 30c23618679108f3e8ea1d2a658c7ca417bdfc891c98ef1a89fa4ff0c9828654) >>> host-swig 4.1.1 Collecting legal info LICENSE: OK (sha256: f53abaeed775018d519a1b9615f0ca17894772bd9ca21c2a156bf340ac41c13e) LICENSE-GPL: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) LICENSE-UNIVERSITIES: OK (sha256: 7f50d942373a871211c5efee03f3db2f9efd1cff1002b0ef8e3748baa611a5c2) >>> host-composer 2.5.8 Collecting legal info LICENSE: OK (sha256: c8cce4b6b9729f264ffdf9296d505d63432497feeed1f586d1902b942197e024) >>> host-php 8.3.8 Collecting legal info LICENSE: OK (sha256: b42e4df5e50e6ecda1047d503d6d91d71032d09ed1027ba1ef29eed26f890c5a) >>> host-oniguruma 6.9.9 Collecting legal info COPYING: OK (sha256: 70ba5469ea0bab6e18a32d7009068f996503168d27be57747e08da34337ff26f) >>> cryptsetup 2.7.1 Collecting legal info COPYING: OK (sha256: 45670cce8b6a0ddd66c8016cd8ccef6cd71f35717cbacc7f1e895b3855207b33) COPYING.LGPL: OK (sha256: 8c33cc37871654ec7ed87e6fbb896c8cf33ef5ef05b1611a5aed857596ffafa5) >>> json-c 0.17 Collecting legal info COPYING: OK (sha256: 74c1e6ca5eba76b54d0ad00d4815c8315c1b3bc45ff99de61d103dc92486284c) >>> libargon2 20190702 Collecting legal info LICENSE: OK (sha256: 220f8736a89ff51c92ef3d497f413b48e6cf1df3d6278bc909c6308c78e1718e) >>> libiconv 1.15 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> lvm2 2.03.23 Collecting legal info COPYING: OK (sha256: e76fbcd2fb97cf202da330301327754d2db5c58b5b4bebd3a8a749393e7603d1) COPYING.LIB: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> openssl Collecting legal info >>> libopenssl 3.3.1 Collecting legal info LICENSE.txt: OK (sha256: 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a) >>> zlib Collecting legal info >>> libzlib 1.3.1 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> popt 1.19 Collecting legal info COPYING: OK (sha256: 2b488b239927935f34769a39309c0680be16e3725a1f55dbb06ed20d53852801) >>> util-linux 2.39.3 Collecting legal info README.licensing: OK (sha256: 13f0ea46d12d798c095a6ad39d7ddc988e2e4d274c6494115f6b463f7bc4f702) 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) >>> libxcrypt 4.4.36 Collecting legal info LICENSING: OK (sha256: f9b48b0bc67a92b752780710aa774cf08b62ec2ebaa3f4aebd00069fba6effd2) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> host-ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> pcre2 10.43 Collecting legal info LICENCE: OK (sha256: 030087e2e8dd7c1bdd26057d25d4ded8f45bbf01ad458d68665ad04b8b0fbedf) >>> dbus 1.14.10 Collecting legal info COPYING: OK (sha256: e61807cd1c32ff4e7bd5b4b61dd21997c6dc5642cf19316124fe38d50e1f9fa3) >>> expat 2.6.2 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> dhcpdump 1.9 Collecting legal info LICENSE: OK (sha256: bab6ca76b7e93885396513689b1248dfb0e8fd662695b8bd1b26784ef71a0192) >>> libpcap 1.10.4 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> libnl 3.9.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> dht 0.27 Collecting legal info LICENCE: OK (sha256: 06ce07293caf8c8ddfaf47797ad1fb18d1c040a8375231d8f8a6105cef51a8e6) >>> dtc 1.7.0 Collecting legal info README.license: OK (sha256: 78e1e1ce5728a990d59c7de61d4741c49185d5129daf783b386380a214328d68) GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) BSD-2-Clause: OK (sha256: 6313108c23efffa36948f8b2cff1560a5935373b527b0e1a837cc77e6ed1bacd) >>> dvdauthor 0.7.2 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> fontconfig 2.14.2 Collecting legal info COPYING: OK (sha256: 51a51aa9823704fd90bccc616cdd17ebabb5b2b3e9cbde886ca02c7002288067) >>> freetype 2.13.2 Collecting legal info LICENSE.TXT: OK (sha256: 2e3bbb7d7c5c396368dd0853a790ec29ce5b8647163dde42a0493fb0d6556b2b) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> libpng 1.6.43 Collecting legal info LICENSE: OK (sha256: 7317e078e2d3b5d7ba5a6159e650945153262b44b76f6700f8e9edb261c5143e) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libxml2 2.12.6 Collecting legal info Copyright: OK (sha256: 7fb0a66f3989f9bd5c7e5438a3de02cd4a7a47dde0aea2f7ea2ba2ff454ee6a4) >>> e2fsprogs 1.47.0 Collecting legal info NOTICE: OK (sha256: 5da5ef153e559c1d990d4c3eedbedd4442db892d37eae1f35fff069de8ec9020) lib/ss/mit-sipb-copyright.h: OK (sha256: 032989b508f1a72ebee5b3417e55d06d473f9ee203e45ab11864a7e49cdec63d) lib/et/internal.h: OK (sha256: 47182fe6631a32f271a15bbe210751b3825b7199f588879aac7d4804fc8b4b8f) >>> host-firmware-utils 86739f2b3ae9502368b89ef37fa6f31c42aad6f4 Collecting legal info >>> jansson 2.14 Collecting legal info LICENSE: OK (sha256: 1fff7d37d22157bcd81ab53b6c54da755d7c2f868f15807d9bde920f10730da0) >>> jsmn 1.1.0 Collecting legal info LICENSE: OK (sha256: 4675b94a50d2afe811c52785463c854f1156056632cce17cc7133939eac8ed55) >>> kbd 2.5.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) CREDITS: OK (sha256: 5a16340fe773f422144b436df90319114a2884933c56e9be6fad642e59be5e1f) >>> knock 0.8 Collecting legal info COPYING: OK (sha256: d747e19206e41702e40822dd91d37cbf40edd86f364ea416d667a0e3013f7189) >>> libcorrect ce6c17f1f988765ae3695315d7cce1f2a2e6cf0d Collecting legal info LICENSE: OK (sha256: 135138cd4304aa637836758dc5edfb5f21b7d09ecc637d25288d206b151a5768) >>> libcurl 8.8.0 Collecting legal info COPYING: OK (sha256: adb1fc06547fd136244179809f7b7c2d2ae6c4534f160aa513af9b6a12866a32) >>> libdvbcsa 1.1.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libest f8a6e5b53a5f70e72fe4029981df0693b17cbb32 Collecting legal info LICENSE: OK (sha256: fbdb055f98babf8d86095d6f9b9e34d2ff21a8212e442b8f18bdcb403e44366c) >>> libexecinfo 1.1-3 Collecting legal info execinfo.h: OK (sha256: 46fbc8e6849a164c4ba8fd5875748bde302bf3cd713622af0e51b4e10344f516) >>> safeclib 3.7.1 Collecting legal info COPYING: OK (sha256: c33e77efd5781e3d59a2bb648c82d2a615035ef0d24cf58880380e3af906510b) >>> libevdev 1.13.1 Collecting legal info COPYING: OK (sha256: 6f13de7ce28e4948ba95170e0723ee1254c1978ce1f127af82aeca597b567cb9) >>> host-meson 1.3.1 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.11.1.g95dee.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> libffi 3.4.6 Collecting legal info LICENSE: OK (sha256: 67894089811f93fca47a76f85e017da6f8582d4ba0905963c6e0f1ad6df7a195) >>> libmdbx 0.12.10 Collecting legal info LICENSE: OK (sha256: 310fe25c858a9515fc8c8d7d1f24a67c9496f84a91e0a0e41ea9975b1371e569) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnetfilter_log 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnfnetlink 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libsamplerate 0.2.2 Collecting legal info COPYING: OK (sha256: 2c1f76ce2effdddb425018405d5690c0b1ab4e6976e35296b0a6db65c5e1a55d) >>> libsha1 0.3 Collecting legal info COPYING: OK (sha256: 4c387926596bfeacc5b72ebeb96ab36c299a07568e18592c727a6c11dd512c20) >>> libstrophe 0.13.1 Collecting legal info MIT-LICENSE.txt: OK (sha256: 82476f36ffd5e895a176013c0812166ba7b7d99f3d536fc7f5ed2e33e9f74a08) GPL-LICENSE.txt: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libtalloc 2.4.2 Collecting legal info talloc.h: OK (sha256: e01fb092aaed2b431be26674e2b791c77fb5984537c29b514e957582c6b31465) >>> libusb 1.0.27 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libuv 1.48.0 Collecting legal info LICENSE: OK (sha256: 16de0c32b265cb7d46a6d3bd614f259dd4d693a5e26b3407b04aae8d73041f0c) LICENSE-extra: OK (sha256: 262c44bd2cdba037e6d2a82fba15f5800d292bc993a6f5d6b6ea487744d02836) >>> luksmeta 9 Collecting legal info COPYING: OK (sha256: 4b72eb6b5a336cd3ec837cc2d6347c23bf7574168db6b4802267700b93021abf) >>> lv2 1.18.10 Collecting legal info COPYING: OK (sha256: 1e6bb175e193608b767ff25a4ed68b82c4db599491cf0d2694435cf60e9a4841) >>> ndisc6 1.0.7 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> olsr 0.9.8 Collecting legal info license.txt: OK (sha256: 7dcf1fb93ef105e2708b02603bb6ee443115d4819fbf2c5a3a001b46887acb9a) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pixman 0.42.2 Collecting legal info COPYING: OK (sha256: fac9270f0987b96ff4533fca3548c633e02083cbba4a0172a3b149b2e4019793) >>> qdecoder 12.1.0 Collecting legal info COPYING: OK (sha256: 41f34ba1ed6e5d8d3488992311f474cd3f614b82bada88ae53216946026cfae7) >>> quagga 1.2.4 Collecting legal info COPYING: OK (sha256: b39c1bad4e51e2a3389cd25fc4addebe41a3ae7c11100795683f9330de1536e5) >>> host-gawk 5.3.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> quotatool 1.6.2 Collecting legal info COPYING: OK (sha256: 94686eeb98a40edc64106c6f8644068d8a08816a510a3cde75e50f1bf470564d) >>> host-rust-bin 1.79.0 Collecting legal info LICENSE-APACHE: OK (sha256: 62c7a1e35f56406896d7aa7ca52d0cc0d272ac022b5d2796e7d6905db8a3636a) LICENSE-MIT: OK (sha256: 23f18e03dc49df91622fe2a76176497404e46ced8a715d9d2b67a7446571cca3) >>> host-sentry-cli 2.20.3 Collecting legal info LICENSE: OK (sha256: 9503def7b54ceb6e3cd182fd59bc05d3a30d7eae481e65aaba4b495133c83c14) >>> host-rustc Collecting legal info >>> slang 2.3.3 Collecting legal info COPYING: OK (sha256: ff05a90962e7773f8bdc47b2a9585130526039102759b524c1dffbd57cfe469b) >>> spawn-fcgi 1.6.4 Collecting legal info COPYING: OK (sha256: 5c98cad2fbaf5c5e2562bcbab401a7c557c1bb1bac9914ecc63730925052fb13) >>> sslh 2.0.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> tllist 1.1.0 Collecting legal info LICENSE: OK (sha256: d534a23a31500a0ac958d9634b84f532bd73ff1aca1bb8f7debbcbebc16ff39a) >>> tpm2-tss 3.2.2 Collecting legal info LICENSE: OK (sha256: 18c1bf4b1ba1fb2c4ffa7398c234d83c0d55475298e470ae1e5e3a8a8bd2e448) >>> uhubctl 2.5.0 Collecting legal info LICENSE: OK (sha256: 5eb09049fafa91347386daf769223ba2ee6914cb26ab95b86854ad6edea49b5d) COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> zsh 5.9 Collecting legal info LICENCE: OK (sha256: d06fdf3ef9b1ec69d6b9e170b0a9516fbad3523261ff1668bde3bfea6e0ef5f5) >>> host-acl 2.3.2 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.2 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-fakeroot 1.34 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-lz4 1.9.4 Collecting legal info lib/LICENSE: OK (sha256: 8b58c446121a109ccf32edc094bba3010a3d85e4ee3702950db55e4d3e87736c) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-makedevs Collecting legal info >>> host-mkpasswd Collecting legal info >>> host-squashfs 4.6.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-xz 5.6.2 Collecting legal info COPYING: OK (sha256: ee3b35b82f7bb0ba5fd9f13ca34ebbe757a59c05bfde5ab9d50ff4188ed33396) COPYING.0BSD: OK (sha256: 0b01625d853911cd0e2e088dcfb743261034a091bb379246cb25a14cc4c74bf1) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-zstd 1.5.6 Collecting legal info LICENSE: OK (sha256: 7055266497633c9025b777c78eb7235af13922117480ed5c674677adc381c9d8) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: firmware-utils-86739f2b3ae9502368b89ef37fa6f31c42aad6f4: cannot save license (HOST_FIRMWARE_UTILS_LICENSE_FILES not defined) Legal info produced in /home/autobuild/autobuild/instance-11/output-1/legal-info make: Leaving directory '/home/autobuild/autobuild/instance-11/buildroot'