/home/buildroot/autobuild/instance-2/output-1/host/bin/mips64el-buildroot-linux-gnu-gcc -c -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -I. -DUNIX -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H crc32.c /home/buildroot/autobuild/instance-2/output-1/host/bin/mips64el-buildroot-linux-gnu-gcc -c -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -I. -DUNIX -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H zbz2err.c /home/buildroot/autobuild/instance-2/output-1/host/bin/mips64el-buildroot-linux-gnu-gcc -c -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -I. -DUNIX -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H deflate.c /home/buildroot/autobuild/instance-2/output-1/host/bin/mips64el-buildroot-linux-gnu-gcc -c -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -I. -DUNIX -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H trees.c /home/buildroot/autobuild/instance-2/output-1/host/bin/mips64el-buildroot-linux-gnu-gcc -c -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -I. -DUNIX -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H zipcloak.c /home/buildroot/autobuild/instance-2/output-1/host/bin/mips64el-buildroot-linux-gnu-gcc -c -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -I. -DUNIX -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H -DUTIL -o zipfile_.o zipfile.c /home/buildroot/autobuild/instance-2/output-1/host/bin/mips64el-buildroot-linux-gnu-gcc -c -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -I. -DUNIX -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H -DUTIL -o fileio_.o fileio.c /home/buildroot/autobuild/instance-2/output-1/host/bin/mips64el-buildroot-linux-gnu-gcc -c -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -I. -DUNIX -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H -DUTIL -o util_.o util.c fileio.c: In function 'ask_for_split_read_path': fileio.c:2120:5: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 2120 | fgets(buf, SPLIT_MAXPATH, stdin); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ fileio.c:2143:7: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 2143 | fgets(buf, SPLIT_MAXPATH, stdin); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/buildroot/autobuild/instance-2/output-1/host/bin/mips64el-buildroot-linux-gnu-gcc -c -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -I. -DUNIX -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H -DUTIL -o unix_.o unix/unix.c fileio.c: In function 'ask_for_split_write_path': fileio.c:2324:5: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 2324 | fgets(buf, FNMAX, stdin); | ^~~~~~~~~~~~~~~~~~~~~~~~ /home/buildroot/autobuild/instance-2/output-1/host/bin/mips64el-buildroot-linux-gnu-gcc -c -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -I. -DUNIX -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H -DUTIL -o crc32_.o crc32.c /home/buildroot/autobuild/instance-2/output-1/host/bin/mips64el-buildroot-linux-gnu-gcc -c -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -I. -DUNIX -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H -DUTIL -o crypt_.o crypt.c /home/buildroot/autobuild/instance-2/output-1/host/bin/mips64el-buildroot-linux-gnu-gcc -c -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -I. -DUNIX -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H zipnote.c /home/buildroot/autobuild/instance-2/output-1/host/bin/mips64el-buildroot-linux-gnu-gcc -c -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -I. -DUNIX -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H zipsplit.c zipsplit.c: In function 'main': zipsplit.c:884:7: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 884 | fgets(m, 10, stdin); | ^~~~~~~~~~~~~~~~~~~ zipsplit.c: In function 'retry': zipsplit.c:496:3: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 496 | fgets(m, 10, stdin); | ^~~~~~~~~~~~~~~~~~~ /home/buildroot/autobuild/instance-2/output-1/host/bin/mips64el-buildroot-linux-gnu-gcc -o zip zip.o zipfile.o zipup.o fileio.o util.o globals.o crypt.o ttyio.o unix.o crc32.o zbz2err.o deflate.o trees.o /home/buildroot/autobuild/instance-2/output-1/host/bin/mips64el-buildroot-linux-gnu-gcc -o zipcloak zipcloak.o zipfile_.o fileio_.o util_.o globals.o unix_.o crc32_.o crypt_.o ttyio.o /home/buildroot/autobuild/instance-2/output-1/host/bin/mips64el-buildroot-linux-gnu-gcc -o zipnote zipnote.o zipfile_.o fileio_.o util_.o globals.o unix_.o crc32_.o /home/buildroot/autobuild/instance-2/output-1/host/bin/mips64el-buildroot-linux-gnu-gcc -o zipsplit zipsplit.o zipfile_.o fileio_.o util_.o globals.o unix_.o crc32_.o make[2]: Leaving directory '/home/buildroot/autobuild/instance-2/output-1/build/zip-3.0' make[1]: Leaving directory '/home/buildroot/autobuild/instance-2/output-1/build/zip-3.0' >>> zip 3.0 Installing to target PATH="/home/buildroot/autobuild/instance-2/output-1/host/bin:/home/buildroot/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" /usr/bin/make -j4 PATH="/home/buildroot/autobuild/instance-2/output-1/host/bin:/home/buildroot/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" AR="/home/buildroot/autobuild/instance-2/output-1/host/bin/mips64el-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-2/output-1/host/bin/mips64el-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-2/output-1/host/bin/mips64el-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-2/output-1/host/bin/mips64el-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-2/output-1/host/bin/mips64el-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-2/output-1/host/bin/mips64el-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-2/output-1/host/bin/mips64el-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-2/output-1/host/bin/mips64el-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-2/output-1/host/bin/mips64el-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-2/output-1/host/bin/mips64el-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-2/output-1/host/bin/mips64el-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-2/output-1/host/bin/mips64el-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-2/output-1/host/bin/mips64el-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-2/output-1/host/bin/mips64el-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-2/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-2/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-2/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-2/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-2/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-2/output-1/host/bin/mips64el-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-2/output-1/host/bin/mips64el-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1" LDFLAGS="" FCFLAGS=" -Og -g0" FFLAGS=" -Og -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-2/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-2/output-1/host/mips64el-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no -C /home/buildroot/autobuild/instance-2/output-1/build/zip-3.0 -f unix/Makefile install prefix=/home/buildroot/autobuild/instance-2/output-1/target/usr make[1]: Entering directory '/home/buildroot/autobuild/instance-2/output-1/build/zip-3.0' mkdir -p /home/buildroot/autobuild/instance-2/output-1/target/usr/bin cp zip zipcloak zipnote zipsplit /home/buildroot/autobuild/instance-2/output-1/target/usr/bin cd /home/buildroot/autobuild/instance-2/output-1/target/usr/bin; chmod 755 zip zipcloak zipnote zipsplit mkdir -p /home/buildroot/autobuild/instance-2/output-1/target/usr/man/man1 cp man/zip.1 /home/buildroot/autobuild/instance-2/output-1/target/usr/man/man1/zip.1 chmod 644 /home/buildroot/autobuild/instance-2/output-1/target/usr/man/man1/zip.1 cp man/zipcloak.1 /home/buildroot/autobuild/instance-2/output-1/target/usr/man/man1/zipcloak.1 chmod 644 /home/buildroot/autobuild/instance-2/output-1/target/usr/man/man1/zipcloak.1 cp man/zipnote.1 /home/buildroot/autobuild/instance-2/output-1/target/usr/man/man1/zipnote.1 chmod 644 /home/buildroot/autobuild/instance-2/output-1/target/usr/man/man1/zipnote.1 cp man/zipsplit.1 /home/buildroot/autobuild/instance-2/output-1/target/usr/man/man1/zipsplit.1 chmod 644 /home/buildroot/autobuild/instance-2/output-1/target/usr/man/man1/zipsplit.1 make[1]: Leaving directory '/home/buildroot/autobuild/instance-2/output-1/build/zip-3.0' >>> Finalizing host directory >>> Finalizing target directory mkdir -p /home/buildroot/autobuild/instance-2/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Og', '-g0', '-D_FORTIFY_SOURCE=1'@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', '-Og', '-g0', '-D_FORTIFY_SOURCE=1'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_FCFLAGS@%'-Og', '-g0'@PKG_TARGET_FCFLAGS@%g" -e "s%@TARGET_CC@%/home/buildroot/autobuild/instance-2/output-1/host/bin/mips64el-buildroot-linux-gnu-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/buildroot/autobuild/instance-2/output-1/host/bin/mips64el-buildroot-linux-gnu-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%mips64%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%little%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/buildroot/autobuild/instance-2/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/buildroot/autobuild/instance-2/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/buildroot/autobuild/instance-2/output-1/host%g" -e "s%@STAGING_DIR@%/home/buildroot/autobuild/instance-2/output-1/host/mips64el-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /home/buildroot/autobuild/instance-2/buildroot/support/misc/cross-compilation.conf.in > /home/buildroot/autobuild/instance-2/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/home/buildroot/autobuild/instance-2/output-1/host/bin/mips64el-buildroot-linux-gnu-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/buildroot/autobuild/instance-2/output-1/host/bin/mips64el-buildroot-linux-gnu-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%mips64%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%little%g" -e "s%@TARGET_FCFLAGS@%'-Og', '-g0'%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Og', '-g0', '-D_FORTIFY_SOURCE=1'%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Og', '-g0', '-D_FORTIFY_SOURCE=1'%g" -e "s%@BR2_CMAKE@%/home/buildroot/autobuild/instance-2/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/buildroot/autobuild/instance-2/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/buildroot/autobuild/instance-2/output-1/host%g" -e "s%@STAGING_DIR@%/home/buildroot/autobuild/instance-2/output-1/host/mips64el-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /home/buildroot/autobuild/instance-2/buildroot/support/misc/cross-compilation.conf.in > /home/buildroot/autobuild/instance-2/output-1/host/etc/meson/cross-compilation.conf grep -qsE '^/bin/bash$' /home/buildroot/autobuild/instance-2/output-1/target/etc/shells || echo "/bin/bash" >> /home/buildroot/autobuild/instance-2/output-1/target/etc/shells /usr/bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~console::respawn:/sbin/getty -L console 0 vt100 #~' /home/buildroot/autobuild/instance-2/output-1/target/etc/inittab /usr/bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /home/buildroot/autobuild/instance-2/output-1/target/etc/inittab if grep -q CONFIG_ASH=y /home/buildroot/autobuild/instance-2/output-1/build/busybox-1.36.1/.config; then grep -qsE '^/bin/ash$' /home/buildroot/autobuild/instance-2/output-1/target/etc/shells || echo "/bin/ash" >> /home/buildroot/autobuild/instance-2/output-1/target/etc/shells; fi if grep -q CONFIG_HUSH=y /home/buildroot/autobuild/instance-2/output-1/build/busybox-1.36.1/.config; then grep -qsE '^/bin/hush$' /home/buildroot/autobuild/instance-2/output-1/target/etc/shells || echo "/bin/hush" >> /home/buildroot/autobuild/instance-2/output-1/target/etc/shells; fi mkdir -p /home/buildroot/autobuild/instance-2/output-1/target/etc echo "buildroot" > /home/buildroot/autobuild/instance-2/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/buildroot/autobuild/instance-2/output-1/target/etc/hosts mkdir -p /home/buildroot/autobuild/instance-2/output-1/target/etc echo "Welcome to Buildroot" > /home/buildroot/autobuild/instance-2/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /home/buildroot/autobuild/instance-2/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /home/buildroot/autobuild/instance-2/output-1/target/etc/shells || echo "/bin/sh" >> /home/buildroot/autobuild/instance-2/output-1/target/etc/shells if [ -x /home/buildroot/autobuild/instance-2/output-1/target/sbin/swapon -a -x /home/buildroot/autobuild/instance-2/output-1/target/sbin/swapoff ]; then /usr/bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /home/buildroot/autobuild/instance-2/output-1/target/etc/inittab; else /usr/bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /home/buildroot/autobuild/instance-2/output-1/target/etc/inittab; fi rm -rf /home/buildroot/autobuild/instance-2/output-1/target/usr/include /home/buildroot/autobuild/instance-2/output-1/target/usr/share/aclocal \ /home/buildroot/autobuild/instance-2/output-1/target/usr/lib/pkgconfig /home/buildroot/autobuild/instance-2/output-1/target/usr/share/pkgconfig \ /home/buildroot/autobuild/instance-2/output-1/target/usr/lib/cmake /home/buildroot/autobuild/instance-2/output-1/target/usr/share/cmake \ /home/buildroot/autobuild/instance-2/output-1/target/usr/lib/rpm /home/buildroot/autobuild/instance-2/output-1/target/usr/doc find /home/buildroot/autobuild/instance-2/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/buildroot/autobuild/instance-2/output-1/target/lib/ /home/buildroot/autobuild/instance-2/output-1/target/usr/lib/ /home/buildroot/autobuild/instance-2/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f find: '/home/buildroot/autobuild/instance-2/output-1/target/usr/libexec/': No such file or directory rm -rf /home/buildroot/autobuild/instance-2/output-1/target/usr/share/gdb rm -rf /home/buildroot/autobuild/instance-2/output-1/target/usr/share/zsh rm -rf /home/buildroot/autobuild/instance-2/output-1/target/usr/man /home/buildroot/autobuild/instance-2/output-1/target/usr/share/man rm -rf /home/buildroot/autobuild/instance-2/output-1/target/usr/info /home/buildroot/autobuild/instance-2/output-1/target/usr/share/info rm -rf /home/buildroot/autobuild/instance-2/output-1/target/usr/doc /home/buildroot/autobuild/instance-2/output-1/target/usr/share/doc rm -rf /home/buildroot/autobuild/instance-2/output-1/target/usr/share/gtk-doc rmdir /home/buildroot/autobuild/instance-2/output-1/target/usr/share 2>/dev/null || true rm -rf /home/buildroot/autobuild/instance-2/output-1/target/lib/debug /home/buildroot/autobuild/instance-2/output-1/target/usr/lib/debug find /home/buildroot/autobuild/instance-2/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/buildroot/autobuild/instance-2/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /home/buildroot/autobuild/instance-2/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/buildroot/autobuild/instance-2/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/buildroot/autobuild/instance-2/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2023.08-798-gd4fc46f751"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2023.11-git"; \ echo "PRETTY_NAME=\"Buildroot 2023.11-git\"" \ ) > /home/buildroot/autobuild/instance-2/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/buildroot/autobuild/instance-2/output-1/target/etc >>> Sanitizing RPATH in target tree PARALLEL_JOBS=4 \ PER_PACKAGE_DIR=/home/buildroot/autobuild/instance-2/output-1/per-package \ /home/buildroot/autobuild/instance-2/buildroot/support/scripts/fix-rpath target touch /home/buildroot/autobuild/instance-2/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs mkdir -p /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs printf ' \n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_users_table.txt printf ' /usr/bin/bwrap f 1755 0 0 - - - - -\n /bin/busybox f 4755 0 0 - - - - -\n /var/lib/nginx d 755 33 33 - - - - -\n\n' > /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/buildroot/autobuild/instance-2/output-1/images rm -rf /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/buildroot/autobuild/instance-2/output-1/target/ /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/buildroot/autobuild/instance-2/output-1/host/bin:/home/buildroot/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" /home/buildroot/autobuild/instance-2/buildroot/support/scripts/mkusers /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/buildroot/autobuild/instance-2/output-1/host/bin/makedevs -d /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/buildroot/autobuild/instance-2/output-1/host/bin/mkyaffs2 --all-root /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target /home/buildroot/autobuild/instance-2/output-1/images/rootfs.yaffs2\n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/buildroot/autobuild/instance-2/output-1/host/bin:/home/buildroot/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/autobuild/instance-2/output-1/host/bin/fakeroot -- /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target table='/home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][done] scanning complete, total 2272 objects. stage 2: creating image '/home/buildroot/autobuild/instance-2/output-1/images/rootfs.yaffs2' [ ] 1/2272 0% [ ] 2/2272 0% [ ] 3/2272 0% [ ] 4/2272 0% [ ] 5/2272 0% [ ] 6/2272 0% [ ] 7/2272 0% [ ] 8/2272 0% [ ] 9/2272 0% [ ] 10/2272 0% [ ] 11/2272 0% [ ] 12/2272 0% [ ] 13/2272 0% [ ] 14/2272 0% [ ] 15/2272 0% [ ] 16/2272 0% [ ] 17/2272 0% [ ] 18/2272 0% [ ] 19/2272 0% [ ] 20/2272 0% [ ] 21/2272 0% [ ] 22/2272 0% [ ] 23/2272 1% [ ] 24/2272 1% [ ] 25/2272 1% [ ] 26/2272 1% [ ] 27/2272 1% [ ] 28/2272 1% [ ] 29/2272 1% [ ] 30/2272 1% [ ] 31/2272 1% [ ] 32/2272 1% [ ] 33/2272 1% [ ] 34/2272 1% [ ] 35/2272 1% [ ] 36/2272 1% [= ] 37/2272 1% [= ] 38/2272 1% [= ] 39/2272 1% [= ] 40/2272 1% [= ] 41/2272 1% [= ] 42/2272 1% [= ] 43/2272 1% [= ] 44/2272 1% [= ] 45/2272 1% [= ] 46/2272 2% [= ] 47/2272 2% [= ] 48/2272 2% [= ] 49/2272 2% [= ] 50/2272 2% [= ] 51/2272 2% [= ] 52/2272 2% [= ] 53/2272 2% [= ] 54/2272 2% [= ] 55/2272 2% [= ] 56/2272 2% [= ] 57/2272 2% [= ] 58/2272 2% [= ] 59/2272 2% [= ] 60/2272 2% [= ] 61/2272 2% [= ] 62/2272 2% [= ] 63/2272 2% [= ] 64/2272 2% [= ] 65/2272 2% [= ] 66/2272 2% [= ] 67/2272 2% [= ] 68/2272 2% [= ] 69/2272 3% [= ] 70/2272 3% [= ] 71/2272 3% [= ] 72/2272 3% [= ] 73/2272 3% [== ] 74/2272 3% [== ] 75/2272 3% [== ] 76/2272 3% [== ] 77/2272 3% [== ] 78/2272 3% [== ] 79/2272 3% [== ] 80/2272 3% [== ] 81/2272 3% [== ] 82/2272 3% [== ] 83/2272 3% [== ] 84/2272 3% [== ] 85/2272 3% [== ] 86/2272 3% [== ] 87/2272 3% [== ] 88/2272 3% [== ] 89/2272 3% [== ] 90/2272 3% [== ] 91/2272 4% [== ] 92/2272 4% [== ] 93/2272 4% [== ] 94/2272 4% [== ] 95/2272 4% [== ] 96/2272 4% [== ] 97/2272 4% [== ] 98/2272 4% [== ] 99/2272 4% [== ] 100/2272 4% [== ] 101/2272 4% [== ] 102/2272 4% [== ] 103/2272 4% [== ] 104/2272 4% [== ] 105/2272 4% [== ] 106/2272 4% [== ] 107/2272 4% [== ] 108/2272 4% [== ] 109/2272 4% [=== ] 110/2272 4% [=== ] 111/2272 4% [=== ] 112/2272 4% [=== ] 113/2272 4% [=== ] 114/2272 5% [=== ] 115/2272 5% [=== ] 116/2272 5% [=== ] 117/2272 5% [=== ] 118/2272 5% [=== ] 119/2272 5% [=== ] 120/2272 5% [=== ] 121/2272 5% [=== ] 122/2272 5% [=== ] 123/2272 5% [=== ] 124/2272 5% [=== ] 125/2272 5% [=== ] 126/2272 5% [=== ] 127/2272 5% [=== ] 128/2272 5% [=== ] 129/2272 5% [=== ] 130/2272 5% [=== ] 131/2272 5% [=== ] 132/2272 5% [=== ] 133/2272 5% [=== ] 134/2272 5% [=== ] 135/2272 5% [=== ] 136/2272 5% [=== ] 137/2272 6% [=== ] 138/2272 6% [=== ] 139/2272 6% [=== ] 140/2272 6% [=== ] 141/2272 6% [=== ] 142/2272 6% [=== ] 143/2272 6% [=== ] 144/2272 6% [=== ] 145/2272 6% [=== ] 146/2272 6% [==== ] 147/2272 6% [==== ] 148/2272 6% [==== ] 149/2272 6% [==== ] 150/2272 6% [==== ] 151/2272 6% [==== ] 152/2272 6% [==== ] 153/2272 6% [==== ] 154/2272 6% [==== ] 155/2272 6% [==== ] 156/2272 6% [==== ] 157/2272 6% [==== ] 158/2272 6% [==== ] 159/2272 6% [==== ] 160/2272 7% [==== ] 161/2272 7% [==== ] 162/2272 7% [==== ] 163/2272 7% [==== ] 164/2272 7% [==== ] 165/2272 7% [==== ] 166/2272 7% [==== ] 167/2272 7% [==== ] 168/2272 7% [==== ] 169/2272 7% [==== ] 170/2272 7% [==== ] 171/2272 7% [==== ] 172/2272 7% [==== ] 173/2272 7% [==== ] 174/2272 7% [==== ] 175/2272 7% [==== ] 176/2272 7% [==== ] 177/2272 7% [==== ] 178/2272 7% [==== ] 179/2272 7% [==== ] 180/2272 7% [==== ] 181/2272 7% [==== ] 182/2272 8% [==== ] 183/2272 8% [===== ] 184/2272 8% [===== ] 185/2272 8% [===== ] 186/2272 8% [===== ] 187/2272 8% [===== ] 188/2272 8% [===== ] 189/2272 8% [===== ] 190/2272 8% [===== ] 191/2272 8% [===== ] 192/2272 8% [===== ] 193/2272 8% [===== ] 194/2272 8% [===== ] 195/2272 8% [===== ] 196/2272 8% [===== ] 197/2272 8% [===== ] 198/2272 8% [===== ] 199/2272 8% [===== ] 200/2272 8% [===== ] 201/2272 8% [===== ] 202/2272 8% [===== ] 203/2272 8% [===== ] 204/2272 8% [===== ] 205/2272 9% [===== ] 206/2272 9% [===== ] 207/2272 9% [===== ] 208/2272 9% [===== ] 209/2272 9% [===== ] 210/2272 9% [===== ] 211/2272 9% [===== ] 212/2272 9% [===== ] 213/2272 9% [===== ] 214/2272 9% [===== ] 215/2272 9% [===== ] 216/2272 9% [===== ] 217/2272 9% [===== ] 218/2272 9% [===== ] 219/2272 9% [====== ] 220/2272 9% [====== ] 221/2272 9% [====== ] 222/2272 9% [====== ] 223/2272 9% [====== ] 224/2272 9% [====== ] 225/2272 9% [====== ] 226/2272 9% [====== ] 227/2272 9% [====== ] 228/2272 10% [====== ] 229/2272 10% [====== ] 230/2272 10% [====== ] 231/2272 10% [====== ] 232/2272 10% [====== ] 233/2272 10% [====== ] 234/2272 10% [====== ] 235/2272 10% [====== ] 236/2272 10% [====== ] 237/2272 10% [====== ] 238/2272 10% [====== ] 239/2272 10% [====== ] 240/2272 10% [====== ] 241/2272 10% [====== ] 242/2272 10% [====== ] 243/2272 10% [====== ] 244/2272 10% [====== ] 245/2272 10% [====== ] 246/2272 10% [====== ] 247/2272 10% [====== ] 248/2272 10% [====== ] 249/2272 10% [====== ] 250/2272 11% [====== ] 251/2272 11% [====== ] 252/2272 11% [====== ] 253/2272 11% [====== ] 254/2272 11% [====== ] 255/2272 11% [====== ] 256/2272 11% [======= ] 257/2272 11% [======= ] 258/2272 11% [======= ] 259/2272 11% [======= ] 260/2272 11% [======= ] 261/2272 11% [======= ] 262/2272 11% [======= ] 263/2272 11% [======= ] 264/2272 11% [======= ] 265/2272 11% [======= ] 266/2272 11% [======= ] 267/2272 11% [======= ] 268/2272 11% [======= ] 269/2272 11% [======= ] 270/2272 11% [======= ] 271/2272 11% [======= ] 272/2272 11% [======= ] 273/2272 12% [======= ] 274/2272 12% [======= ] 275/2272 12% [======= ] 276/2272 12% [======= ] 277/2272 12% [======= ] 278/2272 12% [======= ] 279/2272 12% [======= ] 280/2272 12% [======= ] 281/2272 12% [======= ] 282/2272 12% [======= ] 283/2272 12% [======= ] 284/2272 12% [======= ] 285/2272 12% [======= ] 286/2272 12% [======= ] 287/2272 12% [======= ] 288/2272 12% [======= ] 289/2272 12% [======= ] 290/2272 12% [======= ] 291/2272 12% [======= ] 292/2272 12% [======= ] 293/2272 12% [======== ] 294/2272 12% [======== ] 295/2272 12% [======== ] 296/2272 13% [======== ] 297/2272 13% [======== ] 298/2272 13% [======== ] 299/2272 13% [======== ] 300/2272 13% [======== ] 301/2272 13% [======== ] 302/2272 13% [======== ] 303/2272 13% [======== ] 304/2272 13% [======== ] 305/2272 13% [======== ] 306/2272 13% [======== ] 307/2272 13% [======== ] 308/2272 13% [======== ] 309/2272 13% [======== ] 310/2272 13% [======== ] 311/2272 13% [======== ] 312/2272 13% [======== ] 313/2272 13% [======== ] 314/2272 13% [======== ] 315/2272 13% [======== ] 316/2272 13% [======== ] 317/2272 13% [======== ] 318/2272 13% [======== ] 319/2272 14% [======== ] 320/2272 14% [======== ] 321/2272 14% [======== ] 322/2272 14% [======== ] 323/2272 14% [======== ] 324/2272 14% [======== ] 325/2272 14% [======== ] 326/2272 14% [======== ] 327/2272 14% [======== ] 328/2272 14% [======== ] 329/2272 14% [========= ] 330/2272 14% [========= ] 331/2272 14% [========= ] 332/2272 14% [========= ] 333/2272 14% [========= ] 334/2272 14% [========= ] 335/2272 14% [========= ] 336/2272 14% [========= ] 337/2272 14% [========= ] 338/2272 14% [========= ] 339/2272 14% [========= ] 340/2272 14% [========= ] 341/2272 15% [========= ] 342/2272 15% [========= ] 343/2272 15% [========= ] 344/2272 15% [========= ] 345/2272 15% [========= ] 346/2272 15% [========= ] 347/2272 15% [========= ] 348/2272 15% [========= ] 349/2272 15% [========= ] 350/2272 15% [========= ] 351/2272 15% [========= ] 352/2272 15% [========= ] 353/2272 15% [========= ] 354/2272 15% [========= ] 355/2272 15% [========= ] 356/2272 15% [========= ] 357/2272 15% [========= ] 358/2272 15% [========= ] 359/2272 15% [========= ] 360/2272 15% [========= ] 361/2272 15% [========= ] 362/2272 15% [========= ] 363/2272 15% [========= ] 364/2272 16% [========= ] 365/2272 16% [========= ] 366/2272 16% [========== ] 367/2272 16% [========== ] 368/2272 16% [========== ] 369/2272 16% [========== ] 370/2272 16% [========== ] 371/2272 16% [========== ] 372/2272 16% [========== ] 373/2272 16% [========== ] 374/2272 16% [========== ] 375/2272 16% [========== ] 376/2272 16% [========== ] 377/2272 16% [========== ] 378/2272 16% [========== ] 379/2272 16% [========== ] 380/2272 16% [========== ] 381/2272 16% [========== ] 382/2272 16% [========== ] 383/2272 16% [========== ] 384/2272 16% [========== ] 385/2272 16% [========== ] 386/2272 16% [========== ] 387/2272 17% [========== ] 388/2272 17% [========== ] 389/2272 17% [========== ] 390/2272 17% [========== ] 391/2272 17% [========== ] 392/2272 17% [========== ] 393/2272 17% [========== ] 394/2272 17% [========== ] 395/2272 17% [========== ] 396/2272 17% [========== ] 397/2272 17% [========== ] 398/2272 17% [========== ] 399/2272 17% [========== ] 400/2272 17% [========== ] 401/2272 17% [========== ] 402/2272 17% [========== ] 403/2272 17% [=========== ] 404/2272 17% [=========== ] 405/2272 17% [=========== ] 406/2272 17% [=========== ] 407/2272 17% [=========== ] 408/2272 17% [=========== ] 409/2272 18% [=========== ] 410/2272 18% [=========== ] 411/2272 18% [=========== ] 412/2272 18% [=========== ] 413/2272 18% [=========== ] 414/2272 18% [=========== ] 415/2272 18% [=========== ] 416/2272 18% [=========== ] 417/2272 18% [=========== ] 418/2272 18% [=========== ] 419/2272 18% [=========== ] 420/2272 18% [=========== ] 421/2272 18% [=========== ] 422/2272 18% [=========== ] 423/2272 18% [=========== ] 424/2272 18% [=========== ] 425/2272 18% [=========== ] 426/2272 18% [=========== ] 427/2272 18% [=========== ] 428/2272 18% [=========== ] 429/2272 18% [=========== ] 430/2272 18% [=========== ] 431/2272 18% [=========== ] 432/2272 19% [=========== ] 433/2272 19% [=========== ] 434/2272 19% [=========== ] 435/2272 19% [=========== ] 436/2272 19% [=========== ] 437/2272 19% [=========== ] 438/2272 19% [=========== ] 439/2272 19% [============ ] 440/2272 19% [============ ] 441/2272 19% [============ ] 442/2272 19% [============ ] 443/2272 19% [============ ] 444/2272 19% [============ ] 445/2272 19% [============ ] 446/2272 19% [============ ] 447/2272 19% [============ ] 448/2272 19% [============ ] 449/2272 19% [============ ] 450/2272 19% [============ ] 451/2272 19% [============ ] 452/2272 19% [============ ] 453/2272 19% [============ ] 454/2272 19% [============ ] 455/2272 20% [============ ] 456/2272 20% [============ ] 457/2272 20% [============ ] 458/2272 20% [============ ] 459/2272 20% [============ ] 460/2272 20% [============ ] 461/2272 20% [============ ] 462/2272 20% [============ ] 463/2272 20% [============ ] 464/2272 20% [============ ] 465/2272 20% [============ ] 466/2272 20% [============ ] 467/2272 20% [============ ] 468/2272 20% [============ ] 469/2272 20% [============ ] 470/2272 20% [============ ] 471/2272 20% [============ ] 472/2272 20% [============ ] 473/2272 20% [============ ] 474/2272 20% [============ ] 475/2272 20% [============ ] 476/2272 20% [============= ] 477/2272 20% [============= ] 478/2272 21% [============= ] 479/2272 21% [============= ] 480/2272 21% [============= ] 481/2272 21% [============= ] 482/2272 21% [============= ] 483/2272 21% [============= ] 484/2272 21% [============= ] 485/2272 21% [============= ] 486/2272 21% [============= ] 487/2272 21% [============= ] 488/2272 21% [============= ] 489/2272 21% [============= ] 490/2272 21% [============= ] 491/2272 21% [============= ] 492/2272 21% [============= ] 493/2272 21% [============= ] 494/2272 21% [============= ] 495/2272 21% [============= ] 496/2272 21% [============= ] 497/2272 21% [============= ] 498/2272 21% [============= ] 499/2272 21% [============= ] 500/2272 22% [============= ] 501/2272 22% [============= ] 502/2272 22% [============= ] 503/2272 22% [============= ] 504/2272 22% [============= ] 505/2272 22% [============= ] 506/2272 22% [============= ] 507/2272 22% [============= ] 508/2272 22% [============= ] 509/2272 22% [============= ] 510/2272 22% [============= ] 511/2272 22% [============= ] 512/2272 22% [============= ] 513/2272 22% [============== ] 514/2272 22% [============== ] 515/2272 22% [============== ] 516/2272 22% [============== ] 517/2272 22% [============== ] 518/2272 22% [============== ] 519/2272 22% [============== ] 520/2272 22% [============== ] 521/2272 22% [============== ] 522/2272 22% [============== ] 523/2272 23% [============== ] 524/2272 23% [============== ] 525/2272 23% [============== ] 526/2272 23% [============== ] 527/2272 23% [============== ] 528/2272 23% [============== ] 529/2272 23% [============== ] 530/2272 23% [============== ] 531/2272 23% [============== ] 532/2272 23% [============== ] 533/2272 23% [============== ] 534/2272 23% [============== ] 535/2272 23% [============== ] 536/2272 23% [============== ] 537/2272 23% [============== ] 538/2272 23% [============== ] 539/2272 23% [============== ] 540/2272 23% [============== ] 541/2272 23% [============== ] 542/2272 23% [============== ] 543/2272 23% [============== ] 544/2272 23% [============== ] 545/2272 23% [============== ] 546/2272 24% [============== ] 547/2272 24% [============== ] 548/2272 24% [============== ] 549/2272 24% [=============== ] 550/2272 24% [=============== ] 551/2272 24% [=============== ] 552/2272 24% [=============== ] 553/2272 24% [=============== ] 554/2272 24% [=============== ] 555/2272 24% [=============== ] 556/2272 24% [=============== ] 557/2272 24% [=============== ] 558/2272 24% [=============== ] 559/2272 24% [=============== ] 560/2272 24% [=============== ] 561/2272 24% [=============== ] 562/2272 24% [=============== ] 563/2272 24% [=============== ] 564/2272 24% [=============== ] 565/2272 24% [=============== ] 566/2272 24% [=============== ] 567/2272 24% [=============== ] 568/2272 25% [=============== ] 569/2272 25% [=============== ] 570/2272 25% [=============== ] 571/2272 25% [=============== ] 572/2272 25% [=============== ] 573/2272 25% [=============== ] 574/2272 25% [=============== ] 575/2272 25% [=============== ] 576/2272 25% [=============== ] 577/2272 25% [=============== ] 578/2272 25% [=============== ] 579/2272 25% [=============== ] 580/2272 25% [=============== ] 581/2272 25% [=============== ] 582/2272 25% [=============== ] 583/2272 25% [=============== ] 584/2272 25% [=============== ] 585/2272 25% [=============== ] 586/2272 25% [================ ] 587/2272 25% [================ ] 588/2272 25% [================ ] 589/2272 25% [================ ] 590/2272 25% [================ ] 591/2272 26% [================ ] 592/2272 26% [================ ] 593/2272 26% [================ ] 594/2272 26% [================ ] 595/2272 26% [================ ] 596/2272 26% [================ ] 597/2272 26% [================ ] 598/2272 26% [================ ] 599/2272 26% [================ ] 600/2272 26% [================ ] 601/2272 26% [================ ] 602/2272 26% [================ ] 603/2272 26% [================ ] 604/2272 26% [================ ] 605/2272 26% [================ ] 606/2272 26% [================ ] 607/2272 26% [================ ] 608/2272 26% [================ ] 609/2272 26% [================ ] 610/2272 26% [================ ] 611/2272 26% [================ ] 612/2272 26% [================ ] 613/2272 26% [================ ] 614/2272 27% [================ ] 615/2272 27% [================ ] 616/2272 27% [================ ] 617/2272 27% [================ ] 618/2272 27% [================ ] 619/2272 27% [================ ] 620/2272 27% [================ ] 621/2272 27% [================ ] 622/2272 27% [================= ] 623/2272 27% [================= ] 624/2272 27% [================= ] 625/2272 27% [================= ] 626/2272 27% [================= ] 627/2272 27% [================= ] 628/2272 27% [================= ] 629/2272 27% [================= ] 630/2272 27% [================= ] 631/2272 27% [================= ] 632/2272 27% [================= ] 633/2272 27% [================= ] 634/2272 27% [================= ] 635/2272 27% [================= ] 636/2272 27% [================= ] 637/2272 28% [================= ] 638/2272 28% [================= ] 639/2272 28% [================= ] 640/2272 28% [================= ] 641/2272 28% [================= ] 642/2272 28% [================= ] 643/2272 28% [================= ] 644/2272 28% [================= ] 645/2272 28% [================= ] 646/2272 28% [================= ] 647/2272 28% [================= ] 648/2272 28% [================= ] 649/2272 28% [================= ] 650/2272 28% [================= ] 651/2272 28% [================= ] 652/2272 28% [================= ] 653/2272 28% [================= ] 654/2272 28% [================= ] 655/2272 28% [================= ] 656/2272 28% [================= ] 657/2272 28% [================= ] 658/2272 28% [================= ] 659/2272 29% [================== ] 660/2272 29% [================== ] 661/2272 29% [================== ] 662/2272 29% [================== ] 663/2272 29% [================== ] 664/2272 29% [================== ] 665/2272 29% [================== ] 666/2272 29% [================== ] 667/2272 29% [================== ] 668/2272 29% [================== ] 669/2272 29% [================== ] 670/2272 29% [================== ] 671/2272 29% [================== ] 672/2272 29% [================== ] 673/2272 29% [================== ] 674/2272 29% [================== ] 675/2272 29% [================== ] 676/2272 29% [================== ] 677/2272 29% [================== ] 678/2272 29% [================== ] 679/2272 29% [================== ] 680/2272 29% [================== ] 681/2272 29% [================== ] 682/2272 30% [================== ] 683/2272 30% [================== ] 684/2272 30% [================== ] 685/2272 30% [================== ] 686/2272 30% [================== ] 687/2272 30% [================== ] 688/2272 30% [================== ] 689/2272 30% [================== ] 690/2272 30% [================== ] 691/2272 30% [================== ] 692/2272 30% [================== ] 693/2272 30% [================== ] 694/2272 30% [================== ] 695/2272 30% [================== ] 696/2272 30% [=================== ] 697/2272 30% [=================== ] 698/2272 30% [=================== ] 699/2272 30% [=================== ] 700/2272 30% [=================== ] 701/2272 30% [=================== ] 702/2272 30% [=================== ] 703/2272 30% [=================== ] 704/2272 30% [=================== ] 705/2272 31% [=================== ] 706/2272 31% [=================== ] 707/2272 31% [=================== ] 708/2272 31% [=================== ] 709/2272 31% [=================== ] 710/2272 31% [=================== ] 711/2272 31% [=================== ] 712/2272 31% [=================== ] 713/2272 31% [=================== ] 714/2272 31% [=================== ] 715/2272 31% [=================== ] 716/2272 31% [=================== ] 717/2272 31% [=================== ] 718/2272 31% [=================== ] 719/2272 31% [=================== ] 720/2272 31% [=================== ] 721/2272 31% [=================== ] 722/2272 31% [=================== ] 723/2272 31% [=================== ] 724/2272 31% [=================== ] 725/2272 31% [=================== ] 726/2272 31% [=================== ] 727/2272 31% [=================== ] 728/2272 32% [=================== ] 729/2272 32% [=================== ] 730/2272 32% [=================== ] 731/2272 32% [=================== ] 732/2272 32% [==================== ] 733/2272 32% [==================== ] 734/2272 32% [==================== ] 735/2272 32% [==================== ] 736/2272 32% [==================== ] 737/2272 32% [==================== ] 738/2272 32% [==================== ] 739/2272 32% [==================== ] 740/2272 32% [==================== ] 741/2272 32% [==================== ] 742/2272 32% [==================== ] 743/2272 32% [==================== ] 744/2272 32% [==================== ] 745/2272 32% [==================== ] 746/2272 32% [==================== ] 747/2272 32% [==================== ] 748/2272 32% [==================== ] 749/2272 32% [==================== ] 750/2272 33% [==================== ] 751/2272 33% [==================== ] 752/2272 33% [==================== ] 753/2272 33% [==================== ] 754/2272 33% [==================== ] 755/2272 33% [==================== ] 756/2272 33% [==================== ] 757/2272 33% [==================== ] 758/2272 33% [==================== ] 759/2272 33% [==================== ] 760/2272 33% [==================== ] 761/2272 33% [==================== ] 762/2272 33% [==================== ] 763/2272 33% [==================== ] 764/2272 33% [==================== ] 765/2272 33% [==================== ] 766/2272 33% [==================== ] 767/2272 33% [==================== ] 768/2272 33% [==================== ] 769/2272 33% [===================== ] 770/2272 33% [===================== ] 771/2272 33% [===================== ] 772/2272 33% [===================== ] 773/2272 34% [===================== ] 774/2272 34% [===================== ] 775/2272 34% [===================== ] 776/2272 34% [===================== ] 777/2272 34% [===================== ] 778/2272 34% [===================== ] 779/2272 34% [===================== ] 780/2272 34% [===================== ] 781/2272 34% [===================== ] 782/2272 34% [===================== ] 783/2272 34% [===================== ] 784/2272 34% [===================== ] 785/2272 34% [===================== ] 786/2272 34% [===================== ] 787/2272 34% [===================== ] 788/2272 34% [===================== ] 789/2272 34% [===================== ] 790/2272 34% [===================== ] 791/2272 34% [===================== ] 792/2272 34% [===================== ] 793/2272 34% [===================== ] 794/2272 34% [===================== ] 795/2272 34% [===================== ] 796/2272 35% [===================== ] 797/2272 35% [===================== ] 798/2272 35% [===================== ] 799/2272 35% [===================== ] 800/2272 35% [===================== ] 801/2272 35% [===================== ] 802/2272 35% [===================== ] 803/2272 35% [===================== ] 804/2272 35% [===================== ] 805/2272 35% [===================== ] 806/2272 35% [====================== ] 807/2272 35% [====================== ] 808/2272 35% [====================== ] 809/2272 35% [====================== ] 810/2272 35% [====================== ] 811/2272 35% [====================== ] 812/2272 35% [====================== ] 813/2272 35% [====================== ] 814/2272 35% [====================== ] 815/2272 35% [====================== ] 816/2272 35% [====================== ] 817/2272 35% [====================== ] 818/2272 36% [====================== ] 819/2272 36% [====================== ] 820/2272 36% [====================== ] 821/2272 36% [====================== ] 822/2272 36% [====================== ] 823/2272 36% [====================== ] 824/2272 36% [====================== ] 825/2272 36% [====================== ] 826/2272 36% [====================== ] 827/2272 36% [====================== ] 828/2272 36% [====================== ] 829/2272 36% [====================== ] 830/2272 36% [====================== ] 831/2272 36% [====================== ] 832/2272 36% [====================== ] 833/2272 36% [====================== ] 834/2272 36% [====================== ] 835/2272 36% [====================== ] 836/2272 36% [====================== ] 837/2272 36% [====================== ] 838/2272 36% [====================== ] 839/2272 36% [====================== ] 840/2272 36% [====================== ] 841/2272 37% [====================== ] 842/2272 37% [======================= ] 843/2272 37% [======================= ] 844/2272 37% [======================= ] 845/2272 37% [======================= ] 846/2272 37% [======================= ] 847/2272 37% [======================= ] 848/2272 37% [======================= ] 849/2272 37% [======================= ] 850/2272 37% [======================= ] 851/2272 37% [======================= ] 852/2272 37% [======================= ] 853/2272 37% [======================= ] 854/2272 37% [======================= ] 855/2272 37% [======================= ] 856/2272 37% [======================= ] 857/2272 37% [======================= ] 858/2272 37% [======================= ] 859/2272 37% [======================= ] 860/2272 37% [======================= ] 861/2272 37% [======================= ] 862/2272 37% [======================= ] 863/2272 37% [======================= ] 864/2272 38% [======================= ] 865/2272 38% [======================= ] 866/2272 38% [======================= ] 867/2272 38% [======================= ] 868/2272 38% [======================= ] 869/2272 38% [======================= ] 870/2272 38% [======================= ] 871/2272 38% [======================= ] 872/2272 38% [======================= ] 873/2272 38% [======================= ] 874/2272 38% [======================= ] 875/2272 38% [======================= ] 876/2272 38% [======================= ] 877/2272 38% [======================= ] 878/2272 38% [======================= ] 879/2272 38% [======================== ] 880/2272 38% [======================== ] 881/2272 38% [======================== ] 882/2272 38% [======================== ] 883/2272 38% [======================== ] 884/2272 38% [======================== ] 885/2272 38% [======================== ] 886/2272 38% [======================== ] 887/2272 39% [======================== ] 888/2272 39% [======================== ] 889/2272 39% [======================== ] 890/2272 39% [======================== ] 891/2272 39% [======================== ] 892/2272 39% [======================== ] 893/2272 39% [======================== ] 894/2272 39% [======================== ] 895/2272 39% [======================== ] 896/2272 39% [======================== ] 897/2272 39% [======================== ] 898/2272 39% [======================== ] 899/2272 39% [======================== ] 900/2272 39% [======================== ] 901/2272 39% [======================== ] 902/2272 39% [======================== ] 903/2272 39% [======================== ] 904/2272 39% [======================== ] 905/2272 39% [======================== ] 906/2272 39% [======================== ] 907/2272 39% [======================== ] 908/2272 39% [======================== ] 909/2272 40% [======================== ] 910/2272 40% [======================== ] 911/2272 40% [======================== ] 912/2272 40% [======================== ] 913/2272 40% [======================== ] 914/2272 40% [======================== ] 915/2272 40% [======================== ] 916/2272 40% [========================= ] 917/2272 40% [========================= ] 918/2272 40% [========================= ] 919/2272 40% [========================= ] 920/2272 40% [========================= ] 921/2272 40% [========================= ] 922/2272 40% [========================= ] 923/2272 40% [========================= ] 924/2272 40% [========================= ] 925/2272 40% [========================= ] 926/2272 40% [========================= ] 927/2272 40% [========================= ] 928/2272 40% [========================= ] 929/2272 40% [========================= ] 930/2272 40% [========================= ] 931/2272 40% [========================= ] 932/2272 41% [========================= ] 933/2272 41% [========================= ] 934/2272 41% [========================= ] 935/2272 41% [========================= ] 936/2272 41% [========================= ] 937/2272 41% [========================= ] 938/2272 41% [========================= ] 939/2272 41% [========================= ] 940/2272 41% [========================= ] 941/2272 41% [========================= ] 942/2272 41% [========================= ] 943/2272 41% [========================= ] 944/2272 41% [========================= ] 945/2272 41% [========================= ] 946/2272 41% [========================= ] 947/2272 41% [========================= ] 948/2272 41% [========================= ] 949/2272 41% [========================= ] 950/2272 41% [========================= ] 951/2272 41% [========================= ] 952/2272 41% [========================== ] 953/2272 41% [========================== ] 954/2272 41% [========================== ] 955/2272 42% [========================== ] 956/2272 42% [========================== ] 957/2272 42% [========================== ] 958/2272 42% [========================== ] 959/2272 42% [========================== ] 960/2272 42% [========================== ] 961/2272 42% [========================== ] 962/2272 42% [========================== ] 963/2272 42% [========================== ] 964/2272 42% [========================== ] 965/2272 42% [========================== ] 966/2272 42% [========================== ] 967/2272 42% [========================== ] 968/2272 42% [========================== ] 969/2272 42% [========================== ] 970/2272 42% [========================== ] 971/2272 42% [========================== ] 972/2272 42% [========================== ] 973/2272 42% [========================== ] 974/2272 42% [========================== ] 975/2272 42% [========================== ] 976/2272 42% [========================== ] 977/2272 43% [========================== ] 978/2272 43% [========================== ] 979/2272 43% [========================== ] 980/2272 43% [========================== ] 981/2272 43% [========================== ] 982/2272 43% [========================== ] 983/2272 43% [========================== ] 984/2272 43% [========================== ] 985/2272 43% [========================== ] 986/2272 43% [========================== ] 987/2272 43% [========================== ] 988/2272 43% [========================== ] 989/2272 43% [=========================== ] 990/2272 43% [=========================== ] 991/2272 43% [=========================== ] 992/2272 43% [=========================== ] 993/2272 43% [=========================== ] 994/2272 43% [=========================== ] 995/2272 43% [=========================== ] 996/2272 43% [=========================== ] 997/2272 43% [=========================== ] 998/2272 43% [=========================== ] 999/2272 43% [=========================== ] 1000/2272 44% [=========================== ] 1001/2272 44% [=========================== ] 1002/2272 44% [=========================== ] 1003/2272 44% [=========================== ] 1004/2272 44% [=========================== ] 1005/2272 44% [=========================== ] 1006/2272 44% [=========================== ] 1007/2272 44% [=========================== ] 1008/2272 44% [=========================== ] 1009/2272 44% [=========================== ] 1010/2272 44% [=========================== ] 1011/2272 44% [=========================== ] 1012/2272 44% [=========================== ] 1013/2272 44% [=========================== ] 1014/2272 44% [=========================== ] 1015/2272 44% [=========================== ] 1016/2272 44% [=========================== ] 1017/2272 44% [=========================== ] 1018/2272 44% [=========================== ] 1019/2272 44% [=========================== ] 1020/2272 44% [=========================== ] 1021/2272 44% [=========================== ] 1022/2272 44% [=========================== ] 1023/2272 45% [=========================== ] 1024/2272 45% [=========================== ] 1025/2272 45% [=========================== ] 1026/2272 45% [============================ ] 1027/2272 45% [============================ ] 1028/2272 45% [============================ ] 1029/2272 45% [============================ ] 1030/2272 45% [============================ ] 1031/2272 45% [============================ ] 1032/2272 45% [============================ ] 1033/2272 45% [============================ ] 1034/2272 45% [============================ ] 1035/2272 45% [============================ ] 1036/2272 45% [============================ ] 1037/2272 45% [============================ ] 1038/2272 45% [============================ ] 1039/2272 45% [============================ ] 1040/2272 45% [============================ ] 1041/2272 45% [============================ ] 1042/2272 45% [============================ ] 1043/2272 45% [============================ ] 1044/2272 45% [============================ ] 1045/2272 45% [============================ ] 1046/2272 46% [============================ ] 1047/2272 46% [============================ ] 1048/2272 46% [============================ ] 1049/2272 46% [============================ ] 1050/2272 46% [============================ ] 1051/2272 46% [============================ ] 1052/2272 46% [============================ ] 1053/2272 46% [============================ ] 1054/2272 46% [============================ ] 1055/2272 46% [============================ ] 1056/2272 46% [============================ ] 1057/2272 46% [============================ ] 1058/2272 46% [============================ ] 1059/2272 46% [============================ ] 1060/2272 46% [============================ ] 1061/2272 46% [============================ ] 1062/2272 46% [============================= ] 1063/2272 46% [============================= ] 1064/2272 46% [============================= ] 1065/2272 46% [============================= ] 1066/2272 46% [============================= ] 1067/2272 46% [============================= ] 1068/2272 47% [============================= ] 1069/2272 47% [============================= ] 1070/2272 47% [============================= ] 1071/2272 47% [============================= ] 1072/2272 47% [============================= ] 1073/2272 47% [============================= ] 1074/2272 47% [============================= ] 1075/2272 47% [============================= ] 1076/2272 47% [============================= ] 1077/2272 47% [============================= ] 1078/2272 47% [============================= ] 1079/2272 47% [============================= ] 1080/2272 47% [============================= ] 1081/2272 47% [============================= ] 1082/2272 47% [============================= ] 1083/2272 47% [============================= ] 1084/2272 47% [============================= ] 1085/2272 47% [============================= ] 1086/2272 47% [============================= ] 1087/2272 47% [============================= ] 1088/2272 47% [============================= ] 1089/2272 47% [============================= ] 1090/2272 47% [============================= ] 1091/2272 48% [============================= ] 1092/2272 48% [============================= ] 1093/2272 48% [============================= ] 1094/2272 48% [============================= ] 1095/2272 48% [============================= ] 1096/2272 48% [============================= ] 1097/2272 48% [============================= ] 1098/2272 48% [============================= ] 1099/2272 48% [============================== ] 1100/2272 48% [============================== ] 1101/2272 48% [============================== ] 1102/2272 48% [============================== ] 1103/2272 48% [============================== ] 1104/2272 48% [============================== ] 1105/2272 48% [============================== ] 1106/2272 48% [============================== ] 1107/2272 48% [============================== ] 1108/2272 48% [============================== ] 1109/2272 48% [============================== ] 1110/2272 48% [============================== ] 1111/2272 48% [============================== ] 1112/2272 48% [============================== ] 1113/2272 48% [============================== ] 1114/2272 49% [============================== ] 1115/2272 49% [============================== ] 1116/2272 49% [============================== ] 1117/2272 49% [============================== ] 1118/2272 49% [============================== ] 1119/2272 49% [============================== ] 1120/2272 49% [============================== ] 1121/2272 49% [============================== ] 1122/2272 49% [============================== ] 1123/2272 49% [============================== ] 1124/2272 49% [============================== ] 1125/2272 49% [============================== ] 1126/2272 49% [============================== ] 1127/2272 49% [============================== ] 1128/2272 49% [============================== ] 1129/2272 49% [============================== ] 1130/2272 49% [============================== ] 1131/2272 49% [============================== ] 1132/2272 49% [============================== ] 1133/2272 49% [============================== ] 1134/2272 49% [============================== ] 1135/2272 49% [=============================== ] 1136/2272 50% [=============================== ] 1137/2272 50% [=============================== ] 1138/2272 50% [=============================== ] 1139/2272 50% [=============================== ] 1140/2272 50% [=============================== ] 1141/2272 50% [=============================== ] 1142/2272 50% [=============================== ] 1143/2272 50% [=============================== ] 1144/2272 50% [=============================== ] 1145/2272 50% [=============================== ] 1146/2272 50% [=============================== ] 1147/2272 50% [=============================== ] 1148/2272 50% [=============================== ] 1149/2272 50% [=============================== ] 1150/2272 50% [=============================== ] 1151/2272 50% [=============================== ] 1152/2272 50% [=============================== ] 1153/2272 50% [=============================== ] 1154/2272 50% [=============================== ] 1155/2272 50% [=============================== ] 1156/2272 50% [=============================== ] 1157/2272 50% [=============================== ] 1158/2272 50% [=============================== ] 1159/2272 51% [=============================== ] 1160/2272 51% [=============================== ] 1161/2272 51% [=============================== ] 1162/2272 51% [=============================== ] 1163/2272 51% [=============================== ] 1164/2272 51% [=============================== ] 1165/2272 51% [=============================== ] 1166/2272 51% [=============================== ] 1167/2272 51% [=============================== ] 1168/2272 51% [=============================== ] 1169/2272 51% [=============================== ] 1170/2272 51% [=============================== ] 1171/2272 51% [=============================== ] 1172/2272 51% [================================ ] 1173/2272 51% [================================ ] 1174/2272 51% [================================ ] 1175/2272 51% [================================ ] 1176/2272 51% [================================ ] 1177/2272 51% [================================ ] 1178/2272 51% [================================ ] 1179/2272 51% [================================ ] 1180/2272 51% [================================ ] 1181/2272 51% [================================ ] 1182/2272 52% [================================ ] 1183/2272 52% [================================ ] 1184/2272 52% [================================ ] 1185/2272 52% [================================ ] 1186/2272 52% [================================ ] 1187/2272 52% [================================ ] 1188/2272 52% [================================ ] 1189/2272 52% [================================ ] 1190/2272 52% [================================ ] 1191/2272 52% [================================ ] 1192/2272 52% [================================ ] 1193/2272 52% [================================ ] 1194/2272 52% [================================ ] 1195/2272 52% [================================ ] 1196/2272 52% [================================ ] 1197/2272 52% [================================ ] 1198/2272 52% [================================ ] 1199/2272 52% [================================ ] 1200/2272 52% [================================ ] 1201/2272 52% [================================ ] 1202/2272 52% [================================ ] 1203/2272 52% [================================ ] 1204/2272 52% [================================ ] 1205/2272 53% [================================ ] 1206/2272 53% [================================ ] 1207/2272 53% [================================ ] 1208/2272 53% [================================ ] 1209/2272 53% [================================= ] 1210/2272 53% [================================= ] 1211/2272 53% [================================= ] 1212/2272 53% [================================= ] 1213/2272 53% [================================= ] 1214/2272 53% [================================= ] 1215/2272 53% [================================= ] 1216/2272 53% [================================= ] 1217/2272 53% [================================= ] 1218/2272 53% [================================= ] 1219/2272 53% [================================= ] 1220/2272 53% [================================= ] 1221/2272 53% [================================= ] 1222/2272 53% [================================= ] 1223/2272 53% [================================= ] 1224/2272 53% [================================= ] 1225/2272 53% [================================= ] 1226/2272 53% [================================= ] 1227/2272 54% [================================= ] 1228/2272 54% [================================= ] 1229/2272 54% [================================= ] 1230/2272 54% [================================= ] 1231/2272 54% [================================= ] 1232/2272 54% [================================= ] 1233/2272 54% [================================= ] 1234/2272 54% [================================= ] 1235/2272 54% [================================= ] 1236/2272 54% [================================= ] 1237/2272 54% [================================= ] 1238/2272 54% [================================= ] 1239/2272 54% [================================= ] 1240/2272 54% [================================= ] 1241/2272 54% [================================= ] 1242/2272 54% [================================= ] 1243/2272 54% [================================= ] 1244/2272 54% [================================= ] 1245/2272 54% [================================== ] 1246/2272 54% [================================== ] 1247/2272 54% [================================== ] 1248/2272 54% [================================== ] 1249/2272 54% [================================== ] 1250/2272 55% [================================== ] 1251/2272 55% [================================== ] 1252/2272 55% [================================== ] 1253/2272 55% [================================== ] 1254/2272 55% [================================== ] 1255/2272 55% [================================== ] 1256/2272 55% [================================== ] 1257/2272 55% [================================== ] 1258/2272 55% [================================== ] 1259/2272 55% [================================== ] 1260/2272 55% [================================== ] 1261/2272 55% [================================== ] 1262/2272 55% [================================== ] 1263/2272 55% [================================== ] 1264/2272 55% [================================== ] 1265/2272 55% [================================== ] 1266/2272 55% [================================== ] 1267/2272 55% [================================== ] 1268/2272 55% [================================== ] 1269/2272 55% [================================== ] 1270/2272 55% [================================== ] 1271/2272 55% [================================== ] 1272/2272 55% [================================== ] 1273/2272 56% [================================== ] 1274/2272 56% [================================== ] 1275/2272 56% [================================== ] 1276/2272 56% [================================== ] 1277/2272 56% [================================== ] 1278/2272 56% [================================== ] 1279/2272 56% [================================== ] 1280/2272 56% [================================== ] 1281/2272 56% [================================== ] 1282/2272 56% [=================================== ] 1283/2272 56% [=================================== ] 1284/2272 56% [=================================== ] 1285/2272 56% [=================================== ] 1286/2272 56% [=================================== ] 1287/2272 56% [=================================== ] 1288/2272 56% [=================================== ] 1289/2272 56% [=================================== ] 1290/2272 56% [=================================== ] 1291/2272 56% [=================================== ] 1292/2272 56% [=================================== ] 1293/2272 56% [=================================== ] 1294/2272 56% [=================================== ] 1295/2272 56% [=================================== ] 1296/2272 57% [=================================== ] 1297/2272 57% [=================================== ] 1298/2272 57% [=================================== ] 1299/2272 57% [=================================== ] 1300/2272 57% [=================================== ] 1301/2272 57% [=================================== ] 1302/2272 57% [=================================== ] 1303/2272 57% [=================================== ] 1304/2272 57% [=================================== ] 1305/2272 57% [=================================== ] 1306/2272 57% [=================================== ] 1307/2272 57% [=================================== ] 1308/2272 57% [=================================== ] 1309/2272 57% [=================================== ] 1310/2272 57% [=================================== ] 1311/2272 57% [=================================== ] 1312/2272 57% [=================================== ] 1313/2272 57% [=================================== ] 1314/2272 57% [=================================== ] 1315/2272 57% [=================================== ] 1316/2272 57% [=================================== ] 1317/2272 57% [=================================== ] 1318/2272 58% [=================================== ] 1319/2272 58% [==================================== ] 1320/2272 58% [==================================== ] 1321/2272 58% [==================================== ] 1322/2272 58% [==================================== ] 1323/2272 58% [==================================== ] 1324/2272 58% [==================================== ] 1325/2272 58% [==================================== ] 1326/2272 58% [==================================== ] 1327/2272 58% [==================================== ] 1328/2272 58% [==================================== ] 1329/2272 58% [==================================== ] 1330/2272 58% [==================================== ] 1331/2272 58% [==================================== ] 1332/2272 58% [==================================== ] 1333/2272 58% [==================================== ] 1334/2272 58% [==================================== ] 1335/2272 58% [==================================== ] 1336/2272 58% [==================================== ] 1337/2272 58% [==================================== ] 1338/2272 58% [==================================== ] 1339/2272 58% [==================================== ] 1340/2272 58% [==================================== ] 1341/2272 59% [==================================== ] 1342/2272 59% [==================================== ] 1343/2272 59% [==================================== ] 1344/2272 59% [==================================== ] 1345/2272 59% [==================================== ] 1346/2272 59% [==================================== ] 1347/2272 59% [==================================== ] 1348/2272 59% [==================================== ] 1349/2272 59% [==================================== ] 1350/2272 59% [==================================== ] 1351/2272 59% [==================================== ] 1352/2272 59% [==================================== ] 1353/2272 59% [==================================== ] 1354/2272 59% [==================================== ] 1355/2272 59% [===================================== ] 1356/2272 59% [===================================== ] 1357/2272 59% [===================================== ] 1358/2272 59% [===================================== ] 1359/2272 59% [===================================== ] 1360/2272 59% [===================================== ] 1361/2272 59% [===================================== ] 1362/2272 59% [===================================== ] 1363/2272 59% [===================================== ] 1364/2272 60% [===================================== ] 1365/2272 60% [===================================== ] 1366/2272 60% [===================================== ] 1367/2272 60% [===================================== ] 1368/2272 60% [===================================== ] 1369/2272 60% [===================================== ] 1370/2272 60% [===================================== ] 1371/2272 60% [===================================== ] 1372/2272 60% [===================================== ] 1373/2272 60% [===================================== ] 1374/2272 60% [===================================== ] 1375/2272 60% [===================================== ] 1376/2272 60% [===================================== ] 1377/2272 60% [===================================== ] 1378/2272 60% [===================================== ] 1379/2272 60% [===================================== ] 1380/2272 60% [===================================== ] 1381/2272 60% [===================================== ] 1382/2272 60% [===================================== ] 1383/2272 60% [===================================== ] 1384/2272 60% [===================================== ] 1385/2272 60% [===================================== ] 1386/2272 61% [===================================== ] 1387/2272 61% [===================================== ] 1388/2272 61% [===================================== ] 1389/2272 61% [===================================== ] 1390/2272 61% [===================================== ] 1391/2272 61% [===================================== ] 1392/2272 61% [====================================== ] 1393/2272 61% [====================================== ] 1394/2272 61% [====================================== ] 1395/2272 61% [====================================== ] 1396/2272 61% [====================================== ] 1397/2272 61% [====================================== ] 1398/2272 61% [====================================== ] 1399/2272 61% [====================================== ] 1400/2272 61% [====================================== ] 1401/2272 61% [====================================== ] 1402/2272 61% [====================================== ] 1403/2272 61% [====================================== ] 1404/2272 61% [====================================== ] 1405/2272 61% [====================================== ] 1406/2272 61% [====================================== ] 1407/2272 61% [====================================== ] 1408/2272 61% [====================================== ] 1409/2272 62% [====================================== ] 1410/2272 62% [====================================== ] 1411/2272 62% [====================================== ] 1412/2272 62% [====================================== ] 1413/2272 62% [====================================== ] 1414/2272 62% [====================================== ] 1415/2272 62% [====================================== ] 1416/2272 62% [====================================== ] 1417/2272 62% [====================================== ] 1418/2272 62% [====================================== ] 1419/2272 62% [====================================== ] 1420/2272 62% [====================================== ] 1421/2272 62% [====================================== ] 1422/2272 62% [====================================== ] 1423/2272 62% [====================================== ] 1424/2272 62% [====================================== ] 1425/2272 62% [====================================== ] 1426/2272 62% [====================================== ] 1427/2272 62% [====================================== ] 1428/2272 62% [====================================== ] 1429/2272 62% [======================================= ] 1430/2272 62% [======================================= ] 1431/2272 62% [======================================= ] 1432/2272 63% [======================================= ] 1433/2272 63% [======================================= ] 1434/2272 63% [======================================= ] 1435/2272 63% [======================================= ] 1436/2272 63% [======================================= ] 1437/2272 63% [======================================= ] 1438/2272 63% [======================================= ] 1439/2272 63% [======================================= ] 1440/2272 63% [======================================= ] 1441/2272 63% [======================================= ] 1442/2272 63% [======================================= ] 1443/2272 63% [======================================= ] 1444/2272 63% [======================================= ] 1445/2272 63% [======================================= ] 1446/2272 63% [======================================= ] 1447/2272 63% [======================================= ] 1448/2272 63% [======================================= ] 1449/2272 63% [======================================= ] 1450/2272 63% [======================================= ] 1451/2272 63% [======================================= ] 1452/2272 63% [======================================= ] 1453/2272 63% [======================================= ] 1454/2272 63% [======================================= ] 1455/2272 64% [======================================= ] 1456/2272 64% [======================================= ] 1457/2272 64% [======================================= ] 1458/2272 64% [======================================= ] 1459/2272 64% [======================================= ] 1460/2272 64% [======================================= ] 1461/2272 64% [======================================= ] 1462/2272 64% [======================================= ] 1463/2272 64% [======================================= ] 1464/2272 64% [======================================= ] 1465/2272 64% [======================================== ] 1466/2272 64% [======================================== ] 1467/2272 64% [======================================== ] 1468/2272 64% [======================================== ] 1469/2272 64% [======================================== ] 1470/2272 64% [======================================== ] 1471/2272 64% [======================================== ] 1472/2272 64% [======================================== ] 1473/2272 64% [======================================== ] 1474/2272 64% [======================================== ] 1475/2272 64% [======================================== ] 1476/2272 64% [======================================== ] 1477/2272 65% [======================================== ] 1478/2272 65% [======================================== ] 1479/2272 65% [======================================== ] 1480/2272 65% [======================================== ] 1481/2272 65% [======================================== ] 1482/2272 65% [======================================== ] 1483/2272 65% [======================================== ] 1484/2272 65% [======================================== ] 1485/2272 65% [======================================== ] 1486/2272 65% [======================================== ] 1487/2272 65% [======================================== ] 1488/2272 65% [======================================== ] 1489/2272 65% [======================================== ] 1490/2272 65% [======================================== ] 1491/2272 65% [======================================== ] 1492/2272 65% [======================================== ] 1493/2272 65% [======================================== ] 1494/2272 65% [======================================== ] 1495/2272 65% [======================================== ] 1496/2272 65% [======================================== ] 1497/2272 65% [======================================== ] 1498/2272 65% [======================================== ] 1499/2272 65% [======================================== ] 1500/2272 66% [======================================== ] 1501/2272 66% [======================================== ] 1502/2272 66% [========================================= ] 1503/2272 66% [========================================= ] 1504/2272 66% [========================================= ] 1505/2272 66% [========================================= ] 1506/2272 66% [========================================= ] 1507/2272 66% [========================================= ] 1508/2272 66% [========================================= ] 1509/2272 66% [========================================= ] 1510/2272 66% [========================================= ] 1511/2272 66% [========================================= ] 1512/2272 66% [========================================= ] 1513/2272 66% [========================================= ] 1514/2272 66% [========================================= ] 1515/2272 66% [========================================= ] 1516/2272 66% [========================================= ] 1517/2272 66% [========================================= ] 1518/2272 66% [========================================= ] 1519/2272 66% [========================================= ] 1520/2272 66% [========================================= ] 1521/2272 66% [========================================= ] 1522/2272 66% [========================================= ] 1523/2272 67% [========================================= ] 1524/2272 67% [========================================= ] 1525/2272 67% [========================================= ] 1526/2272 67% [========================================= ] 1527/2272 67% [========================================= ] 1528/2272 67% [========================================= ] 1529/2272 67% [========================================= ] 1530/2272 67% [========================================= ] 1531/2272 67% [========================================= ] 1532/2272 67% [========================================= ] 1533/2272 67% [========================================= ] 1534/2272 67% [========================================= ] 1535/2272 67% [========================================= ] 1536/2272 67% [========================================= ] 1537/2272 67% [========================================= ] 1538/2272 67% [========================================= ] 1539/2272 67% [========================================== ] 1540/2272 67% [========================================== ] 1541/2272 67% [========================================== ] 1542/2272 67% [========================================== ] 1543/2272 67% [========================================== ] 1544/2272 67% [========================================== ] 1545/2272 68% [========================================== ] 1546/2272 68% [========================================== ] 1547/2272 68% [========================================== ] 1548/2272 68% [========================================== ] 1549/2272 68% [========================================== ] 1550/2272 68% [========================================== ] 1551/2272 68% [========================================== ] 1552/2272 68% [========================================== ] 1553/2272 68% [========================================== ] 1554/2272 68% [========================================== ] 1555/2272 68% [========================================== ] 1556/2272 68% [========================================== ] 1557/2272 68% [========================================== ] 1558/2272 68% [========================================== ] 1559/2272 68% [========================================== ] 1560/2272 68% [========================================== ] 1561/2272 68% [========================================== ] 1562/2272 68% [========================================== ] 1563/2272 68% [========================================== ] 1564/2272 68% [========================================== ] 1565/2272 68% [========================================== ] 1566/2272 68% [========================================== ] 1567/2272 68% [========================================== ] 1568/2272 69% [========================================== ] 1569/2272 69% [========================================== ] 1570/2272 69% [========================================== ] 1571/2272 69% [========================================== ] 1572/2272 69% [========================================== ] 1573/2272 69% [========================================== ] 1574/2272 69% [========================================== ] 1575/2272 69% [=========================================== ] 1576/2272 69% [=========================================== ] 1577/2272 69% [=========================================== ] 1578/2272 69% [=========================================== ] 1579/2272 69% [=========================================== ] 1580/2272 69% [=========================================== ] 1581/2272 69% [=========================================== ] 1582/2272 69% [=========================================== ] 1583/2272 69% [=========================================== ] 1584/2272 69% [=========================================== ] 1585/2272 69% [=========================================== ] 1586/2272 69% [=========================================== ] 1587/2272 69% [=========================================== ] 1588/2272 69% [=========================================== ] 1589/2272 69% [=========================================== ] 1590/2272 69% [=========================================== ] 1591/2272 70% [=========================================== ] 1592/2272 70% [=========================================== ] 1593/2272 70% [=========================================== ] 1594/2272 70% [=========================================== ] 1595/2272 70% [=========================================== ] 1596/2272 70% [=========================================== ] 1597/2272 70% [=========================================== ] 1598/2272 70% [=========================================== ] 1599/2272 70% [=========================================== ] 1600/2272 70% [=========================================== ] 1601/2272 70% [=========================================== ] 1602/2272 70% [=========================================== ] 1603/2272 70% [=========================================== ] 1604/2272 70% [=========================================== ] 1605/2272 70% [=========================================== ] 1606/2272 70% [=========================================== ] 1607/2272 70% [=========================================== ] 1608/2272 70% [=========================================== ] 1609/2272 70% [=========================================== ] 1610/2272 70% [=========================================== ] 1611/2272 70% [=========================================== ] 1612/2272 70% [============================================ ] 1613/2272 70% [============================================ ] 1614/2272 71% [============================================ ] 1615/2272 71% [============================================ ] 1616/2272 71% [============================================ ] 1617/2272 71% [============================================ ] 1618/2272 71% [============================================ ] 1619/2272 71% [============================================ ] 1620/2272 71% [============================================ ] 1621/2272 71% [============================================ ] 1622/2272 71% [============================================ ] 1623/2272 71% [============================================ ] 1624/2272 71% [============================================ ] 1625/2272 71% [============================================ ] 1626/2272 71% [============================================ ] 1627/2272 71% [============================================ ] 1628/2272 71% [============================================ ] 1629/2272 71% [============================================ ] 1630/2272 71% [============================================ ] 1631/2272 71% [============================================ ] 1632/2272 71% [============================================ ] 1633/2272 71% [============================================ ] 1634/2272 71% [============================================ ] 1635/2272 71% [============================================ ] 1636/2272 72% [============================================ ] 1637/2272 72% [============================================ ] 1638/2272 72% [============================================ ] 1639/2272 72% [============================================ ] 1640/2272 72% [============================================ ] 1641/2272 72% [============================================ ] 1642/2272 72% [============================================ ] 1643/2272 72% [============================================ ] 1644/2272 72% [============================================ ] 1645/2272 72% [============================================ ] 1646/2272 72% [============================================ ] 1647/2272 72% [============================================ ] 1648/2272 72% [============================================ ] 1649/2272 72% [============================================= ] 1650/2272 72% [============================================= ] 1651/2272 72% [============================================= ] 1652/2272 72% [============================================= ] 1653/2272 72% [============================================= ] 1654/2272 72% [============================================= ] 1655/2272 72% [============================================= ] 1656/2272 72% [============================================= ] 1657/2272 72% [============================================= ] 1658/2272 72% [============================================= ] 1659/2272 73% [============================================= ] 1660/2272 73% [============================================= ] 1661/2272 73% [============================================= ] 1662/2272 73% [============================================= ] 1663/2272 73% [============================================= ] 1664/2272 73% [============================================= ] 1665/2272 73% [============================================= ] 1666/2272 73% [============================================= ] 1667/2272 73% [============================================= ] 1668/2272 73% [============================================= ] 1669/2272 73% [============================================= ] 1670/2272 73% [============================================= ] 1671/2272 73% [============================================= ] 1672/2272 73% [============================================= ] 1673/2272 73% [============================================= ] 1674/2272 73% [============================================= ] 1675/2272 73% [============================================= ] 1676/2272 73% [============================================= ] 1677/2272 73% [============================================= ] 1678/2272 73% [============================================= ] 1679/2272 73% [============================================= ] 1680/2272 73% [============================================= ] 1681/2272 73% [============================================= ] 1682/2272 74% [============================================= ] 1683/2272 74% [============================================= ] 1684/2272 74% [============================================= ] 1685/2272 74% [============================================== ] 1686/2272 74% [============================================== ] 1687/2272 74% [============================================== ] 1688/2272 74% [============================================== ] 1689/2272 74% [============================================== ] 1690/2272 74% [============================================== ] 1691/2272 74% [============================================== ] 1692/2272 74% [============================================== ] 1693/2272 74% [============================================== ] 1694/2272 74% [============================================== ] 1695/2272 74% [============================================== ] 1696/2272 74% [============================================== ] 1697/2272 74% [============================================== ] 1698/2272 74% [============================================== ] 1699/2272 74% [============================================== ] 1700/2272 74% [============================================== ] 1701/2272 74% [============================================== ] 1702/2272 74% [============================================== ] 1703/2272 74% [============================================== ] 1704/2272 75% [============================================== ] 1705/2272 75% [============================================== ] 1706/2272 75% [============================================== ] 1707/2272 75% [============================================== ] 1708/2272 75% [============================================== ] 1709/2272 75% [============================================== ] 1710/2272 75% [============================================== ] 1711/2272 75% [============================================== ] 1712/2272 75% [============================================== ] 1713/2272 75% [============================================== ] 1714/2272 75% [============================================== ] 1715/2272 75% [============================================== ] 1716/2272 75% [============================================== ] 1717/2272 75% [============================================== ] 1718/2272 75% [============================================== ] 1719/2272 75% [============================================== ] 1720/2272 75% [============================================== ] 1721/2272 75% [============================================== ] 1722/2272 75% [=============================================== ] 1723/2272 75% [=============================================== ] 1724/2272 75% [=============================================== ] 1725/2272 75% [=============================================== ] 1726/2272 75% [=============================================== ] 1727/2272 76% [=============================================== ] 1728/2272 76% [=============================================== ] 1729/2272 76% [=============================================== ] 1730/2272 76% [=============================================== ] 1731/2272 76% [=============================================== ] 1732/2272 76% [=============================================== ] 1733/2272 76% [=============================================== ] 1734/2272 76% [=============================================== ] 1735/2272 76% [=============================================== ] 1736/2272 76% [=============================================== ] 1737/2272 76% [=============================================== ] 1738/2272 76% [=============================================== ] 1739/2272 76% [=============================================== ] 1740/2272 76% [=============================================== ] 1741/2272 76% [=============================================== ] 1742/2272 76% [=============================================== ] 1743/2272 76% [=============================================== ] 1744/2272 76% [=============================================== ] 1745/2272 76% [=============================================== ] 1746/2272 76% [=============================================== ] 1747/2272 76% [=============================================== ] 1748/2272 76% [=============================================== ] 1749/2272 76% [=============================================== ] 1750/2272 77% [=============================================== ] 1751/2272 77% [=============================================== ] 1752/2272 77% [=============================================== ] 1753/2272 77% [=============================================== ] 1754/2272 77% [=============================================== ] 1755/2272 77% [=============================================== ] 1756/2272 77% [=============================================== ] 1757/2272 77% [=============================================== ] 1758/2272 77% [================================================ ] 1759/2272 77% [================================================ ] 1760/2272 77% [================================================ ] 1761/2272 77% [================================================ ] 1762/2272 77% [================================================ ] 1763/2272 77% [================================================ ] 1764/2272 77% [================================================ ] 1765/2272 77% [================================================ ] 1766/2272 77% [================================================ ] 1767/2272 77% [================================================ ] 1768/2272 77% [================================================ ] 1769/2272 77% [================================================ ] 1770/2272 77% [================================================ ] 1771/2272 77% [================================================ ] 1772/2272 77% [================================================ ] 1773/2272 78% [================================================ ] 1774/2272 78% [================================================ ] 1775/2272 78% [================================================ ] 1776/2272 78% [================================================ ] 1777/2272 78% [================================================ ] 1778/2272 78% [================================================ ] 1779/2272 78% [================================================ ] 1780/2272 78% [================================================ ] 1781/2272 78% [================================================ ] 1782/2272 78% [================================================ ] 1783/2272 78% [================================================ ] 1784/2272 78% [================================================ ] 1785/2272 78% [================================================ ] 1786/2272 78% [================================================ ] 1787/2272 78% [================================================ ] 1788/2272 78% [================================================ ] 1789/2272 78% [================================================ ] 1790/2272 78% [================================================ ] 1791/2272 78% [================================================ ] 1792/2272 78% [================================================ ] 1793/2272 78% [================================================ ] 1794/2272 78% [================================================ ] 1795/2272 79% [================================================= ] 1796/2272 79% [================================================= ] 1797/2272 79% [================================================= ] 1798/2272 79% [================================================= ] 1799/2272 79% [================================================= ] 1800/2272 79% [================================================= ] 1801/2272 79% [================================================= ] 1802/2272 79% [================================================= ] 1803/2272 79% [================================================= ] 1804/2272 79% [================================================= ] 1805/2272 79% [================================================= ] 1806/2272 79% [================================================= ] 1807/2272 79% [================================================= ] 1808/2272 79% [================================================= ] 1809/2272 79% [================================================= ] 1810/2272 79% [================================================= ] 1811/2272 79% [================================================= ] 1812/2272 79% [================================================= ] 1813/2272 79% [================================================= ] 1814/2272 79% [================================================= ] 1815/2272 79% [================================================= ] 1816/2272 79% [================================================= ] 1817/2272 79% [================================================= ] 1818/2272 80% [================================================= ] 1819/2272 80% [================================================= ] 1820/2272 80% [================================================= ] 1821/2272 80% [================================================= ] 1822/2272 80% [================================================= ] 1823/2272 80% [================================================= ] 1824/2272 80% [================================================= ] 1825/2272 80% [================================================= ] 1826/2272 80% [================================================= ] 1827/2272 80% [================================================= ] 1828/2272 80% [================================================= ] 1829/2272 80% [================================================= ] 1830/2272 80% [================================================= ] 1831/2272 80% [================================================= ] 1832/2272 80% [================================================== ] 1833/2272 80% [================================================== ] 1834/2272 80% [================================================== ] 1835/2272 80% [================================================== ] 1836/2272 80% [================================================== ] 1837/2272 80% [================================================== ] 1838/2272 80% [================================================== ] 1839/2272 80% [================================================== ] 1840/2272 80% [================================================== ] 1841/2272 81% [================================================== ] 1842/2272 81% [================================================== ] 1843/2272 81% [================================================== ] 1844/2272 81% [================================================== ] 1845/2272 81% [================================================== ] 1846/2272 81% [================================================== ] 1847/2272 81% [================================================== ] 1848/2272 81% [================================================== ] 1849/2272 81% [================================================== ] 1850/2272 81% [================================================== ] 1851/2272 81% [================================================== ] 1852/2272 81% [================================================== ] 1853/2272 81% [================================================== ] 1854/2272 81% [================================================== ] 1855/2272 81% [================================================== ] 1856/2272 81% [================================================== ] 1857/2272 81% [================================================== ] 1858/2272 81% [================================================== ] 1859/2272 81% [================================================== ] 1860/2272 81% [================================================== ] 1861/2272 81% [================================================== ] 1862/2272 81% [================================================== ] 1863/2272 81% [================================================== ] 1864/2272 82% [================================================== ] 1865/2272 82% [================================================== ] 1866/2272 82% [================================================== ] 1867/2272 82% [================================================== ] 1868/2272 82% [=================================================== ] 1869/2272 82% [=================================================== ] 1870/2272 82% [=================================================== ] 1871/2272 82% [=================================================== ] 1872/2272 82% [=================================================== ] 1873/2272 82% [=================================================== ] 1874/2272 82% [=================================================== ] 1875/2272 82% [=================================================== ] 1876/2272 82% [=================================================== ] 1877/2272 82% [=================================================== ] 1878/2272 82% [=================================================== ] 1879/2272 82% [=================================================== ] 1880/2272 82% [=================================================== ] 1881/2272 82% [=================================================== ] 1882/2272 82% [=================================================== ] 1883/2272 82% [=================================================== ] 1884/2272 82% [=================================================== ] 1885/2272 82% [=================================================== ] 1886/2272 83% [=================================================== ] 1887/2272 83% [=================================================== ] 1888/2272 83% [=================================================== ] 1889/2272 83% [=================================================== ] 1890/2272 83% [=================================================== ] 1891/2272 83% [=================================================== ] 1892/2272 83% [=================================================== ] 1893/2272 83% [=================================================== ] 1894/2272 83% [=================================================== ] 1895/2272 83% [=================================================== ] 1896/2272 83% [=================================================== ] 1897/2272 83% [=================================================== ] 1898/2272 83% [=================================================== ] 1899/2272 83% [=================================================== ] 1900/2272 83% [=================================================== ] 1901/2272 83% [=================================================== ] 1902/2272 83% [=================================================== ] 1903/2272 83% [=================================================== ] 1904/2272 83% [=================================================== ] 1905/2272 83% [==================================================== ] 1906/2272 83% [==================================================== ] 1907/2272 83% [==================================================== ] 1908/2272 83% [==================================================== ] 1909/2272 84% [==================================================== ] 1910/2272 84% [==================================================== ] 1911/2272 84% [==================================================== ] 1912/2272 84% [==================================================== ] 1913/2272 84% [==================================================== ] 1914/2272 84% [==================================================== ] 1915/2272 84% [==================================================== ] 1916/2272 84% [==================================================== ] 1917/2272 84% [==================================================== ] 1918/2272 84% [==================================================== ] 1919/2272 84% [==================================================== ] 1920/2272 84% [==================================================== ] 1921/2272 84% [==================================================== ] 1922/2272 84% [==================================================== ] 1923/2272 84% [==================================================== ] 1924/2272 84% [==================================================== ] 1925/2272 84% [==================================================== ] 1926/2272 84% [==================================================== ] 1927/2272 84% [==================================================== ] 1928/2272 84% [==================================================== ] 1929/2272 84% [==================================================== ] 1930/2272 84% [==================================================== ] 1931/2272 84% [==================================================== ] 1932/2272 85% [==================================================== ] 1933/2272 85% [==================================================== ] 1934/2272 85% [==================================================== ] 1935/2272 85% [==================================================== ] 1936/2272 85% [==================================================== ] 1937/2272 85% [==================================================== ] 1938/2272 85% [==================================================== ] 1939/2272 85% [==================================================== ] 1940/2272 85% [==================================================== ] 1941/2272 85% [==================================================== ] 1942/2272 85% [===================================================== ] 1943/2272 85% [===================================================== ] 1944/2272 85% [===================================================== ] 1945/2272 85% [===================================================== ] 1946/2272 85% [===================================================== ] 1947/2272 85% [===================================================== ] 1948/2272 85% [===================================================== ] 1949/2272 85% [===================================================== ] 1950/2272 85% [===================================================== ] 1951/2272 85% [===================================================== ] 1952/2272 85% [===================================================== ] 1953/2272 85% [===================================================== ] 1954/2272 86% [===================================================== ] 1955/2272 86% [===================================================== ] 1956/2272 86% [===================================================== ] 1957/2272 86% [===================================================== ] 1958/2272 86% [===================================================== ] 1959/2272 86% [===================================================== ] 1960/2272 86% [===================================================== ] 1961/2272 86% [===================================================== ] 1962/2272 86% [===================================================== ] 1963/2272 86% [===================================================== ] 1964/2272 86% [===================================================== ] 1965/2272 86% [===================================================== ] 1966/2272 86% [===================================================== ] 1967/2272 86% [===================================================== ] 1968/2272 86% [===================================================== ] 1969/2272 86% [===================================================== ] 1970/2272 86% [===================================================== ] 1971/2272 86% [===================================================== ] 1972/2272 86% [===================================================== ] 1973/2272 86% [===================================================== ] 1974/2272 86% [===================================================== ] 1975/2272 86% [===================================================== ] 1976/2272 86% [===================================================== ] 1977/2272 87% [===================================================== ] 1978/2272 87% [====================================================== ] 1979/2272 87% [====================================================== ] 1980/2272 87% [====================================================== ] 1981/2272 87% [====================================================== ] 1982/2272 87% [====================================================== ] 1983/2272 87% [====================================================== ] 1984/2272 87% [====================================================== ] 1985/2272 87% [====================================================== ] 1986/2272 87% [====================================================== ] 1987/2272 87% [====================================================== ] 1988/2272 87% [====================================================== ] 1989/2272 87% [====================================================== ] 1990/2272 87% [====================================================== ] 1991/2272 87% [====================================================== ] 1992/2272 87% [====================================================== ] 1993/2272 87% [====================================================== ] 1994/2272 87% [====================================================== ] 1995/2272 87% [====================================================== ] 1996/2272 87% [====================================================== ] 1997/2272 87% [====================================================== ] 1998/2272 87% [====================================================== ] 1999/2272 87% [====================================================== ] 2000/2272 88% [====================================================== ] 2001/2272 88% [====================================================== ] 2002/2272 88% [====================================================== ] 2003/2272 88% [====================================================== ] 2004/2272 88% [====================================================== ] 2005/2272 88% [====================================================== ] 2006/2272 88% [====================================================== ] 2007/2272 88% [====================================================== ] 2008/2272 88% [====================================================== ] 2009/2272 88% [====================================================== ] 2010/2272 88% [====================================================== ] 2011/2272 88% [====================================================== ] 2012/2272 88% [====================================================== ] 2013/2272 88% [====================================================== ] 2014/2272 88% [====================================================== ] 2015/2272 88% [======================================================= ] 2016/2272 88% [======================================================= ] 2017/2272 88% [======================================================= ] 2018/2272 88% [======================================================= ] 2019/2272 88% [======================================================= ] 2020/2272 88% [======================================================= ] 2021/2272 88% [======================================================= ] 2022/2272 88% [======================================================= ] 2023/2272 89% [======================================================= ] 2024/2272 89% [======================================================= ] 2025/2272 89% [======================================================= ] 2026/2272 89% [======================================================= ] 2027/2272 89% [======================================================= ] 2028/2272 89% [======================================================= ] 2029/2272 89% [======================================================= ] 2030/2272 89% [======================================================= ] 2031/2272 89% [======================================================= ] 2032/2272 89% [======================================================= ] 2033/2272 89% [======================================================= ] 2034/2272 89% [======================================================= ] 2035/2272 89% [======================================================= ] 2036/2272 89% [======================================================= ] 2037/2272 89% [======================================================= ] 2038/2272 89% [======================================================= ] 2039/2272 89% [======================================================= ] 2040/2272 89% [======================================================= ] 2041/2272 89% [======================================================= ] 2042/2272 89% [======================================================= ] 2043/2272 89% [======================================================= ] 2044/2272 89% [======================================================= ] 2045/2272 90% [======================================================= ] 2046/2272 90% [======================================================= ] 2047/2272 90% [======================================================= ] 2048/2272 90% [======================================================= ] 2049/2272 90% [======================================================= ] 2050/2272 90% [======================================================= ] 2051/2272 90% [======================================================= ] 2052/2272 90% [======================================================== ] 2053/2272 90% [======================================================== ] 2054/2272 90% [======================================================== ] 2055/2272 90% [======================================================== ] 2056/2272 90% [======================================================== ] 2057/2272 90% [======================================================== ] 2058/2272 90% [======================================================== ] 2059/2272 90% [======================================================== ] 2060/2272 90% [======================================================== ] 2061/2272 90% [======================================================== ] 2062/2272 90% [======================================================== ] 2063/2272 90% [======================================================== ] 2064/2272 90% [======================================================== ] 2065/2272 90% [======================================================== ] 2066/2272 90% [======================================================== ] 2067/2272 90% [======================================================== ] 2068/2272 91% [======================================================== ] 2069/2272 91% [======================================================== ] 2070/2272 91% [======================================================== ] 2071/2272 91% [======================================================== ] 2072/2272 91% [======================================================== ] 2073/2272 91% [======================================================== ] 2074/2272 91% [======================================================== ] 2075/2272 91% [======================================================== ] 2076/2272 91% [======================================================== ] 2077/2272 91% [======================================================== ] 2078/2272 91% [======================================================== ] 2079/2272 91% [======================================================== ] 2080/2272 91% [======================================================== ] 2081/2272 91% [======================================================== ] 2082/2272 91% [======================================================== ] 2083/2272 91% [======================================================== ] 2084/2272 91% [======================================================== ] 2085/2272 91% [======================================================== ] 2086/2272 91% [======================================================== ] 2087/2272 91% [======================================================== ] 2088/2272 91% [========================================================= ] 2089/2272 91% [========================================================= ] 2090/2272 91% [========================================================= ] 2091/2272 92% [========================================================= ] 2092/2272 92% [========================================================= ] 2093/2272 92% [========================================================= ] 2094/2272 92% [========================================================= ] 2095/2272 92% [========================================================= ] 2096/2272 92% [========================================================= ] 2097/2272 92% [========================================================= ] 2098/2272 92% [========================================================= ] 2099/2272 92% [========================================================= ] 2100/2272 92% [========================================================= ] 2101/2272 92% [========================================================= ] 2102/2272 92% [========================================================= ] 2103/2272 92% [========================================================= ] 2104/2272 92% [========================================================= ] 2105/2272 92% [========================================================= ] 2106/2272 92% [========================================================= ] 2107/2272 92% [========================================================= ] 2108/2272 92% [========================================================= ] 2109/2272 92% [========================================================= ] 2110/2272 92% [========================================================= ] 2111/2272 92% [========================================================= ] 2112/2272 92% [========================================================= ] 2113/2272 93% [========================================================= ] 2114/2272 93% [========================================================= ] 2115/2272 93% [========================================================= ] 2116/2272 93% [========================================================= ] 2117/2272 93% [========================================================= ] 2118/2272 93% [========================================================= ] 2119/2272 93% [========================================================= ] 2120/2272 93% [========================================================= ] 2121/2272 93% [========================================================= ] 2122/2272 93% [========================================================= ] 2123/2272 93% [========================================================= ] 2124/2272 93% [========================================================= ] 2125/2272 93% [========================================================== ] 2126/2272 93% [========================================================== ] 2127/2272 93% [========================================================== ] 2128/2272 93% [========================================================== ] 2129/2272 93% [========================================================== ] 2130/2272 93% [========================================================== ] 2131/2272 93% [========================================================== ] 2132/2272 93% [========================================================== ] 2133/2272 93% [========================================================== ] 2134/2272 93% [========================================================== ] 2135/2272 93% [========================================================== ] 2136/2272 94% [========================================================== ] 2137/2272 94% [========================================================== ] 2138/2272 94% [========================================================== ] 2139/2272 94% [========================================================== ] 2140/2272 94% [========================================================== ] 2141/2272 94% [========================================================== ] 2142/2272 94% [========================================================== ] 2143/2272 94% [========================================================== ] 2144/2272 94% [========================================================== ] 2145/2272 94% [========================================================== ] 2146/2272 94% [========================================================== ] 2147/2272 94% [========================================================== ] 2148/2272 94% [========================================================== ] 2149/2272 94% [========================================================== ] 2150/2272 94% [========================================================== ] 2151/2272 94% [========================================================== ] 2152/2272 94% [========================================================== ] 2153/2272 94% [========================================================== ] 2154/2272 94% [========================================================== ] 2155/2272 94% [========================================================== ] 2156/2272 94% [========================================================== ] 2157/2272 94% [========================================================== ] 2158/2272 94% [========================================================== ] 2159/2272 95% [========================================================== ] 2160/2272 95% [========================================================== ] 2161/2272 95% [========================================================== ] 2162/2272 95% [=========================================================== ] 2163/2272 95% [=========================================================== ] 2164/2272 95% [=========================================================== ] 2165/2272 95% [=========================================================== ] 2166/2272 95% [=========================================================== ] 2167/2272 95% [=========================================================== ] 2168/2272 95% [=========================================================== ] 2169/2272 95% [=========================================================== ] 2170/2272 95% [=========================================================== ] 2171/2272 95% [=========================================================== ] 2172/2272 95% [=========================================================== ] 2173/2272 95% [=========================================================== ] 2174/2272 95% [=========================================================== ] 2175/2272 95% [=========================================================== ] 2176/2272 95% [=========================================================== ] 2177/2272 95% [=========================================================== ] 2178/2272 95% [=========================================================== ] 2179/2272 95% [=========================================================== ] 2180/2272 95% [=========================================================== ] 2181/2272 95% [=========================================================== ] 2182/2272 96% [=========================================================== ] 2183/2272 96% [=========================================================== ] 2184/2272 96% [=========================================================== ] 2185/2272 96% [=========================================================== ] 2186/2272 96% [=========================================================== ] 2187/2272 96% [=========================================================== ] 2188/2272 96% [=========================================================== ] 2189/2272 96% [=========================================================== ] 2190/2272 96% [=========================================================== ] 2191/2272 96% [=========================================================== ] 2192/2272 96% [=========================================================== ] 2193/2272 96% [=========================================================== ] 2194/2272 96% [=========================================================== ] 2195/2272 96% [=========================================================== ] 2196/2272 96% [=========================================================== ] 2197/2272 96% [=========================================================== ] 2198/2272 96% [============================================================ ] 2199/2272 96% [============================================================ ] 2200/2272 96% [============================================================ ] 2201/2272 96% [============================================================ ] 2202/2272 96% [============================================================ ] 2203/2272 96% [============================================================ ] 2204/2272 97% [============================================================ ] 2205/2272 97% [============================================================ ] 2206/2272 97% [============================================================ ] 2207/2272 97% [============================================================ ] 2208/2272 97% [============================================================ ] 2209/2272 97% [============================================================ ] 2210/2272 97% [============================================================ ] 2211/2272 97% [============================================================ ] 2212/2272 97% [============================================================ ] 2213/2272 97% [============================================================ ] 2214/2272 97% [============================================================ ] 2215/2272 97% [============================================================ ] 2216/2272 97% [============================================================ ] 2217/2272 97% [============================================================ ] 2218/2272 97% [============================================================ ] 2219/2272 97% [============================================================ ] 2220/2272 97% [============================================================ ] 2221/2272 97% [============================================================ ] 2222/2272 97% [============================================================ ] 2223/2272 97% [============================================================ ] 2224/2272 97% [============================================================ ] 2225/2272 97% [============================================================ ] 2226/2272 97% [============================================================ ] 2227/2272 98% [============================================================ ] 2228/2272 98% [============================================================ ] 2229/2272 98% [============================================================ ] 2230/2272 98% [============================================================ ] 2231/2272 98% [============================================================ ] 2232/2272 98% [============================================================ ] 2233/2272 98% [============================================================ ] 2234/2272 98% [============================================================ ] 2235/2272 98% [============================================================= ] 2236/2272 98% [============================================================= ] 2237/2272 98% [============================================================= ] 2238/2272 98% [============================================================= ] 2239/2272 98% [============================================================= ] 2240/2272 98% [============================================================= ] 2241/2272 98% [============================================================= ] 2242/2272 98% [============================================================= ] 2243/2272 98% [============================================================= ] 2244/2272 98% [============================================================= ] 2245/2272 98% [============================================================= ] 2246/2272 98% [============================================================= ] 2247/2272 98% [============================================================= ] 2248/2272 98% [============================================================= ] 2249/2272 98% [============================================================= ] 2250/2272 99% [============================================================= ] 2251/2272 99% [============================================================= ] 2252/2272 99% [============================================================= ] 2253/2272 99% [============================================================= ] 2254/2272 99% [============================================================= ] 2255/2272 99% [============================================================= ] 2256/2272 99% [============================================================= ] 2257/2272 99% [============================================================= ] 2258/2272 99% [============================================================= ] 2259/2272 99% [============================================================= ] 2260/2272 99% [============================================================= ] 2261/2272 99% [============================================================= ] 2262/2272 99% [============================================================= ] 2263/2272 99% [============================================================= ] 2264/2272 99% [============================================================= ] 2265/2272 99% [============================================================= ] 2266/2272 99% [============================================================= ] 2267/2272 99% [============================================================= ] 2268/2272 99% [============================================================= ] 2269/2272 99% [============================================================= ] 2270/2272 99% [============================================================= ] 2271/2272 99% [==============================================================] 2272/2272 100% operation complete, 2272 objects in 33121 NAND pages. ln -snf /home/buildroot/autobuild/instance-2/output-1/host/mips64el-buildroot-linux-gnu/sysroot /home/buildroot/autobuild/instance-2/output-1/staging make: Leaving directory '/home/buildroot/autobuild/instance-2/buildroot' make: Entering directory '/home/buildroot/autobuild/instance-2/buildroot' >>> Buildroot 2023.08-798-gd4fc46f751 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> gcc-final 12.3.0 Collecting legal info COPYING.RUNTIME: OK (sha256: 9d6b43ce4d8de0c878bf16b54d8e7a10d9bd42b75178153e3af6a815bdc90f74) >>> host-gcc-final 12.3.0 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING3.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> glibc 2.38-27-g750a45a783906a19591fb8ff6b7841470f1f5701 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES: OK (sha256: b33d0bd9f685b46853548814893a6135e74430d12f6d94ab3eba42fc591f83bc) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-skeleton Collecting legal info >>> host-gawk 5.2.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gcc-initial 12.3.0 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING3.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> host-binutils 2.40 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-gmp 6.3.0 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> linux-headers 6.5.8 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> host-agent-proxy 1.97 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> bash 5.2.15 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> host-ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> readline 8.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-bootgen xilinx_v2023.2 Collecting legal info LICENSE: OK (sha256: 4da5f5eff0592e5d275f1871faf9e9a4fc0f6346027bfb777fa59d0aa6a59aa3) >>> host-openssl Collecting legal info >>> host-libopenssl 3.1.3 Collecting legal info LICENSE.txt: OK (sha256: 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a) >>> host-zlib Collecting legal info >>> host-libzlib 1.3 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> brcmfmac_sdio-firmware-rpi ea9963f3f77b4bb6cd280577eb115152bdd67e8d Collecting legal info LICENCE.broadcom_bcm43xx: OK (sha256: b16056fc91b82a0e3e8de8f86c2dac98201aa9dc3cbd33e8d38f1b087fcec30d) >>> bubblewrap 0.8.0 Collecting legal info COPYING: OK (sha256: b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c) >>> host-meson 1.1.1 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.11.1.g95dee.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-cmake 3.27.7 Collecting legal info Copyright.txt: OK (sha256: 4a01ccf2dc580ba570d02bc015bbe0ec92f1f318717aae9540ba841ba7946756) >>> host-python-setuptools 68.0.0 Collecting legal info LICENSE: OK (sha256: 86da0f01aeae46348a3c3d465195dc1ceccde79f79e87769a64b8da04b2a4741) >>> host-python-installer 0.7.0 Collecting legal info LICENSE: OK (sha256: 37b8b9f2569892fa54406383d431169dbb2115980d78b7efba6eeae5664c484f) >>> host-python-flit-core 3.9.0 Collecting legal info LICENSE: OK (sha256: 35b4f1dec512e617077fd6980dbb43ef8c2887adc5d0185edb4c04da175dd816) >>> host-python3 3.11.6 Collecting legal info LICENSE: OK (sha256: 3b2f81fe21d181c499c59a256c8e1968455d6689d269aa85373bfb6af41da3bf) >>> host-autoconf-archive 2023.02.20 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> host-python-pypa-build 1.0.3 Collecting legal info LICENSE: OK (sha256: aaf9a29ca5907971ccf07de025375db34539a8d5eeebce20b46099805722106f) >>> host-python-packaging 23.1 Collecting legal info LICENSE: OK (sha256: cad1ef5bd340d73e074ba614d26f7deaca5c7940c3d8c34852e65c4909686c48) LICENSE.APACHE: OK (sha256: 0d542e0c8804e39aa7f37eb00da5a762149dc682d7829451287e11b938e94594) LICENSE.BSD: OK (sha256: b70e7e9b742f1cc6f948b34c16aa39ffece94196364bc88ff0d2180f0028fac5) >>> host-python-pyproject-hooks 1.0.0 Collecting legal info LICENSE: OK (sha256: 1b22b049b5267d6dfc23a67bf4a84d8ec04b9fdfb1a51d360e42b4342c8b4154) >>> host-python-wheel 0.40.0 Collecting legal info LICENSE.txt: OK (sha256: 30c23618679108f3e8ea1d2a658c7ca417bdfc891c98ef1a89fa4ff0c9828654) >>> libcap 2.69 Collecting legal info License: OK (sha256: 68467e731f4744bd6e0bb69e8df9c3a994e09cd6b203d0c41327ac6d079c581d) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> busybox 1.36.1 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> dcron 1ba33c3325df48de46263276a43ed76cf9d81518 Collecting legal info COPYING: OK (sha256: 640d90f6ee401241ff62834d0d1b33f83049e99b8bfdfa04ed1b0a1635dde3e7) >>> dos2unix 7.5.0 Collecting legal info COPYING.txt: OK (sha256: 6009a35c7aaee9888fd4844972c37b84bce22e7407893727c70f4f3560ae3eac) >>> tftpd b2b34cecc8cbc18ff6f1fc00bda6ae6e9011e6c7 Collecting legal info tftpd/tftpd.c: OK (sha256: 67754ebd8f265571d3226ac97e521b1bd6fd8a61363ecd4ab7806a6f90efab92) >>> watchdog 5.16 Collecting legal info COPYING: OK (sha256: af7f3f94e85080204b37f7c53717a2c94c6b54d7fa516ebd74e008cb4c0391bd) >>> cracklib 2.9.8 Collecting legal info COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> host-cracklib 2.9.8 Collecting legal info COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> zlib Collecting legal info >>> libzlib 1.3 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> cukinia 0.6.0 Collecting legal info LICENSE: OK (sha256: b40930bbcf80744c86c46a12bc9da056641d722716c378f5659b9e555ef833e1) LICENSE.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> datatables 1.10.20 Collecting legal info license.txt: OK (sha256: c6a873f21550ed804f76013c36e14225704c1aa551fdb870e0c626eb91c19247) >>> host-dbus-python 1.2.18 Collecting legal info COPYING: OK (sha256: 1e4562245383fdb5203b1769789e5b28bba21af4923aea7e8b2614f7f93623c0) dbus-gmain/COPYING: OK (sha256: 064523e3ab64d6f03904132b2cc4a1bd8500586edb4cd050c2ff2b96aed4c33b) >>> host-dbus 1.14.8 Collecting legal info COPYING: OK (sha256: e61807cd1c32ff4e7bd5b4b61dd21997c6dc5642cf19316124fe38d50e1f9fa3) >>> host-libglib2 2.76.1 Collecting legal info COPYING: OK (sha256: fa6f36630bb1e0c571d34b2bbdf188d08495c9dbf58f28cac112f303fc1f58fb) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-pcre2 10.42 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> host-util-linux 2.39.2 Collecting legal info README.licensing: OK (sha256: 64dfeae1519bf0e27563d905a71264310fb6a8fa74e5cf99bb36e4d30d7ef455) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> dehydrated 0.7.1 Collecting legal info LICENSE: OK (sha256: f25ab9c5f13abf15ab097180423ef6b82a89c552e92d49ae627762ee9c04a3a8) >>> dhrystone 2 Collecting legal info >>> dvbsnoop 1.4.50 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> evemu 2.7.0 Collecting legal info COPYING: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> libevdev 1.12.1 Collecting legal info COPYING: OK (sha256: 6f13de7ce28e4948ba95170e0723ee1254c1978ce1f127af82aeca597b567cb9) >>> faad2 2.10.1 Collecting legal info COPYING: OK (sha256: d3baf3a54943cf12a994c85867a18dec84f810901b2f2878ddfd77efcc3c150f) >>> flatcc 0.6.1 Collecting legal info LICENSE: OK (sha256: c8f0d9c1f92c658d87ebd854ee7447a3d3912d2c3a5c78c117787be5d5da8af3) >>> host-flatcc 0.6.1 Collecting legal info LICENSE: OK (sha256: c8f0d9c1f92c658d87ebd854ee7447a3d3912d2c3a5c78c117787be5d5da8af3) >>> host-gdb 13.2 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING.LIB ERROR: No hash found for COPYING3 ERROR: No hash found for COPYING3.LIB >>> host-libiberty 2.41 Collecting legal info COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> gensio 2.5.5 Collecting legal info COPYING.LIB: OK (sha256: dcac7d447dd81ab96d28dce00a07a6486e623f7ded94e2a2a8e83312405cdf89) COPYING: OK (sha256: 501f3108e6c03e5a0a5585ebaaa369171aead5319cd0a7a4dc1f66211c1f09f1) >>> openssl Collecting legal info >>> libopenssl 3.1.3 Collecting legal info LICENSE.txt: OK (sha256: 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a) >>> initscripts Collecting legal info >>> jpeg Collecting legal info >>> libjpeg 9e Collecting legal info README: OK (sha256: 50c1c5978d490c7f13062d91c4b89affc83774f87bc4568a714f748b62a5b216) >>> jsmin 1bf6ce5f74a9f8752ac7f5d115b8d7ccb31cfe1b Collecting legal info jsmin.c: OK (sha256: b420f61778af09534adc836a5086f5625b8499124051c50baefa218e7c03a58c) >>> lame 3.100 Collecting legal info COPYING: OK (sha256: bfe4a52dc4645385f356a8e83cc54216a293e3b6f1cb4f79f5fc0277abf937fd) >>> libart 2.3.21 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> libassuan 2.5.6 Collecting legal info COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> libgpg-error 1.47 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libcdaudio 0.99.12p2 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libcuefile 475 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libcurl 8.4.0 Collecting legal info COPYING: OK (sha256: b1d7feb949ea5023552029fbe0bf5db4f23c2f85e9b8e51e18536f0ecbf9c524) >>> libdvdcss 1.4.3 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libdvdread 6.1.3 Collecting legal info COPYING: OK (sha256: d6cb0e9e560f51085556949a84af12b79a00f10ab8b66c752537faf7cd665572) >>> libev 4.33 Collecting legal info LICENSE: OK (sha256: c4dd1a5bc38b041a320b93c5d6c08f5c41a63f2ce718ee16cfcb757fad448199) >>> libfcgi 2.4.2 Collecting legal info LICENSE.TERMS: OK (sha256: f0a8fe4513a43e8eebb24cdcf9d2e7efc52e4d8259178c6d76d3d84418397d81) >>> libldns 1.8.3 Collecting legal info LICENSE: OK (sha256: 9e0b1505c358d1a7c79555ee8bd1acbe2985dbc74dd81f3697cebf2161e922e6) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libmodbus 3.1.10 Collecting legal info COPYING.LESSER: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnetfilter_acct 1.0.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> liboping 1.10.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libpcap 1.10.4 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> libpng 1.6.40 Collecting legal info LICENSE: OK (sha256: 5c0bb4b05b1354ae7c173532b6702ea68b611047ff9b91c4d3af77da39c195d9) >>> libpwquality 1.4.5 Collecting legal info COPYING: OK (sha256: aa44d09f651bf99b56253187c7778a240740c767d28453ab7fdc9804c842baee) >>> libsocketcan 0.0.12 Collecting legal info LICENSE: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libsvgtiny ea9d99fc8b231c22d06168135e181d61f4eb2f06 Collecting legal info README: OK (sha256: 92b965c77be71661cae51425a6b40a5ca274f44cc13c723c90fb471a9a26a828) >>> host-netsurf-buildsystem 7574b41345968b5f7e9ca5875faccb1478ce0555 Collecting legal info llvm/LICENSE.TXT: OK (sha256: b2ddc1d607332423f6cf415b2ac619a1c03dd565facdc39a571282a520929a65) >>> libxml2 2.11.5 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> libtommath 1.2.1 Collecting legal info LICENSE: OK (sha256: 2fa64b163659f41965c9815882a8296d3d03ff546b76153e11445f9bdecf955a) >>> libuev 2.4.0 Collecting legal info LICENSE: OK (sha256: 694a734d9c1b46ae203314ed1c744a1acebd4fe5fc964b761703772546f0d3ab) >>> libuio 6ef3d8d096a641686bfdd112035aa04aa16fe81a Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libxslt 1.1.38 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> linenoise 97d2850af13c339369093b78abe5265845d78220 Collecting legal info LICENSE: OK (sha256: efe1692aa5b869edaa0ac88f95eb0276c1125304ffc636a299db3ebbab47f62b) >>> host-lttng-babeltrace 1.5.7 Collecting legal info mit-license.txt: OK (sha256: 2f801b7c2494850c3d91da820eb230502dc0192c9d0db024db37ec08d0be1434) gpl-2.0.txt: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) LICENSE: OK (sha256: 12d4222ac628fe4092cba8ed90bc5227a4dedd0b94973273cecbc393325bf1c2) >>> host-elfutils 0.189 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING-GPLV2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING-LGPLV3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> host-xz 5.4.4 Collecting legal info COPYING: OK (sha256: 72d7ef9c98be319fd34ce88b45203b36d5936f9c49e82bf3198ffee5e0c7d87e) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-popt 1.19 Collecting legal info COPYING: OK (sha256: 2b488b239927935f34769a39309c0680be16e3725a1f55dbb06ed20d53852801) >>> make 4.4.1 Collecting legal info COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-lzip 1.23 Collecting legal info COPYING: OK (sha256: 3d77c1a58fbde5ddba612d1fe09965e20a3804953eca12e8c1892298bb8a5eef) >>> mbpoll 1.5.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> mdevd 0.1.6.0 Collecting legal info COPYING: OK (sha256: 7fe938b5e0fec18848955ca8081c532e24ae77310beb730b301e1f77bad3d390) >>> skalibs 2.12.0.1 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> memtool 2018.03.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-meson-tools 0a02e2d34413f4bf9b15946352bc8c8ee13a5843 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-microchip-hss-payload-generator 2023.06 Collecting legal info tools/hss-payload-generator/LICENSE.md: OK (sha256: 0b67b1d44bcad078580fc5d8e9580a48a9466b769db58aeb1631d4c5ef97e08a) >>> host-libyaml 0.2.5 Collecting legal info License: OK (sha256: c40112449f254b9753045925248313e9270efa36d226b22d82d4cc6c43c57f29) >>> neofetch 7.1.0 Collecting legal info LICENSE.md: OK (sha256: fc3034b3dd3a08db109949b629210213bba52aa95455cbc5c2fefa2fc1183efe) >>> nfacct 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> nginx 1.24.0 Collecting legal info LICENSE: OK (sha256: ececed0b0e7243a4766cbc62b26df4bd3513b41de3a07425da1679c836d06320) >>> odhcp6c 53f07e90b7f1da6977143a488dd5cb73a33b233b Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> open-plc-utils 1ba7d5a042e4e8ff6858b08e113eec5dc4e89cf2 Collecting legal info LICENSE: OK (sha256: 3137c632bbcec5e88b72dc13f4fe06ee184eea364fec8f7494bdfa57672ef921) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pimd 2.3.2 Collecting legal info LICENSE: OK (sha256: 3379436c16caccdef9b40a49fbdfdbb45aad8ecb05870834490b8fb080126009) LICENSE.mrouted: OK (sha256: 4328a21f0822caa9976356623118bcdcc9970c7a0f9a3deeba23c779b7cfb5d1) >>> host-pwgen 2.08 Collecting legal info debian/copyright: OK (sha256: 5d3e49e01ef782be5841d5d1f7fb64d290cd86459598a913818584a46a2f81a1) >>> host-python-xlrd 2.0.1 Collecting legal info LICENSE: OK (sha256: b5a5dbce60265e305a815a6cb83ed07f24519d8ba644f2a307994488bced8815) >>> radvd 2.19 Collecting legal info COPYRIGHT: OK (sha256: 40a6db00cf0b97f031eaa6c6e87157788f40ced1b88e3ea6d78779bd2a39dc80) >>> raspi-gpio 4edfde183ff3ac9ed66cdc015ae25e45f3a5502d Collecting legal info LICENSE: OK (sha256: 6e02227e1fb942687163996678d94add7911890c50025912d0ae7ee66d256bb2) >>> serd 0.30.14 Collecting legal info COPYING: OK (sha256: 13b62d3705cabee6a21730eb24f773249271c2d95e9ecbab16069e729d4ae147) >>> sord 0.16.12 Collecting legal info COPYING: OK (sha256: e06562d6bcf0341b2ac2ad0f0ca36801d2ebf388d5ef297011625e4c36e963f0) >>> spandsp 3.0.0-6ec23e5a7e Collecting legal info COPYING: OK (sha256: 366576cb0b869cd9e95a4882878607314650488ac635e5df0692180382e9666a) >>> tiff 4.5.1 Collecting legal info LICENSE.md: OK (sha256: 0780558a8bfba0af1160ec1ff11ade4f41c0d7deafd6ecfc796b492a788e380d) >>> zstd 1.5.5 Collecting legal info LICENSE: OK (sha256: 7055266497633c9025b777c78eb7235af13922117480ed5c674677adc381c9d8) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> stb 8b5f1f37b5b75829fc72d38e7b5d4bcbf8a26d55 Collecting legal info LICENSE: OK (sha256: bebfe904b14301657e4e5d655c811d51fd31b97c455b9cc2d8600d6bac6cff63) >>> tcpreplay 4.4.2 Collecting legal info docs/LICENSE: OK (sha256: 07cf5e92d475287a7d1663b33097f40cae5adf03ed8920fcd4374e3dfb48c8ad) >>> tini 0.19.0 Collecting legal info LICENSE: OK (sha256: e5f46bca81266bdd511cf08018d66866870531794569c04f9b45f50dd23c28b0) >>> tzdata 2023c Collecting legal info LICENSE: OK (sha256: 0613408568889f5739e5ae252b722a2659c02002839ad970a63dc5e9174b27cf) >>> host-tzdata 2023c Collecting legal info LICENSE: OK (sha256: 0613408568889f5739e5ae252b722a2659c02002839ad970a63dc5e9174b27cf) >>> host-zic 2023c Collecting legal info LICENSE: OK (sha256: 0613408568889f5739e5ae252b722a2659c02002839ad970a63dc5e9174b27cf) >>> unifdef 2.12 Collecting legal info COPYING: OK (sha256: 37ed46a39446b15b08af418fda23b75c27a769d5aad236d817ee7522cc9caeee) >>> uredir 3.3 Collecting legal info LICENSE: OK (sha256: e4b8fd3375ce44e5e03be199724a8785510ea5fa58ed92a7a34fd0ccbd35db10) >>> host-vboot-utils bbdd62f9b030db7ad8eef789aaf58a7ff9a25656 Collecting legal info LICENSE: OK (sha256: cb9dc8e96aedf9120b6757a60387db10f3c1a8e3fd97bb9d0f11327be5a7ed4d) >>> vo-aacenc 0.1.3 Collecting legal info COPYING: OK (sha256: 8b3f1762349248d444ab9acbafe73941254e36e1064954da56bb9ddbd5873ddb) >>> zip 3.0 Collecting legal info LICENSE: OK (sha256: 8ecd6c1bab449127eb665cef1561e73a8bce52e217375f6f466939e137b1e110) >>> host-acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-fakeroot 1.32.1 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-makedevs 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: dhrystone-2: cannot save license (DHRYSTONE_LICENSE_FILES not defined) Legal info produced in /home/buildroot/autobuild/instance-2/output-1/legal-info make: Leaving directory '/home/buildroot/autobuild/instance-2/buildroot'