gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o mkyaffs2.o mkyaffs2.c In function 'mkyaffs2_write_obj', inlined from 'mkyaffs2_write_objtree' at mkyaffs2.c:780:11: mkyaffs2.c:696:2: warning: 'strncpy' output may be truncated copying 255 bytes from a string of length 255 [-Wstringop-truncation] 696 | strncpy(oh.name, obj->name, YAFFS_MAX_NAME_LENGTH); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mkyaffs2.c: In function 'mkyaffs2_scan_dir': mkyaffs2.c:595:3: warning: 'strncpy' output may be truncated copying 255 bytes from a string of length 255 [-Wstringop-truncation] 595 | strncpy(obj->name, dent->d_name, NAME_MAX); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -o mkyaffs2 yaffs2/yaffs_hweight.o yaffs2/yaffs_ecc.o yaffs2/yaffs_packedtags1.o yaffs2/yaffs_packedtags2.o safe_rw.o endian_convert.o progress_bar.o mkyaffs2.o -lm gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o unyaffs2.o unyaffs2.c In function 'unyaffs2_extract_hardlink', inlined from 'unyaffs2_extract_obj' at unyaffs2.c:1218:12: unyaffs2.c:1151:2: warning: writing 16 bytes into a region of size 8 [-Wstringop-overflow=] 1151 | memcpy(&variant, &obj->variant, sizeof(obj->variant)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ unyaffs2.c: In function 'unyaffs2_extract_obj': unyaffs2.c:1105:31: note: at offset 0 to object 'variant' with size 8 declared here 1105 | union unyaffs2_file_variant *variant; | ^~~~~~~ In function 'unyaffs2_oh2obj', inlined from 'unyaffs2_scan_chunk' at unyaffs2.c:811:3, inlined from 'unyaffs2_scan_img' at unyaffs2.c:874:4, inlined from 'unyaffs2_extract_image' at unyaffs2.c:1476:6: unyaffs2.c:632:2: warning: 'strncpy' output may be truncated copying 255 bytes from a string of length 255 [-Wstringop-truncation] 632 | strncpy(obj->name, oh->name, NAME_MAX); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -o unyaffs2 yaffs2/yaffs_hweight.o yaffs2/yaffs_ecc.o yaffs2/yaffs_packedtags1.o yaffs2/yaffs_packedtags2.o safe_rw.o endian_convert.o progress_bar.o unyaffs2.o -lm gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o unspare2.o unspare2.c gcc -o unspare2 yaffs2/yaffs_hweight.o yaffs2/yaffs_ecc.o yaffs2/yaffs_packedtags1.o yaffs2/yaffs_packedtags2.o safe_rw.o endian_convert.o progress_bar.o unspare2.o -lm make[1]: Leaving directory '/home/autobuild/autobuild/instance-17/output-1/build/host-yaffs2utils-0.2.9' >>> host-yaffs2utils 0.2.9 Installing to host directory mkdir -p /home/autobuild/autobuild/instance-17/output-1/host/bin PATH="/home/autobuild/autobuild/instance-17/output-1/host/bin:/home/autobuild/autobuild/instance-17/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/home/autobuild/autobuild/instance-17/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/home/autobuild/autobuild/instance-17/output-1/host/lib/pkgconfig:/home/autobuild/autobuild/instance-17/output-1/host/share/pkgconfig" /home/autobuild/make/make -j1 -C /home/autobuild/autobuild/instance-17/output-1/build/host-yaffs2utils-0.2.9 INSTALLDIR=/home/autobuild/autobuild/instance-17/output-1/host/bin install make[1]: Entering directory '/home/autobuild/autobuild/instance-17/output-1/build/host-yaffs2utils-0.2.9' cp mkyaffs2 unyaffs2 unspare2 /home/autobuild/autobuild/instance-17/output-1/host/bin make[1]: Leaving directory '/home/autobuild/autobuild/instance-17/output-1/build/host-yaffs2utils-0.2.9' >>> Finalizing host directory >>> Finalizing target directory mkdir -p /home/autobuild/autobuild/instance-17/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Ofast', '-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', '-Ofast', '-g0', '-D_FORTIFY_SOURCE=1'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_FCFLAGS@%'-Ofast', '-g0'@PKG_TARGET_FCFLAGS@%g" -e "s%@TARGET_CC@%/home/autobuild/autobuild/instance-17/output-1/host/bin/mips64el-buildroot-linux-gnu-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/autobuild/autobuild/instance-17/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@%/usr/local/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/autobuild/autobuild/instance-17/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/autobuild/autobuild/instance-17/output-1/host%g" -e "s%@STAGING_DIR@%/home/autobuild/autobuild/instance-17/output-1/host/mips64el-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /home/autobuild/autobuild/instance-17/buildroot/support/misc/cross-compilation.conf.in > /home/autobuild/autobuild/instance-17/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/home/autobuild/autobuild/instance-17/output-1/host/bin/mips64el-buildroot-linux-gnu-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/autobuild/autobuild/instance-17/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@%'-Ofast', '-g0'%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Ofast', '-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', '-Ofast', '-g0', '-D_FORTIFY_SOURCE=1'%g" -e "s%@BR2_CMAKE@%/usr/local/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/autobuild/autobuild/instance-17/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/autobuild/autobuild/instance-17/output-1/host%g" -e "s%@STAGING_DIR@%/home/autobuild/autobuild/instance-17/output-1/host/mips64el-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /home/autobuild/autobuild/instance-17/buildroot/support/misc/cross-compilation.conf.in > /home/autobuild/autobuild/instance-17/output-1/host/etc/meson/cross-compilation.conf grep -qsE '^/bin/bash$' /home/autobuild/autobuild/instance-17/output-1/target/etc/shells || echo "/bin/bash" >> /home/autobuild/autobuild/instance-17/output-1/target/etc/shells /usr/bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~console::respawn:/sbin/getty -L console 0 vt100 #~' /home/autobuild/autobuild/instance-17/output-1/target/etc/inittab /usr/bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /home/autobuild/autobuild/instance-17/output-1/target/etc/inittab if grep -q CONFIG_ASH=y /home/autobuild/autobuild/instance-17/output-1/build/busybox-1.36.1/.config; then grep -qsE '^/bin/ash$' /home/autobuild/autobuild/instance-17/output-1/target/etc/shells || echo "/bin/ash" >> /home/autobuild/autobuild/instance-17/output-1/target/etc/shells; fi if grep -q CONFIG_HUSH=y /home/autobuild/autobuild/instance-17/output-1/build/busybox-1.36.1/.config; then grep -qsE '^/bin/hush$' /home/autobuild/autobuild/instance-17/output-1/target/etc/shells || echo "/bin/hush" >> /home/autobuild/autobuild/instance-17/output-1/target/etc/shells; fi mkdir -p /home/autobuild/autobuild/instance-17/output-1/target/etc echo "buildroot" > /home/autobuild/autobuild/instance-17/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/autobuild/autobuild/instance-17/output-1/target/etc/hosts mkdir -p /home/autobuild/autobuild/instance-17/output-1/target/etc echo "Welcome to Buildroot" > /home/autobuild/autobuild/instance-17/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /home/autobuild/autobuild/instance-17/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /home/autobuild/autobuild/instance-17/output-1/target/etc/shells || echo "/bin/sh" >> /home/autobuild/autobuild/instance-17/output-1/target/etc/shells if [ -x /home/autobuild/autobuild/instance-17/output-1/target/sbin/swapon -a -x /home/autobuild/autobuild/instance-17/output-1/target/sbin/swapoff ]; then /usr/bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /home/autobuild/autobuild/instance-17/output-1/target/etc/inittab; else /usr/bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /home/autobuild/autobuild/instance-17/output-1/target/etc/inittab; fi rm -rf /home/autobuild/autobuild/instance-17/output-1/target/usr/include /home/autobuild/autobuild/instance-17/output-1/target/usr/share/aclocal \ /home/autobuild/autobuild/instance-17/output-1/target/usr/lib/pkgconfig /home/autobuild/autobuild/instance-17/output-1/target/usr/share/pkgconfig \ /home/autobuild/autobuild/instance-17/output-1/target/usr/lib/cmake /home/autobuild/autobuild/instance-17/output-1/target/usr/share/cmake \ /home/autobuild/autobuild/instance-17/output-1/target/usr/lib/rpm /home/autobuild/autobuild/instance-17/output-1/target/usr/doc find /home/autobuild/autobuild/instance-17/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/autobuild/autobuild/instance-17/output-1/target/lib/ /home/autobuild/autobuild/instance-17/output-1/target/usr/lib/ /home/autobuild/autobuild/instance-17/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /home/autobuild/autobuild/instance-17/output-1/target/usr/share/gdb rm -rf /home/autobuild/autobuild/instance-17/output-1/target/usr/share/zsh rm -rf /home/autobuild/autobuild/instance-17/output-1/target/usr/man /home/autobuild/autobuild/instance-17/output-1/target/usr/share/man rm -rf /home/autobuild/autobuild/instance-17/output-1/target/usr/info /home/autobuild/autobuild/instance-17/output-1/target/usr/share/info rm -rf /home/autobuild/autobuild/instance-17/output-1/target/usr/doc /home/autobuild/autobuild/instance-17/output-1/target/usr/share/doc rm -rf /home/autobuild/autobuild/instance-17/output-1/target/usr/share/gtk-doc rmdir /home/autobuild/autobuild/instance-17/output-1/target/usr/share 2>/dev/null || true rm -rf /home/autobuild/autobuild/instance-17/output-1/target/lib/debug /home/autobuild/autobuild/instance-17/output-1/target/usr/lib/debug find /home/autobuild/autobuild/instance-17/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /bin/true 2>/dev/null || true find /home/autobuild/autobuild/instance-17/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /home/autobuild/autobuild/instance-17/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/autobuild/autobuild/instance-17/output-1/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /home/autobuild/autobuild/instance-17/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2023.05-259-g3ca3304276"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2023.08-git"; \ echo "PRETTY_NAME=\"Buildroot 2023.08-git\"" \ ) > /home/autobuild/autobuild/instance-17/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/autobuild/autobuild/instance-17/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/autobuild/autobuild/instance-17/output-1/per-package /home/autobuild/autobuild/instance-17/buildroot/support/scripts/fix-rpath target touch /home/autobuild/autobuild/instance-17/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/autobuild/autobuild/instance-17/output-1/build/buildroot-fs mkdir -p /home/autobuild/autobuild/instance-17/output-1/build/buildroot-fs printf ' dbus -1 dbus -1 * /run/dbus - dbus DBus messagebus user\n\n' >> /home/autobuild/autobuild/instance-17/output-1/build/buildroot-fs/full_users_table.txt printf ' /bin/busybox f 4755 0 0 - - - - -\n /usr/libexec/dbus-daemon-launch-helper f 4750 0 dbus - - - - -\n\n' > /home/autobuild/autobuild/instance-17/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/autobuild/autobuild/instance-17/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.oci mkdir -p /home/autobuild/autobuild/instance-17/output-1/images rm -rf /home/autobuild/autobuild/instance-17/output-1/build/buildroot-fs/oci mkdir -p /home/autobuild/autobuild/instance-17/output-1/build/buildroot-fs/oci rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-17/output-1/target/ /home/autobuild/autobuild/instance-17/output-1/build/buildroot-fs/oci/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-17/output-1/build/buildroot-fs/oci/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-17/output-1/build/buildroot-fs/oci/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-17/output-1/build/buildroot-fs/oci/target" >> /home/autobuild/autobuild/instance-17/output-1/build/buildroot-fs/oci/fakeroot PATH="/home/autobuild/autobuild/instance-17/output-1/host/bin:/home/autobuild/autobuild/instance-17/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/autobuild/autobuild/instance-17/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-17/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-17/output-1/build/buildroot-fs/oci/target >> /home/autobuild/autobuild/instance-17/output-1/build/buildroot-fs/oci/fakeroot echo "/home/autobuild/autobuild/instance-17/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-17/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-17/output-1/build/buildroot-fs/oci/target" >> /home/autobuild/autobuild/instance-17/output-1/build/buildroot-fs/oci/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-17/output-1/build/buildroot-fs/oci/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-17/output-1/build/buildroot-fs/oci/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-17/output-1/build/buildroot-fs/oci/fakeroot echo "find /home/autobuild/autobuild/instance-17/output-1/build/buildroot-fs/oci/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-17/output-1/build/buildroot-fs/oci/fakeroot echo "find /home/autobuild/autobuild/instance-17/output-1/build/buildroot-fs/oci/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-17/output-1/build/buildroot-fs/oci/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-17/output-1/build/buildroot-fs/oci/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-17/output-1/build/buildroot-fs/oci/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-17/output-1/images/rootfs-oci\n /home/autobuild/autobuild/instance-17/output-1/host/bin/sloci-image --arch mips64le --entrypoint '\''sh'\'' --cmd '\'''\'' --author "Buildroot" --user "0" /home/autobuild/autobuild/instance-17/output-1/build/buildroot-fs/oci/target /home/autobuild/autobuild/instance-17/output-1/images/rootfs-oci:latest\n' >> /home/autobuild/autobuild/instance-17/output-1/build/buildroot-fs/oci/fakeroot chmod a+x /home/autobuild/autobuild/instance-17/output-1/build/buildroot-fs/oci/fakeroot PATH="/home/autobuild/autobuild/instance-17/output-1/host/bin:/home/autobuild/autobuild/instance-17/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-17/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-17/output-1/build/buildroot-fs/oci/fakeroot rootdir=/home/autobuild/autobuild/instance-17/output-1/build/buildroot-fs/oci/target table='/home/autobuild/autobuild/instance-17/output-1/build/buildroot-fs/full_devices_table.txt' >>> Generating filesystem image rootfs.tar mkdir -p /home/autobuild/autobuild/instance-17/output-1/images rm -rf /home/autobuild/autobuild/instance-17/output-1/build/buildroot-fs/tar mkdir -p /home/autobuild/autobuild/instance-17/output-1/build/buildroot-fs/tar rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-17/output-1/target/ /home/autobuild/autobuild/instance-17/output-1/build/buildroot-fs/tar/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-17/output-1/build/buildroot-fs/tar/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-17/output-1/build/buildroot-fs/tar/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-17/output-1/build/buildroot-fs/tar/target" >> /home/autobuild/autobuild/instance-17/output-1/build/buildroot-fs/tar/fakeroot PATH="/home/autobuild/autobuild/instance-17/output-1/host/bin:/home/autobuild/autobuild/instance-17/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/autobuild/autobuild/instance-17/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-17/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-17/output-1/build/buildroot-fs/tar/target >> /home/autobuild/autobuild/instance-17/output-1/build/buildroot-fs/tar/fakeroot echo "/home/autobuild/autobuild/instance-17/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-17/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-17/output-1/build/buildroot-fs/tar/target" >> /home/autobuild/autobuild/instance-17/output-1/build/buildroot-fs/tar/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-17/output-1/build/buildroot-fs/tar/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-17/output-1/build/buildroot-fs/tar/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-17/output-1/build/buildroot-fs/tar/fakeroot echo "find /home/autobuild/autobuild/instance-17/output-1/build/buildroot-fs/tar/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-17/output-1/build/buildroot-fs/tar/fakeroot echo "find /home/autobuild/autobuild/instance-17/output-1/build/buildroot-fs/tar/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-17/output-1/build/buildroot-fs/tar/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-17/output-1/build/buildroot-fs/tar/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-17/output-1/build/buildroot-fs/tar/fakeroot printf ' (cd /home/autobuild/autobuild/instance-17/output-1/build/buildroot-fs/tar/target; find -print0 | LC_ALL=C sort -z | tar --pax-option=exthdr.name=%%d/PaxHeaders/%%f,atime:=0,ctime:=0 -cf /home/autobuild/autobuild/instance-17/output-1/images/rootfs.tar --null --xattrs-include='\''*'\'' --no-recursion -T - --numeric-owner)\n' >> /home/autobuild/autobuild/instance-17/output-1/build/buildroot-fs/tar/fakeroot chmod a+x /home/autobuild/autobuild/instance-17/output-1/build/buildroot-fs/tar/fakeroot PATH="/home/autobuild/autobuild/instance-17/output-1/host/bin:/home/autobuild/autobuild/instance-17/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-17/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-17/output-1/build/buildroot-fs/tar/fakeroot rootdir=/home/autobuild/autobuild/instance-17/output-1/build/buildroot-fs/tar/target table='/home/autobuild/autobuild/instance-17/output-1/build/buildroot-fs/full_devices_table.txt' PATH="/home/autobuild/autobuild/instance-17/output-1/host/bin:/home/autobuild/autobuild/instance-17/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" zstd -19 -z -f -T1 /home/autobuild/autobuild/instance-17/output-1/images/rootfs.tar > /home/autobuild/autobuild/instance-17/output-1/images/rootfs.tar.zst /home/autobuild/autobuild/instance-17/output-1/images/rootfs.tar : 26.77% ( 65.5 MiB => 17.5 MiB, /home/autobuild/autobuild/instance-17/output-1/images/rootfs.tar.zst) >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/autobuild/autobuild/instance-17/output-1/images rm -rf /home/autobuild/autobuild/instance-17/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/autobuild/autobuild/instance-17/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-17/output-1/target/ /home/autobuild/autobuild/instance-17/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-17/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-17/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-17/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-17/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-17/output-1/host/bin:/home/autobuild/autobuild/instance-17/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/autobuild/autobuild/instance-17/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-17/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-17/output-1/build/buildroot-fs/yaffs2/target >> /home/autobuild/autobuild/instance-17/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/autobuild/autobuild/instance-17/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-17/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-17/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-17/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-17/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-17/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-17/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-17/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-17/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-17/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-17/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-17/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-17/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/autobuild/autobuild/instance-17/output-1/host/bin/mkyaffs2 --all-root /home/autobuild/autobuild/instance-17/output-1/build/buildroot-fs/yaffs2/target /home/autobuild/autobuild/instance-17/output-1/images/rootfs.yaffs2\n' >> /home/autobuild/autobuild/instance-17/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/autobuild/autobuild/instance-17/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-17/output-1/host/bin:/home/autobuild/autobuild/instance-17/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-17/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-17/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/autobuild/autobuild/instance-17/output-1/build/buildroot-fs/yaffs2/target table='/home/autobuild/autobuild/instance-17/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/home/autobuild/autobuild/instance-17/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][done] scanning complete, total 2264 objects. stage 2: creating image '/home/autobuild/autobuild/instance-17/output-1/images/rootfs.yaffs2' [ ] 1/2264 0% [ ] 2/2264 0% [ ] 3/2264 0% [ ] 4/2264 0% [ ] 5/2264 0% [ ] 6/2264 0% [ ] 7/2264 0% [ ] 8/2264 0% [ ] 9/2264 0% [ ] 10/2264 0% [ ] 11/2264 0% [ ] 12/2264 0% [ ] 13/2264 0% [ ] 14/2264 0% [ ] 15/2264 0% [ ] 16/2264 0% [ ] 17/2264 0% [ ] 18/2264 0% [ ] 19/2264 0% [ ] 20/2264 0% [ ] 21/2264 0% [ ] 22/2264 0% [ ] 23/2264 1% [ ] 24/2264 1% [ ] 25/2264 1% [ ] 26/2264 1% [ ] 27/2264 1% [ ] 28/2264 1% [ ] 29/2264 1% [ ] 30/2264 1% [ ] 31/2264 1% [ ] 32/2264 1% [ ] 33/2264 1% [ ] 34/2264 1% [ ] 35/2264 1% [ ] 36/2264 1% [= ] 37/2264 1% [= ] 38/2264 1% [= ] 39/2264 1% [= ] 40/2264 1% [= ] 41/2264 1% [= ] 42/2264 1% [= ] 43/2264 1% [= ] 44/2264 1% [= ] 45/2264 1% [= ] 46/2264 2% [= ] 47/2264 2% [= ] 48/2264 2% [= ] 49/2264 2% [= ] 50/2264 2% [= ] 51/2264 2% [= ] 52/2264 2% [= ] 53/2264 2% [= ] 54/2264 2% [= ] 55/2264 2% [= ] 56/2264 2% [= ] 57/2264 2% [= ] 58/2264 2% [= ] 59/2264 2% [= ] 60/2264 2% [= ] 61/2264 2% [= ] 62/2264 2% [= ] 63/2264 2% [= ] 64/2264 2% [= ] 65/2264 2% [= ] 66/2264 2% [= ] 67/2264 2% [= ] 68/2264 3% [= ] 69/2264 3% [= ] 70/2264 3% [= ] 71/2264 3% [= ] 72/2264 3% [= ] 73/2264 3% [== ] 74/2264 3% [== ] 75/2264 3% [== ] 76/2264 3% [== ] 77/2264 3% [== ] 78/2264 3% [== ] 79/2264 3% [== ] 80/2264 3% [== ] 81/2264 3% [== ] 82/2264 3% [== ] 83/2264 3% [== ] 84/2264 3% [== ] 85/2264 3% [== ] 86/2264 3% [== ] 87/2264 3% [== ] 88/2264 3% [== ] 89/2264 3% [== ] 90/2264 3% [== ] 91/2264 4% [== ] 92/2264 4% [== ] 93/2264 4% [== ] 94/2264 4% [== ] 95/2264 4% [== ] 96/2264 4% [== ] 97/2264 4% [== ] 98/2264 4% [== ] 99/2264 4% [== ] 100/2264 4% [== ] 101/2264 4% [== ] 102/2264 4% [== ] 103/2264 4% [== ] 104/2264 4% [== ] 105/2264 4% [== ] 106/2264 4% [== ] 107/2264 4% [== ] 108/2264 4% [== ] 109/2264 4% [=== ] 110/2264 4% [=== ] 111/2264 4% [=== ] 112/2264 4% [=== ] 113/2264 4% [=== ] 114/2264 5% [=== ] 115/2264 5% [=== ] 116/2264 5% [=== ] 117/2264 5% [=== ] 118/2264 5% [=== ] 119/2264 5% [=== ] 120/2264 5% [=== ] 121/2264 5% [=== ] 122/2264 5% [=== ] 123/2264 5% [=== ] 124/2264 5% [=== ] 125/2264 5% [=== ] 126/2264 5% [=== ] 127/2264 5% [=== ] 128/2264 5% [=== ] 129/2264 5% [=== ] 130/2264 5% [=== ] 131/2264 5% [=== ] 132/2264 5% [=== ] 133/2264 5% [=== ] 134/2264 5% [=== ] 135/2264 5% [=== ] 136/2264 6% [=== ] 137/2264 6% [=== ] 138/2264 6% [=== ] 139/2264 6% [=== ] 140/2264 6% [=== ] 141/2264 6% [=== ] 142/2264 6% [=== ] 143/2264 6% [=== ] 144/2264 6% [=== ] 145/2264 6% [=== ] 146/2264 6% [==== ] 147/2264 6% [==== ] 148/2264 6% [==== ] 149/2264 6% [==== ] 150/2264 6% [==== ] 151/2264 6% [==== ] 152/2264 6% [==== ] 153/2264 6% [==== ] 154/2264 6% [==== ] 155/2264 6% [==== ] 156/2264 6% [==== ] 157/2264 6% [==== ] 158/2264 6% [==== ] 159/2264 7% [==== ] 160/2264 7% [==== ] 161/2264 7% [==== ] 162/2264 7% [==== ] 163/2264 7% [==== ] 164/2264 7% [==== ] 165/2264 7% [==== ] 166/2264 7% [==== ] 167/2264 7% [==== ] 168/2264 7% [==== ] 169/2264 7% [==== ] 170/2264 7% [==== ] 171/2264 7% [==== ] 172/2264 7% [==== ] 173/2264 7% [==== ] 174/2264 7% [==== ] 175/2264 7% [==== ] 176/2264 7% [==== ] 177/2264 7% [==== ] 178/2264 7% [==== ] 179/2264 7% [==== ] 180/2264 7% [==== ] 181/2264 7% [==== ] 182/2264 8% [===== ] 183/2264 8% [===== ] 184/2264 8% [===== ] 185/2264 8% [===== ] 186/2264 8% [===== ] 187/2264 8% [===== ] 188/2264 8% [===== ] 189/2264 8% [===== ] 190/2264 8% [===== ] 191/2264 8% [===== ] 192/2264 8% [===== ] 193/2264 8% [===== ] 194/2264 8% [===== ] 195/2264 8% [===== ] 196/2264 8% [===== ] 197/2264 8% [===== ] 198/2264 8% [===== ] 199/2264 8% [===== ] 200/2264 8% [===== ] 201/2264 8% [===== ] 202/2264 8% [===== ] 203/2264 8% [===== ] 204/2264 9% [===== ] 205/2264 9% [===== ] 206/2264 9% [===== ] 207/2264 9% [===== ] 208/2264 9% [===== ] 209/2264 9% [===== ] 210/2264 9% [===== ] 211/2264 9% [===== ] 212/2264 9% [===== ] 213/2264 9% [===== ] 214/2264 9% [===== ] 215/2264 9% [===== ] 216/2264 9% [===== ] 217/2264 9% [===== ] 218/2264 9% [===== ] 219/2264 9% [====== ] 220/2264 9% [====== ] 221/2264 9% [====== ] 222/2264 9% [====== ] 223/2264 9% [====== ] 224/2264 9% [====== ] 225/2264 9% [====== ] 226/2264 9% [====== ] 227/2264 10% [====== ] 228/2264 10% [====== ] 229/2264 10% [====== ] 230/2264 10% [====== ] 231/2264 10% [====== ] 232/2264 10% [====== ] 233/2264 10% [====== ] 234/2264 10% [====== ] 235/2264 10% [====== ] 236/2264 10% [====== ] 237/2264 10% [====== ] 238/2264 10% [====== ] 239/2264 10% [====== ] 240/2264 10% [====== ] 241/2264 10% [====== ] 242/2264 10% [====== ] 243/2264 10% [====== ] 244/2264 10% [====== ] 245/2264 10% [====== ] 246/2264 10% [====== ] 247/2264 10% [====== ] 248/2264 10% [====== ] 249/2264 10% [====== ] 250/2264 11% [====== ] 251/2264 11% [====== ] 252/2264 11% [====== ] 253/2264 11% [====== ] 254/2264 11% [====== ] 255/2264 11% [======= ] 256/2264 11% [======= ] 257/2264 11% [======= ] 258/2264 11% [======= ] 259/2264 11% [======= ] 260/2264 11% [======= ] 261/2264 11% [======= ] 262/2264 11% [======= ] 263/2264 11% [======= ] 264/2264 11% [======= ] 265/2264 11% [======= ] 266/2264 11% [======= ] 267/2264 11% [======= ] 268/2264 11% [======= ] 269/2264 11% [======= ] 270/2264 11% [======= ] 271/2264 11% [======= ] 272/2264 12% [======= ] 273/2264 12% [======= ] 274/2264 12% [======= ] 275/2264 12% [======= ] 276/2264 12% [======= ] 277/2264 12% [======= ] 278/2264 12% [======= ] 279/2264 12% [======= ] 280/2264 12% [======= ] 281/2264 12% [======= ] 282/2264 12% [======= ] 283/2264 12% [======= ] 284/2264 12% [======= ] 285/2264 12% [======= ] 286/2264 12% [======= ] 287/2264 12% [======= ] 288/2264 12% [======= ] 289/2264 12% [======= ] 290/2264 12% [======= ] 291/2264 12% [======= ] 292/2264 12% [======== ] 293/2264 12% [======== ] 294/2264 12% [======== ] 295/2264 13% [======== ] 296/2264 13% [======== ] 297/2264 13% [======== ] 298/2264 13% [======== ] 299/2264 13% [======== ] 300/2264 13% [======== ] 301/2264 13% [======== ] 302/2264 13% [======== ] 303/2264 13% [======== ] 304/2264 13% [======== ] 305/2264 13% [======== ] 306/2264 13% [======== ] 307/2264 13% [======== ] 308/2264 13% [======== ] 309/2264 13% [======== ] 310/2264 13% [======== ] 311/2264 13% [======== ] 312/2264 13% [======== ] 313/2264 13% [======== ] 314/2264 13% [======== ] 315/2264 13% [======== ] 316/2264 13% [======== ] 317/2264 14% [======== ] 318/2264 14% [======== ] 319/2264 14% [======== ] 320/2264 14% [======== ] 321/2264 14% [======== ] 322/2264 14% [======== ] 323/2264 14% [======== ] 324/2264 14% [======== ] 325/2264 14% [======== ] 326/2264 14% [======== ] 327/2264 14% [======== ] 328/2264 14% [========= ] 329/2264 14% [========= ] 330/2264 14% [========= ] 331/2264 14% [========= ] 332/2264 14% [========= ] 333/2264 14% [========= ] 334/2264 14% [========= ] 335/2264 14% [========= ] 336/2264 14% [========= ] 337/2264 14% [========= ] 338/2264 14% [========= ] 339/2264 14% [========= ] 340/2264 15% [========= ] 341/2264 15% [========= ] 342/2264 15% [========= ] 343/2264 15% [========= ] 344/2264 15% [========= ] 345/2264 15% [========= ] 346/2264 15% [========= ] 347/2264 15% [========= ] 348/2264 15% [========= ] 349/2264 15% [========= ] 350/2264 15% [========= ] 351/2264 15% [========= ] 352/2264 15% [========= ] 353/2264 15% [========= ] 354/2264 15% [========= ] 355/2264 15% [========= ] 356/2264 15% [========= ] 357/2264 15% [========= ] 358/2264 15% [========= ] 359/2264 15% [========= ] 360/2264 15% [========= ] 361/2264 15% [========= ] 362/2264 15% [========= ] 363/2264 16% [========= ] 364/2264 16% [========= ] 365/2264 16% [========== ] 366/2264 16% [========== ] 367/2264 16% [========== ] 368/2264 16% [========== ] 369/2264 16% [========== ] 370/2264 16% [========== ] 371/2264 16% [========== ] 372/2264 16% [========== ] 373/2264 16% [========== ] 374/2264 16% [========== ] 375/2264 16% [========== ] 376/2264 16% [========== ] 377/2264 16% [========== ] 378/2264 16% [========== ] 379/2264 16% [========== ] 380/2264 16% [========== ] 381/2264 16% [========== ] 382/2264 16% [========== ] 383/2264 16% [========== ] 384/2264 16% [========== ] 385/2264 17% [========== ] 386/2264 17% [========== ] 387/2264 17% [========== ] 388/2264 17% [========== ] 389/2264 17% [========== ] 390/2264 17% [========== ] 391/2264 17% [========== ] 392/2264 17% [========== ] 393/2264 17% [========== ] 394/2264 17% [========== ] 395/2264 17% [========== ] 396/2264 17% [========== ] 397/2264 17% [========== ] 398/2264 17% [========== ] 399/2264 17% [========== ] 400/2264 17% [========== ] 401/2264 17% [=========== ] 402/2264 17% [=========== ] 403/2264 17% [=========== ] 404/2264 17% [=========== ] 405/2264 17% [=========== ] 406/2264 17% [=========== ] 407/2264 17% [=========== ] 408/2264 18% [=========== ] 409/2264 18% [=========== ] 410/2264 18% [=========== ] 411/2264 18% [=========== ] 412/2264 18% [=========== ] 413/2264 18% [=========== ] 414/2264 18% [=========== ] 415/2264 18% [=========== ] 416/2264 18% [=========== ] 417/2264 18% [=========== ] 418/2264 18% [=========== ] 419/2264 18% [=========== ] 420/2264 18% [=========== ] 421/2264 18% [=========== ] 422/2264 18% [=========== ] 423/2264 18% [=========== ] 424/2264 18% [=========== ] 425/2264 18% [=========== ] 426/2264 18% [=========== ] 427/2264 18% [=========== ] 428/2264 18% [=========== ] 429/2264 18% [=========== ] 430/2264 18% [=========== ] 431/2264 19% [=========== ] 432/2264 19% [=========== ] 433/2264 19% [=========== ] 434/2264 19% [=========== ] 435/2264 19% [=========== ] 436/2264 19% [=========== ] 437/2264 19% [=========== ] 438/2264 19% [============ ] 439/2264 19% [============ ] 440/2264 19% [============ ] 441/2264 19% [============ ] 442/2264 19% [============ ] 443/2264 19% [============ ] 444/2264 19% [============ ] 445/2264 19% [============ ] 446/2264 19% [============ ] 447/2264 19% [============ ] 448/2264 19% [============ ] 449/2264 19% [============ ] 450/2264 19% [============ ] 451/2264 19% [============ ] 452/2264 19% [============ ] 453/2264 20% [============ ] 454/2264 20% [============ ] 455/2264 20% [============ ] 456/2264 20% [============ ] 457/2264 20% [============ ] 458/2264 20% [============ ] 459/2264 20% [============ ] 460/2264 20% [============ ] 461/2264 20% [============ ] 462/2264 20% [============ ] 463/2264 20% [============ ] 464/2264 20% [============ ] 465/2264 20% [============ ] 466/2264 20% [============ ] 467/2264 20% [============ ] 468/2264 20% [============ ] 469/2264 20% [============ ] 470/2264 20% [============ ] 471/2264 20% [============ ] 472/2264 20% [============ ] 473/2264 20% [============ ] 474/2264 20% [============= ] 475/2264 20% [============= ] 476/2264 21% [============= ] 477/2264 21% [============= ] 478/2264 21% [============= ] 479/2264 21% [============= ] 480/2264 21% [============= ] 481/2264 21% [============= ] 482/2264 21% [============= ] 483/2264 21% [============= ] 484/2264 21% [============= ] 485/2264 21% [============= ] 486/2264 21% [============= ] 487/2264 21% [============= ] 488/2264 21% [============= ] 489/2264 21% [============= ] 490/2264 21% [============= ] 491/2264 21% [============= ] 492/2264 21% [============= ] 493/2264 21% [============= ] 494/2264 21% [============= ] 495/2264 21% [============= ] 496/2264 21% [============= ] 497/2264 21% [============= ] 498/2264 21% [============= ] 499/2264 22% [============= ] 500/2264 22% [============= ] 501/2264 22% [============= ] 502/2264 22% [============= ] 503/2264 22% [============= ] 504/2264 22% [============= ] 505/2264 22% [============= ] 506/2264 22% [============= ] 507/2264 22% [============= ] 508/2264 22% [============= ] 509/2264 22% [============= ] 510/2264 22% [============= ] 511/2264 22% [============== ] 512/2264 22% [============== ] 513/2264 22% [============== ] 514/2264 22% [============== ] 515/2264 22% [============== ] 516/2264 22% [============== ] 517/2264 22% [============== ] 518/2264 22% [============== ] 519/2264 22% [============== ] 520/2264 22% [============== ] 521/2264 23% [============== ] 522/2264 23% [============== ] 523/2264 23% [============== ] 524/2264 23% [============== ] 525/2264 23% [============== ] 526/2264 23% [============== ] 527/2264 23% [============== ] 528/2264 23% [============== ] 529/2264 23% [============== ] 530/2264 23% [============== ] 531/2264 23% [============== ] 532/2264 23% [============== ] 533/2264 23% [============== ] 534/2264 23% [============== ] 535/2264 23% [============== ] 536/2264 23% [============== ] 537/2264 23% [============== ] 538/2264 23% [============== ] 539/2264 23% [============== ] 540/2264 23% [============== ] 541/2264 23% [============== ] 542/2264 23% [============== ] 543/2264 23% [============== ] 544/2264 24% [============== ] 545/2264 24% [============== ] 546/2264 24% [============== ] 547/2264 24% [=============== ] 548/2264 24% [=============== ] 549/2264 24% [=============== ] 550/2264 24% [=============== ] 551/2264 24% [=============== ] 552/2264 24% [=============== ] 553/2264 24% [=============== ] 554/2264 24% [=============== ] 555/2264 24% [=============== ] 556/2264 24% [=============== ] 557/2264 24% [=============== ] 558/2264 24% [=============== ] 559/2264 24% [=============== ] 560/2264 24% [=============== ] 561/2264 24% [=============== ] 562/2264 24% [=============== ] 563/2264 24% [=============== ] 564/2264 24% [=============== ] 565/2264 24% [=============== ] 566/2264 25% [=============== ] 567/2264 25% [=============== ] 568/2264 25% [=============== ] 569/2264 25% [=============== ] 570/2264 25% [=============== ] 571/2264 25% [=============== ] 572/2264 25% [=============== ] 573/2264 25% [=============== ] 574/2264 25% [=============== ] 575/2264 25% [=============== ] 576/2264 25% [=============== ] 577/2264 25% [=============== ] 578/2264 25% [=============== ] 579/2264 25% [=============== ] 580/2264 25% [=============== ] 581/2264 25% [=============== ] 582/2264 25% [=============== ] 583/2264 25% [=============== ] 584/2264 25% [================ ] 585/2264 25% [================ ] 586/2264 25% [================ ] 587/2264 25% [================ ] 588/2264 25% [================ ] 589/2264 26% [================ ] 590/2264 26% [================ ] 591/2264 26% [================ ] 592/2264 26% [================ ] 593/2264 26% [================ ] 594/2264 26% [================ ] 595/2264 26% [================ ] 596/2264 26% [================ ] 597/2264 26% [================ ] 598/2264 26% [================ ] 599/2264 26% [================ ] 600/2264 26% [================ ] 601/2264 26% [================ ] 602/2264 26% [================ ] 603/2264 26% [================ ] 604/2264 26% [================ ] 605/2264 26% [================ ] 606/2264 26% [================ ] 607/2264 26% [================ ] 608/2264 26% [================ ] 609/2264 26% [================ ] 610/2264 26% [================ ] 611/2264 26% [================ ] 612/2264 27% [================ ] 613/2264 27% [================ ] 614/2264 27% [================ ] 615/2264 27% [================ ] 616/2264 27% [================ ] 617/2264 27% [================ ] 618/2264 27% [================ ] 619/2264 27% [================ ] 620/2264 27% [================= ] 621/2264 27% [================= ] 622/2264 27% [================= ] 623/2264 27% [================= ] 624/2264 27% [================= ] 625/2264 27% [================= ] 626/2264 27% [================= ] 627/2264 27% [================= ] 628/2264 27% [================= ] 629/2264 27% [================= ] 630/2264 27% [================= ] 631/2264 27% [================= ] 632/2264 27% [================= ] 633/2264 27% [================= ] 634/2264 28% [================= ] 635/2264 28% [================= ] 636/2264 28% [================= ] 637/2264 28% [================= ] 638/2264 28% [================= ] 639/2264 28% [================= ] 640/2264 28% [================= ] 641/2264 28% [================= ] 642/2264 28% [================= ] 643/2264 28% [================= ] 644/2264 28% [================= ] 645/2264 28% [================= ] 646/2264 28% [================= ] 647/2264 28% [================= ] 648/2264 28% [================= ] 649/2264 28% [================= ] 650/2264 28% [================= ] 651/2264 28% [================= ] 652/2264 28% [================= ] 653/2264 28% [================= ] 654/2264 28% [================= ] 655/2264 28% [================= ] 656/2264 28% [================= ] 657/2264 29% [================== ] 658/2264 29% [================== ] 659/2264 29% [================== ] 660/2264 29% [================== ] 661/2264 29% [================== ] 662/2264 29% [================== ] 663/2264 29% [================== ] 664/2264 29% [================== ] 665/2264 29% [================== ] 666/2264 29% [================== ] 667/2264 29% [================== ] 668/2264 29% [================== ] 669/2264 29% [================== ] 670/2264 29% [================== ] 671/2264 29% [================== ] 672/2264 29% [================== ] 673/2264 29% [================== ] 674/2264 29% [================== ] 675/2264 29% [================== ] 676/2264 29% [================== ] 677/2264 29% [================== ] 678/2264 29% [================== ] 679/2264 29% [================== ] 680/2264 30% [================== ] 681/2264 30% [================== ] 682/2264 30% [================== ] 683/2264 30% [================== ] 684/2264 30% [================== ] 685/2264 30% [================== ] 686/2264 30% [================== ] 687/2264 30% [================== ] 688/2264 30% [================== ] 689/2264 30% [================== ] 690/2264 30% [================== ] 691/2264 30% [================== ] 692/2264 30% [================== ] 693/2264 30% [=================== ] 694/2264 30% [=================== ] 695/2264 30% [=================== ] 696/2264 30% [=================== ] 697/2264 30% [=================== ] 698/2264 30% [=================== ] 699/2264 30% [=================== ] 700/2264 30% [=================== ] 701/2264 30% [=================== ] 702/2264 31% [=================== ] 703/2264 31% [=================== ] 704/2264 31% [=================== ] 705/2264 31% [=================== ] 706/2264 31% [=================== ] 707/2264 31% [=================== ] 708/2264 31% [=================== ] 709/2264 31% [=================== ] 710/2264 31% [=================== ] 711/2264 31% [=================== ] 712/2264 31% [=================== ] 713/2264 31% [=================== ] 714/2264 31% [=================== ] 715/2264 31% [=================== ] 716/2264 31% [=================== ] 717/2264 31% [=================== ] 718/2264 31% [=================== ] 719/2264 31% [=================== ] 720/2264 31% [=================== ] 721/2264 31% [=================== ] 722/2264 31% [=================== ] 723/2264 31% [=================== ] 724/2264 31% [=================== ] 725/2264 32% [=================== ] 726/2264 32% [=================== ] 727/2264 32% [=================== ] 728/2264 32% [=================== ] 729/2264 32% [=================== ] 730/2264 32% [==================== ] 731/2264 32% [==================== ] 732/2264 32% [==================== ] 733/2264 32% [==================== ] 734/2264 32% [==================== ] 735/2264 32% [==================== ] 736/2264 32% [==================== ] 737/2264 32% [==================== ] 738/2264 32% [==================== ] 739/2264 32% [==================== ] 740/2264 32% [==================== ] 741/2264 32% [==================== ] 742/2264 32% [==================== ] 743/2264 32% [==================== ] 744/2264 32% [==================== ] 745/2264 32% [==================== ] 746/2264 32% [==================== ] 747/2264 32% [==================== ] 748/2264 33% [==================== ] 749/2264 33% [==================== ] 750/2264 33% [==================== ] 751/2264 33% [==================== ] 752/2264 33% [==================== ] 753/2264 33% [==================== ] 754/2264 33% [==================== ] 755/2264 33% [==================== ] 756/2264 33% [==================== ] 757/2264 33% [==================== ] 758/2264 33% [==================== ] 759/2264 33% [==================== ] 760/2264 33% [==================== ] 761/2264 33% [==================== ] 762/2264 33% [==================== ] 763/2264 33% [==================== ] 764/2264 33% [==================== ] 765/2264 33% [==================== ] 766/2264 33% [===================== ] 767/2264 33% [===================== ] 768/2264 33% [===================== ] 769/2264 33% [===================== ] 770/2264 34% [===================== ] 771/2264 34% [===================== ] 772/2264 34% [===================== ] 773/2264 34% [===================== ] 774/2264 34% [===================== ] 775/2264 34% [===================== ] 776/2264 34% [===================== ] 777/2264 34% [===================== ] 778/2264 34% [===================== ] 779/2264 34% [===================== ] 780/2264 34% [===================== ] 781/2264 34% [===================== ] 782/2264 34% [===================== ] 783/2264 34% [===================== ] 784/2264 34% [===================== ] 785/2264 34% [===================== ] 786/2264 34% [===================== ] 787/2264 34% [===================== ] 788/2264 34% [===================== ] 789/2264 34% [===================== ] 790/2264 34% [===================== ] 791/2264 34% [===================== ] 792/2264 34% [===================== ] 793/2264 35% [===================== ] 794/2264 35% [===================== ] 795/2264 35% [===================== ] 796/2264 35% [===================== ] 797/2264 35% [===================== ] 798/2264 35% [===================== ] 799/2264 35% [===================== ] 800/2264 35% [===================== ] 801/2264 35% [===================== ] 802/2264 35% [===================== ] 803/2264 35% [====================== ] 804/2264 35% [====================== ] 805/2264 35% [====================== ] 806/2264 35% [====================== ] 807/2264 35% [====================== ] 808/2264 35% [====================== ] 809/2264 35% [====================== ] 810/2264 35% [====================== ] 811/2264 35% [====================== ] 812/2264 35% [====================== ] 813/2264 35% [====================== ] 814/2264 35% [====================== ] 815/2264 35% [====================== ] 816/2264 36% [====================== ] 817/2264 36% [====================== ] 818/2264 36% [====================== ] 819/2264 36% [====================== ] 820/2264 36% [====================== ] 821/2264 36% [====================== ] 822/2264 36% [====================== ] 823/2264 36% [====================== ] 824/2264 36% [====================== ] 825/2264 36% [====================== ] 826/2264 36% [====================== ] 827/2264 36% [====================== ] 828/2264 36% [====================== ] 829/2264 36% [====================== ] 830/2264 36% [====================== ] 831/2264 36% [====================== ] 832/2264 36% [====================== ] 833/2264 36% [====================== ] 834/2264 36% [====================== ] 835/2264 36% [====================== ] 836/2264 36% [====================== ] 837/2264 36% [====================== ] 838/2264 37% [====================== ] 839/2264 37% [======================= ] 840/2264 37% [======================= ] 841/2264 37% [======================= ] 842/2264 37% [======================= ] 843/2264 37% [======================= ] 844/2264 37% [======================= ] 845/2264 37% [======================= ] 846/2264 37% [======================= ] 847/2264 37% [======================= ] 848/2264 37% [======================= ] 849/2264 37% [======================= ] 850/2264 37% [======================= ] 851/2264 37% [======================= ] 852/2264 37% [======================= ] 853/2264 37% [======================= ] 854/2264 37% [======================= ] 855/2264 37% [======================= ] 856/2264 37% [======================= ] 857/2264 37% [======================= ] 858/2264 37% [======================= ] 859/2264 37% [======================= ] 860/2264 37% [======================= ] 861/2264 38% [======================= ] 862/2264 38% [======================= ] 863/2264 38% [======================= ] 864/2264 38% [======================= ] 865/2264 38% [======================= ] 866/2264 38% [======================= ] 867/2264 38% [======================= ] 868/2264 38% [======================= ] 869/2264 38% [======================= ] 870/2264 38% [======================= ] 871/2264 38% [======================= ] 872/2264 38% [======================= ] 873/2264 38% [======================= ] 874/2264 38% [======================= ] 875/2264 38% [======================= ] 876/2264 38% [======================== ] 877/2264 38% [======================== ] 878/2264 38% [======================== ] 879/2264 38% [======================== ] 880/2264 38% [======================== ] 881/2264 38% [======================== ] 882/2264 38% [======================== ] 883/2264 39% [======================== ] 884/2264 39% [======================== ] 885/2264 39% [======================== ] 886/2264 39% [======================== ] 887/2264 39% [======================== ] 888/2264 39% [======================== ] 889/2264 39% [======================== ] 890/2264 39% [======================== ] 891/2264 39% [======================== ] 892/2264 39% [======================== ] 893/2264 39% [======================== ] 894/2264 39% [======================== ] 895/2264 39% [======================== ] 896/2264 39% [======================== ] 897/2264 39% [======================== ] 898/2264 39% [======================== ] 899/2264 39% [======================== ] 900/2264 39% [======================== ] 901/2264 39% [======================== ] 902/2264 39% [======================== ] 903/2264 39% [======================== ] 904/2264 39% [======================== ] 905/2264 39% [======================== ] 906/2264 40% [======================== ] 907/2264 40% [======================== ] 908/2264 40% [======================== ] 909/2264 40% [======================== ] 910/2264 40% [======================== ] 911/2264 40% [======================== ] 912/2264 40% [========================= ] 913/2264 40% [========================= ] 914/2264 40% [========================= ] 915/2264 40% [========================= ] 916/2264 40% [========================= ] 917/2264 40% [========================= ] 918/2264 40% [========================= ] 919/2264 40% [========================= ] 920/2264 40% [========================= ] 921/2264 40% [========================= ] 922/2264 40% [========================= ] 923/2264 40% [========================= ] 924/2264 40% [========================= ] 925/2264 40% [========================= ] 926/2264 40% [========================= ] 927/2264 40% [========================= ] 928/2264 40% [========================= ] 929/2264 41% [========================= ] 930/2264 41% [========================= ] 931/2264 41% [========================= ] 932/2264 41% [========================= ] 933/2264 41% [========================= ] 934/2264 41% [========================= ] 935/2264 41% [========================= ] 936/2264 41% [========================= ] 937/2264 41% [========================= ] 938/2264 41% [========================= ] 939/2264 41% [========================= ] 940/2264 41% [========================= ] 941/2264 41% [========================= ] 942/2264 41% [========================= ] 943/2264 41% [========================= ] 944/2264 41% [========================= ] 945/2264 41% [========================= ] 946/2264 41% [========================= ] 947/2264 41% [========================= ] 948/2264 41% [========================= ] 949/2264 41% [========================== ] 950/2264 41% [========================== ] 951/2264 42% [========================== ] 952/2264 42% [========================== ] 953/2264 42% [========================== ] 954/2264 42% [========================== ] 955/2264 42% [========================== ] 956/2264 42% [========================== ] 957/2264 42% [========================== ] 958/2264 42% [========================== ] 959/2264 42% [========================== ] 960/2264 42% [========================== ] 961/2264 42% [========================== ] 962/2264 42% [========================== ] 963/2264 42% [========================== ] 964/2264 42% [========================== ] 965/2264 42% [========================== ] 966/2264 42% [========================== ] 967/2264 42% [========================== ] 968/2264 42% [========================== ] 969/2264 42% [========================== ] 970/2264 42% [========================== ] 971/2264 42% [========================== ] 972/2264 42% [========================== ] 973/2264 42% [========================== ] 974/2264 43% [========================== ] 975/2264 43% [========================== ] 976/2264 43% [========================== ] 977/2264 43% [========================== ] 978/2264 43% [========================== ] 979/2264 43% [========================== ] 980/2264 43% [========================== ] 981/2264 43% [========================== ] 982/2264 43% [========================== ] 983/2264 43% [========================== ] 984/2264 43% [========================== ] 985/2264 43% [=========================== ] 986/2264 43% [=========================== ] 987/2264 43% [=========================== ] 988/2264 43% [=========================== ] 989/2264 43% [=========================== ] 990/2264 43% [=========================== ] 991/2264 43% [=========================== ] 992/2264 43% [=========================== ] 993/2264 43% [=========================== ] 994/2264 43% [=========================== ] 995/2264 43% [=========================== ] 996/2264 43% [=========================== ] 997/2264 44% [=========================== ] 998/2264 44% [=========================== ] 999/2264 44% [=========================== ] 1000/2264 44% [=========================== ] 1001/2264 44% [=========================== ] 1002/2264 44% [=========================== ] 1003/2264 44% [=========================== ] 1004/2264 44% [=========================== ] 1005/2264 44% [=========================== ] 1006/2264 44% [=========================== ] 1007/2264 44% [=========================== ] 1008/2264 44% [=========================== ] 1009/2264 44% [=========================== ] 1010/2264 44% [=========================== ] 1011/2264 44% [=========================== ] 1012/2264 44% [=========================== ] 1013/2264 44% [=========================== ] 1014/2264 44% [=========================== ] 1015/2264 44% [=========================== ] 1016/2264 44% [=========================== ] 1017/2264 44% [=========================== ] 1018/2264 44% [=========================== ] 1019/2264 45% [=========================== ] 1020/2264 45% [=========================== ] 1021/2264 45% [=========================== ] 1022/2264 45% [============================ ] 1023/2264 45% [============================ ] 1024/2264 45% [============================ ] 1025/2264 45% [============================ ] 1026/2264 45% [============================ ] 1027/2264 45% [============================ ] 1028/2264 45% [============================ ] 1029/2264 45% [============================ ] 1030/2264 45% [============================ ] 1031/2264 45% [============================ ] 1032/2264 45% [============================ ] 1033/2264 45% [============================ ] 1034/2264 45% [============================ ] 1035/2264 45% [============================ ] 1036/2264 45% [============================ ] 1037/2264 45% [============================ ] 1038/2264 45% [============================ ] 1039/2264 45% [============================ ] 1040/2264 45% [============================ ] 1041/2264 45% [============================ ] 1042/2264 46% [============================ ] 1043/2264 46% [============================ ] 1044/2264 46% [============================ ] 1045/2264 46% [============================ ] 1046/2264 46% [============================ ] 1047/2264 46% [============================ ] 1048/2264 46% [============================ ] 1049/2264 46% [============================ ] 1050/2264 46% [============================ ] 1051/2264 46% [============================ ] 1052/2264 46% [============================ ] 1053/2264 46% [============================ ] 1054/2264 46% [============================ ] 1055/2264 46% [============================ ] 1056/2264 46% [============================ ] 1057/2264 46% [============================ ] 1058/2264 46% [============================= ] 1059/2264 46% [============================= ] 1060/2264 46% [============================= ] 1061/2264 46% [============================= ] 1062/2264 46% [============================= ] 1063/2264 46% [============================= ] 1064/2264 46% [============================= ] 1065/2264 47% [============================= ] 1066/2264 47% [============================= ] 1067/2264 47% [============================= ] 1068/2264 47% [============================= ] 1069/2264 47% [============================= ] 1070/2264 47% [============================= ] 1071/2264 47% [============================= ] 1072/2264 47% [============================= ] 1073/2264 47% [============================= ] 1074/2264 47% [============================= ] 1075/2264 47% [============================= ] 1076/2264 47% [============================= ] 1077/2264 47% [============================= ] 1078/2264 47% [============================= ] 1079/2264 47% [============================= ] 1080/2264 47% [============================= ] 1081/2264 47% [============================= ] 1082/2264 47% [============================= ] 1083/2264 47% [============================= ] 1084/2264 47% [============================= ] 1085/2264 47% [============================= ] 1086/2264 47% [============================= ] 1087/2264 48% [============================= ] 1088/2264 48% [============================= ] 1089/2264 48% [============================= ] 1090/2264 48% [============================= ] 1091/2264 48% [============================= ] 1092/2264 48% [============================= ] 1093/2264 48% [============================= ] 1094/2264 48% [============================= ] 1095/2264 48% [============================== ] 1096/2264 48% [============================== ] 1097/2264 48% [============================== ] 1098/2264 48% [============================== ] 1099/2264 48% [============================== ] 1100/2264 48% [============================== ] 1101/2264 48% [============================== ] 1102/2264 48% [============================== ] 1103/2264 48% [============================== ] 1104/2264 48% [============================== ] 1105/2264 48% [============================== ] 1106/2264 48% [============================== ] 1107/2264 48% [============================== ] 1108/2264 48% [============================== ] 1109/2264 48% [============================== ] 1110/2264 49% [============================== ] 1111/2264 49% [============================== ] 1112/2264 49% [============================== ] 1113/2264 49% [============================== ] 1114/2264 49% [============================== ] 1115/2264 49% [============================== ] 1116/2264 49% [============================== ] 1117/2264 49% [============================== ] 1118/2264 49% [============================== ] 1119/2264 49% [============================== ] 1120/2264 49% [============================== ] 1121/2264 49% [============================== ] 1122/2264 49% [============================== ] 1123/2264 49% [============================== ] 1124/2264 49% [============================== ] 1125/2264 49% [============================== ] 1126/2264 49% [============================== ] 1127/2264 49% [============================== ] 1128/2264 49% [============================== ] 1129/2264 49% [============================== ] 1130/2264 49% [============================== ] 1131/2264 49% [=============================== ] 1132/2264 50% [=============================== ] 1133/2264 50% [=============================== ] 1134/2264 50% [=============================== ] 1135/2264 50% [=============================== ] 1136/2264 50% [=============================== ] 1137/2264 50% [=============================== ] 1138/2264 50% [=============================== ] 1139/2264 50% [=============================== ] 1140/2264 50% [=============================== ] 1141/2264 50% [=============================== ] 1142/2264 50% [=============================== ] 1143/2264 50% [=============================== ] 1144/2264 50% [=============================== ] 1145/2264 50% [=============================== ] 1146/2264 50% [=============================== ] 1147/2264 50% [=============================== ] 1148/2264 50% [=============================== ] 1149/2264 50% [=============================== ] 1150/2264 50% [=============================== ] 1151/2264 50% [=============================== ] 1152/2264 50% [=============================== ] 1153/2264 50% [=============================== ] 1154/2264 50% [=============================== ] 1155/2264 51% [=============================== ] 1156/2264 51% [=============================== ] 1157/2264 51% [=============================== ] 1158/2264 51% [=============================== ] 1159/2264 51% [=============================== ] 1160/2264 51% [=============================== ] 1161/2264 51% [=============================== ] 1162/2264 51% [=============================== ] 1163/2264 51% [=============================== ] 1164/2264 51% [=============================== ] 1165/2264 51% [=============================== ] 1166/2264 51% [=============================== ] 1167/2264 51% [=============================== ] 1168/2264 51% [================================ ] 1169/2264 51% [================================ ] 1170/2264 51% [================================ ] 1171/2264 51% [================================ ] 1172/2264 51% [================================ ] 1173/2264 51% [================================ ] 1174/2264 51% [================================ ] 1175/2264 51% [================================ ] 1176/2264 51% [================================ ] 1177/2264 51% [================================ ] 1178/2264 52% [================================ ] 1179/2264 52% [================================ ] 1180/2264 52% [================================ ] 1181/2264 52% [================================ ] 1182/2264 52% [================================ ] 1183/2264 52% [================================ ] 1184/2264 52% [================================ ] 1185/2264 52% [================================ ] 1186/2264 52% [================================ ] 1187/2264 52% [================================ ] 1188/2264 52% [================================ ] 1189/2264 52% [================================ ] 1190/2264 52% [================================ ] 1191/2264 52% [================================ ] 1192/2264 52% [================================ ] 1193/2264 52% [================================ ] 1194/2264 52% [================================ ] 1195/2264 52% [================================ ] 1196/2264 52% [================================ ] 1197/2264 52% [================================ ] 1198/2264 52% [================================ ] 1199/2264 52% [================================ ] 1200/2264 53% [================================ ] 1201/2264 53% [================================ ] 1202/2264 53% [================================ ] 1203/2264 53% [================================ ] 1204/2264 53% [================================ ] 1205/2264 53% [================================= ] 1206/2264 53% [================================= ] 1207/2264 53% [================================= ] 1208/2264 53% [================================= ] 1209/2264 53% [================================= ] 1210/2264 53% [================================= ] 1211/2264 53% [================================= ] 1212/2264 53% [================================= ] 1213/2264 53% [================================= ] 1214/2264 53% [================================= ] 1215/2264 53% [================================= ] 1216/2264 53% [================================= ] 1217/2264 53% [================================= ] 1218/2264 53% [================================= ] 1219/2264 53% [================================= ] 1220/2264 53% [================================= ] 1221/2264 53% [================================= ] 1222/2264 53% [================================= ] 1223/2264 54% [================================= ] 1224/2264 54% [================================= ] 1225/2264 54% [================================= ] 1226/2264 54% [================================= ] 1227/2264 54% [================================= ] 1228/2264 54% [================================= ] 1229/2264 54% [================================= ] 1230/2264 54% [================================= ] 1231/2264 54% [================================= ] 1232/2264 54% [================================= ] 1233/2264 54% [================================= ] 1234/2264 54% [================================= ] 1235/2264 54% [================================= ] 1236/2264 54% [================================= ] 1237/2264 54% [================================= ] 1238/2264 54% [================================= ] 1239/2264 54% [================================= ] 1240/2264 54% [================================= ] 1241/2264 54% [================================== ] 1242/2264 54% [================================== ] 1243/2264 54% [================================== ] 1244/2264 54% [================================== ] 1245/2264 54% [================================== ] 1246/2264 55% [================================== ] 1247/2264 55% [================================== ] 1248/2264 55% [================================== ] 1249/2264 55% [================================== ] 1250/2264 55% [================================== ] 1251/2264 55% [================================== ] 1252/2264 55% [================================== ] 1253/2264 55% [================================== ] 1254/2264 55% [================================== ] 1255/2264 55% [================================== ] 1256/2264 55% [================================== ] 1257/2264 55% [================================== ] 1258/2264 55% [================================== ] 1259/2264 55% [================================== ] 1260/2264 55% [================================== ] 1261/2264 55% [================================== ] 1262/2264 55% [================================== ] 1263/2264 55% [================================== ] 1264/2264 55% [================================== ] 1265/2264 55% [================================== ] 1266/2264 55% [================================== ] 1267/2264 55% [================================== ] 1268/2264 56% [================================== ] 1269/2264 56% [================================== ] 1270/2264 56% [================================== ] 1271/2264 56% [================================== ] 1272/2264 56% [================================== ] 1273/2264 56% [================================== ] 1274/2264 56% [================================== ] 1275/2264 56% [================================== ] 1276/2264 56% [================================== ] 1277/2264 56% [================================== ] 1278/2264 56% [=================================== ] 1279/2264 56% [=================================== ] 1280/2264 56% [=================================== ] 1281/2264 56% [=================================== ] 1282/2264 56% [=================================== ] 1283/2264 56% [=================================== ] 1284/2264 56% [=================================== ] 1285/2264 56% [=================================== ] 1286/2264 56% [=================================== ] 1287/2264 56% [=================================== ] 1288/2264 56% [=================================== ] 1289/2264 56% [=================================== ] 1290/2264 56% [=================================== ] 1291/2264 57% [=================================== ] 1292/2264 57% [=================================== ] 1293/2264 57% [=================================== ] 1294/2264 57% [=================================== ] 1295/2264 57% [=================================== ] 1296/2264 57% [=================================== ] 1297/2264 57% [=================================== ] 1298/2264 57% [=================================== ] 1299/2264 57% [=================================== ] 1300/2264 57% [=================================== ] 1301/2264 57% [=================================== ] 1302/2264 57% [=================================== ] 1303/2264 57% [=================================== ] 1304/2264 57% [=================================== ] 1305/2264 57% [=================================== ] 1306/2264 57% [=================================== ] 1307/2264 57% [=================================== ] 1308/2264 57% [=================================== ] 1309/2264 57% [=================================== ] 1310/2264 57% [=================================== ] 1311/2264 57% [=================================== ] 1312/2264 57% [=================================== ] 1313/2264 57% [=================================== ] 1314/2264 58% [==================================== ] 1315/2264 58% [==================================== ] 1316/2264 58% [==================================== ] 1317/2264 58% [==================================== ] 1318/2264 58% [==================================== ] 1319/2264 58% [==================================== ] 1320/2264 58% [==================================== ] 1321/2264 58% [==================================== ] 1322/2264 58% [==================================== ] 1323/2264 58% [==================================== ] 1324/2264 58% [==================================== ] 1325/2264 58% [==================================== ] 1326/2264 58% [==================================== ] 1327/2264 58% [==================================== ] 1328/2264 58% [==================================== ] 1329/2264 58% [==================================== ] 1330/2264 58% [==================================== ] 1331/2264 58% [==================================== ] 1332/2264 58% [==================================== ] 1333/2264 58% [==================================== ] 1334/2264 58% [==================================== ] 1335/2264 58% [==================================== ] 1336/2264 59% [==================================== ] 1337/2264 59% [==================================== ] 1338/2264 59% [==================================== ] 1339/2264 59% [==================================== ] 1340/2264 59% [==================================== ] 1341/2264 59% [==================================== ] 1342/2264 59% [==================================== ] 1343/2264 59% [==================================== ] 1344/2264 59% [==================================== ] 1345/2264 59% [==================================== ] 1346/2264 59% [==================================== ] 1347/2264 59% [==================================== ] 1348/2264 59% [==================================== ] 1349/2264 59% [==================================== ] 1350/2264 59% [==================================== ] 1351/2264 59% [===================================== ] 1352/2264 59% [===================================== ] 1353/2264 59% [===================================== ] 1354/2264 59% [===================================== ] 1355/2264 59% [===================================== ] 1356/2264 59% [===================================== ] 1357/2264 59% [===================================== ] 1358/2264 59% [===================================== ] 1359/2264 60% [===================================== ] 1360/2264 60% [===================================== ] 1361/2264 60% [===================================== ] 1362/2264 60% [===================================== ] 1363/2264 60% [===================================== ] 1364/2264 60% [===================================== ] 1365/2264 60% [===================================== ] 1366/2264 60% [===================================== ] 1367/2264 60% [===================================== ] 1368/2264 60% [===================================== ] 1369/2264 60% [===================================== ] 1370/2264 60% [===================================== ] 1371/2264 60% [===================================== ] 1372/2264 60% [===================================== ] 1373/2264 60% [===================================== ] 1374/2264 60% [===================================== ] 1375/2264 60% [===================================== ] 1376/2264 60% [===================================== ] 1377/2264 60% [===================================== ] 1378/2264 60% [===================================== ] 1379/2264 60% [===================================== ] 1380/2264 60% [===================================== ] 1381/2264 60% [===================================== ] 1382/2264 61% [===================================== ] 1383/2264 61% [===================================== ] 1384/2264 61% [===================================== ] 1385/2264 61% [===================================== ] 1386/2264 61% [===================================== ] 1387/2264 61% [====================================== ] 1388/2264 61% [====================================== ] 1389/2264 61% [====================================== ] 1390/2264 61% [====================================== ] 1391/2264 61% [====================================== ] 1392/2264 61% [====================================== ] 1393/2264 61% [====================================== ] 1394/2264 61% [====================================== ] 1395/2264 61% [====================================== ] 1396/2264 61% [====================================== ] 1397/2264 61% [====================================== ] 1398/2264 61% [====================================== ] 1399/2264 61% [====================================== ] 1400/2264 61% [====================================== ] 1401/2264 61% [====================================== ] 1402/2264 61% [====================================== ] 1403/2264 61% [====================================== ] 1404/2264 62% [====================================== ] 1405/2264 62% [====================================== ] 1406/2264 62% [====================================== ] 1407/2264 62% [====================================== ] 1408/2264 62% [====================================== ] 1409/2264 62% [====================================== ] 1410/2264 62% [====================================== ] 1411/2264 62% [====================================== ] 1412/2264 62% [====================================== ] 1413/2264 62% [====================================== ] 1414/2264 62% [====================================== ] 1415/2264 62% [====================================== ] 1416/2264 62% [====================================== ] 1417/2264 62% [====================================== ] 1418/2264 62% [====================================== ] 1419/2264 62% [====================================== ] 1420/2264 62% [====================================== ] 1421/2264 62% [====================================== ] 1422/2264 62% [====================================== ] 1423/2264 62% [====================================== ] 1424/2264 62% [======================================= ] 1425/2264 62% [======================================= ] 1426/2264 62% [======================================= ] 1427/2264 63% [======================================= ] 1428/2264 63% [======================================= ] 1429/2264 63% [======================================= ] 1430/2264 63% [======================================= ] 1431/2264 63% [======================================= ] 1432/2264 63% [======================================= ] 1433/2264 63% [======================================= ] 1434/2264 63% [======================================= ] 1435/2264 63% [======================================= ] 1436/2264 63% [======================================= ] 1437/2264 63% [======================================= ] 1438/2264 63% [======================================= ] 1439/2264 63% [======================================= ] 1440/2264 63% [======================================= ] 1441/2264 63% [======================================= ] 1442/2264 63% [======================================= ] 1443/2264 63% [======================================= ] 1444/2264 63% [======================================= ] 1445/2264 63% [======================================= ] 1446/2264 63% [======================================= ] 1447/2264 63% [======================================= ] 1448/2264 63% [======================================= ] 1449/2264 64% [======================================= ] 1450/2264 64% [======================================= ] 1451/2264 64% [======================================= ] 1452/2264 64% [======================================= ] 1453/2264 64% [======================================= ] 1454/2264 64% [======================================= ] 1455/2264 64% [======================================= ] 1456/2264 64% [======================================= ] 1457/2264 64% [======================================= ] 1458/2264 64% [======================================= ] 1459/2264 64% [======================================= ] 1460/2264 64% [======================================== ] 1461/2264 64% [======================================== ] 1462/2264 64% [======================================== ] 1463/2264 64% [======================================== ] 1464/2264 64% [======================================== ] 1465/2264 64% [======================================== ] 1466/2264 64% [======================================== ] 1467/2264 64% [======================================== ] 1468/2264 64% [======================================== ] 1469/2264 64% [======================================== ] 1470/2264 64% [======================================== ] 1471/2264 64% [======================================== ] 1472/2264 65% [======================================== ] 1473/2264 65% [======================================== ] 1474/2264 65% [======================================== ] 1475/2264 65% [======================================== ] 1476/2264 65% [======================================== ] 1477/2264 65% [======================================== ] 1478/2264 65% [======================================== ] 1479/2264 65% [======================================== ] 1480/2264 65% [======================================== ] 1481/2264 65% [======================================== ] 1482/2264 65% [======================================== ] 1483/2264 65% [======================================== ] 1484/2264 65% [======================================== ] 1485/2264 65% [======================================== ] 1486/2264 65% [======================================== ] 1487/2264 65% [======================================== ] 1488/2264 65% [======================================== ] 1489/2264 65% [======================================== ] 1490/2264 65% [======================================== ] 1491/2264 65% [======================================== ] 1492/2264 65% [======================================== ] 1493/2264 65% [======================================== ] 1494/2264 65% [======================================== ] 1495/2264 66% [======================================== ] 1496/2264 66% [======================================== ] 1497/2264 66% [========================================= ] 1498/2264 66% [========================================= ] 1499/2264 66% [========================================= ] 1500/2264 66% [========================================= ] 1501/2264 66% [========================================= ] 1502/2264 66% [========================================= ] 1503/2264 66% [========================================= ] 1504/2264 66% [========================================= ] 1505/2264 66% [========================================= ] 1506/2264 66% [========================================= ] 1507/2264 66% [========================================= ] 1508/2264 66% [========================================= ] 1509/2264 66% [========================================= ] 1510/2264 66% [========================================= ] 1511/2264 66% [========================================= ] 1512/2264 66% [========================================= ] 1513/2264 66% [========================================= ] 1514/2264 66% [========================================= ] 1515/2264 66% [========================================= ] 1516/2264 66% [========================================= ] 1517/2264 67% [========================================= ] 1518/2264 67% [========================================= ] 1519/2264 67% [========================================= ] 1520/2264 67% [========================================= ] 1521/2264 67% [========================================= ] 1522/2264 67% [========================================= ] 1523/2264 67% [========================================= ] 1524/2264 67% [========================================= ] 1525/2264 67% [========================================= ] 1526/2264 67% [========================================= ] 1527/2264 67% [========================================= ] 1528/2264 67% [========================================= ] 1529/2264 67% [========================================= ] 1530/2264 67% [========================================= ] 1531/2264 67% [========================================= ] 1532/2264 67% [========================================= ] 1533/2264 67% [========================================== ] 1534/2264 67% [========================================== ] 1535/2264 67% [========================================== ] 1536/2264 67% [========================================== ] 1537/2264 67% [========================================== ] 1538/2264 67% [========================================== ] 1539/2264 67% [========================================== ] 1540/2264 68% [========================================== ] 1541/2264 68% [========================================== ] 1542/2264 68% [========================================== ] 1543/2264 68% [========================================== ] 1544/2264 68% [========================================== ] 1545/2264 68% [========================================== ] 1546/2264 68% [========================================== ] 1547/2264 68% [========================================== ] 1548/2264 68% [========================================== ] 1549/2264 68% [========================================== ] 1550/2264 68% [========================================== ] 1551/2264 68% [========================================== ] 1552/2264 68% [========================================== ] 1553/2264 68% [========================================== ] 1554/2264 68% [========================================== ] 1555/2264 68% [========================================== ] 1556/2264 68% [========================================== ] 1557/2264 68% [========================================== ] 1558/2264 68% [========================================== ] 1559/2264 68% [========================================== ] 1560/2264 68% [========================================== ] 1561/2264 68% [========================================== ] 1562/2264 68% [========================================== ] 1563/2264 69% [========================================== ] 1564/2264 69% [========================================== ] 1565/2264 69% [========================================== ] 1566/2264 69% [========================================== ] 1567/2264 69% [========================================== ] 1568/2264 69% [========================================== ] 1569/2264 69% [========================================== ] 1570/2264 69% [=========================================== ] 1571/2264 69% [=========================================== ] 1572/2264 69% [=========================================== ] 1573/2264 69% [=========================================== ] 1574/2264 69% [=========================================== ] 1575/2264 69% [=========================================== ] 1576/2264 69% [=========================================== ] 1577/2264 69% [=========================================== ] 1578/2264 69% [=========================================== ] 1579/2264 69% [=========================================== ] 1580/2264 69% [=========================================== ] 1581/2264 69% [=========================================== ] 1582/2264 69% [=========================================== ] 1583/2264 69% [=========================================== ] 1584/2264 69% [=========================================== ] 1585/2264 70% [=========================================== ] 1586/2264 70% [=========================================== ] 1587/2264 70% [=========================================== ] 1588/2264 70% [=========================================== ] 1589/2264 70% [=========================================== ] 1590/2264 70% [=========================================== ] 1591/2264 70% [=========================================== ] 1592/2264 70% [=========================================== ] 1593/2264 70% [=========================================== ] 1594/2264 70% [=========================================== ] 1595/2264 70% [=========================================== ] 1596/2264 70% [=========================================== ] 1597/2264 70% [=========================================== ] 1598/2264 70% [=========================================== ] 1599/2264 70% [=========================================== ] 1600/2264 70% [=========================================== ] 1601/2264 70% [=========================================== ] 1602/2264 70% [=========================================== ] 1603/2264 70% [=========================================== ] 1604/2264 70% [=========================================== ] 1605/2264 70% [=========================================== ] 1606/2264 70% [============================================ ] 1607/2264 70% [============================================ ] 1608/2264 71% [============================================ ] 1609/2264 71% [============================================ ] 1610/2264 71% [============================================ ] 1611/2264 71% [============================================ ] 1612/2264 71% [============================================ ] 1613/2264 71% [============================================ ] 1614/2264 71% [============================================ ] 1615/2264 71% [============================================ ] 1616/2264 71% [============================================ ] 1617/2264 71% [============================================ ] 1618/2264 71% [============================================ ] 1619/2264 71% [============================================ ] 1620/2264 71% [============================================ ] 1621/2264 71% [============================================ ] 1622/2264 71% [============================================ ] 1623/2264 71% [============================================ ] 1624/2264 71% [============================================ ] 1625/2264 71% [============================================ ] 1626/2264 71% [============================================ ] 1627/2264 71% [============================================ ] 1628/2264 71% [============================================ ] 1629/2264 71% [============================================ ] 1630/2264 71% [============================================ ] 1631/2264 72% [============================================ ] 1632/2264 72% [============================================ ] 1633/2264 72% [============================================ ] 1634/2264 72% [============================================ ] 1635/2264 72% [============================================ ] 1636/2264 72% [============================================ ] 1637/2264 72% [============================================ ] 1638/2264 72% [============================================ ] 1639/2264 72% [============================================ ] 1640/2264 72% [============================================ ] 1641/2264 72% [============================================ ] 1642/2264 72% [============================================ ] 1643/2264 72% [============================================= ] 1644/2264 72% [============================================= ] 1645/2264 72% [============================================= ] 1646/2264 72% [============================================= ] 1647/2264 72% [============================================= ] 1648/2264 72% [============================================= ] 1649/2264 72% [============================================= ] 1650/2264 72% [============================================= ] 1651/2264 72% [============================================= ] 1652/2264 72% [============================================= ] 1653/2264 73% [============================================= ] 1654/2264 73% [============================================= ] 1655/2264 73% [============================================= ] 1656/2264 73% [============================================= ] 1657/2264 73% [============================================= ] 1658/2264 73% [============================================= ] 1659/2264 73% [============================================= ] 1660/2264 73% [============================================= ] 1661/2264 73% [============================================= ] 1662/2264 73% [============================================= ] 1663/2264 73% [============================================= ] 1664/2264 73% [============================================= ] 1665/2264 73% [============================================= ] 1666/2264 73% [============================================= ] 1667/2264 73% [============================================= ] 1668/2264 73% [============================================= ] 1669/2264 73% [============================================= ] 1670/2264 73% [============================================= ] 1671/2264 73% [============================================= ] 1672/2264 73% [============================================= ] 1673/2264 73% [============================================= ] 1674/2264 73% [============================================= ] 1675/2264 73% [============================================= ] 1676/2264 74% [============================================= ] 1677/2264 74% [============================================= ] 1678/2264 74% [============================================= ] 1679/2264 74% [============================================== ] 1680/2264 74% [============================================== ] 1681/2264 74% [============================================== ] 1682/2264 74% [============================================== ] 1683/2264 74% [============================================== ] 1684/2264 74% [============================================== ] 1685/2264 74% [============================================== ] 1686/2264 74% [============================================== ] 1687/2264 74% [============================================== ] 1688/2264 74% [============================================== ] 1689/2264 74% [============================================== ] 1690/2264 74% [============================================== ] 1691/2264 74% [============================================== ] 1692/2264 74% [============================================== ] 1693/2264 74% [============================================== ] 1694/2264 74% [============================================== ] 1695/2264 74% [============================================== ] 1696/2264 74% [============================================== ] 1697/2264 74% [============================================== ] 1698/2264 75% [============================================== ] 1699/2264 75% [============================================== ] 1700/2264 75% [============================================== ] 1701/2264 75% [============================================== ] 1702/2264 75% [============================================== ] 1703/2264 75% [============================================== ] 1704/2264 75% [============================================== ] 1705/2264 75% [============================================== ] 1706/2264 75% [============================================== ] 1707/2264 75% [============================================== ] 1708/2264 75% [============================================== ] 1709/2264 75% [============================================== ] 1710/2264 75% [============================================== ] 1711/2264 75% [============================================== ] 1712/2264 75% [============================================== ] 1713/2264 75% [============================================== ] 1714/2264 75% [============================================== ] 1715/2264 75% [============================================== ] 1716/2264 75% [=============================================== ] 1717/2264 75% [=============================================== ] 1718/2264 75% [=============================================== ] 1719/2264 75% [=============================================== ] 1720/2264 75% [=============================================== ] 1721/2264 76% [=============================================== ] 1722/2264 76% [=============================================== ] 1723/2264 76% [=============================================== ] 1724/2264 76% [=============================================== ] 1725/2264 76% [=============================================== ] 1726/2264 76% [=============================================== ] 1727/2264 76% [=============================================== ] 1728/2264 76% [=============================================== ] 1729/2264 76% [=============================================== ] 1730/2264 76% [=============================================== ] 1731/2264 76% [=============================================== ] 1732/2264 76% [=============================================== ] 1733/2264 76% [=============================================== ] 1734/2264 76% [=============================================== ] 1735/2264 76% [=============================================== ] 1736/2264 76% [=============================================== ] 1737/2264 76% [=============================================== ] 1738/2264 76% [=============================================== ] 1739/2264 76% [=============================================== ] 1740/2264 76% [=============================================== ] 1741/2264 76% [=============================================== ] 1742/2264 76% [=============================================== ] 1743/2264 76% [=============================================== ] 1744/2264 77% [=============================================== ] 1745/2264 77% [=============================================== ] 1746/2264 77% [=============================================== ] 1747/2264 77% [=============================================== ] 1748/2264 77% [=============================================== ] 1749/2264 77% [=============================================== ] 1750/2264 77% [=============================================== ] 1751/2264 77% [=============================================== ] 1752/2264 77% [================================================ ] 1753/2264 77% [================================================ ] 1754/2264 77% [================================================ ] 1755/2264 77% [================================================ ] 1756/2264 77% [================================================ ] 1757/2264 77% [================================================ ] 1758/2264 77% [================================================ ] 1759/2264 77% [================================================ ] 1760/2264 77% [================================================ ] 1761/2264 77% [================================================ ] 1762/2264 77% [================================================ ] 1763/2264 77% [================================================ ] 1764/2264 77% [================================================ ] 1765/2264 77% [================================================ ] 1766/2264 78% [================================================ ] 1767/2264 78% [================================================ ] 1768/2264 78% [================================================ ] 1769/2264 78% [================================================ ] 1770/2264 78% [================================================ ] 1771/2264 78% [================================================ ] 1772/2264 78% [================================================ ] 1773/2264 78% [================================================ ] 1774/2264 78% [================================================ ] 1775/2264 78% [================================================ ] 1776/2264 78% [================================================ ] 1777/2264 78% [================================================ ] 1778/2264 78% [================================================ ] 1779/2264 78% [================================================ ] 1780/2264 78% [================================================ ] 1781/2264 78% [================================================ ] 1782/2264 78% [================================================ ] 1783/2264 78% [================================================ ] 1784/2264 78% [================================================ ] 1785/2264 78% [================================================ ] 1786/2264 78% [================================================ ] 1787/2264 78% [================================================ ] 1788/2264 78% [================================================ ] 1789/2264 79% [================================================= ] 1790/2264 79% [================================================= ] 1791/2264 79% [================================================= ] 1792/2264 79% [================================================= ] 1793/2264 79% [================================================= ] 1794/2264 79% [================================================= ] 1795/2264 79% [================================================= ] 1796/2264 79% [================================================= ] 1797/2264 79% [================================================= ] 1798/2264 79% [================================================= ] 1799/2264 79% [================================================= ] 1800/2264 79% [================================================= ] 1801/2264 79% [================================================= ] 1802/2264 79% [================================================= ] 1803/2264 79% [================================================= ] 1804/2264 79% [================================================= ] 1805/2264 79% [================================================= ] 1806/2264 79% [================================================= ] 1807/2264 79% [================================================= ] 1808/2264 79% [================================================= ] 1809/2264 79% [================================================= ] 1810/2264 79% [================================================= ] 1811/2264 79% [================================================= ] 1812/2264 80% [================================================= ] 1813/2264 80% [================================================= ] 1814/2264 80% [================================================= ] 1815/2264 80% [================================================= ] 1816/2264 80% [================================================= ] 1817/2264 80% [================================================= ] 1818/2264 80% [================================================= ] 1819/2264 80% [================================================= ] 1820/2264 80% [================================================= ] 1821/2264 80% [================================================= ] 1822/2264 80% [================================================= ] 1823/2264 80% [================================================= ] 1824/2264 80% [================================================= ] 1825/2264 80% [================================================== ] 1826/2264 80% [================================================== ] 1827/2264 80% [================================================== ] 1828/2264 80% [================================================== ] 1829/2264 80% [================================================== ] 1830/2264 80% [================================================== ] 1831/2264 80% [================================================== ] 1832/2264 80% [================================================== ] 1833/2264 80% [================================================== ] 1834/2264 81% [================================================== ] 1835/2264 81% [================================================== ] 1836/2264 81% [================================================== ] 1837/2264 81% [================================================== ] 1838/2264 81% [================================================== ] 1839/2264 81% [================================================== ] 1840/2264 81% [================================================== ] 1841/2264 81% [================================================== ] 1842/2264 81% [================================================== ] 1843/2264 81% [================================================== ] 1844/2264 81% [================================================== ] 1845/2264 81% [================================================== ] 1846/2264 81% [================================================== ] 1847/2264 81% [================================================== ] 1848/2264 81% [================================================== ] 1849/2264 81% [================================================== ] 1850/2264 81% [================================================== ] 1851/2264 81% [================================================== ] 1852/2264 81% [================================================== ] 1853/2264 81% [================================================== ] 1854/2264 81% [================================================== ] 1855/2264 81% [================================================== ] 1856/2264 81% [================================================== ] 1857/2264 82% [================================================== ] 1858/2264 82% [================================================== ] 1859/2264 82% [================================================== ] 1860/2264 82% [================================================== ] 1861/2264 82% [================================================== ] 1862/2264 82% [=================================================== ] 1863/2264 82% [=================================================== ] 1864/2264 82% [=================================================== ] 1865/2264 82% [=================================================== ] 1866/2264 82% [=================================================== ] 1867/2264 82% [=================================================== ] 1868/2264 82% [=================================================== ] 1869/2264 82% [=================================================== ] 1870/2264 82% [=================================================== ] 1871/2264 82% [=================================================== ] 1872/2264 82% [=================================================== ] 1873/2264 82% [=================================================== ] 1874/2264 82% [=================================================== ] 1875/2264 82% [=================================================== ] 1876/2264 82% [=================================================== ] 1877/2264 82% [=================================================== ] 1878/2264 82% [=================================================== ] 1879/2264 82% [=================================================== ] 1880/2264 83% [=================================================== ] 1881/2264 83% [=================================================== ] 1882/2264 83% [=================================================== ] 1883/2264 83% [=================================================== ] 1884/2264 83% [=================================================== ] 1885/2264 83% [=================================================== ] 1886/2264 83% [=================================================== ] 1887/2264 83% [=================================================== ] 1888/2264 83% [=================================================== ] 1889/2264 83% [=================================================== ] 1890/2264 83% [=================================================== ] 1891/2264 83% [=================================================== ] 1892/2264 83% [=================================================== ] 1893/2264 83% [=================================================== ] 1894/2264 83% [=================================================== ] 1895/2264 83% [=================================================== ] 1896/2264 83% [=================================================== ] 1897/2264 83% [=================================================== ] 1898/2264 83% [==================================================== ] 1899/2264 83% [==================================================== ] 1900/2264 83% [==================================================== ] 1901/2264 83% [==================================================== ] 1902/2264 84% [==================================================== ] 1903/2264 84% [==================================================== ] 1904/2264 84% [==================================================== ] 1905/2264 84% [==================================================== ] 1906/2264 84% [==================================================== ] 1907/2264 84% [==================================================== ] 1908/2264 84% [==================================================== ] 1909/2264 84% [==================================================== ] 1910/2264 84% [==================================================== ] 1911/2264 84% [==================================================== ] 1912/2264 84% [==================================================== ] 1913/2264 84% [==================================================== ] 1914/2264 84% [==================================================== ] 1915/2264 84% [==================================================== ] 1916/2264 84% [==================================================== ] 1917/2264 84% [==================================================== ] 1918/2264 84% [==================================================== ] 1919/2264 84% [==================================================== ] 1920/2264 84% [==================================================== ] 1921/2264 84% [==================================================== ] 1922/2264 84% [==================================================== ] 1923/2264 84% [==================================================== ] 1924/2264 84% [==================================================== ] 1925/2264 85% [==================================================== ] 1926/2264 85% [==================================================== ] 1927/2264 85% [==================================================== ] 1928/2264 85% [==================================================== ] 1929/2264 85% [==================================================== ] 1930/2264 85% [==================================================== ] 1931/2264 85% [==================================================== ] 1932/2264 85% [==================================================== ] 1933/2264 85% [==================================================== ] 1934/2264 85% [==================================================== ] 1935/2264 85% [===================================================== ] 1936/2264 85% [===================================================== ] 1937/2264 85% [===================================================== ] 1938/2264 85% [===================================================== ] 1939/2264 85% [===================================================== ] 1940/2264 85% [===================================================== ] 1941/2264 85% [===================================================== ] 1942/2264 85% [===================================================== ] 1943/2264 85% [===================================================== ] 1944/2264 85% [===================================================== ] 1945/2264 85% [===================================================== ] 1946/2264 85% [===================================================== ] 1947/2264 85% [===================================================== ] 1948/2264 86% [===================================================== ] 1949/2264 86% [===================================================== ] 1950/2264 86% [===================================================== ] 1951/2264 86% [===================================================== ] 1952/2264 86% [===================================================== ] 1953/2264 86% [===================================================== ] 1954/2264 86% [===================================================== ] 1955/2264 86% [===================================================== ] 1956/2264 86% [===================================================== ] 1957/2264 86% [===================================================== ] 1958/2264 86% [===================================================== ] 1959/2264 86% [===================================================== ] 1960/2264 86% [===================================================== ] 1961/2264 86% [===================================================== ] 1962/2264 86% [===================================================== ] 1963/2264 86% [===================================================== ] 1964/2264 86% [===================================================== ] 1965/2264 86% [===================================================== ] 1966/2264 86% [===================================================== ] 1967/2264 86% [===================================================== ] 1968/2264 86% [===================================================== ] 1969/2264 86% [===================================================== ] 1970/2264 87% [===================================================== ] 1971/2264 87% [====================================================== ] 1972/2264 87% [====================================================== ] 1973/2264 87% [====================================================== ] 1974/2264 87% [====================================================== ] 1975/2264 87% [====================================================== ] 1976/2264 87% [====================================================== ] 1977/2264 87% [====================================================== ] 1978/2264 87% [====================================================== ] 1979/2264 87% [====================================================== ] 1980/2264 87% [====================================================== ] 1981/2264 87% [====================================================== ] 1982/2264 87% [====================================================== ] 1983/2264 87% [====================================================== ] 1984/2264 87% [====================================================== ] 1985/2264 87% [====================================================== ] 1986/2264 87% [====================================================== ] 1987/2264 87% [====================================================== ] 1988/2264 87% [====================================================== ] 1989/2264 87% [====================================================== ] 1990/2264 87% [====================================================== ] 1991/2264 87% [====================================================== ] 1992/2264 87% [====================================================== ] 1993/2264 88% [====================================================== ] 1994/2264 88% [====================================================== ] 1995/2264 88% [====================================================== ] 1996/2264 88% [====================================================== ] 1997/2264 88% [====================================================== ] 1998/2264 88% [====================================================== ] 1999/2264 88% [====================================================== ] 2000/2264 88% [====================================================== ] 2001/2264 88% [====================================================== ] 2002/2264 88% [====================================================== ] 2003/2264 88% [====================================================== ] 2004/2264 88% [====================================================== ] 2005/2264 88% [====================================================== ] 2006/2264 88% [====================================================== ] 2007/2264 88% [====================================================== ] 2008/2264 88% [======================================================= ] 2009/2264 88% [======================================================= ] 2010/2264 88% [======================================================= ] 2011/2264 88% [======================================================= ] 2012/2264 88% [======================================================= ] 2013/2264 88% [======================================================= ] 2014/2264 88% [======================================================= ] 2015/2264 89% [======================================================= ] 2016/2264 89% [======================================================= ] 2017/2264 89% [======================================================= ] 2018/2264 89% [======================================================= ] 2019/2264 89% [======================================================= ] 2020/2264 89% [======================================================= ] 2021/2264 89% [======================================================= ] 2022/2264 89% [======================================================= ] 2023/2264 89% [======================================================= ] 2024/2264 89% [======================================================= ] 2025/2264 89% [======================================================= ] 2026/2264 89% [======================================================= ] 2027/2264 89% [======================================================= ] 2028/2264 89% [======================================================= ] 2029/2264 89% [======================================================= ] 2030/2264 89% [======================================================= ] 2031/2264 89% [======================================================= ] 2032/2264 89% [======================================================= ] 2033/2264 89% [======================================================= ] 2034/2264 89% [======================================================= ] 2035/2264 89% [======================================================= ] 2036/2264 89% [======================================================= ] 2037/2264 89% [======================================================= ] 2038/2264 90% [======================================================= ] 2039/2264 90% [======================================================= ] 2040/2264 90% [======================================================= ] 2041/2264 90% [======================================================= ] 2042/2264 90% [======================================================= ] 2043/2264 90% [======================================================= ] 2044/2264 90% [======================================================== ] 2045/2264 90% [======================================================== ] 2046/2264 90% [======================================================== ] 2047/2264 90% [======================================================== ] 2048/2264 90% [======================================================== ] 2049/2264 90% [======================================================== ] 2050/2264 90% [======================================================== ] 2051/2264 90% [======================================================== ] 2052/2264 90% [======================================================== ] 2053/2264 90% [======================================================== ] 2054/2264 90% [======================================================== ] 2055/2264 90% [======================================================== ] 2056/2264 90% [======================================================== ] 2057/2264 90% [======================================================== ] 2058/2264 90% [======================================================== ] 2059/2264 90% [======================================================== ] 2060/2264 90% [======================================================== ] 2061/2264 91% [======================================================== ] 2062/2264 91% [======================================================== ] 2063/2264 91% [======================================================== ] 2064/2264 91% [======================================================== ] 2065/2264 91% [======================================================== ] 2066/2264 91% [======================================================== ] 2067/2264 91% [======================================================== ] 2068/2264 91% [======================================================== ] 2069/2264 91% [======================================================== ] 2070/2264 91% [======================================================== ] 2071/2264 91% [======================================================== ] 2072/2264 91% [======================================================== ] 2073/2264 91% [======================================================== ] 2074/2264 91% [======================================================== ] 2075/2264 91% [======================================================== ] 2076/2264 91% [======================================================== ] 2077/2264 91% [======================================================== ] 2078/2264 91% [======================================================== ] 2079/2264 91% [======================================================== ] 2080/2264 91% [======================================================== ] 2081/2264 91% [========================================================= ] 2082/2264 91% [========================================================= ] 2083/2264 92% [========================================================= ] 2084/2264 92% [========================================================= ] 2085/2264 92% [========================================================= ] 2086/2264 92% [========================================================= ] 2087/2264 92% [========================================================= ] 2088/2264 92% [========================================================= ] 2089/2264 92% [========================================================= ] 2090/2264 92% [========================================================= ] 2091/2264 92% [========================================================= ] 2092/2264 92% [========================================================= ] 2093/2264 92% [========================================================= ] 2094/2264 92% [========================================================= ] 2095/2264 92% [========================================================= ] 2096/2264 92% [========================================================= ] 2097/2264 92% [========================================================= ] 2098/2264 92% [========================================================= ] 2099/2264 92% [========================================================= ] 2100/2264 92% [========================================================= ] 2101/2264 92% [========================================================= ] 2102/2264 92% [========================================================= ] 2103/2264 92% [========================================================= ] 2104/2264 92% [========================================================= ] 2105/2264 92% [========================================================= ] 2106/2264 93% [========================================================= ] 2107/2264 93% [========================================================= ] 2108/2264 93% [========================================================= ] 2109/2264 93% [========================================================= ] 2110/2264 93% [========================================================= ] 2111/2264 93% [========================================================= ] 2112/2264 93% [========================================================= ] 2113/2264 93% [========================================================= ] 2114/2264 93% [========================================================= ] 2115/2264 93% [========================================================= ] 2116/2264 93% [========================================================= ] 2117/2264 93% [========================================================== ] 2118/2264 93% [========================================================== ] 2119/2264 93% [========================================================== ] 2120/2264 93% [========================================================== ] 2121/2264 93% [========================================================== ] 2122/2264 93% [========================================================== ] 2123/2264 93% [========================================================== ] 2124/2264 93% [========================================================== ] 2125/2264 93% [========================================================== ] 2126/2264 93% [========================================================== ] 2127/2264 93% [========================================================== ] 2128/2264 93% [========================================================== ] 2129/2264 94% [========================================================== ] 2130/2264 94% [========================================================== ] 2131/2264 94% [========================================================== ] 2132/2264 94% [========================================================== ] 2133/2264 94% [========================================================== ] 2134/2264 94% [========================================================== ] 2135/2264 94% [========================================================== ] 2136/2264 94% [========================================================== ] 2137/2264 94% [========================================================== ] 2138/2264 94% [========================================================== ] 2139/2264 94% [========================================================== ] 2140/2264 94% [========================================================== ] 2141/2264 94% [========================================================== ] 2142/2264 94% [========================================================== ] 2143/2264 94% [========================================================== ] 2144/2264 94% [========================================================== ] 2145/2264 94% [========================================================== ] 2146/2264 94% [========================================================== ] 2147/2264 94% [========================================================== ] 2148/2264 94% [========================================================== ] 2149/2264 94% [========================================================== ] 2150/2264 94% [========================================================== ] 2151/2264 95% [========================================================== ] 2152/2264 95% [========================================================== ] 2153/2264 95% [========================================================== ] 2154/2264 95% [=========================================================== ] 2155/2264 95% [=========================================================== ] 2156/2264 95% [=========================================================== ] 2157/2264 95% [=========================================================== ] 2158/2264 95% [=========================================================== ] 2159/2264 95% [=========================================================== ] 2160/2264 95% [=========================================================== ] 2161/2264 95% [=========================================================== ] 2162/2264 95% [=========================================================== ] 2163/2264 95% [=========================================================== ] 2164/2264 95% [=========================================================== ] 2165/2264 95% [=========================================================== ] 2166/2264 95% [=========================================================== ] 2167/2264 95% [=========================================================== ] 2168/2264 95% [=========================================================== ] 2169/2264 95% [=========================================================== ] 2170/2264 95% [=========================================================== ] 2171/2264 95% [=========================================================== ] 2172/2264 95% [=========================================================== ] 2173/2264 95% [=========================================================== ] 2174/2264 96% [=========================================================== ] 2175/2264 96% [=========================================================== ] 2176/2264 96% [=========================================================== ] 2177/2264 96% [=========================================================== ] 2178/2264 96% [=========================================================== ] 2179/2264 96% [=========================================================== ] 2180/2264 96% [=========================================================== ] 2181/2264 96% [=========================================================== ] 2182/2264 96% [=========================================================== ] 2183/2264 96% [=========================================================== ] 2184/2264 96% [=========================================================== ] 2185/2264 96% [=========================================================== ] 2186/2264 96% [=========================================================== ] 2187/2264 96% [=========================================================== ] 2188/2264 96% [=========================================================== ] 2189/2264 96% [=========================================================== ] 2190/2264 96% [============================================================ ] 2191/2264 96% [============================================================ ] 2192/2264 96% [============================================================ ] 2193/2264 96% [============================================================ ] 2194/2264 96% [============================================================ ] 2195/2264 96% [============================================================ ] 2196/2264 96% [============================================================ ] 2197/2264 97% [============================================================ ] 2198/2264 97% [============================================================ ] 2199/2264 97% [============================================================ ] 2200/2264 97% [============================================================ ] 2201/2264 97% [============================================================ ] 2202/2264 97% [============================================================ ] 2203/2264 97% [============================================================ ] 2204/2264 97% [============================================================ ] 2205/2264 97% [============================================================ ] 2206/2264 97% [============================================================ ] 2207/2264 97% [============================================================ ] 2208/2264 97% [============================================================ ] 2209/2264 97% [============================================================ ] 2210/2264 97% [============================================================ ] 2211/2264 97% [============================================================ ] 2212/2264 97% [============================================================ ] 2213/2264 97% [============================================================ ] 2214/2264 97% [============================================================ ] 2215/2264 97% [============================================================ ] 2216/2264 97% [============================================================ ] 2217/2264 97% [============================================================ ] 2218/2264 97% [============================================================ ] 2219/2264 98% [============================================================ ] 2220/2264 98% [============================================================ ] 2221/2264 98% [============================================================ ] 2222/2264 98% [============================================================ ] 2223/2264 98% [============================================================ ] 2224/2264 98% [============================================================ ] 2225/2264 98% [============================================================ ] 2226/2264 98% [============================================================ ] 2227/2264 98% [============================================================= ] 2228/2264 98% [============================================================= ] 2229/2264 98% [============================================================= ] 2230/2264 98% [============================================================= ] 2231/2264 98% [============================================================= ] 2232/2264 98% [============================================================= ] 2233/2264 98% [============================================================= ] 2234/2264 98% [============================================================= ] 2235/2264 98% [============================================================= ] 2236/2264 98% [============================================================= ] 2237/2264 98% [============================================================= ] 2238/2264 98% [============================================================= ] 2239/2264 98% [============================================================= ] 2240/2264 98% [============================================================= ] 2241/2264 98% [============================================================= ] 2242/2264 99% [============================================================= ] 2243/2264 99% [============================================================= ] 2244/2264 99% [============================================================= ] 2245/2264 99% [============================================================= ] 2246/2264 99% [============================================================= ] 2247/2264 99% [============================================================= ] 2248/2264 99% [============================================================= ] 2249/2264 99% [============================================================= ] 2250/2264 99% [============================================================= ] 2251/2264 99% [============================================================= ] 2252/2264 99% [============================================================= ] 2253/2264 99% [============================================================= ] 2254/2264 99% [============================================================= ] 2255/2264 99% [============================================================= ] 2256/2264 99% [============================================================= ] 2257/2264 99% [============================================================= ] 2258/2264 99% [============================================================= ] 2259/2264 99% [============================================================= ] 2260/2264 99% [============================================================= ] 2261/2264 99% [============================================================= ] 2262/2264 99% [============================================================= ] 2263/2264 99% [==============================================================] 2264/2264 100% operation complete, 2264 objects in 34584 NAND pages. ln -snf /home/autobuild/autobuild/instance-17/output-1/host/mips64el-buildroot-linux-gnu/sysroot /home/autobuild/autobuild/instance-17/output-1/staging make: Leaving directory '/home/autobuild/autobuild/instance-17/buildroot' make: Entering directory '/home/autobuild/autobuild/instance-17/buildroot' >>> Buildroot 2023.05-259-g3ca3304276 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 11.4.0 Collecting legal info >>> glibc 2.37-2-g9f8513dc64119a424b312db97cef5d87d376defa Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES: OK (sha256: b33d0bd9f685b46853548814893a6135e74430d12f6d94ab3eba42fc591f83bc) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-skeleton Collecting legal info >>> host-gawk 5.2.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gcc-initial 11.4.0 Collecting legal info >>> host-binutils 2.39 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> linux-headers 6.4 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 >>> alsa-lib 1.2.9 Collecting legal info COPYING: OK (sha256: 32434afcc8666ba060e111d715bfdb6c2d5dd8a35fa4d3ab8ad67d8f850d2f2b) aserver/COPYING: OK (sha256: bfe16cf823bcff261fc6a062c07ee96660e3c39678f42f39a788a68dbc234ced) >>> host-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> 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) >>> busybox 1.36.1 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> kmod 30 Collecting legal info libkmod/COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> openssl Collecting legal info >>> libopenssl 1.1.1u Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> zlib Collecting legal info >>> libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> zstd 1.5.5 Collecting legal info LICENSE: OK (sha256: 7055266497633c9025b777c78eb7235af13922117480ed5c674677adc381c9d8) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> file 5.43 Collecting legal info COPYING: OK (sha256: 0bfa856a9930bddadbef95d1be1cf4e163c0be618e76ea3275caaf255283e274) src/mygetopt.h: OK (sha256: 4ccb60d623884ef637af4a5bc16b2cb350163e2135e967655837336019a64462) src/vasprintf.c: OK (sha256: cc3d8704489d08eaefcaee8c639cc6436c6f0f6b2b03986d3ba7521a1a1d2fc9) >>> host-file 5.43 Collecting legal info COPYING: OK (sha256: 0bfa856a9930bddadbef95d1be1cf4e163c0be618e76ea3275caaf255283e274) src/mygetopt.h: OK (sha256: 4ccb60d623884ef637af4a5bc16b2cb350163e2135e967655837336019a64462) src/vasprintf.c: OK (sha256: cc3d8704489d08eaefcaee8c639cc6436c6f0f6b2b03986d3ba7521a1a1d2fc9) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> pcre2 10.42 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> 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) >>> host-dbus-python 1.2.18 Collecting legal info COPYING: OK (sha256: 1e4562245383fdb5203b1769789e5b28bba21af4923aea7e8b2614f7f93623c0) dbus-gmain/COPYING: OK (sha256: 064523e3ab64d6f03904132b2cc4a1bd8500586edb4cd050c2ff2b96aed4c33b) >>> host-dbus 1.12.28 Collecting legal info COPYING: OK (sha256: 0e46f54efb12d04ab5c33713bacd0e140c9a35b57ae29e03c853203266e8f3a1) >>> host-expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> 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-libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> 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-python-setuptools 68.0.0 Collecting legal info LICENSE: OK (sha256: 86da0f01aeae46348a3c3d465195dc1ceccde79f79e87769a64b8da04b2a4741) >>> host-python-installer 0.7.0 Collecting legal info LICENSE: OK (sha256: 37b8b9f2569892fa54406383d431169dbb2115980d78b7efba6eeae5664c484f) >>> host-python-flit-core 3.9.0 Collecting legal info LICENSE: OK (sha256: 35b4f1dec512e617077fd6980dbb43ef8c2887adc5d0185edb4c04da175dd816) >>> host-python3 3.11.4 Collecting legal info LICENSE: OK (sha256: 3b2f81fe21d181c499c59a256c8e1968455d6689d269aa85373bfb6af41da3bf) >>> host-autoconf-archive 2023.02.20 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-python-pypa-build 0.10.0 Collecting legal info LICENSE: OK (sha256: aaf9a29ca5907971ccf07de025375db34539a8d5eeebce20b46099805722106f) >>> host-python-packaging 23.1 Collecting legal info LICENSE: OK (sha256: cad1ef5bd340d73e074ba614d26f7deaca5c7940c3d8c34852e65c4909686c48) LICENSE.APACHE: OK (sha256: 0d542e0c8804e39aa7f37eb00da5a762149dc682d7829451287e11b938e94594) LICENSE.BSD: OK (sha256: b70e7e9b742f1cc6f948b34c16aa39ffece94196364bc88ff0d2180f0028fac5) >>> host-python-pyproject-hooks 1.0.0 Collecting legal info LICENSE: OK (sha256: 1b22b049b5267d6dfc23a67bf4a84d8ec04b9fdfb1a51d360e42b4342c8b4154) >>> host-python-wheel 0.40.0 Collecting legal info LICENSE.txt: OK (sha256: 30c23618679108f3e8ea1d2a658c7ca417bdfc891c98ef1a89fa4ff0c9828654) >>> host-pcre2 10.42 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> host-util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> dbus 1.12.28 Collecting legal info COPYING: OK (sha256: 0e46f54efb12d04ab5c33713bacd0e140c9a35b57ae29e03c853203266e8f3a1) >>> expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-erofs-utils 1.5 Collecting legal info COPYING: OK (sha256: 0df042de29b44887355db86c79708a4489ce6e6666f6e33ad02040293f09e6a2) LICENSES/Apache-2.0: OK (sha256: a400f85dd06d230f1b308cde4290a53f345b6e320a376b7904b31c51c2fd4b1a) LICENSES/GPL-2.0: OK (sha256: feee3b3157dcdf78d4f50edefbd5dd7adf8b6d52c11bfaaa746a85a373256713) >>> host-lz4 1.9.4 Collecting legal info lib/LICENSE: OK (sha256: 8b58c446121a109ccf32edc094bba3010a3d85e4ee3702950db55e4d3e87736c) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> fftw-double 3.3.10 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> fftw-single 3.3.10 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> flot 0.8.3 Collecting legal info LICENSE.txt: OK (sha256: 52cb566b16d84314b92b91361ed072eaaf166e8d3dfa3d0fd3577613925f205c) >>> ghostscript-fonts 8.11 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> google-material-design-icons 2.2.3 Collecting legal info LICENSE: OK (sha256: 8ae9438818c26e4873b91d8c6ad620526c011e27e125677f13031eda903f007c) >>> gsl 2.7.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> initscripts Collecting legal info >>> jansson 2.14 Collecting legal info LICENSE: OK (sha256: 1fff7d37d22157bcd81ab53b6c54da755d7c2f868f15807d9bde920f10730da0) >>> jpeg-turbo 2.1.4 Collecting legal info LICENSE.md: OK (sha256: ee1eaf194d5924b6360af8a6ba6a4e1554037091f7505943300cdeec65f1aebb) README.ijg: OK (sha256: 4b7b9f8c03bb8d60270dfd12684e70ab21e4abfd27e73905cd1a7c4cae6f5cdb) >>> jpeg Collecting legal info >>> jquery 3.5.1 Collecting legal info >>> jsmin 1bf6ce5f74a9f8752ac7f5d115b8d7ccb31cfe1b Collecting legal info jsmin.c: OK (sha256: b420f61778af09534adc836a5086f5625b8499124051c50baefa218e7c03a58c) >>> jsmn 1.1.0 Collecting legal info LICENSE: OK (sha256: 4675b94a50d2afe811c52785463c854f1156056632cce17cc7133939eac8ed55) >>> keepalived 2.2.7 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-kmod 30 Collecting legal info libkmod/COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> libao 1.2.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libcap 2.69 Collecting legal info License: OK (sha256: 68467e731f4744bd6e0bb69e8df9c3a994e09cd6b203d0c41327ac6d079c581d) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libcurl 8.1.2 Collecting legal info COPYING: OK (sha256: b1d7feb949ea5023552029fbe0bf5db4f23c2f85e9b8e51e18536f0ecbf9c524) >>> libev 4.33 Collecting legal info LICENSE: OK (sha256: c4dd1a5bc38b041a320b93c5d6c08f5c41a63f2ce718ee16cfcb757fad448199) >>> libevent 2.1.12 Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> libfribidi 1.0.12 Collecting legal info COPYING: OK (sha256: 32434afcc8666ba060e111d715bfdb6c2d5dd8a35fa4d3ab8ad67d8f850d2f2b) >>> libftdi1 1.5 Collecting legal info LICENSE: OK (sha256: 524f46428bf72bb8c6acfeca4909551fd2e0bdbb5305406d38382f4056095c56) COPYING.LIB: OK (sha256: b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c) >>> libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libilbc 829b08c7902ceb87a261279fabb36b6d523c6e07 Collecting legal info gips_iLBClicense.pdf: OK (sha256: b7f4cbb4a12cd11a3d1aeda9bd17c99f59b054de4b3ee53045531cd2fa74dd2a) >>> liblo 0.31 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libmicrohttpd 0.9.77 Collecting legal info COPYING: OK (sha256: 7399547209438c93f9b90297954698773d4846cea44cde5ca982c84c45952a3b) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnl 3.7.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> liboping 1.10.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libphidget 2.1.9.20190409 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libsha1 0.3 Collecting legal info COPYING: OK (sha256: 4c387926596bfeacc5b72ebeb96ab36c299a07568e18592c727a6c11dd512c20) >>> libwebsock 3c1615eeadb0b582b63851073bfe3e5132f31ebc Collecting legal info COPYING.lesser: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> libxml2 2.11.4 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> libxslt 1.1.38 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> lm-sensors 3.6.0 Collecting legal info COPYING.LGPL: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> mbedtls 2.28.2 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> mbw 1.5 Collecting legal info mbw.spec: OK (sha256: 1afb2b8258506742238b9ceb8a865d7030c5889c56ba2911a0c0c042aa1335d1) >>> host-meson-tools 0a02e2d34413f4bf9b15946352bc8c8ee13a5843 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1u Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> mg 3.6 Collecting legal info UNLICENSE: OK (sha256: 7e12e5df4bae12cb21581ba157ced20e1986a0508dd10d0e8a4ab9a4cf94e85c) >>> mstpd 0.1.0 Collecting legal info LICENSE: OK (sha256: c38aee9e3c8c4d5d594ff548a1be05453023016d6286931f6512db215ec1fd42) hmac_md5.c: OK (sha256: c5cfd44652276184374adf454150d436ce958ce50acc4ef9ccb3605a5ca7a9d3) >>> mxml 3.3.1 Collecting legal info LICENSE: OK (sha256: c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4) NOTICE: OK (sha256: 7dedb0043b0bbed7880bcc9724b3a3dae4d5ab2dce98a7904703109572b626e3) >>> neon-2-sse 097a5ecacd527d5b5c3006e360fb9cb1c1c48a1f Collecting legal info LICENSE: OK (sha256: 7022f51b439a5915e933ecc270c83e24ca0cb2cceeb08b0132dcd4dbb03ed2dc) >>> netstat-nat 1.4.10 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> nettle 3.9.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> odhcploc 20111021 Collecting legal info COPYING: OK (sha256: 092a5b7be2a7ff088be7ec99adf68629509911b66f304b8ea0c835cdc138d544) >>> open-isns 0.102 Collecting legal info COPYING: OK (sha256: 00a89b0d18aacd4114decf79122db87bf35bddaf2bc50e383c9c9f4c263390b2) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pixiewps 9e5bdc6c86c8487b2a6107d5ab3559ed5c738c59 Collecting legal info LICENSE.md: OK (sha256: ccb349b4132ed7737f25e5adebfe61f3d52dca33708df1e50352320438d1d4c2) >>> popt 1.19 Collecting legal info COPYING: OK (sha256: 2b488b239927935f34769a39309c0680be16e3725a1f55dbb06ed20d53852801) >>> qdecoder 12.1.0 Collecting legal info COPYING: OK (sha256: 41f34ba1ed6e5d8d3488992311f474cd3f614b82bada88ae53216946026cfae7) >>> rhash 1.4.3 Collecting legal info COPYING: OK (sha256: 953e55838353335148c90b5a38a4894292680b1d4c37228ffddddbf18ce54bf5) >>> rtc-tools 33ef4aa1c92b0c92a351284d93d1ac5570de9cc7 Collecting legal info COPYING: OK (sha256: 7ae50a5344af14d6231aff6814632a220b3127da4099aea2c6070fd79c407c1a) >>> sbc 2.0 Collecting legal info COPYING: OK (sha256: b499eddebda05a8859e32b820a64577d91f1de2b52efa2a1575a2cb4000bc259) COPYING.LIB: OK (sha256: ec60b993835e2c6b79e6d9226345f4e614e686eb57dc13b6420c15a33a8996e5) >>> seatd 0.7.0 Collecting legal info LICENSE: OK (sha256: 282a494803d666616bd726e0279636b5f6a31387ae19a707459074050f2600d3) >>> sqlite 3.42.0 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> host-squashfs 4.6.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-xz 5.4.3 Collecting legal info COPYING: OK (sha256: 72d7ef9c98be319fd34ce88b45203b36d5936f9c49e82bf3198ffee5e0c7d87e) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-zstd 1.5.5 Collecting legal info LICENSE: OK (sha256: 7055266497633c9025b777c78eb7235af13922117480ed5c674677adc381c9d8) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> sredird 2.2.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> stunnel 5.65 Collecting legal info COPYING.md: OK (sha256: f10bcd7ee7b722dce40c9c674761ddb37e7e29a76a6e413e961cd52e361c5d7a) COPYRIGHT.md: OK (sha256: 62f171d4d8b6726df61f18a6bbc0a70f79c4bc2134d837d35c81fc6289a2d84d) >>> 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) >>> urandom-scripts Collecting legal info >>> webp 1.2.4 Collecting legal info COPYING: OK (sha256: 5aec868f669e384a22372a4e8a1a6cd7d44c64cd451f960ca69cc170d1e13acf) >>> wpa_supplicant 2.10 Collecting legal info README: OK (sha256: af01e1d1ee065a1054d20ebe8a78a016f1fb1133b73e6a9d50801b165bb280c7) >>> xmlstarlet 1.6.1 Collecting legal info COPYING: OK (sha256: 6641cc5b00c1651fa22175f34efd01695e64a348b1ba07048538276f44866862) >>> 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.30.1 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-makedevs Collecting legal info >>> host-mkpasswd Collecting legal info >>> host-sloci-image 0.1.2 Collecting legal info LICENSE: OK (sha256: 4c86c21e003875b85b4b9299156f8cec72c8e8e1abf5aa1f2d3c4dc665a3bea0) >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-11.4.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-11.4.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: jquery-3.5.1: cannot save license (JQUERY_LICENSE_FILES not defined) Legal info produced in /home/autobuild/autobuild/instance-17/output-1/legal-info make: Leaving directory '/home/autobuild/autobuild/instance-17/buildroot'