make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/home/autobuild/autobuild/instance-9/output-1/build/host-lzma-4.32.7' make[2]: Leaving directory '/home/autobuild/autobuild/instance-9/output-1/build/host-lzma-4.32.7' make[1]: Leaving directory '/home/autobuild/autobuild/instance-9/output-1/build/host-lzma-4.32.7' 0.2.9.tar.gz: OK (sha256: 9b0912bf683eb839b6e57c9255c83894c3b700d16489a49d319c54c1abf8f6d7) >>> host-yaffs2utils 0.2.9 Extracting gzip -d -c /home/autobuild/autobuild/instance-9/dl/yaffs2utils/0.2.9.tar.gz | tar --strip-components=1 -C /home/autobuild/autobuild/instance-9/output-1/build/host-yaffs2utils-0.2.9 -xf - >>> host-yaffs2utils 0.2.9 Patching >>> host-yaffs2utils 0.2.9 Configuring >>> host-yaffs2utils 0.2.9 Building PATH="/home/autobuild/autobuild/instance-9/output-1/host/bin:/home/autobuild/autobuild/instance-9/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" PKG_CONFIG="/home/autobuild/autobuild/instance-9/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-9/output-1/host/lib/pkgconfig:/home/autobuild/autobuild/instance-9/output-1/host/share/pkgconfig" /usr/bin/make -j1 -C /home/autobuild/autobuild/instance-9/output-1/build/host-yaffs2utils-0.2.9 make[1]: Entering directory '/home/autobuild/autobuild/instance-9/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-9/output-1/build/host-yaffs2utils-0.2.9' >>> host-yaffs2utils 0.2.9 Installing to host directory mkdir -p /home/autobuild/autobuild/instance-9/output-1/host/bin PATH="/home/autobuild/autobuild/instance-9/output-1/host/bin:/home/autobuild/autobuild/instance-9/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" PKG_CONFIG="/home/autobuild/autobuild/instance-9/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-9/output-1/host/lib/pkgconfig:/home/autobuild/autobuild/instance-9/output-1/host/share/pkgconfig" /usr/bin/make -j1 -C /home/autobuild/autobuild/instance-9/output-1/build/host-yaffs2utils-0.2.9 INSTALLDIR=/home/autobuild/autobuild/instance-9/output-1/host/bin install make[1]: Entering directory '/home/autobuild/autobuild/instance-9/output-1/build/host-yaffs2utils-0.2.9' cp mkyaffs2 unyaffs2 unspare2 /home/autobuild/autobuild/instance-9/output-1/host/bin make[1]: Leaving directory '/home/autobuild/autobuild/instance-9/output-1/build/host-yaffs2utils-0.2.9' >>> Finalizing host directory >>> Finalizing target directory mkdir -p /home/autobuild/autobuild/instance-9/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-9/output-1/host/bin/mips64-buildroot-linux-uclibc-gcc%g" -e "s%@TARGET_CXX@%/home/autobuild/autobuild/instance-9/output-1/host/bin/mips64-buildroot-linux-uclibc-g++%g" -e "s%@TARGET_AR@%/home/autobuild/autobuild/instance-9/output-1/host/bin/mips64-buildroot-linux-uclibc-gcc-ar%g" -e "s%@TARGET_FC@%/home/autobuild/autobuild/instance-9/output-1/host/bin/mips64-buildroot-linux-uclibc-gfortran%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%mips64%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_FCFLAGS@%%g" -e "s%@TARGET_CFLAGS@%%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%%g" -e "s%@BR2_CMAKE@%/home/autobuild/autobuild/instance-9/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/autobuild/autobuild/instance-9/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/autobuild/autobuild/instance-9/output-1/host%g" -e "s%@STAGING_DIR@%/home/autobuild/autobuild/instance-9/output-1/host/mips64-buildroot-linux-uclibc/sysroot%g" -e "s%@STATIC@%false%g" /home/autobuild/autobuild/instance-9/buildroot/support/misc/cross-compilation.conf.in > /home/autobuild/autobuild/instance-9/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/home/autobuild/autobuild/instance-9/output-1/host/bin/mips64-buildroot-linux-uclibc-gcc%g" -e "s%@TARGET_CXX@%/home/autobuild/autobuild/instance-9/output-1/host/bin/mips64-buildroot-linux-uclibc-g++%g" -e "s%@TARGET_AR@%/home/autobuild/autobuild/instance-9/output-1/host/bin/mips64-buildroot-linux-uclibc-gcc-ar%g" -e "s%@TARGET_FC@%/home/autobuild/autobuild/instance-9/output-1/host/bin/mips64-buildroot-linux-uclibc-gfortran%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%mips64%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@%/home/autobuild/autobuild/instance-9/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/autobuild/autobuild/instance-9/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/autobuild/autobuild/instance-9/output-1/host%g" -e "s%@STAGING_DIR@%/home/autobuild/autobuild/instance-9/output-1/host/mips64-buildroot-linux-uclibc/sysroot%g" -e "s%@STATIC@%false%g" /home/autobuild/autobuild/instance-9/buildroot/support/misc/cross-compilation.conf.in > /home/autobuild/autobuild/instance-9/output-1/host/etc/meson/cross-compilation.conf /usr/bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~console::respawn:/sbin/getty -L console 0 vt100 #~' /home/autobuild/autobuild/instance-9/output-1/target/etc/inittab /usr/bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /home/autobuild/autobuild/instance-9/output-1/target/etc/inittab if grep -q CONFIG_ASH=y /home/autobuild/autobuild/instance-9/output-1/build/busybox-1.35.0/.config; then grep -qsE '^/bin/ash$' /home/autobuild/autobuild/instance-9/output-1/target/etc/shells || echo "/bin/ash" >> /home/autobuild/autobuild/instance-9/output-1/target/etc/shells; fi if grep -q CONFIG_HUSH=y /home/autobuild/autobuild/instance-9/output-1/build/busybox-1.35.0/.config; then grep -qsE '^/bin/hush$' /home/autobuild/autobuild/instance-9/output-1/target/etc/shells || echo "/bin/hush" >> /home/autobuild/autobuild/instance-9/output-1/target/etc/shells; fi mkdir -p /home/autobuild/autobuild/instance-9/output-1/target/etc echo "buildroot" > /home/autobuild/autobuild/instance-9/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-9/output-1/target/etc/hosts mkdir -p /home/autobuild/autobuild/instance-9/output-1/target/etc echo "Welcome to Buildroot" > /home/autobuild/autobuild/instance-9/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /home/autobuild/autobuild/instance-9/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /home/autobuild/autobuild/instance-9/output-1/target/etc/shells || echo "/bin/sh" >> /home/autobuild/autobuild/instance-9/output-1/target/etc/shells if [ -x /home/autobuild/autobuild/instance-9/output-1/target/sbin/swapon -a -x /home/autobuild/autobuild/instance-9/output-1/target/sbin/swapoff ]; then /usr/bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /home/autobuild/autobuild/instance-9/output-1/target/etc/inittab; else /usr/bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /home/autobuild/autobuild/instance-9/output-1/target/etc/inittab; fi grep -qsE '^/bin/zsh$' /home/autobuild/autobuild/instance-9/output-1/target/etc/shells || echo "/bin/zsh" >> /home/autobuild/autobuild/instance-9/output-1/target/etc/shells rm -rf /home/autobuild/autobuild/instance-9/output-1/target/usr/include /home/autobuild/autobuild/instance-9/output-1/target/usr/share/aclocal \ /home/autobuild/autobuild/instance-9/output-1/target/usr/lib/pkgconfig /home/autobuild/autobuild/instance-9/output-1/target/usr/share/pkgconfig \ /home/autobuild/autobuild/instance-9/output-1/target/usr/lib/cmake /home/autobuild/autobuild/instance-9/output-1/target/usr/share/cmake \ /home/autobuild/autobuild/instance-9/output-1/target/usr/lib/rpm /home/autobuild/autobuild/instance-9/output-1/target/usr/doc find /home/autobuild/autobuild/instance-9/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/autobuild/autobuild/instance-9/output-1/target/lib/ /home/autobuild/autobuild/instance-9/output-1/target/usr/lib/ /home/autobuild/autobuild/instance-9/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /home/autobuild/autobuild/instance-9/output-1/target/usr/share/gdb rm -rf /home/autobuild/autobuild/instance-9/output-1/target/usr/share/bash-completion rm -rf /home/autobuild/autobuild/instance-9/output-1/target/etc/bash_completion.d rm -rf /home/autobuild/autobuild/instance-9/output-1/target/usr/man /home/autobuild/autobuild/instance-9/output-1/target/usr/share/man rm -rf /home/autobuild/autobuild/instance-9/output-1/target/usr/info /home/autobuild/autobuild/instance-9/output-1/target/usr/share/info rm -rf /home/autobuild/autobuild/instance-9/output-1/target/usr/doc /home/autobuild/autobuild/instance-9/output-1/target/usr/share/doc rm -rf /home/autobuild/autobuild/instance-9/output-1/target/usr/share/gtk-doc rmdir /home/autobuild/autobuild/instance-9/output-1/target/usr/share 2>/dev/null || true rm -rf /home/autobuild/autobuild/instance-9/output-1/target/lib/debug /home/autobuild/autobuild/instance-9/output-1/target/usr/lib/debug find /home/autobuild/autobuild/instance-9/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-9/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-9/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-9/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-9/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2022.05-1198-g525913b24b"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2022.08-rc1"; \ echo "PRETTY_NAME=\"Buildroot 2022.08-rc1\"" \ ) > /home/autobuild/autobuild/instance-9/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/autobuild/autobuild/instance-9/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/autobuild/autobuild/instance-9/output-1/per-package /home/autobuild/autobuild/instance-9/buildroot/support/scripts/fix-rpath target touch /home/autobuild/autobuild/instance-9/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs mkdir -p /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs printf ' sshd -1 sshd -1 * /var/empty - - SSH drop priv user\n\n' >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/full_users_table.txt printf ' /bin/busybox f 4755 0 0 - - - - -\n /usr/sbin/arping f 755 0 0 - - - - -\n \n \n /var/lib/nginx d 755 33 33 - - - - -\n /var/empty d 755 root root - - - - -\n\n' > /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.ext2 mkdir -p /home/autobuild/autobuild/instance-9/output-1/images rm -rf /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/ext2 mkdir -p /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/ext2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-9/output-1/target/ /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/ext2/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/ext2/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/ext2/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/ext2/target" >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/ext2/fakeroot PATH="/home/autobuild/autobuild/instance-9/output-1/host/bin:/home/autobuild/autobuild/instance-9/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/autobuild/instance-9/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/ext2/target >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/ext2/fakeroot echo "/home/autobuild/autobuild/instance-9/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/ext2/target" >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/ext2/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/ext2/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/ext2/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/ext2/fakeroot echo "find /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/ext2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/ext2/fakeroot echo "find /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/ext2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/ext2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/ext2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/ext2/fakeroot printf ' rm -f /home/autobuild/autobuild/instance-9/output-1/images/rootfs.ext2\n /home/autobuild/autobuild/instance-9/output-1/host/sbin/mkfs.ext2 -d /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/ext2/target -r 1 -N 0 -m 5 -L "rootfs" -O ^64bit /home/autobuild/autobuild/instance-9/output-1/images/rootfs.ext2 "5G" || { ret=$?; echo "*** Maybe you need to increase the filesystem size (BR2_TARGET_ROOTFS_EXT2_SIZE)" 1>&2; exit $ret; }\n' >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/ext2/fakeroot chmod a+x /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/ext2/fakeroot PATH="/home/autobuild/autobuild/instance-9/output-1/host/bin:/home/autobuild/autobuild/instance-9/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-9/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/ext2/fakeroot rootdir=/home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/ext2/target table='/home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/full_devices_table.txt' mke2fs 1.46.5 (30-Dec-2021) Creating regular file /home/autobuild/autobuild/instance-9/output-1/images/rootfs.ext2 Creating filesystem with 1310720 4k blocks and 327680 inodes Filesystem UUID: bc9bc760-527d-4f38-b7b0-207773caa01f Superblock backups stored on blocks: 32768, 98304, 163840, 229376, 294912, 819200, 884736 Allocating group tables: 0/40 done Writing inode tables: 0/40 done Copying files into the device: done Writing superblocks and filesystem accounting information: 0/40 done PATH="/home/autobuild/autobuild/instance-9/output-1/host/bin:/home/autobuild/autobuild/instance-9/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/autobuild/instance-9/output-1/host/bin/lzma -9 -c /home/autobuild/autobuild/instance-9/output-1/images/rootfs.ext2 > /home/autobuild/autobuild/instance-9/output-1/images/rootfs.ext2.lzma >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/autobuild/autobuild/instance-9/output-1/images rm -rf /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-9/output-1/target/ /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-9/output-1/host/bin:/home/autobuild/autobuild/instance-9/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/autobuild/instance-9/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/target >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/autobuild/autobuild/instance-9/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/autobuild/autobuild/instance-9/output-1/host/bin/mkyaffs2 --all-root /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/target /home/autobuild/autobuild/instance-9/output-1/images/rootfs.yaffs2\n' >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-9/output-1/host/bin:/home/autobuild/autobuild/instance-9/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-9/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/target table='/home/autobuild/autobuild/instance-9/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-9/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][done] scanning complete, total 2378 objects. stage 2: creating image '/home/autobuild/autobuild/instance-9/output-1/images/rootfs.yaffs2' [ ] 1/2378 0% [ ] 2/2378 0% [ ] 3/2378 0% [ ] 4/2378 0% [ ] 5/2378 0% [ ] 6/2378 0% [ ] 7/2378 0% [ ] 8/2378 0% [ ] 9/2378 0% [ ] 10/2378 0% [ ] 11/2378 0% [ ] 12/2378 0% [ ] 13/2378 0% [ ] 14/2378 0% [ ] 15/2378 0% [ ] 16/2378 0% [ ] 17/2378 0% [ ] 18/2378 0% [ ] 19/2378 0% [ ] 20/2378 0% [ ] 21/2378 0% [ ] 22/2378 0% [ ] 23/2378 0% [ ] 24/2378 1% [ ] 25/2378 1% [ ] 26/2378 1% [ ] 27/2378 1% [ ] 28/2378 1% [ ] 29/2378 1% [ ] 30/2378 1% [ ] 31/2378 1% [ ] 32/2378 1% [ ] 33/2378 1% [ ] 34/2378 1% [ ] 35/2378 1% [ ] 36/2378 1% [ ] 37/2378 1% [ ] 38/2378 1% [= ] 39/2378 1% [= ] 40/2378 1% [= ] 41/2378 1% [= ] 42/2378 1% [= ] 43/2378 1% [= ] 44/2378 1% [= ] 45/2378 1% [= ] 46/2378 1% [= ] 47/2378 1% [= ] 48/2378 2% [= ] 49/2378 2% [= ] 50/2378 2% [= ] 51/2378 2% [= ] 52/2378 2% [= ] 53/2378 2% [= ] 54/2378 2% [= ] 55/2378 2% [= ] 56/2378 2% [= ] 57/2378 2% [= ] 58/2378 2% [= ] 59/2378 2% [= ] 60/2378 2% [= ] 61/2378 2% [= ] 62/2378 2% [= ] 63/2378 2% [= ] 64/2378 2% [= ] 65/2378 2% [= ] 66/2378 2% [= ] 67/2378 2% [= ] 68/2378 2% [= ] 69/2378 2% [= ] 70/2378 2% [= ] 71/2378 2% [= ] 72/2378 3% [= ] 73/2378 3% [= ] 74/2378 3% [= ] 75/2378 3% [= ] 76/2378 3% [== ] 77/2378 3% [== ] 78/2378 3% [== ] 79/2378 3% [== ] 80/2378 3% [== ] 81/2378 3% [== ] 82/2378 3% [== ] 83/2378 3% [== ] 84/2378 3% [== ] 85/2378 3% [== ] 86/2378 3% [== ] 87/2378 3% [== ] 88/2378 3% [== ] 89/2378 3% [== ] 90/2378 3% [== ] 91/2378 3% [== ] 92/2378 3% [== ] 93/2378 3% [== ] 94/2378 3% [== ] 95/2378 3% [== ] 96/2378 4% [== ] 97/2378 4% [== ] 98/2378 4% [== ] 99/2378 4% [== ] 100/2378 4% [== ] 101/2378 4% [== ] 102/2378 4% [== ] 103/2378 4% [== ] 104/2378 4% [== ] 105/2378 4% [== ] 106/2378 4% [== ] 107/2378 4% [== ] 108/2378 4% [== ] 109/2378 4% [== ] 110/2378 4% [== ] 111/2378 4% [== ] 112/2378 4% [== ] 113/2378 4% [== ] 114/2378 4% [== ] 115/2378 4% [=== ] 116/2378 4% [=== ] 117/2378 4% [=== ] 118/2378 4% [=== ] 119/2378 5% [=== ] 120/2378 5% [=== ] 121/2378 5% [=== ] 122/2378 5% [=== ] 123/2378 5% [=== ] 124/2378 5% [=== ] 125/2378 5% [=== ] 126/2378 5% [=== ] 127/2378 5% [=== ] 128/2378 5% [=== ] 129/2378 5% [=== ] 130/2378 5% [=== ] 131/2378 5% [=== ] 132/2378 5% [=== ] 133/2378 5% [=== ] 134/2378 5% [=== ] 135/2378 5% [=== ] 136/2378 5% [=== ] 137/2378 5% [=== ] 138/2378 5% [=== ] 139/2378 5% [=== ] 140/2378 5% [=== ] 141/2378 5% [=== ] 142/2378 5% [=== ] 143/2378 6% [=== ] 144/2378 6% [=== ] 145/2378 6% [=== ] 146/2378 6% [=== ] 147/2378 6% [=== ] 148/2378 6% [=== ] 149/2378 6% [=== ] 150/2378 6% [=== ] 151/2378 6% [=== ] 152/2378 6% [=== ] 153/2378 6% [==== ] 154/2378 6% [==== ] 155/2378 6% [==== ] 156/2378 6% [==== ] 157/2378 6% [==== ] 158/2378 6% [==== ] 159/2378 6% [==== ] 160/2378 6% [==== ] 161/2378 6% [==== ] 162/2378 6% [==== ] 163/2378 6% [==== ] 164/2378 6% [==== ] 165/2378 6% [==== ] 166/2378 6% [==== ] 167/2378 7% [==== ] 168/2378 7% [==== ] 169/2378 7% [==== ] 170/2378 7% [==== ] 171/2378 7% [==== ] 172/2378 7% [==== ] 173/2378 7% [==== ] 174/2378 7% [==== ] 175/2378 7% [==== ] 176/2378 7% [==== ] 177/2378 7% [==== ] 178/2378 7% [==== ] 179/2378 7% [==== ] 180/2378 7% [==== ] 181/2378 7% [==== ] 182/2378 7% [==== ] 183/2378 7% [==== ] 184/2378 7% [==== ] 185/2378 7% [==== ] 186/2378 7% [==== ] 187/2378 7% [==== ] 188/2378 7% [==== ] 189/2378 7% [==== ] 190/2378 7% [==== ] 191/2378 8% [===== ] 192/2378 8% [===== ] 193/2378 8% [===== ] 194/2378 8% [===== ] 195/2378 8% [===== ] 196/2378 8% [===== ] 197/2378 8% [===== ] 198/2378 8% [===== ] 199/2378 8% [===== ] 200/2378 8% [===== ] 201/2378 8% [===== ] 202/2378 8% [===== ] 203/2378 8% [===== ] 204/2378 8% [===== ] 205/2378 8% [===== ] 206/2378 8% [===== ] 207/2378 8% [===== ] 208/2378 8% [===== ] 209/2378 8% [===== ] 210/2378 8% [===== ] 211/2378 8% [===== ] 212/2378 8% [===== ] 213/2378 8% [===== ] 214/2378 8% [===== ] 215/2378 9% [===== ] 216/2378 9% [===== ] 217/2378 9% [===== ] 218/2378 9% [===== ] 219/2378 9% [===== ] 220/2378 9% [===== ] 221/2378 9% [===== ] 222/2378 9% [===== ] 223/2378 9% [===== ] 224/2378 9% [===== ] 225/2378 9% [===== ] 226/2378 9% [===== ] 227/2378 9% [===== ] 228/2378 9% [===== ] 229/2378 9% [===== ] 230/2378 9% [====== ] 231/2378 9% [====== ] 232/2378 9% [====== ] 233/2378 9% [====== ] 234/2378 9% [====== ] 235/2378 9% [====== ] 236/2378 9% [====== ] 237/2378 9% [====== ] 238/2378 10% [====== ] 239/2378 10% [====== ] 240/2378 10% [====== ] 241/2378 10% [====== ] 242/2378 10% [====== ] 243/2378 10% [====== ] 244/2378 10% [====== ] 245/2378 10% [====== ] 246/2378 10% [====== ] 247/2378 10% [====== ] 248/2378 10% [====== ] 249/2378 10% [====== ] 250/2378 10% [====== ] 251/2378 10% [====== ] 252/2378 10% [====== ] 253/2378 10% [====== ] 254/2378 10% [====== ] 255/2378 10% [====== ] 256/2378 10% [====== ] 257/2378 10% [====== ] 258/2378 10% [====== ] 259/2378 10% [====== ] 260/2378 10% [====== ] 261/2378 10% [====== ] 262/2378 11% [====== ] 263/2378 11% [====== ] 264/2378 11% [====== ] 265/2378 11% [====== ] 266/2378 11% [====== ] 267/2378 11% [====== ] 268/2378 11% [======= ] 269/2378 11% [======= ] 270/2378 11% [======= ] 271/2378 11% [======= ] 272/2378 11% [======= ] 273/2378 11% [======= ] 274/2378 11% [======= ] 275/2378 11% [======= ] 276/2378 11% [======= ] 277/2378 11% [======= ] 278/2378 11% [======= ] 279/2378 11% [======= ] 280/2378 11% [======= ] 281/2378 11% [======= ] 282/2378 11% [======= ] 283/2378 11% [======= ] 284/2378 11% [======= ] 285/2378 11% [======= ] 286/2378 12% [======= ] 287/2378 12% [======= ] 288/2378 12% [======= ] 289/2378 12% [======= ] 290/2378 12% [======= ] 291/2378 12% [======= ] 292/2378 12% [======= ] 293/2378 12% [======= ] 294/2378 12% [======= ] 295/2378 12% [======= ] 296/2378 12% [======= ] 297/2378 12% [======= ] 298/2378 12% [======= ] 299/2378 12% [======= ] 300/2378 12% [======= ] 301/2378 12% [======= ] 302/2378 12% [======= ] 303/2378 12% [======= ] 304/2378 12% [======= ] 305/2378 12% [======= ] 306/2378 12% [======== ] 307/2378 12% [======== ] 308/2378 12% [======== ] 309/2378 12% [======== ] 310/2378 13% [======== ] 311/2378 13% [======== ] 312/2378 13% [======== ] 313/2378 13% [======== ] 314/2378 13% [======== ] 315/2378 13% [======== ] 316/2378 13% [======== ] 317/2378 13% [======== ] 318/2378 13% [======== ] 319/2378 13% [======== ] 320/2378 13% [======== ] 321/2378 13% [======== ] 322/2378 13% [======== ] 323/2378 13% [======== ] 324/2378 13% [======== ] 325/2378 13% [======== ] 326/2378 13% [======== ] 327/2378 13% [======== ] 328/2378 13% [======== ] 329/2378 13% [======== ] 330/2378 13% [======== ] 331/2378 13% [======== ] 332/2378 13% [======== ] 333/2378 14% [======== ] 334/2378 14% [======== ] 335/2378 14% [======== ] 336/2378 14% [======== ] 337/2378 14% [======== ] 338/2378 14% [======== ] 339/2378 14% [======== ] 340/2378 14% [======== ] 341/2378 14% [======== ] 342/2378 14% [======== ] 343/2378 14% [======== ] 344/2378 14% [======== ] 345/2378 14% [========= ] 346/2378 14% [========= ] 347/2378 14% [========= ] 348/2378 14% [========= ] 349/2378 14% [========= ] 350/2378 14% [========= ] 351/2378 14% [========= ] 352/2378 14% [========= ] 353/2378 14% [========= ] 354/2378 14% [========= ] 355/2378 14% [========= ] 356/2378 14% [========= ] 357/2378 15% [========= ] 358/2378 15% [========= ] 359/2378 15% [========= ] 360/2378 15% [========= ] 361/2378 15% [========= ] 362/2378 15% [========= ] 363/2378 15% [========= ] 364/2378 15% [========= ] 365/2378 15% [========= ] 366/2378 15% [========= ] 367/2378 15% [========= ] 368/2378 15% [========= ] 369/2378 15% [========= ] 370/2378 15% [========= ] 371/2378 15% [========= ] 372/2378 15% [========= ] 373/2378 15% [========= ] 374/2378 15% [========= ] 375/2378 15% [========= ] 376/2378 15% [========= ] 377/2378 15% [========= ] 378/2378 15% [========= ] 379/2378 15% [========= ] 380/2378 15% [========= ] 381/2378 16% [========= ] 382/2378 16% [========= ] 383/2378 16% [========== ] 384/2378 16% [========== ] 385/2378 16% [========== ] 386/2378 16% [========== ] 387/2378 16% [========== ] 388/2378 16% [========== ] 389/2378 16% [========== ] 390/2378 16% [========== ] 391/2378 16% [========== ] 392/2378 16% [========== ] 393/2378 16% [========== ] 394/2378 16% [========== ] 395/2378 16% [========== ] 396/2378 16% [========== ] 397/2378 16% [========== ] 398/2378 16% [========== ] 399/2378 16% [========== ] 400/2378 16% [========== ] 401/2378 16% [========== ] 402/2378 16% [========== ] 403/2378 16% [========== ] 404/2378 16% [========== ] 405/2378 17% [========== ] 406/2378 17% [========== ] 407/2378 17% [========== ] 408/2378 17% [========== ] 409/2378 17% [========== ] 410/2378 17% [========== ] 411/2378 17% [========== ] 412/2378 17% [========== ] 413/2378 17% [========== ] 414/2378 17% [========== ] 415/2378 17% [========== ] 416/2378 17% [========== ] 417/2378 17% [========== ] 418/2378 17% [========== ] 419/2378 17% [========== ] 420/2378 17% [========== ] 421/2378 17% [=========== ] 422/2378 17% [=========== ] 423/2378 17% [=========== ] 424/2378 17% [=========== ] 425/2378 17% [=========== ] 426/2378 17% [=========== ] 427/2378 17% [=========== ] 428/2378 17% [=========== ] 429/2378 18% [=========== ] 430/2378 18% [=========== ] 431/2378 18% [=========== ] 432/2378 18% [=========== ] 433/2378 18% [=========== ] 434/2378 18% [=========== ] 435/2378 18% [=========== ] 436/2378 18% [=========== ] 437/2378 18% [=========== ] 438/2378 18% [=========== ] 439/2378 18% [=========== ] 440/2378 18% [=========== ] 441/2378 18% [=========== ] 442/2378 18% [=========== ] 443/2378 18% [=========== ] 444/2378 18% [=========== ] 445/2378 18% [=========== ] 446/2378 18% [=========== ] 447/2378 18% [=========== ] 448/2378 18% [=========== ] 449/2378 18% [=========== ] 450/2378 18% [=========== ] 451/2378 18% [=========== ] 452/2378 19% [=========== ] 453/2378 19% [=========== ] 454/2378 19% [=========== ] 455/2378 19% [=========== ] 456/2378 19% [=========== ] 457/2378 19% [=========== ] 458/2378 19% [=========== ] 459/2378 19% [=========== ] 460/2378 19% [============ ] 461/2378 19% [============ ] 462/2378 19% [============ ] 463/2378 19% [============ ] 464/2378 19% [============ ] 465/2378 19% [============ ] 466/2378 19% [============ ] 467/2378 19% [============ ] 468/2378 19% [============ ] 469/2378 19% [============ ] 470/2378 19% [============ ] 471/2378 19% [============ ] 472/2378 19% [============ ] 473/2378 19% [============ ] 474/2378 19% [============ ] 475/2378 19% [============ ] 476/2378 20% [============ ] 477/2378 20% [============ ] 478/2378 20% [============ ] 479/2378 20% [============ ] 480/2378 20% [============ ] 481/2378 20% [============ ] 482/2378 20% [============ ] 483/2378 20% [============ ] 484/2378 20% [============ ] 485/2378 20% [============ ] 486/2378 20% [============ ] 487/2378 20% [============ ] 488/2378 20% [============ ] 489/2378 20% [============ ] 490/2378 20% [============ ] 491/2378 20% [============ ] 492/2378 20% [============ ] 493/2378 20% [============ ] 494/2378 20% [============ ] 495/2378 20% [============ ] 496/2378 20% [============ ] 497/2378 20% [============ ] 498/2378 20% [============= ] 499/2378 20% [============= ] 500/2378 21% [============= ] 501/2378 21% [============= ] 502/2378 21% [============= ] 503/2378 21% [============= ] 504/2378 21% [============= ] 505/2378 21% [============= ] 506/2378 21% [============= ] 507/2378 21% [============= ] 508/2378 21% [============= ] 509/2378 21% [============= ] 510/2378 21% [============= ] 511/2378 21% [============= ] 512/2378 21% [============= ] 513/2378 21% [============= ] 514/2378 21% [============= ] 515/2378 21% [============= ] 516/2378 21% [============= ] 517/2378 21% [============= ] 518/2378 21% [============= ] 519/2378 21% [============= ] 520/2378 21% [============= ] 521/2378 21% [============= ] 522/2378 21% [============= ] 523/2378 21% [============= ] 524/2378 22% [============= ] 525/2378 22% [============= ] 526/2378 22% [============= ] 527/2378 22% [============= ] 528/2378 22% [============= ] 529/2378 22% [============= ] 530/2378 22% [============= ] 531/2378 22% [============= ] 532/2378 22% [============= ] 533/2378 22% [============= ] 534/2378 22% [============= ] 535/2378 22% [============= ] 536/2378 22% [============== ] 537/2378 22% [============== ] 538/2378 22% [============== ] 539/2378 22% [============== ] 540/2378 22% [============== ] 541/2378 22% [============== ] 542/2378 22% [============== ] 543/2378 22% [============== ] 544/2378 22% [============== ] 545/2378 22% [============== ] 546/2378 22% [============== ] 547/2378 23% [============== ] 548/2378 23% [============== ] 549/2378 23% [============== ] 550/2378 23% [============== ] 551/2378 23% [============== ] 552/2378 23% [============== ] 553/2378 23% [============== ] 554/2378 23% [============== ] 555/2378 23% [============== ] 556/2378 23% [============== ] 557/2378 23% [============== ] 558/2378 23% [============== ] 559/2378 23% [============== ] 560/2378 23% [============== ] 561/2378 23% [============== ] 562/2378 23% [============== ] 563/2378 23% [============== ] 564/2378 23% [============== ] 565/2378 23% [============== ] 566/2378 23% [============== ] 567/2378 23% [============== ] 568/2378 23% [============== ] 569/2378 23% [============== ] 570/2378 23% [============== ] 571/2378 24% [============== ] 572/2378 24% [============== ] 573/2378 24% [============== ] 574/2378 24% [============== ] 575/2378 24% [=============== ] 576/2378 24% [=============== ] 577/2378 24% [=============== ] 578/2378 24% [=============== ] 579/2378 24% [=============== ] 580/2378 24% [=============== ] 581/2378 24% [=============== ] 582/2378 24% [=============== ] 583/2378 24% [=============== ] 584/2378 24% [=============== ] 585/2378 24% [=============== ] 586/2378 24% [=============== ] 587/2378 24% [=============== ] 588/2378 24% [=============== ] 589/2378 24% [=============== ] 590/2378 24% [=============== ] 591/2378 24% [=============== ] 592/2378 24% [=============== ] 593/2378 24% [=============== ] 594/2378 24% [=============== ] 595/2378 25% [=============== ] 596/2378 25% [=============== ] 597/2378 25% [=============== ] 598/2378 25% [=============== ] 599/2378 25% [=============== ] 600/2378 25% [=============== ] 601/2378 25% [=============== ] 602/2378 25% [=============== ] 603/2378 25% [=============== ] 604/2378 25% [=============== ] 605/2378 25% [=============== ] 606/2378 25% [=============== ] 607/2378 25% [=============== ] 608/2378 25% [=============== ] 609/2378 25% [=============== ] 610/2378 25% [=============== ] 611/2378 25% [=============== ] 612/2378 25% [=============== ] 613/2378 25% [================ ] 614/2378 25% [================ ] 615/2378 25% [================ ] 616/2378 25% [================ ] 617/2378 25% [================ ] 618/2378 25% [================ ] 619/2378 26% [================ ] 620/2378 26% [================ ] 621/2378 26% [================ ] 622/2378 26% [================ ] 623/2378 26% [================ ] 624/2378 26% [================ ] 625/2378 26% [================ ] 626/2378 26% [================ ] 627/2378 26% [================ ] 628/2378 26% [================ ] 629/2378 26% [================ ] 630/2378 26% [================ ] 631/2378 26% [================ ] 632/2378 26% [================ ] 633/2378 26% [================ ] 634/2378 26% [================ ] 635/2378 26% [================ ] 636/2378 26% [================ ] 637/2378 26% [================ ] 638/2378 26% [================ ] 639/2378 26% [================ ] 640/2378 26% [================ ] 641/2378 26% [================ ] 642/2378 26% [================ ] 643/2378 27% [================ ] 644/2378 27% [================ ] 645/2378 27% [================ ] 646/2378 27% [================ ] 647/2378 27% [================ ] 648/2378 27% [================ ] 649/2378 27% [================ ] 650/2378 27% [================ ] 651/2378 27% [================ ] 652/2378 27% [================= ] 653/2378 27% [================= ] 654/2378 27% [================= ] 655/2378 27% [================= ] 656/2378 27% [================= ] 657/2378 27% [================= ] 658/2378 27% [================= ] 659/2378 27% [================= ] 660/2378 27% [================= ] 661/2378 27% [================= ] 662/2378 27% [================= ] 663/2378 27% [================= ] 664/2378 27% [================= ] 665/2378 27% [================= ] 666/2378 28% [================= ] 667/2378 28% [================= ] 668/2378 28% [================= ] 669/2378 28% [================= ] 670/2378 28% [================= ] 671/2378 28% [================= ] 672/2378 28% [================= ] 673/2378 28% [================= ] 674/2378 28% [================= ] 675/2378 28% [================= ] 676/2378 28% [================= ] 677/2378 28% [================= ] 678/2378 28% [================= ] 679/2378 28% [================= ] 680/2378 28% [================= ] 681/2378 28% [================= ] 682/2378 28% [================= ] 683/2378 28% [================= ] 684/2378 28% [================= ] 685/2378 28% [================= ] 686/2378 28% [================= ] 687/2378 28% [================= ] 688/2378 28% [================= ] 689/2378 28% [================= ] 690/2378 29% [================== ] 691/2378 29% [================== ] 692/2378 29% [================== ] 693/2378 29% [================== ] 694/2378 29% [================== ] 695/2378 29% [================== ] 696/2378 29% [================== ] 697/2378 29% [================== ] 698/2378 29% [================== ] 699/2378 29% [================== ] 700/2378 29% [================== ] 701/2378 29% [================== ] 702/2378 29% [================== ] 703/2378 29% [================== ] 704/2378 29% [================== ] 705/2378 29% [================== ] 706/2378 29% [================== ] 707/2378 29% [================== ] 708/2378 29% [================== ] 709/2378 29% [================== ] 710/2378 29% [================== ] 711/2378 29% [================== ] 712/2378 29% [================== ] 713/2378 29% [================== ] 714/2378 30% [================== ] 715/2378 30% [================== ] 716/2378 30% [================== ] 717/2378 30% [================== ] 718/2378 30% [================== ] 719/2378 30% [================== ] 720/2378 30% [================== ] 721/2378 30% [================== ] 722/2378 30% [================== ] 723/2378 30% [================== ] 724/2378 30% [================== ] 725/2378 30% [================== ] 726/2378 30% [================== ] 727/2378 30% [================== ] 728/2378 30% [=================== ] 729/2378 30% [=================== ] 730/2378 30% [=================== ] 731/2378 30% [=================== ] 732/2378 30% [=================== ] 733/2378 30% [=================== ] 734/2378 30% [=================== ] 735/2378 30% [=================== ] 736/2378 30% [=================== ] 737/2378 30% [=================== ] 738/2378 31% [=================== ] 739/2378 31% [=================== ] 740/2378 31% [=================== ] 741/2378 31% [=================== ] 742/2378 31% [=================== ] 743/2378 31% [=================== ] 744/2378 31% [=================== ] 745/2378 31% [=================== ] 746/2378 31% [=================== ] 747/2378 31% [=================== ] 748/2378 31% [=================== ] 749/2378 31% [=================== ] 750/2378 31% [=================== ] 751/2378 31% [=================== ] 752/2378 31% [=================== ] 753/2378 31% [=================== ] 754/2378 31% [=================== ] 755/2378 31% [=================== ] 756/2378 31% [=================== ] 757/2378 31% [=================== ] 758/2378 31% [=================== ] 759/2378 31% [=================== ] 760/2378 31% [=================== ] 761/2378 32% [=================== ] 762/2378 32% [=================== ] 763/2378 32% [=================== ] 764/2378 32% [=================== ] 765/2378 32% [=================== ] 766/2378 32% [=================== ] 767/2378 32% [==================== ] 768/2378 32% [==================== ] 769/2378 32% [==================== ] 770/2378 32% [==================== ] 771/2378 32% [==================== ] 772/2378 32% [==================== ] 773/2378 32% [==================== ] 774/2378 32% [==================== ] 775/2378 32% [==================== ] 776/2378 32% [==================== ] 777/2378 32% [==================== ] 778/2378 32% [==================== ] 779/2378 32% [==================== ] 780/2378 32% [==================== ] 781/2378 32% [==================== ] 782/2378 32% [==================== ] 783/2378 32% [==================== ] 784/2378 32% [==================== ] 785/2378 33% [==================== ] 786/2378 33% [==================== ] 787/2378 33% [==================== ] 788/2378 33% [==================== ] 789/2378 33% [==================== ] 790/2378 33% [==================== ] 791/2378 33% [==================== ] 792/2378 33% [==================== ] 793/2378 33% [==================== ] 794/2378 33% [==================== ] 795/2378 33% [==================== ] 796/2378 33% [==================== ] 797/2378 33% [==================== ] 798/2378 33% [==================== ] 799/2378 33% [==================== ] 800/2378 33% [==================== ] 801/2378 33% [==================== ] 802/2378 33% [==================== ] 803/2378 33% [==================== ] 804/2378 33% [==================== ] 805/2378 33% [===================== ] 806/2378 33% [===================== ] 807/2378 33% [===================== ] 808/2378 33% [===================== ] 809/2378 34% [===================== ] 810/2378 34% [===================== ] 811/2378 34% [===================== ] 812/2378 34% [===================== ] 813/2378 34% [===================== ] 814/2378 34% [===================== ] 815/2378 34% [===================== ] 816/2378 34% [===================== ] 817/2378 34% [===================== ] 818/2378 34% [===================== ] 819/2378 34% [===================== ] 820/2378 34% [===================== ] 821/2378 34% [===================== ] 822/2378 34% [===================== ] 823/2378 34% [===================== ] 824/2378 34% [===================== ] 825/2378 34% [===================== ] 826/2378 34% [===================== ] 827/2378 34% [===================== ] 828/2378 34% [===================== ] 829/2378 34% [===================== ] 830/2378 34% [===================== ] 831/2378 34% [===================== ] 832/2378 34% [===================== ] 833/2378 35% [===================== ] 834/2378 35% [===================== ] 835/2378 35% [===================== ] 836/2378 35% [===================== ] 837/2378 35% [===================== ] 838/2378 35% [===================== ] 839/2378 35% [===================== ] 840/2378 35% [===================== ] 841/2378 35% [===================== ] 842/2378 35% [===================== ] 843/2378 35% [====================== ] 844/2378 35% [====================== ] 845/2378 35% [====================== ] 846/2378 35% [====================== ] 847/2378 35% [====================== ] 848/2378 35% [====================== ] 849/2378 35% [====================== ] 850/2378 35% [====================== ] 851/2378 35% [====================== ] 852/2378 35% [====================== ] 853/2378 35% [====================== ] 854/2378 35% [====================== ] 855/2378 35% [====================== ] 856/2378 35% [====================== ] 857/2378 36% [====================== ] 858/2378 36% [====================== ] 859/2378 36% [====================== ] 860/2378 36% [====================== ] 861/2378 36% [====================== ] 862/2378 36% [====================== ] 863/2378 36% [====================== ] 864/2378 36% [====================== ] 865/2378 36% [====================== ] 866/2378 36% [====================== ] 867/2378 36% [====================== ] 868/2378 36% [====================== ] 869/2378 36% [====================== ] 870/2378 36% [====================== ] 871/2378 36% [====================== ] 872/2378 36% [====================== ] 873/2378 36% [====================== ] 874/2378 36% [====================== ] 875/2378 36% [====================== ] 876/2378 36% [====================== ] 877/2378 36% [====================== ] 878/2378 36% [====================== ] 879/2378 36% [====================== ] 880/2378 37% [====================== ] 881/2378 37% [====================== ] 882/2378 37% [======================= ] 883/2378 37% [======================= ] 884/2378 37% [======================= ] 885/2378 37% [======================= ] 886/2378 37% [======================= ] 887/2378 37% [======================= ] 888/2378 37% [======================= ] 889/2378 37% [======================= ] 890/2378 37% [======================= ] 891/2378 37% [======================= ] 892/2378 37% [======================= ] 893/2378 37% [======================= ] 894/2378 37% [======================= ] 895/2378 37% [======================= ] 896/2378 37% [======================= ] 897/2378 37% [======================= ] 898/2378 37% [======================= ] 899/2378 37% [======================= ] 900/2378 37% [======================= ] 901/2378 37% [======================= ] 902/2378 37% [======================= ] 903/2378 37% [======================= ] 904/2378 38% [======================= ] 905/2378 38% [======================= ] 906/2378 38% [======================= ] 907/2378 38% [======================= ] 908/2378 38% [======================= ] 909/2378 38% [======================= ] 910/2378 38% [======================= ] 911/2378 38% [======================= ] 912/2378 38% [======================= ] 913/2378 38% [======================= ] 914/2378 38% [======================= ] 915/2378 38% [======================= ] 916/2378 38% [======================= ] 917/2378 38% [======================= ] 918/2378 38% [======================= ] 919/2378 38% [======================= ] 920/2378 38% [======================== ] 921/2378 38% [======================== ] 922/2378 38% [======================== ] 923/2378 38% [======================== ] 924/2378 38% [======================== ] 925/2378 38% [======================== ] 926/2378 38% [======================== ] 927/2378 38% [======================== ] 928/2378 39% [======================== ] 929/2378 39% [======================== ] 930/2378 39% [======================== ] 931/2378 39% [======================== ] 932/2378 39% [======================== ] 933/2378 39% [======================== ] 934/2378 39% [======================== ] 935/2378 39% [======================== ] 936/2378 39% [======================== ] 937/2378 39% [======================== ] 938/2378 39% [======================== ] 939/2378 39% [======================== ] 940/2378 39% [======================== ] 941/2378 39% [======================== ] 942/2378 39% [======================== ] 943/2378 39% [======================== ] 944/2378 39% [======================== ] 945/2378 39% [======================== ] 946/2378 39% [======================== ] 947/2378 39% [======================== ] 948/2378 39% [======================== ] 949/2378 39% [======================== ] 950/2378 39% [======================== ] 951/2378 39% [======================== ] 952/2378 40% [======================== ] 953/2378 40% [======================== ] 954/2378 40% [======================== ] 955/2378 40% [======================== ] 956/2378 40% [======================== ] 957/2378 40% [======================== ] 958/2378 40% [========================= ] 959/2378 40% [========================= ] 960/2378 40% [========================= ] 961/2378 40% [========================= ] 962/2378 40% [========================= ] 963/2378 40% [========================= ] 964/2378 40% [========================= ] 965/2378 40% [========================= ] 966/2378 40% [========================= ] 967/2378 40% [========================= ] 968/2378 40% [========================= ] 969/2378 40% [========================= ] 970/2378 40% [========================= ] 971/2378 40% [========================= ] 972/2378 40% [========================= ] 973/2378 40% [========================= ] 974/2378 40% [========================= ] 975/2378 41% [========================= ] 976/2378 41% [========================= ] 977/2378 41% [========================= ] 978/2378 41% [========================= ] 979/2378 41% [========================= ] 980/2378 41% [========================= ] 981/2378 41% [========================= ] 982/2378 41% [========================= ] 983/2378 41% [========================= ] 984/2378 41% [========================= ] 985/2378 41% [========================= ] 986/2378 41% [========================= ] 987/2378 41% [========================= ] 988/2378 41% [========================= ] 989/2378 41% [========================= ] 990/2378 41% [========================= ] 991/2378 41% [========================= ] 992/2378 41% [========================= ] 993/2378 41% [========================= ] 994/2378 41% [========================= ] 995/2378 41% [========================= ] 996/2378 41% [========================= ] 997/2378 41% [========================== ] 998/2378 41% [========================== ] 999/2378 42% [========================== ] 1000/2378 42% [========================== ] 1001/2378 42% [========================== ] 1002/2378 42% [========================== ] 1003/2378 42% [========================== ] 1004/2378 42% [========================== ] 1005/2378 42% [========================== ] 1006/2378 42% [========================== ] 1007/2378 42% [========================== ] 1008/2378 42% [========================== ] 1009/2378 42% [========================== ] 1010/2378 42% [========================== ] 1011/2378 42% [========================== ] 1012/2378 42% [========================== ] 1013/2378 42% [========================== ] 1014/2378 42% [========================== ] 1015/2378 42% [========================== ] 1016/2378 42% [========================== ] 1017/2378 42% [========================== ] 1018/2378 42% [========================== ] 1019/2378 42% [========================== ] 1020/2378 42% [========================== ] 1021/2378 42% [========================== ] 1022/2378 42% [========================== ] 1023/2378 43% [========================== ] 1024/2378 43% [========================== ] 1025/2378 43% [========================== ] 1026/2378 43% [========================== ] 1027/2378 43% [========================== ] 1028/2378 43% [========================== ] 1029/2378 43% [========================== ] 1030/2378 43% [========================== ] 1031/2378 43% [========================== ] 1032/2378 43% [========================== ] 1033/2378 43% [========================== ] 1034/2378 43% [========================== ] 1035/2378 43% [=========================== ] 1036/2378 43% [=========================== ] 1037/2378 43% [=========================== ] 1038/2378 43% [=========================== ] 1039/2378 43% [=========================== ] 1040/2378 43% [=========================== ] 1041/2378 43% [=========================== ] 1042/2378 43% [=========================== ] 1043/2378 43% [=========================== ] 1044/2378 43% [=========================== ] 1045/2378 43% [=========================== ] 1046/2378 43% [=========================== ] 1047/2378 44% [=========================== ] 1048/2378 44% [=========================== ] 1049/2378 44% [=========================== ] 1050/2378 44% [=========================== ] 1051/2378 44% [=========================== ] 1052/2378 44% [=========================== ] 1053/2378 44% [=========================== ] 1054/2378 44% [=========================== ] 1055/2378 44% [=========================== ] 1056/2378 44% [=========================== ] 1057/2378 44% [=========================== ] 1058/2378 44% [=========================== ] 1059/2378 44% [=========================== ] 1060/2378 44% [=========================== ] 1061/2378 44% [=========================== ] 1062/2378 44% [=========================== ] 1063/2378 44% [=========================== ] 1064/2378 44% [=========================== ] 1065/2378 44% [=========================== ] 1066/2378 44% [=========================== ] 1067/2378 44% [=========================== ] 1068/2378 44% [=========================== ] 1069/2378 44% [=========================== ] 1070/2378 44% [=========================== ] 1071/2378 45% [=========================== ] 1072/2378 45% [=========================== ] 1073/2378 45% [============================ ] 1074/2378 45% [============================ ] 1075/2378 45% [============================ ] 1076/2378 45% [============================ ] 1077/2378 45% [============================ ] 1078/2378 45% [============================ ] 1079/2378 45% [============================ ] 1080/2378 45% [============================ ] 1081/2378 45% [============================ ] 1082/2378 45% [============================ ] 1083/2378 45% [============================ ] 1084/2378 45% [============================ ] 1085/2378 45% [============================ ] 1086/2378 45% [============================ ] 1087/2378 45% [============================ ] 1088/2378 45% [============================ ] 1089/2378 45% [============================ ] 1090/2378 45% [============================ ] 1091/2378 45% [============================ ] 1092/2378 45% [============================ ] 1093/2378 45% [============================ ] 1094/2378 46% [============================ ] 1095/2378 46% [============================ ] 1096/2378 46% [============================ ] 1097/2378 46% [============================ ] 1098/2378 46% [============================ ] 1099/2378 46% [============================ ] 1100/2378 46% [============================ ] 1101/2378 46% [============================ ] 1102/2378 46% [============================ ] 1103/2378 46% [============================ ] 1104/2378 46% [============================ ] 1105/2378 46% [============================ ] 1106/2378 46% [============================ ] 1107/2378 46% [============================ ] 1108/2378 46% [============================ ] 1109/2378 46% [============================ ] 1110/2378 46% [============================ ] 1111/2378 46% [============================ ] 1112/2378 46% [============================= ] 1113/2378 46% [============================= ] 1114/2378 46% [============================= ] 1115/2378 46% [============================= ] 1116/2378 46% [============================= ] 1117/2378 46% [============================= ] 1118/2378 47% [============================= ] 1119/2378 47% [============================= ] 1120/2378 47% [============================= ] 1121/2378 47% [============================= ] 1122/2378 47% [============================= ] 1123/2378 47% [============================= ] 1124/2378 47% [============================= ] 1125/2378 47% [============================= ] 1126/2378 47% [============================= ] 1127/2378 47% [============================= ] 1128/2378 47% [============================= ] 1129/2378 47% [============================= ] 1130/2378 47% [============================= ] 1131/2378 47% [============================= ] 1132/2378 47% [============================= ] 1133/2378 47% [============================= ] 1134/2378 47% [============================= ] 1135/2378 47% [============================= ] 1136/2378 47% [============================= ] 1137/2378 47% [============================= ] 1138/2378 47% [============================= ] 1139/2378 47% [============================= ] 1140/2378 47% [============================= ] 1141/2378 47% [============================= ] 1142/2378 48% [============================= ] 1143/2378 48% [============================= ] 1144/2378 48% [============================= ] 1145/2378 48% [============================= ] 1146/2378 48% [============================= ] 1147/2378 48% [============================= ] 1148/2378 48% [============================= ] 1149/2378 48% [============================= ] 1150/2378 48% [============================== ] 1151/2378 48% [============================== ] 1152/2378 48% [============================== ] 1153/2378 48% [============================== ] 1154/2378 48% [============================== ] 1155/2378 48% [============================== ] 1156/2378 48% [============================== ] 1157/2378 48% [============================== ] 1158/2378 48% [============================== ] 1159/2378 48% [============================== ] 1160/2378 48% [============================== ] 1161/2378 48% [============================== ] 1162/2378 48% [============================== ] 1163/2378 48% [============================== ] 1164/2378 48% [============================== ] 1165/2378 48% [============================== ] 1166/2378 49% [============================== ] 1167/2378 49% [============================== ] 1168/2378 49% [============================== ] 1169/2378 49% [============================== ] 1170/2378 49% [============================== ] 1171/2378 49% [============================== ] 1172/2378 49% [============================== ] 1173/2378 49% [============================== ] 1174/2378 49% [============================== ] 1175/2378 49% [============================== ] 1176/2378 49% [============================== ] 1177/2378 49% [============================== ] 1178/2378 49% [============================== ] 1179/2378 49% [============================== ] 1180/2378 49% [============================== ] 1181/2378 49% [============================== ] 1182/2378 49% [============================== ] 1183/2378 49% [============================== ] 1184/2378 49% [============================== ] 1185/2378 49% [============================== ] 1186/2378 49% [============================== ] 1187/2378 49% [============================== ] 1188/2378 49% [=============================== ] 1189/2378 50% [=============================== ] 1190/2378 50% [=============================== ] 1191/2378 50% [=============================== ] 1192/2378 50% [=============================== ] 1193/2378 50% [=============================== ] 1194/2378 50% [=============================== ] 1195/2378 50% [=============================== ] 1196/2378 50% [=============================== ] 1197/2378 50% [=============================== ] 1198/2378 50% [=============================== ] 1199/2378 50% [=============================== ] 1200/2378 50% [=============================== ] 1201/2378 50% [=============================== ] 1202/2378 50% [=============================== ] 1203/2378 50% [=============================== ] 1204/2378 50% [=============================== ] 1205/2378 50% [=============================== ] 1206/2378 50% [=============================== ] 1207/2378 50% [=============================== ] 1208/2378 50% [=============================== ] 1209/2378 50% [=============================== ] 1210/2378 50% [=============================== ] 1211/2378 50% [=============================== ] 1212/2378 50% [=============================== ] 1213/2378 51% [=============================== ] 1214/2378 51% [=============================== ] 1215/2378 51% [=============================== ] 1216/2378 51% [=============================== ] 1217/2378 51% [=============================== ] 1218/2378 51% [=============================== ] 1219/2378 51% [=============================== ] 1220/2378 51% [=============================== ] 1221/2378 51% [=============================== ] 1222/2378 51% [=============================== ] 1223/2378 51% [=============================== ] 1224/2378 51% [=============================== ] 1225/2378 51% [=============================== ] 1226/2378 51% [=============================== ] 1227/2378 51% [================================ ] 1228/2378 51% [================================ ] 1229/2378 51% [================================ ] 1230/2378 51% [================================ ] 1231/2378 51% [================================ ] 1232/2378 51% [================================ ] 1233/2378 51% [================================ ] 1234/2378 51% [================================ ] 1235/2378 51% [================================ ] 1236/2378 51% [================================ ] 1237/2378 52% [================================ ] 1238/2378 52% [================================ ] 1239/2378 52% [================================ ] 1240/2378 52% [================================ ] 1241/2378 52% [================================ ] 1242/2378 52% [================================ ] 1243/2378 52% [================================ ] 1244/2378 52% [================================ ] 1245/2378 52% [================================ ] 1246/2378 52% [================================ ] 1247/2378 52% [================================ ] 1248/2378 52% [================================ ] 1249/2378 52% [================================ ] 1250/2378 52% [================================ ] 1251/2378 52% [================================ ] 1252/2378 52% [================================ ] 1253/2378 52% [================================ ] 1254/2378 52% [================================ ] 1255/2378 52% [================================ ] 1256/2378 52% [================================ ] 1257/2378 52% [================================ ] 1258/2378 52% [================================ ] 1259/2378 52% [================================ ] 1260/2378 52% [================================ ] 1261/2378 53% [================================ ] 1262/2378 53% [================================ ] 1263/2378 53% [================================ ] 1264/2378 53% [================================ ] 1265/2378 53% [================================= ] 1266/2378 53% [================================= ] 1267/2378 53% [================================= ] 1268/2378 53% [================================= ] 1269/2378 53% [================================= ] 1270/2378 53% [================================= ] 1271/2378 53% [================================= ] 1272/2378 53% [================================= ] 1273/2378 53% [================================= ] 1274/2378 53% [================================= ] 1275/2378 53% [================================= ] 1276/2378 53% [================================= ] 1277/2378 53% [================================= ] 1278/2378 53% [================================= ] 1279/2378 53% [================================= ] 1280/2378 53% [================================= ] 1281/2378 53% [================================= ] 1282/2378 53% [================================= ] 1283/2378 53% [================================= ] 1284/2378 53% [================================= ] 1285/2378 54% [================================= ] 1286/2378 54% [================================= ] 1287/2378 54% [================================= ] 1288/2378 54% [================================= ] 1289/2378 54% [================================= ] 1290/2378 54% [================================= ] 1291/2378 54% [================================= ] 1292/2378 54% [================================= ] 1293/2378 54% [================================= ] 1294/2378 54% [================================= ] 1295/2378 54% [================================= ] 1296/2378 54% [================================= ] 1297/2378 54% [================================= ] 1298/2378 54% [================================= ] 1299/2378 54% [================================= ] 1300/2378 54% [================================= ] 1301/2378 54% [================================= ] 1302/2378 54% [================================= ] 1303/2378 54% [================================= ] 1304/2378 54% [================================== ] 1305/2378 54% [================================== ] 1306/2378 54% [================================== ] 1307/2378 54% [================================== ] 1308/2378 55% [================================== ] 1309/2378 55% [================================== ] 1310/2378 55% [================================== ] 1311/2378 55% [================================== ] 1312/2378 55% [================================== ] 1313/2378 55% [================================== ] 1314/2378 55% [================================== ] 1315/2378 55% [================================== ] 1316/2378 55% [================================== ] 1317/2378 55% [================================== ] 1318/2378 55% [================================== ] 1319/2378 55% [================================== ] 1320/2378 55% [================================== ] 1321/2378 55% [================================== ] 1322/2378 55% [================================== ] 1323/2378 55% [================================== ] 1324/2378 55% [================================== ] 1325/2378 55% [================================== ] 1326/2378 55% [================================== ] 1327/2378 55% [================================== ] 1328/2378 55% [================================== ] 1329/2378 55% [================================== ] 1330/2378 55% [================================== ] 1331/2378 55% [================================== ] 1332/2378 56% [================================== ] 1333/2378 56% [================================== ] 1334/2378 56% [================================== ] 1335/2378 56% [================================== ] 1336/2378 56% [================================== ] 1337/2378 56% [================================== ] 1338/2378 56% [================================== ] 1339/2378 56% [================================== ] 1340/2378 56% [================================== ] 1341/2378 56% [================================== ] 1342/2378 56% [=================================== ] 1343/2378 56% [=================================== ] 1344/2378 56% [=================================== ] 1345/2378 56% [=================================== ] 1346/2378 56% [=================================== ] 1347/2378 56% [=================================== ] 1348/2378 56% [=================================== ] 1349/2378 56% [=================================== ] 1350/2378 56% [=================================== ] 1351/2378 56% [=================================== ] 1352/2378 56% [=================================== ] 1353/2378 56% [=================================== ] 1354/2378 56% [=================================== ] 1355/2378 56% [=================================== ] 1356/2378 57% [=================================== ] 1357/2378 57% [=================================== ] 1358/2378 57% [=================================== ] 1359/2378 57% [=================================== ] 1360/2378 57% [=================================== ] 1361/2378 57% [=================================== ] 1362/2378 57% [=================================== ] 1363/2378 57% [=================================== ] 1364/2378 57% [=================================== ] 1365/2378 57% [=================================== ] 1366/2378 57% [=================================== ] 1367/2378 57% [=================================== ] 1368/2378 57% [=================================== ] 1369/2378 57% [=================================== ] 1370/2378 57% [=================================== ] 1371/2378 57% [=================================== ] 1372/2378 57% [=================================== ] 1373/2378 57% [=================================== ] 1374/2378 57% [=================================== ] 1375/2378 57% [=================================== ] 1376/2378 57% [=================================== ] 1377/2378 57% [=================================== ] 1378/2378 57% [=================================== ] 1379/2378 57% [=================================== ] 1380/2378 58% [==================================== ] 1381/2378 58% [==================================== ] 1382/2378 58% [==================================== ] 1383/2378 58% [==================================== ] 1384/2378 58% [==================================== ] 1385/2378 58% [==================================== ] 1386/2378 58% [==================================== ] 1387/2378 58% [==================================== ] 1388/2378 58% [==================================== ] 1389/2378 58% [==================================== ] 1390/2378 58% [==================================== ] 1391/2378 58% [==================================== ] 1392/2378 58% [==================================== ] 1393/2378 58% [==================================== ] 1394/2378 58% [==================================== ] 1395/2378 58% [==================================== ] 1396/2378 58% [==================================== ] 1397/2378 58% [==================================== ] 1398/2378 58% [==================================== ] 1399/2378 58% [==================================== ] 1400/2378 58% [==================================== ] 1401/2378 58% [==================================== ] 1402/2378 58% [==================================== ] 1403/2378 58% [==================================== ] 1404/2378 59% [==================================== ] 1405/2378 59% [==================================== ] 1406/2378 59% [==================================== ] 1407/2378 59% [==================================== ] 1408/2378 59% [==================================== ] 1409/2378 59% [==================================== ] 1410/2378 59% [==================================== ] 1411/2378 59% [==================================== ] 1412/2378 59% [==================================== ] 1413/2378 59% [==================================== ] 1414/2378 59% [==================================== ] 1415/2378 59% [==================================== ] 1416/2378 59% [==================================== ] 1417/2378 59% [==================================== ] 1418/2378 59% [==================================== ] 1419/2378 59% [===================================== ] 1420/2378 59% [===================================== ] 1421/2378 59% [===================================== ] 1422/2378 59% [===================================== ] 1423/2378 59% [===================================== ] 1424/2378 59% [===================================== ] 1425/2378 59% [===================================== ] 1426/2378 59% [===================================== ] 1427/2378 60% [===================================== ] 1428/2378 60% [===================================== ] 1429/2378 60% [===================================== ] 1430/2378 60% [===================================== ] 1431/2378 60% [===================================== ] 1432/2378 60% [===================================== ] 1433/2378 60% [===================================== ] 1434/2378 60% [===================================== ] 1435/2378 60% [===================================== ] 1436/2378 60% [===================================== ] 1437/2378 60% [===================================== ] 1438/2378 60% [===================================== ] 1439/2378 60% [===================================== ] 1440/2378 60% [===================================== ] 1441/2378 60% [===================================== ] 1442/2378 60% [===================================== ] 1443/2378 60% [===================================== ] 1444/2378 60% [===================================== ] 1445/2378 60% [===================================== ] 1446/2378 60% [===================================== ] 1447/2378 60% [===================================== ] 1448/2378 60% [===================================== ] 1449/2378 60% [===================================== ] 1450/2378 60% [===================================== ] 1451/2378 61% [===================================== ] 1452/2378 61% [===================================== ] 1453/2378 61% [===================================== ] 1454/2378 61% [===================================== ] 1455/2378 61% [===================================== ] 1456/2378 61% [===================================== ] 1457/2378 61% [====================================== ] 1458/2378 61% [====================================== ] 1459/2378 61% [====================================== ] 1460/2378 61% [====================================== ] 1461/2378 61% [====================================== ] 1462/2378 61% [====================================== ] 1463/2378 61% [====================================== ] 1464/2378 61% [====================================== ] 1465/2378 61% [====================================== ] 1466/2378 61% [====================================== ] 1467/2378 61% [====================================== ] 1468/2378 61% [====================================== ] 1469/2378 61% [====================================== ] 1470/2378 61% [====================================== ] 1471/2378 61% [====================================== ] 1472/2378 61% [====================================== ] 1473/2378 61% [====================================== ] 1474/2378 61% [====================================== ] 1475/2378 62% [====================================== ] 1476/2378 62% [====================================== ] 1477/2378 62% [====================================== ] 1478/2378 62% [====================================== ] 1479/2378 62% [====================================== ] 1480/2378 62% [====================================== ] 1481/2378 62% [====================================== ] 1482/2378 62% [====================================== ] 1483/2378 62% [====================================== ] 1484/2378 62% [====================================== ] 1485/2378 62% [====================================== ] 1486/2378 62% [====================================== ] 1487/2378 62% [====================================== ] 1488/2378 62% [====================================== ] 1489/2378 62% [====================================== ] 1490/2378 62% [====================================== ] 1491/2378 62% [====================================== ] 1492/2378 62% [====================================== ] 1493/2378 62% [====================================== ] 1494/2378 62% [====================================== ] 1495/2378 62% [======================================= ] 1496/2378 62% [======================================= ] 1497/2378 62% [======================================= ] 1498/2378 62% [======================================= ] 1499/2378 63% [======================================= ] 1500/2378 63% [======================================= ] 1501/2378 63% [======================================= ] 1502/2378 63% [======================================= ] 1503/2378 63% [======================================= ] 1504/2378 63% [======================================= ] 1505/2378 63% [======================================= ] 1506/2378 63% [======================================= ] 1507/2378 63% [======================================= ] 1508/2378 63% [======================================= ] 1509/2378 63% [======================================= ] 1510/2378 63% [======================================= ] 1511/2378 63% [======================================= ] 1512/2378 63% [======================================= ] 1513/2378 63% [======================================= ] 1514/2378 63% [======================================= ] 1515/2378 63% [======================================= ] 1516/2378 63% [======================================= ] 1517/2378 63% [======================================= ] 1518/2378 63% [======================================= ] 1519/2378 63% [======================================= ] 1520/2378 63% [======================================= ] 1521/2378 63% [======================================= ] 1522/2378 64% [======================================= ] 1523/2378 64% [======================================= ] 1524/2378 64% [======================================= ] 1525/2378 64% [======================================= ] 1526/2378 64% [======================================= ] 1527/2378 64% [======================================= ] 1528/2378 64% [======================================= ] 1529/2378 64% [======================================= ] 1530/2378 64% [======================================= ] 1531/2378 64% [======================================= ] 1532/2378 64% [======================================= ] 1533/2378 64% [======================================= ] 1534/2378 64% [======================================== ] 1535/2378 64% [======================================== ] 1536/2378 64% [======================================== ] 1537/2378 64% [======================================== ] 1538/2378 64% [======================================== ] 1539/2378 64% [======================================== ] 1540/2378 64% [======================================== ] 1541/2378 64% [======================================== ] 1542/2378 64% [======================================== ] 1543/2378 64% [======================================== ] 1544/2378 64% [======================================== ] 1545/2378 64% [======================================== ] 1546/2378 65% [======================================== ] 1547/2378 65% [======================================== ] 1548/2378 65% [======================================== ] 1549/2378 65% [======================================== ] 1550/2378 65% [======================================== ] 1551/2378 65% [======================================== ] 1552/2378 65% [======================================== ] 1553/2378 65% [======================================== ] 1554/2378 65% [======================================== ] 1555/2378 65% [======================================== ] 1556/2378 65% [======================================== ] 1557/2378 65% [======================================== ] 1558/2378 65% [======================================== ] 1559/2378 65% [======================================== ] 1560/2378 65% [======================================== ] 1561/2378 65% [======================================== ] 1562/2378 65% [======================================== ] 1563/2378 65% [======================================== ] 1564/2378 65% [======================================== ] 1565/2378 65% [======================================== ] 1566/2378 65% [======================================== ] 1567/2378 65% [======================================== ] 1568/2378 65% [======================================== ] 1569/2378 65% [======================================== ] 1570/2378 66% [======================================== ] 1571/2378 66% [======================================== ] 1572/2378 66% [========================================= ] 1573/2378 66% [========================================= ] 1574/2378 66% [========================================= ] 1575/2378 66% [========================================= ] 1576/2378 66% [========================================= ] 1577/2378 66% [========================================= ] 1578/2378 66% [========================================= ] 1579/2378 66% [========================================= ] 1580/2378 66% [========================================= ] 1581/2378 66% [========================================= ] 1582/2378 66% [========================================= ] 1583/2378 66% [========================================= ] 1584/2378 66% [========================================= ] 1585/2378 66% [========================================= ] 1586/2378 66% [========================================= ] 1587/2378 66% [========================================= ] 1588/2378 66% [========================================= ] 1589/2378 66% [========================================= ] 1590/2378 66% [========================================= ] 1591/2378 66% [========================================= ] 1592/2378 66% [========================================= ] 1593/2378 66% [========================================= ] 1594/2378 67% [========================================= ] 1595/2378 67% [========================================= ] 1596/2378 67% [========================================= ] 1597/2378 67% [========================================= ] 1598/2378 67% [========================================= ] 1599/2378 67% [========================================= ] 1600/2378 67% [========================================= ] 1601/2378 67% [========================================= ] 1602/2378 67% [========================================= ] 1603/2378 67% [========================================= ] 1604/2378 67% [========================================= ] 1605/2378 67% [========================================= ] 1606/2378 67% [========================================= ] 1607/2378 67% [========================================= ] 1608/2378 67% [========================================= ] 1609/2378 67% [========================================= ] 1610/2378 67% [========================================== ] 1611/2378 67% [========================================== ] 1612/2378 67% [========================================== ] 1613/2378 67% [========================================== ] 1614/2378 67% [========================================== ] 1615/2378 67% [========================================== ] 1616/2378 67% [========================================== ] 1617/2378 67% [========================================== ] 1618/2378 68% [========================================== ] 1619/2378 68% [========================================== ] 1620/2378 68% [========================================== ] 1621/2378 68% [========================================== ] 1622/2378 68% [========================================== ] 1623/2378 68% [========================================== ] 1624/2378 68% [========================================== ] 1625/2378 68% [========================================== ] 1626/2378 68% [========================================== ] 1627/2378 68% [========================================== ] 1628/2378 68% [========================================== ] 1629/2378 68% [========================================== ] 1630/2378 68% [========================================== ] 1631/2378 68% [========================================== ] 1632/2378 68% [========================================== ] 1633/2378 68% [========================================== ] 1634/2378 68% [========================================== ] 1635/2378 68% [========================================== ] 1636/2378 68% [========================================== ] 1637/2378 68% [========================================== ] 1638/2378 68% [========================================== ] 1639/2378 68% [========================================== ] 1640/2378 68% [========================================== ] 1641/2378 69% [========================================== ] 1642/2378 69% [========================================== ] 1643/2378 69% [========================================== ] 1644/2378 69% [========================================== ] 1645/2378 69% [========================================== ] 1646/2378 69% [========================================== ] 1647/2378 69% [========================================== ] 1648/2378 69% [========================================== ] 1649/2378 69% [=========================================== ] 1650/2378 69% [=========================================== ] 1651/2378 69% [=========================================== ] 1652/2378 69% [=========================================== ] 1653/2378 69% [=========================================== ] 1654/2378 69% [=========================================== ] 1655/2378 69% [=========================================== ] 1656/2378 69% [=========================================== ] 1657/2378 69% [=========================================== ] 1658/2378 69% [=========================================== ] 1659/2378 69% [=========================================== ] 1660/2378 69% [=========================================== ] 1661/2378 69% [=========================================== ] 1662/2378 69% [=========================================== ] 1663/2378 69% [=========================================== ] 1664/2378 69% [=========================================== ] 1665/2378 70% [=========================================== ] 1666/2378 70% [=========================================== ] 1667/2378 70% [=========================================== ] 1668/2378 70% [=========================================== ] 1669/2378 70% [=========================================== ] 1670/2378 70% [=========================================== ] 1671/2378 70% [=========================================== ] 1672/2378 70% [=========================================== ] 1673/2378 70% [=========================================== ] 1674/2378 70% [=========================================== ] 1675/2378 70% [=========================================== ] 1676/2378 70% [=========================================== ] 1677/2378 70% [=========================================== ] 1678/2378 70% [=========================================== ] 1679/2378 70% [=========================================== ] 1680/2378 70% [=========================================== ] 1681/2378 70% [=========================================== ] 1682/2378 70% [=========================================== ] 1683/2378 70% [=========================================== ] 1684/2378 70% [=========================================== ] 1685/2378 70% [=========================================== ] 1686/2378 70% [=========================================== ] 1687/2378 70% [============================================ ] 1688/2378 70% [============================================ ] 1689/2378 71% [============================================ ] 1690/2378 71% [============================================ ] 1691/2378 71% [============================================ ] 1692/2378 71% [============================================ ] 1693/2378 71% [============================================ ] 1694/2378 71% [============================================ ] 1695/2378 71% [============================================ ] 1696/2378 71% [============================================ ] 1697/2378 71% [============================================ ] 1698/2378 71% [============================================ ] 1699/2378 71% [============================================ ] 1700/2378 71% [============================================ ] 1701/2378 71% [============================================ ] 1702/2378 71% [============================================ ] 1703/2378 71% [============================================ ] 1704/2378 71% [============================================ ] 1705/2378 71% [============================================ ] 1706/2378 71% [============================================ ] 1707/2378 71% [============================================ ] 1708/2378 71% [============================================ ] 1709/2378 71% [============================================ ] 1710/2378 71% [============================================ ] 1711/2378 71% [============================================ ] 1712/2378 71% [============================================ ] 1713/2378 72% [============================================ ] 1714/2378 72% [============================================ ] 1715/2378 72% [============================================ ] 1716/2378 72% [============================================ ] 1717/2378 72% [============================================ ] 1718/2378 72% [============================================ ] 1719/2378 72% [============================================ ] 1720/2378 72% [============================================ ] 1721/2378 72% [============================================ ] 1722/2378 72% [============================================ ] 1723/2378 72% [============================================ ] 1724/2378 72% [============================================ ] 1725/2378 72% [============================================= ] 1726/2378 72% [============================================= ] 1727/2378 72% [============================================= ] 1728/2378 72% [============================================= ] 1729/2378 72% [============================================= ] 1730/2378 72% [============================================= ] 1731/2378 72% [============================================= ] 1732/2378 72% [============================================= ] 1733/2378 72% [============================================= ] 1734/2378 72% [============================================= ] 1735/2378 72% [============================================= ] 1736/2378 73% [============================================= ] 1737/2378 73% [============================================= ] 1738/2378 73% [============================================= ] 1739/2378 73% [============================================= ] 1740/2378 73% [============================================= ] 1741/2378 73% [============================================= ] 1742/2378 73% [============================================= ] 1743/2378 73% [============================================= ] 1744/2378 73% [============================================= ] 1745/2378 73% [============================================= ] 1746/2378 73% [============================================= ] 1747/2378 73% [============================================= ] 1748/2378 73% [============================================= ] 1749/2378 73% [============================================= ] 1750/2378 73% [============================================= ] 1751/2378 73% [============================================= ] 1752/2378 73% [============================================= ] 1753/2378 73% [============================================= ] 1754/2378 73% [============================================= ] 1755/2378 73% [============================================= ] 1756/2378 73% [============================================= ] 1757/2378 73% [============================================= ] 1758/2378 73% [============================================= ] 1759/2378 73% [============================================= ] 1760/2378 74% [============================================= ] 1761/2378 74% [============================================= ] 1762/2378 74% [============================================= ] 1763/2378 74% [============================================= ] 1764/2378 74% [============================================== ] 1765/2378 74% [============================================== ] 1766/2378 74% [============================================== ] 1767/2378 74% [============================================== ] 1768/2378 74% [============================================== ] 1769/2378 74% [============================================== ] 1770/2378 74% [============================================== ] 1771/2378 74% [============================================== ] 1772/2378 74% [============================================== ] 1773/2378 74% [============================================== ] 1774/2378 74% [============================================== ] 1775/2378 74% [============================================== ] 1776/2378 74% [============================================== ] 1777/2378 74% [============================================== ] 1778/2378 74% [============================================== ] 1779/2378 74% [============================================== ] 1780/2378 74% [============================================== ] 1781/2378 74% [============================================== ] 1782/2378 74% [============================================== ] 1783/2378 74% [============================================== ] 1784/2378 75% [============================================== ] 1785/2378 75% [============================================== ] 1786/2378 75% [============================================== ] 1787/2378 75% [============================================== ] 1788/2378 75% [============================================== ] 1789/2378 75% [============================================== ] 1790/2378 75% [============================================== ] 1791/2378 75% [============================================== ] 1792/2378 75% [============================================== ] 1793/2378 75% [============================================== ] 1794/2378 75% [============================================== ] 1795/2378 75% [============================================== ] 1796/2378 75% [============================================== ] 1797/2378 75% [============================================== ] 1798/2378 75% [============================================== ] 1799/2378 75% [============================================== ] 1800/2378 75% [============================================== ] 1801/2378 75% [============================================== ] 1802/2378 75% [=============================================== ] 1803/2378 75% [=============================================== ] 1804/2378 75% [=============================================== ] 1805/2378 75% [=============================================== ] 1806/2378 75% [=============================================== ] 1807/2378 75% [=============================================== ] 1808/2378 76% [=============================================== ] 1809/2378 76% [=============================================== ] 1810/2378 76% [=============================================== ] 1811/2378 76% [=============================================== ] 1812/2378 76% [=============================================== ] 1813/2378 76% [=============================================== ] 1814/2378 76% [=============================================== ] 1815/2378 76% [=============================================== ] 1816/2378 76% [=============================================== ] 1817/2378 76% [=============================================== ] 1818/2378 76% [=============================================== ] 1819/2378 76% [=============================================== ] 1820/2378 76% [=============================================== ] 1821/2378 76% [=============================================== ] 1822/2378 76% [=============================================== ] 1823/2378 76% [=============================================== ] 1824/2378 76% [=============================================== ] 1825/2378 76% [=============================================== ] 1826/2378 76% [=============================================== ] 1827/2378 76% [=============================================== ] 1828/2378 76% [=============================================== ] 1829/2378 76% [=============================================== ] 1830/2378 76% [=============================================== ] 1831/2378 76% [=============================================== ] 1832/2378 77% [=============================================== ] 1833/2378 77% [=============================================== ] 1834/2378 77% [=============================================== ] 1835/2378 77% [=============================================== ] 1836/2378 77% [=============================================== ] 1837/2378 77% [=============================================== ] 1838/2378 77% [=============================================== ] 1839/2378 77% [=============================================== ] 1840/2378 77% [=============================================== ] 1841/2378 77% [================================================ ] 1842/2378 77% [================================================ ] 1843/2378 77% [================================================ ] 1844/2378 77% [================================================ ] 1845/2378 77% [================================================ ] 1846/2378 77% [================================================ ] 1847/2378 77% [================================================ ] 1848/2378 77% [================================================ ] 1849/2378 77% [================================================ ] 1850/2378 77% [================================================ ] 1851/2378 77% [================================================ ] 1852/2378 77% [================================================ ] 1853/2378 77% [================================================ ] 1854/2378 77% [================================================ ] 1855/2378 78% [================================================ ] 1856/2378 78% [================================================ ] 1857/2378 78% [================================================ ] 1858/2378 78% [================================================ ] 1859/2378 78% [================================================ ] 1860/2378 78% [================================================ ] 1861/2378 78% [================================================ ] 1862/2378 78% [================================================ ] 1863/2378 78% [================================================ ] 1864/2378 78% [================================================ ] 1865/2378 78% [================================================ ] 1866/2378 78% [================================================ ] 1867/2378 78% [================================================ ] 1868/2378 78% [================================================ ] 1869/2378 78% [================================================ ] 1870/2378 78% [================================================ ] 1871/2378 78% [================================================ ] 1872/2378 78% [================================================ ] 1873/2378 78% [================================================ ] 1874/2378 78% [================================================ ] 1875/2378 78% [================================================ ] 1876/2378 78% [================================================ ] 1877/2378 78% [================================================ ] 1878/2378 78% [================================================ ] 1879/2378 79% [================================================= ] 1880/2378 79% [================================================= ] 1881/2378 79% [================================================= ] 1882/2378 79% [================================================= ] 1883/2378 79% [================================================= ] 1884/2378 79% [================================================= ] 1885/2378 79% [================================================= ] 1886/2378 79% [================================================= ] 1887/2378 79% [================================================= ] 1888/2378 79% [================================================= ] 1889/2378 79% [================================================= ] 1890/2378 79% [================================================= ] 1891/2378 79% [================================================= ] 1892/2378 79% [================================================= ] 1893/2378 79% [================================================= ] 1894/2378 79% [================================================= ] 1895/2378 79% [================================================= ] 1896/2378 79% [================================================= ] 1897/2378 79% [================================================= ] 1898/2378 79% [================================================= ] 1899/2378 79% [================================================= ] 1900/2378 79% [================================================= ] 1901/2378 79% [================================================= ] 1902/2378 79% [================================================= ] 1903/2378 80% [================================================= ] 1904/2378 80% [================================================= ] 1905/2378 80% [================================================= ] 1906/2378 80% [================================================= ] 1907/2378 80% [================================================= ] 1908/2378 80% [================================================= ] 1909/2378 80% [================================================= ] 1910/2378 80% [================================================= ] 1911/2378 80% [================================================= ] 1912/2378 80% [================================================= ] 1913/2378 80% [================================================= ] 1914/2378 80% [================================================= ] 1915/2378 80% [================================================= ] 1916/2378 80% [================================================= ] 1917/2378 80% [================================================== ] 1918/2378 80% [================================================== ] 1919/2378 80% [================================================== ] 1920/2378 80% [================================================== ] 1921/2378 80% [================================================== ] 1922/2378 80% [================================================== ] 1923/2378 80% [================================================== ] 1924/2378 80% [================================================== ] 1925/2378 80% [================================================== ] 1926/2378 80% [================================================== ] 1927/2378 81% [================================================== ] 1928/2378 81% [================================================== ] 1929/2378 81% [================================================== ] 1930/2378 81% [================================================== ] 1931/2378 81% [================================================== ] 1932/2378 81% [================================================== ] 1933/2378 81% [================================================== ] 1934/2378 81% [================================================== ] 1935/2378 81% [================================================== ] 1936/2378 81% [================================================== ] 1937/2378 81% [================================================== ] 1938/2378 81% [================================================== ] 1939/2378 81% [================================================== ] 1940/2378 81% [================================================== ] 1941/2378 81% [================================================== ] 1942/2378 81% [================================================== ] 1943/2378 81% [================================================== ] 1944/2378 81% [================================================== ] 1945/2378 81% [================================================== ] 1946/2378 81% [================================================== ] 1947/2378 81% [================================================== ] 1948/2378 81% [================================================== ] 1949/2378 81% [================================================== ] 1950/2378 82% [================================================== ] 1951/2378 82% [================================================== ] 1952/2378 82% [================================================== ] 1953/2378 82% [================================================== ] 1954/2378 82% [================================================== ] 1955/2378 82% [================================================== ] 1956/2378 82% [=================================================== ] 1957/2378 82% [=================================================== ] 1958/2378 82% [=================================================== ] 1959/2378 82% [=================================================== ] 1960/2378 82% [=================================================== ] 1961/2378 82% [=================================================== ] 1962/2378 82% [=================================================== ] 1963/2378 82% [=================================================== ] 1964/2378 82% [=================================================== ] 1965/2378 82% [=================================================== ] 1966/2378 82% [=================================================== ] 1967/2378 82% [=================================================== ] 1968/2378 82% [=================================================== ] 1969/2378 82% [=================================================== ] 1970/2378 82% [=================================================== ] 1971/2378 82% [=================================================== ] 1972/2378 82% [=================================================== ] 1973/2378 82% [=================================================== ] 1974/2378 83% [=================================================== ] 1975/2378 83% [=================================================== ] 1976/2378 83% [=================================================== ] 1977/2378 83% [=================================================== ] 1978/2378 83% [=================================================== ] 1979/2378 83% [=================================================== ] 1980/2378 83% [=================================================== ] 1981/2378 83% [=================================================== ] 1982/2378 83% [=================================================== ] 1983/2378 83% [=================================================== ] 1984/2378 83% [=================================================== ] 1985/2378 83% [=================================================== ] 1986/2378 83% [=================================================== ] 1987/2378 83% [=================================================== ] 1988/2378 83% [=================================================== ] 1989/2378 83% [=================================================== ] 1990/2378 83% [=================================================== ] 1991/2378 83% [=================================================== ] 1992/2378 83% [=================================================== ] 1993/2378 83% [=================================================== ] 1994/2378 83% [==================================================== ] 1995/2378 83% [==================================================== ] 1996/2378 83% [==================================================== ] 1997/2378 83% [==================================================== ] 1998/2378 84% [==================================================== ] 1999/2378 84% [==================================================== ] 2000/2378 84% [==================================================== ] 2001/2378 84% [==================================================== ] 2002/2378 84% [==================================================== ] 2003/2378 84% [==================================================== ] 2004/2378 84% [==================================================== ] 2005/2378 84% [==================================================== ] 2006/2378 84% [==================================================== ] 2007/2378 84% [==================================================== ] 2008/2378 84% [==================================================== ] 2009/2378 84% [==================================================== ] 2010/2378 84% [==================================================== ] 2011/2378 84% [==================================================== ] 2012/2378 84% [==================================================== ] 2013/2378 84% [==================================================== ] 2014/2378 84% [==================================================== ] 2015/2378 84% [==================================================== ] 2016/2378 84% [==================================================== ] 2017/2378 84% [==================================================== ] 2018/2378 84% [==================================================== ] 2019/2378 84% [==================================================== ] 2020/2378 84% [==================================================== ] 2021/2378 84% [==================================================== ] 2022/2378 85% [==================================================== ] 2023/2378 85% [==================================================== ] 2024/2378 85% [==================================================== ] 2025/2378 85% [==================================================== ] 2026/2378 85% [==================================================== ] 2027/2378 85% [==================================================== ] 2028/2378 85% [==================================================== ] 2029/2378 85% [==================================================== ] 2030/2378 85% [==================================================== ] 2031/2378 85% [==================================================== ] 2032/2378 85% [===================================================== ] 2033/2378 85% [===================================================== ] 2034/2378 85% [===================================================== ] 2035/2378 85% [===================================================== ] 2036/2378 85% [===================================================== ] 2037/2378 85% [===================================================== ] 2038/2378 85% [===================================================== ] 2039/2378 85% [===================================================== ] 2040/2378 85% [===================================================== ] 2041/2378 85% [===================================================== ] 2042/2378 85% [===================================================== ] 2043/2378 85% [===================================================== ] 2044/2378 85% [===================================================== ] 2045/2378 85% [===================================================== ] 2046/2378 86% [===================================================== ] 2047/2378 86% [===================================================== ] 2048/2378 86% [===================================================== ] 2049/2378 86% [===================================================== ] 2050/2378 86% [===================================================== ] 2051/2378 86% [===================================================== ] 2052/2378 86% [===================================================== ] 2053/2378 86% [===================================================== ] 2054/2378 86% [===================================================== ] 2055/2378 86% [===================================================== ] 2056/2378 86% [===================================================== ] 2057/2378 86% [===================================================== ] 2058/2378 86% [===================================================== ] 2059/2378 86% [===================================================== ] 2060/2378 86% [===================================================== ] 2061/2378 86% [===================================================== ] 2062/2378 86% [===================================================== ] 2063/2378 86% [===================================================== ] 2064/2378 86% [===================================================== ] 2065/2378 86% [===================================================== ] 2066/2378 86% [===================================================== ] 2067/2378 86% [===================================================== ] 2068/2378 86% [===================================================== ] 2069/2378 87% [===================================================== ] 2070/2378 87% [===================================================== ] 2071/2378 87% [====================================================== ] 2072/2378 87% [====================================================== ] 2073/2378 87% [====================================================== ] 2074/2378 87% [====================================================== ] 2075/2378 87% [====================================================== ] 2076/2378 87% [====================================================== ] 2077/2378 87% [====================================================== ] 2078/2378 87% [====================================================== ] 2079/2378 87% [====================================================== ] 2080/2378 87% [====================================================== ] 2081/2378 87% [====================================================== ] 2082/2378 87% [====================================================== ] 2083/2378 87% [====================================================== ] 2084/2378 87% [====================================================== ] 2085/2378 87% [====================================================== ] 2086/2378 87% [====================================================== ] 2087/2378 87% [====================================================== ] 2088/2378 87% [====================================================== ] 2089/2378 87% [====================================================== ] 2090/2378 87% [====================================================== ] 2091/2378 87% [====================================================== ] 2092/2378 87% [====================================================== ] 2093/2378 88% [====================================================== ] 2094/2378 88% [====================================================== ] 2095/2378 88% [====================================================== ] 2096/2378 88% [====================================================== ] 2097/2378 88% [====================================================== ] 2098/2378 88% [====================================================== ] 2099/2378 88% [====================================================== ] 2100/2378 88% [====================================================== ] 2101/2378 88% [====================================================== ] 2102/2378 88% [====================================================== ] 2103/2378 88% [====================================================== ] 2104/2378 88% [====================================================== ] 2105/2378 88% [====================================================== ] 2106/2378 88% [====================================================== ] 2107/2378 88% [====================================================== ] 2108/2378 88% [====================================================== ] 2109/2378 88% [======================================================= ] 2110/2378 88% [======================================================= ] 2111/2378 88% [======================================================= ] 2112/2378 88% [======================================================= ] 2113/2378 88% [======================================================= ] 2114/2378 88% [======================================================= ] 2115/2378 88% [======================================================= ] 2116/2378 88% [======================================================= ] 2117/2378 89% [======================================================= ] 2118/2378 89% [======================================================= ] 2119/2378 89% [======================================================= ] 2120/2378 89% [======================================================= ] 2121/2378 89% [======================================================= ] 2122/2378 89% [======================================================= ] 2123/2378 89% [======================================================= ] 2124/2378 89% [======================================================= ] 2125/2378 89% [======================================================= ] 2126/2378 89% [======================================================= ] 2127/2378 89% [======================================================= ] 2128/2378 89% [======================================================= ] 2129/2378 89% [======================================================= ] 2130/2378 89% [======================================================= ] 2131/2378 89% [======================================================= ] 2132/2378 89% [======================================================= ] 2133/2378 89% [======================================================= ] 2134/2378 89% [======================================================= ] 2135/2378 89% [======================================================= ] 2136/2378 89% [======================================================= ] 2137/2378 89% [======================================================= ] 2138/2378 89% [======================================================= ] 2139/2378 89% [======================================================= ] 2140/2378 89% [======================================================= ] 2141/2378 90% [======================================================= ] 2142/2378 90% [======================================================= ] 2143/2378 90% [======================================================= ] 2144/2378 90% [======================================================= ] 2145/2378 90% [======================================================= ] 2146/2378 90% [======================================================= ] 2147/2378 90% [======================================================== ] 2148/2378 90% [======================================================== ] 2149/2378 90% [======================================================== ] 2150/2378 90% [======================================================== ] 2151/2378 90% [======================================================== ] 2152/2378 90% [======================================================== ] 2153/2378 90% [======================================================== ] 2154/2378 90% [======================================================== ] 2155/2378 90% [======================================================== ] 2156/2378 90% [======================================================== ] 2157/2378 90% [======================================================== ] 2158/2378 90% [======================================================== ] 2159/2378 90% [======================================================== ] 2160/2378 90% [======================================================== ] 2161/2378 90% [======================================================== ] 2162/2378 90% [======================================================== ] 2163/2378 90% [======================================================== ] 2164/2378 91% [======================================================== ] 2165/2378 91% [======================================================== ] 2166/2378 91% [======================================================== ] 2167/2378 91% [======================================================== ] 2168/2378 91% [======================================================== ] 2169/2378 91% [======================================================== ] 2170/2378 91% [======================================================== ] 2171/2378 91% [======================================================== ] 2172/2378 91% [======================================================== ] 2173/2378 91% [======================================================== ] 2174/2378 91% [======================================================== ] 2175/2378 91% [======================================================== ] 2176/2378 91% [======================================================== ] 2177/2378 91% [======================================================== ] 2178/2378 91% [======================================================== ] 2179/2378 91% [======================================================== ] 2180/2378 91% [======================================================== ] 2181/2378 91% [======================================================== ] 2182/2378 91% [======================================================== ] 2183/2378 91% [======================================================== ] 2184/2378 91% [======================================================== ] 2185/2378 91% [======================================================== ] 2186/2378 91% [========================================================= ] 2187/2378 91% [========================================================= ] 2188/2378 92% [========================================================= ] 2189/2378 92% [========================================================= ] 2190/2378 92% [========================================================= ] 2191/2378 92% [========================================================= ] 2192/2378 92% [========================================================= ] 2193/2378 92% [========================================================= ] 2194/2378 92% [========================================================= ] 2195/2378 92% [========================================================= ] 2196/2378 92% [========================================================= ] 2197/2378 92% [========================================================= ] 2198/2378 92% [========================================================= ] 2199/2378 92% [========================================================= ] 2200/2378 92% [========================================================= ] 2201/2378 92% [========================================================= ] 2202/2378 92% [========================================================= ] 2203/2378 92% [========================================================= ] 2204/2378 92% [========================================================= ] 2205/2378 92% [========================================================= ] 2206/2378 92% [========================================================= ] 2207/2378 92% [========================================================= ] 2208/2378 92% [========================================================= ] 2209/2378 92% [========================================================= ] 2210/2378 92% [========================================================= ] 2211/2378 92% [========================================================= ] 2212/2378 93% [========================================================= ] 2213/2378 93% [========================================================= ] 2214/2378 93% [========================================================= ] 2215/2378 93% [========================================================= ] 2216/2378 93% [========================================================= ] 2217/2378 93% [========================================================= ] 2218/2378 93% [========================================================= ] 2219/2378 93% [========================================================= ] 2220/2378 93% [========================================================= ] 2221/2378 93% [========================================================= ] 2222/2378 93% [========================================================= ] 2223/2378 93% [========================================================= ] 2224/2378 93% [========================================================== ] 2225/2378 93% [========================================================== ] 2226/2378 93% [========================================================== ] 2227/2378 93% [========================================================== ] 2228/2378 93% [========================================================== ] 2229/2378 93% [========================================================== ] 2230/2378 93% [========================================================== ] 2231/2378 93% [========================================================== ] 2232/2378 93% [========================================================== ] 2233/2378 93% [========================================================== ] 2234/2378 93% [========================================================== ] 2235/2378 93% [========================================================== ] 2236/2378 94% [========================================================== ] 2237/2378 94% [========================================================== ] 2238/2378 94% [========================================================== ] 2239/2378 94% [========================================================== ] 2240/2378 94% [========================================================== ] 2241/2378 94% [========================================================== ] 2242/2378 94% [========================================================== ] 2243/2378 94% [========================================================== ] 2244/2378 94% [========================================================== ] 2245/2378 94% [========================================================== ] 2246/2378 94% [========================================================== ] 2247/2378 94% [========================================================== ] 2248/2378 94% [========================================================== ] 2249/2378 94% [========================================================== ] 2250/2378 94% [========================================================== ] 2251/2378 94% [========================================================== ] 2252/2378 94% [========================================================== ] 2253/2378 94% [========================================================== ] 2254/2378 94% [========================================================== ] 2255/2378 94% [========================================================== ] 2256/2378 94% [========================================================== ] 2257/2378 94% [========================================================== ] 2258/2378 94% [========================================================== ] 2259/2378 94% [========================================================== ] 2260/2378 95% [========================================================== ] 2261/2378 95% [========================================================== ] 2262/2378 95% [=========================================================== ] 2263/2378 95% [=========================================================== ] 2264/2378 95% [=========================================================== ] 2265/2378 95% [=========================================================== ] 2266/2378 95% [=========================================================== ] 2267/2378 95% [=========================================================== ] 2268/2378 95% [=========================================================== ] 2269/2378 95% [=========================================================== ] 2270/2378 95% [=========================================================== ] 2271/2378 95% [=========================================================== ] 2272/2378 95% [=========================================================== ] 2273/2378 95% [=========================================================== ] 2274/2378 95% [=========================================================== ] 2275/2378 95% [=========================================================== ] 2276/2378 95% [=========================================================== ] 2277/2378 95% [=========================================================== ] 2278/2378 95% [=========================================================== ] 2279/2378 95% [=========================================================== ] 2280/2378 95% [=========================================================== ] 2281/2378 95% [=========================================================== ] 2282/2378 95% [=========================================================== ] 2283/2378 96% [=========================================================== ] 2284/2378 96% [=========================================================== ] 2285/2378 96% [=========================================================== ] 2286/2378 96% [=========================================================== ] 2287/2378 96% [=========================================================== ] 2288/2378 96% [=========================================================== ] 2289/2378 96% [=========================================================== ] 2290/2378 96% [=========================================================== ] 2291/2378 96% [=========================================================== ] 2292/2378 96% [=========================================================== ] 2293/2378 96% [=========================================================== ] 2294/2378 96% [=========================================================== ] 2295/2378 96% [=========================================================== ] 2296/2378 96% [=========================================================== ] 2297/2378 96% [=========================================================== ] 2298/2378 96% [=========================================================== ] 2299/2378 96% [=========================================================== ] 2300/2378 96% [=========================================================== ] 2301/2378 96% [============================================================ ] 2302/2378 96% [============================================================ ] 2303/2378 96% [============================================================ ] 2304/2378 96% [============================================================ ] 2305/2378 96% [============================================================ ] 2306/2378 96% [============================================================ ] 2307/2378 97% [============================================================ ] 2308/2378 97% [============================================================ ] 2309/2378 97% [============================================================ ] 2310/2378 97% [============================================================ ] 2311/2378 97% [============================================================ ] 2312/2378 97% [============================================================ ] 2313/2378 97% [============================================================ ] 2314/2378 97% [============================================================ ] 2315/2378 97% [============================================================ ] 2316/2378 97% [============================================================ ] 2317/2378 97% [============================================================ ] 2318/2378 97% [============================================================ ] 2319/2378 97% [============================================================ ] 2320/2378 97% [============================================================ ] 2321/2378 97% [============================================================ ] 2322/2378 97% [============================================================ ] 2323/2378 97% [============================================================ ] 2324/2378 97% [============================================================ ] 2325/2378 97% [============================================================ ] 2326/2378 97% [============================================================ ] 2327/2378 97% [============================================================ ] 2328/2378 97% [============================================================ ] 2329/2378 97% [============================================================ ] 2330/2378 97% [============================================================ ] 2331/2378 98% [============================================================ ] 2332/2378 98% [============================================================ ] 2333/2378 98% [============================================================ ] 2334/2378 98% [============================================================ ] 2335/2378 98% [============================================================ ] 2336/2378 98% [============================================================ ] 2337/2378 98% [============================================================ ] 2338/2378 98% [============================================================ ] 2339/2378 98% [============================================================= ] 2340/2378 98% [============================================================= ] 2341/2378 98% [============================================================= ] 2342/2378 98% [============================================================= ] 2343/2378 98% [============================================================= ] 2344/2378 98% [============================================================= ] 2345/2378 98% [============================================================= ] 2346/2378 98% [============================================================= ] 2347/2378 98% [============================================================= ] 2348/2378 98% [============================================================= ] 2349/2378 98% [============================================================= ] 2350/2378 98% [============================================================= ] 2351/2378 98% [============================================================= ] 2352/2378 98% [============================================================= ] 2353/2378 98% [============================================================= ] 2354/2378 98% [============================================================= ] 2355/2378 99% [============================================================= ] 2356/2378 99% [============================================================= ] 2357/2378 99% [============================================================= ] 2358/2378 99% [============================================================= ] 2359/2378 99% [============================================================= ] 2360/2378 99% [============================================================= ] 2361/2378 99% [============================================================= ] 2362/2378 99% [============================================================= ] 2363/2378 99% [============================================================= ] 2364/2378 99% [============================================================= ] 2365/2378 99% [============================================================= ] 2366/2378 99% [============================================================= ] 2367/2378 99% [============================================================= ] 2368/2378 99% [============================================================= ] 2369/2378 99% [============================================================= ] 2370/2378 99% [============================================================= ] 2371/2378 99% [============================================================= ] 2372/2378 99% [============================================================= ] 2373/2378 99% [============================================================= ] 2374/2378 99% [============================================================= ] 2375/2378 99% [============================================================= ] 2376/2378 99% [============================================================= ] 2377/2378 99% [==============================================================] 2378/2378 100% operation complete, 2378 objects in 95131 NAND pages. ln -snf /home/autobuild/autobuild/instance-9/output-1/host/mips64-buildroot-linux-uclibc/sysroot /home/autobuild/autobuild/instance-9/output-1/staging make: Leaving directory '/home/autobuild/autobuild/instance-9/buildroot' make: Entering directory '/home/autobuild/autobuild/instance-9/buildroot' >>> Buildroot 2022.05-1198-g525913b24b Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> apr-util 1.6.1 Collecting legal info LICENSE: OK (sha256: ef5609d18601645ad6fe22c6c122094be40e976725c1d0490778abacc836e7a2) >>> apr 1.7.0 Collecting legal info LICENSE: OK (sha256: f854aeef66ecd55a126226e82b3f26793fc3b1c584647f6a0edc5639974c38ad) >>> host-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-skeleton Collecting legal info >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 11.3.0 Collecting legal info >>> host-binutils 2.37 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.0 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> uclibc 1.0.42 Collecting legal info COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-gcc-initial 11.3.0 Collecting legal info >>> linux-headers 5.17.15 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> readline 8.1.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> zlib Collecting legal info >>> libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> expat 2.4.8 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> libiconv 1.15 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> openssl Collecting legal info >>> libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> unixodbc 2.3.11 Collecting legal info COPYING: OK (sha256: a6b9aa1e9bfade121164c06fd975e9b913a8e38bf33d25ff967dfa3ed07d12f8) exe/COPYING: OK (sha256: 1e594f4c7fd6d099eca4bd1340b39d871ce0298331d8ebd4b68935548ee45cf4) >>> bc 1.07.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> 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) >>> brcmfmac_sdio-firmware-rpi ea9963f3f77b4bb6cd280577eb115152bdd67e8d Collecting legal info LICENCE.broadcom_bcm43xx: OK (sha256: b16056fc91b82a0e3e8de8f86c2dac98201aa9dc3cbd33e8d38f1b087fcec30d) >>> host-btrfs-progs 5.16.2 Collecting legal info COPYING: OK (sha256: 0d5bf346df9e635a29dcdddf832dc5b002ca6cdc1c5c9c6c567d2a61bb0c5c15) libbtrfsutil/COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> host-util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> busybox 1.35.0 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> iputils 20211215 Collecting legal info LICENSE: OK (sha256: 973281334c2da6364fa6bdc44c1f0f8d60d80d73c782982ffc5d53b0a31aa042) Documentation/LICENSE.BSD3: OK (sha256: 9acc4bc871a4742550158e3696dcb381953172ef808d04ca248184f9f6322712) Documentation/LICENSE.GPL2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-meson 0.63.0 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.10.2.g51db2.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python-setuptools 63.2.0 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> host-python3 3.10.5 Collecting legal info LICENSE: OK (sha256: f03e17cd594c2085f66a454e695c7ebe5b4d3c0eff534f4f194abc2fd164621b) >>> host-autoconf-archive 2021.02.19 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.4.8 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> host-libffi 3.4.2 Collecting legal info LICENSE: OK (sha256: a61d06e8f7be57928e71e800eb9273b05cb8868c484108afe41e4305bb320dde) >>> bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> c-periphery 2.3.1 Collecting legal info LICENSE: OK (sha256: 7121a0a2ba36ed9388be2f1a916f0e3584d8e49cc7888fbcfcf83bab2a8bebef) >>> ccrypt 1.11 Collecting legal info COPYING: OK (sha256: d48d3af3cf27b32106ee3418c7c892cae745ece26cd909e72aa59b08e3f9c93d) >>> chartjs 2.9.4 Collecting legal info LICENSE.md: OK (sha256: 7b43caae91f31b18dc81fae6e0f7aa1acbecaa6d84e3249905cbe15308307d67) >>> dhcpdump 1.8 Collecting legal info LICENSE: OK (sha256: bab6ca76b7e93885396513689b1248dfb0e8fd662695b8bd1b26784ef71a0192) >>> libpcap 1.10.1 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> dmalloc 5.6.5 Collecting legal info LICENSE.txt: OK (sha256: 8657f6bc5ebb765dd792b2c3c54d5dc37b8b4e6bbe8aa48d464fd92081b1e720) >>> dvbsnoop 1.4.50 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-e2fsprogs 1.46.5 Collecting legal info NOTICE: OK (sha256: 5da5ef153e559c1d990d4c3eedbedd4442db892d37eae1f35fff069de8ec9020) lib/ss/mit-sipb-copyright.h: OK (sha256: 032989b508f1a72ebee5b3417e55d06d473f9ee203e45ab11864a7e49cdec63d) lib/et/internal.h: OK (sha256: 47182fe6631a32f271a15bbe210751b3825b7199f588879aac7d4804fc8b4b8f) >>> host-environment-setup Collecting legal info >>> erofs-utils 1.5 Collecting legal info COPYING: OK (sha256: 0df042de29b44887355db86c79708a4489ce6e6666f6e33ad02040293f09e6a2) LICENSES/Apache-2.0: OK (sha256: a400f85dd06d230f1b308cde4290a53f345b6e320a376b7904b31c51c2fd4b1a) LICENSES/GPL-2.0: OK (sha256: feee3b3157dcdf78d4f50edefbd5dd7adf8b6d52c11bfaaa746a85a373256713) >>> evtest 1.35 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> execline 2.8.0.1 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> skalibs 2.10.0.3 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> fftw-single 3.3.8 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> flatcc 0.6.1 Collecting legal info LICENSE: OK (sha256: c8f0d9c1f92c658d87ebd854ee7447a3d3912d2c3a5c78c117787be5d5da8af3) >>> host-flatcc 0.6.1 Collecting legal info LICENSE: OK (sha256: c8f0d9c1f92c658d87ebd854ee7447a3d3912d2c3a5c78c117787be5d5da8af3) >>> fluid-soundfont 3.1 Collecting legal info COPYING: OK (sha256: 8ef830b65c97a976b86e34bb5fde08d99dfb1db13c4149b5b20bc837ac6c4568) >>> freetype 2.12.1 Collecting legal info LICENSE.TXT: OK (sha256: c85e842b7ff04d95dab7d68e812773de0f8b67940e5449d35b42c66eb0f619fe) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> geoip 1.6.12 Collecting legal info COPYING: OK (sha256: 36b6d3fa47916943fd5fec313c584784946047ec1337a78b440e5992cb595f89) >>> glorytun 0.3.4 Collecting legal info LICENSE: OK (sha256: 3d9ddddb8807c305287d9dbab58473e5307e9c91651c43c654a0828855d2b373) >>> libsodium 1.0.18 Collecting legal info LICENSE: OK (sha256: dea1855c9809f3faf22aa4a1fba20ec8af5a5587f23115012e5b98279cedc4af) >>> heirloom-mailx 12.5 Collecting legal info COPYING: OK (sha256: 5ddc00aed98a0cf75fc7edfd9f3aeb1e919ae0ad5e9ff55d61f643d62d802b07) >>> ijs 0.35 Collecting legal info README: OK (sha256: f723390b7ee019eccf07763dcb5744acf8bb43034bc3ba3d6f1c94440e365b4f) >>> imlib2 1.7.3 Collecting legal info COPYING: OK (sha256: fb70339dd33a77b6213c7ae067fccf93d04af44ff3f937c61f8863f7970e73f6) COPYING-PLAIN: OK (sha256: 8c9a2e92ed4937e2d30c2ea95439c36ed3002fc47e34efee43455a460fee8ef5) >>> tiff 4.4.0 Collecting legal info COPYRIGHT: OK (sha256: fbd6fed7938541d2c809c0826225fc85e551fdbfa8732b10f0c87e0847acafd7) >>> initscripts Collecting legal info >>> inotify-tools 3.20.2.2 Collecting legal info COPYING: OK (sha256: e41fc126320a79ed53b5aa3386f059f7d10770856d6fd714ab80a96ce6bd09d6) >>> jimtcl 0.81 Collecting legal info LICENSE: OK (sha256: 419f1146334e57fb258d6c957d1f94d43455ec0d24b1b54c4447e5f61a353950) >>> leptonica 1.82.0 Collecting legal info leptonica-license.txt: OK (sha256: 87829abb5bbb00b55a107365da89e9a33f86c4250169e5a1e5588505be7d5806) >>> lft 3.91 Collecting legal info COPYING: OK (sha256: e3b7634630e6800eccca6ecafb5d40153d4f8f7a20e2b2399bf3c0ea92f44614) >>> libaacs 0.11.1 Collecting legal info COPYING: OK (sha256: 592987e8510228d546540b84a22444bde98e48d03078d3b2eefcd889bec5ce8c) >>> libgcrypt 1.10.1 Collecting legal info COPYING.LIB: OK (sha256: ca0061fc1381a3ab242310e4b3f56389f28e3d460eb2fd822ed7a21c6f030532) >>> libgpg-error 1.45 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libcddb 1.3.2 Collecting legal info COPYING: OK (sha256: 7a4436f9ec37603356791c87de3bc444989befd2682d29efb3d97604e04c1852) >>> libcoap 4.3.0 Collecting legal info COPYING: OK (sha256: 09dd86a017bad210527085008cbf706609c58210897b69845af14099577e7eb7) LICENSE: OK (sha256: c5625e704d52deade1c9b2d7931ac8593be147ba63af62b53b8c7e309b7eaeb9) >>> libebur128 1.2.6 Collecting legal info COPYING: OK (sha256: d6b4754bb67bdd08b97d5d11b2d7434997a371585a78fe77007149df3af8d09c) >>> libestr 0.1.11 Collecting legal info COPYING: OK (sha256: 835b4793da5cbb8965fbd63905b55a4cb4310b7d1b882077d23066b08f901ff8) >>> libldns 1.8.1 Collecting legal info LICENSE: OK (sha256: 9e0b1505c358d1a7c79555ee8bd1acbe2985dbc74dd81f3697cebf2161e922e6) >>> libmicrohttpd 0.9.75 Collecting legal info COPYING: OK (sha256: 7399547209438c93f9b90297954698773d4846cea44cde5ca982c84c45952a3b) >>> libnatpmp 20150609 Collecting legal info LICENSE: OK (sha256: e8d8277e1a101fcfedb0cd5a1cc76646522c0da69f3490dd5a4055fc87ea96a2) >>> libnfnetlink 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> librsync 2.3.2 Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> popt 1.18 Collecting legal info COPYING: OK (sha256: 518d4f2a05064cb9a8ec0ea02e86408af4feed6916f78ef42171465db8b383c5) >>> libsndfile 1.1.0 Collecting legal info COPYING: OK (sha256: ad01ea5cd2755f6048383c8d54c88459cd6fcb17757c5c8892f8c5ea060f6140) >>> libsocketcan 0.0.12 Collecting legal info LICENSE: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libssh2 1.10.0 Collecting legal info COPYING: OK (sha256: 859e60d760a3446ecaf777339f1eef98c527aea40714384d24b882a83ffdd23a) >>> libvncserver 0.9.13 Collecting legal info COPYING: OK (sha256: 4d23c8c814e5baf007d854f01d8502e77dc56a41144934e003fb32c4e052d20f) >>> lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libxml2 2.9.14 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> libxslt 1.1.35 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> lm-sensors 3.6.0 Collecting legal info COPYING.LGPL: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> matio 1.5.22 Collecting legal info COPYING: OK (sha256: 3ed9a50d754fcc92d4accb8448e397eafeab686796b2a7445557ce782806e239) >>> mdadm 4.2 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-meson-tools 0a02e2d34413f4bf9b15946352bc8c8ee13a5843 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> minimodem 0.24 Collecting legal info COPYING: OK (sha256: c298178753129680ef6d3112f0f8b61acc405c86c1997dfe59735257988f8b33) >>> host-mtd 2.1.3 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> host-acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-zstd 1.5.2 Collecting legal info LICENSE: OK (sha256: 2c1a7fa704df8f3a606f6fc010b8b5aaebf403f3aeec339a12048f1ba7331a0b) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> nginx 1.20.1 Collecting legal info LICENSE: OK (sha256: b57270c1f73eb6624b38b2d0a1affcec56b21fab39efbf8c837428f05cef1d73) >>> pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> ngrep 1.47 Collecting legal info LICENSE: OK (sha256: d46e593e048e0b9fc803561ed4c283f37a2d5447e4dcfa10cad29b394c2b8b9e) >>> obsidian-cursors 1.0 Collecting legal info >>> openssh 9.0p1 Collecting legal info LICENCE: OK (sha256: d6807e99f3d159145c659060f57c3fa74e109faa39326dbfc38674cb550fd104) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pixman 0.40.0 Collecting legal info COPYING: OK (sha256: fac9270f0987b96ff4533fca3548c633e02083cbba4a0172a3b149b2e4019793) >>> pure-ftpd 1.0.51 Collecting legal info COPYING: OK (sha256: 88c813191c1a59213c641e322cf4562618ab0116ddd7c8341c419f8863b8b0a9) >>> host-python-cython 0.29.30 Collecting legal info COPYING.txt: OK (sha256: e1eb1c49a8508e8173dac30157e4a6439a44ad8846194746c424fbc3fc2b95d7) LICENSE.txt: OK (sha256: a6cba85bc92e0cff7a450b1d873c0eaa2e9fc96bf472df0247a26bec77bf3ff9) >>> host-python-lxml 4.9.1 Collecting legal info LICENSES.txt: OK (sha256: 41d49dd406aa0e1548a6d5f21a30d6bf638b3cd96eb7289dd348d83ed2e40392) doc/licenses/BSD.txt: OK (sha256: 69edb445c1335a8312d4c09271847e9956d84f0d9f724d125340cc3fad767b2a) doc/licenses/elementtree.txt: OK (sha256: 0497ae8138811ef4466ede653bab7a59feb3d3c14f9ed50fc33a00aeb5bec32e) src/lxml/isoschematron/resources/rng/iso-schematron.rng: OK (sha256: 56c5b13f28b78958890c36e3249c34c169041e42ebcfdce8080f3324ba2bf4de) >>> host-libxml2 2.9.14 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> host-libxslt 1.1.35 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> qprint 1.1 Collecting legal info COPYING: OK (sha256: 3bd4089942977a357fed0d3c84b6ea877000c20c7c344c2feabf4b10db9f7495) >>> quotatool 1.6.2 Collecting legal info COPYING: OK (sha256: 94686eeb98a40edc64106c6f8644068d8a08816a510a3cde75e50f1bf470564d) >>> host-rust-bin 1.62.0 Collecting legal info LICENSE-APACHE: OK (sha256: 62c7a1e35f56406896d7aa7ca52d0cc0d272ac022b5d2796e7d6905db8a3636a) LICENSE-MIT: OK (sha256: 23f18e03dc49df91622fe2a76176497404e46ced8a715d9d2b67a7446571cca3) >>> s6-linux-utils 2.5.1.5 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> spidev_test 5.8 Collecting legal info >>> tinc 1.0.36 Collecting legal info COPYING: OK (sha256: 3b37ffbf3459f2aceeef169aa65ee8b111ac1f8ba24a2a1b90b079678a9c7faa) COPYING.README: OK (sha256: 9bf76a8aa304d807df20bf3d221c21d259764be63e39b58f299b80ba3ac14b5b) >>> tinyssh 20210601 Collecting legal info LICENCE: OK (sha256: b5dc19477e29f4111e1c16cd89ec0782f5a07b1a30e3bdb7c155425b81b12c46) >>> tremor 7c30a66346199f3f09017a09567c6c8a3a0eedc8 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> urandom-scripts Collecting legal info >>> host-utp_com dee512ced1e9367d223d22f10797fbf9aeacfab6 Collecting legal info LICENSE: OK (sha256: a45d0bb572ed792ed34627a72621834b3ba92aab6e2cc4e04301dee7a728d753) >>> host-sg3_utils 1.47 Collecting legal info COPYING: OK (sha256: d212debdb0a5d7754c977f6dc53bb6c88b4ace7ab784ddbccd06bb970adb1a37) BSD_LICENSE: OK (sha256: 8ddd1d82f2be2f5cbd5b5c3b5c2ee94a90d2ca7112958448da74dd78384fd96a) >>> xmlstarlet 1.6.1 Collecting legal info COPYING: OK (sha256: 6641cc5b00c1651fa22175f34efd01695e64a348b1ba07048538276f44866862) >>> zsh 5.8.1 Collecting legal info LICENCE: OK (sha256: d06fdf3ef9b1ec69d6b9e170b0a9516fbad3523261ff1668bde3bfea6e0ef5f5) >>> host-fakeroot 1.26 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-lzma 4.32.7 Collecting legal info COPYING.GPLv2: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPLv2.1: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-makedevs Collecting legal info >>> host-mkpasswd Collecting legal info >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-11.3.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-11.3.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: obsidian-cursors-1.0: cannot save license (OBSIDIAN_CURSORS_LICENSE_FILES not defined) WARNING: spidev_test-5.8: cannot save license (SPIDEV_TEST_LICENSE_FILES not defined) Legal info produced in /home/autobuild/autobuild/instance-9/output-1/legal-info make: Leaving directory '/home/autobuild/autobuild/instance-9/buildroot'